Add more tests of acosh, asinh and atanh.
[glibc.git] / ChangeLog
blob8e159ac507e21e939d9fee8011fdef1667e78821
1 2015-03-25  Joseph Myers  <joseph@codesourcery.com>
3         * math/auto-libm-test-in: Add more tests of acosh, asinh and
4         atanh.
5         * math/auto-libm-test-out: Regenerated.
6         * sysdeps/i386/fpu/libm-test-ulps: Update.
7         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9         * math/auto-libm-test-in: Add another test of asin.
10         * math/auto-libm-test-out: Regenerated.
11         * sysdeps/i386/fpu/libm-test-ulps: Update.
12         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14         * sysdeps/unix/sysv/linux/i386/lowlevellock.h (LLL_EBX_LOAD):
15         Remove macro.
16         (LLL_EBX_REG): Likewise.
17         (LLL_ENTER_KERNEL): Likewise.
19         * math/auto-libm-test-in: Add more tests of asin.
20         * math/auto-libm-test-out: Regenerated.
21         * sysdeps/i386/fpu/libm-test-ulps: Update.
22         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24         [BZ #18138]
25         * sysdeps/unix/sysv/linux/i386/sysdep.h (struct
26         libc_do_syscall_args): New structure.
27         (INTERNAL_SYSCALL_MAIN_0): New macro.
28         (INTERNAL_SYSCALL_MAIN_1): Likewise.
29         (INTERNAL_SYSCALL_MAIN_2): Likewise.
30         (INTERNAL_SYSCALL_MAIN_3): Likewise.
31         (INTERNAL_SYSCALL_MAIN_4): Likewise.
32         (INTERNAL_SYSCALL_MAIN_5): Likewise.
33         (INTERNAL_SYSCALL_MAIN_6): Likewise.  Call __libc_do_syscall.
34         (INTERNAL_SYSCALL): Define to use INTERNAL_SYSCALL_MAIN_##nr.
35         Replace conditional definitions by conditional definitions of ....
36         (INTERNAL_SYSCALL_MAIN_INLINE): ... this.  New macro.
37         * sysdeps/unix/sysv/linux/i386/libc-do-syscall.S: New file.
38         * sysdeps/unix/sysv/linux/i386/Makefile [$(subdir) = nptl]
39         (libpthread-sysdep_routines): Add libc-do-syscall.
40         * sysdeps/unix/sysv/linux/i386/lowlevellock-futex.h: Remove file.
41         * sysdeps/unix/sysv/linux/i386/lowlevellock.h (SYS_futex): Define
42         to __NR_futex not 240.
44 2015-03-25  Alan Modra  <amodra@gmail.com>
46         * NEWS: Advertise TLS optimization.
47         * elf/elf.h (R_PPC_TLSGD, R_PPC_TLSLD, DT_PPC_OPT, PPC_OPT_TLS): Define.
48         (DT_PPC_NUM): Increment.
49         * elf/dynamic-link.h (HAVE_STATIC_TLS): Define.
50         (CHECK_STATIC_TLS): Use here.
51         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Optimize
52         TLS descriptors.
53         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
54         * sysdeps/powerpc/dl-tls.c: New file.
55         * sysdeps/powerpc/Versions: Add __tls_get_addr_opt.
56         * sysdeps/powerpc/tst-tlsopt-powerpc.c: New tls test.
57         * sysdeps/unix/sysv/linux/powerpc/Makefile: Add new test.
58         Build tst-tlsmod2.so with --no-tls-get-addr-optimize.
59         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: Update.
60         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: Likewise.
61         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: Likewise.
63 2015-03-25  Alan Modra  <amodra@gmail.com>
65         * sysdeps/powerpc/powerpc64/configure.ac: Correct "linker support
66         for overlapping .opd entries" to "support...".
67         * sysdeps/powerpc/powerpc64/configure: Regenerate
69 2015-03-25  Joseph Myers  <joseph@codesourcery.com>
71         * math/auto-libm-test-in: Add more tests of acos.
72         * math/auto-libm-test-out: Regenerated.
73         * sysdeps/i386/fpu/libm-test-ulps: Update.
74         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
76         * math/auto-libm-test-in: Add more tests of expm1.
77         * math/auto-libm-test-out: Regenerated.
78         * sysdeps/i386/fpu/libm-test-ulps: Update.
79         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
81 2015-03-24  Joseph Myers  <joseph@codesourcery.com>
83         * math/auto-libm-test-in: Add more tests of cosh and sinh.
84         * math/auto-libm-test-out: Regenerated.
85         * sysdeps/i386/fpu/libm-test-ulps: Update.
86         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
88         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
89         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
91         * math/auto-libm-test-in: Add more tests of log2.
92         * math/auto-libm-test-out: Regenerated.
93         * sysdeps/i386/fpu/libm-test-ulps: Update.
94         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
96 2015-03-23  Roland McGrath  <roland@hack.frob.com>
98         * libio/iofdopen.c: Move FD_FLAGS declaration into its first use,
99         inside [F_GETFL].  Remove POSIX_MODE local variable, just test the
100         _IO_IS_APPENDING bit in READ_WRITE instead.
102 2015-03-23  Florian Weimer  <fweimer@redhat.com>
104         * sysdeps/unix/sysv/linux/pthread_setaffinity.c
105         (__determine_cpumask_size): Replace extend_alloca with a
106         variable-length array.  Do not treat res == 0 as an error.
108 2015-03-23  Florian Weimer  <fweimer@redhat.com>
110         [BZ #18100]
111         * posix/wordexp.c (eval_expr_multdiv): Check for division by zero
112         and integer overflow.
113         * posix/wordexp-test.c (test_case): Add divide-by-zero test.
114         (main): Add integer overflow tests.
115         * manual/pattern.texi (Calling Wordexp): Document additional use
116         for WRDE_SYNTAX.
118 2015-03-23  Alan Modra  <amodra@gmail.com>
120         * config.h.in: Remove HAVE_ASM_PPC_REL16.
121         * sysdeps/powerpc/powerpc32/tls-macros.h: Remove HAVE_ASM_PPC_REL16
122         and false branch of conditional.
123         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
124         Likewise.
126 2015-03-21  Samuel Thibault  <samuel.thibault@ens-lyon.org
128         * sysdeps/mach/hurd/Makefile ($(common-objpfx)errnos.d): Depend on
129         libc-modules.h
130         * sysdeps/mach/hurd/i386/trampoline.c (_hurd_setup_sighandler): Remove
131         unused declaration of _hurd_intr_rpc_msg_in_trap.
132         * mach/mach_init.c (__mach_init): Test whether HAVE_HOST_PAGE_SIZE is
133         defined instead of whether it is non-zero.
134         * sysdeps/mach/hurd/i386/intr-msg.h (INTR_MSG_TRAP): Use "+m"
135         input constraint instead of both input and output constraint.  Use ecx
136         clobber instead of %ecx.
137         * sysdeps/mach/hurd/malloc-machine.h (mutex_init, mutex_lock,
138         mutex_unlock): Use a statement expression instead of an expression list.
139         * sysdeps/mach/hurd/setitimer.c (_hurd_itimer_thread_stack_size): Set
140         type to vm_size_t instead of vm_address_t.
141         * sysdeps/mach/hurd/fork.c (__fork): Test whether STACK_GROWTH_UP is
142         defined instead of whether it is non-zero.
143         * hurd/hurd/ioctl.h (_hurd_locked_install_cttyid): New declaration.
144         * sysdeps/mach/hurd/setsid.c: Include <hurd/ioctl.h>.
145         * sysdeps/mach/hurd/mmap.c (__mmap): Use 0 instead of NULL for
146         comparisons with mapaddr.
147         * nscd/nscd-client.h: Include <time.h>.
148         * sysdeps/mach/hurd/dl-sysdep.c (fmh): Pass vm_offset_t dummy
149         9th parameter to __vm_region instead of int.
150         * bits/termios.h [!__USE_MISC] (EXTPROC): Do not define.
151         * scripts/check-local-headers.sh (exclude): Add device/,
152         hurd/hurd_types.h, hurd/ioctl_types.h, hurd/paths.h, hurd/ioctls.defs,
153         cthreads.h.
155 2015-03-19  Roland McGrath  <roland@hack.frob.com>
157         * sysdeps/arm/memcpy.S [ARM_ALWAYS_BX]: Fix computed-jump calculations
158         to account for alignment padding.
159         * sysdeps/arm/memmove.S: Likewise.
161 2015-03-19  Chris Metcalf  <cmetcalf@ezchip.com>
163         * sysdeps/unix/sysv/linux/generic/README: New file.
165 2015-03-18  Joseph Myers  <joseph@codesourcery.com>
167         [BZ #18138]
168         * nptl/sem_waitcommon.c: Include <kernel-features.h>.
169         (futex_abstimed_wait)
170         [__ASSUME_FUTEX_CLOCK_REALTIME && lll_futex_timed_wait_bitset]:
171         Use lll_futex_timed_wait_bitset with FUTEX_CLOCK_REALTIME instead
172         of lll_futex_timed_wait.
174 2015-03-18  Brad Hubbard  <bhubbard@redhat.com>
176         [BZ #17542]
177         * sunrpc/svc.c (xprt_register): Use calloc to allocate xports.
179 2015-03-17  Alexandre Oliva <aoliva@redhat.com>
181         [BZ #17090]
182         [BZ #17620]
183         [BZ #17621]
184         [BZ #17628]
185         * NEWS: Update.
186         * elf/dl-tls.c (_dl_update_slotinfo): Clean up outdated DTV
187         entries with Static TLS too.  Skip entries past the end of the
188         allocated DTV, from Alan Modra.
189         (tls_get_addr_tail): Update to glibc_likely/unlikely.  Move
190         Static TLS DTV entry set up from...
191         (_dl_allocate_tls_init): ... here (fix modid assertion), ...
192         * elf/dl-reloc.c (_dl_nothread_init_static_tls): ... here...
193         * nptl/allocatestack.c (init_one_static_tls): ... and here...
194         * elf/dlopen.c (dl_open_worker): Drop l_tls_modid upper bound
195         for Static TLS.
196         * elf/tlsdeschtab.h (map_generation): Return size_t.  Check
197         that the slot we find is associated with the given map before
198         using its generation count.
199         * nptl_db/db_info.c: Include ldsodefs.h.
200         (rtld_global, dtv_slotinfo_list, dtv_slotinfo): New typedefs.
201         * nptl_db/structs.def (DB_RTLD_VARIABLE): New macro.
202         (DB_MAIN_VARIABLE, DB_RTLD_GLOBAL_FIELD): Likewise.
203         (link_map::l_tls_offset): New struct field.
204         (dtv_t::counter): Likewise.
205         (rtld_global): New struct.
206         (_rtld_global): New rtld variable.
207         (dl_tls_dtv_slotinfo_list): New rtld global field.
208         (dtv_slotinfo_list): New struct.
209         (dtv_slotinfo): Likewise.
210         * nptl_db/td_symbol_list.c: Drop gnu/lib-names.h include.
211         (td_lookup): Rename to...
212         (td_mod_lookup): ... this.  Use new mod parameter instead of
213         LIBPTHREAD_SO.
214         * nptl_db/td_thr_tlsbase.c: Include link.h.
215         (dtv_slotinfo_list, dtv_slotinfo): New functions.
216         (td_thr_tlsbase): Check DTV generation.  Compute Static TLS
217         addresses even if the DTV is out of date or missing them.
218         * nptl_db/fetch-value.c (_td_locate_field): Do not refuse to
219         index zero-length arrays.
220         * nptl_db/thread_dbP.h: Include gnu/lib-names.h.
221         (td_lookup): Make it a macro implemented in terms of...
222         (td_mod_lookup): ... this declaration.
223         * nptl_db/db-symbols.awk (DB_RTLD_VARIABLE): Override.
224         (DB_MAIN_VARIABLE): Likewise.
226 2015-03-16  H.J. Lu  <hongjiu.lu@intel.com>
228         [BZ #18134]
229         * sysdeps/x86_64/dl-trampoline.S (PRESERVE_BND_REGS_PREFIX): New.
231 2015-03-15  Paul Eggert  <eggert@cs.ucla.edu>
233         * stdlib/setenv.c (__add_to_environ): Revert previous change.
235 2015-03-14  Andreas Schwab  <schwab@linux-m68k.org>
237         [BZ #18128]
238         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (atomic_exchange_and_add)
239         (atomic_add, atomic_increment_and_test)
240         (atomic_decrement_and_test): Fix 64-bit arithmetic.
242 2015-03-13  Paul Eggert  <eggert@cs.ucla.edu>
244         * stdlib/setenv.c (__add_to_environ):
245         Dump core quickly if setenv (..., NULL, ...) is called.
247 2015-03-13  Roland McGrath  <roland@hack.frob.com>
249         * sysdeps/arm/tls-macros.h: Include <sysdep.h>.
250         (GET_SPECIAL_RELOC, GET_SPECIAL_PCREL): New macros to encapsulate
251         all the necessary asm magic in one place.
252         (TLS_LE, TLS_IE, TLS_LD, TLS_GD): Rewritten as C expressions
253         using those.
255 2015-03-13  Carlos O'Donell  <carlos@redhat.com>
257         [BZ #14906]
258         * nscd/cache.c (prune_cache): Use TRACED_FILE. Compare and update
259         traced file mtime. Use consistent log message.
260         * nscd/connections.c [HAVE_INOTIFY] (install_watches): New function.
261         (register_traced_file): Call install_watches. Always set mtime.
262         (invalidate_cache): Iterate over all trace files. Call install_watches.
263         (inotify_check_files): Don't inline. Handle watching parent
264         directories and configuration file movement in and out.
265         (handle_inotify_events): New function.
266         (main_loop_poll): Call handle_inotify_events.
267         (main_loop_epoll): Likewise.
268         * nscd/nscd.h: Define TRACED_FILE, TRACED_DIR, and PATH_MAX.
269         (struct traced_file): Use array of inotify fds. Add parent directory,
270         and basename.
271         (struct database_dyn): Remove unused file_mtime.
272         (init_traced_file): New inline function.
273         (define_traced_file): New macro.
274         * nss/nss_db/db-init.c: Use define_traced_file.
275         (_nss_db_init): Use init_traced_file.
276         * nss/nss_files/files-init.c: Use define_traced_file.
277         (_nss_files_init): Use init_traced_file.
279 2015-03-12  Joseph Myers  <joseph@codesourcery.com>
281         * soft-fp/soft-fp.h (_FP_STATIC_ASSERT): New macro.
282         [_LIBC]: Do not include <stdlib.h>.
283         [!_LIBC] (abort): Remove declaration.
284         * soft-fp/op-2.h (_FP_MUL_MEAT_2_120_240_double): Use
285         _FP_STATIC_ASSERT instead of conditionally calling abort.
286         * soft-fp/op-common.h (_FP_FROM_INT): Likewise.
287         (_FP_EXTEND_CNAN): Likewise.
288         (FP_TRUNC): Likewise.
289         (__FP_CLZ): Likewise.
290         * sysdeps/powerpc/nofpu/flt-rounds.c: Include <stdlib.h>.
292 2015-03-12  Yaakov Selkowitz  <yselkowi@redhat.com>
294         * manual/string.texi (XPG basename): Fix prototype.
296 2015-03-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
298         [BZ #18080]
299         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S
300         (__setcontext): Use SIG_SETMASK instead of SIG_BLOCK.
301         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S
302         (__setcontext): Likewise.
303         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S
304         (__swapcontext): Use SIG_SETMASK instead of SIG_BLOCK.
305         Call rt_sigprocmask syscall one time to set new signal mask
306         and retrieve the current signal mask instead of two calls.
307         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S
308         (__swapcontext): Likewise.
309         * stdlib/Makefile (tests): Add new testcase tst-setcontext2.
310         * stdlib/tst-setcontext2.c: New file.
312 2015-03-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
314         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
316 2015-03-11  Aurelien Jarno  <aurelien@aurel32.net>
318         [BZ #18093]
319         * elf/cache.c (load_aux_cache): Regenerate the cache if it has
320         the wrong size.
322 2015-03-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
324         [BZ #18043]
325         * posix/wordexp.c (parse_param): Don't call setenv(..., NULL, 1).
327 2015-03-11  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
329         * config.h.in [HAVE_ASM_GLOBAL_DOT_NAME]: Remove define.
330         * include/libc-symbols.h [HAVE_ASM_GLOBAL_DOT_NAME] (strong_alias):
331         Remove define.
332         [HAVE_ASM_GLOBAL_DOT_NAME] (strong_data_alias): Likewise.
333         [HAVE_ASM_GLOBAL_DOT_NAME] (weak_alias): Likewise.
334         [HAVE_ASM_GLOBAL_DOT_NAME] (_symbol_version): Likewise.
335         [HAVE_ASM_GLOBAL_DOT_NAME] (_default_symbol_version): Likewise.
336         [HAVE_ASM_GLOBAL_DOT_NAME] (HIDDEN_JUMPTARGET): Likewise.
337         * nptl_db/db-symbols.h [HAVE_ASM_GLOBAL_DOT_NAME] (DOT): Remove
338         define.
339         * nptl_db/td_symbol_list.c (td_lookup): Remove
340         HAVE_ASM_GLOBAL_DOT_NAME code.
341         * sysdeps/powerpc/powerpc64/configure.ac: Remove
342         HAVE_ASM_GLOBAL_DOT_NAME check.
343         * sysdeps/powerpc/powerpc64/configure: Regenerate.
344         * sysdeps/powerpc/powerpc64/sysdep.h [HAVE_ASM_GLOBAL_DOT_NAME]
345         (DOT_LABEL): Remove define.
346         [HAVE_ASM_GLOBAL_DOT_NAME] (BODY_LABEL): Likewise.
347         [HAVE_ASM_GLOBAL_DOT_NAME] (ENTRY_2): Likewise.
348         [HAVE_ASM_GLOBAL_DOT_NAME] (END_2): Likewise.
349         * sysdeps/powerpc/powerpc64/tls-macros.h [HAVE_ASM_GLOBAL_DOT_NAME]
350         (__TLS_GET_ADDR): Likewise.
351         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h
352         [HAVE_ASM_GLOBAL_DOT_NAME] (DASHDASHPFX): Likewise.
354 2015-03-11  Carlos O'Donell  <carlos@redhat.com>
356         [BZ #18111]
357         * sysdeps/hppa/fpu/fpu_control.h (_FPU_HPPA_SHIFT_FLAGS): Define.
358         (_FPU_SETCW): Initialize cw from fpsr before storing.
359         * sysdeps/hppa/fpu/fsetexcptflg.c: Include fpu_control.h
360         (fesetexceptflag): Rewrite using fpu_control.h.
361         * sysdeps/hppa/fpu/feupdateenv.c: Handle FE_DFL_ENV, and FE_NOMASK_ENV.
363 2015-03-11  John David Anglin  <danglin@gcc.gnu.org>
365         [BZ #18110]
366         * sysdeps/hppa/fpu/feholdexcpt.c (feholdexcept): Don't modify bufptr in
367         asms.
368         * sysdeps/hppa/fpu/fesetenv.c (fesetenv): Likewise.
370 2015-03-11  Joseph Myers  <joseph@codesourcery.com>
372         * soft-fp/soft-fp.h (_FP_UNREACHABLE): New macro.
373         * soft-fp/op-common.h (_FP_MUL): Use _FP_UNREACHABLE instead of
374         abort.
375         (_FP_FMA): Likewise.
376         (_FP_DIV): Likewise.
378 2015-03-10  Roland McGrath  <roland@hack.frob.com>
380         * scripts/evaluate-test.sh: Grok exit code 77 as UNSUPPORTED and exit
381         with 0 in that case.
382         * Makefile (summarize-tests): New canned sequence, factored out of
383         commands for targets tests and xtests.  Display summary lines that
384         don't start with PASS: or XFAIL: rather than ones that do start with
385         ERROR: or FAIL:.  Make the commands fail if any summary lines fail
386         to start with X?PASS: or XFAIL: or UNSUPPORTED: rather than if any
387         do start with ERROR: or FAIL:.
388         * dlfcn/Makefile (tests): Add bug-atexit3 back here unconditionally
389         (except for [$(build-shared) = yes]).
390         (tests-unsupported) [$(CXX) empty]: Add bug-atexit3.
391         (LDLIBS-bug-atexit3-lib.so): Conditionalize on [$(CXX) nonempty].
392         ($(objpfx)bug-atexit3, $(objpfx)bug-atexit3.out): Likewise.
393         * nptl/Makefile: Revert 2015-03-04 changes.
394         [$(CXX) empty] (tests-unsupported): New variable.
395         * debug/Makefile: Likewise.
397         * posix/regcomp.c: Fix comment typos and formatting to harmonize with
398         gnulib file.  Replace __attribute with __attribute__ throughout.
400 2015-03-10  Carlos O'Donell  <carlos@redhat.com>
402         * sysdeps/hppa/fpu/libm-test-ulps: Update.
404 2015-03-10  Joseph Myers  <joseph@codesourcery.com>
406         [BZ #18104]
407         * math/auto-libm-test-in: Add another test of pow.
408         * math/auto-libm-test-out: Regenerated.
410 2015-03-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
412         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_pow.c): Add
413         $(config-cflags-nofma).
415 2015-03-10  Joseph Myers  <joseph@codesourcery.com>
417         * soft-fp/double.h [SOFT_FP_DOUBLE_H]: New multiple-include guard.
418         * soft-fp/extended.h [SOFT_FP_EXTENDED_H]: Likewise.
419         * soft-fp/op-1.h [SOFT_FP_OP_1_H]: Likewise.
420         * soft-fp/op-2.h [SOFT_FP_OP_2_H]: Likewise.
421         * soft-fp/op-4.h [SOFT_FP_OP_4_H]: Likewise.
422         * soft-fp/op-8.h [SOFT_FP_OP_8_H]: Likewise.
423         * soft-fp/op-common.h [SOFT_FP_OP_COMMON_H]: Likewise.
424         * soft-fp/quad.h [SOFT_FP_QUAD_H]: Likewise.
425         * soft-fp/single.h [SOFT_FP_SINGLE_H]: Likewise.
426         * soft-fp/soft-fp.h (SOFT_FP_H): Define to 1 rather than empty.
427         Add comment on closing #endif.
429 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
431         * posix/wordexp.c (CHAR_IN_SET): New macro.
432         (parse_param): Use it.
434 2015-03-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
436         * sysdeps/powerpc/fpu/libm-test-ulps: update.
438 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
440         [BZ #18043]
441         * posix/wordexp.c (parse_param): Fix buffer overflow.
442         * posix/wordexp-test.c (test_case): Add test case.
444 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
446         [BZ #18042]
447         * posix/wordexp.c (parse_backtick): Fix off-by-one.
448         * posix/wordexp-test.c (test_case): Add test for BZ #18042.
450 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
452         [BZ #18043]
453         * posix/wordexp-test.c (test_case): Add test for BZ #18043
454         (do_bz18043): Delete.
455         (at_page_end): New.
456         (testit): Refactor to have words at the edge of unreadable page.
458 2015-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
460         [BZ #16734]
461         * libio/genops.c (_IO_unbuffer_all): Renamed from _IO_unbuffer_write.
462         Cleanup read-only streams as well.
463         (_IO_cleanup): Call _IO_unbuffer_all instead of _IO_unbuffer_write.
465 2015-03-08  Samuel Thibault  <samuel.thibault@ens-lyon.org>
467         * sysdeps/mach/hurd/bits/libc-lock.h [_LIBC]: Include
468         <bits/libc-lockP.h>
470 2015-03-07  Joseph Myers  <joseph@codesourcery.com>
472         * soft-fp/soft-fp.h (_FP_ZERO_INIT): New macro.  Define depending
473         on [__KERNEL__].
474         * soft-fp/op-1.h (_FP_FRAC_DECL_1): Use _FP_ZERO_INIT.
475         * soft-fp/op-2.h (_FP_FRAC_DECL_2): Likewise.
476         * soft-fp/op-common.h (_FP_DECL): Likewise.
478 2015-03-06  H.J. Lu  <hongjiu.lu@intel.com>
480         * elf/ifuncdep2.c (global): Replace
481         __attribute__((visibility("protected"))) with
482         asm (".protected global").
483         * elf/ifuncmod1.c (global): Likewise.
484         * elf/ifuncmod5.c (global): Likewise.
486 2015-03-06  Joseph Myers  <joseph@codesourcery.com>
488         * soft-fp/soft-fp.h [!_LIBC && __KERNEL__]: Include
489         <asm/sfp-machine.h> instead of <sfp-machine.h>.
491 2015-03-06  Roland McGrath  <roland@hack.frob.com>
493         * manual/install.texi (Configuring and compiling):
494         Document test-wrapper-env-only.
495         * INSTALL: Regenerated.
497 2015-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
499         [BZ #18043]
500         * posix/wordexp.c (parse_param): Fix buffer overflow.
501         * posix/wordexp-test.c (do_bz18043): Add test case.
503 2015-03-06  Vincent Bernat  <vincent@bernat.im>
505         * time/tst-strptime2.c (do_test): Ensure failing tests are
506         reported correctly.
507         * time/tst-strptime3.c (do_test): Likewise.
509 2015-03-06  Samuel Thibault  <samuel.thibault@inria.fr>
511         Fix aio_error thread-safety.
512         * sysdeps/pthread/aio_error.c: New file
513         * sysdeps/pthread/aio_misc.c: Remove optimistic comment about
514         synchronization.
516 2015-03-06  Florian Weimer  <fweimer@redhat.com>
518         * stdio-common/vfprintf.c (THOUSANDS_SEP_T): New typedef.
519         (group_number, vfprintf): Use it.
520         (JUMP_TABLE_BASE_LABEL): New preprocessor macro.
521         (JUMP, REF): Use it.
522         (WORK_BUFFER_SIZE): New enum constant.
523         (process_arg, vfprintf): Use it.
525 2015-03-06  Rical Jasan  <ricaljasan@pacific.net>
527         * manual/errno.texi (Error Messages): Complete example function
528         by adding missing #define.
529         (program_invocation_name): Add statement indicating GNU
530         extension and reference which header file declares the variable.
531         (program_invocation_short_name): Likewise.
533 2015-03-06  Mike Frysinger  <vapier@gentoo.org>
535         * manual/errno.texi (Error Messages): Delete strerror ISO C89
536         compatibility note.
538 2015-03-05  Roland McGrath  <roland@hack.frob.com>
540         * Makeconfig (test-wrapper-env-only): New variable.
541         * Rules (make-test-out): If variable $*-ENV-only is nonempty,
542         then use that with $(test-wrapper-env-only) rather than using
543         $(test-wrapper-env) $(run-program-env) $($*-ENV).
545 2015-03-05  H.J. Lu  <hongjiu.lu@intel.com>
547         [BZ #18082]
548         * sysdeps/alpha/dl-machine.h (elf_machine_type_class): Replace
549         ELF_RTYPE_CLASS_NOCOPY with ELF_RTYPE_CLASS_COPY in comments.
550         * sysdeps/arm/dl-machine.h (elf_machine_type_class): Likewise.
551         * sysdeps/hppa/dl-machine.h (elf_machine_type_class): Likewise.
552         * sysdeps/i386/dl-machine.h (elf_machine_type_class): Likewise.
553         * sysdeps/ia64/dl-machine.h (elf_machine_type_class): Likewise.
554         * sysdeps/m68k/dl-machine.h (elf_machine_type_class): Likewise.
555         * sysdeps/microblaze/dl-machine.h (elf_machine_type_class):
556         Likewise.
557         * sysdeps/nios2/dl-machine.h (elf_machine_type_class): Likewise.
558         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_type_class):
559         Likewise.
560         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_type_class):
561         Likewise.
562         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_type_class):
563         Likewise.
564         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_type_class):
565         Likewise.
566         * sysdeps/sh/dl-machine.h (elf_machine_type_class): Likewise.
567         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_type_class):
568         Likewise.
569         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_type_class):
570         Likewise.
571         * sysdeps/tile/dl-machine.h (elf_machine_type_class): Likewise.
572         * sysdeps/x86_64/dl-machine.h (elf_machine_type_class): Likewise.
574 2015-03-04  Roland McGrath  <roland@hack.frob.com>
576         * sysdeps/generic/netinet/if_ether.h: Don't #include <features.h>.
577         (ETH_ALEN): New macro.
578         (struct ether_addr): Use it for length of ether_addr_octet.
580         * nss/test-netdb.c: Don't #include <rpc/netdb.h>.
581         (setdb): Don't call __nss_configure_lookup for "rpc".
582         (do_test): Don't call test_rpc.
583         (output_rpcent, test_rpc): Functions moved ...
584         * sunrpc/test-rpcent.c: ... to this new file.
585         * sunrpc/Makefile (tests): Add it.
587         * nptl/tst-cancel4.c (tf_sigpause) [!SIGCANCEL]: Call pause instead of
588         __xpg_sigpause.
589         * nptl/tst-signal3.c: Conditionalize body on [SIGRTMIN].
590         * nptl/tst-signal6.c: Likewise.
591         * rt/tst-mqueue5.c: Conditionalize body on [SIGRTMIN && SA_SIGINFO].
592         * rt/tst-timer4.c: Conditionalize body on [SA_SIGINFO].
594         * configure.ac (libc_cv_cxx_link_ok): New check.
595         Reset CXX to empty if it fails to link.
596         * configure: Regenerated.
597         * dlfcn/Makefile (tests, modules-names): Add bug-atexit3 and
598         bug-atexit3-lib only if $(CXX) is nonempty.
599         * nptl/Makefile (tests): Likewise for tst-cancel24.
600         (tests, tests-static): Likewise for tst-cancel24-static.
601         * debug/Makefile (tests): Likewise for tst-chk4, tst-chk5, tst-chk6,
602         tst-lfschk4, tst-lfschk5, and tst-lfschk6.
603         * elf/Makefile (tests, modules-names): Likewise for tst-unique3,
604         tst-unique3lib, tst-unique3lib2, tst-unique4, and tst-unique4lib.
606 2015-03-04  Andreas Schwab  <schwab@suse.de>
608         [BZ #17631]
609         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Don't define
610         for non-GCC compilers.
611         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
612         Likewise.
614 2015-03-03 Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
616         [BZ #17776]
617         * sysdeps/powerpc/bits/fenvinline.h (feraiseexcept): Convert input to
618         integer before bitwise and assembly operations.
619         (feclearexcept): Likewise.
620         * math/test-fenvinline.c: New file.
621         * math/Makefile: Add test-fenvinline test.
623 2015-03-03  Alan Modra  <amodra@gmail.com>
625         [BZ #16512]
626         * scripts/localplt.awk: Strip off symbol version.
627         * NEWS: Mention bug fix.
629 2015-03-02  Roland McGrath  <roland@hack.frob.com>
631         * sysdeps/pthread/timer_routines.c
632         (timer_free_list, thread_free_list, thread_active_list): Make static.
634 2015-03-02  Joseph Myers  <joseph@codesourcery.com>
636         [BZ #17779]
637         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
638         [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
639         Undefine.
640         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
641         [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
642         Likewise.
643         * sysdeps/unix/sysv/linux/sh/kernel-features.h
644         [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
645         Likewise.
647 2015-03-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
649         [BZ #18036]
650         * posix/fnmatch_loop.c (END): Detect invalid pattern.
651         * posix/tst-fnmatch3.c (do_bz18036): Add test case.
653 2015-03-02  Andreas Schwab  <schwab@suse.de>
655         * elf/Makefile ($(elf-objpfx)runtime-linker.st): Fix typo in
656         variable name.
658 2015-03-02  Florian Weimer  <fweimer@redhat.com>
660         * nis/nss_nis/nis-initgroups.c (_nss_nis_initgroups_dyn):
661         Return error status.
663 2015-02-27  Alexandre Oliva <aoliva@redhat.com>
665         [BZ #15969]
666         * locale/findlocale.c (_nl_find_locale): Introduce const
667         version of loc_name and drop unsafe type casts.
669 2015-02-27  Roland McGrath  <roland@hack.frob.com>
671         * dlfcn/tststatic2.c (main): Converted to ...
672         (do_test): ... this.
673         (TEST_FUNCTION): New macro.
674         Include test-skeleton.c.
676 2015-02-27  H.J. Lu  <hongjiu.lu@intel.com>
678         [BZ #17711]
679         * elf/Makefile (tests): Add vismain only if PIE is enabled.
680         (tests-pie): Add vismain.
681         (CFLAGS-vismain.c): New.
682         * elf/vismain.c: Add comments for PIE requirement.
684 2015-02-27  Joseph Myers  <joseph@codesourcery.com>
686         [BZ #18046]
687         [BZ #18047]
688         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Use
689         0x1p-56L as threshold for just returning the argument.
690         * sysdeps/ieee754/ldbl-96/e_atanhl.c (__ieee754_atanhl): Use
691         0x1p-32L as threshold for just returning the argument.
692         * math/auto-libm-test-in: Add more tests of atanh.
693         * math/auto-libm-test-out: Regenerated.
694         * sysdeps/i386/fpu/libm-test-ulps: Update.
695         * sysdeps/x86_64/fpu/libm-test-ulp: Likewise.
697 2015-02-27  Wilco Dijkstra  wdijkstr@arm.com
699         * string/bcopy.c (bcopy): Call memmove for performance.
701 2015-02-27  Wilco Dijkstra  wdijkstr@arm.com
703         * string/bzero.c (__bzero): Call memset for performance.
705 2015-02-27  John David Anglin  <dave.anglin@bell.net>
707         [BZ #18068]
708         * sysdeps/unix/sysv/linux/hppa/bits/fcntl.h (__O_SYNC): Change
709         to 00100000.
711 2015-02-27  Joseph Myers  <joseph@codesourcery.com>
713         * sysdeps/ieee754/k_standard.c (CSTR): Add comment.
715 2015-02-26  Joseph Myers  <joseph@codesourcery.com>
717         * sysdeps/ieee754/k_standard.c (CSTR): New macro.
718         (__kernel_standard): Use CSTR macro when setting exc.name.
719         * sysdeps/ieee754/Makefile [$(subdir) = math]
720         (CFLAGS-k_standard.c): Remove variable.
722         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Change last case for
723         setting p and q from "else if" to "else".
724         (qzero): Likewise.
725         * sysdeps/ieee754/dbl-64/e_j1.c (pone): Likewise.
726         (qone): Likewise.
727         * sysdeps/ieee754/flt-32/e_j0f.c (pzerof): Likewise.
728         (qzerof): Likewise.
729         * sysdeps/ieee754/flt-32/e_j1f.c (ponef): Likewise.
730         (qonef): Likewise.
731         * sysdeps/ieee754/ldbl-96/e_j0l.c (pzero): Likewise.
732         (qzero): Likewise.
733         * sysdeps/ieee754/ldbl-96/e_j1l.c (pone): Likewise.
734         (qone): Likewise.
736         [BZ #18038]
737         [BZ #18039]
738         * sysdeps/ieee754/ldbl-128/e_acosl.c (__ieee754_acosl): Only
739         return pi/2 for arguments below 0x1p-113L.
740         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Only
741         return pi/2 for arguments below 0x1p-106L.
742         * math/auto-libm-test-in: Add more tests of acos.
743         * math/auto-libm-test-out: Regenerated.
745         [BZ #16351]
746         * sysdeps/i386/fpu/e_asin.S (dbl_min): New object.
747         (MO): New macro.
748         (__ieee754_asin): Force underflow exception for results with small
749         absolute value.
750         * sysdeps/i386/fpu/e_asinf.S (flt_min): New object.
751         (MO): New macro.
752         (__ieee754_asinf): Force underflow exception for results with
753         small absolute value.
754         * sysdeps/ieee754/dbl-64/e_asin.c: Include <float.h> and <math.h>.
755         (__ieee754_asin): Force underflow exception for results with small
756         absolute value.
757         * sysdeps/ieee754/flt-32/e_asinf.c: Include <float.h>.
758         (__ieee754_asinf): Force underflow exception for results with
759         small absolute value.
760         * sysdeps/ieee754/ldbl-128/e_asinl.c: Include <float.h>.
761         (__ieee754_asinl): Force underflow exception for results with
762         small absolute value.
763         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Include <float.h>.
764         (__ieee754_asinl): Force underflow exception for results with
765         small absolute value.
766         * sysdeps/ieee754/ldbl-96/e_asinl.c: Include <float.h>.
767         (__ieee754_asinl): Force underflow exception for results with
768         small absolute value.
769         * sysdeps/x86_64/fpu/multiarch/e_asin.c [HAVE_FMA4_SUPPORT]:
770         Include <math.h>.
771         * math/auto-libm-test-in: Do not mark underflow exceptions as
772         possibly missing for bug 16351.
773         * math/auto-libm-test-out: Regenerated.
775         [BZ #18030]
776         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Adjust exponent
777         of power of 2 down when low part has opposite sign.
778         * math/libm-test.inc (logb_test_data): Add more tests.
780 2015-02-26  Andreas Schwab  <schwab@suse.de>
782         [BZ #18032]
783         * posix/fnmatch_loop.c (FCT): Remove extra increment when skipping
784         over collating symbol inside a bracket expression.  Minor cleanup.
785         * posix/tst-fnmatch3.c (do_test): Add test case.
787 2015-02-26  Joseph Myers  <joseph@codesourcery.com>
789         [BZ #18029]
790         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl):
791         Adjust exponent of power of 2 down when low part has opposite
792         sign.
793         * math/libm-test.inc (ilogb_test_data): Add more tests.
795 2015-02-26  Alexandre Oliva  <aoliva@redhat.com>
797         [BZ #15969]
798         * locale/findlocale.c (_nl_find_locale): Fix constness error in
799         the previous change.
801         [BZ #15969]
802         * locale/findlocale.c (_nl_find_locale): Retry archive search
803         after alias expansion.
805 2015-02-25  Roland McGrath  <roland@hack.frob.com>
807         * iconv/tst-iconv3.c (main): Converted to ...
808         (do_test): ... this.
809         (TEST_FUNCTION): New macro.
810         Include test-skeleton.c.
812         * iconv/tst-iconv5.c (testcode, number): Make variables static const.
813         (convert): Make function static.
814         (test_unalign): Likewise.  Add const to argument pointee types.
815         (main): Replace with static function do_test.
816         Print "Succeeded." only if RET is zero.
817         (TEST_FUNCTION): New macro.
818         Include test-skeleton.c.
820         * iconv/gconv_conf.c (__gconv_get_path): Don't crash if __getcwd
821         returns a null pointer.
823 2015-02-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
825         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Define memcpy
826         to __memcpy_ppc only for static builds.
828 2015-02-25  Joseph Myers  <joseph@codesourcery.com>
830         [BZ #18020]
831         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use 2**56 and
832         2**-56 not 2**28 and 2**-29 as thresholds for simpler formulas.
833         * math/auto-libm-test-in: Add more tests of asinh.
834         * math/auto-libm-test-out: Regenerated.
835         * sysdeps/i386/fpu/libm-test-ulps: Update.
836         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
838 2015-02-25  Cong Wang  <xiyou.wangcong@gmail.com>
840         [BZ #15850]
841         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Put in6_pktinfo
842         and ip6_mtuinfo definitions here.
843         * sysdeps/unix/sysv/linux/bits/in.h [_UAPI_IPV6_H]: Wrap code
844         in this define too.  Update comment.
846 2015-02-24  Benno Schulenberg  <bensberg@justemail.net>
848         * elf/sprof.c (load_shobj): Tweak error message to match others.
850 2015-02-24  Kevin Easton  <kevin@guarana.org>
852         [BZ #16145] (partial fix)
853         * time/tzset.c (__tz_convert): Unlock tzset_lock earlier
854         to reduce lock contention.
856 2015-02-24  Miroslav Lichvar  <mlichvar@redhat.com>
858         * sysdeps/unix/sysv/linux/bits/timex.h: Update version.
859         (struct timex): Update time comment.
860         (ADJ_SETOFFSET): Define.
862 2015-02-24  Joseph Myers  <joseph@codesourcery.com>
864         [BZ #18019]
865         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
866         2**56 not 2**28 as threshold for log (2x) formula.
867         * math/auto-libm-test-in: Add more tests of acosh.
868         * math/auto-libm-test-out: Regenerated.
869         * sysdeps/i386/fpu/libm-test-ulps: Update.
870         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
872 2015-02-24  Mike Frysinger  <vapier@gentoo.org>
874         * include/alloca.h [_STACK_GROWS_DOWN] (extend_alloca): Add
875         parenthesis around the buf assignment.
876         [_STACK_GROWS_UP] (extend_alloca): Add a char* cast.
878 2015-02-24  Joseph Myers  <joseph@codesourcery.com>
880         [BZ #16783]
881         * sysdeps/i386/fpu/e_scalb.S (__ieee754_scalb): Do not handle
882         arguments (NaN, -Inf) the same as (+/-Inf, -Inf).
883         * sysdeps/i386/fpu/e_scalbf.S (__ieee754_scalbf): Likewise.
884         * sysdeps/i386/fpu/e_scalbl.S (__ieee754_scalbl): Likewise.
885         * sysdeps/x86_64/fpu/e_scalbl.S (__ieee754_scalbl): Likewise.
886         * math/libm-test.inc (scalb_test_data): Add more tests.
888 2015-02-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
890         [BZ #17916]
891         * libio/fileops.c (_IO_new_file_fopen): Limit stack use
892         * libio/tst-fopenloc.c (do_test, do_bz17916): Add a large ccs= test
894 2015-02-24  Eric Rannaud  <e@nanocritical.com>
896         [BZ #17523]
897         * io/fcntl.h (__OPEN_NEEDS_MODE): New macro.
898         * io/bits/fcntl2.h (open): Use it.
899         (openat): Likewise.
900         * io/open.c (__libc_open): Likewise.
901         * io/open64.c (__libc_open64): Likewise.
902         * io/open64_2.c (__open64_2): Likewise.
903         * io/open_2.c (__open_2): Likewise.
904         * io/openat.c (__openat): Likewise.
905         * io/openat64.c (__openat64): Likewise.
906         * io/openat64_2.c (__openat64_2): Likewise.
907         * io/openat_2.c (__openat_2): Likewise.
908         * sysdeps/mach/hurd/open.c (__libc_open): Likewise.
909         * sysdeps/mach/hurd/openat.c (__openat): Likewise.
910         * sysdeps/posix/open64.c (__libc_open64): Likewise.
911         * sysdeps/unix/sysv/linux/dl-openat64.c (openat64): Likewise.
912         * sysdeps/unix/sysv/linux/generic/open.c (__libc_open): Likewise.
913         (__open_nocancel): Likewise.
914         * sysdeps/unix/sysv/linux/generic/open64.c (__libc_open64): Likewise.
915         * sysdeps/unix/sysv/linux/open64.c (__libc_open64): Likewise.
916         * sysdeps/unix/sysv/linux/openat.c (__OPENAT): Likewise.
918 2015-02-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
920         [BZ #14841]
921         * resolv/gethnamaddr.c (getanswer): Skip logging if
922         RES_USE_DNSSEC is set.
923         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
925 2015-02-24  Mike Frysinger  <vapier@gentoo.org>
927         * sysdeps/unix/sysv/linux/hppa/sysdep.h: Include dl-sysdep.h.
929 2015-02-23  Alexandre Oliva <aoliva@redhat.com>
931         * include/stdc-predef.h (__STDC_ISO_10646__): Update to
932         201304L, for Unicode 7.
934 2015-02-23  H.J. Lu  <hongjiu.lu@intel.com>
936         [BZ #17836]
937         * csu/Makefile (extra-objs): Add gmon-start.o if not builing
938         shared library.  Add gmon-start.os otherwise.
939         ($(objpfx)g$(start-installed-name)): Use $(objpfx)S%
940         $(objpfx)gmon-start.os if builing shared library.
941         ($(objpfx)g$(static-start-installed-name)): Likewise.
943 2015-02-23  Andreas Schwab  <schwab@suse.de>
945         * elf/Makefile (CFLAGS-tst-audit2.c): Define.
947 2015-02-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
949         [BZ #17269]
950         * libio/wstrops.c (_IO_wstr_overflow): Guard against integer overflow
951         (enlarge_userbuf): Likewise.
953 2015-02-22  Chung-Lin Tang  <cltang@codesourcery.com>
955         * libio/tst-memstream2.c (TIMEOUT): Define as 100.
956         * math/atest-exp.c (TIMEOUT): Adjust to 200.
957         * math/atest-exp2.c (TIMEOUT): Adjust to 300.
958         * math/atest-sincos.c (TIMEOUT): Adjust to 600.
960 2015-02-20  Joseph Myers  <joseph@codesourcery.com>
962         * soft-fp/op-common.h (_FP_FROM_INT): Wrap call to abort in
963         expression inside statement expression.
965 2015-02-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
967         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Include
968         <sysdeps/nptl/lowlevellock.h> and remove macros and
969         functions that are now defined there.
970         (SYS_futex): Remove.
971         (lll_compare_and_swap): Remove.
972         * sysdeps/s390/bits/atomic.h (atomic_exchange_acq): Define.
974 2015-02-19  Joseph Myers  <joseph@codesourcery.com>
976         [BZ #17999]
977         * dirent/scandir.c [!SCANDIR] (SCANDIRAT): Define to __scandirat
978         instead of scandirat.
979         * dirent/scandirat.c [!SCANDIRAT] (SCANDIRAT): Likewise.
980         [!SCANDIRAT] (SCANDIRAT_WEAK_ALIAS): Define.
981         [SCANDIRAT_WEAK_ALIAS] (scandirat): Define as weak alias of
982         __scandirat.
983         * include/dirent.h (scandirat): Do not use libc_hidden_proto.
984         (__scandirat): Declare.  Use libc_hidden_proto.
985         * conform/Makefile (test-xfail-POSIX2008/dirent.h/linknamespace):
986         Remove variable.
987         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
989 2015-02-18  Joseph Myers  <joseph@codesourcery.com>
991         [BZ #15319]
992         * sysdeps/i386/fpu/e_atan2.S (dbl_min): New object.
993         (MO): New macro.
994         (__ieee754_atan2): For results with small absolute value, force
995         underflow exception and remove excess range and precision from
996         return value.
997         * sysdeps/i386/fpu/e_atan2f.S (flt_min): New object.
998         (MO): New macro.
999         (__ieee754_atan2f): For results with small absolute value, force
1000         underflow exception and remove excess range and precision from
1001         return value.
1002         * sysdeps/i386/fpu/s_atan.S (dbl_min): New object.
1003         (MO): New macro.
1004         (__atan): For results with small absolute value, force underflow
1005         exception and remove excess range and precision from return value.
1006         * sysdeps/i386/fpu/s_atanf.S (flt_min): New object.
1007         (MO): New macro.
1008         (__atanf): For results with small absolute value, force underflow
1009         exception and remove excess range and precision from return value.
1010         * sysdeps/ieee754/dbl-64/e_atan2.c: Include <float.h> and
1011         <math.h>.
1012         (__ieee754_atan2): Force underflow exception for results with
1013         small absolute value.
1014         * sysdeps/ieee754/dbl-64/s_atan.c: Include <float.h> and
1015         <math_private.h>.
1016         (atan): Force underflow exception for results with small absolute
1017         value.
1018         * sysdeps/ieee754/flt-32/s_atanf.c: Include <float.h>.
1019         (__atanf): Force underflow exception for results with small
1020         absolute value.
1021         * sysdeps/ieee754/ldbl-128/s_atanl.c: Include <float.h> and
1022         <math.h>.
1023         (__atanl): Force underflow exception for results with small
1024         absolute value.
1025         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <float.h>.
1026         (__atanl): Force underflow exception for results with small
1027         absolute value.
1028         * sysdeps/x86/fpu/bits/mathinline.h
1029         [!__SSE2_MATH__ && !__x86_64__ && __LIBC_INTERNAL_MATH_INLINES]
1030         (__ieee754_atan2): Only define inline for long double.
1031         * sysdeps/x86_64/fpu/multiarch/e_atan2.c
1032         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Include <math.h>.
1033         * math/auto-libm-test-in: Do not mark underflow exceptions as
1034         possibly missing for bug 15319.  Add more tests of atan2.
1035         * math/auto-libm-test-out: Regenerated.
1036         * math/libm-test.inc (casin_test_data): Do not mark underflow
1037         exceptions as possibly missing for bug 15319.
1038         (casinh_test_data): Likewise.
1039         * sysdeps/i386/fpu/libm-test-ulps: Update.
1041 2015-02-18  Steve Ellcey  <sellcey@imgtec.com>
1043         * sysdeps/unix/sysv/linux/mips/bits/endian.h: Remove.
1044         * sysdeps/mips/bits/endian.h: Fix comments.
1046 2015-02-18  Joseph Myers  <joseph@codesourcery.com>
1048         [BZ #17996]
1049         * include/search.h (hcreate_r): Don't use libc_hidden_proto.
1050         (hdestroy_r): Likewise.
1051         (hsearch_r): Likewise.
1052         (__hcreate_r): Declare and use libc_hidden_proto.
1053         (__hdestroy_r): Likewise.
1054         (__hsearch_r): Likewise.
1055         * misc/hsearch.c (hsearch): Call __hsearch_r instead of hsearch_r.
1056         (hcreate): Call __hcreate_r instead of hcreate_r.
1057         (__hdestroy): Call __hdestroy_r instead of hdestroy_r.
1058         * misc/hsearch_r.c (hcreate_r): Rename to __hcreate_r and define
1059         as weak alias of __hcreate_r.
1060         (hdestroy_r): Rename to __hdestroy_r and define as weak alias of
1061         __hdestroy_r.
1062         (hsearch_r): Rename to __hsearch_r and define as weak alias of
1063         __hsearch_r.
1064         * conform/Makefile (test-xfail-XPG3/search.h/linknamespace):
1065         Remove variable.
1066         (test-xfail-XPG4/search.h/linknamespace): Likewise.
1067         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
1068         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
1069         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
1071 2015-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
1073         * malloc/malloc.c (__libc_malloc): Consolidate arena_lookup and
1074         arena_lock into a single arena_get.
1076 2015-02-17  Carlos O'Donell  <carlos@redhat.com>
1078         * dl-reloc.c: Inlucde libc-internal.h.
1079         (_dl_try_allocate_static_tls): Call ALIGN_UP.
1080         (_dl_relocate_object): Call ALIGN_UP, ALIGN_DOWN, and PTR_ALIGN_DOWN.
1081         (_dl_protect_relro): Call ALIGN_UP and ALIGN_DOWN.
1082         * malloc/arena.c (new_heap): Use pagesize. Call ALIGN_UP.
1083         (grow_heap): Likewise.
1084         * malloc/malloc.c: Include libc-internal.h.
1085         (do_check_malloc): Call powerof2.
1086         (sysmalloc): Use pagesize. Call ALIGN_UP.
1087         (systrim): Use pagesize.
1088         (mremap_chunk): Use pagesize. Call ALIGN_UP.
1089         (__libc_valloc): Use pagesize.
1090         (__libc_pvalloc): Use pagesize. Call ALIGN_UP.
1092 2015-02-17  Joseph Myers  <joseph@codesourcery.com>
1094         [BZ #17991]
1095         * include/sys/resource.h (__getrlimit64): Declare.  Use
1096         libc_hidden_proto.
1097         * resource/getrlimit64.c (getrlimit64): Rename to __getrlimit64
1098         and define as weak alias of __getrlimit64.  Use libc_hidden_weak.
1099         * sysdeps/posix/spawni.c (__spawni): Call __getrlimit64 instead of
1100         getrlimit64.
1101         * sysdeps/unix/sysv/linux/getrlimit64.c (getrlimit64): Rename to
1102         __getrlimit64.
1103         [!getrlimit64] (getrlimit64): Define as weak alias of
1104         __getrlimit64.  Use libc_hidden_weak.
1105         * sysdeps/unix/sysv/linux/i386/getrlimit64.c (getrlimit64): Define
1106         using __getrlimit64 not __new_getrlimit64.
1107         (__GI_getrlimit64): Likewise.
1108         * sysdeps/unix/sysv/linux/mips/getrlimit64.c (getrlimit64):
1109         Likewise.
1110         (__GI_getrlimit64): Likewise.
1111         (__old_getrlimit64): Use __getrlimit64 not __new_getrlimit64.
1112         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list
1113         (getrlimit): Add __getrlimit64 alias.
1114         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (getrlimit):
1115         Likewise.
1116         * conform/Makefile (test-xfail-XOPEN2K/spawn.h/linknamespace):
1117         Remove variable.
1118         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
1119         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
1121 2015-02-17  Paul Pluzhnikov  <ppluzhnikov@google.com>
1123         * libio/fileops.c: Add missing sys/mman.h
1124         * libio/iopopen.c: Add missing fcntl.h, remove redundant unistd.h
1126 2015-02-17  Joseph Myers  <joseph@codesourcery.com>
1128         * manual/math.texi (Errors in Math Functions): Clarify goals
1129         regarding inexact and underflow exceptions.
1131 2015-02-17  Steve Ellcey  <sellcey@imgtec.com>
1133         * sysdeps/mips/memcpy.S: Move R6 PREFETCH_STORE_HINT check.
1134         * sysdeps/mips/memset.S: Ditto.
1136 2015-02-17  Steve Ellcey  <sellcey@imgtec.com>
1138         * sysdeps/mips/bits/endian.h (__MIPSEL): Use #ifdef instead of #if.
1140 2015-02-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
1142         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c
1143         (__v1longjmp): Remove versioned symbol.
1144         (__v1siglongjmp): Remove alias and versioned symbol.
1145         (__v2longjmp): Use DEFINE_LONGJMP instead of alias.
1146         (__v2siglongjmp): Likewise.
1148 2015-02-16  Torvald Riegel  <triegel@redhat.com>
1150         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Remove file.
1152 2015-02-16  Mike Frysinger  <vapier@gentoo.org>
1154         * sysdeps/unix/sysv/linux/ia64/getpagesize.c: Delete.
1156 2015-02-16  Joseph Myers  <joseph@codesourcery.com>
1158         [BZ #17987]
1159         * sysdeps/ieee754/dbl-64/s_remquo.c (__remquo): Ensure sign of
1160         zero result does not depend on the sign resulting from
1161         subtraction.
1162         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
1163         Likewise.
1164         * sysdeps/ieee754/flt-32/s_remquof.c (__remquof): Likewise.
1165         * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Likewise.
1166         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
1167         * sysdeps/ieee754/ldbl-96/s_remquol.c (__remquol): Likewise.
1168         * math/libm-test.inc (remquo_test_data): Add more tests.
1170 2015-02-16  Paul Eggert  <eggert@cs.ucla.edu>
1172         * manual/time.texi (TZ Variable): glibc no longer comes with tzdata.
1173         Problem reported by J William Piggott.
1175 2015-02-16  Joseph Myers  <joseph@codesourcery.com>
1177         [BZ #17978]
1178         * sysdeps/ieee754/dbl-64/s_remquo.c (__remquo): Do not form
1179         products 4 * y and 2 * y where those would overflow.
1180         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
1181         Likewise.
1182         * sysdeps/ieee754/flt-32/s_remquof.c (__remquof): Likewise.
1183         * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Likewise.
1184         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
1185         * sysdeps/ieee754/ldbl-96/s_remquol.c (__remquol): Likewise.
1186         * math/libm-test.inc (remquo_test_data): Add more tests.
1188         * sysdeps/mips/sgidefs.h [!_ABIO64] (_ABIO64): New macro.
1190         * sysdeps/mips/memcpy.S [_COMPILING_NEWLIB]: Change condition to
1191         [defined _COMPILING_NEWLIB].
1192         * sysdeps/mips/memset.S [_COMPILING_NEWLIB]: Likewise.
1193         * sysdeps/mips/strcmp.S [_COMPILING_NEWLIB]: Likewise.
1195         * sysdeps/mips/sys/asm.h [__mips_isa_rev < 6]: Change condition to
1196         [!defined __mips_isa_rev || __mips_isa_rev < 6].
1198 2015-02-16  Torvald Riegel  <triegel@redhat.com>
1200         * nptl/tst-cond25.c (cleanup): Explicitly check that the mutex is
1201         acquired.
1203 2015-02-15  Matthew Fortune <Matthew.Fortune@imgtec.com>
1205         [BZ #17792]
1206         * sysdeps/unix/sysv/linux/ia64/sys/user.h (NBPG): Remove.
1207         (UPAGES, HOST_TEXT_START_ADDR, HOST_DATA_START_ADDR,
1208         HOST_STACK_END_ADDR): Likewise.
1210 2015-02-13  Steve Ellcey  <sellcey@imgtec.com>
1212         * sysdeps/mips/bits/endian.h (__MIPSEB): Use #ifdef instead of #if.
1213         * sysdeps/mips/memcpy.S (__MIPSEB): Ditto.
1214         * sysdeps/mips/memset.S (__MIPSEB): Ditto.
1216 2015-02-13  Roland McGrath  <roland@hack.frob.com>
1218         * sysdeps/generic/c++-types.data: New file.
1219         * sysdeps/generic/ld.abilist: New file.
1220         * sysdeps/generic/libBrokenLocale.abilist: New file.
1221         * sysdeps/generic/libanl.abilist: New file.
1222         * sysdeps/generic/libc.abilist: New file.
1223         * sysdeps/generic/libcrypt.abilist: New file.
1224         * sysdeps/generic/libdl.abilist: New file.
1225         * sysdeps/generic/libm.abilist: New file.
1226         * sysdeps/generic/libpthread.abilist: New file.
1227         * sysdeps/generic/libresolv.abilist: New file.
1228         * sysdeps/generic/librt.abilist: New file.
1230 2015-02-13  Joseph Myers  <joseph@codesourcery.com>
1232         [BZ #17569]
1233         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
1234         Compute absolute value of x as modified by fmod, not original
1235         value of x.
1236         * math/libm-test.inc (RUN_TEST_ffI_f1): Rename to
1237         RUN_TEST_ffI_f1_mod8.  Check extra return value mod 8.
1238         (RUN_TEST_LOOP_ffI_f1): Rename to RUN_TEST_LOOP_ffI_f1_mod8.  Call
1239         RUN_TEST_ffI_f1_mod8.
1240         (remquo_test_data): Add more tests.
1242 2015-02-13  Roland McGrath  <roland@hack.frob.com>
1244         * sysdeps/init_array/pt-crti.S: New file.
1246 2015-02-13  Joseph Myers  <joseph@codesourcery.com>
1248         [BZ #17967]
1249         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Use
1250         __builtin_fmaf instead of relying on contraction of a * b + c.
1252 2015-02-12  J William Piggott  <elseifthen@gmx.com>
1254         [BZ #17969]
1255         * manual/time.texi: correct the zoneinfo path in the TZ Variable
1256         node.
1258 2015-02-12  Joseph Myers  <joseph@codesourcery.com>
1260         [BZ #17964]
1261         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Use
1262         __builtin_fma instead of relying on contraction of a * b + c.
1264 2015-02-12  Roland McGrath  <roland@hack.frob.com>
1266         * Makeconfig (ASFLAGS): Add -Werror=undef.
1267         * sysdeps/arm/Versions (libc: GLIBC_2.19): New (empty) version set.
1268         * sysdeps/unix/make-syscalls.sh: Always emit #define's for
1269         SYSCALL_CANCELLABLE, SYSCALL_NOERRNO, SYSCALL_ERRVAL, to 1 or 0.
1271         * Makeconfig (after-link): New variable.
1272         (+link-pie, +link-pie-tests): Use it.
1273         (+link-static, +link-static-tests): Likewise.
1274         (+link, +link-tests): Likewise.
1275         * Makerules (build-module, build-module-asneeded): Likewise.
1276         (lib%.so, $(common-objpfx)libc.so, $(common-objpfx)linkobj/libc.so):
1277         Likewise.
1278         * elf/Makefile ($(objpfx)ld.so): Likewise.
1280 2015-02-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.net>
1282         [BZ #17965]
1283         * manual/time.texi (Elapsed Time): tv_sec is of type time_t in
1284         both struct timeval and struct timespec.
1286 2015-02-12  Joseph Myers  <joseph@codesourcery.com>
1288         [BZ #16560]
1289         * math/e_exp2l.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
1290         and redefine.
1291         (__ieee754_exp2l): Do not multiply small fractional parts by
1292         M_LN2l.
1293         * sysdeps/i386/fpu/e_exp2l.S (__ieee754_exp2l): Just add 1 to
1294         small argument.
1295         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
1296         * sysdeps/ieee754/flt-32/e_exp2f.c (__ieee754_exp2f): Likewise.
1297         * sysdeps/x86_64/fpu/e_exp2l.S (__ieee754_exp2l): Likewise.
1298         * math/auto-libm-test-in: Add more tests of exp2.
1299         * math/auto-libm-test-out: Regenerated.
1301 2015-02-12  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
1303         * sysdeps/powerpc/powerpc64/power7/strncpy.S (strncpy): Optimize
1304         unaligned path.
1306 2015-02-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1308         * sysdeps/unix/sysv/linux/powerpc/htm.h [TABORT]: Fix encoding for
1309         little endian.
1311 2015-02-12  Andreas Schwab  <schwab@suse.de>
1313         [BZ #15790]
1314         * nptl/pthread_mutexattr_gettype.c (pthread_mutexattr_gettype):
1315         Filter out elision flags from value returned in kind.
1316         * nptl/Makefile (tests): Add tst-pthread-mutexattr.
1317         * nptl/tst-pthread-mutexattr.c: New file.
1319 2015-02-11  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1321         * abi-tags: Revert ae20c9a: rename back gnu into gnu-gnu.
1322         * configure.ac, configure: Revert ba90e05: modify gnu-* host_os back
1323         into gnu-gnu, and update comment to refer to abi-tags.
1325 2015-02-11  Joseph Myers  <joseph@codesourcery.com>
1327         [BZ #15467]
1328         * sysdeps/ieee754/dbl-64/s_sincos.c: Include <errno.h>.
1329         (__sincos): Set errno to EDOM for infinite argument.
1330         * sysdeps/ieee754/flt-32/s_sincosf.c: Include <errno.h>.
1331         (SINCOSF_FUNC): Set errno to EDOM for infinite argument.
1332         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Include <errno.h>.
1333         (__sincosl): Set errno to EDOM for infinite argument.
1334         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Include <errno.h>.
1335         (__sincosl): Set errno to EDOM for infinite argument.
1336         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Include <errno.h>.
1337         (__sincosl): Set errno to EDOM for infinite argument.
1338         * math/libm-test.inc (sincos_test_data): Test errno setting.
1340 2015-02-11  Leonhard Holz  <leonhard.holz@web.de>
1342         * string/strxfrm_l.c: Remove #define STRCMP.
1343         * string/strcoll_l.c: Remove #define STRLEN.
1344         * wcsmbs/wcsxfrm_l.c: Remove #define STRCMP.
1345         * wcsmbs/wcscoll_l.c: Remove #define STRLEN.
1347 2015-02-10  Joseph Myers  <joseph@codesourcery.com>
1349         * sysdeps/mips/soft-fp/sfp-machine.h: Move to ....
1350         * sysdeps/mips/mips32/sfp-machine.h: ... here.
1351         * sysdeps/mips/mips64/soft-fp/Makefile: Move to ....
1352         * sysdeps/mips/mips64/Makefile: ... here.
1353         * sysdeps/mips/mips64/soft-fp/e_sqrtl.c: Move to ....
1354         * sysdeps/mips/mips64/e_sqrtl.c: ... here.
1355         * sysdeps/mips/mips64/soft-fp/sfp-machine.h: Move to ....
1356         * sysdeps/mips/mips64/sfp-machine.h: ... here.
1357         * sysdeps/mips/mips32/Implies: Remove mips/soft-fp.
1358         * sysdeps/mips/mips64/n32/Implies: Remove mips/mips64/soft-fp.
1359         * sysdeps/mips/mips64/n64/Implies: Likewise.
1361 2015-02-10  Roland McGrath  <roland@hack.frob.com>
1363         * math/test-snan.c: Drop unnecessary #include's of <stdlib.h>,
1364         <sys/time.h>, <string.h>, and <errno.h>.
1365         (dest_offset, dest_address, value, zero): Remove unused variables.
1366         (ldouble): Remove typedef.
1367         (myFPsighandler): Use simple handler signature, not SA_SIGINFO
1368         signature.  Pass 1 to siglongjmp rather than 0 (which is converted to
1369         1).  Fix code style.
1370         (set_sigaction_FP, remove_sigaction_FP): Functions removed.
1371         (check): Function removed.
1372         (CHECK): New macro.
1373         (TEST_FUNC): Fix code style.  Use CHECK macro rather than repeating
1374         boilerplate feclearexcept + feenableexcept + sigsetjmp code.
1375         Don't call set_sigaction_FP and remove_sigaction_FP here.
1376         (ldouble_test): Just use 'long double' as macro argument, no need for
1377         the 'ldouble' typedef.
1378         (do_test): Set up SIGFPE handler at start, using plain signal rather
1379         than sigaction.  Fix code style.
1381 2015-02-10  Evangelos Foutras  <evangelos@foutrelis.com>
1383         [BZ #17949]
1384         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Fix position of
1385         jump label.
1387 2015-02-09  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
1389         * sysdeps/powerpc/powerpc32/configure.ac: Remove R_PPC_REL16 check.
1390         * sysdeps/powerpc/powerpc32/configure: Regenerated.
1392         * sysdeps/powerpc/configure.ac: Remove file.
1393         * sysdeps/powerpc/configure: Likewise.
1395         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile
1396         [sysdep_routines]: Remove wordcopy-power6 object.
1397         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
1398         (__memmove_power7): Use local call for wordcopy and memcpy symbols.
1399         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c
1400         (__memmove_ppc32): Likewise.
1401         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: Remove
1402         file.
1403         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Remove file.
1404         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c [IS_IN (libc)]:
1405         Remove preprocessor.
1407         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile
1408         [sysdep_routines]: Remove wide chars objects.
1409         [wcsmbs]: New rule for wide char objects.
1411         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1412         Remove wordcopy-power6 obejct.
1413         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c (__memmove_ppc):
1414         Use local call for wordcopy and memcpy symbols.
1415         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: Remove file.
1416         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: Add default
1417         implementation for loader.
1418         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Remove file.
1420         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1421         Remove wordcopy-power7 object.
1422         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: Remove file.
1423         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c
1424         (_wordcopy_fwd_aligned): Remove POWER7 specialization.
1425         (_wordcopy_fwd_dest_aligned): Likewise.
1426         (_wordcopy_bwd_aligned): Likewise.
1427         (_wordcopy_bwd_dest_aligned): Likewise.
1429         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c (__bcopy_ppc):
1430         Rewrite to call __memmove_ppc instead of include default
1431         implementation.
1433         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1434         Remove wide chars objects.
1435         [wcsmbs]: New rule for wide char objects.
1437 2015-02-09  Andreas Schwab  <schwab@suse.de>
1439         [BZ #17912]
1440         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
1441         in terms of __O_DIRECTORY.
1443 2015-02-08  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1445         * time/getdate.c: Include <stdbool.h>.
1446         * sysdeps/gnu/unwind-resume.c [!PTR_MANGLE] (__libgcc_s_init): Do not
1447         call PTR_MANGLE.
1448         [!PTR_DEMANGLE] (_Unwind_Resume, __gcc_personality_v0): Do not call
1449         PTR_DEMANGLE.
1451 2015-02-07  Paul Eggert  <eggert@cs.ucla.edu>
1453         Add ersatz _Static_assert on older C hosts
1454         * misc/sys/cdefs.h (_Static_assert): Define a substitute, if on a
1455         pre-C11 C platform that is not known to support _Static_assert.
1457 2015-02-07  Richard Braun  <rbraun@sceen.net>
1459         * hurd/hurd/signal.h (_hurd_critical_section_lock): Don't unlock
1460         sigstate.
1461         * sysdeps/mach/hurd/mmap.c (__mmap): Also handle PROT_NONE case.
1463 2015-02-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1465         * sysdeps/pthread/aio_misc.c [!AIO_PRIO_DELTA_MAX]: Do not check
1466         priority against unexistent AIO_PRIO_DELTA_MAX.
1467         * misc/chflags.c (chflags): Set flags parameter type to unsigned long
1468         instead of int.
1469         * misc/fchflags.c (fchflags): Likewise.
1470         * sysdeps/mach/hurd/chflags.c (chflags): Likewise.
1471         * sysdeps/mach/hurd/fchflags.c (fchflags): Likewise.
1472         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC] (UF_SETTABLE, UF_NODUMP,
1473         UF_IMMUTABLE, UF_APPEND, UF_OPAQUE, UF_NOUNLINK, SF_SETTABLE,
1474         SF_ARCHIVED, SF_IMMUTABLE, SF_APPEND, SF_NOUNLINK, SF_SNAPSHOT):
1475         Declare macros.
1476         [__USE_MISC] (chflags, fchflags): Declare functions.
1477         * hurd/hurdselect.c (_hurd_select): In the poll case, do not return
1478         EINVAL when nfds is greater than FD_SETSIZE.
1479         * hurd/hurd/resource.h (MACH_PRIORITY_TO_NICE,
1480         NICE_TO_MACH_PRIORITY): Align nice levels on Mach priorities from 5 to
1481         45.
1482         * hurd/hurdselect.c (_hurd_select): Pass MACH_RCV_INTERRUPT to
1483         __mach_msg.  If that returns MACH_RCV_INTERRUPTED, set ERR to EINTR.
1484         * hurd/hurdselect.c (_hurd_select): Remove unreachable check for
1485         MACH_RCV_TIMED_OUT.
1486         * hurd/hurd/signal.h (_hurd_self_sigstate,
1487         _hurd_critical_section_lock, _hurd_critical_section_unlock):
1488         Explicit casts from void *.
1489         * sysdeps/mach/hurd/tls.h: Include <stdint.h> and <sysdep.h>.
1490         * abi-tags: Rename gnu-gnu os into gnu.
1492         [BZ #4719]
1493         * sysdeps/mach/hurd/bits/ioctls.h (_IOT__IOTBASE_long, _IOT_char,
1494         _IOT_short, _IOT_int, _IOT_long, _IOT__IOTBASE_int8_t,
1495         _IOT__IOTBASE_uint8_t, _IOT__IOTBASE_int16_t, _IOT__IOTBASE_uint16_t,
1496         _IOT__IOTBASE_int32_t, _IOT__IOTBASE_uint32_t, _IOT__IOTBASE_int64_t,
1497         _IOT__IOTBASE_uint64_t, _IOT__IOTBASE_size_t, _IOT__IOTBASE_ssize_t,
1498         _IOTBASE_unsigned, _IOTBASE_signed): Define macros.
1500         [BZ #17944]
1501         * hurd/hurdsocket.h: New file, defines _hurd_sun_path_dupa which
1502         duplicates ADDR->sun_path with sockaddr LEN limitation.
1503         * sysdeps/mach/hurd/connect.c: Include <string.h>
1504         (__connect): Give result of _hurd_sun_path_dupa to name lookup.
1505         * sysdeps/mach/hurd/sendmsg.c: Likewise.
1506         * sysdeps/mach/hurd/sendto.c: Likewise.
1507         * sysdeps/mach/hurd/bind.c: Call _hurd_sun_path_dupa instead of
1508         implementing it by hand.
1510 2015-02-06  Roland McGrath  <roland@hack.frob.com>
1512         * sysdeps/arm/sysdep.h [!PROF] [ARCH_HAS_T2 && !PIC] (LDR_GLOBAL):
1513         Use sfi_breg on ldr.
1514         [!PROF] [ARCH_HAS_T2 && PIC && ARM_PCREL_MOVW_OK] (LDR_GLOBAL):
1515         Likewise.
1517         * nptl/tst-cancel25.c (tf2): Test for SIGCANCEL being blocked only if
1518         it's defined.
1519         * nptl/tst-signal7.c (do_test): Test SIGCANCEL only if it's defined.
1520         Test SIGSETXID only if it's defined.
1522         * nptl/tst-locale1.c (useless): Use SIGRTMIN only if it's defined.
1524         * rt/tst-timer2.c (do_test): Don't initialize SIGEV.sigev_signo, which
1525         will not be used.  Use NULL rather than 0 for .sigev_notify_attributes.
1527         * nptl/tst-align2.c: Moved ...
1528         * sysdeps/unix/sysv/linux/tst-align-clone.c: ... here.
1529         * nptl/Makefile (tests): Remove tst-align2.
1530         * sysdeps/unix/sysv/linux/Makefile
1531         [$(subdir) = nptl] (tests): Add tst-align-clone.
1532         * nptl/tst-getpid1.c: Moved ...
1533         * sysdeps/unix/sysv/linux/tst-getpid1.c: ... here.
1534         * nptl/tst-getpid2.c: Moved ...
1535         * sysdeps/unix/sysv/linux/tst-getpid2.c: ... here.
1536         * nptl/Makefile (tests): Move tst-getpid1 and tst-getpid2 ...
1537         * sysdeps/unix/sysv/linux/Makefile
1538         [$(subdir) = nptl] (tests): ... here.
1539         * nptl/Makefile (tst-getpid2-ENV): Move variable ...
1540         * sysdeps/unix/sysv/linux/Makefile
1541         [$(subdir) = nptl] (tst-getpid2-ENV): ... here.
1543         * nptl/tst-cleanup2.c (do_test): Use signal rather than sigaction.
1544         Drop trailing \n from perror argument.  Use return rather than exit.
1546         * nptl/tst-cancel20.c (do_test): Conditionalize SA_SIGINFO-using tests
1547         on [SA_SIGINFO].
1548         * nptl/tst-cancel21.c (do_test): Likewise.
1549         * debug/tst-backtrace6.c: Include <signal.h> first thing.
1550         Conditionalize inclusion of tst-backtrace5.c on [SA_SIGINFO].
1551         [!SA_SIGINFO]: Make it a stub test.
1553         * misc/tst-pselect.c (do_test): Don't set SA_NOCLDWAIT in sa_flags for
1554         SIGCHLD; it's redundant with SIG_IGN as sa_handler.
1556         * posix/tst-getlogin.c: Move to ...
1557         * login/tst-getlogin.c: ... here.
1558         * posix/Makefile (tests): Move tst-getlogin to ...
1559         * login/Makefile (tests): ... here.
1561         * libio/tst-atime.c (do_test): Move local variables SV and E
1562         inside [ST_NOATIME] conditional.
1564         * dirent/tst-fdopendir.c (O_NOATIME): If not defined, #define to 0.
1566         * nptl/tst-kill5.c (do_test): Use INT_MAX rather than SIGRTMAX + 10.
1568         * nptl/tst-join5.c: Drop #include <sys/syscall.h>.
1569         (wait_code): New function replaces macro.
1570         Call nanosleep rather than syscall.
1572         * nptl/pt-system.c: Rewritten.  Put everything under
1573         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
1574         Use IFUNC to redirect when possible.
1576         * nptl/pt-longjmp.c: Rewritten.  Put everything under
1577         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
1578         Use IFUNC to redirect when possible.
1580         * nptl/pt-fork.c: Rewritten.  Put everything under
1581         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
1582         Use IFUNC to redirect when possible.
1583         * nptl/Versions (libpthread: GLIBC_2.22): New (empty) version set.
1585         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: Remove all
1586         code under [!__ASSUME_FUTEX_CLOCK_REALTIME], since that is defined
1587         unconditionally nowadays.  This included the only reference to
1588         __vdso_clock_gettime that appears outside libc proper.
1589         * sysdeps/unix/sysv/linux/x86_64/Versions (libc: GLIBC_PRIVATE):
1590         Remove version set (containing only __vdso_clock_gettime).
1591         * sysdeps/unix/sysv/linux/x86/libc-vdso.h (__vdso_clock_gettime):
1592         Add attribute_hidden.
1593         * sysdeps/unix/sysv/linux/i386/init-first.c (__vdso_clock_gettime):
1594         Likewise.  Drop __attribute__ ((nocommon)), libc_hidden_proto, and
1595         libc_hidden_data_def.
1596         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
1597         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
1599         * inet/Versions (libc: GLIBC_2.0): Move getrpcbyname, getrpcbyname_r,
1600         getrpcbynumber, getrpcbynumber_r, getrpcent, getrpcent_r, endrpcent,
1601         setrpcent, and getrpcport to ...
1602         * sunrpc/Versions (libc: GLIBC_2.0): ... here.
1603         * inet/Versions (libc: GLIBC_2.1.2): Move getrpcbyname_r,
1604         getrpcbynumber_r, and getrpcent_r to ...
1605         * sunrpc/Versions (libc: GLIBC_2.1.2): ... this new set.
1606         * inet/getrpcbyname.c: Moved ...
1607         * sunrpc/getrpcbyname.c: ... here.
1608         * inet/getrpcbyname_r.c: Moved ...
1609         * sunrpc/getrpcbyname_r.c: ... here.
1610         * inet/getrpcbynumber.c: Moved ...
1611         * sunrpc/getrpcbynumber.c: ... here.
1612         * inet/getrpcbynumber_r.c: Moved ...
1613         * sunrpc/getrpcbynumber_r.c: ... here.
1614         * inet/getrpcent.c: Moved ...
1615         * sunrpc/getrpcent.c: ... here.
1616         * inet/getrpcent_r.c: Moved ...
1617         * sunrpc/getrpcent_r.c: ... here.
1618         * inet/Makefile (routines): Move those to ...
1619         * sunrpc/Makefile (routines): ... here.
1620         * nss/Makefile (databases): Add key and rpc only if sunrpc appears in
1621         the $(subdirs) list.
1622         (CPPFLAGS-getent.c): New variable.  Pass -D option to set HAVE_SUNRPC
1623         to 0 or 1, indicating whether sunrpc appears in the $(subdirs) list.
1624         * nss/getent.c (print_rpc, rpc_keys): Conditionalize on [HAVE_SUNRPC].
1625         (databases): Conditionalize rpc entry on [HAVE_SUNRPC].
1627         * elf/Makefile (routines): Include $(all-dl-routines), not just
1628         $(dl-routines).
1629         (rtld-routines): Likewise.  Use = rather than :=.
1630         * sysdeps/aarch64/Makefile [$(subdir) = elf]
1631         (sysdep_routines, sysdep-rtld-routines): Don't add tlsdesc and
1632         dl-tlsdesc to these; sysdep-dl-routines alone is enough.
1633         * sysdeps/arm/Makefile: Likewise.
1634         * sysdeps/i386/Makefile: Likewise.
1635         * sysdeps/x86_64/Makefile: Likewise.
1636         * sysdeps/hppa/Makefile [$(subdir) = elf]
1637         (sysdep_routines, sysdep-rtld-routines): Don't add
1638         $(sysdep-dl-routines) to these.
1639         * sysdeps/ia64/Makefile: Likewise.
1640         * sysdeps/unix/sysv/linux/ia64/Makefile: Likewise.
1641         * sysdeps/unix/sysv/linux/aarch64/Makefile [$(subdir) = elf]
1642         [$(build-shared) = yes] (sysdep_routines, sysdep-rtld-routines):
1643         Don't add dl-static to these; sysdep-dl-routines alone is enough.
1644         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
1645         * sysdeps/unix/sysv/linux/mips/Makefile: Likewise.
1646         * sysdeps/unix/sysv/linux/powerpc/Makefile: Likewise.
1647         * sysdeps/unix/sysv/linux/tile/Makefile: Likewise.
1648         * sysdeps/powerpc/Makefile [$(subdir) = elf]
1649         (sysdep_routines, sysdep-rtld-routines): Don't add dl-machine to
1650         these; sysdep-dl-routines alone is enough.
1652 2015-02-06  Joseph Myers  <joseph@codesourcery.com>
1654         [BZ #17932]
1655         * soft-fp/op-common.h (_FP_FMA): Set exponent of result in case
1656         where multiplication results in zero and third argument is finite
1657         and nonzero.
1658         * math/auto-libm-test-in: Add more tests of fma.
1659         * math/auto-libm-test-out: Regenerated.
1661         * soft-fp/op-common.h (_FP_CMP_CHECK_DENORM): New macro.
1662         (_FP_CMP_CHECK_FLUSH_ZERO): Likewise.
1663         (_FP_CMP): Use_FP_CMP_CHECK_DENORM and _FP_CMP_CHECK_FLUSH_ZERO.
1664         (_FP_CMP_EQ): Likewise.
1665         (_FP_CMP_UNORD): Use _FP_CMP_CHECK_DENORM.
1667         * soft-fp/op-common.h (FP_EXTEND): Rename to _FP_EXTEND_CNAN with
1668         extra argument CHECK_NAN.  Redefine as wrapper around
1669         _FP_EXTEND_CNAN.
1671 2015-02-06  Carlos O'Donell  <carlos@systemhalted.org>
1673         * version.h (RELEASE): Set to "stable".
1674         (VERSION): Set to "2.21"
1675         * include/features.h (__GLIBC_MINOR__): Set to 21.
1677         * sysdeps/unix/sysv/linux/hppa/pthread.h: Sync with pthread.h.
1679 2015-02-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
1680             Paul Eggert  <eggert@cs.ucla.edu>
1682         [BZ #16618]
1683         * stdio-common/tst-sscanf.c (main): Test for buffer overflow.
1684         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Compute needed
1685         size in bytes. Store needed elements in wpmax. Use needed size
1686         in bytes for extend_alloca.
1688 2015-02-05  Carlos O'Donell  <carlos@systemhalted.org>
1690         * manual/install.texi: Latest tested versions are GCC 4.9.2,
1691         binutls 2.25, and texinfo 5.2.
1692         * INSTALL: Regenerate.
1693         * sysdeps/nios2/configure: Regenerate.
1694         * sysdeps/unix/sysv/linux/nios2/configure: Regenerate.
1695         * manual/contrib.texi: Update.
1696         * po/be.po: Update.
1697         * po/bg.po: Update.
1698         * po/ca.po: Update.
1699         * po/cs.po: Update.
1700         * po/da.po: Update.
1701         * po/de.po: Update.
1702         * po/el.po: Update.
1703         * po/eo.po: Update.
1704         * po/es.po: Update.
1705         * po/fi.po: Update.
1706         * po/fr.po: Update.
1707         * po/gl.po: Update.
1708         * po/hr.po: Update.
1709         * po/hu.po: Update.
1710         * po/ia.po: Update.
1711         * po/id.po: Update.
1712         * po/it.po: Update.
1713         * po/ja.po: Update.
1714         * po/ko.po: Update.
1715         * po/lt.po: Update.
1716         * po/nb.po: Update.
1717         * po/nl.po: Update.
1718         * po/pl.po: Update.
1719         * po/pt_BR.po: Update.
1720         * po/ru.po: Update.
1721         * po/rw.po: Update.
1722         * po/sk.po: Update.
1723         * po/sl.po: Update.
1724         * po/sv.po: Update.
1725         * po/tr.po: Update.
1726         * po/uk.po: Update.
1727         * po/vi.po: Update.
1728         * po/zh_CN.po: Update.
1729         * po/zh_TW.po: Update.
1731         * sysdeps/hppa/Makefile (CFLAGS-dl-fptr.c): Add -Wno-error.
1732         * sysdeps/hppa/bits/setjmp.h: Union is named __jmp_buf_internal_tag.
1733         * sysdeps/hppa/dl-irel.h: Remove #warning.
1734         * sysdeps/hppa/entry.h: Provide prototype for
1735         __canonicalize_funcptr_for_compare and cast argument.
1736         * sysdeps/hppa/fpu/fegetexcept.c (fegetexcept): Add semicolon.
1737         * sysdeps/hppa/fpu/ftestexcept.c (fetestexcept): Likewise.
1738         * sysdeps/hppa/sotruss-lib.c: New file.
1739         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h
1740         (atomic_compare_and_exchange_val_acq): Use __typeof__.
1741         (atomic_compare_and_exchange_bool_acq): Likewise.
1742         * sysdeps/unix/sysv/linux/hppa/mmap.c: Use weak alias.
1743         * sysdeps/unix/sysv/linux/hppa/pthread.h: Include pthread.h.
1745         * sysdeps/unix/sysv/linux/hppa/syscall.S: Delete file.
1746         * sysdeps/unix/sysv/linux/hppa/sysdep.c: Move syscall from here...
1747         * sysdeps/unix/sysv/linux/hppa/syscall.c: ... to here.
1749 2015-02-05  Chung-Lin Tang  <cltang@codesourcery.com>
1751         * sysdeps/nios2/machine-gmon.h (NIOS2_MCOUNT_CALL): Correct name of
1752         called function in non-PIC case.
1754 2015-01-31  David S. Miller  <davem@davemloft.net>
1756         * sysdeps/sparc/sparc32/bits/atomic.h
1757         (__sparc32_atomic_do_unlock24): Put the memory barrier before the
1758         unlock not after it.
1759         (__v9_compare_and_exchange_val_32_acq): Use unions to avoid getting
1760         volatile register usage warnings from the compiler.
1762         * sysdeps/sparc/nptl/sem_init.c: Delete.
1763         * sysdeps/sparc/nptl/sem_post.c: Delete.
1764         * sysdeps/sparc/nptl/sem_timedwait.c: Delete.
1765         * sysdeps/sparc/nptl/sem_wait.c: Delete.
1766         * sysdeps/sparc/sparc32/sem_init.c: New file.
1767         * sysdeps/sparc/sparc32/sem_waitcommon.c: New file.
1768         * sysdeps/sparc/sparc32/sem_open.c: Generic nptl version with
1769         padding explicitly initialized.
1770         * sysdeps/sparc/sparc32/sem_post.c: Generic nptl version using
1771         padding for in-semaphore spinlock.
1772         * sysdeps/sparc/sparc32/sem_wait.c: Likewise.
1773         * sysdeps/sparc/sparc32/sem_trywait.c: Delete.
1774         * sysdeps/sparc/sparc32/sem_timedwait.c: Delete.
1775         * sysdeps/sparc/sparc32/sparcv9/sem_init.c: New file.
1776         * sysdeps/sparc/sparc32/sparcv9/sem_open.c: New file.
1777         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: New file.
1778         * sysdeps/sparc/sparc32/sparcv9/sem_waitcommon.c: New file.
1779         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: Redirect to nptl
1780         version.
1781         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: Delete.
1782         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Delete.
1784 2015-01-30  H.J. Lu  <hongjiu.lu@intel.com>
1786         [BZ #17801]
1787         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
1788         Set the bit_AVX_Fast_Unaligned_Load bit for AVX2.
1789         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX_Fast_Unaligned_Load):
1790         New.
1791         (index_AVX_Fast_Unaligned_Load): Likewise.
1792         (HAS_AVX_FAST_UNALIGNED_LOAD): Likewise.
1793         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Check the
1794         bit_AVX_Fast_Unaligned_Load bit instead of the bit_AVX_Usable bit.
1795         * sysdeps/x86_64/multiarch/memcpy_chk.S (__memcpy_chk): Likewise.
1796         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy): Likewise.
1797         * sysdeps/x86_64/multiarch/mempcpy_chk.S (__mempcpy_chk): Likewise.
1798         * sysdeps/x86_64/multiarch/memmove.c (__libc_memmove): Replace
1799         HAS_AVX with HAS_AVX_FAST_UNALIGNED_LOAD.
1800         * sysdeps/x86_64/multiarch/memmove_chk.c (__memmove_chk): Likewise.
1802 2015-01-29  Andreas Schwab  <schwab@suse.de>
1804         * sysdeps/nptl/allocrtsig.c: Include <signal.h>.
1806 2015-01-29  Siddhesh Poyarekar <siddhesh@redhat.com>
1808         [BZ #17892]
1809         * nscd/nscd_stat.c (send_stats): Initialize DATA.
1811 2015-01-28  Martin Sebor  <msebor@redhat.com>
1813         * math/README.libm-test: Clarify. Add "How to read the test output."
1815 2015-01-28  Chris Metcalf  <cmetcalf@ezchip.com>
1817         * sysdeps/tile/tilegx/bits/atomic.h [!_LP64] (__HAVE_64B_ATOMICS):
1818         Define to 0.
1820 2015-01-28  Joseph Myers  <joseph@codesourcery.com>
1822         * sysdeps/mips/bits/atomic.h [_MIPS_SIM == _ABIN32]
1823         (__HAVE_64B_ATOMICS): Define to 0.
1825 2015-01-28  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
1827         [BZ #17885]
1828         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Fix correct
1829         value to set as new flag.
1831         [BZ #16576]
1832         * sysdeps/powerpc/fpu/math_private.h [__CPU_HAS_FSQRT]: Remove define
1833         and use _ARCH_PPCSQ instead.
1834         (__ieee754_sqrt): Likewise.
1835         (__ieee754_sqrtf): Likewise.
1836         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Build only if
1837         _ARCH_PPCSQ is defined.
1838         (__ieee754_sqrt): Use _ARCH_PPCSQ to select wheter to use hardware
1839         fsqrt instruction.
1840         * sysdeps/powerpc/fpu/e_sqrtf.c (__ieee754_sqrtf): Build only if
1841         _ARCH_PPCSQ is defined.
1842         (__ieee754_sqrtf): Use _ARCH_PPCSQ to select wheter to use hardware
1843         fsqrts instruction.
1844         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Remove file.
1846 2015-01-27  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
1848         * iconv/loop.c: Suppress array out of bound warning caused by GCC
1849         bug (GCC BZ #64739).
1851 2015-01-25  Andreas Schwab  <schwab@linux-m68k.org>
1853         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h (lll_futex_requeue):
1854         Mark _retval as used.
1855         (lll_futex_wake_unlock): Likewise.
1856         (lll_futex_timed_wait_requeue_pi): Likewise.
1858         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
1859         (atomic_compare_and_exchange_val_acq): Use uint32_t for the
1860         register variables.
1862         * sysdeps/m68k/m680x0/fpu/fraiseexcpt.c (__feraiseexcept): Use
1863         libm_hidden_def.
1865         * sysdeps/m68k/bits/byteswap.h (__bswap_16, __bswap_32)
1866         (__bswap_64): Mark as __always_inline.
1868 2015-01-25  Bram  <bug_rh@spam.wizbit.be>
1870         [BZ #15378]
1871         * elf/dl-load.c (open_path): Avoid writing to 'env_path_list'
1872         when none of the search directories exist.
1874 2015-01-24  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
1876         [BZ #17869]
1877         * sysdeps/powerpc/powerpc64/power8/memset.S: Use power7 instead of
1878         power8 in .machine directive.
1880         [BZ #17868]
1881         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Force value
1882         set dependency from opd value.
1884 2015-01-23  H.J. Lu  <hongjiu.lu@intel.com>
1886         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
1887         Treat model numbers 0x4a/0x4d/0x5a/0x5d as Intel Silvermont
1888         architecture.
1890 2015-01-23  H.J. Lu  <hongjiu.lu@intel.com>
1892         [BZ #17870]
1893         * nptl/sem_post.c (__new_sem_post): Replace unsigned long int
1894         with uint64_t.
1895         * nptl/sem_waitcommon.c (__sem_wait_cleanup): Replace 1UL with
1896         (uint64_t) 1.
1897         (__new_sem_wait_fast): Replace unsigned long with uint64_t.
1898         (__new_sem_wait_slow): Replace unsigned long int with uint64_t.
1899         Replace 1UL with (uint64_t) 1.
1900         * sysdeps/nptl/internaltypes.h (new_sem): Replace unsigned long
1901         int with uint64_t.
1903 2015-01-23  Roland McGrath  <roland@hack.frob.com>
1905         * inet/if_index.c (if_nameindex): Add missing libc_hidden_weak.
1906         (if_freenameindex): Likewise.
1908         * resource/getrlimit64.c: Add missing libc_hidden_def.
1910 2015-01-22  Joseph Myers  <joseph@codesourcery.com>
1912         * soft-fp/op-common.h (_FP_ADD_INTERNAL): Declare labels with
1913         __label__.
1914         (_FP_FMA): Likewise.
1915         (_FP_TO_INT_ROUND): Likewise.
1916         (_FP_FROM_INT): Likewise.
1918 2015-01-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1920         [BZ #16418]
1921         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c (__get_clockfreq):
1922         Make code racy and cancel safe.
1924 2015-01-21  Carlos O'Donell  <carlos@redhat.com>
1926         * sysdeps/arm/unwind-resume.h: Fix copyright year.
1927         * dlfcn/tst-rec-dlopen.c: Fix incorrect copyright year and
1928         attribution.
1930         * pwd/tst-getpw.c: Rewrite.
1932         [BZ #17702]
1933         * dlfcn/Makefile (tests): Add tst-rec-dlopen.
1934         (modules-names): Add moddummy1 and moddummy2.
1935         ($(objpfx)tst-rec-dlopen): Define.
1936         * dlfcn/moddummy1.c: New file.
1937         * dlfcn/moddummy2.c: New file.
1938         * dlfcn/tst-rec-dlopen.c: New file.
1939         * elf/dl-cache.c (_dl_load_cache_lookup):
1940         Return char*. Copy result with alloca/strcpy/strdup.
1941         * elf/dl-load.c (_dl_map_object): _dl_load_cached_lookup
1942         returns char*. Free cached. If not saving realname
1943         free cached.
1944         * elf/dl-open.c (dl_open_worker): Do not assert that
1945         _r_debug->r_state is RT_CONSISTENT.
1946         * sysdeps/generic/ldsodefs.h: _dl_load_cache_lookup
1947         returns char*.
1949 2015-01-21  Torvald Riegel  <triegel@redhat.com>
1950             Carlos O'Donell  <carlos@redhat.com>
1952         [BZ #12674]
1953         * nptl/sem_waitcommon.c: New file.
1954         * nptl/sem_wait.c: Include sem_waitcommon.c.
1955         (__sem_wait_cleanup, do_futex_wait): Remove.
1956         (__new_sem_wait): Adapt.
1957         (__new_sem_trywait): New function.
1958         (__old_sem_trywait): Moved here from nptl/sem_trywait.c.
1959         * nptl/sem_timedwait.c: Include sem_waitcommon.c.
1960         (__sem_wait_cleanup, do_futex_timed_wait): Remove.
1961         (sem_timedwait): Adapt.
1962         * nptl/sem_post.c (__new_sem_post): Adapt.
1963         (futex_wake): New function.
1964         (__old_sem_post): Add release MO fence.
1965         * nptl/sem_open.c (sem_open): Adapt.
1966         * nptl/sem_init.c (__new_sem_init): Adapt.
1967         (futex_private_if_supported): New function.
1968         * nptl/sem_getvalue.c (__new_sem_getvalue): Adapt.
1969         (__old_sem_getvalue): Add using previous code.
1970         * sysdeps/nptl/internaltypes.h: Adapt.
1971         * nptl/tst-sem13.c (do_test): Adapt.
1972         * nptl/tst-sem11.c (main): Adapt.
1973         * nptl/sem_trywait.c: Remove.
1974         * nptl/DESIGN-sem.txt: Remove.
1975         * nptl/Makefile (libpthread-routines): Remove sem_trywait.
1976         (gen-as-const-headers): Remove structsem.sym.
1977         * nptl/structsem.sym: Remove.
1978         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Remove.
1979         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Remove.
1980         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Remove.
1981         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Remove.
1982         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Remove.
1983         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Remove.
1984         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Remove.
1985         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Remove.
1986         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Remove.
1987         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Remove.
1988         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Remove.
1989         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Remove.
1990         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Remove.
1991         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: Remove.
1992         * sysdeps/unix/sysv/linux/sh/sem_post.S: Remove.
1993         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Remove.
1994         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Remove.
1995         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Remove.
1996         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: Remove.
1997         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Remove.
1998         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Remove.
1999         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Remove.
2001 2015-01-20  Carlos O'Donell  <carlos@redhat.com>
2003         * INSTALL: Regenerated.
2005         * po/libc.pot: Regenerated.
2007 2015-01-18  Chung-Lin Tang  <cltang@codesourcery.com>
2008             Sandra Loosemore  <sandra@codesourcery.com>
2009             Andrew Jenner  <andrew@codesourcery.com>
2010             Joseph Myers  <joseph@codesourcery.com>
2011             Nathan Sidwell  <nathan@codesourcery.com>
2013         * NEWS: Mention new Nios II port.
2014         * sysdeps/nios2/Implies: New file.
2015         * sysdeps/nios2/Makefile: New file.
2016         * sysdeps/nios2/Subdirs: New file.
2017         * sysdeps/nios2/Versions: New file.
2018         * sysdeps/nios2/__longjmp.S: New file.
2019         * sysdeps/nios2/abort-instr.h: New file.
2020         * sysdeps/nios2/backtrace.c: New file.
2021         * sysdeps/nios2/bits/endian.h: New file.
2022         * sysdeps/nios2/bits/fenv.h: New file.
2023         * sysdeps/nios2/bits/link.h: New file.
2024         * sysdeps/nios2/bits/setjmp.h: New file.
2025         * sysdeps/nios2/bsd-_setjmp.S: New file.
2026         * sysdeps/nios2/bsd-setjmp.S: New file.
2027         * sysdeps/nios2/configure: New generated file.
2028         * sysdeps/nios2/configure.ac: New file.
2029         * sysdeps/nios2/crti.S: New file.
2030         * sysdeps/nios2/crtn.S: New file.
2031         * sysdeps/nios2/dl-init.c: New file.
2032         * sysdeps/nios2/dl-machine.h: New file.
2033         * sysdeps/nios2/dl-sysdep.h: New file.
2034         * sysdeps/nios2/dl-tls.h: New file.
2035         * sysdeps/nios2/dl-trampoline.S: New file.
2036         * sysdeps/nios2/gccframe.h: New file.
2037         * sysdeps/nios2/gmp-mparam.h: New file.
2038         * sysdeps/nios2/jmpbuf-offsets.h: New file.
2039         * sysdeps/nios2/jmpbuf-unwind.h: New file.
2040         * sysdeps/nios2/ldsodefs.h: New file.
2041         * sysdeps/nios2/libc-tls.c: New file.
2042         * sysdeps/nios2/libm-test-ulps: New file.
2043         * sysdeps/nios2/machine-gmon.h: New file.
2044         * sysdeps/nios2/math-tests.h: New file.
2045         * sysdeps/nios2/math_private.h: New file.
2046         * sysdeps/nios2/memusage.h: New file.
2047         * sysdeps/nios2/nptl/Makefile: New file.
2048         * sysdeps/nios2/nptl/bits/pthreadtypes.h: New file.
2049         * sysdeps/nios2/nptl/bits/semaphore.h: New file.
2050         * sysdeps/nios2/nptl/pthread_spin_lock.c: New file.
2051         * sysdeps/nios2/nptl/pthreaddef.h: New file.
2052         * sysdeps/nios2/nptl/tcb-offsets.sym: New file.
2053         * sysdeps/nios2/nptl/tls.h: New file.
2054         * sysdeps/nios2/preconfigure: New file.
2055         * sysdeps/nios2/s_fma.c: New file.
2056         * sysdeps/nios2/s_fmaf.c: New file.
2057         * sysdeps/nios2/setjmp.S: New file.
2058         * sysdeps/nios2/sfp-machine.h: New file.
2059         * sysdeps/nios2/sotruss-lib.c: New file.
2060         * sysdeps/nios2/stackguard-macros.h: New file.
2061         * sysdeps/nios2/stackinfo.h: New file.
2062         * sysdeps/nios2/start.S: New file.
2063         * sysdeps/nios2/sysdep.h: New file.
2064         * sysdeps/nios2/tls-macros.h: New file.
2065         * sysdeps/nios2/tst-audit.h: New file.
2066         * sysdeps/unix/sysv/linux/nios2/Implies: New file.
2067         * sysdeps/unix/sysv/linux/nios2/Makefile: New file.
2068         * sysdeps/unix/sysv/linux/nios2/Versions: New file.
2069         * sysdeps/unix/sysv/linux/nios2/arch-fork.h: New file.
2070         * sysdeps/unix/sysv/linux/nios2/bits/atomic.h: New file.
2071         * sysdeps/unix/sysv/linux/nios2/bits/mman.h: New file.
2072         * sysdeps/unix/sysv/linux/nios2/cacheflush.c: New file.
2073         * sysdeps/unix/sysv/linux/nios2/clone.S: New file.
2074         * sysdeps/unix/sysv/linux/nios2/configure: New generated file.
2075         * sysdeps/unix/sysv/linux/nios2/configure.ac: New file.
2076         * sysdeps/unix/sysv/linux/nios2/getcontext.S: New file.
2077         * sysdeps/unix/sysv/linux/nios2/kernel-features.h: New file.
2078         * sysdeps/unix/sysv/linux/nios2/kernel_rt_sigframe.h: New file.
2079         * sysdeps/unix/sysv/linux/nios2/makecontext.c: New file.
2080         * sysdeps/unix/sysv/linux/nios2/profil-counter.h: New file.
2081         * sysdeps/unix/sysv/linux/nios2/setcontext.S: New file.
2082         * sysdeps/unix/sysv/linux/nios2/shlib-versions: New file.
2083         * sysdeps/unix/sysv/linux/nios2/sigcontextinfo.h: New file.
2084         * sysdeps/unix/sysv/linux/nios2/swapcontext.S: New file.
2085         * sysdeps/unix/sysv/linux/nios2/sys/cachectl.h: New file.
2086         * sysdeps/unix/sysv/linux/nios2/sys/procfs.h: New file.
2087         * sysdeps/unix/sysv/linux/nios2/sys/ucontext.h: New file.
2088         * sysdeps/unix/sysv/linux/nios2/sys/user.h: New file.
2089         * sysdeps/unix/sysv/linux/nios2/syscall.S: New file.
2090         * sysdeps/unix/sysv/linux/nios2/sysdep-cancel.h: New file.
2091         * sysdeps/unix/sysv/linux/nios2/sysdep.S: New file.
2092         * sysdeps/unix/sysv/linux/nios2/sysdep.h: New file.
2093         * sysdeps/unix/sysv/linux/nios2/ucontext_i.sym: New file.
2094         * sysdeps/unix/sysv/linux/nios2/vfork.S: New file.
2095         * sysdeps/unix/sysv/linux/nios2/c++-types.data: New file.
2096         * sysdeps/unix/sysv/linux/nios2/ld.abilist: New file.
2097         * sysdeps/unix/sysv/linux/nios2/libBrokenLocale.abilist: New file.
2098         * sysdeps/unix/sysv/linux/nios2/libanl.abilist: New file.
2099         * sysdeps/unix/sysv/linux/nios2/libc.abilist: New file.
2100         * sysdeps/unix/sysv/linux/nios2/libcrypt.abilist: New file.
2101         * sysdeps/unix/sysv/linux/nios2/libdl.abilist: New file.
2102         * sysdeps/unix/sysv/linux/nios2/libm.abilist: New file.
2103         * sysdeps/unix/sysv/linux/nios2/libnsl.abilist: New file.
2104         * sysdeps/unix/sysv/linux/nios2/libpthread.abilist: New file.
2105         * sysdeps/unix/sysv/linux/nios2/libresolv.abilist: New file.
2106         * sysdeps/unix/sysv/linux/nios2/librt.abilist: New file.
2107         * sysdeps/unix/sysv/linux/nios2/libthread_db.abilist: New file.
2108         * sysdeps/unix/sysv/linux/nios2/libutil.abilist: New file.
2109         * sysdeps/unix/sysv/linux/nios2/localplt.data: New file.
2111 2015-01-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
2113         [BZ #17844]
2114         * sysdeps/unix/sysv/linux/s390/s390-32/getutent.c
2115         (getutent): Use weak_alias in non SHARED case
2116         and default_symbol_version in SHARED case.
2117         * sysdeps/unix/sysv/linux/s390/s390-32/getutent_r.c
2118         (getutent_r, pututline): Likewise.
2119         * sysdeps/unix/sysv/linux/s390/s390-32/getutid.c
2120         (getutid): Likewise.
2121         * sysdeps/unix/sysv/linux/s390/s390-32/getutid_r.c
2122         (getutid_r): Likewise.
2123         * sysdeps/unix/sysv/linux/s390/s390-32/getutline.c
2124         (getutline): Likewise.
2125         * sysdeps/unix/sysv/linux/s390/s390-32/getutline_r.c
2126         (getutline_r): Likewise.
2127         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmp.c
2128         (updwtmp): Likewise.
2130 2015-01-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
2132         [BZ #17848]
2133         * sysdeps/s390/s390-32/memcmp.S
2134         (memcmp_g5): Rename to __memcmp_g5.
2135         * sysdeps/s390/s390-32/memcpy.S
2136         (memcpy_g5): Rename to __memcpy_g5.
2137         Jump to __memcpy_mvcle instead of memcpy_mvcle.
2138         (memcpy_mvcle) Rename to __memcpy_mvcle.
2139         * sysdeps/s390/s390-32/memset.S
2140         (memset_g5): Rename to __memset_g5.
2141         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
2142         (IFUNC_RESOLVE): Prefix ifunc-resolve function
2143         and use prefixed functions.
2144         * sysdeps/s390/s390-32/multiarch/memcmp.S
2145         (memcmp_z196): Rename to __memcmp_z196.
2146         (memcmp_z10): Rename to __memcmp_z10.
2147         (memcmp): Set alias to __memcmp_g5.
2148         (bcmp): Set alias to __memcmp_g5.
2149         * sysdeps/s390/s390-32/multiarch/memcpy.S
2150         (memcpy_z196): Rename to __memcpy_z196.
2151         Jump to __memcpy_mvcle instead of memcpy_mvcle.
2152         (memcpy_z10): Rename to __memcpy_z10.
2153         Jump to __memcpy_mvcle instead of memcpy_mvcle.
2154         (memcpy): Set alias to __memcpy_g5.
2155         * sysdeps/s390/s390-32/multiarch/memset.S
2156         (memset_z196): Rename to __memset_z196.
2157         Jump to __memset_mvcle instead of memset_mvcle.
2158         (memset_z10): Rename to __memset_z10.
2159         Jump to __memset_mvcle instead of memset_mvcle.
2160         (memset_mvcle) Rename to __memset_mvcle.
2161         (memset): Set alias to __memset_g5.
2162         * sysdeps/s390/s390-64/memcmp.S
2163         (memcmp_z900): Rename to __memcmp_z900.
2164         * sysdeps/s390/s390-64/memcpy.S
2165         (memcpy_z900): Rename to __memcpy_z900.
2166         Jump to __memcpy_mvcle instead of memcpy_mvcle.
2167         (memcpy_mvcle) Rename to __memcpy_mvcle.
2168         * sysdeps/s390/s390-64/memset.S
2169         (memset_z900): Rename to __memset_z900.
2170         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c
2171         (IFUNC_RESOLVE): Prefix ifunc-resolve function
2172         and use prefixed functions.
2173         * sysdeps/s390/s390-64/multiarch/memcmp.S
2174         (memcmp_z196): Rename to __memcmp_z196.
2175         (memcmp_z10): Rename to __memcmp_z10.
2176         (memcmp): Set alias to __memcmp_z900.
2177         (bcmp): Set alias to __memcmp_z900.
2178         * sysdeps/s390/s390-64/multiarch/memcpy.S
2179         (memcpy_z196): Rename to __memcpy_z196.
2180         Jump to __memcpy_mvcle instead of memcpy_mvcle.
2181         (memcpy_z10): Rename to __memcpy_z10.
2182         Jump to __memcpy_mvcle instead of memcpy_mvcle.
2183         (memcpy): Set alias to __memcpy_z900.
2184         * sysdeps/s390/s390-64/multiarch/memset.S
2185         (memset_z196): Rename to __memset_z196.
2186         Jump to __memset_mvcle instead of memset_mvcle.
2187         (memset_z10): Rename to __memset_z10.
2188         Jump to __memset_mvcle instead of memset_mvcle.
2189         (memset_mvcle) Rename to __memset_mvcle.
2190         (memset): Set alias to __memset_z900.
2192 2015-01-14  Joseph Myers  <joseph@codesourcery.com>
2194         [BZ #17748]
2195         * sysdeps/powerpc/nofpu/feholdexcpt.c (__feholdexcept): Call
2196         __fesetenv instead of fesetenv.
2198 2015-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
2200         * sysdeps/s390/dl-tls.h [IS_IN (rtld)]: Define __tls_get_addr
2201         macro.
2203 2015-01-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2205         * sysdeps/powerpc/powerpc64/power7/memcmp.S (memcmp): Fix performance
2206         regression on LE.
2208         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power8.S: New file.
2209         * sysdeps/powerpc/powerpc64/power8/strncmp.S: New file.
2210         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
2211         strncmp-power8 object.
2212         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2213         (__libc_ifunc_impl_list): Add __strncmp_power8 implementation.
2214         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c (strncmp): Likewise.
2215         * NEWS: Update.
2217 2015-01-13  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
2218             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2220         * sysdeps/powerpc/powerpc64/power7/strcmp.S (strcmp): Optimize
2221         trailing byte check.
2223 2015-01-13  David S. Miller  <davem@davemloft.net>
2225         * include/signal.h (__sigreturn): Guard with __USE_MISC.
2227 2015-01-13  Roland McGrath  <roland@hack.frob.com>
2229         * login/logout.c (logout): Use memset rather than bzero.
2230         * nis/nss_compat/compat-pwd.c (getpwent_next_file): Likewise.
2231         * nis/nss_compat/compat-spwd.c (getspent_next_file): Likewise.
2232         * resolv/gethnamaddr.c (gethostbyaddr): Use memcmp rather than bcmp.
2233         (_gethtbyaddr): Likewise.
2234         * locale/programs/simple-hash.c (bcopy): Macro removed.
2236 2015-01-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2238         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
2239         Add strcmp-power8 object.
2240         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2241         (__libc_ifunc_impl_list): Add __strcmp_power8 implementation.
2242         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power8.S: New file.
2243         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c (strcmp): Add
2244         __strcmp_power8 implementation.
2245         * sysdeps/powerpc/powerpc64/power8/strcmp.S: New file.
2246         * NEWS: Update.
2248         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
2249         Add strncpy-power8 and stpncpy-power8 objects.
2250         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2251         (__libc_ifunc_impl_list): Add __strncpy_power8 and stpncpy_power8
2252         implementations.
2253         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power8.S: New file.
2254         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c (__stpncpy): Add
2255         __stpncpy_power8 implementation.
2256         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power8.S: New file.
2257         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c (strncpy): Add
2258         __strncpy_power8 implementation.
2259         * sysdeps/powerpc/powerpc64/power8/stpncpy.S: New file.
2260         * sysdeps/powerpc/powerpc64/power8/strncpy.S: New file.
2261         * NEWS: Update.
2263         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.c: New file.
2264         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: Remove file.
2265         * sysdeps/powerpc/powerpc64/power7/strncat.S: Likewise.
2267         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
2268         strncat-power8 object.
2269         * sysdeps/powerpc/powerpc64/multiarch/strcat.c (strcat): Add
2270         __strcat_power8 implementation.
2271         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2272         (__libc_ifunc_impl_list): Add __strcat_power8 implementation.
2273         * sysdeps/powerpc/powerpc64/multiarch/strcat-power8.c: New file:
2274         optimized strcat for power8.
2276         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
2277         strcpy-power8 and stpcpy-power8 objects.
2278         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2279         (__libc_ifunc_impl_list): Add __strcpy_power8 and __stpcpy_power8
2280         implementations.
2281         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power8.S: New file:
2282         multiarch stpcpy implementation for POWER8.
2283         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power8.S: New file;
2284         multiarch strcpy implementation for POWER8.
2285         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c (strcpy): Add
2286         __strcpy_power8 function.
2287         * sysdeps/powerpc/powerpc64/power8/stpcpy.S: New file: optimized
2288         stpcpy for POWER8.
2289         * sysdeps/powerpc/powerpc64/power8/strcpy.S: New file: optimized
2290         strcpy for POWER8.
2291         * NEWS: Update.
2293 2015-01-13  Leonhard Holz  <leonhard.holz@web.de>
2295         [BZ #16009]
2296         * string/strxfrm_l.c (STRXFRM): Allocate fixed size cache for
2297         weights and rules. Use do_xfrm_cached if data fits in cache,
2298         do_xfrm otherwise.  Moved former main loop to...
2299         * (do_xfrm_cached): New function.
2300         * (do_xfrm): Non-caching version of do_xfrm_cached. Uses
2301         find_idx, find_position and stack_push.
2302         * (find_idx): New function.
2303         * (find_position): Likewise.
2304         * localedata/sort-test.sh: Added test run for do_xfrm.
2305         * localedata/xfrm-test.c (main): Added command line option
2306         -nocache to run the test with strings that are too large for
2307         the STRXFRM cache.
2309 2015-01-13  Torvald Riegel  <triegel@redhat.com>
2311         * sysdeps/nptl/fork.c (__libc_fork): Provide address of futex
2312         variable to lll_futex_wake call, not the value itself.
2314 2015-01-12  Joseph Myers  <joseph@codesourcery.com>
2316         [BZ #17803]
2317         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (twom63): Rename to
2318         twom64.  Adjust value to 0x1p-64L.
2319         (__scalblnl): Only return standard underflowing result for K <=
2320         -64 not K <= -63; adjust exponent for underflowing result by 64
2321         not 63.
2322         * math/libm-test.inc (scalbn_test_data): Add more tests.
2323         (scalbln_test_data): Likewise.
2325         [BZ #17834]
2326         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (two63): Change value to
2327         0x1p63L.
2328         (__scalblnl): Get new exponent of adjusted subnormal value from ES
2329         not HX.
2330         * math/libm-test.inc (scalbn_test_data): Add more tests.
2331         (scalbln_test_data): Likewise.
2333 2015-01-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2334             Stefani Seibold  <stefani@seibold.net>
2336         * sysdeps/unix/sysv/linux/x86_64/Makefile [$(subdir) = elf]
2337         (sysdep_routines): Add dl-vdso here, ...
2338         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = elf]
2339         (sysdep_routines): ... not here.
2340         * sysdeps/unix/sysv/linux/i386/gettimeofday.c: New file: set syscall
2341         fallback when vDSO is not presented.
2342         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_clock_gettime):
2343         Define with libc_hidden_proto/libc_hidden_data_def definitions.
2344         (_libc_vdso_platform_setup): Rename to __vdso_platform_setup.
2345         * sysdeps/unix/sysv/linux/i386/init-first.c: New file: likewise.
2346         * sysdeps/unix/sysv/linux/i386/time.c: New file: likewise.
2347         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Moved to ...
2348         * sysdeps/unix/sysv/linux/x86/libc-vdso.h: ... here.
2349         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: Move to ...
2350         * sysdeps/unix/sysv/linux/x86/clock_gettime.c: ... here.
2351         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: Move to ...
2352         * sysdeps/unix/sysv/linux/x86/gettimeofday.c: ... here.  Also added
2353         fallback configurable symbol when vDSO is not available.
2354         * sysdeps/unix/sysv/linux/x86_64/time.c: Move to ...
2355         * sysdeps/unix/sysv/linux/x86/time.c: ... here.  Also refactored to
2356         be able to redefine fallback symbol when vDSO is not available.
2357         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: Move to ...
2358         * sysdeps/unix/sysv/linux/x86/timespec_get.c: ... here.
2360 2015-01-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2362         * sysdeps/powerpc/nptl/tls.h (tcbhead_t): Add tm_capable field.
2363         (TLS_INIT_TP): Add tm_capable initialization.
2364         (TLS_DEFINE_INIT_TP): Likewise.
2365         (THREAD_GET_TM_CAPABLE): New file: get tm_capable field value from
2366         TCB.
2367         (THREAD_SET_TM_CAPABLE): New file: set tm_capable field value in TCB.
2368         * sysdeps/powerpc/nptl/tcb-offsets.sym (TM_CAPABLE): Add field offset
2369         calculation.
2370         * sysdeps/powerpc/powerpc32/sysdep.h (DO_CALL): Abort hardware
2371         transactoion is lock elision is built and TCB tm_capable is set.
2372         * sysdeps/powerpc/powerpc64/sysdep.h (DO_CALL): Likewise.
2373         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
2374         (INTERNAL_SYSCALL_NCS): Likewise.
2375         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
2376         (INTERNAL_SYSCALL_NCS): Likewise.
2377         * sysdeps/powerpc/sysdep.h (ABORT_TRANSACTION): New define.
2379         * sysdeps/powerpc/nptl/elide.h: New file: generic lock elision support
2380         for powerpc.
2381         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
2382         [pthread_rwlock_t] (__pad1): Change size to 7 bytes in 64 bits case
2383         and remove it for 32 bits case.
2384         [pthread_rwlock_t] (__rwelision): New field for lock elision.
2385         (__PTHREAD_RWLOCK_ELISION_EXTRA): Adjust for new lock elision field
2386         initialization.
2387         * sysdeps/unix/sysv/linux/powerpc/elision-conf.c (elision_init):
2388         Disable lock elision with rdlocks if elision is not available.
2390         * sysdeps/unix/sysv/linux/powerpc/Makefile [nptl]
2391         (sysdep_routines): Add lock elision objects.
2392         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
2393         [pthread_mutex_t] (__spins): Rework to add lock elision field.
2394         [pthread_mutex_t] (__elision): Add field.
2395         [__PTHREAD_SPINS]: Adjust to init lock elision field.
2396         * sysdeps/unix/sysv/linux/powerpc/elision-conf.c: New file: lock
2397         elision definitions for powerpc.
2398         * sysdeps/unix/sysv/linux/powerpc/elision-lock.c: New file:
2399         implementation of lock elision for powerpc.
2400         * sysdeps/unix/sysv/linux/powerpc/elision-timed.c: New file:
2401         implementation of timed lock elision for powerpc.
2402         * sysdeps/unix/sysv/linux/powerpc/elision-trylock.c: New file:
2403         implementation of trylock with lock elision for powerpc.
2404         * sysdeps/unix/sysv/linux/powerpc/elision-unlock.c: New file:
2405         implementaion of unlock for lock elision for powerpc.
2406         * sysdeps/unix/sysv/linux/powerpc/force-elision.h: New file:
2407         automatic enable lock elision for mutexes.
2408         * sysdeps/unix/sysv/linux/powerpc/htm.h: New file: hardware
2409         transaction execution definitions for powerpc.
2410         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: New file: add TLE
2411         definitions.
2412         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_cond_lock.c: New file.
2413         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_lock.c: Likewise.
2414         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_timedlock.c: Likewise.
2415         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_trylock.c: Likewise.
2416         * NEWS: Update.
2418 2015-01-09  Roland McGrath  <roland@hack.frob.com>
2420         * sysdeps/posix/shm-directory.c: Use <> rather than ""
2421         for #include of <shm-directory.h>.
2423 2015-01-09  Chung-Lin Tang  <cltang@codesourcery.com>
2425         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Remove MIN() and
2426         assign raw DT_REL[A]COUNT value to ranges[0].nrelative.
2428 2015-01-09  Matthew Fortune <matthew.fortune@imgtec.com>
2430         [BZ #17791]
2431         * NEWS: Mention bug fix.
2432         * sysdepsysdeps/unix/sysv/linux/microblaze/sys/user.h
2433         (PAGE_SHIFT, PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Remove.
2434         (HOST_TEXT_START_ADDR, HOST_STACK_END_ADDR): Remove.
2436 2015-01-09  Torvald Riegel <triegel@redhat.com>
2438         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Delete file.
2440 2015-01-09  Torvald Riegel <triegel@redhat.com>
2442         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: Delete file.
2444 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
2446         * sysdeps/microblaze/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as void
2447         pointer and cast to uintptr_t.
2449 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
2451         * sysdeps/microblaze/nptl/tls.h (__microblaze_get_thread_area): Function
2452         removed.
2453         (READ_THREAD_POINTER): Use __microblaze_thread_area instead.
2455 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
2457         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Use NULL instead
2458         of 0.
2460 2015-01-08  Roland McGrath  <roland@hack.frob.com>
2462         * sysdeps/pthread/timer_routines.c: Fix <pthreadP.h> include to use
2463         <nptl/pthreadP.h> instead.
2464         * sysdeps/pthread/aio_notify.c: Include <signal.h> for raise decl.
2466         * signal/allocrtsig.c (RESERVED_SIGRT): New macro, defined to 0 if not
2467         already defined.
2468         [__SIGRTMIN] (init): Function removed.
2469         [__SIGRTMIN] (initialized): Variable removed.
2470         [!__SIGRTMIN] (current_rtmin, current_rtmax): Variables removed.
2471         [__SIGRTMIN] (current_rtmin, current_rtmax): Initialize to
2472         __SIGRTMIN + RESERVED_SIGRT and __SIGRTMAX, respectively.
2473         (__libc_current_sigrtmin) [__SIGRTMIN]: Don't call init.
2474         (__libc_current_sigrtmin) [!__SIGRTMIN]: Just return -1.
2475         (__libc_current_sigrtmin): Add __libc_current_sigrtmin_private alias.
2476         (__libc_current_sigrtmax) [__SIGRTMIN]: Don't call init.
2477         (__libc_current_sigrtmax) [!__SIGRTMIN]: Just return -1.
2478         (__libc_current_sigrtmax): Add __libc_current_sigrtmax_private alias.
2479         (__libc_allocate_rtsig) [__SIGRTMIN]: Don't call init.
2480         (__libc_allocate_rtsig): Add __libc_allocate_rtsig_private alias.
2481         * sysdeps/nptl/allocrtsig.c: New file.
2482         * sysdeps/unix/sysv/linux/allocrtsig.c: File removed.
2483         * sysdeps/unix/sysv/linux/testrtsig.h: File removed.
2484         * sysdeps/generic/testrtsig.h: File removed.
2486         * nptl/pthread_sigmask.c [SIGCANCEL || SIGTIMER || SIGSETXID]: #error.
2487         (pthread_sigmask): Call sigprocmask, not __sigprocmask.
2489         * nptl/nptl-init.c (pthread_functions): Conditionalize
2490         .ptr__nptl_setxid initialization on [SIGSETXID].
2492         * sysdeps/nptl/sys/procfs.h: New file.
2493         * nptl_db/Makefile (headers): Add it.
2494         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Don't add it.
2496         * nptl/pthreadP.h (check_cpuset_attr): Moved ...
2497         * sysdeps/unix/sysv/linux/check-cpuset.h: ... to this new file.
2498         * nptl/pthread_attr_setaffinity.c: Include it.
2499         * nptl/pthread_setattr_default_np.c: Likewise.
2500         * nptl/check-cpuset.h: New file.
2502 2015-01-08  Richard Henderson  <rth@redhat.com>
2504         * elf/Makefile (CFLAGS-tst-execstack-mod.c): Add -Wno-trampolines
2505         (CFLAGS-tst-execstack-prog.c): Likewise.
2506         * nptl/Makefile (CFLAGS-tst-execstack-mod.c): Likewise.
2508 2015-01-08  Chung-Lin Tang  <cltang@codesourcery.com>
2509             Sandra Loosemore  <sandra@codesourcery.com>
2510             Andrew Jenner  <andrew@codesourcery.com>
2511             Joseph Myers  <joseph@codesourcery.com>
2512             Nathan Sidwell  <nathan@codesourcery.com>
2514         * elf/elf.h (EM_ALTERA_NIOS2): New machine number for Altera Nios II.
2515         (DT_NIOS2_GP): New dynamic entry type for Nios II _gp address.
2516         (R_NIOS2_NONE,R_NIOS2_S16,R_NIOS2_U16): Define Nios II relocations.
2517         (R_NIOS2_PCREL16,R_NIOS2_CALL26,R_NIOS2_IMM5): Likewise.
2518         (R_NIOS2_CACHE_OPX,R_NIOS2_IMM6,R_NIOS2_IMM8,R_NIOS2_HI16): Likewise.
2519         (R_NIOS2_LO16,R_NIOS2_HIADJ16,R_NIOS2_BFD_RELOC_32): Likewise.
2520         (R_NIOS2_BFD_RELOC_16,R_NIOS2_BFD_RELOC_8,R_NIOS2_GPREL): Likewise.
2521         (R_NIOS2_GNU_VTINHERIT,R_NIOS2_GNU_VTENTRY,R_NIOS2_UJMP): Likewise.
2522         (R_NIOS2_CJMP,R_NIOS2_CALLR,R_NIOS2_ALIGN,R_NIOS2_GOT16): Likewise.
2523         (R_NIOS2_CALL16,R_NIOS2_GOTOFF_LO,R_NIOS2_GOTOFF_HA): Likewise.
2524         (R_NIOS2_PCREL_LO,R_NIOS2_PCREL_HA,R_NIOS2_TLS_GD16): Likewise.
2525         (R_NIOS2_TLS_LDM16,R_NIOS2_TLS_LDO16,R_NIOS2_TLS_IE16): Likewise.
2526         (R_NIOS2_TLS_LE16,R_NIOS2_TLS_DTPMOD,R_NIOS2_TLS_DTPREL): Likewise.
2527         (R_NIOS2_TLS_TPREL,R_NIOS2_COPY,R_NIOS2_GLOB_DAT): Likewise.
2528         (R_NIOS2_JUMP_SLOT,R_NIOS2_RELATIVE,R_NIOS2_GOTOFF): Likewise.
2529         (R_NIOS2_CALL26_NOAT,R_NIOS2_GOT_LO,R_NIOS2_GOT_HA): Likewise.
2530         (R_NIOS2_CALL_LO,R_NIOS2_CALL_HA): Likewise.
2532 2015-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2534         * sysdeps/unix/sysv/linux/futimens.c (futimens): Use address of first
2535         timespec struct member in syscall macro.
2536         * sysdeps/unix/sysv/linux/utimensat.c (utimensat): Likewise.
2537         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Use address of
2538         first timeval struct member in syscall macro.
2539         * sysdeps/unix/sysv/linux/utimes.c (__utimeS): Likewise.
2541 2015-01-07  Joseph Myers  <joseph@codesourcery.com>
2543         [BZ #17748]
2544         * include/fenv.h (__feupdateenv): Use libm_hidden_proto.
2545         * math/feupdateenv.c (__feupdateenv): Use libm_hidden_def.
2546         * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Rename to
2547         __feupdateenv and define as weak alias of __feupdateenv.  Use
2548         libm_hidden_weak.
2549         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Use
2550         libm_hidden_def.
2551         * sysdeps/arm/feupdateenv.c (feupdateenv): Rename to __feupdateenv
2552         and define as weak alias of __feupdateenv.  Use libm_hidden_weak.
2553         * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
2554         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Use
2555         libm_hidden_def.
2556         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Rename to
2557         __feupdateenv and define as weak alias of __feupdateenv.  Use
2558         libm_hidden_weak.
2559         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Use
2560         libm_hidden_def.
2561         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Rename to
2562         __feupdateenv and define as weak alias of __feupdateenv.  Use
2563         libm_hidden_weak.
2564         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Use
2565         libm_hidden_def.
2566         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
2567         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
2568         (__feupdateenv): Likewise.
2569         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Rename to
2570         __feupdateenv and define as weak alias of __feupdateenv.  Use
2571         libm_hidden_weak.
2572         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
2573         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Use
2574         libm_hidden_def.
2575         * sysdeps/tile/math_private.h (__feupdateenv): New inline
2576         function.
2577         * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Use
2578         libm_hidden_def.
2579         * sysdeps/generic/math_private.h (default_libc_feupdateenv): Call
2580         __feupdateenv instead of feupdateenv.
2581         (default_libc_feupdateenv_test): Likewise.
2582         (libc_feresetround_ctx): Likewise.
2584 2015-01-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2586         * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Fix function
2587         prototype.
2589 2015-01-07  Chris Metcalf  <cmetcalf@ezchip.com>
2591         * posix/regcomp.c (parse_bracket_exp): Initialize type to
2592         COLL_SYM in a couple of places to avoid uninitialized variable
2593         wanings on tilegx gcc 4.8.2.
2595 2015-01-07  Richard Earnshaw  <rearnsha@arm.com>
2597         * sysdeps/aarch64/strcpy.S: New file.
2598         * sysdeps/aarch64/stpcpy.S: New file.
2599         * NEWS: Updated.
2601 2015-01-07  Richard Earnshaw  <rearnsha@arm.com>
2603         * sysdeps/aarch64/strrchr.S: New file.
2604         * NEWS: Updated.
2606 2015-01-07  Eric Biggers  <ebiggers3@gmail.com>
2608         [BZ #17658]
2609         * stdlib/setenv.c: Fix memory leak when setting large,
2610         duplicate string.
2612 2015-01-06  Vladimir A. Nazarenko  <naszar@ya.ru>
2614         [BZ #17273]
2615         * misc/mntent_r.c (__getmntent_r): Cut off trailing spaces
2616         and tabs from buffer before parsing fstab entry.
2617         * misc/tst-mntent.c (main): Add test for mount entry with
2618         trailing spaces and tabs.
2620 2015-01-06  Joseph Myers  <joseph@codesourcery.com>
2622         [BZ #17748]
2623         * include/fenv.h (__fesetround): Declare.  Use libm_hidden_proto.
2624         * math/fesetround.c (fesetround): Rename to __fesetround and
2625         define as weak alias of __fesetround.  Use libm_hidden_weak.
2626         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Likewise.
2627         * sysdeps/alpha/fpu/fesetround.c (fesetround): Likewise.
2628         * sysdeps/arm/fesetround.c (fesetround): Likewise.
2629         * sysdeps/hppa/fpu/fesetround.c (fesetround): Likewise.
2630         * sysdeps/i386/fpu/fesetround.c (fesetround): Likewise.
2631         * sysdeps/ia64/fpu/fesetround.c (fesetround): Likewise.
2632         * sysdeps/m68k/fpu/fesetround.c (fesetround): Likewise.
2633         * sysdeps/mips/fpu/fesetround.c (fesetround): Likewise.
2634         * sysdeps/powerpc/fpu/fenv_libc.h (__fesetround): Rename to
2635         __fesetround_inline.
2636         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetround_ppc): Call
2637         __fesetround_inline instead of __fesetround.
2638         * sysdeps/powerpc/fpu/fesetround.c (fesetround): Rename to
2639         __fesetround and define as weak alias of __fesetround.  Use
2640         libm_hidden_weak.  Call __fesetround_inline instead of
2641         __fesetround.
2642         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Rename to
2643         __fesetround and define as weak alias of __fesetround.  Use
2644         libm_hidden_weak.
2645         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c (fesetround):
2646         Likewise.
2647         * sysdeps/s390/fpu/fesetround.c (fesetround): Likewise.
2648         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
2649         * sysdeps/sparc/fpu/fesetround.c (fesetround): Likewise.
2650         * sysdeps/tile/math_private.h (__fesetround): New inline function.
2651         * sysdeps/x86_64/fpu/fesetround.c (fesetround): Rename to
2652         __fesetround and define as weak alias of __fesetround.  Use
2653         libm_hidden_weak.
2654         * sysdeps/generic/math_private.h (default_libc_fesetround): Call
2655         __fesetround instead of fesetround.
2656         (default_libc_feholdexcept_setround): Likewise.
2657         (libc_feholdsetround_ctx): Likewise.
2658         (libc_feholdsetround_noex_ctx): Likewise.
2660         [BZ #17748]
2661         * include/fenv.h (__fesetenv): Use libm_hidden_proto.
2662         * math/fesetenv.c (__fesetenv): Use libm_hidden_def.
2663         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
2664         and define as weak alias of __fesetenv.  Use libm_hidden_weak.
2665         * sysdeps/alpha/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
2666         * sysdeps/arm/fesetenv.c (fesetenv): Rename to __fesetenv and
2667         define as weak alias of __fesetenv.  Use libm_hidden_weak.
2668         * sysdeps/hppa/fpu/fesetenv.c (fesetenv): Likewise.
2669         * sysdeps/i386/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
2670         * sysdeps/ia64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
2671         define as weak alias of __fesetenv.  Use libm_hidden_weak.
2672         * sysdeps/m68k/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
2673         * sysdeps/mips/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
2674         define as weak alias of __fesetenv.  Use libm_hidden_weak.
2675         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Use
2676         libm_hidden_def.
2677         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Likewise.
2678         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c (__fesetenv):
2679         Likewise.
2680         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
2681         define as weak alias of __fesetenv.  Use libm_hidden_weak.
2682         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
2683         * sysdeps/sparc/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
2684         * sysdeps/tile/math_private.h (__fesetenv): New inline function.
2685         * sysdeps/x86_64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
2686         and define as weak alias of __fesetenv.  Use libm_hidden_weak.
2687         * sysdeps/generic/math_private.h (default_libc_fesetenv): Use
2688         __fesetenv instead of fesetenv.
2689         (libc_feresetround_noex_ctx): Likewise.
2690         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
2691         * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
2692         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Likewise.
2693         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
2694         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
2695         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
2696         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
2697         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
2698         (__feupdateenv): Likewise.
2699         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
2700         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
2701         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
2702         * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Likewise.
2704 2015-01-06  Aurelien Jarno  <aurelien@aurel32.net>
2706         [BZ #17806]
2707         * resolv/res_init.c (__res_iclose): Only clear nsinit if the
2708         addresses have been freed.
2710 2015-01-06  Aurelien Jarno  <aurelien@aurel32.net>
2712         * resolv/res_init.c (__res_vinit): Improve comments about nserv
2713         and nservall.
2715 2015-01-06  Ondřej Bílka  <neleai@seznam.cz>
2717         * sysdeps/unix/sysv/linux/check_pf.c (make_request):
2718         Clean up check_pf allocation pattern. addresses
2720 2015-01-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2722         * nptl/pthread_cancel.c (pthread_cancel): Use ANSI prototype.
2723         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Likewise.
2724         * nptl/pthread_cond_wait.c (__pthread_cond_wait): Likewise.
2725         * nptl/pthread_exit.c (__pthread_exit): Likewise.
2726         * nptl/pthread_join.c (pthread_join): Likewise.
2727         * nptl/pthread_timedjoin.c (pthread_timedjoin_np): Likewise.
2728         * sysdeps/posix/waitid.c (__waitid): Likewise.
2729         * sysdeps/unix/sysv/linux/arm/pread.c (__libc_pread): Likewise.
2730         * sysdeps/unix/sysv/linux/arm/pread64.c (__libc_pread64): Likewise.
2731         * sysdeps/unix/sysv/linux/arm/pwrite.c (__libc_pwrite): Likewise.
2732         * sysdeps/unix/sysv/linux/arm/pwrite64.c (__libc_pwrite64): Likewise.
2733         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c (__libc_pread):
2734         Likewise.
2735         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c
2736         (__libc_pread64): Likewise.
2737         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c
2738         (__libc_pwrite): Likewise.
2739         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c
2740         (__libc_pwrite64): Likewsie.
2741         * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Likewise.
2742         * sysdeps/unix/sysv/linux/mips/pread64.c (__libc_pread64): Likewise.
2743         * sysdeps/unix/sysv/linux/mips/pwrite.c (__libc_pwrite): Likewise.
2744         * sysdeps/unix/sysv/linux/mips/pwrite64.c (__libc_pwrite64): Likewise.
2745         * sysdeps/unix/sysv/linux/msgrcv.c (__libc_msgrcv): Likewise.
2746         * sysdeps/unix/sysv/linux/msgsnd.c (__libc_msgsnd): Likewise.
2747         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
2748         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c (__libc_pread):
2749         Likewise.
2750         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
2751         (__libc_pread64): Likewise.
2752         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c (__libc_pwrite):
2753         Likewise.
2754         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
2755         (__libc_pwrite64): Likewise.
2756         * sysdeps/unix/sysv/linux/pread.c (__libc_pread): Likewise.
2757         * sysdeps/unix/sysv/linux/pread64.c (__libc_pread64): Likewise.
2758         * sysdeps/unix/sysv/linux/preadv.c (PREADV): Likewise.
2759         * sysdeps/unix/sysv/linux/pthread_kill.c (__pthread_kill): Likewise.
2760         * sysdeps/unix/sysv/linux/pwrite.c (__libc_pwrite): Likewise.
2761         * sysdeps/unix/sysv/linux/pwrite64.c (__libc_pwrite64): Likewise.
2762         * sysdeps/unix/sysv/linux/pwritev.c (__libc_pwritev): Likewise.
2763         * sysdeps/unix/sysv/linux/sh/pread.c (__libc_pread): Likewise.
2764         * sysdeps/unix/sysv/linux/sh/pread64.c (__libc_pread64): Likewise.
2765         * sysdeps/unix/sysv/linux/sh/pwrite.c (__libc_pwrite): Likewise.
2766         * sysdeps/unix/sysv/linux/sh/pwrite64.c (__libc_write64): Likewise.
2767         * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Likewise.
2768         * sysdeps/unix/sysv/linux/sigtimedwait.c (__sigtimedwait): Likewise.
2769         * sysdeps/unix/sysv/linux/sigwait.c (__sigwait): Likewise.
2770         * sysdeps/unix/sysv/linux/sigwaitinfo.c (__sigwaitinfo): Likewise.
2771         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c (__libc_msgrcv):
2772         Likewise.
2774 2015-01-06  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
2776         * math/Makefile (CFLAGS-test-float.c): Remove -frounding-math.
2777         (CFLAGS-test-double.c): Likewise.
2778         (CFLAGS-test-ldouble.c): Likewise.
2779         (CPPFLAGS-test-ifloat.c): Likewise.
2780         (CPPFLAGS-test-idouble.c): Likewise.
2781         (CPPFLAGS-test-ildoubl.c): Likewise.
2782         (CFLAGS-test-test-fenv.c): Remove variable.
2783         (CFLAGS-test-misc.c): Likewise.
2785 2015-01-06  H.J. Lu  <hongjiu.lu@intel.com>
2787         [BZ #17797]
2788         * bits/time.h (CLOCKS_PER_SEC): Changed to ((clock_t) 1000000).
2789         * sysdeps/unix/sysv/linux/bits/time.h (CLOCKS_PER_SEC): Likewise.
2790         * sysdeps/unix/sysv/linux/clock.c (clock): _Static_assert
2791         CLOCKS_PER_SEC == 1000000.
2792         * time/clocktest.c (main): Replace %ld with %jd and cast to
2793         intmax_t.
2795 2015-01-05  Roland McGrath  <roland@hack.frob.com>
2797         * sysdeps/generic/unwind-resume.h: New file.
2798         * sysdeps/gnu/unwind-resume.c: Include it.
2799         (libgcc_s_personality): Use PERSONALITY_PROTO macro for the prototype.
2800         (__gcc_personality_v0): Likewise, and PERSONALITY_ARGS for the callee
2801         argument list.
2802         (libgcc_s_resume): Variable renamed to __libgcc_s_resume, made hidden
2803         global rather than static.
2804         (_Unwind_Resume): Update user.
2805         Conditionalize definition on [!HAVE_ARCH_UNWIND_RESUME].
2806         (init): Likewise.  Renamed to __libgcc_s_init, made hidden global
2807         rather than static.  Add __attribute__ ((cold)).
2808         (_Unwind_Resume, __gcc_personality_v0): Update callers.
2809         * sysdeps/nptl/unwind-forcedunwind.c: Likewise.
2810         * sysdeps/arm/arm-unwind-resume.S: New file.
2811         * sysdeps/arm/rt-arm-unwind-resume.S: New file.
2812         * sysdeps/arm/pt-arm-unwind-resume.S: New file.
2813         * sysdeps/arm/Makefile [$(subdir) = csu]
2814         (sysdep_routines, shared-only-routines): Add arm-unwind-resume.
2815         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
2816         Add rt-arm-unwind-resume.
2817         [$(subdir) = nptl]
2818         (libpthread-sysdep_routines, libpthread-shared-only-routines):
2819         Add pt-arm-unwind-resume.
2820         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: File removed.
2821         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: File removed.
2823 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
2825         [BZ #17748]
2826         * include/fenv.h (__feholdexcept): Declare.  Use
2827         libm_hidden_proto.
2828         * math/feholdexcpt.c (feholdexcept): Rename to __feholdexcept and
2829         define as weak alias of __feholdexcept.  Use libm_hidden_weak.
2830         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Likewise.
2831         * sysdeps/alpha/fpu/feholdexcpt.c (feholdexcept): Likewise.
2832         * sysdeps/arm/feholdexcpt.c (feholdexcept): Likewise.
2833         * sysdeps/hppa/fpu/feholdexcpt.c (feholdexcept): Likewise.
2834         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Likewise.
2835         * sysdeps/ia64/fpu/feholdexcpt.c (feholdexcept): Likewise.
2836         * sysdeps/m68k/fpu/feholdexcpt.c (feholdexcept): Likewise.
2837         * sysdeps/mips/fpu/feholdexcpt.c (feholdexcept): Likewise.
2838         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
2839         * sysdeps/powerpc/nofpu/feholdexcpt.c (feholdexcept): Likewise.
2840         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c
2841         (feholdexcept): Likewise.
2842         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
2843         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
2844         * sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Likewise.
2845         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
2846         * sysdeps/generic/math_private.h (default_libc_feholdexcept): Use
2847         __feholdexcept instead of feholdexcept.
2848         (default_libc_feholdexcept_setround): Likewise.
2850 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
2852         * sysdeps/mips/memset.S (memset): Modify for mips32r6/mips64r6
2853         to avoid using stl/str to align destination.
2855 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
2857         * sysdeps/mips/memcpy.S: Add support for mips32r6/mips64r6.
2859 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
2861         [BZ #17796]
2862         * sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise.c
2863         [!SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)] (posix_fadvise64):
2864         Define as weak alias not strong alias.
2866 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
2868         * sysdeps/mips/dl-machine.h (elf_machine_load_address): Replace
2869         bltzal with addiupc.
2870         (RTLD_START): Ditto.
2872 2015-01-05  Chris Metcalf  <cmetcalf@ezchip.com>
2874         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso.h: Fix return type
2875         for __vdso_* functions in declarations.
2876         * sysdeps/unix/sysv/linux/tile/init-first.c: Likewise for
2877         definitions.
2878         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL,
2879         INTERNAL_VSYSCALL): Use struct return types to check for error.
2881         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c [!defined _LP64
2882         && REGISTER_CAST_INT32_TO_INT64]: Provide explicit lround()
2883         function with cast from llround().
2884         * sysdeps/tile/sysdep.h (REGISTER_CAST_INT32_TO_INT64): Define.
2885         * sysdeps/x86_64/x32/sysdep.h (REGISTER_CAST_INT32_TO_INT64):
2886         Define.
2888 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
2890         [BZ #17793]
2891         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c (posix_fadvise64):
2892         Define as weak alias not strong alias.
2894         [BZ #17635]
2895         * ctype/ctype-c99.c: New file.  isblank implementation moved from
2896         ...
2897         * ctype/ctype-extn.c: ... here.
2898         (__isblank_l): Move to ...
2899         * ctype/ctype-c99_l.c: ... here.  New file.
2900         * ctype/Makefile (routines): Add ctype-c99 and ctype-c99_l.
2901         * conform/Makefile (test-xfail-ISO99/ctype.h/linknamespace):
2902         Remove variable.
2903         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
2904         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
2905         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
2906         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
2907         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
2909         [BZ #17777]
2910         * sysdeps/unix/sysv/linux/wordsize-64/posix_fadvise.c
2911         (posix_fadvise64): Define as weak alias not strong alias.
2912         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
2913         (posix_fallocate64): Likewise.
2914         * conform/Makefile (test-xfail-XOPEN2K/fcntl.h/linknamespace):
2915         Remove variable.
2916         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
2917         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
2918         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
2919         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
2920         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
2922 2015-01-05  Matthew Fortune  <matthew.fortune@imgtec.com>
2924         [BZ #16191]
2925         * NEWS: Mention bug fix.
2926         * sysdeps/unix/sysv/linux/mips/sys/user.h (PAGE_SHIFT): Remove.
2927         (PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Likewise.
2928         (HOST_TEXT_START_ADDR, HOST_DATA_START_ADDR): Likewise.
2929         (HOST_STACK_END_ADDR): Likewise.
2931 2015-01-02  Joseph Myers  <joseph@codesourcery.com>
2933         [BZ #17748]
2934         * include/fenv.h (__fegetround): Declare.  Use libm_hidden_proto.
2935         * math/fegetround.c (fegetround): Rename to __fegetround and
2936         define as weak alias of __fegetround.  Use libm_hidden_weak.
2937         * sysdeps/aarch64/fpu/fegetround.c (fegetround): Likewise.
2938         * sysdeps/alpha/fpu/fegetround.c (fegetround): Likewise.
2939         * sysdeps/arm/fegetround.c (fegetround): Likewise.
2940         * sysdeps/hppa/fpu/fegetround.c (fegetround): Likewise.
2941         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
2942         * sysdeps/ia64/fpu/fegetround.c (fegetround): Likewise.
2943         * sysdeps/m68k/fpu/fegetround.c (fegetround): Likewise.
2944         * sysdeps/mips/fpu/fegetround.c (fegetround): Likewise.
2945         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
2946         Undefine after rather than before function definition; use
2947         parentheses around function name in definition.
2948         (__fegetround): Also undefine macro after function definition.
2949         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Rename to
2950         __fegetround and define as weak alias of __fegetround.  Use
2951         libm_hidden_weak.  Do not undefine as macro.
2952         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
2953         Likewise.
2954         * sysdeps/s390/fpu/fegetround.c (fegetround): Rename to
2955         __fegetround and define as weak alias of __fegetround.  Use
2956         libm_hidden_weak.
2957         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
2958         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
2959         * sysdeps/tile/math_private.h (__fegetround): New inline function.
2960         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Rename to
2961         __fegetround and define as weak alias of __fegetround.  Use
2962         libm_hidden_weak.
2963         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Use
2964         __fegetround instead of fegetround.
2966         [BZ #17782]
2967         * sysdeps/unix/sysv/linux/mips/bits/termios.h (TIOCSER_TEMT):
2968         Condition macro definition on [__USE_MISC].
2970         [BZ #17781]
2971         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h
2972         (struct sigaction): Change type of sa_flags field to int.
2974         [BZ #17780]
2975         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (struct flock)
2976         [!__USE_FILE_OFFSET64 && _MIPS_SIM != _ABI64]: Rename pad field to
2977         __glibc_reserved0.
2979         * nptl/version.c (banner): Use single year in copyright notice.
2981         * NEWS: Update copyright dates.
2982         * catgets/gencat.c (print_version): Likewise.
2983         * csu/version.c (banner): Likewise.
2984         * debug/catchsegv.sh: Likewise.
2985         * debug/pcprofiledump.c (print_version): Likewise.
2986         * debug/xtrace.sh (do_version): Likewise.
2987         * elf/ldconfig.c (print_version): Likewise.
2988         * elf/ldd.bash.in: Likewise.
2989         * elf/pldd.c (print_version): Likewise.
2990         * elf/sotruss.sh: Likewise.
2991         * elf/sprof.c (print_version): Likewise.
2992         * iconv/iconv_prog.c (print_version): Likewise.
2993         * iconv/iconvconfig.c (print_version): Likewise.
2994         * locale/programs/locale.c (print_version): Likewise.
2995         * locale/programs/localedef.c (print_version): Likewise.
2996         * login/programs/pt_chown.c (print_version): Likewise.
2997         * malloc/memusage.sh (do_version): Likewise.
2998         * malloc/memusagestat.c (print_version): Likewise.
2999         * malloc/mtrace.pl: Likewise.
3000         * manual/libc.texinfo: Likewise.
3001         * nptl/version.c (banner): Likewise.
3002         * nscd/nscd.c (print_version): Likewise.
3003         * nss/getent.c (print_version): Likewise.
3004         * nss/makedb.c (print_version): Likewise.
3005         * posix/getconf.c (main): Likewise.
3006         * scripts/test-installation.pl: Likewise.
3007         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Likewise.
3009 2015-01-02  Will Newton  <will.newton@linaro.org>
3011         * sysdeps/arm/armv7/configure: Removed.
3012         * sysdeps/arm/armv7/configure.ac: Likewise.
3014 2015-01-02  Joseph Myers  <joseph@codesourcery.com>
3016         * All files with FSF copyright notices: Update copyright dates
3017         using scripts/update-copyrights.
3018         * intl/plural.c: Regenerated.
3019         * locale/programs/charmap-kw.h: Likewise.
3020         * locale/programs/locfile-kw.h: Likewise.
3022 2015-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
3024         * scripts/gen-posix-conf-vars.awk (END): Don't use sprintf.
3026 2014-12-31  Joseph Myers  <joseph@codesourcery.com>
3028         [BZ #17748]
3029         * include/fenv.h (__fegetenv): Use libm_hidden_proto.
3030         * math/fegetenv.c (__fegetenv): Use libm_hidden_def.
3031         * sysdeps/aarch64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
3032         and define as weak alias of __fegetenv.  Use libm_hidden_weak.
3033         * sysdeps/alpha/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
3034         * sysdeps/arm/fegetenv.c (fegetenv): Rename to __fegetenv and
3035         define as weak alias of __fegetenv.  Use libm_hidden_weak.
3036         * sysdeps/hppa/fpu/fegetenv.c (fegetenv): Likewise.
3037         * sysdeps/i386/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
3038         * sysdeps/ia64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
3039         define as weak alias of __fegetenv.  Use libm_hidden_weak.
3040         * sysdeps/m68k/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
3041         * sysdeps/mips/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
3042         define as weak alias of __fegetenv.  Use libm_hidden_weak.
3043         * sysdeps/powerpc/fpu/fegetenv.c (__fegetenv): Use
3044         libm_hidden_def.
3045         * sysdeps/powerpc/nofpu/fegetenv.c (__fegetenv): Likewise.
3046         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (__fegetenv):
3047         Likewise.
3048         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
3049         define as weak alias of __fegetenv.  Use libm_hidden_weak.
3050         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
3051         * sysdeps/sparc/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
3052         * sysdeps/tile/math_private.h (__fegetenv): New inline function.
3053         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
3054         and define as weak alias of __fegetenv.  Use libm_hidden_weak.
3055         * sysdeps/generic/math_private.h (libc_feholdsetround_ctx): Use
3056         __fegetenv instead of fegetenv.
3057         (libc_feholdsetround_noex_ctx): Likewise.
3059 2014-12-31  Matthew Fortune  <matthew.fortune@imgtec.com>
3061         * elf/elf.h (PT_MIPS_ABIFLAGS): Define.
3062         (Elf_MIPS_ABIFlags_v0): New structure.
3063         (EF_MIPS_FP64): Define.
3064         (MIPS_AFL_REG_NONE, MIPS_AFL_REG_32, MIPS_AFL_REG_64): Likewise.
3065         (MIPS_AFL_REG_128, MIPS_AFL_ASE_DSP, MIPS_AFL_ASE_DSP64): Likewise.
3066         (MIPS_AFL_ASE_DSPR2, MIPS_AFL_ASE_EVA, MIPS_AFL_ASE_MCU): Likewise.
3067         (MIPS_AFL_ASE_MDMX, MIPS_AFL_ASE_MIPS3D, MIPS_AFL_ASE_MT): Likewise.
3068         (MIPS_AFL_ASE_SMARTMIPS, MIPS_AFL_ASE_VIRT): Likewise.
3069         (MIPS_AFL_ASE_VIRT64, MIPS_AFL_ASE_MSA, MIPS_AFL_ASE_MSA64): Likewise.
3070         (MIPS_AFL_ASE_MIPS16, MIPS_AFL_ASE_MICROMIPS): Likewise.
3071         (MIPS_AFL_ASE_XPA, MIPS_AFL_EXT_XLR, MIPS_AFL_EXT_OCTEON2): Likewise.
3072         (MIPS_AFL_EXT_OCTEONP, MIPS_AFL_EXT_LOONGSON_3A): Likewise.
3073         (MIPS_AFL_EXT_OCTEON, MIPS_AFL_EXT_5900, MIPS_AFL_EXT_4010): Likewise.
3074         (MIPS_AFL_EXT_4100, MIPS_AFL_EXT_3900, MIPS_AFL_EXT_10000): Likewise.
3075         (MIPS_AFL_EXT_SB1, MIPS_AFL_EXT_4111, MIPS_AFL_EXT_4120): Likewise.
3076         (MIPS_AFL_EXT_5400, MIPS_AFL_EXT_5500): Likewise.
3077         (MIPS_AFL_EXT_LOONGSON_2E, MIPS_AFL_EXT_LOONGSON_2F): Likewise.
3078         (Val_GNU_MIPS_ABI_FP_ANY, Val_GNU_MIPS_ABI_FP_DOUBLE): New enum values.
3079         (Val_GNU_MIPS_ABI_FP_SINGLE, Val_GNU_MIPS_ABI_FP_SOFT): Likewise.
3080         (Val_GNU_MIPS_ABI_FP_OLD_64, Val_GNU_MIPS_ABI_FP_XX): Likewise.
3081         (Val_GNU_MIPS_ABI_FP_64, Val_GNU_MIPS_ABI_FP_64A): Likewise.
3082         (Val_GNU_MIPS_ABI_FP_MAX): Likewise.
3083         * sysdeps/mips/Makefile [subdir=elf]: Add tst-abi-interlink,
3084         tst-mode-switch-1, tst-mode-switch-2, tst-mode-switch-3 tests.
3085         * sysdeps/mips/bits/linkmap.h (struct link_map_machine): Add fpmode
3086         field.
3087         * sysdeps/mips/dl-machine.h (elf_machine_matches_host): Reject
3088         EF_MIPS_FP64.
3089         * sysdeps/mips/dl-machine-reject-phdr.h: New file.
3090         * sysdeps/mips/tst-abi-fp32mod.c: Likewise.
3091         * sysdeps/mips/tst-abi-fpxxmod.c: Likewise.
3092         * sysdeps/mips/tst-abi-fpxxomod.c: Likewise.
3093         * sysdeps/mips/tst-abi-fp64mod.c: Likewise.
3094         * sysdeps/mips/tst-abi-fp64amod.c: Likewise.
3095         * sysdeps/mips/tst-abi-interlink.c: Likewise.
3096         * sysdeps/mips/tst-mode-switch-1.c: Likewise.
3097         * sysdeps/mips/tst-mode-switch-2.c: Likewise.
3098         * sysdeps/mips/tst-mode-switch-3.c: Likewise.
3099         * sysdeps/unix/sysv/linux/mips/configure.ac (o32-fpabi): Define to
3100         record the current FP ABI extension.
3101         (mips-mode-switch): Define to show if kernel headers support mode
3102         switching.
3103         * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
3104         * sysdeps/unix/sysv/linux/mips/ldsodefs.h: Increase maximum
3105         supported SYSV ABI version to 3.
3106         * sysdeps/unix/sysv/linux/mips/libc-abis: Add new MIPS_O32_FP64
3107         feature.
3109 2014-12-31  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
3110             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3112         * sysdeps/powerpc/powerpc64/power7/strcpy.S (strcpy): Optimize unaligned
3113         path.
3114         * benchtests/bench-strcpy.c (test_main): Add more unaligned inputs.
3116 2014-12-31  Joseph Myers  <joseph@codesourcery.com>
3118         * sysdeps/powerpc/bits/fenvinline.h (fegetround): Rename macro to
3119         __fegetround and redefine to call __fegetround.  Remove condition
3120         on [!__NO_MATH_INLINES].
3121         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove inline
3122         function.
3123         * sysdeps/powerpc/nofpu/fenv_libc.h: Remove file.
3124         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
3125         Remove macro.
3126         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Include <fenv.h>
3127         instead of <fenv_libc.h>.
3128         (__llrintl): Call fegetround instead of __fegetround.
3129         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Include <fenv.h>
3130         instead of <fenv_libc.h>.
3131         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
3132         (__lrintl): Call fegetround instead of __fegetround.
3133         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Include <fenv.h>
3134         instead of <fenv_libc.h>.
3135         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
3136         (__rintl): Call fegetround instead of __fegetround.
3138 2014-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
3140         * scripts/gen-posix-conf-vars.awk: Don't use multi-dimensional
3141         arrays.
3143 2014-12-30  H.J. Lu  <hongjiu.lu@intel.com>
3145         [BZ #17775]
3146         * sysdeps/i386/dl-machine.h (PI_STATIC_AND_HIDDEN): Removed.
3147         (elf_machine_dynamic) [!PI_STATIC_AND_HIDDEN]: Likewise.
3148         (elf_machine_load_address) [!PI_STATIC_AND_HIDDEN]: Likewise.
3150 2014-12-30  Andrew Senkevich  <andrew.senkevich@intel.com>
3152         * sysdeps/i386/tls-macros.h: Include <features.h>.
3153         (TLS_LE): Use non-PIC version for GCC >= 5.0.
3154         (TLS_IE): Likewise.
3155         (TLS_LD): Likewise.
3156         (TLS_GD): Likewise.
3157         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Don't
3158         define for GCC >= 5.0.
3160 2014-12-30  Chris Metcalf  <cmetcalf@ezchip.com>
3162         * math/test-fenv.c (test_single_exception, set_single_exc,
3163         feenv_nomask_test, feenv_mask_test, feexcp_nomask_test,
3164         feexcp_mask_test, feenable_test, fe_single_test): Add
3165         [!FE_ALL_EXCEPT] test so these routines are not compiled in the
3166         case where they are not used.
3167         * math/libm-test.inc: Likewise.
3168         * setjmp/test-setjmp-fp.c: Mark attribute ((unused)) on variable
3169         unused in the absence of FP rounding/exception support.
3170         * stdio-common/tst-printf-round.c: Likewise.
3171         * stdlib/tst-strtod-round.c: Likewise.
3172         * stdlib/tst-strtod-underflow.c: Likewise.
3174 2014-12-30  Joseph Myers  <joseph@codesourcery.com>
3176         [BZ #17723]
3177         * include/fenv.h (__feraiseexcept): Use libm_hidden_proto.
3178         * math/fraiseexcpt.c (__feraiseexcept): Use libm_hidden_def.
3179         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
3180         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
3181         libm_hidden_weak.
3182         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Likewise.
3183         * sysdeps/hppa/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
3184         * sysdeps/i386/fpu/fraiseexcpt.c (__feraiseexcept): Use
3185         libm_hidden_def.
3186         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
3187         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
3188         libm_hidden_weak.
3189         * sysdeps/m68k/coldfire/fpu/fraiseexcpt.c (feraiseexcept):
3190         Likewise.
3191         * sysdeps/microblaze/math_private.h (__feraiseexcept): New macro.
3192         * sysdeps/mips/fpu/fraiseexcpt.c (feraiseexcept): Rename to
3193         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
3194         libm_hidden_weak.
3195         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Use
3196         libm_hidden_def.
3197         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
3198         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c
3199         (__feraiseexcept): Likewise.
3200         * sysdeps/s390/fpu/fraiseexcpt.c (feraiseexcept): Rename to
3201         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
3202         libm_hidden_weak.
3203         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
3204         * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Use
3205         libm_hidden_def.
3206         * sysdeps/tile/math_private.h (__feraiseexcept): New macro.
3207         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (__feraiseexcept):
3208         Use libm_hidden_def.
3209         * sysdeps/x86_64/fpu/fraiseexcpt.c (__feraiseexcept): Use
3210         libm_hidden_def.
3211         (feraiseexcept): Define as weak not strong alias.  Use
3212         libm_hidden_weak.
3213         * sysdeps/x86/fpu/bits/fenv.h (__feraiseexcept_invalid_divbyzero):
3214         New inline function.  Factored out of ...
3215         (feraiseexcept): ... here.  Use __feraiseexcept_invalid_divbyzero.
3216         * sysdeps/x86/fpu/include/bits/fenv.h: New file.
3217         * math/e_scalb.c (invalid_fn): Call __feraiseexcept instead of
3218         feraiseexcept.
3219         * math/w_acos.c (__acos): Likewise.
3220         * math/w_asin.c (__asin): Likewise.
3221         * math/w_ilogb.c (__ilogb): Likewise.
3222         * math/w_j0.c (y0): Likewise.
3223         * math/w_j1.c (y1): Likewise.
3224         * math/w_jn.c (yn): Likewise.
3225         * math/w_log.c (__log): Likewise.
3226         * math/w_log10.c (__log10): Likewise.
3227         * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Likewise.
3228         * sysdeps/aarch64/fpu/math_private.h
3229         (libc_feupdateenv_test_aarch64): Likewise.
3230         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
3231         * sysdeps/arm/fenv_private.h (libc_feupdateenv_test_vfp): Likewise.
3232         * sysdeps/arm/feupdateenv.c (feupdateenv): Likewise.
3233         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
3234         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
3235         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
3236         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Likewise.
3237         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
3238         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
3239         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
3241 2014-12-30  H.J. Lu  <hongjiu.lu@intel.com>
3243         [BZ #17732]
3244         * io/test-utime.c (main): Replace %ld with %jd and cast to
3245         intmax_t.
3246         * libio/tst-ftell-active-handler.c (do_append_test): Likewise.
3247         * nptl/tst-mutex5.c: Include <stdint.h>.
3248         (do_test): Replace %ld with %jd and cast to intmax_t.
3249         * posix/tst-regex.c (run_test): Likewise.
3250         (run_test_backwards): Likewise.
3251         * rt/tst-clock.c: Include <stdint.h>.
3252         (clock_test): Replace %ld with %jd and cast to intmax_t.
3253         * rt/tst-cpuclock1.c: Include <stdint.h>.
3254         (do_test): Replace %lu with %ju and cast to uintmax_t.
3255         * rt/tst-cpuclock2.c: Include <stdint.h>.
3256         (do_test): Replace %lu with %ju and cast to uintmax_t.
3257         * rt/tst-mqueue1.c: Include <stdint.h>.
3258         (check_attrs): Replace %ld with %jd and cast to intmax_t.
3259         * rt/tst-mqueue3.c (fct): Replace %ld with %jd and cast to
3260         intmax_t.
3261         * rt/tst-mqueue4.c (do_test): Likewise.
3262         * rt/tst-timer4.c: Include <stdint.h>.
3263         (check_ts): Replace %ld with %jd and cast to intmax_t.
3264         (do_test): Likewise.
3265         * stdio-common/tst-fmemopen2.c (do_test): Replace %ld with %jd
3266         and cast to intmax_t.
3267         * sysdeps/pthread/tst-timer.c (main): Likewise.
3268         * time/clocktest.c (main): Likewise.
3269         * time/tst-posixtz.c (do_test): Likewise.
3270         * timezone/tst-timezone.c (main): Likewise.
3272 2014-12-30  Andrew Senkevich  <andrew.senkevich@intel.com>
3273             H.J. Lu  <hongjiu.lu@intel.com>
3275         * sysdeps/i386/i686/multiarch/bcopy-sse2-unaligned.S: New file.
3276         * sysdeps/i386/i686/multiarch/memcpy-sse2-unaligned.S: Likewise.
3277         * sysdeps/i386/i686/multiarch/memmove-sse2-unaligned.S: Likewise.
3278         * sysdeps/i386/i686/multiarch/mempcpy-sse2-unaligned.S: Likewise.
3279         * sysdeps/i386/i686/multiarch/bcopy.S: Select the sse2_unaligned
3280         version if bit_Fast_Unaligned_Load is set.
3281         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
3282         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
3283         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
3284         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
3285         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
3286         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
3287         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
3288         bcopy-sse2-unaligned, memcpy-sse2-unaligned,
3289         memmove-sse2-unaligned and mempcpy-sse2-unaligned.
3290         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c (MAX_IFUNC): Set
3291         to 4.
3292         (__libc_ifunc_impl_list): Test __bcopy_sse2_unaligned,
3293         __memmove_chk_sse2_unaligned, __memmove_sse2_unaligned,
3294         __memcpy_chk_sse2_unaligned, __memcpy_sse2_unaligned,
3295         __mempcpy_chk_sse2_unaligned, and __mempcpy_sse2_unaligned.
3297 2014-12-29  Chris Metcalf  <cmetcalf@ezchip.com>
3299         * sysdeps/unix/sysv/linux/tst-setgetname.c (do_test): Use #ifndef
3300         instead of #if to avoid a Wundef warning.
3301         * stdlib/tst-limits.c (do_test): Likewise.
3303         * sysdeps/tile/math_private.h (fetestexcept): Add macro to
3304         parallel other exception macros.
3305         (fegetenv): Convert from macro to extern inline so that it applies
3306         retroactively to inline functions already seen by the compiler.
3307         (fesetenv, feupdateenv, fegetround, fesetround): Likewise.
3309         * posix/Makefile (before-compile): Use $(objpfx) for
3310         posix-conf-vars-def.h.
3312 2014-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
3314         * posix/getconf.c (main): Use size_t for type of I.
3315         * scripts-gen-posix-conf-vars.awk (END): Use size_t for type of
3316         NSPEC.
3318         * posix/posix-conf-vars.list (SPEC:XBS5): Add sysconf prefix.
3319         * posix/confstr.c: Define NEED_SPEC_ARRAY to 0.
3320         * posix/posix-envs.def: Likewise.
3321         * sysdeps/posix/sysconf.c: Likewise.
3322         * posix/getconf.c: Define NEED_SPEC_ARRAY to 1.
3323         (specs): Remove array.
3324         * scripts/gen-posix-conf-vars.awk: Support generation of specs
3325         array.
3327         * posix/posix-conf-vars.list: Add _POSIX sysconf namespace.
3328         * sysdeps/posix/sysconf.c: Include posix-conf-vars.h.
3329         (__sysconf): Use CONF_IS_* macros.
3331         * posix/Makefile (before-compile): Add posix-conf-vars-def.h.
3332         ($(objpfx)posix-conf-vars-def.h): New target.
3333         * posix/posix-conf-vars.list: New file.
3334         * posix/posix-conf-vars.h: New file.
3335         * posix/confstr.c: Include posix-conf-vars.h.
3336         (confstr): Use CONF_IS_* macros.
3337         * posix/posix-envs.def: Include posix-conf-vars.h.  Use
3338         CONF_IS_* macros.
3339         * scripts/gen-posix-conf-vars.awk: New file.
3341 2014-12-26  Chris Metcalf  <cmetcalf@ezchip.com>
3343         * sysdeps/tile/math_private.h (fegetenv, fesetenv, feupdateenv,
3344         fegetround): Add no-op macros to avoid linknamespace issues.
3346         * sysdeps/unix/sysv/linux/clock_settime.c (SYSDEP_SETTIME): Remove
3347         definitions of INTERNAL_VSYSCALL and INLINE_VSYSCALL.
3349         * sysdeps/unix/sysv/linux/tile/sysdep.h
3350         (HAVE_CLOCK_GETTIME_VSYSCALL): Move definition out of
3351         assembly-specific section to avoid a redefinition warning.
3353         * sysdeps/tile/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast to
3354         long before casting to pointer to avoid a cast warning.
3356 2014-12-23  Chris Metcalf  <cmetcalf@ezchip.com>
3358         * sysdeps/tile/tilegx/Implies: New file.
3360 2014-12-23  Richard Earnshaw  <rearnsha@arm.com>
3362         * string/stpcpy.c (__stpcpy): Rewrite using strlen and memcpy.
3364 2014-12-23  Florian Weimer  <fweimer@redhat.com>
3366         * iconvdata/run-iconv-test.sh: Actually test iconv modules.
3368 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
3370         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES): Do
3371         not define.
3372         * sysdeps/unix/sysv/linux/utimes.c: Do not include
3373         <kernel-features.h>.
3374         (__utimes) [__NR_utimes]: Make code unconditional.
3375         (__utimes) [!__ASSUME_UTIMES]: Remove conditional code.
3376         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
3377         (__ASSUME_UTIMES): Do not undefine.
3378         * sysdeps/unix/sysv/linux/tile/kernel-features.h
3379         (__ASSUME_UTIMES): Likewise.
3380         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
3381         (__ASSUME_UTIMES): Define for [__LINUX_KERNEL_VERSION >= 0x030e00]
3382         instead of undefining for [__LINUX_KERNEL_VERSION < 0x030e00].
3383         * sysdeps/unix/sysv/linux/hppa/utimes.c: New file.
3385 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
3387         * sysdeps/mips/memcpy.S: Fix preprocessor indentation.
3389 2014-12-22  Chris Metcalf  <cmetcalf@ezchip.com>
3391         [BZ #17747]
3392         * math/w_j0.c [defined NO_LONG_DOUBLE] (j0, y0): Convert strong
3393         alias to weak alias for j0l, y0l.
3394         * math/w_j1.c [defined NO_LONG_DOUBLE] (j1, y1): Likewise.
3395         * math/w_jn.c [defined NO_LONG_DOUBLE] (jn, yn): Likewise.
3397         [BZ #17746]
3398         * sysdeps/tile/tilegx/strstr.c (STRSTR2): Remove implicit boolean
3399         conversion.
3401 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
3403         * sysdeps/unix/mips/sysdep.h (__mips_isa_rev): Set
3404         to zero if not already defined.
3406 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
3408         [BZ #17724]
3409         * sysdeps/ieee754/k_standard.c: Don't include <float.h>.
3410         (__kernel_standard_f): Remove.  Moved to k_standardf.c.
3411         (__kernel_standard_l): Remove.  Moved to k_standardl.c with
3412         (char *) casts added.
3413         * sysdeps/ieee754/k_standardf.c: New file.
3414         * sysdeps/ieee754/k_standardl.c: Likewise.
3415         * math/Makefile (libm-support): Remove k_standard.
3416         (libm-calls): Add k_standard.
3418 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
3420         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
3421         Optimize to avoid an unnecessary FPCR read.
3423 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
3425         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv):
3426         Optimize to reduce FPCR/FPSR accesses.
3428 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
3430         * sysdeps/aarch64/fpu/ftestexcept.c (fetestexcept):
3431         Call libc_fetestexcept_aarch64.
3433 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
3435         * sysdeps/aarch64/fpu/fesetround.c (fesetround):
3436         Call libc_fesetround_aarch64.
3438 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
3440         [BZ #17733]
3441         * sysdeps/unix/sysv/linux/bind.S (NO_WEAK_ALIAS): Do not define.
3442         (__bind): Do not define as weak alias.
3443         * sysdeps/unix/sysv/linux/getsockname.S (NO_WEAK_ALIAS): Do not
3444         define.
3445         (__getsockname): Do not define as weak alias.
3447 2014-12-22  Will Newton  <will.newton@linaro.org>
3449         * manual/install.texi: Document that we require bison 2.7
3450         or above.
3451         * INSTALL: Regenerate.
3452         * configure.ac: Use AC_CHECK_PROG_VER instead of
3453         AC_PATH_PROG when checking for bison and check for
3454         version 2.7 or above.
3455         * configure: Regenerate.
3457 2014-12-21  Chris Metcalf  <cmetcalf@ezchip.com>
3459         [BZ #17745]
3460         * sysdeps/tile/ffs.c (__ffs): Moved ffsll definition...
3461         * sysdeps/tile/ffsll.c (ffsll): To here.
3463         * sysdeps/unix/sysv/linux/tile/localplt.data: Removed.
3465 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
3467         * elf/dl-tls.c (__tls_get_addr): Provide the hidden definition
3468         if not defined.
3469         * sysdeps/i386/dl-tls.h (___tls_get_addr): Provide the hidden
3470         definition.
3471         * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
3472         hidden ___tls_get_addr.
3473         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
3474         hidden __tls_get_addr.
3475         * sysdeps/generic/localplt.data (__tls_get_addr): Removed.
3476         * sysdeps/unix/sysv/linux/i386/localplt.data (___tls_get_addr):
3477         Likewise.
3479 2014-12-21  Andreas Schwab  <schwab@linux-m68k.org>
3481         * sysdeps/m68k/dl-machine.h (RTLD_START): Remove @PLTPC from
3482         _dl_init call.
3484 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
3486         * sysdeps/i386/dl-machine.h (_dl_start_user): Remove @PLT
3487         from "call _dl_init@PLT".
3488         * sysdeps/x86_64/dl-machine.h (_dl_start_user): Likewise.
3490 2014-12-21  Anders Kaseorg  <andersk@mit.edu>
3492         * manual/search.texi: (Array Sort Function): Clarify stable sorting
3493         guarantees.
3495 2014-12-20  Chris Metcalf  <cmetcalf@ezchip.com>
3497         * sysdeps/unix/sysv/linux/tile/localplt.data: New file.
3499 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
3501         [BZ #17744]
3502         * sysdeps/tile/tilegx/strstr.c (STRSTR): Call __strnlen, not
3503         strnlen.
3505 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
3507         * sysdeps/mips/addmul_1.S (__mpn_addmul_1): Use mulu/muhu instead
3508         of multu on MIPSr6.
3509         * sysdeps/mips/mul_1.S (__mpn_mul_1): Ditto.
3510         * sysdeps/mips/submul_1.S (__mpn_submul_1): Ditto.
3511         * sysdeps/mips/mips64/addmul_1.S (__mpn_addmul_1): Ditto.
3512         * sysdeps/mips/mips64/mul_1.S (__mpn_mul_1): Ditto.
3513         * sysdeps/mips/mips64/submul_1.S (__mpn_submul_1): Ditto.
3515 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
3517         * sysdeps/mips/sys/asm.h (PTR_ADDU): Use addu on mips32r6/mips64r6.
3518         (PTR_ADDIU): Use addiu for mips32r6/mips64r6.
3519         (PTR_SUBU): Use subu for mips32r6/mips64r6.
3520         (PTR_SUBIU): Use subu for mips32r6/mips64r6 (subiu does not exist).
3521         * sysdeps/mips/machine-gmon.h (PTR_ADDU_STRING) Use addu for
3522         mips32r6/mips64r6.
3523         (PTR_SUBU_STRING) Use subu for mips32r6/mips64r6.
3525 2014-12-19  Ondřej Bílka  <neleai@seznam.cz>
3527         * string/strncat.c (STRNCAT): Simplify implementation.
3529 2014-12-19  David S. Miller  <davem@davemloft.net>
3531         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Use a union to
3532         access the quad as both a long double and as a series of 4 words.
3534         * get-dynamic-info.h (elf_get_dynamic_info): Ignore -Warray-bounds for a
3535         link_map->l_info array access.
3537 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
3539         * iconvdata/tst-loading.c (TIMEOUT): Increase timeout 10 sec.
3541         * math/atest-exp.c (TIMEOUT): Increase timeout to 10 sec.
3542         * math/atest-exp2.c (TIMEOUT): Likewise.
3543         * math/atest-sincos.c (TIMEOUT): Likewise.
3545 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
3547         * sysdeps/x86_64/x32/Makefile (CFLAGS-s_llround.c): Replace
3548         -Wno-error with -fno-builtin-lround.
3550 2014-12-19  Torvald Riegel  <triegel@redhat.com>
3552         * sysdeps/unix/sysv/linux/i386/lowlevellock-futex.h: New file.
3553         Contains futex constants and functions moved over from ...
3554         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.  Include
3555         <lowlevellock-futex.h>.
3556         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
3557         (lll_timedwait_tid): Add comments and parentheses around macro
3558         arguments.
3560 2014-12-19  Torvald Riegel  <triegel@redhat.com>
3562         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Include
3563         <lowlevellock-futex.h>.  Remove FUTEX_* constants defined there.
3564         (__lll_private_flag): Remove.
3565         (lll_futex_wait): Likewise.
3566         (lll_futex_timed_wait): Likewise.
3567         (lll_futex_wake): Likewise.
3568         (lll_futex_requeue): Likewise.
3569         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
3570         (__lll_timedwait_tid): Spell out argument names.
3571         (lll_timedwait_tid): Add comments and parentheses around macro
3572         arguments.
3573         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Make FUTEX_* constants,
3574         LLL_SHARED and LLL_PRIVATE usable from assembly code.
3576 2014-12-19  Torvald Riegel  <triegel@redhat.com>
3578         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Remove file.
3579         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
3580         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
3581         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Likewise.
3582         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Likewise.
3583         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Likewise.
3584         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Likewise.
3585         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Likewise.
3586         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Likewise.
3587         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: Likewise.
3588         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: Likewise.
3589         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Likewise.
3590         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Likewise.
3591         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Likewise.
3592         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Likewise.
3593         * sysdeps/unix/sysv/linux/sh/sem_post.S: Likewise.
3594         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Likewise.
3595         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Likewise.
3596         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Likewise.
3598 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
3600         * sysdeps/x86_64/x32/Makefile: New file.
3602 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
3604         * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Replace
3605         1L with (mp_limb_t) 1.
3607 2014-12-17  Roland McGrath  <roland@hack.frob.com>
3609         * sysdeps/nptl/fork.c (__fork_generation_pointer): Variable moved ...
3610         * nptl/libc_pthread_init.c: ... here.
3611         * sysdeps/nptl/fork.c (__fork_handlers): Variable moved ...
3612         * nptl/register-atfork.c: ... here.
3614         * sysdeps/nptl/gai_misc.h (__gai_start_notify_thread):
3615         Use pthread_sigmask rather than INTERNAL_SYSCALL.
3616         Use assert_perror to check its return value.
3617         (__gai_create_helper_thread): Likewise.
3619         * inet/if_index.c (__if_freenameindex): Add libc_hidden_def.
3621         * malloc/malloc.c (alloc_perturb, free_perturb): Remove inline keyword.
3623 2014-12-17  Joseph Myers  <joseph@codesourcery.com>
3625         [BZ #17725]
3626         * sysdeps/generic/profil-counter.h (profil_counter): Rename to
3627         __profil_counter.
3628         * sysdeps/unix/sysv/linux/hppa/profil-counter.h (profil_counter):
3629         Likewise.
3630         * sysdeps/unix/sysv/linux/i386/profil-counter.h (profil_counter):
3631         Likewise.
3632         * sysdeps/unix/sysv/linux/ia64/profil-counter.h (profil_counter):
3633         Likewise.
3634         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h
3635         (profil_counter): Likewise.
3636         * sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h
3637         (profil_counter): Likewise.
3638         * sysdeps/unix/sysv/linux/sh/profil-counter.h (profil_counter):
3639         Likewise.
3640         * sysdeps/unix/sysv/linux/tile/profil-counter.h (profil_counter):
3641         Likewise.
3642         * sysdeps/unix/sysv/linux/x86_64/profil-counter.h
3643         (profil_counter): Likewise.
3644         * sysdeps/unix/sysv/linux/arm/profil-counter.h (profil_counter):
3645         Likewise.
3646         [!__profil_counter] (profil_counter): Define as weak alias of
3647         __profil_counter.
3648         * sysdeps/unix/sysv/linux/sparc/sparc32/profil-counter.h
3649         (profil_counter): Rename to __profil_counter.
3650         [!__profil_counter] (profil_counter): Define as weak alias of
3651         __profil_counter.
3652         * sysdeps/unix/sysv/linux/sparc/sparc64/profil-counter.h
3653         (profil_counter): Rename to __profil_counter.
3654         [!__profil_counter] (profil_counter): Define as weak alias of
3655         __profil_counter.
3656         * sysdeps/posix/profil.c: Update comment referring to
3657         profil_counter.
3658         (__profil): Use __profil_counter instead of profil_counter.
3659         * sysdeps/posix/sprofil.c (profil_counter): Rename to
3660         __profil_counter.  Use __profil_counter_ushort and
3661         __profil_counter_uint in definitions.
3662         (__sprofil): Use __profil_counter_uint and __profil_counter_ushort
3663         instead of profil_counter_uint and profil_counter_ushort.
3665         [BZ #17722]
3666         * inet/inet_mkadr.c (inet_makeaddr): Rename to __inet_makeaddr and
3667         define as weak alias of __inet_makeaddr.
3668         * resolv/inet_addr.c (inet_addr): Rename to __inet_addr and define
3669         as weak alias of __inet_addr.
3670         * resolv/inet_pton.c (inet_pton): Rename to __inet_pton and define
3671         as weak alias of __inet_pton.  Use libc_hidden_weak.
3672         * include/arpa/inet.h (__inet_pton): Declare.  Use
3673         libc_hidden_proto.
3674         (inet_makeaddr): Don't use libc_hidden_proto.
3675         (__inet_makeaddr): Declare.  Use libc_hidden_proto.
3676         * resolv/res_init.c (__res_vinit): Use __inet_pton instead of
3677         inet_pton.  Use __inet_makeaddr instead of inet_makeaddr.
3678         * conform/Makefile (test-xfail-POSIX/pthread.h/linknamespace):
3679         Remove variable.
3680         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
3681         (test-xfail-POSIX/time.h/linknamespace): Likewise.
3683 2014-12-17  Steve Ellcey  <sellcey@imgtec.com>
3685         * inet/getnetgrent_r.c: Move while loop to be inside if statement.
3687 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
3689         * stdio-common/bug-vfprintf-nargs.c (do_test):
3690         Cast value to intptr_t to avoid format warning
3691         for usage with PRIdPTR printing macro.
3693 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
3695         * libio/tst-widetext.c (do_test):
3696         Use format type %td instead of %Zd for ptrdiff_t
3697         in order to avoid format warning.
3699 2014-12-17  Andreas Schwab  <schwab@suse.de>
3701         * nscd/mem.c (gc): Add size_t cast to match printf format.
3703 2014-12-16  Roland McGrath  <roland@hack.frob.com>
3705         * sysdeps/gnu/unwind-resume.c: #include <sysdep.h>.
3706         (init): Apply PTR_MANGLE to pointers before storing them.
3707         (_Unwind_Resume, __gcc_personality_v0): Apply PTR_DEMANGLE to pointers
3708         before using them.
3710 2014-12-16  Joseph Myers  <joseph@codesourcery.com>
3712         [BZ #17719]
3713         * sysdeps/x86_64/memrchr.S (memrchr): Rename to __memrchr and
3714         define as weak alias of __memrchr.
3715         (__memrchr): Do not define as strong alias of memrchr.
3716         * conform/Makefile (test-xfail-XPG4/libgen.h/linknamespace):
3717         Remove variable.
3718         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
3719         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
3720         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
3722         [BZ #17717]
3723         * inet/if_index.c (if_nametoindex): Rename to __if_nametoindex and
3724         define as weak alias of __if_nametoindex.  Use libc_hidden_weak.
3725         (if_indextoname): Rename to __if_indextoname and define as weak
3726         alias of __if_indextoname.  Use libc_hidden_weak.
3727         (if_freenameindex): Rename to __if_freenameindex and define as
3728         weak alias of __if_freenameindex.
3729         (if_nameindex): Rename to __if_nameindex and define as weak alias
3730         of __if_nameindex.
3731         * sysdeps/mach/hurd/if_index.c (if_nametoindex): Rename to
3732         __if_nametoindex and define as weak alias of __if_nametoindex.
3733         Use libc_hidden_weak.
3734         (if_freenameindex): Rename to __if_freenameindex and define as
3735         weak alias of __if_freenameindex.
3736         (if_nameindex): Rename to __if_nameindex and define as weak alias
3737         of __if_nameindex.
3738         (if_indextoname): Rename to __if_indextoname and define as weak
3739         alias of __if_indextoname.  Use libc_hidden_weak.
3740         * sysdeps/unix/sysv/linux/if_index.c (if_nametoindex): Rename to
3741         __if_nametoindex and define as weak alias of __if_nametoindex.
3742         Use libc_hidden_weak.
3743         (if_freenameindex): Rename to __if_freenameindex and define as
3744         weak alias of __if_freenameindex.  Use libc_hidden_weak.
3745         (if_nameindex_netlink): Use __if_freenameindex instead of
3746         if_freenameindex.
3747         (if_nameindex): Rename to __if_nameindex and define as weak alias
3748         of __if_nameindex.  Use libc_hidden_weak.
3749         (if_indextoname): Rename to __if_indextoname and define as weak
3750         alias of __if_indextoname.  Use libc_hidden_weak.
3751         * include/net/if.h [!_ISOMAC] (__if_nametoindex): Declare and use
3752         libc_hidden_proto.
3753         [!_ISOMAC] (__if_freenameindex): Likewise.
3754         * resolv/res_init.c (__res_vinit): Use __if_nametoindex instead of
3755         if_nametoindex.
3756         * conform/Makefile (test-xfail-XPG4/grp.h/linknamespace): Remove
3757         variable.
3758         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
3759         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
3760         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
3761         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
3762         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
3763         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
3764         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
3766         * conform/Makefile (test-xfail-UNIX98/semaphore.h/linknamespace):
3767         Remove variable.
3768         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
3769         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
3771 2014-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
3773         * resolv/res_send.c (__libc_res_nsend): Disable warning 'array
3774         subscript above bounds'
3776         * resolv/res_send.c (__libc_res_nsend): Fix check for nsmap
3777         bounds.
3779 2014-12-16  Arjun Shankar  <arjun.is@lostca.se>
3781         * libio/tst-fopenloc.c: Use test-skeleton.c.
3783         * stdlib/tst-bsearch.c: Use test-skeleton.c.
3784         (entry): Rename to ITEM.
3785         (do_test, comp): Adjust.
3787         * stdio-common/tst-fseek.c: Use test-skeleton.c.
3789 2014-12-16  Torvald Riegel  <triegel@redhat.com>
3791         * string/tester.c: Include <libc-internal.h>.
3792         (test_memset): Ignore -Wmemset-transposed-args.
3794 2014-12-16  Torvald Riegel  <triegel@redhat.com>
3796         * misc/tst-mntent2.c (do_test): Fix warning.
3798 2014-12-16  Torvald Riegel  <triegel@redhat.com>
3800         * elf/tst-unique4lib.cc(a): Mark as used.
3802 2014-12-16  Florian Weimer  <fweimer@redhat.com>
3804         [BZ #17630]
3805         * resolv/nss_dns/dns-network.c (getanswer_r): Iterate over alias
3806         names.
3808 2014-12-16  Allan McRae  <allan@archlinux.org>
3810         * stdio-common/Makefile (tests): Re-add bug26.
3812 2014-12-15  Ondřej Bílka  <neleai@seznam.cz>
3814         [BZ #17657]
3815         * locale/programs/ld-ctype.c (find_translit2, read_widestring): Return
3816         static array.
3818 2014-12-15  Bernard Ogden  <bernie.ogden@linaro.org>
3820         * nptl/lowlevellock.c (__lll_lock_wait_private): Add comments.
3821         (__lll_lock_wait): Likewise.
3822         (__lll_timedlock_wait): Likewise.
3823         (__lll_timedwait_tid): Likewise.
3824         * nptl/lowlevelrobustlock.c (__lll_robust_lock_wait): Likewise.
3825         (__lll_robust_timedlock_wait): Likewise.
3826         * sysdeps/nptl/lowlevellock.h (lll_trylock): Likewise.
3827         (lll_cond_trylock): Likewise.
3828         (__lll_lock): Likewise.
3829         (__lll_robust_lock): Likewise.
3830         (__lll_cond_lock): Likewise.
3831         (lll_robust_cond_lock): Likewise.
3832         (__lll_timedlock): Likewise.
3833         (__lll_robust_timedlock): Likewise.
3834         (__lll_unlock): Likewise.
3835         (__lll_robust_unlock): Likewise.
3836         (lll_wait_tid): Likewise.
3837         (lll_timedwait_tid): Likewise.
3839 2014-12-15  Torvald Riegel  <triegel@redhat.com>
3841         * nptl/tst-sem4.c (do_test): Start with a fresh semaphore state.
3843 2014-12-15  Torvald Riegel  <triegel@redhat.com>
3845         * nptl/tst-mutex5.c (do_test): Do not skip tests if elision is enabled.
3847 2014-12-15  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
3849         * stdio-common/test-vfprintf.c: Include <libc-internal.h>.
3850         * stdio-common/tst-sprintf.c: Likewise.
3852 2014-12-15  Torvald Riegel  <triegel@redhat.com>
3854         * sysdeps/unix/sysv/linux/s390/pthread_once.c: Remove file.
3856 2014-12-15  Jeff Law  <law@redhat.com>
3858         [BZ #16617]
3859         * stdio-common/vfprintf.c (vfprintf): Allocate large specs array
3860         on the heap.  (CVE-2012-3406)
3861         * stdio-common/bug23-2.c, stdio-common/bug23-3.c: New file.
3862         * stdio-common/bug23-4.c: New file.  Test case by Joseph Myers.
3863         * stdio-common/Makefile (tests): Add bug23-2, bug23-3, bug23-4.
3865 2014-12-15  Will Newton  <will.newton@linaro.org>
3867         * manual/install.texi: Bump required version of texinfo
3868         to 4.7 from 4.5.
3869         * INSTALL: Regenerated.
3870         * configure.ac: Check for makeinfo version 4.7 and above.
3871         * configure: Regenerated.
3873 2014-12-12  Roland McGrath  <roland@hack.frob.com>
3875         * sysdeps/posix/shm-directory.h (SHM_GET_NAME): Take new argument
3876         PREFIX, string constant to insert between directory and name.
3877         * sysdeps/posix/shm_open.c: Update caller.
3878         * sysdeps/posix/shm_unlink.c: Likewise.
3879         * nptl/semaphoreP.h (struct mountpoint_info): Type removed.
3880         (__where_is_shmfs, mountpoint, __namedsem_once): Declarations removed.
3881         (SEM_SHM_PREFIX): New macro.
3882         * sysdeps/posix/Makefile (librt-routines): Add shm-directory only if
3883         [$(have-thread-library) = no].
3884         * nptl/Makefile (libpthread-routines): Add shm-directory.
3885         * nptl/Versions (GLIBC_PRIVATE): Add __shm_directory.
3886         * sysdeps/nptl/shm-directory.h: New file.
3887         * sysdeps/posix/shm-directory.c
3888         [IS_IN (libpthread)] (__shm_directory): Add hidden_def.
3889         * sysdeps/unix/sysv/linux/shm-directory.c: Likewise.
3890         * nptl/sem_open.c (check_add_mapping): Use munmap function rather than
3891         INTERNAL_SYSCALL.
3892         (__where_is_shmfs): Function removed.
3893         (mountpoint, defaultmount, defaultdir, __namedsem_once):
3894         Variables removed.
3895         (sem_open): Use __libc_close function rather than INTERNAL_SYSCALL.
3896         Use SHM_GET_NAME.
3897         * nptl/sem_unlink.c: Prototypify.  Use SHM_GET_NAME.
3899         * sysdeps/nptl/bits/libc-lockP.h [IS_IN (libpthread)]
3900         (PTFAVAIL, __libc_ptf_call, __libc_ptf_call_always): Define as
3901         unconditional for use inside libpthread.
3902         [IS_IN (libpthread)]: Include <nptl/pthreadP.h>.
3904 2014-12-12  Roland McGrath  <roland@hack.frob.com>
3906         * nptl/pthread_getaffinity.c: New file.
3907         * nptl/pthread_setaffinity.c: New file.
3908         * nptl/pthread_getname.c: New file.
3909         * nptl/pthread_setname.c: New file.
3911         * nptl/pthread_create.c (START_THREAD_DEFN)
3912         [! __ASSUME_SET_ROBUST_LIST]: Add missing & in lll_futex_wake argument.
3914 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
3915             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3917         * resolv/res_send.c (send_vc): Disable warning resplen may
3918         be used uninitialized.
3920 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
3922         * nptl/tst-mutex6.c
3923         (ATTR_NULL): New define checks ATTR against NULL.
3924         (do_test): Use !ATTR_NULL instead of ATTR != NULL.
3925         * nptl/tst-mutexpp6.c (ATTR_NULL): New define.
3927 2014-12-11  James Lemke  <jwlemke@codesourcery.com>
3929         [BZ #17581]
3930         * malloc/hooks.c
3931         (mem2mem_check): Revert my previous change.
3932         (malloc_check_get_size): Revert my previous change.
3933         (mem2chunk_check): Revert my previous change.
3935 2014-12-11  Roland McGrath  <roland@hack.frob.com>
3937         * sysdeps/posix/shm-directory.c: New file.
3938         * sysdeps/posix/shm-directory.h: New file.
3939         * sysdeps/posix/Makefile [($(subdir) = rt] (librt-routines): Add it.
3940         * sysdeps/posix/shm_open.c: Use SHM_GET_NAME.
3941         Use O_NOFOLLOW and O_CLOEXEC if available.  Transmute EISDIR to EINVAL.
3942         * sysdeps/posix/shm_unlink.c: Use SHM_GET_NAME.
3943         Transmute EPERM to EACCES.
3944         * sysdeps/unix/sysv/linux/shm-directory.c: New file, most code taken
3945         from ...
3946         * sysdeps/unix/sysv/linux/shm_open.c: ... here.  File removed.
3947         * sysdeps/unix/sysv/linux/shm_unlink.c: File removed.
3949 2014-12-11  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
3951         * sysdeps/sh/jmpbuf_unwind.h (_jmpbuf_sp): Declare SP as void
3952         pointer and cast to uintptr_t.
3953         * sysdeps/sh/nptl/tls.h (TLS_INIT_TP): Use NULL instead of 0.
3954         * sysdeps/unix/sysv/linux/sh/lowlevellock.h (lll_futex_timed_wait):
3955         Add cast to avoid warning.
3956         * sysdeps/unix/sysv/linux/sh/register-dump.h: Use 0 instead of NULL.
3958 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
3960         * nptl/semaphore.h: Move to ...
3961         * sysdeps/pthread/semaphore.h: ... here.
3962         * Makefile (installed-headers): Change nptl/semaphore.h to
3963         sysdeps/pthread/semaphore.h.
3965 2014-12-11  Roland McGrath  <roland@hack.frob.com>
3967         * misc/tst-error1.c (do_test): Ignore -Wformat-security for
3968         generated error format strings.
3970         * stdio-common/tstdiomisc.c (t2): Ignore -Wformat and
3971         -Wformat-extra-args warnings for scanf formats.
3972         * stdio-common/scanf4.c (main): Ignore -Wformat-zero-length around
3973         test of zero-length format (duh).
3974         * stdio-common/scanf7.c (main): Ignore -Wformat warnings for
3975         corner-case scanf format test.
3976         * stdio-common/test-vfprintf.c (do_test): Ignore -Wformat-security for
3977         generated fprintf format string.
3978         * stdio-common/tst-sprintf.c (do_test): Ignore -Wformat warnings for
3979         corner-case sprintf format tests.
3980         * stdio-common/tst-printf.c: Ignore -Wformat throughout.
3981         * stdio-common/tst-printfsz.c (main): Ignore -Wformat and
3982         -Wformat-extra-args warnings throughout.
3983         * stdio-common/Makefile (CFLAGS-tstdiomisc.c): Variable removed.
3984         (CFLAGS-scanf4.c): Likewise.
3985         (CFLAGS-scanf7.c): Likewise.
3986         (CFLAGS-tst-sprintf.c): Likewise.
3987         (CFLAGS-tst-printf.c): Likewise.
3988         (CFLAGS-tst-printfsz.c): Likewise.
3990 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
3992         * include/cpio.h: New file.
3993         * include/fmtmsg.h: Likewise.
3995         * tst-mbswcs1.c (show): Use %zu format instead of %Zd.  Cast
3996         corresponding format argument to size_t.
3997         * tst-mbswcs2.c (show): Likewise.  Use %td format for ptrdiff_t
3998         arguments.
3999         * tst-mbswcs3.c (show): Use %zu format instead of %Zd.  Cast
4000         corresponding format argument to size_t.
4001         * tst-mbswcs4.c (show): Likewise.  Use %td format for ptrdiff_t
4002         arguments.
4003         * tst-mbswcs5.c (show): Use %zu format instead of %Zd.  Cast
4004         corresponding format argument to size_t.
4005         * tst-trans.c (do_test): Use %lc format for wint_t arguments.
4006         * Makefile (CFLAGS-tst-mbswcs1.c): Remove variable.
4007         (CFLAGS-tst-mbswcs2.c): Likewise.
4008         (CFLAGS-tst-mbswcs3.c): Likewise.
4009         (CFLAGS-tst-mbswcs4.c): Likewise.
4010         (CFLAGS-tst-mbswcs5.c): Likewise.
4011         (CFLAGS-tst-trans.c): Likewise
4013 2014-12-11  Roland McGrath  <roland@hack.frob.com>
4015         * posix/regexbug1.c (main): Use "%s" format with regerror results,
4016         rather than assuming they won't contain any '%'s.
4018 2014-12-11  Chris Metcalf  <cmetcalf@ezchip.com>
4020         * sysdeps/tile/tilegx/memset.c (__memcpy): Add
4021         inhibit_loop_to_libcall to avoid recursive calls.
4022         * sysdeps/tile/tilegx/memcpy.c (__memcpy): Likewise.
4023         * sysdeps/tile/tilepro/memcpy.c (__memcpy): Likewise.
4025 2014-12-11  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
4027         * include/sys/socket.h (__sendmmsg): Add __USE_GNU guards on function
4028         prototype.
4030 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
4032         * sysdeps/mips/dl-trampoline.c: Modify switch expression to have
4033         integer value instead of boolean.
4035 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
4037         * malloc/malloc.c: Fix powerof2 check.
4039 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
4041         * locale/programs/locfile.h (maybe_swap_uint32):
4042         Remove inline and add unused attribute.
4044 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
4046         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
4047         Truncating assembler expression to a .long expression.
4049 2014-12-11  Andreas Schwab  <schwab@suse.de>
4051         * elf/rtld.c (struct map_args): Constify str member.
4052         (do_preload): Constify fname argument.
4054 2014-12-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4056         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Remove overflow warnings for
4057         constants definition.
4059 2014-12-11  Andreas Schwab  <schwab@suse.de>
4061         [BZ #16657]
4062         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Use
4063         FORCE_ELISION instead of DO_ELISION.
4064         * sysdeps/unix/sysv/linux/x86/force-elision.h (DO_ELISION):
4065         Remove.
4066         * sysdeps/unix/sysv/linux/s390/force-elision.h (DO_ELISION):
4067         Likewise.
4069         * iconvdata/gconv-modules: Remove duplicate entry.
4071 2014-12-11  Will Newton  <will.newton@linaro.org>
4073         Merge gettext 0.19.3 into intl/.
4075         This involves a number of cosmetic changes to comments
4076         and ANSI function definitions and prototypes throughout
4077         all the files. The gettext copyright header is used but
4078         with the date ranges taken from the glibc copy.
4080         * NEWS: Add gettext merge to 2.21.
4081         * intl/bindtextdom.c: Switch to gettext copyright.
4082         Use ANSI definitions and prototypes.
4083         Use gl_* locking primitives rather than __libc_* ones.
4084         Use __builtin_expect rather than __glibc_likely/unlikely.
4085         * intl/dcgettext.c: Switch to gettext copyright.
4086         Use ANSI definitions and prototypes.
4087         * intl/dcigettext.c: Switch to gettext copyright.
4088         Use ANSI definitions and prototypes.
4089         (INTDIV0_RAISES_SIGFPE): New define.
4090         Use gl_* locking primitives rather than __libc_* ones.
4091         Include eval-plural.h instead of plural-eval.c.
4092         Use __builtin_expect rather than __glibc_likely/unlikely.
4093         * intl/dcngettext.c: Switch to gettext copyright.
4094         Use ANSI definitions and prototypes.
4095         * intl/dgettext.c: Likewise.
4096         * intl/dngettext.c: Likewise.
4097         * intl/plural-eval.c: Renamed to...
4098         * intl/eval-plural.h: ...this.
4099         * intl/explodename.c: Switch to gettext copyright.
4100         Use ANSI definitions and prototypes.
4101         (_nl_explode_name): Use strchr instead of __rawmemchr.
4102         * intl/finddomain.c: Switch to gettext copyright.
4103         Use ANSI definitions and prototypes.
4104         Use gl_* locking primitives rather than __libc_* ones.
4105         (_nl_find_domain): Use malloc rather than alloca for
4106         allocation of temporary locale name.
4107         * intl/gettext.c: Switch to gettext copyright.
4108         Use ANSI definitions and prototypes.
4109         * intl/gettextP.h: Switch to gettext copyright.
4110         Use ANSI definitions and prototypes.
4111         Use gl_* locking primitives rather than __libc_* ones.
4112         * intl/gmo.h: Switch to gettext copyright.
4113         (struct sysdep_string): Move struct segment_pair outside of
4114         struct definition.
4115         * intl/hash-string.c: Use ANSI definitions and prototypes.
4116         * intl/hash-string.h: Switch to gettext copyright.
4117         Use ANSI definitions and prototypes.
4118         * intl/l10nflist.c: Switch to gettext copyright.
4119         Use ANSI definitions and prototypes.
4120         (_nl_normalize_codeset): Avoid integer overflow.
4121         * intl/loadinfo.h: Switch to gettext copyright.
4122         Use ANSI definitions and prototypes.
4123         (LIBINTL_DLL_EXPORTED): New define.
4124         (PATH_SEPARATOR): New define.
4125         * intl/loadmsgcat.c: Switch to gettext copyright.
4126         * intl/localealias.c: Switch to gettext copyright.
4127         Use ANSI definitions and prototypes.
4128         (_nl_expand_alias): Use PATH_SEPARATOR.
4129         * intl/ngettext.c: Switch to gettext copyright.
4130         Use ANSI definitions and prototypes.
4131         * intl/plural-exp.c: Likewise.
4132         * intl/plural-exp.h: Switch to gettext copyright.
4133         Use ANSI definitions and prototypes.
4134         (struct expression): Move definition of enum operator outside
4135         of struct definition.
4136         * intl/plural.c: Regenerate.
4137         * intl/plural.y: Switch to gettext copyright.
4138         Use ANSI definitions and prototypes.
4139         Port to bison 3.0.
4140         * intl/textdomain.c: Switch to gettext copyright.
4141         Use ANSI definitions and prototypes.
4142         Use gl_* locking primitives rather than __libc_* ones.
4144 2014-12-10  Steve Ellcey  <sellcey@imgtec.com>
4146         * debug/warning-nop.c: Add used atrribute.
4148 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
4150         * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: New file.
4152         * sysdeps/unix/sysv/linux/mips/mips64/Makefile
4153         [$(subdir) == signal] (CFLAGS-sigaction.c): New variable.
4154         [$(subdir) == nptl] (CFLAGS-sigaction.c): Likewise.
4156 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
4157             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4159         [BZ #17634]
4160         * wcsmbs/wcschr.c [!WCSCHR] (wcschr): Define as __wcschr.
4161         Undefine after defining function.  Define as weak alias of
4162         __wcschr.  Use libc_hidden_weak.
4163         * include/wchar.h (__wcschr): Declare.  Use libc_hidden_proto.
4164         * sysdeps/i386/i686/multiarch/wcschr-c.c [IS_IN (libc) && SHARED]
4165         (libc_hidden_def): Also define __GI___wcschr alias.
4166         * sysdeps/i386/i686/multiarch/wcschr.S (wcschr): Rename to
4167         __wcschr and define as weak alias of __wcschr.
4168         * sysdeps/powerpc/power6/wcschr.c [!WCSCHR] (WCSCHR): Define as
4169         __wcschr.
4170         [!WCSCHR] (DEFAULT_WCSCHR): Define.
4171         [DEFAULT_WCSCHR] (__wcschr): Use libc_hidden_def.
4172         [DEFAULT_WCSCHR] (wcschr): Define as weak alias of __wcschr.  Use
4173         libc_hidden_weak.  Do not use libc_hidden_def.
4174         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c
4175         [IS_IN (libc) && SHARED] (libc_hidden_def): Also define
4176         __GI___wcschr alias.
4177         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c
4178         [IS_IN (libc)] (wcschr): Define as macro expanding to
4179         __redirect_wcschr.
4180         [IS_IN (libc)] (__wcschr_ppc): Use __redirect_wcschr in typeof.
4181         [IS_IN (libc)] (__wcschr_power6): Likewise.
4182         [IS_IN (libc)] (__wcschr_power7): Likewise.
4183         [IS_IN (libc)] (__libc_wcschr): New.  Define with libc_ifunc
4184         instead of wcschr.
4185         [IS_IN (libc)] (wcschr): Undefine and define as weak alias of
4186         __libc_wcschr.
4187         [!IS_IN (libc)] (libc_hidden_def): Do not undefine and redefine.
4188         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c (wcschr): Rename to
4189         __wcschr and define as weak alias of __wcschr.  Use
4190         libc_hidden_builtin_def.
4191         * sysdeps/x86_64/wcschr.S (wcschr): Rename to __wcschr and define
4192         as weak alias of __wcschr.  Use libc_hidden_weak.
4193         * time/alt_digit.c (_nl_get_walt_digit): Use __wcschr instead of
4194         wcschr.
4195         * time/era.c (_nl_init_era_entries): Likewise.
4196         * conform/Makefile (test-xfail-ISO/time.h/linknamespace): Remove
4197         variable.
4198         (test-xfail-XPG3/time.h/linknamespace): Likewise.
4199         (test-xfail-XPG4/time.h/linknamespace): Likewise.
4201 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
4203         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Use %ld
4204         format for long int variable.
4206 2014-12-10  Anders Kaseorg  <andersk@MIT.EDU>
4208         [BZ #10672]
4209         * manual/search.texi: (Array Sort Function): Remove claim how to make
4210         qsort stable.
4212 2014-12-10  Andreas Schwab  <schwab@suse.de>
4214         [BZ #12847]
4215         * sysdeps/nptl/fork.c (fresetlockfiles): Skip files with
4216         user-controlled locks.
4218 2014-12-10  Richard Earnshaw  <rearnsha@arm.com>
4220         * sysdeps/aarch64/strchrnul.S (vrepmask): Use a call-clobbered
4221         register.
4223 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
4225         * configure.ac (--disable-werror): New configure option.
4226         (enable_werror): New AC_SUBST.
4227         * configure: Regenerated.
4228         * config.make.in (enable-werror): New variable.
4229         * Makeconfig [$(enable-werror) = yes] (+gccwarn): Add -Werror
4230         -Wno-error=undef.
4231         (+gccwarn-c): Do not use -Werror=implicit-function-declaration.
4232         * manual/install.texi (Configuring and compiling): Document
4233         --disable-werror.
4234         * INSTALL: Regenerated.
4235         * debug/Makefile (CFLAGS-tst-chk1.c): Add -Wno-error.
4236         (CFLAGS-tst-chk2.c): Likewise.
4237         (CFLAGS-tst-chk3.c): Likewise.
4238         (CFLAGS-tst-chk4.cc): Likewise.
4239         (CFLAGS-tst-chk5.cc): Likewise.
4240         (CFLAGS-tst-chk6.cc): Likewise.
4241         (CFLAGS-tst-lfschk1.c): Likewise.
4242         (CFLAGS-tst-lfschk2.c): Likewise.
4243         (CFLAGS-tst-lfschk3.c): Likewise.
4244         (CFLAGS-tst-lfschk4.cc): Likewise.
4245         (CFLAGS-tst-lfschk5.cc): Likewise.
4246         (CFLAGS-tst-lfschk6.cc): Likewise.
4248         * stdio-common/tst-printfsz.c: Include <libc-internal.h>.
4249         (main): Disable -Wdeprecated-declarations around calls to
4250         register_printf_function.
4252         * stdio-common/tst-unlockedio.c: Include <libc-internal.h>.
4253         (do_test): Disable -Wdiv-by-zero around some calls to
4254         fwrite_unlocked and fread_unlocked.
4256         * include/libc-internal.h (DIAG_PUSH_NEEDS_COMMENT): New macro.
4257         (DIAG_POP_NEEDS_COMMENT): Likewise.
4258         (_DIAG_STR1): Likewise.
4259         (_DIAG_STR): Likewise.
4260         (DIAG_IGNORE_NEEDS_COMMENT): Likewise.
4261         * stdio-common/bug21.c: Include <libc-internal.h>.
4262         (do_test): Disable -Wformat around call to sscanf.
4263         * stdio-common/scanf14.c: Include <libc-internal.h>.
4264         (main): Disable -Wformat around some calls to scanf functions.
4266 2014-12-09  Torvald Riegel  <triegel@redhat.com>
4268         * sysdeps/unix/sysv/linux/sh/pthread_once.S: Remove file.
4270 2014-12-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4272         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix wide-character
4273         stack variable alignment.
4275 2014-12-06  Joseph Myers  <joseph@codesourcery.com>
4277         [BZ #17682]
4278         * resource/Versions (libc): Add __getrlimit at GLIBC_PRIVATE.
4279         * resource/getrlimit.c (__getrlimit): Use libc_hidden_def.
4280         * sysdeps/mach/hurd/getrlimit.c (__getrlimit): Likewise.
4281         * include/sys/resource.h (__getrlimit): Use libc_hidden_proto.
4282         * nptl/nptl-init.c (__pthread_initialize_minimal_internal): Use
4283         __getrlimit instead of getrlimit.
4284         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Use
4285         __gettimeofday instead of gettimeofday.
4286         * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
4287         Likewise.
4288         * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock):
4289         Likewise.
4290         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
4291         * conform/Makefile (test-xfail-POSIX2008/aio.h/linknamespace):
4292         Remove variable.
4293         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
4294         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
4296 2014-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4298         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix buffer overrun
4299         for wide-character tests.
4301 2014-12-04  Roland McGrath  <roland@hack.frob.com>
4303         * io/openat64.c: #include <libc-internal.h>
4304         (__openat64): Prototypify.  Use ignore_value on MODE.
4305         * io/openat.c: Likewise.
4306         * misc/reboot.c: #include <libc-internal.h>
4307         (reboot): Prototypify.  Use ignore_value on HOWTO.
4308         * misc/ptrace.c: #include <libc-internal.h>
4309         (ptrace): Prototypify.  Use ignore_value for va_arg'd parameters.
4311 2014-12-04  Joseph Myers  <joseph@codesourcery.com>
4313         * conform/list-header-symbols.pl (%extra_syms): Add h_errno for
4314         XPG4, UNIX98 and XOPEN2K.
4315         * conform/Makefile (test-xfail-XOPEN2K/grp.h/linknamespace):
4316         Remove variable.
4317         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
4319 2014-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
4321         * libio/fileops.c: Use ISO C style for function definitions.
4322         * libio/iofopen.c: Likewise.
4323         * libio/wfileops.c: Likewise.
4325         [BZ #17653]
4326         * libio/fileops.c (_IO_new_file_underflow): Unset cached
4327         offset on EOF.
4328         * libio/wfileops.c (_IO_wfile_underflow): Likewise.
4329         * libio/tst-ftell-active-handler.c (fgets_func_t): New type.
4330         (fgets_func): Function pointer to fgets and fgetws.
4331         (do_ftell_test): Add test to verify ftell value after read
4332         EOF.
4333         (do_test): Set fgets_func.
4335         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Add
4336         O_TRUNC flag for w and w+ modes.
4337         (do_rewind_test): Likewise.
4338         (do_ftell_test): Likewise.
4339         (do_write_test): Likewise.
4341         [BZ #17647]
4342         * libio/fileops.c (do_ftell): Seek only when there are
4343         unflushed writes.
4344         * libio/wfileops.c (do_ftell_wide): Likewise.
4345         * libio/tst-ftell-active-handler.c (do_ftruncate_test): New
4346         test case.
4347         (do_one_test): Call it.
4349 2014-12-03  Joseph Myers  <joseph@codesourcery.com>
4351         * conform/list-header-symbols.pl (%extra_syms): Add getdate_err
4352         for XPG4, UNIX98, XOPEN2K and XOPEN2K8.
4353         * conform/Makefile (test-xfail-XOPEN2K/pthread.h/linknamespace):
4354         Remove variable.
4355         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
4356         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
4357         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
4359 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
4361         * conform/Makefile (test-xfail-XOPEN2K/aio.h/linknamespace):
4362         Remove variable.
4363         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
4365         [BZ #17668]
4366         * inet/ifaddrs.c (getifaddrs): Rename to __getifaddrs and define
4367         as weak alias of __getifaddrs.  Use libc_hidden_weak.
4368         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
4369         __freeifaddrs.  Use libc_hidden_weak.
4370         * sysdeps/gnu/ifaddrs.c (getifaddrs): Rename to __getifaddrs and
4371         define as weak alias of __getifaddrs.  Use libc_hidden_weak.
4372         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
4373         __freeifaddrs.  Use libc_hidden_weak.
4374         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Rename to
4375         __getifaddrs and define as weak alias of __getifaddrs.  Use
4376         libc_hidden_weak.
4377         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
4378         __freeifaddrs.  Use libc_hidden_weak.
4379         * conform/Makefile (test-xfail-XOPEN2K/net/if.h/linknamespace):
4380         Remove variable.
4381         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
4382         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
4384 2014-12-02  Petar Jovanovic  <petar.jovanovic@rt-rk.com>
4386         [BZ #17601]
4387         * sysdeps/mips/start.S (__start): Use indirect jump to call
4388         __libc_start_main.
4390 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
4392         * nptl/tst-stack4.c (dso_process): Use int not uintptr_t for t.
4394         * nptl/tst-mutex1.c: Include <stdbool.h>.
4395         [!ATTR] (ATTR_NULL): New macro.
4396         (do_test): Test !ATTR_NULL instead of ATTR != NULL.
4397         * nptl/tst-mutexpi1.c (ATTR_NULL): New macro.
4398         * nptl/tst-mutexpp1.c (ATTR_NULL): New macro.
4400         * posix/tst-getopt_long1.c (do_test): Cast elements of argv array
4401         to char *.
4403         [BZ #17665]
4404         * posix/unistd.h [__USE_MISC || (__USE_XOPEN && !__USE_UNIX98)]:
4405         Change conditional to [__USE_MISC].
4407         [BZ #17664]
4408         * misc/mntent_r.c (__getmntent_r): Use __fgets_unlocked instead of
4409         fgets_unlocked.
4410         * resolv/res_hconf.c [IS_IN (libc)] (fgets_unlocked): Define to
4411         __fgets_unlocked.
4412         * resolv/res_init.c (__res_vinit): Use __fgets_unlocked instead of
4413         fgets_unlocked.
4414         * conform/Makefile (test-xfail-XPG4/sys/statvfs.h/linknamespace):
4415         Remove variable.
4416         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
4417         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
4418         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
4419         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
4420         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
4421         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
4422         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
4423         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
4424         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
4426         * elf/tst-unique4lib.cc (b): Mark with __attribute__ ((used)).
4428 2014-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4430         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
4431         Remove strpbrk objects.
4432         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
4433         (__libc_ifunc_impl_list): Remove strpbrk implementation.
4434         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: Remove file.
4435         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Remove file.
4436         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: Remove file.
4437         * sysdeps/powerpc/powerpc64/strpbrk.S: New file.
4439         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
4440         Remove strcspn objects.
4441         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
4442         (__libc_ifunc_impl_list): Remove strcspn implementation.
4443         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: Remove file.
4444         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Remove file.
4445         * sysdeps/powerpc/powerpc64/power7/strcspn.S: Remove file.
4446         * sysdeps/powerpc/powerpc64/strcspn.S: New file.
4448         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
4449         Remove strspn objetcs.
4450         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
4451         (__libc_ifunc_impl_list): Remove strspn implementation.
4452         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: Remove file.
4453         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
4454         * sysdeps/powerpc/powerpc64/power7/strspn.S: Remove file.
4455         * sysdeps/powerpc/powerpc64/strspn.S: New file.
4457 2014-12-01  James Lemke  <jwlemke@codesourcery.com>
4459         [BZ #17581]
4460         * malloc/hooks.c
4461         (mem2mem_check): Add a terminator to the chain of checking blocks.
4462         (malloc_check_get_size): Use it here.
4463         (mem2chunk_check): Ditto.
4465 2014-12-01  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
4467         * sysdeps/powerpc/powerpc64/strtok.S: New file.
4468         * sysdeps/powerpc/powerpc64/strtok_r.S: New file.
4470 2014-11-29  Carlos O'Donell  <carlos@redhat.com>
4472         * bits/ioctl-types.h: Indent preprocessor directives correctly.
4474         * nptl/nptl-init.c: Include libc-internal.h.
4475         (__pthread_initialize_minimal_internal): Use ROUND_UP.
4477         * elf/ldconfig.c (search_dir): Expand comment.
4479 2014-11-29  Joseph Myers  <joseph@codesourcery.com>
4481         * conform/Makefile (linknamespace-symlist-stdlibs-base): New
4482         variable.
4483         (linknamespace-symlist-stdlibs-tests): Likewise.
4484         (tests-special): Append $(linknamespace-symlist-stdlibs-tests)
4485         instead of $(objpfx)symlist-stdlibs.
4486         (linknamespace-libs-isoc): New variable.
4487         (linknamespace-libs): Use $(linknamespace-libs-isoc).
4488         (linknamespace-libs-ISO): New variable.
4489         (linknamespace-libs-ISO99): Likewise.
4490         (linknamespace-libs-ISO11): Likewise.
4491         (linknamespace-libs-XPG3): Likewise.
4492         (linknamespace-libs-XPG4): Likewise.
4493         (linknamespace-libs-POSIX): Likewise.
4494         (linknamespace-libs-UNIX98): Likewise.
4495         (linknamespace-libs-XOPEN2K): Likewise.
4496         (linknamespace-libs-POSIX2008): Likewise.
4497         (linknamespace-libs-XOPEN2K8): Likewise.
4498         ($(objpfx)symlist-stdlibs): Replace by
4499         $(linknamespace-symlist-stdlibs-tests).  Use
4500         $(linknamespace-libs-$*) as set of libraries.
4501         ($(linknamespace-header-tests)): Update dependencies.  Use
4502         $(objpfx)symlist-stdlibs-$$std for --libsyms argument.
4503         (test-xfail-XPG4/sys/mman.h/linknamespace): Remove.
4504         * conform/linknamespace.pl: Remove comment about considering
4505         definitions of symbols from irrelevant libraries.
4507 2014-11-28  H.J. Lu  <hongjiu.lu@intel.com>
4509         [BZ #13862]
4510         * elf/dl-tls.c: Include <atomic.h>.
4511         (oom): Remove #ifdef SHARED/#endif.
4512         (_dl_static_dtv, _dl_initial_dtv): Moved before ...
4513         (_dl_resize_dtv): This.  Extracted from _dl_update_slotinfo.
4514         (_dl_allocate_tls_init): Resize DTV if the current DTV isn't
4515         big enough.
4516         (_dl_update_slotinfo): Call _dl_resize_dtv to resize DTV.
4517         * nptl/Makefile (tests): Add tst-stack4.
4518         (modules-names): Add tst-stack4mod.
4519         ($(objpfx)tst-stack4): New.
4520         (tst-stack4mod.sos): Likewise.
4521         ($(objpfx)tst-stack4.out): Likewise.
4522         ($(tst-stack4mod.sos)): Likewise.
4523         (clean): Likewise.
4524         * nptl/tst-stack4.c: New file.
4525         * nptl/tst-stack4mod.c: Likewise.
4527 2014-11-27  J. Brown  <jb999@gmx.de>
4529         * sysdeps/x86/bits/string.h: Add recent CPUs.
4531 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
4533         * misc/tst-pselect.c (do_test): Use sigprocmask instead of
4534         sigblock.
4536         * libio/bug-ungetwc1.c (do_test): Verify results of getwc and
4537         feof.
4539         * dlfcn/failtestmod.c (constr): Do not store result of dlsym in a
4540         variable.
4542 2014-11-27  Stefan Liebler  <stli@linux.vnet.ibm.com>
4544         * nscd/connections.c: Include libc-internal.h because of macro
4545         usage ignore_value.
4547 2014-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
4549         * string/bits/string3.h (__warn_memset_zero_len): Don't
4550         declare for gcc newer than 5.0.
4551         (memset): Don't test for zero-length __LEN for gcc newer than
4552         5.0.
4554 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
4556         * stdio-common/tst-fmemopen.c (do_test): Cast st_size values to
4557         size_t for %zu format.
4559         * nss/tst-nss-test1.c (do_test): Use %td printf format for pointer
4560         difference, not %ju.
4562 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
4564         * include/libc-internal.h (ignore_value): New macro.
4565         * nscd/connections.c (restart): Wrap calls to setuid and setgid
4566         with ignore_value.
4568         * sysdeps/mips/__longjmp.c (____longjmp): Use prototype
4569         definition.
4571         * nptl/tst-cancel-self-cancelstate.c (do_test): Cast argument of
4572         pthread_cleanup_push to void *.
4574         * sysdeps/unix/sysv/linux/arm/libc-do-syscall.S (_FORTIFY_SOURCE):
4575         Undefine.
4577         [BZ #16619]
4578         [BZ #16740]
4579         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Use 1LL << 52
4580         instead of 1L << 52.
4582         * libio/bug-rewind.c (do_test): Check fwscanf return values.
4583         * libio/bug-rewind2.c (do_test): Likewise.
4585         * debug/test-stpcpy_chk-ifunc.c: Remove file.
4586         * debug/test-strcpy_chk-ifunc.c: Likewise.
4587         * wcsmbs/test-wcschr-ifunc.c: Likewise.
4588         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
4589         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
4590         * wcsmbs/test-wcslen-ifunc.c: Likewise.
4591         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
4592         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
4593         * Rules [$(multi-arch) = no] (tests): Do not filter out
4594         $(tests-ifunc).
4595         [$(multi-arch) = no] (xtests): Do not filter out $(xtests-ifunc).
4596         * debug/Makefile (tests-ifunc): Remove variable.
4597         (tests): Do not add $(tests-ifunc).
4598         * wcsmbs/Makefile (tests-ifunc): Remove variable.
4599         (tests): Do not add $(tests-ifunc).
4600         * benchtests/bench-string.h (TEST_IFUNC): Remove macro.
4601         [TEST_IFUNC]: Remove conditionals.
4602         * string/test-string.h (TEST_IFUNC): Remove macro.
4603         [TEST_IFUNC]: Remove conditionals.
4605         * string/test-strchr.c [!WIDE] (L): New macro.
4606         [WIDE] (L): Likewise.
4607         (check1): Use CHAR instead of char.  Use L on string and character
4608         constants.
4610 2014-11-26  Adhemerval Zanella  <azanella@linux.ibm.com>
4612         * csu/tst-atomic.c (do_test): Add atomic_exchange_and_add_{acq,rel}
4613         tests.
4614         * sysdeps/powerpc/bits/atomic.h
4615         (__arch_atomic_exchange_and_add_32_acq): Add definition.
4616         (__arch_atomic_exchange_and_add_32_rel): Likewise.
4617         (atomic_exchange_and_add_acq): Likewise.
4618         (atomic_exchange_and_add_rel): Likewise.
4619         * sysdeps/powerpc/powerpc32/bits/atomic.h
4620         (__arch_atomic_exchange_and_add_64_acq): Add definition.
4621         (__arch_atomic_exchange_and_add_64_rel): Likewise.
4622         * sysdeps/powerpc/powerpc64/bits/atomic.h
4623         (__arch_atomic_exchange_and_add_64_acq): Add definition.
4624         (__arch_atomic_exchange_and_add_64_rel): Likewise.
4626 2014-11-26  Torvald Riegel  <triegel@redhat.com>
4628         * nptl/tpp.c (__init_sched_fifo_prio, __pthread_tpp_change_priority):
4629         Change synchronization of __sched_fifo_min_prio and
4630         __sched_fifo_max_prio.
4631         * nptl/pthread_mutexattr_getprioceiling.c
4632         (pthread_mutexattr_getprioceiling): Likewise.
4633         * nptl/pthread_mutexattr_setprioceiling.c
4634         (pthread_mutexattr_setprioceiling): Likewise.
4635         * nptl/pthread_mutex_init.c (__pthread_mutex_init): Likewise.
4636         * nptl/pthread_mutex_setprioceiling.c (pthread_mutex_setprioceiling):
4637         Likewise.
4639 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
4641         * setjmp/jmpbug.c (test): Make foo volatile and cast it to
4642         void.
4644 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
4646         * stdio-common/tst-printf-round.c (test_hex_in_one_mode): Make
4647         third argument const.
4649 2014-11-25  Paul Eggert  <eggert@cs.ucla.edu>
4651         fnmatch: work around GCC compiler warning bug with uninit var
4652         * posix/fnmatch_loop.c (FCT): Use a scalar not a one-item array.
4653         This works around a bug with x86-64 GCC 4.9.2 and earlier
4654         where 'gcc -O2 -Wmaybe-uninitialized' incorrectly complains
4655         "../locale/weightwc.h:93:7: warning: '*((void *)&str+4)' may be
4656         used uninitialized in this function [-Wmaybe-uninitialized]".
4658 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
4660         * posix/bug-regex31.c (main): Return RES not 0.
4662 2014-11-25  Anton Blanchard <anton@samba.org>
4664         * sysdeps/powerpc/bits/atomic.h
4665         (__arch_compare_and_exchange_bool_64_rel): Load from mem.
4667 2014-11-24  Sterling Augustine  <saugustine@google.com>
4669         * sysdeps/x86_64/start.S (_start): Use ENTRY and END macros.
4671 2014-11-24  Ryan Cumming  <etaoins@gmail.com>
4673         [BZ #17608]
4674         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_TAI.
4676 2014-11-24  Joseph Myers  <joseph@codesourcery.com>
4678         [BZ #17633]
4679         * stdio-common/perror.c (perror): Call __fileno instead of fileno.
4680         * conform/Makefile (test-xfail-ISO/stdio.h/linknamespace): Remove
4681         variable.
4682         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
4683         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
4685 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
4687         * string/strncpy.c (strncpy): Improve performance by using memset.
4689 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
4691         * string/strcpy.c (strcpy):
4692         Improve performance by using strlen and memcpy.
4694 2014-11-24  Leonhard Holz  <leonhard.holz@web.de>
4696         * string/strcoll_l.c (get_next_seq): __always_inline.
4697         * string/strcoll_l.c (do_compare): __always_inline.
4699 2014-11-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
4701         * include/bits/stdlib-float.h: Use IS_IN only if _ISOMAC is
4702         defined.
4703         * include/mqueue.h: Likewise.
4704         * include/stdlib.h: Likewise.
4706         * stdlib/isomac.c (fmt): Replace NOT_IN_libc with IN_MODULE.
4707         (get_null_defines): Adjust.
4708         * sunrpc/Makefile: Adjust comment.
4709         * Makerules (CPPFLAGS-nonlib): Remove NOT_IN_libc.
4710         * elf/Makefile (CPPFLAGS-sotruss-lib): Likewise.
4711         (CFLAGS-interp.c): Likewise.
4712         (CFLAGS-ldconfig.c): Likewise.
4713         (CPPFLAGS-.os): Likewise.
4714         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
4715         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
4716         * extra-modules.mk (extra-modules.mk): Likewise.
4717         * iconv/Makefile (CPPFLAGS-iconvprogs): Likewise.
4718         * locale/Makefile (CPPFLAGS-locale_programs): Likewise.
4719         * malloc/Makefile (CPPFLAGS-memusagestat): Likewise.
4720         * nscd/Makefile (CPPFLAGS-nscd): Likewise.
4721         * nss/Makefile (CPPFLAGS-nss_test1): Likewise.
4722         * stdlib/Makefile (CFLAGS-tst-putenvmod.c): Likewise.
4723         * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): Likewise.
4724         * sysdeps/unix/sysv/linux/Makefile (CPPFLAGS-lddlibc4): Likewise.
4725         * iconvdata/Makefile (CPPFLAGS): Likewise.
4726         (cpp-srcs-left): Add libof for all iconvdata routines.
4727         * bits/stdio-lock.h: Replace NOT_IN_libc with IS_IN.
4728         * include/assert.h: Likewise.
4729         * include/ctype.h: Likewise.
4730         * include/errno.h: Likewise.
4731         * include/libc-symbols.h: Likewise.
4732         * include/math.h: Likewise.
4733         * include/netdb.h: Likewise.
4734         * include/resolv.h: Likewise.
4735         * include/stdio.h: Likewise.
4736         * include/stdlib.h: Likewise.
4737         * include/string.h: Likewise.
4738         * include/sys/stat.h: Likewise.
4739         * include/wctype.h: Likewise.
4740         * intl/l10nflist.c: Likewise.
4741         * libidn/idn-stub.c: Likewise.
4742         * libio/libioP.h: Likewise.
4743         * nptl/libc_multiple_threads.c: Likewise.
4744         * nptl/pthreadP.h: Likewise.
4745         * posix/regex_internal.h: Likewise.
4746         * resolv/res_hconf.c: Likewise.
4747         * sysdeps/arm/armv7/multiarch/memcpy.S: Likewise.
4748         * sysdeps/arm/memmove.S: Likewise.
4749         * sysdeps/arm/sysdep.h: Likewise.
4750         * sysdeps/generic/_itoa.h: Likewise.
4751         * sysdeps/generic/symbol-hacks.h: Likewise.
4752         * sysdeps/gnu/errlist.awk: Likewise.
4753         * sysdeps/gnu/errlist.c: Likewise.
4754         * sysdeps/i386/i586/memcpy.S: Likewise.
4755         * sysdeps/i386/i586/memset.S: Likewise.
4756         * sysdeps/i386/i686/memcpy.S: Likewise.
4757         * sysdeps/i386/i686/memmove.S: Likewise.
4758         * sysdeps/i386/i686/mempcpy.S: Likewise.
4759         * sysdeps/i386/i686/memset.S: Likewise.
4760         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
4761         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
4762         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: Likewise.
4763         * sysdeps/i386/i686/multiarch/memchr-sse2.S: Likewise.
4764         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
4765         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
4766         * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Likewise.
4767         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
4768         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
4769         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
4770         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
4771         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
4772         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
4773         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
4774         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
4775         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
4776         * sysdeps/i386/i686/multiarch/memrchr-c.c: Likewise.
4777         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: Likewise.
4778         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: Likewise.
4779         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
4780         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
4781         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
4782         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
4783         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
4784         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
4785         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
4786         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: Likewise.
4787         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
4788         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Likewise.
4789         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
4790         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
4791         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
4792         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
4793         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
4794         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
4795         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
4796         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
4797         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
4798         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
4799         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
4800         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
4801         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
4802         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
4803         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
4804         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
4805         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
4806         * sysdeps/i386/i686/multiarch/wcschr-c.c: Likewise.
4807         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: Likewise.
4808         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
4809         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
4810         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
4811         * sysdeps/i386/i686/multiarch/wcscpy-c.c: Likewise.
4812         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Likewise.
4813         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
4814         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
4815         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: Likewise.
4816         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
4817         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: Likewise.
4818         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: Likewise.
4819         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
4820         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
4821         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
4822         * sysdeps/ia64/fpu/libm-symbols.h: Likewise.
4823         * sysdeps/nptl/bits/libc-lock.h: Likewise.
4824         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
4825         * sysdeps/nptl/bits/stdio-lock.h: Likewise.
4826         * sysdeps/posix/closedir.c: Likewise.
4827         * sysdeps/posix/opendir.c: Likewise.
4828         * sysdeps/posix/readdir.c: Likewise.
4829         * sysdeps/posix/rewinddir.c: Likewise.
4830         * sysdeps/powerpc/novmx-sigjmp.c: Likewise.
4831         * sysdeps/powerpc/powerpc32/__longjmp.S: Likewise.
4832         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
4833         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
4834         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
4835         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Likewise.
4836         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: Likewise.
4837         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: Likewise.
4838         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: Likewise.
4839         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: Likewise.
4840         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: Likewise.
4841         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: Likewise.
4842         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: Likewise.
4843         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: Likewise.
4844         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: Likewise.
4845         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: Likewise.
4846         * sysdeps/powerpc/powerpc32/power4/multiarch/memset.c: Likewise.
4847         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: Likewise.
4848         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: Likewise.
4849         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: Likewise.
4850         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr.c: Likewise.
4851         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: Likewise.
4852         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: Likewise.
4853         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: Likewise.
4854         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: Likewise.
4855         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: Likewise.
4856         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: Likewise.
4857         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: Likewise.
4858         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: Likewise.
4859         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: Likewise.
4860         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: Likewise.
4861         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: Likewise.
4862         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: Likewise.
4863         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: Likewise.
4864         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: Likewise.
4865         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Likewise.
4866         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
4867         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
4868         * sysdeps/powerpc/powerpc64/__longjmp.S: Likewise.
4869         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: Likewise.
4870         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: Likewise.
4871         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: Likewise.
4872         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: Likewise.
4873         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: Likewise.
4874         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: Likewise.
4875         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Likewise.
4876         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: Likewise.
4877         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: Likewise.
4878         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: Likewise.
4879         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: Likewise.
4880         * sysdeps/powerpc/powerpc64/multiarch/memset.c: Likewise.
4881         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: Likewise.
4882         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S: Likewise.
4883         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Likewise.
4884         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: Likewise.
4885         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: Likewise.
4886         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: Likewise.
4887         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: Likewise.
4888         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: Likewise.
4889         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: Likewise.
4890         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: Likewise.
4891         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: Likewise.
4892         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S: Likewise.
4893         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c: Likewise.
4894         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Likewise.
4895         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: Likewise.
4896         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: Likewise.
4897         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: Likewise.
4898         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: Likewise.
4899         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: Likewise.
4900         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: Likewise.
4901         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: Likewise.
4902         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: Likewise.
4903         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: Likewise.
4904         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: Likewise.
4905         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Likewise.
4906         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: Likewise.
4907         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: Likewise.
4908         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
4909         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: Likewise.
4910         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c: Likewise.
4911         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
4912         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c: Likewise.
4913         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Likewise.
4914         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
4915         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Likewise.
4916         * sysdeps/s390/s390-32/multiarch/memcmp.S: Likewise.
4917         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
4918         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
4919         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
4920         * sysdeps/s390/s390-64/multiarch/memcmp.S: Likewise.
4921         * sysdeps/s390/s390-64/multiarch/memcpy.S: Likewise.
4922         * sysdeps/s390/s390-64/multiarch/memset.S: Likewise.
4923         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
4924         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
4925         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: Likewise.
4926         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
4927         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
4928         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Likewise.
4929         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: Likewise.
4930         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
4931         * sysdeps/unix/alpha/sysdep.S: Likewise.
4932         * sysdeps/unix/alpha/sysdep.h: Likewise.
4933         * sysdeps/unix/make-syscalls.sh: Likewise.
4934         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
4935         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
4936         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
4937         * sysdeps/unix/sysv/linux/alpha/vfork.S: Likewise.
4938         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
4939         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
4940         * sysdeps/unix/sysv/linux/getpid.c: Likewise.
4941         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
4942         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
4943         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise.
4944         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
4945         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
4946         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
4947         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
4948         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
4949         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
4950         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
4951         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
4952         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
4953         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
4954         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
4955         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
4956         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
4957         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
4958         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
4959         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
4960         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
4961         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
4962         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
4963         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: Likewise.
4964         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
4965         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
4966         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
4967         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
4968         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
4969         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
4970         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
4971         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
4972         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
4973         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
4974         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
4975         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
4976         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
4977         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
4978         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
4979         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
4980         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
4981         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
4982         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
4983         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
4984         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
4985         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
4986         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
4987         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
4988         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
4989         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
4990         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
4991         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
4992         * sysdeps/wordsize-32/symbol-hacks.h: Likewise.
4993         * sysdeps/x86_64/memcpy.S: Likewise.
4994         * sysdeps/x86_64/memmove.c: Likewise.
4995         * sysdeps/x86_64/memset.S: Likewise.
4996         * sysdeps/x86_64/multiarch/init-arch.h: Likewise.
4997         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
4998         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
4999         * sysdeps/x86_64/multiarch/memcmp.S: Likewise.
5000         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: Likewise.
5001         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
5002         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
5003         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
5004         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
5005         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
5006         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
5007         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
5008         * sysdeps/x86_64/multiarch/memset-avx2.S: Likewise.
5009         * sysdeps/x86_64/multiarch/memset.S: Likewise.
5010         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
5011         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Likewise.
5012         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
5013         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
5014         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
5015         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
5016         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Likewise.
5017         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
5018         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
5019         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
5020         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
5021         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
5022         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
5023         * sysdeps/x86_64/multiarch/wcscpy-c.c: Likewise.
5024         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
5025         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
5026         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Likewise.
5027         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
5028         * sysdeps/x86_64/strcmp.S: Likewise.
5030         * extra-lib.mk (CPPFLAGS-$(lib)): Remove IS_IN_$(lib).
5032         * elf/Makefile (CPPFLAGS-.os): Remove IS_IN_rtld.
5033         * elf/dl-open.c: Use IS_IN (rtld) instead if IS_IN_rtld.
5034         * elf/rtld-Rules: Likewise.
5035         * elf/setup-vdso.h: Likewise.
5036         * include/assert.h: Likewise.
5037         * include/bits/stdlib-float.h: Likewise.
5038         * include/errno.h: Likewise.
5039         * include/sys/stat.h: Likewise.
5040         * include/unistd.h: Likewise.
5041         * sysdeps/aarch64/setjmp.S: Likewise.
5042         * sysdeps/alpha/setjmp.S: Likewise.
5043         * sysdeps/arm/__longjmp.S: Likewise.
5044         * sysdeps/arm/aeabi_unwind_cpp_pr1.c: Likewise.
5045         * sysdeps/arm/setjmp.S: Likewise.
5046         * sysdeps/arm/sysdep.h: Likewise.
5047         * sysdeps/generic/_itoa.h: Likewise.
5048         * sysdeps/generic/dl-sysdep.h: Likewise.
5049         * sysdeps/generic/ldsodefs.h: Likewise.
5050         * sysdeps/i386/dl-tls.h: Likewise.
5051         * sysdeps/i386/setjmp.S: Likewise.
5052         * sysdeps/m68k/setjmp.c: Likewise.
5053         * sysdeps/mach/hurd/dl-execstack.c: Likewise.
5054         * sysdeps/mach/hurd/opendir.c: Likewise.
5055         * sysdeps/posix/getcwd.c: Likewise.
5056         * sysdeps/posix/opendir.c: Likewise.
5057         * sysdeps/posix/profil.c: Likewise.
5058         * sysdeps/powerpc/dl-procinfo.h: Likewise.
5059         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
5060         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
5061         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
5062         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
5063         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
5064         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
5065         * sysdeps/s390/dl-tls.h: Likewise.
5066         * sysdeps/s390/s390-32/setjmp.S: Likewise.
5067         * sysdeps/s390/s390-64/setjmp.S: Likewise.
5068         * sysdeps/sh/sh3/setjmp.S: Likewise.
5069         * sysdeps/sh/sh4/setjmp.S: Likewise.
5070         * sysdeps/unix/alpha/sysdep.h: Likewise.
5071         * sysdeps/unix/arm/sysdep.S: Likewise.
5072         * sysdeps/unix/i386/sysdep.S: Likewise.
5073         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
5074         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
5075         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
5076         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
5077         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
5078         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
5079         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
5080         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
5081         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
5082         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
5083         * sysdeps/unix/sysv/linux/m68k/m68k-helpers.S: Likewise.
5084         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
5085         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
5086         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
5087         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
5088         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
5089         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
5090         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
5091         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
5092         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
5093         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
5094         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
5095         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
5096         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
5097         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
5098         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
5099         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
5100         * sysdeps/unix/x86_64/sysdep.S: Likewise.
5101         * sysdeps/x86_64/setjmp.S: Likewise.
5103         * include/math.h: Use IS_IN instead of IS_IN_libm.
5104         * sysdeps/alpha/fpu/s_copysign.c: Likewise.
5105         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
5106         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
5107         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
5108         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
5109         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
5110         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
5111         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
5112         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
5113         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
5114         * sysdeps/ieee754/ldbl-64-128/s_copysignl.c: Likewise.
5115         * sysdeps/ieee754/ldbl-64-128/s_finitel.c: Likewise.
5116         * sysdeps/ieee754/ldbl-64-128/s_frexpl.c: Likewise.
5117         * sysdeps/ieee754/ldbl-64-128/s_isinfl.c: Likewise.
5118         * sysdeps/ieee754/ldbl-64-128/s_isnanl.c: Likewise.
5119         * sysdeps/ieee754/ldbl-64-128/s_modfl.c: Likewise.
5120         * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c: Likewise.
5121         * sysdeps/ieee754/ldbl-64-128/s_signbitl.c: Likewise.
5122         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: Likewise.
5123         * sysdeps/ieee754/ldbl-opt/s_copysign.c: Likewise.
5124         * sysdeps/ieee754/ldbl-opt/s_finite.c: Likewise.
5125         * sysdeps/ieee754/ldbl-opt/s_frexp.c: Likewise.
5126         * sysdeps/ieee754/ldbl-opt/s_isinf.c: Likewise.
5127         * sysdeps/ieee754/ldbl-opt/s_isnan.c: Likewise.
5128         * sysdeps/ieee754/ldbl-opt/s_ldexp.c: Likewise.
5129         * sysdeps/ieee754/ldbl-opt/s_ldexpl.c: Likewise.
5130         * sysdeps/ieee754/ldbl-opt/s_modf.c: Likewise.
5131         * sysdeps/ieee754/ldbl-opt/s_scalbln.c: Likewise.
5132         * sysdeps/ieee754/ldbl-opt/s_scalbn.c: Likewise.
5133         * sysdeps/powerpc/power5+/fpu/s_modf.c: Likewise.
5134         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
5135         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
5136         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
5137         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c:
5138         Likewise.
5139         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c:
5140         Likewise.
5141         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c:
5142         Likewise.
5143         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c:
5144         Likewise.
5145         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c:
5146         Likewise.
5147         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
5148         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Likewise.
5149         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
5150         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
5151         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
5152         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
5153         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: Likewise.
5154         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: Likewise.
5155         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: Likewise.
5156         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: Likewise.
5157         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: Likewise.
5158         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
5159         * sysdeps/powerpc/powerpc64/fpu/s_copysignl.S: Likewise.
5160         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
5161         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
5162         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
5163         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
5164         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
5165         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
5166         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
5167         * sysdeps/powerpc/powerpc64/power7/fpu/s_isnan.S: Likewise.
5168         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: Likewise.
5169         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: Likewise.
5170         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: Likewise.
5171         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: Likewise.
5172         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
5173         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S: Likewise.
5175         * nptl/lowlevellock.c: Use IS_IN instead of IS_IN_libpthread.
5176         * nptl/pthreadP.h: Likewise.
5177         * nptl_db/structs.def: Likewise.
5178         * sysdeps/arm/sysdep.h: Likewise.
5179         * sysdeps/nptl/bits/libc-lock.h: Likewise.
5180         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
5181         * sysdeps/sparc/sparc32/lowlevellock.c: Likewise.
5182         * sysdeps/unix/alpha/sysdep.h: Likewise.
5183         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
5184         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
5185         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
5186         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
5187         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
5188         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
5189         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
5190         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
5191         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
5192         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
5193         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
5194         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
5195         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
5196         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
5197         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
5198         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
5199         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
5200         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
5201         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
5202         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
5203         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
5204         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
5205         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
5206         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
5207         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: Likewise.
5208         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
5210         * include/mqueue.h: Use IS_IN instead of IS_IN_librt.
5211         * nptl/pthreadP.h: Likewise.
5212         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
5213         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
5214         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
5215         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
5216         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
5217         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
5218         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
5219         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
5220         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
5221         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
5222         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
5223         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
5224         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
5225         Likewise.
5226         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
5227         Likewise.
5228         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
5229         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
5230         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
5231         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
5232         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
5233         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
5234         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
5235         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
5237         * dlfcn/dladdr.c: Use IS_IN.
5238         * dlfcn/dladdr1.c: Likewise.
5239         * dlfcn/dlclose.c: Likewise.
5240         * dlfcn/dlerror.c: Likewise.
5241         * dlfcn/dlinfo.c: Likewise.
5242         * dlfcn/dlmopen.c: Likewise.
5243         * dlfcn/dlopen.c: Likewise.
5244         * dlfcn/dlsym.c: Likewise.
5245         * dlfcn/dlvsym.c: Likewise.
5247         * include/ifaddrs.h: Use IS_IN.
5248         * inet/check_pf.c: Likewise.
5249         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
5250         * nscd/Makefile (CPPFLAGS-nscd): Remove IS_IN_nscd.
5252         * elf/Makefile (CFLAGS-ldconfig.c): Remove definition of
5253         IS_IN_ldconfig.
5254         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Use IS_IN.
5255         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h: Likewise.
5257         * include/shlib-compat.h [!NOT_IN_libc]: Remove.
5258         * nss/nss_files/files-parse.c (IS_IN_libc): Replace with
5259         IS_IN (libc).
5261         * elf/Makefile (libof-sotruss-lib): Set as extramodules.
5263         * elf/Makefile (CPPFLAGS-.os): Remove IN_LIB.
5264         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
5265         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
5266         * include/libc-symbols.h (IS_IN_LIB): New macro.
5267         * include/errno.h: Use IS_IN_LIB instead of IN_LIB.
5268         * include/netdb.h: Likewise.
5269         * include/stap-probe.h: Remove all uses of IN_LIB.
5271         * Makeconfig (module-cppflags-real): Define MODULE_NAME
5272         instead of IN_MODULE.
5273         * include/libc-symbols.h (IN_MODULE): Define using
5274         MODULE_NAME.
5275         (PASTE_NAME, PASTE_NAME1): New macros.
5276         * include/stap-probe.h (LIBC_PROBE_1): Use MODULE_NAME instead
5277         of IN_LIB.
5278         (STAP_PROBE_ASM): Likewise.
5280 2014-11-23  Samuel Thibault  <samuel.thibault@ens-lyon.org>
5282         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Call
5283         __mach_init in dlopened libc.
5285 2014-11-22  Mike Frysinger  <vapier@gentoo.org>
5287         * sysdeps/arm/preconfigure.ac: Delete EABI check.
5288         * sysdeps/arm/preconfigure: Regenerate.
5290 2014-11-21  Roland McGrath  <roland@hack.frob.com>
5292         * nptl/pthread_create.c (__pthread_create_2_1): Set
5293         ATTR_FLAG_POLICY_SET and/or ATTR_FLAG_SCHED_SET in PD->flags
5294         when copying values from IATTR into PD.
5296 2014-11-21  Will Newton  <will.newton@linaro.org>
5297             Andrew Pinski  <andrew.pinski@caviumnetworks.com>
5299         * sysdeps/aarch64/dl-machine.h (elf_machine_load_address):
5300         Refactor inline-asm.  Also add comment.
5302         * sysdeps/aarch64/bits/link.h (la_aarch64_gnu_pltenter): Use
5303         ElfW macro instead of hardcoded Elf64 types.
5304         (la_aarch64_gnu_pltenter): Likewise.
5305         * sysdeps/aarch64/dl-machine.h
5306         (elf_machine_runtime_setup): Use ElfW(Addr).
5308         * elf/elf.h (R_AARCH64_P32_ABS32, R_AARCH64_P32_COPY,
5309         R_AARCH64_P32_GLOB_DAT, R_AARCH64_P32_JUMP_SLOT,
5310         R_AARCH64_P32_RELATIVE, R_AARCH64_P32_TLS_DTPMOD,
5311         R_AARCH64_P32_TLS_DTPREL, R_AARCH64_P32_TLS_TPREL,
5312         R_AARCH64_P32_TLSDESC, R_AARCH64_P32_IRELATIVE): Define.
5313         (R_AARCH64_TLS_DTPMOD64): Rename to ..
5314         (R_AARCH64_TLS_DTPMOD): This.
5315         (R_AARCH64_TLS_DTPREL64): Rename to ...
5316         (R_AARCH64_TLS_DTPREL): This.
5317         (R_AARCH64_TLS_TPREL64): Rename to ...
5318         (R_AARCH64_TLS_TPREL): This.
5319         * sysdeps/aarch64/dl-machine.h (elf_machine_type_class): Update
5320         R_AARCH64_TLS_DTPMOD64, R_AARCH64_TLS_DTPREL64, and
5321         R_AARCH64_TLS_TPREL64.
5322         (elf_machine_rela): Likewise.
5324 2014-11-21  Torvald Riegel  <triegel@redhat.com>
5326         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS): Fix value
5327         by setting it to 0.  64b atomics are not supported currently.
5329 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
5331         [BZ #16469]
5332         * resolv/res_query.c (__libc_res_nsearch): Skip leading dot in
5333         search domain names.
5335 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
5337         [BZ #16469]
5338         * NEWS: Update.
5339         * resolv/res_query.c (__libc_res_nquerydomain): Retain
5340         trailing dot.
5341         * posix/tst-getaddrinfo5.c: New.
5342         * posix/Makefile (tests): Add it.
5344 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
5346         [BZ #14498]
5347         * NEWS: Fixed.
5348         * nss/nss_db/db-XXX.c (_nss_db_get##name##_r): Update hidx
5349         after parsing line but before break_if_match.
5350         * nss/nss_files/files-service (DB_LOOKUP): Don't "continue;"
5351         if there is a protocol mismatch.
5353 2014-11-21  Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
5355         * manual/sysinfo.texi (addmntent): It is actually MT-Safe,
5356         because the potential race is on the user-supplied stream.
5358 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
5360         * sysdeps/posix/ctermid.c (ctermid): Return a pointer to a
5361         string literal if not passed a buffer.
5362         * manual/job.texi (ctermid): Update reasoning, note deviation
5363         from posix, suggest mtasurace when not passed a buffer, for
5364         future non-preliminary safety notes.
5366 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
5368         * manual/users.texi (cuserid): Fix MT-Safety note for the case
5369         of not passing it a buffer.
5370         Reported by Peng Haitao.
5372 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
5374         * manual/Makefile ($(objpfx)stamp-summary): Require
5375         check-safety.sh to pass.
5376         * manual/check-safety.sh: Wish for verification that every
5377         @deftypefn and @deftypefun is followed by a @safety remark.
5379 2014-11-20  Roland McGrath  <roland@hack.frob.com>
5381         * nptl/unwind.c (unwind_cleanup): Use __libc_fatal.
5383         * nptl/pthread_setcanceltype.c [!SIGCANCEL]: Return ENOTSUP early for
5384         PTHREAD_CANCEL_ASYNCHRONOUS.
5385         * nptl/pthread_cancel.c [!SIGCANCEL]: Just abort rather than trying to
5386         send SIGCANCEL.
5388         * nptl/default-sched.h: New file.
5389         * sysdeps/unix/sysv/linux/default-sched.h: New file.
5390         * nptl/pthread_create.c: Include it.
5391         (__pthread_create_2_1): Use collect_default_sched instead of making
5392         Linux syscalls here directly.
5394 2014-11-20  Torvald Riegel  <triegel@redhat.com>
5396         * nptl/pthread_once.c (clear_once_control, __pthread_once_slow,
5397         __pthread_once): Use C11 atomics.
5399 2014-11-20  Torvald Riegel  <triegel@redhat.com>
5401         * csu/tst-atomic.c (do_test): Add tests for C11-like atomics.
5403 2014-11-20  Torvald Riegel  <triegel@redhat.com>
5405         * include/atomic.h (__atomic_link_error, __atomic_check_size,
5406         atomic_thread_fence_acquire, atomic_thread_fence_release,
5407         atomic_thread_fence_seq_cst, atomic_load_relaxed,
5408         atomic_load_acquire, atomic_store_relaxed, atomic_store_release,
5409         atomic_compare_exchange_weak_relaxed,
5410         atomic_compare_exchange_weak_acquire,
5411         atomic_compare_exchange_weak_release,
5412         atomic_exchange_acquire, atomic_exchange_release,
5413         atomic_fetch_add_relaxed, atomic_fetch_add_acquire,
5414         atomic_fetch_add_release, atomic_fetch_add_acq_rel,
5415         atomic_fetch_and_acquire,
5416         atomic_fetch_or_relaxed, atomic_fetch_or_acquire): New.
5418 2014-11-20  Torvald Riegel  <triegel@redhat.com>
5420         * sysdeps/aarch64/bits/atomic.h (__HAVE_64B_ATOMICS,
5421         USE_ATOMIC_COMPILER_BUILTINS): Define.
5422         * sysdeps/alpha/bits/atomic.h (__HAVE_64B_ATOMICS,
5423         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5424         * sysdeps/arm/bits/atomic.h (__HAVE_64B_ATOMICS,
5425         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5426         * sysdeps/i386/i486/bits/atomic.h (__HAVE_64B_ATOMICS,
5427         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5428         * sysdeps/ia64/bits/atomic.h (__HAVE_64B_ATOMICS,
5429         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5430         * sysdeps/m68k/coldfire/bits/atomic.h (__HAVE_64B_ATOMICS,
5431         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5432         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (__HAVE_64B_ATOMICS,
5433         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5434         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS,
5435         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5436         * sysdeps/mips/bits/atomic.h (__HAVE_64B_ATOMICS,
5437         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5438         * sysdeps/powerpc/powerpc32/bits/atomic.h (__HAVE_64B_ATOMICS,
5439         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5440         * sysdeps/powerpc/powerpc64/bits/atomic.h (__HAVE_64B_ATOMICS,
5441         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5442         * sysdeps/s390/bits/atomic.h (__HAVE_64B_ATOMICS,
5443         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5444         * sysdeps/sparc/sparc32/bits/atomic.h (__HAVE_64B_ATOMICS,
5445         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5446         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (__HAVE_64B_ATOMICS,
5447         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5448         * sysdeps/sparc/sparc64/bits/atomic.h (__HAVE_64B_ATOMICS,
5449         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5450         * sysdeps/tile/tilegx/bits/atomic.h (__HAVE_64B_ATOMICS,
5451         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5452         * sysdeps/tile/tilepro/bits/atomic.h (__HAVE_64B_ATOMICS,
5453         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5454         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h (__HAVE_64B_ATOMICS,
5455         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5456         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
5457         (__HAVE_64B_ATOMICS, USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5458         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (__HAVE_64B_ATOMICS,
5459         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5460         * sysdeps/x86_64/bits/atomic.h (__HAVE_64B_ATOMICS,
5461         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5463 2014-11-19  Roland McGrath  <roland@hack.frob.com>
5465         * nptl/pthread_create.c (__pthread_create_2_1): Don't try to validate
5466         the sched_priority value here.  It was already checked when the user
5467         called pthread_attr_setschedparam.
5469         * nptl/tst-bad-schedattr.c: New file.
5470         * nptl/Makefile (tests): Add it.
5472 2014-11-19  Carlos O'Donell  <carlos@redhat.com>
5473             Florian Weimer  <fweimer@redhat.com>
5474             Joseph Myers  <joseph@codesourcery.com>
5475             Adam Conrad  <adconrad@0c3.net>
5476             Andreas Schwab  <schwab@suse.de>
5477             Brooks  <bmoses@google.com>
5479         [BZ #17625]
5480         * wordexp-test.c (__dso_handle): Add prototype.
5481         (__register_atfork): Likewise.
5482         (__app_register_atfork): New function.
5483         (registered_forks): New global.
5484         (register_fork): New function.
5485         (test_case): Add 3 new tests for WRDE_CMDSUB.
5486         (main): Call __app_register_atfork.
5487         (testit): If WRDE_NOCMD set registered_forks to zero, run test, and if
5488         fork count is non-zero fail the test.
5489         * posix/wordexp.c (exec_comm): Return WRDE_CMDSUB if WRDE_NOCMD flag
5490         is set.
5491         (parse_dollars): Remove check for WRDE_NOCMD.
5492         (parse_dquote): Likewise.
5494 2014-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
5496         * Makeconfig (built-modules): List non-library modules to be
5497         built.
5498         (module-cppflags): Include libc-modules.h for
5499         everything except shlib-versions.v.i.
5500         (CPPFLAGS): Use it.
5501         (before-compile): Add libc-modules.h.
5502         ($(common-objpfx)libc-modules.h,
5503         $(common-objpfx)libc-modules.stmp): New targets.
5504         (common-generated): Add libc-modules.h and libc-modules.stmp.
5505         ($(common-objpfx)Versions.v.i): Depend on libc-modules.h.
5506         * include/libc-symbols.h: Don't include libc-modules.h.
5507         * include/libc-modules.h: Remove file.
5508         * scripts/gen-libc-modules.awk: New script to generate
5509         libc-modules.h.
5510         * sysdeps/unix/Makefile ($(common-objpfx)sysd-syscalls):
5511         Depend on libc-modules.stmp.
5513         * include/shlib-compat.h (_SHLIB_COMPAT): Use IS_IN.
5515         * Makeconfig (in-module): Get value of libof set for the
5516         translation unit.
5517         (CPPFLAGS): Use $(in-module).
5518         * Makerules: Don't suffix routine names for nonlib.
5519         * include/libc-modules.h: New file.
5520         * include/libc-symbols.h: Include libc-modules.h
5521         (IS_IN): New macro to replace IS_IN_* macros.
5522         * elf/Makefile: Set libof-* for each routine.
5523         * elf/rtld-Rules: Likewise.
5524         * extra-modules.mk: Likewise.
5525         * iconv/Makefile: Likewise.
5526         * iconvdata/Makefile: Likewise.
5527         * locale/Makefile: Likewise.
5528         * malloc/Makefile: Likewise.
5529         * nss/Makefile: Likewise.
5530         * sysdeps/gnu/Makefile: Likewise.
5531         * sysdeps/ieee754/ldbl-opt/Makefile: Likewise.
5532         * sysdeps/unix/sysv/linux/Makefile: Likewise.
5533         * sysdeps/s390/s390-64/Makefile: Likewise.
5534         * nscd/Makefile: Set libof-* for each routine.  Set CFLAGS and
5535         CPPFLAGS for nscd instead of nonlib.
5537 2014-11-18  Roland McGrath  <roland@hack.frob.com>
5539         * nptl/createthread.c: New file.
5541         * nptl/createthread.c: Moved ...
5542         * sysdeps/unix/sysv/linux/createthread.c: ... here.
5544         * nptl/createthread.c: Add proper top-line comment.
5545         (do_clone): Folded into ...
5546         (create_thread): ... here.  Take new arguments STOPPED_START and
5547         THREAD_RAN.  Always set PD->stopped_start to something here.  Don't
5548         increment __nptl_threads, do event-reporting logic, do
5549         CHECK_THREAD_SYSINFO, or set THREAD_SELF->header.multiple_threads
5550         here.  Set *THREAD_RAN after ARCH_CLONE call succeeds.  Don't do any
5551         resource cleanup if sched_setaffinity or sched_setscheduler fails,
5552         just send SIGCANCEL.
5553         * nptl/pthread_create.c: Forward-declare create_thread before
5554         including createthread.c.
5555         (start_thread): Use new macro START_THREAD_DEFN to replace defining
5556         declaration, and new macro START_THREAD_SELF to replace argument.
5557         Remove return statement.
5558         (report_thread_creation): New function.
5559         (__pthread_create_2_1): Use it.  Do TD_CREATE reporting,
5560         synchronization logic, and __nptl_nthreads increment here, around
5561         calling create_thread.  Do CHECK_THREAD_SYSINFO and initialize
5562         PD->parent_cancelhandling here, before create_thread.  When
5563         create_thread fails, do __nptl_nthreads decrement, setxid_futex wake,
5564         __deallocate_stack, and ENOMEM translation here.
5566 2014-11-18  Joseph Myers  <joseph@codesourcery.com>
5568         [BZ #17616]
5569         * sysdeps/ieee754/dbl-64/mpa.c (mpone): Rename to __mpone.
5570         (mptwo): Rename to __mptwo.
5571         (__inv): Use __mptwo instead of mptwo.
5572         * sysdeps/ieee754/dbl-64/mpa.h (mpone): Rename to __mpone.
5573         (mptwo): Rename to __mptwo.
5574         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __mpone instead
5575         of mpone and __mptwo instead of mptwo.
5576         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Use __mpone
5577         instead of mpone.
5578         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
5579         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Likewise.
5580         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use __mpone instead
5581         of mpone and __mptwo instead of mptwo.
5582         (__mpranred): Use __mpone instead of mpone.
5583         * conform/Makefile (test-xfail-ISO/math.h/linknamespace): Remove
5584         variable.
5585         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
5586         (test-xfail-ISO99/math.h/linknamespace): Likewise.
5587         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
5588         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
5589         (test-xfail-ISO11/math.h/linknamespace): Likewise.
5590         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
5591         (test-xfail-XPG3/math.h/linknamespace): Likewise.
5592         (test-xfail-XPG4/math.h/linknamespace): Likewise.
5593         (test-xfail-POSIX/math.h/linknamespace): Likewise.
5594         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
5595         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
5596         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
5597         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
5598         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
5599         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
5600         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
5601         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
5602         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
5603         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
5605 2014-11-18  Tom de Vries  <tom@codesoucery.com>
5607         * manual/signal.texi (Primitives Interrupted by Signals): In section,
5608         replace BSD Handler xref with BSD Signal Handling.
5610 2014-11-17  Richard Henderson  <rth@redhat.com>
5612         * sysdeps/alpha/soft-fp/local-soft-fp.h (_FP_UNPACK_RAW_2): Remove.
5613         (_FP_PACK_RAW_2): Remove.
5614         (AXP_DECL_RETURN_Q): Rename from FP_DECL_RETURN, use _FP_UNION_Q.
5615         (AXP_RETURN_Q): Rename from FP_RETURN, use _FP_UNION_Q.
5616         (AXP_UNPACK_RAW_Q, AXP_UNPACK_SEMIRAW_Q, AXP_UNPACK_Q): New.
5617         (AXP_PACK_RAW_Q, AXP_PACK_SEMIRAW_Q, AXP_PACK_Q): New.
5618         * sysdeps/alpha/soft-fp/ots_add.c (_OtsAddX): Update to match.
5619         * sysdeps/alpha/soft-fp/ots_cmp.c (internal_equality): Likewise.
5620         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Likewise.
5621         * sysdeps/alpha/soft-fp/ots_cvtqux.c (_OtsCvtQUX): Likewise.
5622         * sysdeps/alpha/soft-fp/ots_cvtqx.c (_OtsCvtQX): Likewise.
5623         * sysdeps/alpha/soft-fp/ots_cvttx.c (_OtsConvertFloatTX): Likewise.
5624         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Likewise.
5625         * sysdeps/alpha/soft-fp/ots_cvtxt.c (_OtsConvertFloatXT): Likewise.
5626         * sysdeps/alpha/soft-fp/ots_div.c (_OtsDivX): Likewise.
5627         * sysdeps/alpha/soft-fp/ots_mul.c (_OtsMulX): Likewise.
5628         * sysdeps/alpha/soft-fp/ots_nintxq.c (_OtsNintXQ): Likewise.
5629         * sysdeps/alpha/soft-fp/ots_sub.c (_OtsSubX): Likewise.
5631 2014-11-14  Roland McGrath  <roland@hack.frob.com>
5633         * signal/signal.h [__USE_MISC]
5634         (struct sigvec): Remove type.
5635         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): Remove macros.
5636         (sigvec): Remove declaration.
5637         * sysdeps/posix/sigvec.c: Moved ...
5638         * signal/sigvec.c: ... here, replacing old file.
5639         (struct sigvec): New type, copied from old signal.h definition.
5640         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): New macros, likewise copied.
5641         (__sigvec): Convert definition to prototype.
5642         (sigvec): Replace weak_alias with compat_symbol.
5643         * signal/Versions (libc: GLIBC_2.21): New version set.
5644         * include/signal.h: Remove __sigvec declaration.
5645         * sysdeps/unix/bsd/sigvec.c: Remove file.
5646         * sysdeps/unix/bsd/syscalls.list: Remove sigvec.
5647         * manual/signal.texi (BSD Handler): Remove subsection.
5648         Move siginterrupt up to ...
5649         (BSD Signal Handling): ... here.  Mark it as XPG rather than BSD.
5650         (Blocking in BSD): Fold subsection into its parent.
5651         * NEWS: Mention sigvec removal.
5653 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
5655         * sysdeps/x86_64/fpu/dla.h [__FMA4__ && __GNUC_PREREQ (4, 6)]
5656         (DLA_FMS): Make definition conditional only on [__FMA4__].
5657         [__FMA4__ && !__GNUC_PREREQ (4, 6)] (DLA_FMS): Remove conditional
5658         definition.
5660         * sysdeps/arm/sysdep.h [PROF && __GNUC_PREREQ(4,4)] (CALL_MCOUNT):
5661         Make definition conditional only on [PROF].
5662         [PROF && !__GNUC_PREREQ(4,4)] (CALL_MCOUNT): Remove conditional
5663         definition.
5664         [__GNUC_PREREQ(4,4)] (mcount): Make definition unconditional.
5665         [!__GNUC_PREREQ(4,4)] (mcount): Remove conditional definition.
5667         * signal/signal.h (__sigpause): Only declare if [__USE_XOPEN &&
5668         !__GNUC__].
5669         * include/signal.h (__sigpause): Move declaration above call to
5670         libc_hidden_proto.
5671         * conform/Makefile (test-xfail-ISO/signal.h/linknamespace): Remove
5672         variable.
5673         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
5674         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
5676 2014-11-14  David S. Miller  <davem@davemloft.net>
5678         * sysdeps/sparc/sparc64/rtld-memcpy.c (NO_MEMPCPY_STPCPY_REDIRECT):
5679         Define before including <string/memcpy.c> and <string/mempcpy.c>.
5681 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
5683         * configure.ac (libc_cv_compiler_ok): Require GCC 4.6 or later.
5684         * configure: Regenerated.
5685         * manual/install.texi (Tools for Compilation): Document a
5686         requirement of GCC 4.6 or later and that GCC 4.9 is the newest
5687         compiler verified to work.
5688         * INSTALL: Regenerated.
5690         * include/string.h [NO_MEMPCPY_STPCPY_REDIRECT] (mempcpy): Do not
5691         redeclare with asm name.
5692         [NO_MEMPCPY_STPCPY_REDIRECT] (stpcpy): Likewise.
5693         * string/mempcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Define before
5694         including <string.h>.
5695         * string/stpcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
5696         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c
5697         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
5698         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c
5699         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
5700         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
5701         [SHARED && !NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
5703 2014-11-13  Joseph Myers  <joseph@codesourcery.com>
5705         * stdlib/strtol.c (__strtol): Use prototype definition.
5707         [BZ #17594]
5708         * stdlib/strtol.c (SYM__): New macro.
5709         (SYM__1): Likewise.
5710         (__strtol): Likewise.
5711         (strtol): Rename to __strtol and define as weak alias of
5712         __strtol.  Use libc_hidden_weak.
5714 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
5716         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START):
5717         Use numbered labels in inline assembly.
5719 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
5721         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp):
5722         Add setjmp LIBC_PROBE.
5723         * sysdeps/s390/s390-64/setjmp.S (__sigsetjmp):
5724         Likewise.
5725         * sysdeps/s390/s390-32/__longjmp.c (__longjmp):
5726         Add longjmp, longjmp_target LIBC_PROBE.
5727         * sysdeps/s390/s390-64/__longjmp.c (__longjmp):
5728         Likewise.
5730 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
5732         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
5733         Gate the definition of refsym additionally with !RTLD_BOOTSTRAP
5734         to get rid of unused variable warning.
5736 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
5738         * sysdeps/s390/s390-32/backtrace.c (__backtrace):
5739         Check for unwind_backtrace ==  NULL only in SHARED case.
5740         (__backchain_backtrace): Compile only in SHARED case.
5741         * sysdeps/s390/s390-64/backtrace.c (__backtrace):
5742         Likewise.
5743         (__backchain_backtrace): Declare as static.
5745 2014-11-12  Roland McGrath  <roland@hack.frob.com>
5747         * nptl/createthread.c [!TLS_MULTIPLE_THREADS_IN_TCB]
5748         (__libc_multiple_threads_ptr): Variable moved ...
5749         * nptl/nptl-init.c [!TLS_MULTIPLE_THREADS_IN_TCB]: ... here.
5751 2014-11-12  Joseph Myers  <joseph@codesourcery.com>
5753         * conform/GlibcConform.pm: New file.
5754         * conform/conformtest.pl: Use GlibcConform module.
5755         * conform/linknamespace.pl: New file.
5756         * conform/list-header-symbols.pl: Likewise.
5757         * conform/Makefile (linknamespace-symlists-base): New variable.
5758         (linknamespace-symlists-tests): Likewise.
5759         (linknamespace-header-base): Likewise.
5760         (linknamespace-header-tests): Likewise.
5761         (tests-special): Add new tests.
5762         ($(linknamespace-symlists-tests)): New rule.
5763         (linknamespace-libs): New variable.
5764         ($(objpfx)symlist-stdlibs): New rule.
5765         ($(linknamespace-header-tests)): Likewise.
5766         (test-xfail-XPG3/varargs.h/linknamespace): New variable.
5767         (test-xfail-XPG4/varargs.h/linknamespace): Likewise.
5768         (test-xfail-UNIX98/varargs.h/linknamespace): Likewise.
5769         (test-xfail-XPG4/ndbm.h/linknamespace): Likewise.
5770         (test-xfail-UNIX98/ndbm.h/linknamespace): Likewise.
5771         (test-xfail-XOPEN2K/ndbm.h/linknamespace): Likewise.
5772         (test-xfail-XOPEN2K8/ndbm.h/linknamespace): Likewise.
5773         (test-xfail-ISO/math.h/linknamespace): Likewise.
5774         (test-xfail-ISO/signal.h/linknamespace): Likewise.
5775         (test-xfail-ISO/stdio.h/linknamespace): Likewise.
5776         (test-xfail-ISO/time.h/linknamespace): Likewise.
5777         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
5778         (test-xfail-ISO99/ctype.h/linknamespace): Likewise.
5779         (test-xfail-ISO99/math.h/linknamespace): Likewise.
5780         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
5781         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
5782         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
5783         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
5784         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
5785         (test-xfail-ISO11/math.h/linknamespace): Likewise.
5786         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
5787         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
5788         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
5789         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
5790         (test-xfail-XPG3/fnmatch.h/linknamespace): Likewise.
5791         (test-xfail-XPG3/glob.h/linknamespace): Likewise.
5792         (test-xfail-XPG3/math.h/linknamespace): Likewise.
5793         (test-xfail-XPG3/regex.h/linknamespace): Likewise.
5794         (test-xfail-XPG3/search.h/linknamespace): Likewise.
5795         (test-xfail-XPG3/stdio.h/linknamespace): Likewise.
5796         (test-xfail-XPG3/time.h/linknamespace): Likewise.
5797         (test-xfail-XPG3/unistd.h/linknamespace): Likewise.
5798         (test-xfail-XPG3/wordexp.h/linknamespace): Likewise.
5799         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
5800         (test-xfail-XPG4/fmtmsg.h/linknamespace): Likewise.
5801         (test-xfail-XPG4/fnmatch.h/linknamespace): Likewise.
5802         (test-xfail-XPG4/glob.h/linknamespace): Likewise.
5803         (test-xfail-XPG4/grp.h/linknamespace): Likewise.
5804         (test-xfail-XPG4/libgen.h/linknamespace): Likewise.
5805         (test-xfail-XPG4/math.h/linknamespace): Likewise.
5806         (test-xfail-XPG4/netdb.h/linknamespace): Likewise.
5807         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
5808         (test-xfail-XPG4/regex.h/linknamespace): Likewise.
5809         (test-xfail-XPG4/search.h/linknamespace): Likewise.
5810         (test-xfail-XPG4/stdio.h/linknamespace): Likewise.
5811         (test-xfail-XPG4/stdlib.h/linknamespace): Likewise.
5812         (test-xfail-XPG4/sys/mman.h/linknamespace): Likewise.
5813         (test-xfail-XPG4/sys/statvfs.h/linknamespace): Likewise.
5814         (test-xfail-XPG4/syslog.h/linknamespace): Likewise.
5815         (test-xfail-XPG4/time.h/linknamespace): Likewise.
5816         (test-xfail-XPG4/unistd.h/linknamespace): Likewise.
5817         (test-xfail-XPG4/wordexp.h/linknamespace): Likewise.
5818         (test-xfail-POSIX/aio.h/linknamespace): Likewise.
5819         (test-xfail-POSIX/fnmatch.h/linknamespace): Likewise.
5820         (test-xfail-POSIX/glob.h/linknamespace): Likewise.
5821         (test-xfail-POSIX/math.h/linknamespace): Likewise.
5822         (test-xfail-POSIX/mqueue.h/linknamespace): Likewise.
5823         (test-xfail-POSIX/pthread.h/linknamespace): Likewise.
5824         (test-xfail-POSIX/regex.h/linknamespace): Likewise.
5825         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
5826         (test-xfail-POSIX/semaphore.h/linknamespace): Likewise.
5827         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
5828         (test-xfail-POSIX/time.h/linknamespace): Likewise.
5829         (test-xfail-POSIX/unistd.h/linknamespace): Likewise.
5830         (test-xfail-POSIX/wordexp.h/linknamespace): Likewise.
5831         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
5832         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
5833         (test-xfail-UNIX98/fmtmsg.h/linknamespace): Likewise.
5834         (test-xfail-UNIX98/fnmatch.h/linknamespace): Likewise.
5835         (test-xfail-UNIX98/glob.h/linknamespace): Likewise.
5836         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
5837         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
5838         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
5839         (test-xfail-UNIX98/mqueue.h/linknamespace): Likewise.
5840         (test-xfail-UNIX98/netdb.h/linknamespace): Likewise.
5841         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
5842         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
5843         (test-xfail-UNIX98/regex.h/linknamespace): Likewise.
5844         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
5845         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
5846         (test-xfail-UNIX98/semaphore.h/linknamespace): Likewise.
5847         (test-xfail-UNIX98/stdio.h/linknamespace): Likewise.
5848         (test-xfail-UNIX98/stdlib.h/linknamespace): Likewise.
5849         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
5850         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
5851         (test-xfail-UNIX98/syslog.h/linknamespace): Likewise.
5852         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
5853         (test-xfail-UNIX98/unistd.h/linknamespace): Likewise.
5854         (test-xfail-UNIX98/wchar.h/linknamespace): Likewise.
5855         (test-xfail-UNIX98/wordexp.h/linknamespace): Likewise.
5856         (test-xfail-XOPEN2K/aio.h/linknamespace): Likewise.
5857         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
5858         (test-xfail-XOPEN2K/fcntl.h/linknamespace): Likewise.
5859         (test-xfail-XOPEN2K/fmtmsg.h/linknamespace): Likewise.
5860         (test-xfail-XOPEN2K/fnmatch.h/linknamespace): Likewise.
5861         (test-xfail-XOPEN2K/glob.h/linknamespace): Likewise.
5862         (test-xfail-XOPEN2K/grp.h/linknamespace): Likewise.
5863         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
5864         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
5865         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
5866         (test-xfail-XOPEN2K/net/if.h/linknamespace): Likewise.
5867         (test-xfail-XOPEN2K/netdb.h/linknamespace): Likewise.
5868         (test-xfail-XOPEN2K/pthread.h/linknamespace): Likewise.
5869         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
5870         (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
5871         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
5872         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
5873         (test-xfail-XOPEN2K/signal.h/linknamespace): Likewise.
5874         (test-xfail-XOPEN2K/spawn.h/linknamespace): Likewise.
5875         (test-xfail-XOPEN2K/stdlib.h/linknamespace): Likewise.
5876         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
5877         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
5878         (test-xfail-XOPEN2K/sys/wait.h/linknamespace): Likewise.
5879         (test-xfail-XOPEN2K/syslog.h/linknamespace): Likewise.
5880         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
5881         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
5882         (test-xfail-XOPEN2K/ucontext.h/linknamespace): Likewise.
5883         (test-xfail-XOPEN2K/unistd.h/linknamespace): Likewise.
5884         (test-xfail-XOPEN2K/wordexp.h/linknamespace): Likewise.
5885         (test-xfail-POSIX2008/aio.h/linknamespace): Likewise.
5886         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
5887         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
5888         (test-xfail-POSIX2008/dirent.h/linknamespace): Likewise.
5889         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
5890         (test-xfail-POSIX2008/grp.h/linknamespace): Likewise.
5891         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
5892         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
5893         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
5894         (test-xfail-POSIX2008/netdb.h/linknamespace): Likewise.
5895         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
5896         (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
5897         (test-xfail-POSIX2008/semaphore.h/linknamespace): Likewise.
5898         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
5899         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
5900         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
5901         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
5902         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
5903         (test-xfail-POSIX2008/unistd.h/linknamespace): Likewise.
5904         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
5905         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
5906         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
5907         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
5908         (test-xfail-XOPEN2K8/fmtmsg.h/linknamespace): Likewise.
5909         (test-xfail-XOPEN2K8/grp.h/linknamespace): Likewise.
5910         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
5911         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
5912         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
5913         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
5914         (test-xfail-XOPEN2K8/netdb.h/linknamespace): Likewise.
5915         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
5916         (test-xfail-XOPEN2K8/pwd.h/linknamespace): Likewise.
5917         (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
5918         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
5919         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
5920         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
5921         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
5922         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
5923         (test-xfail-XOPEN2K8/syslog.h/linknamespace): Likewise.
5924         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
5925         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
5926         (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
5928         [BZ #17589]
5929         * intl/localealias.c [_LIBC] (FGETS): Use __fgets_unlocked instead
5930         of fgets_unlocked.
5932         [BZ #17585]
5933         * string/memmem.c [!_LIBC] (__memmem): Define to memmem.
5934         (memmem): Rename to __memmem and define as weak alias of
5935         __memmem.  Use libc_hidden_weak.
5936         (__memmem): Use libc_hidden_def.
5937         * include/string.h (__memmem): Declare.  Use libc_hidden_proto.
5938         * locale/findlocale.c (valid_locale_name): Use __memmem instead of
5939         memmem.
5941         [BZ #17582]
5942         * libio/iofgets.c [weak_alias && !_IO_MTSAFE_IO]
5943         (__fgets_unlocked): Add alias of _IO_fgets.  Use libc_hidden_def.
5944         * libio/iofgets_u.c (fgets_unlocked): Rename to __fgets_unlocked
5945         and define as weak alias of __fgets_unlocked.  Use
5946         libc_hidden_weak.
5947         (__fgets_unlocked): Use libc_hidden_def.
5948         * include/stdio.h (__fgets_unlocked): Declare.  Use
5949         libc_hidden_proto.
5950         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Use
5951         __fgets_unlocked instead of fgets_unlocked.
5952         * sysdeps/unix/sysv/linux/alpha/getsysstats.c
5953         (GET_NPROCS_CONF_PARSER): Likewise.
5954         * sysdeps/unix/sysv/linux/sparc/getsysstats.c
5955         (GET_NPROCS_CONF_PARSER): Likewise.
5957         [BZ #17574]
5958         * wcsmbs/wmemset.c (wmemset): Rename to __wmemset and define as
5959         weak alias of __wmemset.  Use libc_hidden_weak.
5960         (__wmemset): Use libc_hidden_def.
5961         * include/wchar.h (__wmemset): Declare.  Use libc_hidden_proto.
5962         * stdio-common/printf_fp.c (___printf_fp): Call __wmemset instead
5963         of wmemset.
5965         [BZ #17573]
5966         * include/string.h [NOT_IN_libc || !SHARED] (mempcpy): Declare
5967         with asm name __mempcpy.
5968         [NOT_IN_libc || !SHARED] (stpcpy): Declare with asm name __stpcpy.
5970         [BZ #17572]
5971         * sysdeps/x86_64/rawmemchr.S (rawmemchr): Rename to __rawmemchr
5972         and define as weak alias of __rawmemchr.
5973         (__rawmemchr): Do not define as strong alias of rawmemchr.
5975         [BZ #17571]
5976         * stdlib/msort.c (qsort_r): Rename to __qsort_r and define as weak
5977         alias of __qsort_r.
5978         (qsort): Call __qsort_r instead of qsort_r.
5979         * include/stdlib.h (qsort_r): Do not call libc_hidden_proto.
5980         (__qsort_r): Declare.  Call libc_hidden_proto.
5981         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call __qsort_r
5982         instead of qsort_r.
5983         * nscd/gai.c (__qsort_r): Define to qsort_r.
5984         * posix/tst-rfc3484.c (__qsort_r): Likewise.
5985         * posix/tst-rfc3484-2.c (__qsort_r): Likewise.
5986         * posix/tst-rfc3484-3.c (__qsort_r): Likewise.
5988         [BZ #17570]
5989         * malloc/malloc.c (malloc_info): Rename to __malloc_info and
5990         define as weak alias of __malloc_info.
5992         [BZ #17584]
5993         * dirent/rewinddir.c (rewinddir): Rename to __rewinddir and define
5994         as weak alias of __rewinddir.  Don't use libc_hidden_def.
5995         (__rewinddir): Use libc_hidden_def.
5996         * sysdeps/mach/hurd/rewinddir.c: Rename to __rewinddir and define
5997         as weak alias of __rewinddir.  Don't use libc_hidden_def.
5998         (__rewinddir): Use libc_hidden_def.
5999         * sysdeps/posix/rewinddir.c: Rename to __rewinddir and define as
6000         weak alias of __rewinddir.  Don't use libc_hidden_def.
6001         (__rewinddir): Use libc_hidden_def.
6002         * include/dirent.h (rewinddir): Don't use libc_hidden_proto.
6003         (__rewinddir): Use libc_hidden_proto.
6004         * sysdeps/posix/getcwd.c [!_LIBC] (__rewinddir): Define to
6005         rewinddir.
6006         (__getcwd): Use __rewinddir instead of rewinddir.
6008         [BZ #17583]
6009         * libio/fileno.c (fileno): Rename to __fileno and define as weak
6010         alias of __fileno.  Use libc_hidden_weak.
6011         (__fileno): Use libc_hidden_def.
6012         [weak_alias] (fileno_unlocked): Define as weak alias of __fileno.
6013         * libio/ftello.c (ftello): Rename to __ftello and define as weak
6014         alias of __ftello.
6015         [__OFF_T_MATCHES_OFF64_T] (ftello64): Define as weak alias of
6016         __ftello.
6017         * libio/iofread.c [weak_alias && !_IO_MTSAFE_IO]
6018         (__fread_unlocked): Define as strong alias of _IO_fread.  Use
6019         libc_hidden_def.
6020         (fread_unlocked): Don't use libc_hidden_ver.
6021         * libio/iofread_u.c (fread_unlocked): Rename to __fread_unlocked
6022         and define as weak alias of __fread_unlocked.  Don't use
6023         libc_hidden_def.
6024         (__fread_unlocked): Use libc_hidden_def.
6025         * include/stdio.h (__fileno): Declare.  Use libc_hidden_proto.
6026         (ftello): Don't use libc_hidden_proto.
6027         (__ftello): Declare.  Use libc_hidden_proto.
6028         (fread_unlocked): Don't use libc_hidden_proto.
6029         (__fread_unlocked): Declare.  Use libc_hidden_proto.
6030         * time/tzfile.c (__tzfile_read): Use __fileno, __fread_unlocked
6031         and __ftello instead of fileno, fread_unlocked and ftello.
6033 2012-11-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
6035         * sysdeps/s390/s390-32/bcopy.S (__bcopy): Use GOT instead of
6036         GOT12.
6037         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
6038         Likewise.
6039         (_dl_start_user): Likewise.
6040         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp): Likewise.
6042 2014-11-12  Carlos O'Donell  <carlos@redhat.com>
6043             Siddhesh Poyarekar  <siddhesh@redhat.com>
6045         * sysdeps/s390/s390-32/dl-machine.h (_dl_start_user):
6046         Move argv and envp down instead of moving argc up.
6047         * sysdeps/s390/s390-32/dl-sysdep.h: New file.
6049 2014-11-12  Leonhard Holz  <leonhard.holz@web.de>
6051         [BZ #17506]
6052         * test-skeleton.c (main): Return successful if one of
6053         EXPECTED_SIGNAL or EXPECTED_STATUS is met when both given.
6054         * string/tst-strcoll-overflow.c: Define expected status.
6056 2014-11-12  Tatiana Udalova  <t.udalova@samsung.com>
6058         [BZ #17475]
6059         * locale/iso-639.def: Define Bhili and Tulu language codes.
6061 2014-11-11  Alan Hayward  <alan.hayward@arm.com>
6063         * sysdeps/unix/sysv/linux/aarch64/bits/ipc.h: New file.
6065 2014-11-10  Renlin Li  <Renlin.Li@arm.com>
6067         [BZ #17555]
6068         * sysdeps/aarch64/start.S (_start): Delete x29 overwritten assignment.
6070 2014-11-10  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
6072         * configure.ac: Updated check of minimal required version to
6073         2.22.
6074         * manual/install.texi (Tools for Compilation): Updated version
6075         number.
6076         * configure: Regenerated.
6077         * INSTALL: Likewise.
6079 2014-11-07  Andreas Schwab  <schwab@linux-m68k.org>
6081         * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Remove
6082         __tls_get_addr.
6084 2014-11-07  Joseph Myers  <joseph@codesourcery.com>
6086         * include/sys/wait.h (__libc_waitpid): Remove declaration.
6087         * posix/waitpid.c (__libc_waitpid): Rename to __waitpid.
6088         (__waitpid): Don't define as alias.  Use libc_hidden_def not
6089         libc_hidden_weak.
6090         (waitpid): Define as alias of __waitpid.
6091         * sysdeps/unix/bsd/waitpid.c (__libc_waitpid): Rename to
6092         __waitpid.
6093         (__waitpid): Don't define as alias.  Use libc_hidden_def not
6094         libc_hidden_weak.
6095         (waitpid): Define as alias of __waitpid.
6096         * sysdeps/unix/sysv/linux/i386/syscalls.list (waitpid): Remove
6097         __libc_waitpid alias.
6098         * sysdeps/unix/sysv/linux/m68k/syscalls.list (waitpid): Likewise.
6099         * sysdeps/unix/sysv/linux/powerpc/syscalls.list (waitpid):
6100         Likewise.
6101         * sysdeps/unix/sysv/linux/sh/syscalls.list (waitpid): Likewise.
6102         * sysdeps/unix/sysv/linux/sparc/syscalls.list (waitpid): Likewise.
6103         * sysdeps/unix/sysv/linux/tile/waitpid.S (__libc_waitpid): Remove
6104         alias.
6105         * sysdeps/unix/sysv/linux/waitpid.c (__libc_waitpid): Rename to
6106         __waitpid.
6107         (__waitpid): Don't define as alias.  Use libc_hidden_def not
6108         libc_hidden_weak.
6109         (waitpid): Define as alias of __waitpid.
6111 2014-11-06  Carlos O'Donell  <carlos@redhat.com>
6113         * manual/llio.texi: Add comment that write safety has been
6114         fixed in Linux.
6116         * elf/Makefile (all-built-dso): Add $(common-objpfx)elf/ld.so.
6117         (localplt-build-dso): Add elf/ld.so.
6118         * sysdeps/unix/sysv/linux/i386/localplt.data: Add ___tls_get_addr
6119         i.e. 3 underscore version, __libc_memalign, malloc, calloc, realloc,
6120         and free for ld.so.
6121         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: Add
6122         __libc_memalign, malloc, calloc, realloc, and free for ld.so.
6123         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data:
6124         Likewise.
6125         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
6126         Likewise.
6127         * sysdeps/unix/sysv/linux/s390/localplt.data: Likewise.
6128         * sysdeps/generic/localplt.data: Add __tls_get_addr i.e. 2 underscore
6129         version, __libc_memalign, malloc, calloc, realloc and free for ld.so.
6130         * sysdeps/unix/sysv/linux/aarch64/localplt.data: Likewise.
6131         * sysdeps/unix/sysv/linux/arm/localplt.data: Likewise.
6132         * sysdeps/unix/sysv/linux/alpha/localplt.data: Likewise.
6133         * sysdeps/unix/sysv/linux/ia64/localplt.data: Likewise.
6134         * sysdeps/unix/sysv/linux/m68k/localplt.data: Likewise.
6135         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Likewise.
6136         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Likewise.
6137         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
6139 2014-11-05  Joseph Myers  <joseph@codesourcery.com>
6141         [BZ #14132]
6142         * include/libc-symbols.h (INTUSE): Remove macro.
6143         (INTDEF): Likewise.
6144         (INTVARDEF): Likewise.
6145         (_INTVARDEF): Likewise.
6146         (INTDEF2): Likewise.
6147         (INTVARDEF2): Likewise.
6148         * elf/rtld.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Use
6149         rtld_hidden_def instead of INTVARDEF.
6150         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]
6151         (_dl_starting_up_internal): Remove declaration.
6152         (_dl_starting_up): Use rtld_hidden_proto.
6153         * elf/dl-init.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Remove
6154         declaration.
6155         [!HAVE_INLINED_SYSCALLS] (_dl_starting_up_internal): Likewise.
6156         (_dl_init) [!HAVE_INLINED_SYSCALLS]: Don't use INTUSE with
6157         _dl_starting_up.
6158         * elf/dl-writev.h (_dl_writev): Likewise.
6159         * sysdeps/powerpc/powerpc64/dl-machine.h [!HAVE_INLINED_SYSCALLS]
6160         (DL_STARTING_UP_DEF): Use __GI__dl_starting_up instead of
6161         _dl_starting_up_internal.
6163 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6165         * stdio-common/tst-fmemopen.c (do_test): Refactor to use
6166         test-skeleton.c.
6168 2014-11-05  Will Newton  <will.newton@linaro.org>
6170         * benchtests/Makefile: (bench-malloc): Add malloc thread
6171         scalability benchmark.
6172         * benchtests/bench-malloc-threads.c: New file.
6174 2014-11-05  Richard Earnshaw  <rearnsha@arm.com>
6176         * sysdeps/aarch64/strchrnul.S: New file.
6178 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6180         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Simplify
6181         definition.
6182         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
6183         Likwise.
6184         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
6185         Likewise.
6186         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
6187         Likewise.
6188         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
6189         Likewise.
6190         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
6191         Likewise.
6193 2014-11-05  Arjun Shankar  <arjun.is@lostca.se>
6195         * catgets/test-gencat.c: Use test-skeleton.c.
6196         * catgets/tst-catgets.c: Likewise.
6197         * csu/tst-empty.c: Likewise.
6198         * elf/tst-audit2.c: Likewise.
6199         * elf/tst-global1.c: Likewise.
6200         * elf/tst-pathopt.c: Likewise.
6201         * elf/tst-piemod1.c: Likewise.
6202         * elf/tst-tls10.c: Likewise.
6203         * elf/tst-tls11.c: Likewise.
6204         * elf/tst-tls12.c: Likewise.
6205         * gnulib/tst-gcc.c: Likewise.
6206         * iconvdata/tst-e2big.c: Likewise.
6207         * iconvdata/tst-loading.c: Likewise.
6208         * iconv/tst-iconv1.c: Likewise.
6209         * iconv/tst-iconv2.c: Likewise.
6210         * inet/test-inet6_opt.c: Likewise.
6211         * inet/tst-gethnm.c: Likewise.
6212         * inet/tst-network.c: Likewise.
6213         * inet/tst-ntoa.c: Likewise.
6214         * intl/tst-codeset.c: Likewise.
6215         * intl/tst-gettext2.c: Likewise.
6216         * intl/tst-gettext3.c: Likewise.
6217         * intl/tst-ngettext.c: Likewise.
6218         * intl/tst-translit.c: Likewise.
6219         * io/test-stat.c: Likewise.
6220         * libio/test-fmemopen.c: Likewise.
6221         * libio/tst-freopen.c: Likewise.
6222         * libio/tst-sscanf.c: Likewise.
6223         * libio/tst-ungetwc1.c: Likewise.
6224         * libio/tst-ungetwc2.c: Likewise.
6225         * libio/tst-widetext.c: Likewise.
6226         * localedata/tst-ctype.c: Likewise.
6227         * localedata/tst-digits.c: Likewise.
6228         * localedata/tst-leaks.c: Likewise.
6229         * localedata/tst-mbswcs1.c: Likewise.
6230         * localedata/tst-mbswcs2.c: Likewise.
6231         * localedata/tst-mbswcs3.c: Likewise.
6232         * localedata/tst-mbswcs4.c: Likewise.
6233         * localedata/tst-mbswcs5.c: Likewise.
6234         * localedata/tst-setlocale.c: Likewise.
6235         * localedata/tst-trans.c: Likewise.
6236         * localedata/tst-wctype.c: Likewise.
6237         * localedata/tst-xlocale1.c: Likewise.
6238         * login/tst-grantpt.c: Likewise.
6239         * malloc/tst-calloc.c: Likewise.
6240         * malloc/tst-malloc.c: Likewise.
6241         * malloc/tst-mallocstate.c: Likewise.
6242         * malloc/tst-mcheck.c: Likewise.
6243         * malloc/tst-mtrace.c: Likewise.
6244         * malloc/tst-obstack.c: Likewise.
6245         * math/atest-exp2.c: Likewise.
6246         * math/atest-exp.c: Likewise.
6247         * math/atest-sincos.c: Likewise.
6248         * math/test-matherr.c: Likewise.
6249         * math/test-misc.c: Likewise.
6250         * math/test-powl.c: Likewise.
6251         * math/tst-definitions.c: Likewise.
6252         * misc/tst-dirname.c: Likewise.
6253         * misc/tst-efgcvt.c: Likewise.
6254         * misc/tst-fdset.c: Likewise.
6255         * misc/tst-hsearch.c: Likewise.
6256         * misc/tst-mntent2.c: Likewise.
6257         * nptl/tst-sem7.c: Likewise.
6258         * nptl/tst-sem8.c: Likewise.
6259         * nptl/tst-sem9.c: Likewise.
6260         * nss/test-netdb.c: Likewise.
6261         * posix/tst-fnmatch.c: Likewise.
6262         * posix/tst-getlogin.c: Likewise.
6263         * posix/tst-gnuglob.c: Likewise.
6264         * posix/tst-mmap.c: Likewise.
6265         * pwd/tst-getpw.c: Likewise.
6266         * resolv/tst-inet_ntop.c: Likewise.
6267         * rt/tst-timer.c: Likewise.
6268         * stdio-common/test-fseek.c: Likewise.
6269         * stdio-common/test-popen.c: Likewise.
6270         * stdio-common/test-vfprintf.c: Likewise.
6271         * stdio-common/tst-cookie.c: Likewise.
6272         * stdio-common/tst-fileno.c: Likewise.
6273         * stdio-common/tst-gets.c: Likewise.
6274         * stdio-common/tst-obprintf.c: Likewise.
6275         * stdio-common/tst-perror.c: Likewise.
6276         * stdio-common/tst-sprintf2.c: Likewise.
6277         * stdio-common/tst-sprintf3.c: Likewise.
6278         * stdio-common/tst-sprintf.c: Likewise.
6279         * stdio-common/tst-swprintf.c: Likewise.
6280         * stdio-common/tst-tmpnam.c: Likewise.
6281         * stdio-common/tst-unbputc.c: Likewise.
6282         * stdio-common/tst-wc-printf.c: Likewise.
6283         * stdlib/tst-environ.c: Likewise.
6284         * stdlib/tst-fmtmsg.c: Likewise.
6285         * stdlib/tst-limits.c: Likewise.
6286         * stdlib/tst-rand48-2.c: Likewise.
6287         * stdlib/tst-rand48.c: Likewise.
6288         * stdlib/tst-random2.c: Likewise.
6289         * stdlib/tst-random.c: Likewise.
6290         * stdlib/tst-strtol.c: Likewise.
6291         * stdlib/tst-strtoll.c: Likewise.
6292         * stdlib/tst-tls-atexit.c: Likewise.
6293         * stdlib/tst-xpg-basename.c: Likewise.
6294         * string/test-ffs.c: Likewise.
6295         * string/tst-bswap.c: Likewise.
6296         * string/tst-inlcall.c: Likewise.
6297         * string/tst-strtok.c: Likewise.
6298         * string/tst-strxfrm.c: Likewise.
6299         * sysdeps/x86_64/tst-audit10.c: Likewise.
6300         * sysdeps/x86_64/tst-audit3.c: Likewise.
6301         * sysdeps/x86_64/tst-audit4.c: Likewise.
6302         * sysdeps/x86_64/tst-audit5.c: Likewise.
6303         * time/tst-ftime_l.c: Likewise.
6304         * time/tst-getdate.c: Likewise.
6305         * time/tst-mktime3.c: Likewise.
6306         * time/tst-mktime.c: Likewise.
6307         * time/tst-posixtz.c: Likewise.
6308         * time/tst-strptime2.c: Likewise.
6309         * time/tst-strptime3.c: Likewise.
6310         * wcsmbs/tst-btowc.c: Likewise.
6311         * wcsmbs/tst-mbrtowc.c: Likewise.
6312         * wcsmbs/tst-mbsrtowcs.c: Likewise.
6313         * wcsmbs/tst-wchar-h.c: Likewise.
6314         * wcsmbs/tst-wcpncpy.c: Likewise.
6315         * wcsmbs/tst-wcrtomb.c: Likewise.
6316         * wcsmbs/tst-wcsnlen.c: Likewise.
6317         * wcsmbs/tst-wcstof.c: Likewise.
6319 2014-11-04  Joseph Myers  <joseph@codesourcery.com>
6321         [BZ #14132]
6322         * elf/dl-profile.c (_dl_mcount): Use rtld_hidden_def instead of
6323         INTDEF.
6324         * sysdeps/generic/ldsodefs.h (_dl_mcount_internal): Remove
6325         declaration.
6326         (_dl_mcount): Use rtld_hidden_proto.
6327         * elf/dl-runtime.c (_dl_profile_fixup): Don't use INTUSE with
6328         _dl_mcount.
6329         * elf/rtld.c (_rtld_global_ro): Likewise.
6331         [BZ #14132]
6332         * elf/dl-init.c (_dl_init): Don't use INTDEF.
6333         * sysdeps/aarch64/dl-machine.h (RTLD_START): Use _dl_init instead
6334         of _dl_init_internal.
6335         * sysdeps/alpha/dl-machine.h (RTLD_START): Likewise.
6336         * sysdeps/arm/dl-machine.h (RTLD_START): Likewise.
6337         * sysdeps/hppa/dl-machine.h (RTLD_START): Likewise.
6338         * sysdeps/i386/dl-machine.h (RTLD_START): Likewise.
6339         * sysdeps/ia64/dl-machine.h (RTLD_START): Likewise.
6340         * sysdeps/m68k/dl-machine.h (RTLD_START): Likewise.
6341         * sysdeps/microblaze/dl-machine.h (RTLD_START): Likewise.
6342         * sysdeps/mips/dl-machine.h (RTLD_START): Likewise.
6343         * sysdeps/powerpc/powerpc32/dl-start.S (_start): Likewise.
6344         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START): Likewise.
6345         * sysdeps/s390/s390-64/dl-machine.h (RTLD_START): Likewise.
6346         * sysdeps/sh/dl-machine.h (RTLD_START): Likewise.
6347         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
6348         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
6349         * sysdeps/tile/dl-start.S (_start): Likewise.
6350         * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.
6351         * sysdeps/x86_64/x32/dl-machine.h (RTLD_START): Likewise.
6353         [BZ #14132]
6354         * sysdeps/generic/ldsodefs.h (_dl_argv): Use rtld_hidden_proto.
6355         [IS_IN_rtld] (_dl_argv_internal): Do not declare.
6356         (rtld_progname): Make macro definition unconditional.
6357         * elf/rtld.c (_dl_argv): Use rtld_hidden_data_def instead of
6358         INTDEF.
6359         (dlmopen_doit): Do not use INTUSE with _dl_argv.
6360         (dl_main): Likewise.
6361         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
6362         * sysdeps/alpha/dl-machine.h (RTLD_START): Use __GI__dl_argv
6363         instead of _dl_argv_internal.
6364         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
6365         __GI__dl_argv instead of INTUSE(_dl_argv).
6366         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use
6367         __GI__dl_argv instead of _dl_argv_internal.
6369         * soft-fp/op-common.h (_FP_TO_INT_ROUND): New macro.
6370         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_D): New
6371         macro.
6372         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_D): Likewise.
6373         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_E):
6374         New macro.
6375         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_E): Likewise.
6376         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_Q): New
6377         macro.
6378         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_Q): Likewise.
6379         * soft-fp/single.h (FP_TO_INT_ROUND_S): New macro.
6381 2014-11-04  Andreas Schwab  <schwab@suse.de>
6383         * posix/regex_internal.h: Don't include <locale/elem-hash.h>.
6385 2014-11-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6387         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Encode
6388         mtvsrd instruction in binary form.
6390 2014-11-03  Andreas Schwab  <schwab@suse.de>
6392         [BZ #17522]
6393         * libio/wfileops.c (_IO_wdo_write): If the file buffer has room
6394         for less than MB_LEN_MAX use a local buffer of that size.
6395         * libio/tst-fputws.c: New file.
6396         * libio/Makefile (tests): Add tst-fputws.
6398 2014-11-01  Jose E. Marchesi  <jose.marchesi@oracle.com>
6400         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu): fix
6401         the size of the fpu_fr.fpu_dregs[] array.
6403 2014-11-01  Joseph Myers  <joseph@codesourcery.com>
6405         * posix/nanosleep.c (__libc_nanosleep): Rename to __nanosleep.
6406         (__nanosleep): Do not define as alias.
6407         (nanosleep): Define as alias of __nanosleep.
6408         * sysdeps/unix/sysv/linux/syscalls.list (nanosleep): Remove
6409         __libc_nanosleep name.
6411 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
6413         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): Mention need to update
6414         install.texi in comment.
6416 2014-10-31  Torvald Riegel  <triegel@redhat.com>
6418         * sysdeps/powerpc/bits/atomic.h (atomic_write_barrier): Remove and...
6419         * sysdeps/powerpc/powerpc32/bits/atomic.h (atomic_write_barrier):
6420         ... add here and use lwsync or sync ...
6421         * sysdeps/powerpc/powerpc64/bits/atomic.h (atomic_write_barrier):
6422         ... and add here using lwsync.
6424 2014-10-31  Matthew Fortune  <matthew.fortune@imgtec.com>
6426         * elf/dl-machine-reject-phdr.h: New file.
6427         * elf/dl-load.c: #include that.
6428         (open_verify): Call elf_machine_reject_phdr_p and ignore the file
6429         if that returned true.
6431 2014-10-31  Roland McGrath  <roland@hack.frob.com>
6433         [BZ #17496]
6434         * Makerules: Move gnu/lib-names.h generation chunk up, to right after
6435         gen-as-const-headers chunk.  Add a big scare comment after the last
6436         safe place to touch before-compile.
6438 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
6440         * manual/install.texi (Tools for Compilation): Update autoconf
6441         version requirements.
6442         * INSTALL: Regenerated.
6444         * misc/pselect.c [!__pselect] (__libc_pselect): Remove alias.
6445         * sysdeps/unix/sysv/linux/pselect.c [__NR_pselect6]
6446         (__libc_pselect): Likewise.
6448         [BZ #14138]
6449         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Remove file.
6450         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
6451         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
6452         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
6454 2014-10-31  Torvald Riegel  <triegel@redhat.com>
6456         * sysdeps/sparc/sparc32/bits/atomic.h (atomic_write_barrier): Use
6457         correct barrier instruction.
6458         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_write_barrier):
6459         Likewise.
6460         * sysdeps/sparc/sparc64/bits/atomic.h (atomic_write_barrier):
6461         Likewise.
6463 2014-10-30  Roland McGrath  <roland@hack.frob.com>
6465         * include/ctype.h: Include <ctype/ctype.h> first thing rather than
6466         after defining inlines.  Instead, just use parens to defeat macro
6467         expansion of __isctype in its declaration.
6469 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
6471         * include/sys/uio.h (__libc_readv): Remove declaration.
6472         (__libc_writev): Likewise.
6473         * misc/readv.c (__libc_readv): Rename to __readv.
6474         (__readv): Do not define as alias.
6475         (readv): Define as alias of __readv.
6476         * misc/writev.c (__libc_writev): Rename to __writev.
6477         (__writev): Do not define as alias.
6478         (writev): Define as alias of __writev.
6479         * sysdeps/posix/readv.c (__libc_readv): Rename to __readv.
6480         (__readv): Do not define as alias.
6481         (readv): Define unconditionally as alias of __readv.
6482         * sysdeps/posix/writev.c (__libc_writev): Rename to __writev.
6483         (__writev): Do not define as alias.
6484         (writev): Define unconditionally as alias of __writev.
6485         * sysdeps/unix/syscalls.list (readv): Do not define __libc_readv
6486         name.
6487         (writev): Do not define __libc_writev name.
6489 2014-10-30  Roland McGrath  <roland@hack.frob.com>
6491         * iconv/iconv_charmap.c (add_bytes): Make IN argument pointer to const.
6492         (convert_charseq): New function, broken out of ...
6493         (use_from_charmap): ... here.  Call it.
6494         (use_to_charmap): Use convert_charseq and free instead of duplicating
6495         its code with a variable-length stack struct.
6497 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
6499         * include/fcntl.h (__libc_creat): Remove declaration.
6500         * io/creat.c (__libc_creat): Rename to creat.
6501         (creat): Do not define as alias.
6502         * sysdeps/unix/sysv/linux/alpha/creat.c (creat64): Define as alias
6503         of creat instead of __libc_creat.
6504         * sysdeps/unix/sysv/linux/generic/creat.c (__libc_creat): Rename
6505         to creat.
6506         (creat): Do not define as alias.
6507         [__WORDSIZE == 64] (creat64): Define as alias of creat instead of
6508         __libc_creat.
6509         * sysdeps/unix/sysv/linux/syscalls.list (creat): Do not define
6510         __libc_creat name.
6511         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (creat):
6512         Likewise.
6514 2014-10-29  Carlos O'Donell  <carlos@redhat.com>
6516         * manual/llio.texi: Add comments discussing why write() may be
6517         considered MT-unsafe on Linux.
6519 2014-10-28  Carlos O'Donell  <carlos@redhat.com>
6521         * dl-load.c (local_strdup): Remove.
6522         (expand_dynamic_string_token): Use __strdup.
6523         (decompose_rpath): Likewise.
6524         (_dl_map_object): Likewise.
6526 2014-10-28  Joseph Myers  <joseph@codesourcery.com>
6528         [BZ #14132]
6529         * sysdeps/generic/unwind-dw2-fde.c
6530         (__register_frame_info_bases_internal): Do not declare.
6531         (__register_frame_info_table_bases_internal): Likewise.
6532         (__deregister_frame_info_bases_internal): Likewise.
6533         (__register_frame_info_bases): Declare and use hidden_proto before
6534         definition.  Use hidden_def instead of INTDEF.
6535         (__register_frame_info_table_bases): Likewise.
6536         (__deregister_frame_info_bases): Likewise.
6537         (__register_frame_info): Do not use INTUSE.
6538         (__register_frame): Likewise.
6539         (__register_frame_info_table): Likewise.
6540         (__register_frame_table): Likewise.
6541         (__deregister_frame_info): Likewise.
6542         (__deregister_frame): Likewise.
6544 2014-10-27  Gratian Crisan  <gratian.crisan@ni.com>
6546         * sysdeps/unix/sysv/linux/arm/kernel-features.h
6547         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_FUTEX_LOCK_PI): Do
6548         not undefine.
6549         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_REQUEUE_PI):
6550         Likewise.
6551         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_SET_ROBUST_LIST):
6552         Likewise.
6554 2014-10-27  Joseph Myers  <joseph@codesourcery.com>
6556         [BZ #14138]
6557         * sysdeps/unix/sysv/linux/arm/setfsgid.c: Remove file.
6558         * sysdeps/unix/sysv/linux/arm/setfsuid.c: Likewise.
6559         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
6560         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
6561         * sysdeps/unix/sysv/linux/m68k/setfsgid.c: Likewise.
6562         * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Likewise.
6563         * sysdeps/unix/sysv/linux/s390/s390-32/setfsgid.c: Likewise.
6564         * sysdeps/unix/sysv/linux/s390/s390-32/setfsuid.c: Likewise.
6565         * sysdeps/unix/sysv/linux/sh/setfsgid.c: Likewise.
6566         * sysdeps/unix/sysv/linux/sh/setfsuid.c: Likewise.
6567         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: Likewise.
6568         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: Likewise.
6569         * sysdeps/unix/sysv/linux/arm/syscalls.list (setfsgid): Add
6570         syscall.
6571         (setfsuid): Likewise.
6572         * sysdeps/unix/sysv/linux/i386/syscalls.list (setfsgid): Likewise.
6573         (setfsuid): Likewise.
6574         * sysdeps/unix/sysv/linux/m68k/syscalls.list (setfsgid): Likewise.
6575         (setfsuid): Likewise.
6576         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setfsgid):
6577         Likewise.
6578         (setfsuid): Likewise.
6579         * sysdeps/unix/sysv/linux/sh/syscalls.list (setfsgid): Likewise.
6580         (setfsuid): Likewise.
6581         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (setfsgid):
6582         Likewise.
6583         (setfsuid): Likewise.
6585 2014-10-27  Andreas Schwab  <schwab@suse.de>
6587         [BZ #17501]
6588         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Fix
6589         check for Slow_SSE4_2 feature bit.
6590         * sysdeps/i386/i686/multiarch/strcmp.S (STRCMP): Likewise.
6591         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
6592         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP, __strcascmp):
6593         Likewise.  Fix check for Fast_Unaligned_Load feature bit.
6595 2014-10-24  Roland McGrath  <roland@hack.frob.com>
6597         * configure.ac: Validate compiler version with a empirical test of
6598         __GNUC__ and __GNUC_MINOR__ predefined values, rather than by grepping
6599         $CC -v output.
6600         * configure: Regenerated.
6602         * inet/htons.c (htons): Prototypify.
6603         * inet/htonl.c (htonl): Likewise.
6605 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
6607         * string/strncat.c (strncat): Improve performance by using strlen.
6609 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
6611         * string/strcat.c (strcat): Improve performance by using strlen/strcpy.
6613 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
6615         * sysdeps/aarch64/fpu/fgetexcptflg.c (fegetexceptflag):
6616         Call libc_fetestexcept_aarch64.
6618 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
6620         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept):
6621         Call libc_feholdexcept_aarch64.
6623 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
6625         * sysdeps/aarch64/fpu/fegetround.c (fegetround):
6626         Call get_rounding_mode.
6628 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
6630         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
6631         Simplify logic.
6633 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
6635         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept):
6636         Simplify logic.
6638 2014-10-24  Joseph Myers  <joseph@codesourcery.com>
6640         [BZ #14138]
6641         * sysdeps/unix/sysv/linux/arm/getegid.c: Remove file.
6642         * sysdeps/unix/sysv/linux/arm/geteuid.c: Likewise.
6643         * sysdeps/unix/sysv/linux/arm/getgid.c: Likewise.
6644         * sysdeps/unix/sysv/linux/arm/getgroups.c: Likewise.
6645         * sysdeps/unix/sysv/linux/arm/getresgid.c: Likewise.
6646         * sysdeps/unix/sysv/linux/arm/getresuid.c: Likewise.
6647         * sysdeps/unix/sysv/linux/arm/getuid.c: Likewise.
6648         * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
6649         * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
6650         * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
6651         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
6652         * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
6653         * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
6654         * sysdeps/unix/sysv/linux/i386/getuid.c: Likewise.
6655         * sysdeps/unix/sysv/linux/m68k/getegid.c: Likewise.
6656         * sysdeps/unix/sysv/linux/m68k/geteuid.c: Likewise.
6657         * sysdeps/unix/sysv/linux/m68k/getgid.c: Likewise.
6658         * sysdeps/unix/sysv/linux/m68k/getgroups.c: Likewise.
6659         * sysdeps/unix/sysv/linux/m68k/getresgid.c: Likewise.
6660         * sysdeps/unix/sysv/linux/m68k/getresuid.c: Likewise.
6661         * sysdeps/unix/sysv/linux/m68k/getuid.c: Likewise.
6662         * sysdeps/unix/sysv/linux/s390/s390-32/getegid.c: Likewise.
6663         * sysdeps/unix/sysv/linux/s390/s390-32/geteuid.c: Likewise.
6664         * sysdeps/unix/sysv/linux/s390/s390-32/getgid.c: Likewise.
6665         * sysdeps/unix/sysv/linux/s390/s390-32/getgroups.c: Likewise.
6666         * sysdeps/unix/sysv/linux/s390/s390-32/getresgid.c: Likewise.
6667         * sysdeps/unix/sysv/linux/s390/s390-32/getresuid.c: Likewise.
6668         * sysdeps/unix/sysv/linux/s390/s390-32/getuid.c: Likewise.
6669         * sysdeps/unix/sysv/linux/sh/getegid.c: Likewise.
6670         * sysdeps/unix/sysv/linux/sh/geteuid.c: Likewise.
6671         * sysdeps/unix/sysv/linux/sh/getgid.c: Likewise.
6672         * sysdeps/unix/sysv/linux/sh/getgroups.c: Likewise.
6673         * sysdeps/unix/sysv/linux/sh/getresgid.c: Likewise.
6674         * sysdeps/unix/sysv/linux/sh/getresuid.c: Likewise.
6675         * sysdeps/unix/sysv/linux/sh/getuid.c: Likewise.
6676         * sysdeps/unix/sysv/linux/sparc/sparc32/getegid.c: Likewise.
6677         * sysdeps/unix/sysv/linux/sparc/sparc32/geteuid.c: Likewise.
6678         * sysdeps/unix/sysv/linux/sparc/sparc32/getgid.c: Likewise.
6679         * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: Likewise.
6680         * sysdeps/unix/sysv/linux/sparc/sparc32/getuid.c: Likewise.
6681         * sysdeps/unix/sysv/linux/arm/syscalls.list (getegid): Add
6682         syscall.
6683         (geteuid): Likewise.
6684         (getgid): Likewise.
6685         (getuid): Likewise.
6686         (getresgid): Likewise.
6687         (getresuid): Likewise.
6688         (getgroups): Likewise.
6689         * sysdeps/unix/sysv/linux/i386/syscalls.list (getegid): Likewise.
6690         (geteuid): Likewise.
6691         (getgid): Likewise.
6692         (getuid): Likewise.
6693         (getresgid): Likewise.
6694         (getresuid): Likewise.
6695         (getgroups): Likewise.
6696         * sysdeps/unix/sysv/linux/m68k/syscalls.list (getegid): Likewise.
6697         (geteuid): Likewise.
6698         (getgid): Likewise.
6699         (getuid): Likewise.
6700         (getresgid): Likewise.
6701         (getresuid): Likewise.
6702         (getgroups): Likewise.
6703         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (getegid):
6704         Likewise.
6705         (geteuid): Likewise.
6706         (getgid): Likewise.
6707         (getuid): Likewise.
6708         (getresgid): Likewise.
6709         (getresuid): Likewise.
6710         (getgroups): Likewise.
6711         * sysdeps/unix/sysv/linux/sh/syscalls.list (getegid): Likewise.
6712         (geteuid): Likewise.
6713         (getgid): Likewise.
6714         (getuid): Likewise.
6715         (getresgid): Likewise.
6716         (getresuid): Likewise.
6717         (getgroups): Likewise.
6718         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (getegid):
6719         Likewise.
6720         (geteuid): Likewise.
6721         (getgid): Likewise.
6722         (getuid): Likewise.
6723         (getgroups): Likewise.
6725         [BZ #14138]
6726         * sysdeps/unix/sysv/linux/i386/chown.c: Remove file.
6727         * sysdeps/unix/sysv/linux/i386/fchown.c: Likewise.
6728         * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
6729         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
6730         * sysdeps/unix/sysv/linux/s390/s390-32/fchown.c: Remove file.
6731         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Likewise.
6732         * sysdeps/unix/sysv/linux/sh/chown.c: Likewise.
6733         * sysdeps/unix/sysv/linux/sh/fchown.c: Likewise.
6734         * sysdeps/unix/sysv/linux/sh/lchown.c: Likewise.
6735         * sysdeps/unix/sysv/linux/sparc/sparc32/chown.c: Likewise.
6736         * sysdeps/unix/sysv/linux/sparc/sparc32/fchown.c: Likewise.
6737         * sysdeps/unix/sysv/linux/sparc/sparc32/lchown.c: Likewise.
6738         * sysdeps/unix/sysv/linux/s390/s390-32/Versions (GLIBC_2.1): Add
6739         __chown.
6740         * sysdeps/unix/sysv/linux/i386/syscalls.list (chown): Add syscall.
6741         (lchown): Likewise.
6742         (fchown): Likewise.
6743         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (chown):
6744         Likewise.
6745         (lchown): Likewise.
6746         (fchown): Likewise.
6747         * sysdeps/unix/sysv/linux/sh/syscalls.list (chown): Likewise.
6748         (lchown): Likewise.
6749         (fchown): Likewise.
6750         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (chown):
6751         Likewise.
6752         (lchown): Likewise.
6753         (fchown): Likewise.
6755 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
6757         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept):
6758         Simplify logic.
6760 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
6762         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
6763         Cleanup logic.
6765 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
6767         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
6768         Remove unused include.
6770 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
6772         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Remove spaces.
6773         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Remove spaces.
6774         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Remove spaces.
6775         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Remove spaces.
6777 2014-10-23  Carlos O'Donell  <carlos@systemhalted.org>
6778             Helge Deller <deller@gmx.de>
6780         [BZ #17508]
6781         * sysdeps/unix/sysv/linux/hppa/bits/signum.h: Remove SIGEMT.
6782         Define SIGSTKFLT as 7. Define SIGSYS as 31. Define SIGXCPU as 12.
6783         Remove SIGLOST. Define SIGXFSZ as 30. Define __SIGRTMIN as 32.
6785 2014-10-23  Joseph Myers  <joseph@codesourcery.com>
6787         [BZ #14132]
6788         * sysdeps/powerpc/powerpc32/libgcc-compat.S (__ashldi3_v_glibc20):
6789         Remove macro definition.
6790         (__ashrdi3_v_glibc20): Likewise.
6791         (__lshrdi3_v_glibc20): Likewise.
6792         (__cmpdi2_v_glibc20): Likewise.
6793         (__ucmpdi2_v_glibc20): Likewise.
6794         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixdfdi_v_glibc20): Likewise.
6795         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
6796         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
6797         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
6798         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
6799         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdisf_v_glibc20): Likewise.
6801 2014-10-22  Roland McGrath  <roland@hack.frob.com>
6803         * inet/netgroup.h (struct name_list): Use C99 [] syntax rather than
6804         old GNU extension [0] syntax.
6805         * nscd/nscd_helper.c (open_socket): Use a flexible array member and
6806         alloca rather than an array member with variable length.
6807         * nscd/netgroupcache.c (addgetnetgrentX): Likewise.
6808         * nscd/nscd.c (invalidate_db): New function, broken out of ...
6809         (parse_opt): ... here.  Likewise use alloca there.
6810         Validate the -i argument before checking for rootness.
6811         (send_shutdown): New function, broken out of ...
6812         (parse_opt): ... here.
6814 2014-10-22  Roland McGrath  <roland@hack.frob.com>
6816         * sysdeps/arm/__longjmp.S [NEED_HWCAP] [IS_IN_rtld]: Use LDST_PCREL
6817         macro to get at the _rt_local_ro field.
6818         [NEED_HWCAP] [!IS_IN_rtld]: Use LDR_GLOBAL to get at _rtld_global_ro
6819         ([PIC] case) or _dl_hwcap ([!PIC] case).
6820         * sysdeps/arm/setjmp.S: Likewise.
6822         * config.h.in (ARM_PCREL_MOVW_OK): New macro.
6823         * sysdeps/arm/configure.ac: New check to define it.
6824         * sysdeps/arm/configure: Regenerated.
6825         * sysdeps/arm/sysdep.h [__ASSEMBLER__]: Include <arm-features.h>.
6826         (LDST_INDEXED_NOINDEX, LDST_INDEXED_INDEX): New macros.
6827         (LDST_INDEXED, LDST_PC_INDEXED): New macros, differing definitions
6828         depending on [ARM_NO_INDEX_REGISTER] and [__thumb2__].
6829         (LDST_PCREL) [!__thumb2__ && ARCH_HAS_T2 && ARM_PCREL_MOVW_OK]:
6830         Use move/movt pair instead of a load.
6831         (LDST_GLOBAL): Macro removed.
6832         (LDR_GLOBAL): New macro replaces it.
6833         (LDR_HIDDEN): New macro.
6834         (PTR_MANGLE_LOAD): Use LDR_GLOBAL rather than LDST_GLOBAL.
6835         Use LDR_HIDDEN instead for __pointer_chk_guard_local.
6837         * setjmp/tst-setjmp-static.c: New file.
6838         * setjmp/Makefile (tests): Add it.
6839         (tests-static): New variable.
6841 2014-10-22  Maciej W. Rozycki  <macro@codesourcery.com>
6843         [BZ #17485]
6844         * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define.
6846 2014-10-21  Joseph Myers  <joseph@codesourcery.com>
6848         [BZ #14132]
6849         * math/s_ldexpf.c (__ldexpf): Do not use INTDEF.
6851 2014-10-21  Roland McGrath  <roland@hack.frob.com>
6853         * nptl/version.c (__nptl_main): Call __libc_write, not __write.
6855 2014-10-20  Roland McGrath  <roland@hack.frob.com>
6857         * io/fts.c (dirent_not_directory): New function.
6858         (fts_build): Call it.
6860 2014-10-20  Roland McGrath  <roland@hack.frob.com>
6862         * nptl/version.c (__nptl_main): Use normal __write rather than
6863         INTERNAL_SYSCALL.
6864         (banner): Update copyright years.
6866         * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
6867         gettimeofday.
6868         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
6869         * nptl/pthread_cond_timedwait.c: Likewise.
6870         * nptl/pthread_mutex_timedlock.c: Likewise.
6871         * nptl/sem_timedwait.c: Likewise.
6873         * sysdeps/nptl/bits/libc-lock.h
6874         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
6875         (__libc_lock_init_recursive): Return void, not 0.
6876         * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise.
6877         (__libc_rwlock_init): Likewise.
6878         * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise.
6880 2014-10-20  Torvald Riegel  <triegel@redhat.com>
6882         [BZ #15215]
6883         * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
6884         (__pthread_once_slow): ... here.
6885         * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
6886         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
6888 2014-10-20  Torvald Riegel  <triegel@redhat.com>
6890         [BZ #15215]
6891         * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
6892         __PTHREAD_ONCE_FORK_GEN_INCR): New.
6893         * sysdeps/nptl/fork.c (__libc_fork): Use them.
6894         * nptl/pthread_once.c (__pthread_once): Likewise.
6895         Update comments.
6897 2014-10-20  Joseph Myers  <joseph@codesourcery.com>
6899         [BZ #14138]
6900         * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
6901         name.
6902         (writev): Use __libc_writev as strong name.
6903         * sysdeps/unix/sysv/linux/readv.c: Remove file.
6904         * sysdeps/unix/sysv/linux/writev.c: Likewise.
6906 2014-10-17  Roland McGrath  <roland@hack.frob.com>
6908         * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
6910         * sysdeps/i386/nptl/tls.h
6911         (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
6912         [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
6913         New macros.
6914         * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
6915         (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
6916         * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
6917         Call SETUP_THREAD_SYSINFO instead of doing an assignment.
6918         * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
6919         Call CHECK_THREAD_SYSINFO instead of doing an assert.
6921         * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
6922         Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
6923         on [__NR_futex].
6924         * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
6925         broken out of ...
6926         (__pthread_mutex_init): ... here.  Call it.
6927         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
6928         Conditionalize PI cases on [__NR_futex].
6929         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
6930         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
6931         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
6933         * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
6934         conditional on [SIGSETXID].
6935         (sigcancel_handler): Make definition conditional on [SIGCANCEL].
6936         (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
6937         is defined.  Likewise for SIGSETXID.
6938         * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
6939         Conditionalize definitions on [SIGSETXID].
6940         (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
6941         * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
6942         unblocking on [SIGCANCEL].
6944         * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
6945         [__NR_set_robust_list].
6947 2014-10-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
6949         * string/strcoll_l.c (get_next_seq): Fix up formatting.
6950         (do_compare): Likewise.
6952 2014-10-17  Leonhard Holz  <leonhard.holz@web.de>
6954         [BZ #15884]
6955         * string/strcoll_l.c: Don't include stdio.h.
6956         (coll_seq): Remove members idxarr and rulearr.
6957         (get_next_seq_cached): Remove function.
6958         (get_next_seq): Likewise.
6959         (get_next_seq_nocache): Rename to get_next_seq.
6960         (do_compare): Remove function.
6961         (do_compare_nocache): Rename to do_compare.
6962         (STRCOLL): Remove weight and rules cache.
6964 2014-10-16  Roland McGrath  <roland@hack.frob.com>
6966         * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
6967         * sysdeps/arm/sfp-machine.h: ... to here.
6968         * sysdeps/arm/Implies: Remove arm/soft-fp.
6970 2014-10-14  Joseph Myers  <joseph@codesourcery.com>
6972         * conform/data/sys/utsname.h-data (*_t): Allow.
6973         * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
6974         [POSIX] (WEXITED): Do not expect constant.
6975         [POSIX] (WSTOPPED): Likewise.
6976         [POSIX] (WNOHANG): Likewise.
6977         [POSIX] (WNOWAIT): Likewise.
6978         [POSIX] (siginfo_t): Do not expect type or elements.
6979         [POSIX] (pid_t): Do not expect type.
6980         [POSIX] (signal.h): Do not allow header.
6981         [POSIX] (sys/resource.h): Likewise.
6982         [POSIX] (si_*): Do not allow pattern.
6983         [POSIX] (W*): Likewise.
6984         [POSIX] (P_*): Likewise.
6985         [POSIX] (BUS_*): Likewise.
6986         [POSIX] (CLD_*): Likewise.
6987         [POSIX] (FPE_*): Likewise.
6988         [POSIX] (ILL_*): Likewise.
6989         [POSIX] (POLL_*): Likewise.
6990         [POSIX] (SEGV_*): Likewise.
6991         [POSIX] (SI_*): Likewise.
6992         [POSIX] (TRAP_*): Likewise.
6993         * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
6994         variable.
6996 2014-10-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
6998         [BZ #12926]
6999         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
7000         infinite loop when __recvmsg returns 0.
7002 2014-10-10  Joseph Myers  <joseph@codesourcery.com>
7004         * CANCEL-FCT-WAIVE: Remove file.
7005         * CANCEL-FILE-WAIVE: Likewise.
7007         [BZ #14132]
7008         * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
7009         instead of INTVARDEF.
7010         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
7011         * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
7012         rtld_hidden_data_def instead of INTVARDEF.
7013         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
7014         * elf/dl-deps.c (expand_dst): Likewise.
7015         * elf/dl-load.c (_dl_dst_count): Likewise.
7016         (_dl_dst_substitute): Likewise.
7017         (decompose_rpath): Likewise.
7018         (_dl_init_paths): Likewise.
7019         (open_path): Likewise.
7020         (_dl_map_object): Likewise.
7021         * elf/rtld.c (dl_main): Likewise.
7022         (process_dl_audit): Likewise.
7023         (process_envvars): Likewise.
7024         * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
7025         Remove declaration.
7026         (__libc_enable_secure): Use rtld_hidden_proto.
7028 2014-10-09  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
7030         * elf/dl-load.c
7031         (add_path): New function broken out of _dl_rtld_di_serinfo.
7032         (_dl_rtld_di_serinfo): Remove that nested function.  Update call sites.
7034 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
7036         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
7037         parentheses around macro arguments.
7038         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
7039         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
7040         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
7041         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
7042         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
7043         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
7044         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
7045         [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
7046         [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
7047         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
7048         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
7049         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
7050         [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
7051         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
7052         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
7053         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
7054         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
7055         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
7056         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
7057         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
7058         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
7059         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
7060         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
7061         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
7062         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
7063         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
7064         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
7065         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
7066         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
7067         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
7068         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
7069         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
7070         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
7071         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
7072         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
7073         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
7074         Likewise.
7075         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
7076         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
7077         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
7078         [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
7079         [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
7080         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
7081         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
7082         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
7083         [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
7084         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
7085         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
7086         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
7087         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
7088         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
7089         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
7090         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
7091         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
7092         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
7093         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
7094         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
7095         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
7096         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
7097         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
7098         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
7099         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
7100         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
7101         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
7102         * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
7103         (_FP_FRAC_SRS_1): Likewise.
7104         (_FP_FRAC_CLZ_1): Likewise.
7105         (_FP_MUL_MEAT_1_imm): Likewise.
7106         (_FP_MUL_MEAT_1_wide): Likewise.
7107         (_FP_MUL_MEAT_1_hard): Likewise.
7108         (_FP_SQRT_MEAT_1): Likewise.
7109         (_FP_FRAC_ASSEMBLE_1): Likewise.
7110         (_FP_FRAC_DISASSEMBLE_1): Likewise.
7111         * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
7112         (__FP_CLZ_2): Likewise.
7113         (_FP_MUL_MEAT_2_wide): Likewise.
7114         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
7115         (_FP_MUL_MEAT_2_gmp): Likewise.
7116         (_FP_MUL_MEAT_2_120_240_double): Likewise.
7117         (_FP_SQRT_MEAT_2): Likewise.
7118         (_FP_FRAC_ASSEMBLE_2): Likewise.
7119         (_FP_FRAC_DISASSEMBLE_2): Likewise.
7120         * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
7121         (_FP_FRAC_CLZ_4): Likewise.
7122         (_FP_MUL_MEAT_4_wide): Likewise.
7123         (_FP_MUL_MEAT_4_gmp): Likewise.
7124         (_FP_SQRT_MEAT_4): Likewise.
7125         (_FP_FRAC_ASSEMBLE_4): Likewise.
7126         (_FP_FRAC_DISASSEMBLE_4): Likewise.
7127         * soft-fp/op-common.h (_FP_CMP): Likewise.
7128         (_FP_CMP_EQ): Likewise.
7129         (_FP_CMP_UNORD): Likewise.
7130         (_FP_TO_INT): Likewise.
7131         (_FP_FROM_INT): Likewise.
7132         [!__FP_CLZ] (__FP_CLZ): Likewise.
7133         (_FP_DIV_HELP_imm): Likewise.
7134         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
7135         Likewise.
7136         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
7137         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
7138         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
7139         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
7140         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
7141         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
7142         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
7143         [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
7144         [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
7145         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
7146         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
7147         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
7148         [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
7149         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
7150         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
7151         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
7152         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
7153         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
7154         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
7155         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
7156         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
7157         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
7158         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
7159         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
7160         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
7161         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
7162         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
7163         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
7164         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
7165         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
7166         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
7167         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
7168         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
7169         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
7170         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
7171         * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
7172         (FP_UNPACK_RAW_SP): Likewise.
7173         (FP_PACK_RAW_S): Likewise.
7174         (FP_PACK_RAW_SP): Likewise.
7175         (FP_UNPACK_S): Likewise.
7176         (FP_UNPACK_SP): Likewise.
7177         (FP_UNPACK_SEMIRAW_S): Likewise.
7178         (FP_UNPACK_SEMIRAW_SP): Likewise.
7179         (FP_PACK_S): Likewise.
7180         (FP_PACK_SP): Likewise.
7181         (FP_PACK_SEMIRAW_S): Likewise.
7182         (FP_PACK_SEMIRAW_SP): Likewise.
7183         (_FP_SQRT_MEAT_S): Likewise.
7184         (FP_CMP_S): Likewise.
7185         (FP_CMP_EQ_S): Likewise.
7186         (FP_CMP_UNORD_S): Likewise.
7187         (FP_TO_INT_S): Likewise.
7188         (FP_FROM_INT_S): Likewise.
7190         * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
7192         * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
7193         (FP_EX_INVALID_IMZ): Likewise.
7194         (FP_EX_INVALID_IMZ_FMA): Likewise.
7195         (FP_EX_INVALID_ISI): Likewise.
7196         (FP_EX_INVALID_ZDZ): Likewise.
7197         (FP_EX_INVALID_IDI): Likewise.
7198         (FP_EX_INVALID_SQRT): Likewise.
7199         (FP_EX_INVALID_CVI): Likewise.
7200         (FP_EX_INVALID_VC): Likewise.
7201         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
7202         "invalid" exceptions.
7203         (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
7204         (_FP_ADD_INTERNAL): Likewise.
7205         (_FP_MUL): Likewise.
7206         (_FP_FMA): Likewise.
7207         (_FP_DIV): Likewise.
7208         (_FP_CMP_CHECK_NAN): Likewise.
7209         (_FP_SQRT): Likewise.
7210         (_FP_TO_INT): Likewise.
7211         (FP_EXTEND): Likewise.
7213 2014-10-09  Allan McRae  <allan@archlinux.org>
7215         * po/fr.po: Update French translation from translation project.
7217 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
7219         [BZ #14132]
7220         * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
7221         of INTDEF.
7222         * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
7223         (__cxa_atexit): Use libc_hidden_proto.
7224         [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
7226         [BZ #14132]
7227         * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
7228         declaration.
7229         [!_ISOMAC] (__iswdigit_l_internal): Likewise.
7230         [!_ISOMAC] (__iswspace_l_internal): Likewise.
7231         [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
7232         [!_ISOMAC] (__iswctype_internal): Likewise.
7233         * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
7234         * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
7235         alias.
7236         (fcntl): Remove __fcntl_internal alias.
7237         * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
7238         __connect_internal alias.
7239         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
7240         Likewise.
7242         * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
7243         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
7244         FP_DENORM_ZERO.
7245         (_FP_CHECK_FLUSH_ZERO): New macro.
7246         (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
7247         (_FP_CMP): Likewise.
7248         (_FP_CMP_EQ): Likewise.
7249         (_FP_TO_INT): Do not set inexact for subnormal arguments if
7250         FP_DENORM_ZERO.
7251         (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
7252         (FP_TRUNC): Likewise.
7254         * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
7255         treated as invalid conversion, not as normal exponent.
7257         * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
7258         (_FP_CMP): Add extra argument EX.  Call _FP_CMP_CHECK_NAN.
7259         (_FP_CMP_EQ): Likewise.
7260         (_FP_CMP_UNORD): Likewise.
7261         * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
7262         (FP_CMP_EQ_D): Likewise.
7263         (FP_CMP_UNORD_D): Likewise.
7264         * soft-fp/extended.h (FP_CMP_E): Likewise.
7265         (FP_CMP_EQ_E): Likewise.
7266         (FP_CMP_UNORD_E): Likewise.
7267         * soft-fp/quad.h (FP_CMP_Q): Likewise.
7268         (FP_CMP_EQ_Q): Likewise.
7269         (FP_CMP_UNORD_Q): Likewise.
7270         * soft-fp/single.h (FP_CMP_S): Likewise.
7271         (FP_CMP_EQ_S): Likewise.
7272         (FP_CMP_UNORD_S): Likewise.
7273         * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
7274         * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
7275         * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
7276         * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
7277         * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
7278         * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
7279         * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
7280         * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
7281         * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
7282         * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
7283         * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
7284         * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
7285         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
7286         to FP_CMP_Q.
7287         * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
7288         FP_CMP_Q.
7289         * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
7290         * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
7291         FP_CMP_EQ_Q.
7292         * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
7293         FP_CMP_Q.
7294         * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
7295         * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
7296         * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
7297         * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
7298         FP_CMP_EQ_Q.
7299         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
7300         FP_CMP_Q.
7301         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
7302         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
7303         FP_CMP_EQ_Q.
7304         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
7305         FP_CMP_Q.
7306         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
7307         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
7308         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
7309         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
7310         FP_CMP_EQ_Q.
7312         * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
7313         a subnormal result, set the underflow exception if trapping on
7314         underflow is enabled.
7315         * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
7316         (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
7317         [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
7318         redefine to 0.
7319         * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
7320         * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
7321         * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
7322         * soft-fp/extendxftf2.c (__extendxftf2): Use
7323         FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
7325         * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
7326         * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
7327         (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
7328         FP_HANDLE_EXCEPTIONS.
7329         * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
7330         (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
7331         FP_HANDLE_EXCEPTIONS.
7332         * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
7333         (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
7334         FP_HANDLE_EXCEPTIONS.
7335         * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
7336         (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
7337         FP_HANDLE_EXCEPTIONS.
7339 2014-10-08  Joseph Myers  <joseph@codesourcery.com>
7341         [BZ #14132]
7342         * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
7343         * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
7344         use INTUSE.
7345         [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
7346         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
7347         Remove alias.
7348         (__adjtimex): Define using libc_hidden_ver.
7349         * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
7350         Remove declaration.
7351         (ntp_gettime): Call __adjtimex directly.
7352         * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
7353         Remove declaration.
7354         (ntp_gettimex): Call __adjtimex directly.
7355         * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
7356         __adjtimex_internal alias.
7358 2014-10-08  Roland McGrath  <roland@hack.frob.com>
7360         [BZ #17460]
7361         * nscd/nscd.c (more_help): Rewrite list of tables collection
7362         using xstrdup and asprintf.
7364         * nscd/nscd_conf.c: Remove local xstrdup declaration.
7366 2014-10-08  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
7367             Roland McGrath  <roland@hack.frob.com>
7369         * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
7370         (do_lookup_unique): ... local function 'enter' here; update callers.
7372 2014-10-06  Joseph Myers  <joseph@codesourcery.com>
7374         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
7375         compat_symbol calls on [SHARED].
7376         * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
7377         * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
7378         Remove.
7379         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
7380         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
7381         (oldsetrlimit): Remove.
7382         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
7383         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
7384         (lchown): New syscall entry.
7385         (oldsetrlimit): Remove.
7386         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
7387         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
7388         (oldsetrlimit): Remove.
7389         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
7391         [BZ #14138]
7392         * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
7393         * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
7394         * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
7395         * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
7396         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
7397         * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
7398         (fchown): Likewise.
7399         * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
7400         (fchown): Likewise.
7401         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
7402         Likewise.
7404 2014-10-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7406         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
7407         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
7408         (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
7409         __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
7410         * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
7411         Likewise.
7412         (__old_sem_post): Likewise.
7414 2014-10-06  Chris Metcalf  <cmetcalf@tilera.com>
7416         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
7417         INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
7418         HAVE_CLOCK_GETTIME_VSYSCALL macros.
7419         * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
7420         Use INLINE_VSYSCALL macro.
7421         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
7422         __vdso_clock_gettime.
7423         * sysdeps/unix/sysv/linux/tile/init-first.c
7424         (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
7425         * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
7426         __vdso_clock_gettime.
7428         * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
7429         to set up frame more cleanly.
7431         * sysdeps/tile/memcmp.c: New file.
7433         * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
7435         * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
7436         * sysdeps/tile/tilegx/strcasestr.c: New file.
7437         * sysdeps/tile/tilegx/strnlen.c: New file.
7438         * sysdeps/tile/tilegx/strstr.c: New file.
7440         * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
7442 2014-10-06  Arjun Shankar  <arjun.is@lostca.se>
7444         * nptl/tst-setuid3.c: Write errors to stdout.
7446 2014-10-01  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
7448         * elf/dl-deps.c
7449         (preload): New functions broken out of _dl_map_object_deps.
7450         (_dl_map_object_deps):  Remove a nested function. Update call sites.
7452 2014-10-01  Joseph Myers  <joseph@codesourcery.com>
7454         [BZ #14138]
7455         * sysdeps/unix/sysv/linux/execve.c: Remove file.
7456         * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
7458 2014-10-01  Steve Ellcey  <sellcey@mips.com>
7460         * sysdeps/mips/strcmp.S: New.
7462 2014-09-30  Joseph Myers  <joseph@codesourcery.com>
7464         [BZ #14138]
7465         * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
7466         (linkat): Likewise.
7467         (mkdirat): Likewise.
7468         (readlinkat): Likewise.
7469         (renameat): Likewise.
7470         (symlinkat): Likewise.
7471         (unlinkat): Likewise.
7472         * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
7473         * sysdeps/unix/sysv/linux/linkat.c: Likewise.
7474         * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
7475         * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
7476         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
7477         * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
7478         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
7480 2014-09-30  Will Newton  <will.newton@linaro.org>
7482         * math/math.h: Define long double math functions if
7483         _LIBC_TEST is defined.
7484         * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
7486         * localedata/Makefile: Move assignment to tests-special
7487         into an ifdef testing run-built-tests.
7488         * timezone/Makefile: Likewise.
7490 2014-09-29  Joseph Myers  <joseph@codesourcery.com>
7492         * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
7493         with $(BASH) not $(SHELL).
7495 2014-09-29  Carlos O'Donell  <carlos@redhat.com>
7496             Matthew LeGendre  <legendre1@llnl.gov>
7498         [BZ #17411]
7499         * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
7500         l_reloc_result.
7502 2014-09-29  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
7504         * stdio-common/printf_fp.c
7505         (hack_digit): New function, broken out of ...
7506         (__printf_fp): ... local function here.  Update call sites.
7507         hack_digit now takes an additional parameter that is a pointer
7508         to a struct of the referenced locals.  Those locals moved inside
7509         the struct and references updated.
7511 2014-09-29  H.J. Lu  <hongjiu.lu@intel.com>
7513         * aclocal.m4: Require autoconf 2.69.
7514         * configure: Regenerated.
7515         * sysdeps/aarch64/configure: Likewise.
7516         * sysdeps/alpha/configure: Likewise.
7517         * sysdeps/arm/armv7/configure: Likewise.
7518         * sysdeps/arm/configure: Likewise.
7519         * sysdeps/ia64/configure: Likewise.
7520         * sysdeps/mach/configure: Likewise.
7521         * sysdeps/mips/configure: Likewise.
7522         * sysdeps/s390/configure: Likewise.
7523         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
7524         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
7526         * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
7527         file.
7528         * sysdeps/ia64/configure.ac: Likewise.
7530 2014-09-26  Joseph Myers  <joseph@codesourcery.com>
7532         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
7533         specify symbol version for ld.so.  Do not include entry for
7534         libpthread.
7535         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
7536         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
7537         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
7539         [BZ #14171]
7540         * Makeconfig [$(build-shared) = yes]
7541         ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
7542         makefiles.
7543         [$(build-shared) = yes && $(soversions.mk-done) = t]
7544         ($(common-objpfx)gnu/lib-names.h): Remove rule.
7545         [$(build-shared) = yes && $(soversions.mk-done) = t]
7546         ($(common-objpfx)gnu/lib-names.stmp): Likewise.  Split and moved
7547         to Makerules.
7548         [$(build-shared) = yes && $(soversions.mk-done) = t]
7549         (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
7550         here.
7551         [$(build-shared) = yes && $(soversions.mk-done) = t]
7552         (common-generated): Don't append gnu/lib-names.h and
7553         gnu/lib-names.stmp here.
7554         * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
7555         (lib-names-h-abi): New variable.
7556         [$(build-shared) = yes && $(soversions.mk-done) = t]
7557         (lib-names-stmp-abi): Likewise.
7558         [$(build-shared) = yes && $(soversions.mk-done) = t &&
7559         abi-variants] (before-compile): Append
7560         $(common-objpfx)$(lib-names-h-abi).
7561         [$(build-shared) = yes && $(soversions.mk-done) = t &&
7562         abi-variants] (common-generated): Append gnu/lib-names.h.
7563         [$(build-shared) = yes && $(soversions.mk-done) = t &&
7564         abi-variants] (install-others-nosubdir): Depend on
7565         $(inst_includedir)/$(lib-names-h-abi).
7566         [$(build-shared) = yes && $(soversions.mk-done) = t &&
7567         abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
7568         [$(build-shared) = yes && $(soversions.mk-done) = t]
7569         ($(common-objpfx)$(lib-names-h-abi)): New rule.
7570         [$(build-shared) = yes && $(soversions.mk-done) = t]
7571         ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
7572         [$(build-shared) = yes && $(soversions.mk-done) = t]
7573         (common-generated): Append $(lib-names-h-abi) and
7574         $(lib-names-stmp-abi).
7575         * scripts/lib-names.awk: Do not handle multi being set.
7576         * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
7577         Remove variable.
7578         (abi-lp64_be-ld-soname): Likewise.
7579         * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
7580         Likewise.
7581         (abi-hard-ld-soname): Likewise.
7582         * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
7583         * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
7584         Remove variable.
7585         (abi-o32_hard-ld-soname): Likewise.
7586         (abi-o32_soft_2008-ld-soname): Likewise.
7587         (abi-o32_hard_2008-ld-soname): Likewise.
7588         (abi-n32_soft-ld-soname): Likewise.
7589         (abi-n32_hard-ld-soname): Likewise.
7590         (abi-n32_soft_2008-ld-soname): Likewise.
7591         (abi-n32_hard_2008-ld-soname): Likewise.
7592         (abi-n64_soft-ld-soname): Likewise.
7593         (abi-n64_hard-ld-soname): Likewise.
7594         (abi-n64_soft_2008-ld-soname): Likewise.
7595         (abi-n64_hard_2008-ld-soname): Likewise.
7596         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
7597         Likewise.
7598         (abi-64-v2-ld-soname): Likewise.
7599         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
7600         ld.so entries.
7601         * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
7602         variable.
7603         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
7604         entry.
7605         * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
7606         variable.
7607         (abi-64-ld-soname): Likewise.
7608         (abi-x32-ld-soname): Likewise.
7609         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
7610         entry.
7611         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
7613 2014-09-23  Joseph Myers  <joseph@codesourcery.com>
7615         [BZ #14138]
7616         * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
7617         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
7618         * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
7619         * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
7620         * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
7621         * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
7622         * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
7623         syscall entry for GLIBC_2.2 symbol version.
7624         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
7625         Likewise.
7626         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
7627         (setrlimit): Likewise.
7628         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
7629         Likewise.
7631 2014-09-23  Will Newton  <will.newton@linaro.org>
7633         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
7634         _LINUX_ARM_SYSDEP_H include guard too.
7635         * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
7636         define.
7638 2014-09-20  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
7640         * sysdeps/unix/sysv/linux/eventfd.c:
7641         Make first argument unsigned.
7642         * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
7643         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
7645 2014-09-20  Ondřej Bílka  <neleai@seznam.cz>
7647         * socket/recvmmsg.c (recvmmsg): Drop const argument.
7648         * socket/sys/socket.h: Likewise
7649         * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
7651 2014-09-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
7653         * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
7655 2014-09-17  Arjun Shankar  <arjun.is@lostca.se>
7657         * time/tst-ftime.c: New test.
7658         * time/Makefile (tests): Add tst-ftime.
7660 2014-09-17  Joseph Myers  <joseph@codesourcery.com>
7662         * soft-fp/extended.h: Fix comment formatting.
7663         * soft-fp/op-1.h: Likewise.
7664         * soft-fp/op-2.h: Likewise.
7665         * soft-fp/op-4.h: Likewise.
7666         * soft-fp/op-8.h: Likewise.
7667         * soft-fp/op-common.h: Likewise.
7668         * soft-fp/soft-fp.h: Likewise.
7670         * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
7672 2014-09-16  Joseph Myers  <joseph@codesourcery.com>
7674         [BZ #6652]
7675         * Makeconfig (soversions-default-setname): Remove variable.
7676         ($(common-objpfx)soversions.i): Don't pass default_setname to
7677         soversions.awk.
7678         * Makerules ($(common-objpfx)abi-versions.h): Don't pass
7679         oldest_abi to abi-versions.awk.
7680         * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
7681         * config.make.in (oldest-abi): Remove variable.
7682         * configure.ac (--enable-oldest-abi): Remove configure option.
7683         * configure: Regenerated.
7684         * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
7685         text.
7686         * scripts/abi-versions.awk: Do not handle oldest_abi variable.
7687         * scripts/soversions.awk: Do not handle default_setname variable.
7688         * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
7689         variable.
7690         * sysdeps/mach/hurd/configure: Regenerated.
7691         * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
7692         variable.
7693         * sysdeps/unix/sysv/linux/configure: Regenerated.
7695 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
7697         * elf/Makefile (CFLAGS-interp.c): Remove.
7698         ($(elf-objpfx)runtime-linker.h): Generate header with linker
7699         path string.
7700         * elf/interp.c: Include generated runtime-linker.h
7702         * Makerules (lib%.so): Don't include $(+interp) in
7703         prerequisites.
7704         * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
7705         * dlfcn/eval.c: Remove file.
7707         * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
7708         macros.
7710         [BZ #17266]
7711         * misc/sys/cdefs.h: Define __extern_always_inline for clang
7712         4.2 and newer.
7714         [BZ #17370]
7715         * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
7717 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
7718             Jakub Jelinek  <jakub@redhat.com>
7720         [BZ #17266]
7721         * libio/stdio.h: Check definition of __fortify_function
7722         instead of __extern_always_inline to include bits/stdio2.h.
7723         * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
7724         check if __extern_always_inline is defined.
7725         [__USE_MISC || __USE_XOPEN]: Likewise.
7726         [__USE_ISOC99] Likewise.
7727         * misc/sys/cdefs.h (__fortify_function): Define only if
7728         __extern_always_inline is defined.
7729         [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
7730         __extern_always_inline and __extern_inline only for g++-4.3
7731         and newer or a compatible gcc.
7733 2014-09-15  Andreas Schwab  <schwab@linux-m68k.org>
7735         [BZ #17371]
7736         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
7737         last change to handle zero prefix length.
7739 2014-09-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
7741         * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
7742         _SC_REGEX_VERSION.
7744         * posix/getconf.c (vars): Add _POSIX_IPV6 and
7745         _POSIX_RAW_SOCKETS.
7747 2014-09-13  Allan McRae  <allan@archlinux.org>
7749         * po/ru.po: Update Russian translation from translation project.
7751 2014-09-12  Roland McGrath  <roland@hack.frob.com>
7753         * locale/programs/locale.c (show_locale_vars): Inline local function
7754         into its sole call site.  Clean up some style nits.
7755         (print_item): New function, broken out of ...
7756         (show_info): ... local function here.  Clean up style nits.
7758         * locale/programs/ld-ctype.c (set_one_default): New function, broken
7759         out of ...
7760         (set_class_defaults): ... local function set_default here.
7761         Define set_default as a macro locally to pass constant parameters.
7762         (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
7763         rather than a shared local.
7765         * stdlib/rpmatch.c (try): New function, broken out of ...
7766         (rpmatch): ... local function here.  Also, prototypify definition.
7768 2014-09-12  Joseph Myers  <joseph@codesourcery.com>
7770         * scripts/soversions.awk: Do not handle configuration names.
7771         * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
7772         vendor and os variables to soversions.awk.
7773         * configure.ac: Do not modify gnu-* host_os.
7774         * configure: Regenerated
7775         * shlib-versions: Remove first column with configuration names.
7776         * nptl/shlib-versions: Likewise.
7777         * nptl_db/shlib-versions: Likewise.
7778         * sysdeps/hppa/shlib-versions: Likewise.
7779         * sysdeps/m68k/shlib-versions: Likewise.
7780         * sysdeps/mach/hurd/shlib-versions: Likewise.
7781         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
7782         * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
7783         * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
7784         * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
7785         * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
7786         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
7787         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
7788         * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
7789         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
7790         Likewise.
7791         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
7792         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
7793         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
7794         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
7795         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
7796         * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
7797         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
7798         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
7800         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
7801         (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
7802         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
7803         Regenerated.
7804         * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
7805         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
7806         Condition symbol version definitions on [HAVE_ELFV2_ABI].
7808         * shlib-versions: Remove OS-specific entries.  Moved to files in
7809         sysdeps.
7810         * sysdeps/mach/hurd/shlib-versions: New file.
7811         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
7813         * nptl/shlib-versions: Remove architecture-specific entries.
7814         Moved to files in sysdeps.
7815         * shlib-versions: Likewise.
7816         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
7817         file.
7818         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
7819         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
7820         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
7821         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
7823         * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
7824         (UDP_NO_CHECK6_RX): Likewise.
7826 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
7828         * sysdeps/posix/sysconf.c (__sysconf): Spell
7829         _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
7831 2014-08-12  Florian Weimer  <fweimer@redhat.com>
7833         * iconv/gconv_open.c (__gconv_open): Remove transliteration module
7834         loading.
7835         * iconv/Versions (__gconv_transliterate): Export for use from
7836         gconv modules.
7837         * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
7838         (struct __gconv_trans_data, __gconv_trans_fct,
7839         __gconv_trans_context_fct, __gconv_trans_query_fct,
7840         __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
7841         definitions.
7842         (struct __gconv_step_data): Remove __trans member.
7843         (__gconv_transliterate): Declaration moved from gconv_int.h.  No
7844         longer hidden.  Remove unused trans_data argument.
7845         * iconv/gconv_int.h (struct trans_struct): Remove definition.
7846         (__gconv_translit_find): Remove declaration.
7847         (__gconv_transliterate): Declaration moved to gconv.h.  Add hidden
7848         prototype.
7849         * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
7850         * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
7851         trans_data argument.  Add hidden definition.
7852         (__gconv_translit_find): Remove.
7853         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
7854         __gconv_transliterate directly if __GCONV_TRANSLIT is set.
7855         * iconv/skeleton.c: Remove transliteration initialization.
7856         * libio/fileops.c (_IO_new_file_fopen): Adjust struct
7857         __gconv_step_data initialization.
7858         * libio/iofwide.c (__libio_translit_): Remove.
7859         (_IO_fwide): Adjust struct __gconv_step_data initialization.
7860         * wcsmbs/btowc.c (__btowc): Likewise.
7861         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
7862         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
7863         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
7864         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
7865         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
7866         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
7867         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
7868         * wcsmbs/wctob.c (wctob): Likewise.
7870 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
7872         [BZ #16194]
7873         * sysdeps/x86/tst-xmmymm.sh: Rename file to...
7874         * sysdeps/x86/tst-ld-sse-use.sh: ... this.  Check for zmm
7875         register usage.
7876         * sysdeps/x86/Makefile: Adjust.
7878 2014-09-11  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
7879             Roland McGrath  <roland@hack.frob.com>
7881         * locale/weight.h: Add include guard.
7882         (findidx): Make static rather than auto; take new parameters
7883         TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
7884         * locale/weightwc.h: Likewise.
7885         * posix/fnmatch_loop.c
7886         (FCT): Change type of EXTRA from int32_t to wint_t.
7887         Don't include either header inside the function.
7888         Call FINDIDX rather than findidx, and pass new arguments.
7889         #undef FINDIDX at the end of the file.
7890         * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
7891         FINDIDX before including fnmatch_loop.c for the non-wide version.
7892         [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
7893         #include <locale/weightwc.h>, and define FINDIDX to findidxwc
7894         for the wide version.
7895         * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
7896         (build_equiv_class) [_LIBC]: Don't #include it inside the function.
7897         Pass new arguments to findidx.
7898         * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
7899         [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
7900         Don't #include it inside the function.  Pass new arguments to findidx.
7901         * posix/regex_internal.h
7902         [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
7903         (re_string_elem_size_at): Don't #include it inside the function.
7904         Pass new arguments to findidx.
7905         * string/strcoll_l.c: #include WEIGHT_H at top level.
7906         (get_next_seq): Don't #include it inside the function.
7907         Pass new arguments to findidx.
7908         (get_next_seq_nocache): Likewise.
7909         * string/strxfrm_l.c: #include WEIGHT_H at top level.
7910         (STRXFRM): Don't #include it inside the function.
7911         Pass new arguments to findidx.
7913 2014-09-11  Florian Weimer  <fweimer@redhat.com>
7915         [BZ #17344]
7916         * malloc/malloc.c (unlink): Turn asserts into a call to
7917         malloc_printerr.
7919 2014-09-11  Tim Lammens  <tim.lammens@gmail.com>
7921         [BZ #17370]
7922         * libio/wfileops (do_ftell_wide): Free OUT.
7924 2014-09-10  Chris Metcalf  <cmetcalf@tilera.com>
7926         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
7928 2014-09-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
7930         [BZ #17363]
7931         * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
7932         group if the current group is empty.
7934 2014-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7936         * benchtests/bench-memset.c (test_main): Add more test from size
7937         from 32 to 512 bytes.
7938         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
7939         Add POWER8 memset object.
7940         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
7941         (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
7942         * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
7943         implementation.
7944         * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
7945         Likewise.
7946         * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
7947         multiarch POWER8 memset optimization.
7948         * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
7949         POWER8 memset optimization.
7951         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
7952         Remove bzero multiarch objects.
7953         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
7954         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
7955         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
7956         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
7957         Remove define.
7958         [__bzero]: Redefine to specific name.
7959         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
7960         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
7961         * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
7962         define.
7963         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
7964         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
7966 2014-09-10  Florian Weimer  <fweimer@redhat.com>
7968         * Makeconfig (gccwarn-c): Turn implicit-function-declaration
7969         warnings into errors.
7971         * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
7972         __cxa_thread_atexit_impl prototype.
7974 2014-09-09  Steve Ellcey  <sellcey@mips.com>
7976         * sysdeps/mips/preconfigure: Put code inside mips* case statement.
7977         Fix capitalization of error message.
7979 2014-09-09  Steve Ellcey  <sellcey@mips.com>
7981         * sysdeps/mips/preconfigure: Modify ABI tests.
7983 2014-09-07  Carlos O'Donell  <carlos@systemhalted.org>
7985         * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
7987 2014-09-07  Roland McGrath  <roland@hack.frob.com>
7988             Carlos O'Donell  <carlos@systemhalted.org>
7990         * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
7991         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
7992         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
7993         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
7994         * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
7995         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
7996         * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
7997         * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
7998         * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
7999         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
8000         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
8001         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
8002         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
8003         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
8004         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
8005         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
8006         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
8007         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
8008         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
8009         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
8010         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
8011         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
8012         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
8013         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
8014         * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
8015         * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
8016         * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
8017         * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
8018         Deconditionalize the code that was previously under [RESET_PID].
8019         * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
8020         * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
8021         * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
8022         * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
8023         include sysdep.h.
8025 2014-09-08  Allan McRae  <allan@archlinux.org>
8027         * version.h (RELEASE): Set to "development".
8028         (VERSION): Set to "2.20.90"
8030 2014-09-07  Allan McRae  <allan@archlinux.org
8032         * version.h (RELEASE): Set to "stable".
8033         (VERSION): Set to "2.20"
8034         * include/features.h (__GLIBC_MINOR__): Set to 20.
8036         * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
8037         Liebler.
8039         * po/ko.po: Update Korean translation from translation project.
8041 2014-09-06  Chris Metcalf  <cmetcalf@tilera.com>
8043         [BZ #17354]
8044         * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
8045         macro for handling signed relocations.
8047 2014-09-03  Florian Weimer  <fweimer@redhat.com>
8049         [BZ #17325]
8050         * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
8051         * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
8052         assert.
8053         * iconvdata/ibm933.c (BODY): Fix check for sentinel.
8054         * iconvdata/ibm935.c (BODY): Likewise.
8055         * iconvdata/ibm937.c (BODY): Likewise.
8056         * iconvdata/ibm939.c (BODY): Likewise.
8057         * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
8058         assert.
8059         * iconvdata/Makefile (iconv-test.out): Pass module list to test
8060         script.
8061         * iconvdata/run-iconv-test.sh: New test loop for checking for
8062         decoder crashers.
8064 2014-09-02  Khem Raj  <raj.khem@gmail.com>
8066         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
8067         libm_hidden_ver.
8069 2014-09-01  Allan McRae  <allan@archlinux.org>
8071         * po/eo.po: Update Esperanto translation from translation project.
8073         * po/ca.po: Update Catalan translation from translation project.
8075 2014-08-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
8077         * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
8078         __proc_dostop call.
8080 2014-08-27  Mark Wielaard  <mjw@redhat.com>
8082         [BZ #17319]
8083         * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
8084         to call set_thread_area instead of hand written asm.
8085         (__NR_set_thread_area): Removed define.
8086         (TLS_FLAG_WRITABLE): Likewise.
8087         (__ASSUME_SET_THREAD_AREA): Remove check.
8088         (TLS_EBX_ARG): Remove define.
8089         (TLS_LOAD_EBX): Likewise.
8091 2014-08-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
8093         Simplify atomicity of socket creation in bind.
8095         * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
8096         looking up the name after linking the file.
8098 2014-08-27  Allan McRae  <allan@archlinux.org>
8100         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
8102 2014-08-26  Florian Weimer  <fweimer@redhat.com>
8104         [BZ #17187]
8105         * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
8106         trans_compare, open_translit, __gconv_translit_find):
8107         Remove module loading code.
8109 2014-08-26  Allan McRae  <allan@archlinux.org>
8111         * po/vi.po: Update Vietnamese translation from translation project.
8113         * po/uk.po: Update Ukrainian translation from translation project.
8115         * po/fr.po: Update French translation from translation project.
8117         * po/ru.po: Update Russian translation from translation project.
8119         * po/pl.po: Update Polish translation from translation project.
8121         * po/cs.po: Update Czech translation from translation project.
8123         * po/de.po: Update German translation from translation project.
8125         * po/bg.po: Update Bulgarian translation from translation project.
8127         * po/sv.po: Update Sweedish translation from translation project.
8129         * po/nl.po: Update Dutch translation from translation project.
8131         * po/es.po: Update Spanish translation from translation project.
8133 2014-08-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
8135         * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
8137         * catgets/Makefile (CPPFLAGS-gencat): Remove.
8138         * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
8139         (CPPFLAGS-iconvconfig): Likewise.
8140         * timezone/Makefile (CPPFLAGS-zic): Likewise.
8142         * include/libc-symbols.h: Remove unnecessary check for
8143         NOT_IN_libc.
8144         * nptl/pthreadP.h: Likewise.
8145         * sysdeps/aarch64/setjmp.S: Likewise.
8146         * sysdeps/alpha/setjmp.S: Likewise.
8147         * sysdeps/arm/sysdep.h: Likewise.
8148         * sysdeps/i386/setjmp.S: Likewise.
8149         * sysdeps/m68k/setjmp.c: Likewise.
8150         * sysdeps/posix/getcwd.c: Likewise.
8151         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
8152         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
8153         * sysdeps/s390/s390-32/setjmp.S: Likewise.
8154         * sysdeps/s390/s390-64/setjmp.S: Likewise.
8155         * sysdeps/sh/sh3/setjmp.S: Likewise.
8156         * sysdeps/sh/sh4/setjmp.S: Likewise.
8157         * sysdeps/unix/alpha/sysdep.h: Likewise.
8158         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
8159         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
8160         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
8161         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
8162         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
8163         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
8164         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
8165         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
8166         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
8167         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
8168         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
8169         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
8170         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
8171         * sysdeps/x86_64/setjmp.S: Likewise.
8173 2014-08-13  Joseph Myers  <joseph@codesourcery.com>
8175         [BZ #17263]
8176         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
8177         <stdint.h>.
8178         (__get_clockfreq): Use uint64_t instead of hp_timing_t in
8179         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
8181 2014-08-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
8183         * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
8185         [BZ #17262]
8186         * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
8187         and __x86_64__ when disabling x87 inline functions.
8189 2014-08-12  H.J. Lu  <hongjiu.lu@intel.com>
8191         [BZ #17259]
8192         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
8193         asm statement with __cpuid_count.
8195 2014-08-12  Mike Frysinger  <vapier@gentoo.org>
8197         * configure.ac: Change __ehdr_start code to dereference the struct.
8198         Run readelf on the output to look for relocations.
8199         * configure: Regenerated.
8201 2014-08-12  Joseph Myers  <joseph@codesourcery.com>
8203         [BZ #17261]
8204         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
8205         value to 0.
8206         (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
8208 2014-08-12  Roland McGrath  <roland@hack.frob.com>
8210         * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
8212 2014-08-12  Bernard Ogden  <bernie.ogden@linaro.org>
8214         [BZ #16892]
8215         * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
8216         atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
8218 2014-08-12  Sean Anderson  <seanga2@gmail.com>
8220         * malloc/malloc.c: Fix typo in comment.
8222 2014-08-09  Allan McRae  <allan@archlinux.org>
8224         * Regenerate libc.po.
8226 2014-08-08  Mike Frysinger  <vapier@gentoo.org>
8228         * intl/tst-gettext2.sh: Check every lang file for creation.
8230 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
8232         * sysdeps/aarch64/fpu/math_private.h
8233         (libc_feholdsetround_noex_aarch64_ctx): New function.
8235 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
8237         * sysdeps/arm/armv6/strcpy.S (strcpy):
8238         Fix performance issue in misaligned cases.
8240 2014-08-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8242         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
8243         Move definition from termios.h.
8244         (struct termio): Likewise.
8245         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
8246         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
8247         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
8248         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
8249         Likewise.
8250         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
8251         Move definition to ioctl-types.h
8252         (struct termio): Likewise.
8253         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
8254         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
8255         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
8256         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
8257         Likewise.
8259 2014-08-05  Richard Henderson  <rth@redhat.com>
8261         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
8262         exceptions.
8263         * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
8264         Add fraiseexcpt.
8265         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
8266         Use __feraiseexcept.
8267         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
8268         Protect libm symbols with IS_IN_libm.
8270         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
8272 2014-08-04  Bernard Ogden  <bernie.ogden@linaro.org>
8274         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
8276 2014-08-04  Will Newton  <will.newton@linaro.org>
8278         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
8279         file.
8281 2014-08-04  Mike Frysinger  <vapier@gentoo.org>
8283         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
8284         variants for each function.
8286 2014-08-04  Roland McGrath  <roland@hack.frob.com>
8288         * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
8289         appended ...
8290         * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
8291         * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
8292         appended ...
8293         * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
8294         * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
8295         * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
8296         * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
8297         * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
8298         * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
8299         * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
8300         * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
8301         * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
8302         * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
8303         * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
8304         * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
8305         * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
8306         * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
8307         * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
8308         * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
8309         * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
8310         * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
8311         * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
8312         * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
8313         * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
8314         * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
8315         * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
8316         * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
8317         * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
8318         * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
8319         * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
8320         * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
8321         * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
8322         * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
8323         * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
8324         * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
8325         * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
8326         * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
8327         * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
8328         * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
8329         * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
8330         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
8331         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
8332         * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
8333         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
8334         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
8335         * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
8336         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
8337         * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
8338         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
8339         * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
8340         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
8341         * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
8342         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
8343         * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
8344         * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
8345         * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
8346         Update #include.
8347         * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
8348         * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
8350 2014-08-04  Roland McGrath  <roland@hack.frob.com>
8352         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
8353         * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
8354         * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
8355         * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
8356         * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
8357         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
8359 2014-08-04  Roland McGrath  <roland@hack.frob.com>
8361         * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
8362         * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
8363         * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8364         * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
8366 2014-08-04  Roland McGrath  <roland@hack.frob.com>
8368         * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
8369         * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
8370         (__libc_vfork): Define function under this name.
8371         (__vfork): Define as an alias.
8372         * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
8373         * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
8375 2014-08-04  Roland McGrath  <roland@hack.frob.com>
8377         * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
8378         that was previously under [RESET_PID].
8379         * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
8381 2014-08-04  Andreas Schwab  <schwab@suse.de>
8383         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
8385 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
8387         * stdlib/tst-setcontext.c (test_stack): Fix coding style.
8388         (main): Likewise.
8390 2014-08-01  Roland McGrath  <roland@hack.frob.com>
8392         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
8394 2014-08-01  Richard Henderon  <rth@redhat.com>
8396         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
8397         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
8398         typo in exact zero test.
8399         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
8400         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
8401         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
8403 2014-08-01  Roland McGrath  <roland@hack.frob.com>
8405         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
8406         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
8407         * sysdeps/arm/sysdep.h: ... here.
8408         [!__ASSEMBLER__]: Include <stdint.h>.
8410 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
8412         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
8413         (HAVE_WCTYPE_H): Likewise.
8414         (HAVE_ISWCTYPE): Likewise.
8415         (ENABLE_NLS): Likewise.
8416         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
8417         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
8419         * posix/regex_internal.c: Check if DEBUG is defined and is
8420         set.
8422         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
8423         (HAVE_MBSRTOWCS): Likewise.
8424         * posix/fnmatch.c: Include string.h unconditionally.
8426 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
8428         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
8429         reversal.
8431 2014-07-31  Roland McGrath  <roland@hack.frob.com>
8433         * sysdeps/generic/safe-fatal.h: New file.
8434         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
8435         * nptl/forward.c: Include it.
8436         (__pthread_unwind): Use __safe_fatal as default action, rather
8437         than a bogus use of INTERNAL_SYSCALL that could never work.
8439         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
8440         * configure.ac (libc_cv_builtin_trap): New test.
8441         * configure: Regenerated.
8442         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
8443         (ABORT_INSTRUCTION): Define using __builtin_trap.
8445         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
8446         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
8447         * sysdeps/nptl/nptl-signals.h: New file.
8448         * nptl/pthreadP.h: Include <nptl-signals.h>.
8450 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
8452         * sysdeps/s390/s390-64/utf16-utf32-z9.c
8453         (ONE_DIRECTION): Define.
8454         * sysdeps/s390/s390-64/utf8-utf16-z9.c
8455         (ONE_DIRECTION): Define.
8456         * sysdeps/s390/s390-64/utf8-utf32-z9.c
8457         (ONE_DIRECTION): Define.
8459 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
8461         * sysdeps/s390/Makefile: Delete file.
8462         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
8463         * sysdeps/s390/__longjmp.c: Delete file.
8464         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
8465         Remove fields __flags and __reserved.
8466         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
8467         and add versioning.
8468         * sysdeps/s390/rtld-__longjmp.c: Delete file.
8469         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
8470         * sysdeps/s390/rtld-setjmp.S: Likewise.
8471         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
8472         * sysdeps/s390/s390-32/__longjmp.c: ... here.
8473         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
8474         * sysdeps/s390/s390-32/setjmp.S: ... here.
8475         Add versioning.
8476         (__sigsetjmp): Remove setting __flags field.
8477         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
8478         * sysdeps/s390/s390-64/__longjmp.c: ... here.
8479         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
8480         * sysdeps/s390/s390-64/setjmp.S: ... here.
8481         Add versioning.
8482         (__sigsetjmp): Remove setting __flags field.
8483         * sysdeps/s390/setjmp.S: Delete file.
8484         * sysdeps/s390/sigjmp.c: Likewise.
8485         * sysdeps/s390/v1-longjmp.c: Likewise.
8486         * sysdeps/s390/v1-setjmp.h: Likewise.
8487         * sysdeps/s390/v1-sigjmp.c: Likewise.
8488         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
8489         Remove v1-longjmp_chk.
8490         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
8491         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
8492         Include debug/longjmp_chk.c and add versioning.
8493         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
8494         Include nptl/pt-longjmp.c and add versioning.
8495         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
8496         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
8497         Include __longjmp.c.
8498         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
8499         Move to ...
8500         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
8501         (__getcontext): Remove setting __flags field.
8502         Add versioning.
8503         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
8504         Don't restore upper high grps.
8505         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
8506         Likewise.
8507         (__swapcontext): Remove setting uc_flags field.
8508         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
8509         Delete file.
8510         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
8511         Include __longjmp.c.
8512         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
8513         Move to ...
8514         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
8515         (__getcontext): Remove setting __flags field.
8516         Add versioning.
8517         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
8518         (__swapcontext): Remove setting uc_flags field.
8519         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
8520         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
8521         Remove fields uc_high_gprs and __reserved.
8522         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
8523         New file with reverted content.
8524         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
8525         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
8526         Regenerated.
8527         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
8528         Regenerated.
8530 2014-07-31  Andreas Schwab  <schwab@suse.de>
8532         * config.h.in (HAVE_IFUNC): Define to 0.
8533         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
8534         definedness.
8536 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
8538         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
8539         memmove-avx-unaligned, memcpy-avx-unaligned and
8540         mempcpy-avx-unaligned.
8541         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
8542         Add tests for AVX memcpy functions.
8543         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
8544         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
8545         memcpy_chk.
8546         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
8547         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
8548         memmove_chk.
8549         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
8550         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
8551         mempcpy_chk.
8552         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
8553         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
8554         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
8556 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8558         [BZ #17213]
8559         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
8560         powerpc64le.
8562 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
8564         [BZ #16839]
8565         * manual/llio.texi: Add section about open file description locks.
8566         * manual/examples/ofdlocks.c: Example of open file description
8567         lock usage.
8568         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
8569         F_OFD_SETLK, and F_OFD_SETLKW.
8571 2014-07-23  Allan McRae  <allan@archlinux.org>
8573         * po/es.po: Update Spanish translation from translation project.
8575 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
8577         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
8579 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
8581         [BZ #17078]
8582         * sysdeps/arm/dl-machine.h (elf_machine_rela)
8583         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
8584         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
8586 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
8588         [BZ #17088]
8589         * math/fesetenv.c (__fesetenv)
8590         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
8591         * math/feupdateenv.c (__feupdateenv)
8592         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
8594         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
8595         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
8596         (__ASSUME_SOCKETCALL): Do not define.
8598         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
8599         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
8600         (__ASSUME_SOCKETCALL): Do not define.
8601         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
8602         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
8603         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
8604         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
8605         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
8606         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
8607         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
8608         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
8610         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
8611         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
8612         (__ASSUME_SOCKETCALL): Do not define.
8613         (__ASSUME_IPC64): Define unconditionally.
8614         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
8615         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
8616         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
8617         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
8618         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
8619         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
8620         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
8621         Likewise.
8623         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
8624         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
8625         (__ASSUME_SOCKETCALL): Do not define.
8626         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
8627         (__ASSUME_FUTEX_LOCK_PI): Likewise.
8628         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
8629         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
8630         (__ASSUME_REQUEUE_PI): Define unconditionally.
8631         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
8632         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
8633         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
8634         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
8635         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
8636         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
8638         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
8639         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
8640         (__ASSUME_SOCKETCALL): Do not define.
8641         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
8642         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
8643         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
8644         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
8645         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
8646         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
8648         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
8649         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
8650         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
8651         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
8652         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
8653         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
8654         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
8655         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
8656         (__ASSUME_GETCPU_SYSCALL): Likewise.
8658         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
8659         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
8660         cases for individual architectures.
8661         * sysdeps/gnu/configure: Regenerated.
8662         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
8663         LIBC_SLIBDIR_RTLDDIR.
8664         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
8665         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
8666         LIBC_SLIBDIR_RTLDDIR.
8667         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
8668         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
8669         LIBC_SLIBDIR_RTLDDIR.
8670         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
8671         Regenerated.
8672         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
8673         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
8674         file.
8675         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
8676         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
8677         file.
8678         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
8679         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
8680         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
8681         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
8683         * sysdeps/aarch64/shlib-versions: Move to ...
8684         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
8685         * sysdeps/alpha/shlib-versions: Move to ...
8686         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
8687         * sysdeps/arm/shlib-versions: Move to ...
8688         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
8689         * sysdeps/hppa/shlib-versions: Move all contents except for
8690         libgcc_s entry to ...
8691         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
8692         entry from ...
8693         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
8694         * sysdeps/ia64/shlib-versions: Move to ...
8695         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
8696         entry from ...
8697         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
8698         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
8699         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
8700         * sysdeps/microblaze/shlib-versions: Move to ...
8701         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
8702         * sysdeps/mips/shlib-versions: Move to ...
8703         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
8704         entry from ...
8705         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
8706         * sysdeps/tile/shlib-versions: Move to ...
8707         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
8708         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
8709         from ...
8710         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
8711         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
8712         entry from ...
8713         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
8715 2014-07-17  Will Newton  <will.newton@linaro.org>
8717         * sysdeps/arm/bits/atomic.h
8718         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
8719         (__arch_compare_and_exchange_bool_16_int): Likewise.
8720         (__arch_compare_and_exchange_bool_64_int): Likewise.
8722         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
8723         into an #else block.
8725 2014-07-16  Roland McGrath  <roland@hack.frob.com>
8727         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
8728         just Linux configurations.  Test empirically that the compiler sets
8729         __ARM_EABI__, rather than using the tuple to decide.
8730         * sysdeps/arm/preconfigure: Regenerated.
8731         * sysdeps/unix/sysv/linux/arm/configure: File removed.
8732         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
8733         contents appended ...
8734         * sysdeps/arm/configure.ac: ... here.
8735         * sysdeps/arm/configure: Regenerated.
8737 2014-07-15  Roland McGrath  <roland@hack.frob.com>
8739         * nptl/pthread_kill.c: New file.
8740         * nptl/pthread_sigmask.c: New file.
8741         * nptl/pthread_sigqueue.c: New file.
8743         * sysdeps/nptl/lowlevellock.h: New file.
8744         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
8745         * sysdeps/nptl/lowlevellock-futex.h: New file.
8747         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
8748         Remove dead declarations.
8750 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
8752         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
8753         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
8754         config-cflags-avx2.
8755         * sysdeps/x86_64/configure.ac: Likewise.
8756         * sysdeps/i386/configure: Regenerated.
8757         * sysdeps/x86_64/configure: Likewise.
8758         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
8759         memset-avx2 only if config-cflags-avx2 is yes.
8760         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
8761         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
8762         defined.
8763         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
8764         only if HAVE_AVX2_SUPPORT is defined.
8765         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
8767 2014-07-14  Alan Modra  <amodra@gmail.com>
8769         [BZ #17153]
8770         * elf/elf.h (DT_PPC64_NUM): Correct value.
8771         * NEWS: Add to fixed bug list.
8773 2014-07-13  Jim Meyering  <meyering@fb.com>
8775         [BZ 17150]
8776         regex: don't deref NULL upon heap allocation failure
8777         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
8778         failure in one more place.
8779         To trigger the segfault, configure grep -with-included-regex,
8780         build it, and run these commands:
8781         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
8783 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
8785         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
8787 2014-07-11  Richard Henderson  <rth@redhat.com>
8789         * sysdeps/aarch64/libm-test-ulps: Update.
8791 2014-07-10  Florian Weimer  <fweimer@redhat.com>
8793         [BZ #17135]
8794         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
8795         * nptl/allocatestack.c (__nptl_setxid_error): New function.
8796         (__nptl_setxid): Initialize error member.  Call
8797         __nptl_setxid_error.
8798         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
8799         * nptl/descr.h (struct xid_command): Add error member.
8800         * nptl/tst-setuid3.c: New file.
8801         * nptl/Makefile (tests): Add it.
8803 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8805         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
8806         New define.
8807         (__lll_trylock): Use __lll_base_trylock.
8808         (__lll_cond_trylock): Likewise.
8810 2014-07-10  Roland McGrath  <roland@hack.frob.com>
8812         * nptl/pthread_create.c (start_thread): Use atomic_or and
8813         lll_futex_wake directly rather than lll_robust_dead.
8814         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
8815         (lll_robust_dead): Macro removed.
8816         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
8817         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
8818         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
8819         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
8820         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
8821         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
8822         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
8823         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
8824         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
8825         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
8826         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
8827         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
8828         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
8829         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
8830         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
8832         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
8833         Use atomic_compare_and_exchange_val_acq directly rather than
8834         lll_robust_trylock.
8835         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
8836         (__lll_robust_trylock, lll_robust_trylock): Removed.
8837         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
8838         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
8839         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
8840         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
8841         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
8842         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
8843         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
8844         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
8845         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
8846         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
8847         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
8848         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
8849         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
8850         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
8852 2014-07-02  Florian Weimer  <fweimer@redhat.com>
8854         * manual/locale.texi (Locale Names): New section documenting
8855         locale name syntax.  Adjust menu and node chaining accordingly.
8856         (Choosing Locale): Reference Locale Names, Locale Categories.
8857         Mention setting LC_ALL=C.  Reflect that name syntax is now
8858         documented.
8859         (Locale Categories): New section title.  Reference Locale Names.
8860         LC_ALL is an environment variable, but not a category.
8861         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
8862         description, now in Locale Name.  Reference that section.  Locale
8863         name syntax is now documented.
8865 2014-07-02  Florian Weimer  <fweimer@redhat.com>
8867         [BZ #17137]
8868         * locale/findlocale.c (name_present, valid_locale_name): New
8869         functions.
8870         (_nl_find_locale): Use the loc_name variable to store name
8871         candidates.  Call name_present and valid_locale_name to check and
8872         validate locale names.  Return an error if the locale is invalid.
8874 2014-07-02  Florian Weimer  <fweimer@redhat.com>
8876         * locale/setlocale.c (setlocale): Use strdup for allocating
8877         composite name copy.
8879 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
8881         Sync up with gnulib.
8882         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
8883         [!_LIBC && ENABLE_NLS]: Include gettext.h.
8884         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
8885         and _GL_ARG_NONNULL.
8886         [USE_UNLOCKED_IO]: Include unlocked-io.h.
8887         [!_LIBC]: Include code for Windows and Cygwin.
8888         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
8889         Include prototype for int strerror_r.
8890         [!_LIBC] (is_open): New function.
8891         (flush_stdout): New function.
8892         (print_errno_message): Use it.
8893         (error): Likewise.
8894         (error_at_line): Likewise.
8895         (error_tail) Add function attribute macros.  Use
8896         __builtin_expect.
8898         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
8900         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
8902         * io/ftw.c: Include sys/param.h unconditionally.
8904         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
8906         [BZ #17125]
8907         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
8908         libc_freeres_ptr.
8909         (freecache): New function to free CACHE on exit.
8911         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
8912         initialization.
8914 2014-07-09  David S. Miller  <davem@davemloft.net>
8916         * sysdeps/sparc/fpu/libm-test-ulps: Update.
8918         * sysdeps/sparc/nptl/internaltypes.h: Delete.
8919         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
8920         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
8921         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
8922         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
8923         * sysdeps/sparc/nptl/sem_init.c: Likewise.
8924         * sysdeps/sparc/nptl/sem_post.c: Likewise.
8925         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
8926         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
8927         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
8928         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
8929         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
8930         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
8932 2014-07-09  Andreas Schwab  <schwab@suse.de>
8934         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
8935         output.
8936         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
8937         (do_test): Likewise.
8939         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
8941 2014-07-09  Will Newton  <will.newton@linaro.org>
8943         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
8944         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
8945         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
8946         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
8947         * sysdeps/hppa/start.S (_start): Likewise.
8949 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
8951         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
8953         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
8954         defined.
8956 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
8958         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
8959         after checking that it is non-NULL.
8961         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
8963 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8965         * sysdeps/powerpc/memmove.c: Remove file.
8966         * sysdeps/powerpc/powerpc32/power4/memcopy.h
8967         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
8968         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
8969         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
8970         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
8971         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
8972         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
8973         string memmove instead of removed powerpc one.
8975         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
8976         [weak_alias]: Fix compiler warning due trailing data.
8977         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
8978         [weak_alias]: Likewise.
8979         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
8980         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
8982         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
8983         (__libc_ifunc_impl_list): Add memmove functions.
8985 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
8987         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
8988         Remove code.
8989         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
8990         Likewise
8991         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
8992         Likewise
8993         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
8994         Likewise
8995         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
8996         Likewise
8997         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
8998         Likewise
8999         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
9000         Likewise
9001         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
9002         Likewise
9003         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
9004         Likewise
9005         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
9006         Likewise
9007         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
9008         Likewise
9009         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
9010         Likewise
9011         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
9012         Likewise
9013         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
9014         Likewise
9015         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
9016         Likewise
9017         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
9018         Likewise
9019         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
9020         Likewise
9022 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9024         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
9025         to avoid alignment traps in non-cacheable memory.
9026         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
9028         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
9029         multiarch objects.
9030         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
9031         file: multiarch power7 memmove.
9032         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
9033         multiarch default memmove.
9034         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
9035         multiarch memove for powerpc32/power4.
9037         * string/bcopy.c: Use full path to include memmove.c.
9038         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
9039         multiarch objects.
9040         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
9041         bcopy for powerpc64.
9042         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
9043         bcopy for powerpc64.
9044         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
9045         and memmove implementations.
9046         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
9047         optimized multiarch memmove for POWER7/powerpc64.
9048         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
9049         default multiarch memmove for powerpc64.
9050         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
9051         multiarch for powerpc64.
9052         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
9053         for POWER7/powerpc64.
9054         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
9055         memmove for POWER7/powerpc64.
9057         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
9058         glibc default one.
9060         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
9061         __ELF_NATIVE_CLASS equal to 64.
9063 2014-07-07  Roland McGrath  <roland@hack.frob.com>
9065         * sysdeps/nptl/lowlevellock.h: File removed.
9067         * NEWS: NPTL is no longer an add-on!
9068         * nptl/internaltypes.h: Moved ...
9069         * sysdeps/nptl/internaltypes.h: ... here.
9070         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
9071         * sysdeps/nptl/fork.c: Likewise.
9072         * sysdeps/nptl/gai_misc.h: Likewise.
9073         * sysdeps/nptl/librt-cancellation.c: Likewise.
9074         * sysdeps/nptl/jmp-unwind.c: Likewise.
9075         * sysdeps/nptl/setxid.h: Likewise.
9076         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
9077         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
9078         * sysdeps/unix/sysv/linux/arm/Implies: New file.
9079         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
9080         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
9081         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
9082         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
9083         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
9084         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
9085         * sysdeps/unix/sysv/linux/mips/Implies: New file.
9086         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
9087         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
9088         * sysdeps/unix/sysv/linux/sh/Implies: New file.
9089         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
9090         * sysdeps/unix/sysv/linux/tile/Implies: New file.
9091         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
9092         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
9093         * nptl/Makeconfig: Moved ...
9094         * sysdeps/nptl/Makeconfig: ... here.
9095         * nptl/configure: File removed.
9096         * nptl/ANNOUNCE: File removed.
9097         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
9098         * sysdeps/unix/sysv/linux/configure: Regenerated.
9100         * nptl/Makefile (routines): Add libc_pthread_init,
9101         libc_multiple_threads, register-atfork and unregister-atfork.
9102         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
9103         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
9104         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
9105         pthread-pi-defines.sym, structsem.sym.
9106         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
9107         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
9108         [$(subdir) = nptl] (tests): Add tst-setgetname.
9109         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
9110         * sysdeps/unix/sysv/linux/sigaction.c: Just include
9111         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
9112         [!LIBC_SIGACTION]: Remove aliases.
9113         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
9114         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
9115         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
9116         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
9117         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
9118         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
9119         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
9120         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
9121         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
9122         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
9123         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
9124         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
9125         __libc_allocate_rtsig_private.
9126         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
9127         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
9128         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
9129         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
9130         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
9131         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
9132         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
9133         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
9134         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
9135         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
9136         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
9137         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
9138         * nptl/internaltypes.h: ... here.
9139         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
9140         * sysdeps/nptl/jmp-unwind.c: ... here.
9141         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
9142         * nptl/libc-lowlevellock.c: ... here.
9143         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
9144         * nptl/libc_multiple_threads.c: ... here.
9145         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
9146         * nptl/libc_pthread_init.c: ... here.
9147         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
9148         * nptl/lowlevelbarrier.sym: ... here.
9149         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
9150         * nptl/lowlevelcond.sym: ... here.
9151         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
9152         * nptl/lowlevellock.c: ... here.
9153         * nptl/lowlevellock.h: Moved ...
9154         * sysdeps/nptl/lowlevellock.h: ... here.
9155         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
9156         * nptl/lowlevelrobustlock.c: ... here.
9157         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
9158         * nptl/lowlevelrobustlock.sym: ... here.
9159         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
9160         * nptl/lowlevelrwlock.sym: ... here.
9161         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
9162         * nptl/pt-fork.c: ... here.
9163         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
9164         * nptl/pthread-pi-defines.sym: ... here.
9165         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
9166         * nptl/pthread_attr_getaffinity.c: ... here.
9167         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
9168         * nptl/pthread_attr_setaffinity.c: ... here.
9169         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
9170         * nptl/pthread_mutex_cond_lock.c: ... here.
9171         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
9172         Update #include.
9173         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
9174         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
9175         * nptl/pthread_once.c: ... here, replacing old file.
9176         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
9177         * nptl/pthread_yield.c: ... here.
9178         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
9179         * nptl/register-atfork.c: ... here.
9180         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
9181         * nptl/sem_post.c: ... here.
9182         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
9183         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
9184         * nptl/sem_timedwait.c: ... here.
9185         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
9186         * nptl/sem_trywait.c: ... here.
9187         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
9188         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
9189         * nptl/sem_wait.c: ... here.
9190         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
9191         * nptl/structsem.sym: ... here.
9192         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
9193         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
9194         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
9195         * nptl/unregister-atfork.c: ... here.
9196         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
9197         * nptl/unwindbuf.sym: ... here.
9198         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
9199         * sysdeps/nptl/fork.c: ... here.
9200         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
9201         * sysdeps/nptl/fork.h: ... here.
9202         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
9203         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
9204         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
9205         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
9206         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
9207         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
9208         * sysdeps/unix/sysv/linux/getpid.c: ... here.
9209         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
9210         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
9211         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
9212         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
9213         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
9214         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
9215         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
9216         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
9217         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
9218         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
9219         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
9220         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
9221         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
9222         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
9223         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
9224         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
9225         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
9226         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
9227         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
9228         * sysdeps/unix/sysv/linux/raise.c: ... here.
9229         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
9230         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
9231         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
9232         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
9233         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
9234         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
9235         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
9236         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
9237         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
9238         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
9239         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
9240         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
9241         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
9242         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
9243         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
9245 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
9247         * sysdeps/generic/memcopy.h: Add comment for
9248         MEMCPY_OK_FOR_FWD_MEMMOVE.
9250 2014-07-04  Will Newton  <will.newton@linaro.org>
9252         * string/memchr.c: Merge from gnulib.
9253         [_LIBC]: Remove conditionals.
9254         (__ptr_t): Remove define.
9255         (LONG_MAX_32_BITS): Likewise.
9256         (LONG_MAX): Likewise.
9257         (MEMCHR): Use ANSI prototype and optimize algorithm.
9259         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
9261 2014-07-03  Roland McGrath  <roland@hack.frob.com>
9263         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
9264         (lll_futex_timed_wait_bitset): Fix syscall argument count.
9266         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
9267         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
9268         in a bare environment with no <stdlib.h> installed.
9269         * sysdeps/nptl/configure: Regenerated.
9271         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
9273         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
9274         AC_EGREP_CPP for kernel header checks, so they only succeed if
9275         including <linux/version.h> actually works right.
9276         * sysdeps/unix/sysv/linux/configure: Regenerated.
9278         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
9279         value so it's not diagnosed as unused.
9281         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
9282         thing) with "ifeq ($(subdir),rt)".
9284 2014-07-03  Richard Henderson  <rth@redhat.com>
9286         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
9287         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
9288         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
9290         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
9291         (math_force_eval): New.
9293         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
9294         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
9296         * sysdeps/alpha/fpu/s_round.c: Remove file.
9297         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
9299         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
9300         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
9301         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
9302         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
9303         (_dl_start, print_statistics): Likewise.
9304         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
9305         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
9307         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
9308         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
9309         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
9310         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
9311         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
9312         (HP_SMALL_TIMING_AVAIL): Define.
9313         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
9314         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
9315         (HP_SMALL_TIMING_AVAIL): Define.
9316         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
9317         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
9319         * sysdeps/aarch64/hp-timing.h: New file.
9321         * sysdeps/generic/hp-timing.h: Remove dead comment.
9322         * sysdeps/generic/hp-timing-common.h: New file.
9323         * sysdeps/alpha/hp-timing.h: Include it.
9324         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
9325         * sysdeps/i386/i686/hp-timing.h: Likewise.
9326         * sysdeps/ia64/hp-timing.h: Likewise.
9327         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
9328         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
9329         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
9330         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
9331         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
9332         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
9333         (hp_timing_t): New.
9335         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
9336         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
9337         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
9338         * elf/rtld.c (_dl_start_final): Likewise.
9339         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
9340         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
9341         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
9342         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
9343         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
9344         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
9345         (HP_TIMING_DIFF_INIT): Remove.
9346         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
9347         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
9348         (HP_TIMING_DIFF_INIT): Remove.
9349         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
9350         * sysdeps/i386/i686/hp-timing.c: Remove file.
9351         * sysdeps/x86_64/hp-timing.c: Remove file.
9352         * sysdeps/ia64/hp-timing.c: Remove file.
9353         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
9354         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
9355         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
9356         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
9358         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
9359         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
9360         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
9361         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
9362         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
9363         (HP_TIMING_ACCUM): Remove.
9364         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
9365         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
9366         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
9368         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
9369         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
9370         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
9371         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
9372         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
9373         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
9374         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
9375         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
9377         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
9379 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
9381         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
9383 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
9385         Sync up with gettext.
9386         * intl/loadmsgcat.c: Define O_BINARY if not defined.
9387         [_MSC_VER]: Include malloc.h
9388         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
9389         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
9390         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
9391         TEMP_FAILURE_RETRY.  Cast return of alloca.
9392         [!_LIBC] Call gl_rwlock_init.
9393         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
9395 2014-07-02  Roland McGrath  <roland@hack.frob.com>
9397         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
9398         before checking its value.
9400 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
9402         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
9404         * debug/memcpy_chk.c: Don't include pagecopy.h.
9405         * debug/mempcpy_chk.c: Likewise.
9406         * string/memcpy.c: Likewise.
9407         * string/memmove.c: Likewise.
9408         * sysdeps/powerpc/memmove.c: Likewise.
9409         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
9410         definition of PAGE_COPY_FWD_MAYBE here...
9411         * sysdeps/generic/pagecopy.h: ... from here.
9412         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
9414 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
9415             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9417         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
9418         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
9419         optimizations.
9420         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
9421         (__libc_ifunc_impl_list): Likewise.
9422         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
9423         multiarch strcat for PPC64.
9424         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
9425         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
9427 2014-07-02  Roland McGrath  <roland@hack.frob.com>
9429         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
9431 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
9433         * intl/loadmsgcat.c: Remove declaration of
9434         get_sysdep_segment_value.
9435         (get_sysdep_segment_value): Use ISO C style.
9436         (_nl_load_domain): Use ISO C style.  Get rid of redundant
9437         semicolon.  Fix typo and formatting in comment.
9438         (_nl_unload_domain): Use ISO C style.
9440         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
9442 2014-07-02  Will Newton  <will.newton@linaro.org>
9444         * malloc/obstack.c: Merge from gnulib master.
9445         [HAVE_CONFIG_H]: Remove conditional code.
9446         [!_LIBC]: Include config.h.
9447         [!ELIDE_CODE]: Don't include inttypes.h, include
9448         stdint.h unconditionally.
9449         (print_and_abort): Mark as _Noreturn.
9450         (_obstack_allocated_p): Mark as __attribute_pure__.
9451         (obstack_free): Rename to __obstack_free.
9452         [!__attribute__]: Remove conditional code.
9453         * malloc/obstack.h: Merge from gnulib master.
9454         [__cplusplus]: Move conditional down.
9455         [!__attribute_pure__]: Define __attribute_pure__ here
9456         if it is not already defined.
9457         (_obstack_memory_used): Mark as __attribute_pure__.
9458         [!__obstack_free]: Define as obstack_free.
9459         [__GNUC__]: Remove check for ancient NeXT gcc.
9461 2014-07-02  Will Newton  <will.newton@linaro.org>
9462             Paul Eggert  <eggert@cs.ucla.edu>
9464         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
9466 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
9468         * resolv/gethnamaddr.c: Add comment warning that the file is
9469         not maintained.
9471 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
9473         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
9474         entries.
9476         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
9477         entry for aio_cancel and aio_cancel64.
9478         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
9479         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
9480         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
9481         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
9482         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
9483         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
9484         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
9485         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
9486         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
9487         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
9488         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
9489         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
9490         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
9492 2014-07-01  Roland McGrath  <roland@hack.frob.com>
9494         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
9495         * nptl/pthread_mutex_lock.c: Likewise.
9496         * nptl/pthread_mutex_timedlock.c: Likewise.
9497         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
9499 2014-07-01  Richard henderson  <rth@redhat.com>
9501         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
9502         (__isnan, __isnanl): Remove.
9503         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
9505         * sysdeps/alpha/fpu/libm-test-ulps: Update.
9507 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
9509         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
9511 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
9513         * resolv/nss_dns/dns-host.c (getanswer_r)
9514         [MULTI_PTRS_ARE_ALIASES]: Remove code.
9516 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
9518         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
9519         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
9520         undefine.
9521         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
9522         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
9524 2014-07-01  Roland McGrath <roland@hack.frob.com>
9526         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
9527         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
9529         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
9530         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
9532         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
9533         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
9534         ... here.
9535         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
9536         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
9538         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
9539         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
9540         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
9541         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
9543         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
9544         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
9545         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
9546         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
9547         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
9548         Moved ...
9549         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
9550         ... here.
9551         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
9552         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
9553         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
9554         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
9555         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
9556         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
9557         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
9558         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
9559         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
9560         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
9561         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
9562         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
9563         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
9564         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
9565         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
9566         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
9567         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
9568         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
9569         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
9570         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
9571         ... here.
9572         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
9573         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
9574         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
9575         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
9576         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
9577         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
9578         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
9579         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
9581 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
9583         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
9584         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
9585         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
9586         Add sysdep.
9588 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9590         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9592 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
9594         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
9595         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
9597         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
9599         * sysdeps/arm/libm-test-ulps: Regenerated.
9601 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
9602             Roland McGrath <roland@hack.frob.com>
9604         * test-skeleton.c (signal_handler): Kill the whole process group
9605         before killing the child individually.
9606         (main): Report any failure on `setpgid'.
9608 2014-06-30  Roland McGrath  <roland@hack.frob.com>
9610         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
9611         from _TLS_H to _ARM_NPTL_TLS_H.
9612         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
9613         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
9615 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
9617         [BZ #16539]
9618         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
9619         (__expm1l): Return argument unchanged when small but not
9620         subnormal.
9622         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
9623         include macro name.
9624         (_FP_UNPACK_RAW_1_P): Likewise.
9625         (_FP_PACK_RAW_1): Likewise.
9626         (_FP_PACK_RAW_1_P): Likewise.
9627         (_FP_MUL_MEAT_1_wide): Likewise.
9628         (_FP_MUL_MEAT_DW_1_hard): Likewise.
9629         (_FP_MUL_MEAT_1_hard): Likewise.
9630         (_FP_DIV_MEAT_1_imm): Likewise.
9631         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
9632         (_FP_DIV_MEAT_1_udiv): Likewise.
9633         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
9634         (_FP_UNPACK_RAW_2): Likewise.
9635         (_FP_UNPACK_RAW_2_P): Likewise.
9636         (_FP_PACK_RAW_2): Likewise.
9637         (_FP_PACK_RAW_2_P): Likewise.
9638         (_FP_MUL_MEAT_DW_2_wide): Likewise.
9639         (_FP_MUL_MEAT_2_wide): Likewise.
9640         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
9641         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
9642         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
9643         (_FP_MUL_MEAT_2_gmp): Likewise.
9644         (_FP_DIV_MEAT_2_udiv): Likewise.
9645         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
9646         (_FP_FRAC_SRL_4): Likewise.
9647         (_FP_FRAC_SRST_4): Likewise.
9648         (_FP_FRAC_SRS_4): Likewise.
9649         (_FP_UNPACK_RAW_4): Likewise.
9650         (_FP_UNPACK_RAW_4_P): Likewise.
9651         (_FP_PACK_RAW_4): Likewise.
9652         (_FP_PACK_RAW_4_P): Likewise.
9653         (_FP_MUL_MEAT_DW_4_wide): Likewise.
9654         (_FP_MUL_MEAT_4_wide): Likewise.
9655         (_FP_MUL_MEAT_4_gmp): Likewise.
9656         (umul_ppppmnnn): Likewise.
9657         (_FP_DIV_MEAT_4_udiv): Likewise.
9658         (__FP_FRAC_ADD_4): Likewise.
9659         (__FP_FRAC_SUB_3): Likewise.
9660         (__FP_FRAC_SUB_4): Likewise.
9661         (__FP_FRAC_DEC_3): Likewise.
9662         (__FP_FRAC_DEC_4): Likewise.
9663         (__FP_FRAC_ADDI_4): Likewise.
9664         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
9665         (_FP_FRAC_SRL_8): Likewise.
9666         (_FP_FRAC_SRS_8): Likewise.
9668         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
9669         include macro name.
9670         (FP_UNPACK_RAW_EP): Likewise.
9671         (FP_PACK_RAW_E): Likewise.
9672         (FP_PACK_RAW_EP): Likewise.
9673         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
9674         (_FP_ISSIGNAN): Likewise.
9675         (_FP_ADD_INTERNAL): Likewise.
9676         (_FP_FMA): Likewise.
9677         (_FP_CMP): Likewise.
9678         (_FP_SQRT): Likewise.
9679         (_FP_TO_INT): Likewise.
9680         (_FP_FROM_INT): Likewise.
9681         (FP_EXTEND): Likewise.
9682         (_FP_DIV_MEAT_N_loop): Likewise.
9684 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
9686         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
9687         throughout.
9689 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
9691         [BZ #17097]
9692         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
9693         result with correct sign in case of exponents that produce
9694         overflow except for X very close to 1.
9696 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
9698         mktime: merge #if/#ifdef usage from glibc
9699         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
9700         as that works with both Glibc's and Gnulib's style.
9701         See thread starting at Siddhesh Poyarekar's bug report at:
9702         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
9704 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
9706         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
9707         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
9708         * sysdeps/tile/tilegx/memmove.c: Remove file.
9710 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
9712         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
9713         abi-name definition.
9714         * scripts/soversions.awk: Do not handle or generate ABI lines.
9715         * shlib-versions: Remove ABI entries.
9716         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
9717         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
9719 2014-06-27  Roland McGrath  <roland@hack.frob.com>
9721         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
9722         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
9723         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
9724         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
9725         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
9726         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
9727         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
9728         Moved ...
9729         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
9730         ... here.
9731         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
9732         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
9733         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
9734         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
9735         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
9736         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
9737         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
9738         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
9739         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
9740         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
9741         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
9742         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
9743         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
9744         Moved ...
9745         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
9746         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
9747         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
9748         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
9749         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
9750         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
9751         Moved ...
9752         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
9753         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
9754         Moved ...
9755         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
9756         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
9757         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
9758         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
9759         Moved ...
9760         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
9761         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
9762         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
9763         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
9764         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
9765         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
9766         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
9767         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
9768         Moved ...
9769         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
9770         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
9771         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
9772         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
9773         Moved ...
9774         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
9775         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
9776         Moved ...
9777         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
9778         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
9779         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
9780         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
9781         Moved ...
9782         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
9783         ... here.
9784         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
9785         Identical file removed.
9786         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
9787         Moved ...
9788         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
9789         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
9790         Identical file removed.
9791         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
9792         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
9793         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
9794         Moved ...
9795         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
9796         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
9797         Identical file removed.
9798         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
9799         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
9800         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
9801         Identical file removed.
9802         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
9803         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
9804         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
9805         Identical file removed.
9806         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
9807         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
9808         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
9809         Identical file removed.
9810         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
9811         Moved ...
9812         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
9813         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
9814         Identical file removed.
9815         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
9816         Moved ...
9817         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
9818         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
9819         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
9820         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
9821         Identical file removed.
9822         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
9823         Moved ...
9824         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
9825         ... here.
9826         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
9827         Identical file removed.
9828         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
9829         Moved ...
9830         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
9831         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
9832         Identical file removed.
9833         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
9834         Moved ...
9835         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
9836         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
9837         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
9838         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
9839         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
9840         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
9841         Moved ...
9842         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
9843         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
9844         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
9846         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
9847         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
9848         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
9849         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
9850         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
9852 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
9854         [BZ #17092]
9855         * nscd/nscd.c (monitor_child): Return exit status of child
9856         instead of return value from wait syscall.
9858 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
9860         * configure.ac (libc_commonpagesize): Remove variable.
9861         (libc_relro_required): Likewise.
9862         (libc_cv_z_relro): Remove configure test.
9863         * configure: Regenerated.
9864         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
9865         variable.
9866         (libc_relro_required): Likewise.
9867         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
9868         (libc_relro_required): Likewise.
9869         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
9870         (libc_relro_required): Likewise.
9871         * sysdeps/arm/preconfigure: Regenerated.
9872         * sysdeps/ia64/preconfigure: Remove file.
9873         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
9874         variable.
9875         (libc_relro_required): Likewise.
9877         [BZ #16561]
9878         [BZ #16562]
9879         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
9880         (__ieee754_yn): Set FE_TONEAREST mode internally and then
9881         recompute overflowing results in original rounding mode.
9882         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
9883         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
9884         recompute overflowing results in original rounding mode.
9885         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
9886         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
9887         recompute overflowing results in original rounding mode.
9888         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
9889         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
9890         recompute overflowing results in original rounding mode.
9891         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
9892         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
9893         recompute overflowing results in original rounding mode.
9894         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
9895         (libc_feholdsetround_ctx): New macro.
9896         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
9897         * sysdeps/i386/fpu/libm-test-ulps: Update.
9898         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
9900 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
9902         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
9903         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
9904         corresponding .cpsetup call.
9906 2014-06-26  Roland McGrath  <roland@hack.frob.com>
9908         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
9909         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
9910         * sysdeps/arm/Makefile [$(subdir) = csu]
9911         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
9912         (static-only-routines): Add aeabi_read_tp here.
9913         (shared-only-routines): Add libc-aeabi_read_tp here.
9914         (CFLAGS-libc-start.c): Add -fexceptions here.
9915         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
9916         (sysdep_routines, static-only-routines, shared-only-routines):
9917         Don't add to these here.
9918         (CFLAGS-libc-start.c): Likewise.
9920         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
9921         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
9922         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
9923         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
9924         * sysdeps/arm/Makefile [$(subdir) = rt]
9925         (librt-sysdep_routines, librt-shared-only-routines):
9926         Append rt-aeabi_unwind_cpp_pr1 here.
9927         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
9928         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
9929         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
9930         (libpthread-sysdep_routines, libpthread-shared-only-routines):
9931         Append nptl-aeabi_unwind_cpp_pr1 here.
9932         (tests): Filter out tst-cleanupx4 here.
9933         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
9934         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
9935         Don't do those here.
9937 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
9939         * scripts/list-sources.sh: Do not handle ports specially.
9941 2014-06-26  Roland McGrath  <roland@hack.frob.com>
9943         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
9944         * sysdeps/arm/feupdateenv.c: Likewise.
9946         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
9948 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
9950         * manual/texinfo.tex: Update to version 2014-05-05.10 with
9951         trailing whitespace removed.
9952         * scripts/config.guess: Update to version 2014-03-23.
9953         * scripts/config.sub: Update to version 2014-05-01
9954         * scripts/install-sh: Update to version 2013-12-25.23.
9955         * scripts/move-if-change: Update from gnulib.
9957 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
9959         * debug/memmove_chk.c: Remove pagecopy.h include.
9961 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
9963         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
9964         identical to gnulib mktime.
9966 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
9968         * configure.ac: Do not test for machine being rs6000.  Do not test
9969         for powerpc*-*soft.
9970         * configure: Regenerated.
9972         [BZ #11505]
9973         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
9974         test.
9975         * configure: Regenerated.
9976         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
9977         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
9978         Remove configure test.
9979         * sysdeps/arm/configure: Regenerated.
9980         * sysdeps/nptl/configure.ac: Do not check
9981         libc_cv_asm_cfi_directives.
9982         * sysdeps/nptl/configure: Regenerated.
9983         * sysdeps/x86_64/nptl/configure.ac: Remove file.
9984         * sysdeps/x86_64/nptl/configure: Remove generated file.
9985         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
9986         unconditional.
9987         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
9989 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
9991         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
9992         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
9993         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
9994         it is defined.
9996         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
9997         instead of whether it is defined.
9998         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
9999         * sysdeps/hppa/dl-machine.h: Likewise.
10000         * sysdeps/ia64/dl-machine.h: Likewise.
10001         * sysdeps/m68k/dl-machine.h: Likewise.
10002         * sysdeps/microblaze/dl-machine.h: Likewise.
10003         * sysdeps/mips/dl-machine.: Likewise.
10004         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
10005         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
10006         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
10007         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
10008         * sysdeps/sh/dl-machine.h: Likewise.
10009         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
10010         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
10011         * sysdeps/tile/dl-machine.h: Likewise.
10012         * sysdeps/x86_64/dl-machine.h: Likewise.
10014         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
10015         code.
10016         (verify_persistent_db): Likewise.
10018 2014-06-26  Roland McGrath  <roland@hack.frob.com>
10020         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
10021         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
10022         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
10023         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
10024         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
10025         Moved ...
10026         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
10027         ... here.
10028         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
10029         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
10030         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
10031         Identical file removed.
10032         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
10033         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
10034         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
10035         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
10036         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
10037         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
10038         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
10039         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
10040         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
10041         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
10042         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
10043         Moved ...
10044         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
10045         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
10046         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
10047         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
10048         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
10049         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
10050         Moved ...
10051         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
10052         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
10053         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
10054         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
10055         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
10056         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
10057         Identical file removed.
10058         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
10059         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
10060         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
10061         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
10062         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
10063         Moved ...
10064         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
10065         ... here.
10066         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
10067         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
10068         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
10069         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
10070         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
10071         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
10072         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
10073         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
10074         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
10075         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
10076         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
10077         Moved ...
10078         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
10079         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
10080         Moved ...
10081         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
10082         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
10083         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
10084         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
10085         Moved ...
10086         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
10087         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
10088         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
10090         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
10091         folded into ...
10092         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
10093         * sysdeps/unix/sysv/linux/s390/Versions
10094         (libpthread: GLIBC_2.19): New version set.
10095         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
10096         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
10097         (librt: GLIBC_2.3.3): New version set.
10098         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
10099         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
10100         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
10101         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
10102         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
10103         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
10104         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
10105         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
10106         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
10107         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
10108         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
10109         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
10110         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
10111         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
10112         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
10113         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
10114         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
10115         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
10116         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
10117         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
10118         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
10119         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
10120         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
10121         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
10122         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
10123         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
10124         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
10125         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
10126         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
10127         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
10128         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
10129         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
10130         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
10131         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
10132         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
10133         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
10134         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
10135         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
10136         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
10137         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
10138         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
10139         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
10140         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
10141         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
10142         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
10144         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
10145         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
10146         (__libc_vfork): Define the function under this name.
10147         [!NOT_IN_libc] (__vfork): Make this an alias.
10148         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
10149         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
10150         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
10151         (__libc_vfork): Define the function under this name.
10152         [!NOT_IN_libc] (__vfork): Make this an alias.
10153         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
10154         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
10155         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
10156         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
10157         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
10158         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
10160         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
10161         code that was previously under [RESET_PID].
10162         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
10163         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
10164         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
10166         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
10167         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
10168         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
10169         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
10170         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
10171         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
10172         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
10173         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
10174         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
10175         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
10176         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
10177         Moved ...
10178         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
10179         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
10180         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
10181         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
10182         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
10183         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
10184         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
10185         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
10186         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
10187         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
10188         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
10189         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
10190         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
10191         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
10192         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
10193         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
10194         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
10195         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
10196         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
10197         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
10198         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
10199         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
10200         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
10201         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
10202         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
10203         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
10204         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
10205         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
10206         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
10208 2014-06-25  Roland McGrath  <roland@hack.frob.com>
10210         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
10211         that was previously under [RESET_PID].
10212         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
10214 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
10216         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
10217         not undefine and redefine.
10218         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
10219         [O_CLOEXEC]: Make code unconditional.
10220         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
10221         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
10222         <kernel-features.h>.
10223         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
10224         conditional variable definition.
10225         (shm_open) [O_CLOEXEC]: Make code unconditional.
10226         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
10227         code.
10229         * configure.ac (USE_REGPARMS): Don't define here.
10230         * configure: Regenerated.
10231         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
10232         * sysdeps/i386/configure: Regenerated.
10234         * nptl/createthread.c: Don't include kernel-features.h.
10235         * nptl/pthread_cancel.c: Likewise.
10236         * nptl/pthread_condattr_setclock.c: Likewise.
10237         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
10238         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
10239         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
10240         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
10241         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
10242         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
10243         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
10244         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
10245         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
10246         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
10247         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
10248         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
10249         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
10250         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
10251         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
10252         * nscd/gai.c: Likewise.
10253         * nss/nss_db/db-open.c: Likewise.
10254         * sysdeps/generic/ldsodefs.h: Likewise.
10255         * sysdeps/sh/nptl/tls.h: Likewise.
10256         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
10257         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
10258         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
10259         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
10260         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
10261         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
10262         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
10263         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
10264         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
10265         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
10266         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
10267         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
10268         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
10269         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
10270         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
10271         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
10272         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
10273         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
10274         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
10275         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
10276         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
10277         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
10278         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
10279         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
10280         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
10281         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
10282         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
10283         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
10284         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
10285         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
10286         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
10287         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
10288         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
10289         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
10290         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
10291         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
10292         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
10293         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
10294         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
10295         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
10296         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
10297         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
10298         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
10299         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
10300         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
10301         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
10302         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
10303         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
10304         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
10305         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
10306         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
10307         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
10308         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
10309         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
10310         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
10311         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
10312         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
10313         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
10314         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
10315         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
10316         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
10317         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
10318         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
10319         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
10320         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
10321         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
10322         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
10323         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
10324         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
10325         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
10326         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
10327         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
10328         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
10329         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
10330         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
10331         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
10332         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
10333         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
10334         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
10335         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
10336         * sysdeps/unix/sysv/linux/pread.c: Likewise.
10337         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
10338         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
10339         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
10340         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
10341         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
10342         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
10343         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
10344         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
10345         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
10346         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
10347         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
10348         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
10349         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
10350         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
10351         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
10352         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
10353         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
10354         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
10355         * sysdeps/unix/sysv/linux/system.c: Likewise.
10356         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
10357         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
10358         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
10359         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
10360         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
10361         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
10362         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
10364         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
10365         * configure: Regenerated.
10366         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
10368         * configure.ac (base_machine): Do not set specially for particular
10369         machines here.
10370         * configure: Regenerated.
10371         * sysdeps/powerpc/preconfigure: Move machine and base_machine
10372         settings from configure.ac.
10373         * sysdeps/i386/preconfigure: New file.
10374         * sysdeps/s390/preconfigure: Likewise.
10375         * sysdeps/sh/preconfigure: Likewise.
10376         * sysdeps/sparc/preconfigure: Likewise.
10378 2014-06-25  Roland McGrath  <roland@hack.frob.com>
10380         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
10381         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
10382         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
10383         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
10384         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
10385         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
10386         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
10387         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
10388         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
10389         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
10390         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
10391         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
10392         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
10393         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
10394         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
10395         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
10396         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
10397         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
10398         * sysdeps/sparc/sparc64/Makefile: ... appended here.
10400         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
10401         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
10402         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
10403         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
10404         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
10405         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
10406         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
10407         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
10408         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
10409         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
10410         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
10411         * sysdeps/sparc/sparc32/sem_post.c: ... here.
10412         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
10413         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
10414         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
10415         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
10416         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
10417         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
10418         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
10419         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
10420         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
10421         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
10422         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
10423         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
10424         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
10425         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
10426         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
10427         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
10428         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
10429         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
10430         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
10431         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
10432         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
10433         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
10434         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
10435         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
10436         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
10437         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
10439         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
10440         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
10441         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
10442         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
10443         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
10444         Moved ...
10445         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
10446         ... here.
10447         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
10448         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
10449         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
10450         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
10451         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
10452         Moved ...
10453         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
10454         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
10455         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
10456         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
10457         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
10458         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
10459         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
10460         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
10461         Moved ...
10462         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
10463         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
10464         Moved ...
10465         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
10466         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
10467         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
10468         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
10469         Moved ...
10470         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
10471         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
10472         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
10473         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
10474         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
10475         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
10476         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
10477         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
10478         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
10479         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
10480         Moved ...
10481         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
10482         ... here.
10483         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
10484         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
10485         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
10486         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
10487         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
10488         Moved ...
10489         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
10490         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
10491         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
10492         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
10493         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
10494         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
10495         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
10496         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
10497         Moved ...
10498         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
10499         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
10500         Moved ...
10501         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
10502         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
10503         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
10504         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
10505         Moved ...
10506         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
10507         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
10508         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
10509         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
10510         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
10512 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
10514         * timezone/checktab.awk: Update from tzcode 2014e.
10515         * timezone/private.h: Likewise.
10516         * timezone/tzfile.h: Likewise.
10517         * timezone/zdump.c: Likewise.
10518         * timezone/zic.c: Likewise.
10520         * sysdeps/unix/sysv/linux/kernel-features.h
10521         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
10522         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
10523         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
10524         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
10525         Remove conditional code.
10527 2014-06-25  Will Newton  <will.newton@linaro.org>
10529         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
10530         (_dl_arm_cap_flags): Add HWCAP2 values.
10531         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
10532         (_DL_HWCAP_COUNT): Increase to 37.
10533         (_DL_HWCAP_LAST): New define.
10534         (_DL_HWCAP2_LAST): New define.
10535         (_dl_procinfo): Add support for printing
10536         AT_HWCAP2 entries.
10537         (_dl_string_hwcap): Use _dl_hwcap_string.
10539 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10541         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10543 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
10545         * README: Do not mention ports directory.
10547         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
10548         Remove macro.
10549         * sysdeps/unix/sysv/linux/futimes.c: Do not include
10550         <kernel-features.h>.
10551         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
10552         conditional variable definition.
10553         (__futimes): Update comment.
10554         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
10555         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
10557         [BZ #16560]
10558         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
10559         arguments close to 0.
10560         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
10561         Likewise.
10562         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
10563         Likewise.
10564         * math/auto-libm-test-in: Add more tests of exp10.
10565         * math/auto-libm-test-out: Regenerated.
10566         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
10568         * sysdeps/unix/sysv/linux/kernel-features.h
10569         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
10570         * sysdeps/unix/sysv/linux/readv.c: Do not include
10571         <kernel-features.h>.
10572         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
10573         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
10574         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
10575         unconditional.
10576         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
10577         conditional code.
10578         * sysdeps/unix/sysv/linux/writev.c: Do not include
10579         <kernel-features.h>.
10580         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
10581         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
10582         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
10583         unconditional.
10584         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
10585         conditional code.
10587 2014-06-25  Will Newton  <will.newton@linaro.org>
10589         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
10590         comment changes throughout the file.  Remove checks
10591         for HAVE_*_H definitions that are not required.
10592         (__gen_tempname): Call abort if an unknown kind value is
10593         passed.
10595 2014-06-25  Andreas Schwab  <schwab@suse.de>
10597         [BZ #17086]
10598         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
10599         scalbln, scalblnf, scalblnl in libc.
10601 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
10603         [BZ #17086]
10604         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
10605         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
10606         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
10608 2014-06-24  Roland McGrath  <roland@hack.frob.com>
10610         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
10611         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
10612         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
10613         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
10614         Update #include.
10615         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
10616         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
10617         Update #include.
10618         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
10619         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
10620         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
10621         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
10622         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
10623         * sysdeps/x86/bits/pthreadtypes.h: ... here.
10624         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
10625         * sysdeps/x86/bits/semaphore.h: ... here.
10626         * sysdeps/x86/nptl/elide.h: Moved ...
10627         * sysdeps/x86/elide.h: ... here.
10628         * sysdeps/x86_64/nptl/Implies: File removed.
10629         * sysdeps/i386/nptl/Implies: File removed.
10631 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
10633         [BZ #16539]
10634         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
10635         return the argument for normal arguments with exponent below -64.
10636         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
10637         Likewise.
10638         * math/auto-libm-test-in: Add another test of expm1.
10639         * math/auto-libm-test-out: Regenerated.
10641         [BZ #16287]
10642         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
10643         calling __erfcl for arguments at least 16.
10644         * math/auto-libm-test-in: Add more tests of erf.
10645         * math/auto-libm-test-out: Regenerated.
10647         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
10648         individual architectures.
10649         * sysdeps/unix/sysv/linux/configure: Regenerated.
10650         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
10651         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
10652         * sysdeps/unix/sysv/linux/powerpc/configure.ac
10653         (ldd_rewrite_script): Define variable.
10654         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
10655         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
10656         file.
10657         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
10658         generated file.
10659         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
10660         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
10661         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
10662         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
10663         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
10664         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
10665         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
10666         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
10668 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
10670         [BZ #17084]
10671         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
10672         Rename member __data.d to __data.__elision_data.
10674 2014-06-24  Wilco  <wdijkstr@arm.com>
10676         * NEWS: Add 16918 to fixed bug list.
10678 2014-06-24  Wilco  <wdijkstr@arm.com>
10680         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
10682 2014-06-24  Wilco  <wdijkstr@arm.com>
10684         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
10685         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
10686         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
10687         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
10688         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
10689         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
10690         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
10691         Use _FPU_MASK_RM.
10693 2014-06-24  Wilco  <wdijkstr@arm.com>
10695         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
10697 2014-06-24  Wilco  <wdijkstr@arm.com>
10699         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
10700         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
10701         * sysdeps/arm/fesetround.c (fesetround): Remove space.
10702         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
10704 2014-06-24  Wilco  <wdijkstr@arm.com>
10706         [BZ #16918]
10707         * sysdeps/arm/feupdateenv.c (feupdateenv):
10708         Rewrite to reduce FPSCR accesses and fix return value.
10710 2014-06-24  Wilco  <wdijkstr@arm.com>
10712         * sysdeps/arm/fclrexcpt.c (feclearexcept):
10713         Optimize to avoid unnecessary FPSCR writes.
10714         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
10715         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
10716         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
10717         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
10719 2014-06-24  Wilco  <wdijkstr@arm.com>
10721         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
10722         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
10723         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
10724         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
10725         Call libc_fetestexcept_vfp.
10726         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
10727         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
10728         __SOFTFP__ ifdef so that they can be built for softfp.
10730 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
10732         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
10733         argument type signed char.
10735         * Makerules (check-abi): Dump diff of symlist if the test
10736         fails.
10738 2014-06-23  Roland McGrath  <roland@hack.frob.com>
10740         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
10741         using abort.
10743         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
10744         Remove unused variable ST.
10746 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
10748         [BZ #16354]
10749         [BZ #17061]
10750         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
10751         small arguments before calling __expm1.
10752         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
10753         small arguments before calling __expm1f.
10754         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
10755         small arguments before calling __expm1l.
10756         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
10757         Likewise.
10758         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
10759         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
10760         spurious underflow for some cosh tests.
10761         * math/auto-libm-test-out: Regenerated.
10762         * sysdeps/i386/fpu/libm-test-ulps: Update.
10764         [BZ #17050]
10765         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
10766         (__ieee754_y1): Set errno if return value overflows.
10767         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
10768         (__ieee754_y1f): Set errno if return value overflows.
10769         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
10770         (__ieee754_y1l): Set errno if return value overflows.
10771         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
10772         (__ieee754_y1l): Set errno if return value overflows.
10773         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
10774         * math/auto-libm-test-out: Regenerated.
10776         * math/gen-auto-libm-tests.c: Document use of
10777         ignore-zero-inf-sign.
10778         (input_flag_type): Add value flag_ignore_zero_inf_sign.
10779         (input_flags): Add ignore-zero-inf-sign.
10780         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
10781         * math/gen-libm-test.pl (generate_testfile): Handle
10782         ignore-zero-inf-sign.
10783         * math/auto-libm-test-in: Mark some cpow tests with
10784         ignore-zero-inf-sign and some with xfail-rounding.
10785         * math/auto-libm-test-out: Regenerated.
10786         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
10787         * sysdeps/i386/fpu/libm-test-ulps: Update.
10788         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10790         [BZ #16315]
10791         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
10792         overflowing or underflowing operations take place with sign of
10793         result.
10794         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
10795         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
10796         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
10797         (__ieee754_pow): Recompute overflowing and underflowing results in
10798         original rounding mode.
10799         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
10800         (__powl_helper): Allow negative argument X and scale negated value
10801         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
10802         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
10803         overflowing or underflowing operations take place with sign of
10804         result.
10805         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
10806         Include <math.h>.
10807         * math/auto-libm-test-in: Add more tests of pow.
10808         * math/auto-libm-test-out: Regenerated.
10809         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
10810         (pow_tonearest_test_data): Remove.
10811         (pow_test_tonearest): Likewise.
10812         (pow_towardzero_test_data): Likewise.
10813         (pow_test_towardzero): Likewise.
10814         (pow_downward_test_data): Likewise.
10815         (pow_test_downward): Likewise.
10816         (pow_upward_test_data): Likewise.
10817         (pow_test_upward): Likewise.
10818         (main): Don't call removed functions.
10819         * sysdeps/i386/fpu/libm-test-ulps: Update.
10820         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10822 2014-06-23  Roland McGrath  <roland@hack.frob.com>
10824         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
10825         Moved ...
10826         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
10827         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
10828         Moved ...
10829         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
10830         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
10831         Moved ...
10832         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
10833         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
10834         Moved ...
10835         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
10836         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
10837         File removed.
10838         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
10839         File removed.
10840         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
10841         File removed.
10842         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
10843         File removed.
10844         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
10845         File removed.
10846         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
10847         File removed.
10848         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
10849         File removed.
10850         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
10851         File removed.
10852         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
10853         File removed.
10854         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
10855         File removed.
10856         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
10857         File removed.
10858         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
10859         File removed.
10860         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
10861         Moved ...
10862         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
10863         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
10864         Moved ...
10865         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
10866         ... here.
10867         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
10868         Moved ...
10869         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
10870         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
10871         Moved ...
10872         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
10873         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
10874         Moved ...
10875         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
10876         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
10877         Moved ...
10878         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
10879         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
10880         Moved ...
10881         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
10882         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
10883         Moved ...
10884         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
10885         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
10886         Moved ...
10887         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
10888         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
10889         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
10890         ... here.
10891         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
10892         Moved ...
10893         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
10894         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
10895         Moved ...
10896         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
10897         ... here.
10898         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
10899         Moved ...
10900         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
10901         ... here.
10902         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
10903         Moved ...
10904         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
10905         ... here.
10906         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
10907         Moved ...
10908         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
10909         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
10910         Moved ...
10911         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
10912         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
10913         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
10914         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
10915         Moved ...
10916         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
10917         ... here.
10918         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
10919         Moved ...
10920         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
10921         ... here.
10922         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
10923         Moved ...
10924         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
10925         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
10926         Moved ...
10927         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
10928         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
10929         Moved ...
10930         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
10931         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
10932         Moved ...
10933         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
10934         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
10935         Moved ...
10936         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
10937         ... here.
10938         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
10939         Moved ...
10940         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
10941         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
10942         Moved ...
10943         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
10944         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
10945         Moved ...
10946         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
10947         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
10948         Moved ...
10949         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
10950         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
10951         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
10952         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
10953         Moved ...
10954         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
10955         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
10956         Moved ...
10957         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
10958         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
10959         Moved ...
10960         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
10961         ... here.
10962         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
10963         Moved ...
10964         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
10965         ... here.
10966         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
10967         Moved ...
10968         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
10969         ... here.
10970         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
10971         Moved ...
10972         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
10973         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
10974         Moved ...
10975         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
10976         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
10977         Moved ...
10978         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
10979         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
10980         Moved ...
10981         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
10982         ... here.
10983         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
10984         Moved ...
10985         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
10986         ... here.
10987         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
10988         Moved ...
10989         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
10990         ... here.
10991         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
10992         Moved ...
10993         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
10994         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
10995         Moved ...
10996         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
10998 2014-06-23  Will Newton  <will.newton@linaro.org>
10999             Wilco  <wdijkstr@arm.com>
11001         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
11002         implementation.  Include get-rounding-mode.h.
11003         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
11004         [!libc_feholdsetround_noex_ctx]: Define
11005         libc_feholdsetround_noex_ctx.
11006         [!libc_feholdsetround_noexf_ctx]: Define
11007         libc_feholdsetround_noexf_ctx.
11008         [!libc_feholdsetround_noexl_ctx]: Define
11009         libc_feholdsetround_noexl_ctx.
11010         (libc_feholdsetround_ctx): New function.
11011         (libc_feresetround_ctx): New function.
11012         (libc_feholdsetround_noex_ctx): New function.
11013         (libc_feresetround_noex_ctx): New function.
11015 2014-06-23  Roland McGrath  <roland@hack.frob.com>
11017         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
11018         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
11019         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
11020         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
11021         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
11022         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
11024         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
11025         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
11026         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
11027         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
11028         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
11029         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
11030         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
11031         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
11032         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
11033         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
11034         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
11035         Moved ...
11036         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
11037         ... here.
11038         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
11039         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
11040         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
11041         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
11042         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
11043         Moved ...
11044         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
11045         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
11046         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
11047         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
11048         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
11049         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
11050         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
11051         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
11052         Moved ...
11053         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
11054         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
11055         Moved ...
11056         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
11057         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
11058         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
11059         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
11060         Moved ...
11061         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
11062         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
11063         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
11064         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
11065         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
11066         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
11067         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
11068         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
11069         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
11070         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
11071         Moved ...
11072         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
11073         ... here.
11074         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
11075         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
11076         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
11077         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
11078         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
11079         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
11080         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
11081         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
11082         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
11083         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
11084         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
11085         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
11086         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
11087         Moved ...
11088         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
11089         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
11090         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
11091         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
11092         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
11093         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
11094         Moved ...
11095         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
11096         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
11097         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
11098         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
11099         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
11101         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
11102         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
11103         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
11104         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
11105         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
11106         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
11107         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
11108         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
11109         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
11110         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
11111         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
11112         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
11113         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
11114         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
11115         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
11116         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
11117         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
11118         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
11119         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
11120         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
11121         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
11122         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
11123         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
11124         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
11125         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
11126         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
11127         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
11128         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
11130 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
11132         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
11133         (FALLOC_FL_COLLAPSE_RANGE): New macro.
11134         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
11135         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
11136         (IPV6_PMTUDISC_INTERFACE): Likewise.
11137         (IPV6_PMTUDISC_OMIT): Likewise.
11139 2014-06-23  Andreas Schwab  <schwab@suse.de>
11141         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
11142         Remove unused errout label.
11144 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11146         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
11147         macro: hardware supports Vector Crypto instructions.
11149 2014-06-23  Will Newton  <will.newton@linaro.org>
11151         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
11152         rather than __builtin_expect.
11154         * elf/dl-lookup.c (undefined_msg): Remove variable.
11155         (_dl_lookup_symbol_x): Replace undefined_msg with string
11156         literal.
11158         * elf/dl-lookup.c (do_lookup_unique): New function.
11159         (do_lookup_x): Move STB_GNU_UNIQUE handling code
11160         to a separate function.
11162 2014-06-23  Andreas Schwab  <schwab@suse.de>
11164         [BZ #17079]
11165         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
11166         before reading the next line.
11168 2014-06-23  Will Newton  <will.newton@linaro.org>
11170         * test-skeleton.c (signal_handler): Use printf and %m
11171         rather than perror.  Use printf rather than fprintf to
11172         stderr.  Use puts rather than fputs to stderr.
11173         (main): Likewise.
11175 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
11177         * nscd/nscd.c (thread_info_t): Remove typedef.
11178         (thread_info): Remove variable.
11180 2014-06-21  Allan McRae  <allan@archlinux.org>
11182         * NEWS: Mention CVE-2014-4043.
11184 2014-06-20  Roland McGrath  <roland@hack.frob.com>
11186         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
11187         * nptl/smp.h: ... here.
11189         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
11191         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
11192         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
11193         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
11194         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
11196         * nptl/allocatestack.c: Include <stack-aliasing.h>.
11197         * nptl/stack-aliasing.h: New file.
11198         * sysdeps/i386/i686/stack-aliasing.h: New file.
11199         * sysdeps/i386/i686/nptl/Makefile: File removed.
11200         * sysdeps/x86_64/stack-aliasing.h: New file.
11201         * sysdeps/x86_64/nptl/Makefile
11202         (CFLAGS-pthread_create.c): Variable removed.
11204         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
11205         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
11206         old file.
11207         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
11208         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
11209         old file.
11211 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
11213         * sysdeps/unix/sysv/linux/arm/kernel-features.h
11214         (__ASSUME_SIGFRAME_V2): Remove macro.
11215         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
11216         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
11217         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
11218         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
11219         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
11220         Declare as function.  Remove conditional macro definitions.
11221         (__default_rt_sa_restorer): Likewise.
11222         (__default_sa_restorer_v1): Remove declaration.
11223         (__default_sa_restorer_v2): Likewise.
11224         (__default_rt_sa_restorer_v1): Likewise.
11225         (__default_rt_sa_restorer_v2): Likewise.
11226         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
11227         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
11228         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
11230 2014-06-20  Roland McGrath  <roland@hack.frob.com>
11232         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
11233         (libpthread-routines): Add sysdep.
11234         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
11235         * sysdeps/unix/sysv/linux/sparc/Versions
11236         (libpthread: GLIBC_2.3.3): New version set.
11237         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
11238         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
11239         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
11240         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
11241         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
11242         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
11243         Moved ...
11244         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
11245         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
11246         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
11247         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
11248         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
11249         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
11250         * sysdeps/sparc/nptl/sem_init.c: ... here.
11251         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
11252         * sysdeps/sparc/nptl/sem_post.c: ... here.
11253         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
11254         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
11255         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
11256         * sysdeps/sparc/nptl/sem_wait.c: ... here.
11257         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
11258         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
11259         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
11260         (libpthread-routines): Add cpu_relax.
11261         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
11262         File removed.
11263         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
11264         (librt: GLIBC_2.3.3): New version set.
11265         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
11266         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
11267         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
11268         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
11269         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
11270         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
11271         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
11272         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
11273         Moved ...
11274         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
11275         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
11276         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
11277         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
11278         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
11279         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
11280         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
11281         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
11282         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
11283         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
11284         Moved ...
11285         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
11286         Update #include.
11287         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
11288         Moved ...
11289         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
11290         Update #include.
11291         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
11292         Moved ...
11293         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
11294         Update #include.
11295         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
11296         Moved ...
11297         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
11298         Update #include.
11299         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
11300         Moved ...
11301         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
11302         Update #include.
11303         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
11304         Moved ...
11305         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
11306         Update #include.
11307         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
11308         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
11309         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
11310         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
11311         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
11312         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
11313         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
11314         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
11315         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
11316         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
11317         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
11318         Moved ...
11319         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
11320         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
11321         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
11322         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
11323         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
11325 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
11327         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
11328         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
11329         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
11330         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
11331         * nscd/nscd.c: Likewise.
11332         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
11333         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
11334         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
11335         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
11337         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
11338         <kernel-features.h>.
11339         (init_mq_netlink): Remove conditional have_sock_cloexec
11340         definitions.  Remove code conditional on have_sock_cloexec < 0.
11341         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
11342         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
11343         * sysdeps/unix/sysv/linux/opensock.c: Do not include
11344         <kernel-features.h>.
11345         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
11346         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
11348 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
11350         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
11351         Add tests for memset_chk and memset.
11353         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
11354         with AVX2_Usable.
11356 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
11358         [BZ #16046]
11359         * elf/tst-dl-iter-static.c: New file.
11360         * elf/Makefile (tests-static): Add tst-dl-iter-static.
11362         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
11363         error.
11365 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
11367         * sysdeps/unix/sysv/linux/kernel-features.h
11368         (__ASSUME_F_GETOWN_EX): Remove macro.
11369         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
11370         <kernel-features.h>.
11371         (miss_F_GETOWN_EX): Remove variable or macro.
11372         (do_fcntl): Do not check miss_F_GETOWN_EX.
11373         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
11375         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
11376         Remove macro.
11377         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
11378         [!__ASSUME_AT_RANDOM]: Remove conditional code.
11379         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
11381         * sysdeps/unix/sysv/linux/kernel-features.h
11382         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
11383         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
11384         [ADJ_OFFSET_SS_READ]: Make code unconditional.
11385         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
11387 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
11389         [BZ #17075]
11390         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
11391         Fix calculation of the symbol's value.
11392         * sysdeps/arm/tst-armtlsdescloc.c: New file.
11393         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
11394         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
11395         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
11396         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
11397         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
11398         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
11399         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
11400         (modules-names): Add `tst-armtlsdescmod',
11401         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
11402         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
11403         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
11404         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
11405         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
11406         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
11407         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
11408         ($(objpfx)tst-armtlsdescloc): New dependency.
11409         ($(objpfx)tst-armtlsdescextnow): Likewise.
11410         ($(objpfx)tst-armtlsdescextlazy): Likewise.
11411         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
11412         TLS scheme support.
11413         * sysdeps/arm/configure: Regenerate.
11415 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
11417         * include/fcntl.h (__atfct_seterrno): Remove prototype.
11418         (__atfct_seterrno_2): Likewise.
11419         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
11420         <kernel-features.h>.
11421         (__ASSUME_ATFCTS): Do not undefine and redefine.
11422         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
11423         (__have_atfcts): Remove conditional definition.
11424         (__fxstatat([__NR_fstatat64]: Make code unconditional.
11425         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
11426         unreachable if [__ASSUME_ATFCTS].
11427         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
11428         not undefine and redefine.
11429         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
11430         <kernel-features.h>.
11431         (faccessat) [__NR_faccessat]: Make code unconditional.
11432         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
11433         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
11434         <kernel-features.h>.
11435         (fchmodat) [__NR_fchmodat]: Make code unconditional.
11436         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
11437         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
11438         <kernel-features.h>.
11439         (fchownat) [__NR_fchownat]: Make code unconditional.
11440         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
11441         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
11442         <kernel-features.h>.
11443         (futimesat) [__NR_futimesat]: Make code unconditional.
11444         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
11445         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
11446         <kernel-features.h>.
11447         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
11448         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
11449         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
11450         <kernel-features.h>.
11451         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
11452         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
11453         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
11454         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
11455         <kernel-features.h>.
11456         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
11457         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
11458         * sysdeps/unix/sysv/linux/linkat.c: Do not include
11459         <kernel-features.h>.
11460         (linkat) [__NR_linkat]: Make code unconditional.
11461         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
11462         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
11463         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
11464         <kernel-features.h>.
11465         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
11466         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
11467         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
11468         <kernel-features.h>.
11469         (mkdirat) [__NR_mkdirat]: Make code unconditional.
11470         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
11471         * sysdeps/unix/sysv/linux/openat.c: Do not include
11472         <kernel-features.h>.
11473         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
11474         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
11475         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
11476         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
11477         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
11478         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
11479         <kernel-features.h>.
11480         (readlinkat) [__NR_readlinkat]: Make code unconditional.
11481         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
11482         result of INLINE_SYSCALL directly, not via int variable.
11483         * sysdeps/unix/sysv/linux/renameat.c: Do not include
11484         <kernel-features.h>.
11485         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
11486         (renameat) [__NR_renameat]: Make code unconditional.
11487         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
11488         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
11489         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
11490         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
11491         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
11492         (__ASSUME_ATFCTS): Do not undefine and redefine.
11493         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
11494         <kernel-features.h>.
11495         (symlinkat) [__NR_symlinkat]: Make code unconditional.
11496         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
11497         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
11498         <kernel-features.h>.
11499         (unlinkat) [__NR_unlinkat]: Make code unconditional.
11500         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
11501         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
11502         (__ASSUME_ATFCTS): Do not undefine and redefine.
11503         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
11504         <kernel-features.h>.
11505         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
11506         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
11507         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
11508         <kernel-features.h>.
11509         (__xmknodat) [__NR_mknodat]: Make code unconditional.
11510         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
11512 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
11514         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
11516 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
11518         [BZ #17069]
11519         * posix/regcomp.c (parse_reg_exp): Deallocate partially
11520         constructed tree before returning error.
11521         * posix/bug-regexp36.c: Expand test case.
11523 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
11525         [BZ #6803]
11526         * math/libm-test.inc (scalbln_test_date):
11527         Add errno expectations.
11528         * math/w_scalblnf.c: New File.
11529         Add wrapper which checks for setting errno to ERANGE.
11530         Add weak_alias for corresponding scalbln function.
11531         * math/w_scalbln.c: Likewise.
11532         * math/w_scalblnl.c: Likewise.
11533         * math/Makefile (libm-calls): Add w_scalbln.
11534         * sysdeps/ieee754/flt-32/s_scalblnf.c:
11535         Remove weak_alias for corresponding scalbln function.
11536         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
11537         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
11538         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
11539         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
11540         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
11541         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
11542         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
11543         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
11544         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
11545         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
11546         Remove long_double_symbol for scalblnl function in libm, libc.
11547         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
11548         Add wrapper which checks for setting errno to ERANGE.
11549         Add long_double_symbol for scalblnl function in libm, libc.
11550         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
11551         Remove long_double_symbol for scalblnl in libm.
11552         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
11553         Add wrapper which checks for setting errno to ERANGE.
11554         Add long_double_symbol for scalblnl function in libm.
11555         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
11556         Do not use wrapper because of own implementation.
11558 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
11560         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
11561         3 bytes for __pad1 for x32.
11562         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
11564 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
11565             H.J. Lu  <hongjiu.lu@intel.com>
11567         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
11568         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
11569         * sysdeps/x86_64/multiarch/memset.S: Likewise.
11570         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
11571         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
11573 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
11575         [BZ #17069]
11576         * posix/regcomp.c (parse_expression): Deallocate partially
11577         constructed tree before returning error.
11578         * posix/Makefile.c (tests): Add bug-regex36.
11579         (generated): Add bug-regex36.mtrace.
11580         (tests-special): Add $(objpfx)bug-regex36-mem.out
11581         (bug-regex36-ENV): New variable.
11582         ($(objpfx)bug-regex36-mem.out): New rule.
11583         * posix/bug-regex36.c: New file.
11585 2014-06-19  Will Newton  <will.newton@linaro.org>
11587         * malloc/malloc.c (systrim): If extra is zero then return
11588         early.
11590 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
11592         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
11594 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
11596         * sysdeps/aarch64/strchr.S: New file.
11598 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
11600         [BZ #17022]
11601         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
11602         from arguments -2 or below.
11603         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
11604         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
11606 2014-06-18  Andreas Schwab  <schwab@suse.de>
11608         [BZ #17062]
11609         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
11610         of a bracket expr not to run off the end of the string.
11611         * posix/Makefile (tests): Add tst-fnmatch3.
11612         * posix/tst-fnmatch3.c: New file.
11614 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
11616         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
11617         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
11618         [$(cross-compiling) = no]: Likewise.
11619         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
11620         [$(cross-compiling) = no]: Likewise.
11622 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
11624         [BZ #17031]
11625         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
11626         double, adjusted for any remainder from the high double.
11627         * math/libm-test.inc (nearbyint): Add tests.
11628         (rint): Likewise.
11630 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11632         * nptl/sysdeps/powerpc/Makefile: Moved ...
11633         * sysdeps/powerpc/nptl/Makefile: ... here.
11634         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
11635         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
11636         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
11637         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
11638         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
11639         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
11640         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
11641         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
11642         * nptl/sysdeps/powerpc/tls.h: Moved ...
11643         * sysdeps/powerpc/nptl/tls.h: ... here.
11645 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
11647         [BZ #16681]
11648         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
11649         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
11650         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
11651         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
11652         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
11653         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
11654         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
11655         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
11656         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
11658 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
11660         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
11662 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
11664         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
11665         defined operator.
11667         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
11668         $TIMEOUTFACTOR.
11670 2014-06-16  Florian Weimer  <fweimer@redhat.com>
11672         [BZ #17058]
11673         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
11674         non-executed part of the test.
11676 2014-06-16  Andreas Schwab  <schwab@suse.de>
11678         * string/bits/string2.h (strdup, strndup): Update feature guard.
11680 2014-06-14  David S. Miller  <davem@davemloft.net>
11682         * sysdeps/sparc/fpu/libm-test-ulps: Update.
11684 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
11686         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
11687         that was previously under [RESET_PID].
11688         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
11690         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
11691         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
11692         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
11693         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
11694         (__libc_vfork): New strong alias.
11695         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
11697 2014-06-14 Andi Kleen  <ak@linux.intel.com>
11699         * sysdeps/generic/elide.h: New file.
11701 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
11703         * Makefile (installed-headers): Adjust path of pthread.h header.
11705 2014-06-13  Roland McGrath  <roland@hack.frob.com>
11707         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
11708         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
11709         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
11710         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
11712         * nptl/sysdeps/s390/Makefile: Moved ...
11713         * sysdeps/s390/nptl/Makefile: ... here.
11714         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
11715         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
11716         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
11717         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
11718         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
11719         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
11720         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
11721         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
11722         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
11723         * sysdeps/s390/nptl/pthreaddef.h: ... here.
11724         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
11725         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
11726         * nptl/sysdeps/s390/tls.h: Moved ...
11727         * sysdeps/s390/nptl/tls.h: ... here.
11729         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
11730         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
11732 2014-06-13  David S. Miller  <davem@davemloft.net>
11734         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
11735         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
11736         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
11737         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
11738         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
11739         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
11740         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
11741         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
11742         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
11743         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
11744         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
11745         Remove RESET_PID cpp guards.
11746         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
11747         Remove RESET_PID cpp guards.
11748         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
11750 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
11752         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
11753         __sp to uintptr_t.
11755 2014-06-13  Andi Kleen  <ak@linux.intel.com>
11757         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
11758         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
11759         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
11760         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
11761         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
11762         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
11763         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
11764         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
11765         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
11766         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
11767         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
11768         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
11769         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
11770         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
11771         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
11772         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
11773         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
11774         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
11775         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
11776         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
11778         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
11779         (pthread_rwlock_rdlock): Add elision.
11780         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
11781         (pthread_rwlock_wrlock): Add elision.
11782         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
11783         (pthread_rwlock_trywrlock): Add elision.
11784         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
11785         (pthread_rwlock_tryrdlock): Add elision.
11786         * nptl/pthread_rwlock_unlock.c: Include elide.h.
11787         (pthread_rwlock_tryrdlock): Add elision unlock.
11788         * nptl/sysdeps/pthread/pthread.h:
11789         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
11790         (PTHREAD_RWLOCK_INITIALIZER,
11791         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
11792         Handle new elision field.
11793         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
11794         * sysdeps/arm/nptl/bits/pthreadtypes.h
11795         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11796         * sysdeps/sh/nptl/bits/pthreadtypes.h
11797         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11798         * sysdeps/tile/nptl/bits/pthreadtypes.h
11799         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11800         * sysdeps/a/nptl/bits/pthreadtypes.h
11801         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11802         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
11803         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11804         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
11805         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11806         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
11807         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11808         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
11809         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11810         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
11811         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11812         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
11813         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11814         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
11815         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11816         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
11817         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11818         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
11819         (elision_init): Set try_xbegin to zero when no RTM.
11820         * sysdeps/x86/nptl/bits/pthreadtypes.h
11821         (pthread_rwlock_t): Change __pad1 to __rwelision.
11822         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11824 2014-06-13  Andi Kleen  <ak@linux.intel.com>
11826         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
11827         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
11828         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
11829         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
11831 2014-06-13  Meador Inge  <meadori@codesourcery.com>
11833         [BZ #16996]
11834         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
11835         that the cached result has been set before returning it.
11837 2014-06-12  Roland McGrath  <roland@hack.frob.com>
11839         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
11840         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
11841         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
11842         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
11843         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
11844         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
11846         * nptl/sysdeps/sparc/Makefile: Moved ...
11847         * sysdeps/sparc/nptl/Makefile: ... here.
11848         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
11849         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
11850         * nptl/sysdeps/sparc/tls.h: Moved ...
11851         * sysdeps/sparc/nptl/tls.h: ... here.
11852         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
11853         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
11854         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
11855         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
11856         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
11857         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
11858         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
11859         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
11860         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
11861         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
11862         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
11863         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
11864         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
11865         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
11866         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
11867         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
11868         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
11869         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
11870         Update #include.
11871         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
11872         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
11873         Update #include.
11874         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
11875         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
11876         Update #include.
11877         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
11878         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
11879         Update #include.
11881         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
11883         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
11884         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
11886         * sysdeps/pthread/posix-timer.h: Include <list.h>.
11887         (struct list_links): Type removed.
11888         (struct thread_node, struct timer_node): Replace struct list_links
11889         with struct list_head.
11890         (list_unlink_ip): Likewise.
11891         * sysdeps/pthread/timer_routines.c
11892         (timer_free_list, thread_free_list, thread_active_list): Likewise.
11893         (list_append, list_insbefore): Likewise.
11894         (list_init): Function removed.
11895         (thread_init, init_module): Use INIT_LIST_HEAD instead.
11896         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
11897         * sysdeps/pthread/Makefile: ... here, new file.
11899         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
11900         * sysdeps/nptl/Implies: ... here.
11901         * sysdeps/unix/sysv/linux/Implies: Add nptl.
11902         * nptl/sysdeps/pthread/list.h: Moved ...
11903         * include/list.h: ... here.
11904         * nptl/sysdeps/pthread/createthread.c: Moved ...
11905         * nptl/createthread.c: ... here.
11906         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
11907         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
11908         * nptl/pt-longjmp.c: ... here.
11909         * nptl/sysdeps/pthread/Makefile: Moved ...
11910         * sysdeps/nptl/Makefile: ... here.
11911         * nptl/sysdeps/pthread/Subdirs: Moved ...
11912         * sysdeps/nptl/Subdirs: ... here.
11913         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
11914         * sysdeps/nptl/aio_misc.h: ... here.
11915         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
11916         * sysdeps/nptl/bits/libc-lock.h: ... here.
11917         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
11918         * sysdeps/nptl/bits/libc-lockP.h: ... here.
11919         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
11920         * sysdeps/nptl/bits/stdio-lock.h: ... here.
11921         * nptl/sysdeps/pthread/configure: Moved ...
11922         * sysdeps/nptl/configure: ... here.
11923         * nptl/sysdeps/pthread/configure.ac: Moved ...
11924         * sysdeps/nptl/configure.ac: ... here.
11925         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
11926         * sysdeps/nptl/gai_misc.h: ... here.
11927         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
11928         * sysdeps/nptl/librt-cancellation.c: ... here.
11929         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
11930         * sysdeps/nptl/malloc-machine.h: ... here.
11931         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
11932         * sysdeps/nptl/pthread-functions.h: ... here.
11933         * nptl/sysdeps/pthread/pthread.h: Moved ...
11934         * sysdeps/nptl/pthread.h: ... here.
11935         * nptl/sysdeps/pthread/setxid.h: Moved ...
11936         * sysdeps/nptl/setxid.h: ... here.
11937         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
11938         * sysdeps/nptl/sigfillset.c: ... here.
11939         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
11940         * sysdeps/nptl/tcb-offsets.h: ... here.
11941         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
11942         * sysdeps/nptl/tst-mqueue8x.c: ... here.
11943         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
11944         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
11945         * nptl/sysdeps/pthread/allocalim.h: Moved ...
11946         * sysdeps/pthread/allocalim.h: ... here.
11947         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
11948         * sysdeps/pthread/bits/sigthread.h: ... here.
11949         * nptl/sysdeps/pthread/flockfile.c: Moved ...
11950         * sysdeps/pthread/flockfile.c: ... here.
11951         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
11952         * sysdeps/pthread/ftrylockfile.c: ... here.
11953         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
11954         * sysdeps/pthread/funlockfile.c: ... here.
11955         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
11956         * sysdeps/pthread/posix-timer.h: ... here.
11957         * nptl/sysdeps/pthread/timer_create.c: Moved ...
11958         * sysdeps/pthread/timer_create.c: ... here.
11959         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
11960         * sysdeps/pthread/timer_delete.c: ... here.
11961         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
11962         * sysdeps/pthread/timer_getoverr.c: ... here.
11963         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
11964         * sysdeps/pthread/timer_gettime.c: ... here.
11965         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
11966         * sysdeps/pthread/timer_routines.c: ... here.
11967         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
11968         * sysdeps/pthread/timer_settime.c: ... here.
11969         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
11970         * sysdeps/pthread/tst-timer.c: ... here.
11971         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
11972         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
11974         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
11975         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
11977         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
11978         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
11979         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
11980         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
11981         Update #include target.
11982         * nptl/sysdeps/i386/i686/Makefile: Moved ...
11983         * sysdeps/i386/i686/nptl/Makefile: ... here.
11984         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
11985         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
11986         Update #include target.
11987         * nptl/sysdeps/i386/i686/tls.h: Moved ...
11988         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
11989         * nptl/sysdeps/i386/Makefile: Moved ...
11990         * sysdeps/i386/nptl/Makefile: ... here.
11991         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
11992         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
11993         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
11994         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
11995         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
11996         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
11997         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
11998         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
11999         * sysdeps/i386/nptl/pthreaddef.h: ... here.
12000         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
12001         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
12002         * nptl/sysdeps/i386/tls.h: Moved ...
12003         * sysdeps/i386/nptl/tls.h: ... here.
12005         * sysdeps/sh/Makefile [$(subdir) = csu]
12006         (gen-as-const-headers): Add tcb-offsets.sym.
12007         * nptl/sysdeps/sh/Makefile: File removed.
12008         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
12009         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
12010         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
12011         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
12012         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
12013         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
12014         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
12015         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
12016         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
12017         * sysdeps/sh/nptl/pthreaddef.h: ... here.
12018         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
12019         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
12020         * nptl/sysdeps/sh/tls.h: Moved ...
12021         * sysdeps/sh/nptl/tls.h: ... here.
12022         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
12023         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
12024         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
12025         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
12026         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
12027         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
12028         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
12029         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
12030         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
12031         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
12032         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
12033         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
12034         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
12035         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
12036         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
12037         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
12038         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
12039         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
12040         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
12041         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
12042         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
12043         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
12044         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
12045         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
12046         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
12047         Moved ...
12048         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
12049         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
12050         Moved ...
12051         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
12052         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
12053         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
12054         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
12055         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
12056         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
12057         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
12058         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
12059         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
12060         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
12061         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
12062         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
12063         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
12064         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
12065         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
12066         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
12067         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
12068         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
12069         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
12071 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
12073         * posix/spawn_faction_addopen.c: Include string.h.
12075 2014-06-11  Roland McGrath  <roland@hack.frob.com>
12077         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
12078         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
12079         * nptl/sysdeps/x86_64/Makefile: Moved ...
12080         * sysdeps/x86_64/nptl/Makefile: ... here.
12081         * nptl/sysdeps/x86_64/configure: Moved ...
12082         * sysdeps/x86_64/nptl/configure: ... here.
12083         * nptl/sysdeps/x86_64/configure.ac: Moved ...
12084         * sysdeps/x86_64/nptl/configure.ac: ... here.
12085         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
12086         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
12087         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
12088         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
12089         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
12090         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
12091         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
12092         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
12093         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
12094         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
12095         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
12096         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
12097         * nptl/sysdeps/x86_64/tls.h: Moved ...
12098         * sysdeps/x86_64/nptl/tls.h: ... here.
12099         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
12100         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
12101         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
12102         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
12104         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
12106 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12108         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12110 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
12112         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
12113         type.
12114         [POSIX] (off_t): Likewise.
12115         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
12116         [POSIX] (S_ISBLK): Require macro.
12117         [POSIX] (S_ISCHR): Likewise.
12118         [POSIX] (S_ISDIR): Likewise.
12119         [POSIX] (S_ISFIFO): Likewise.
12120         [POSIX] (S_ISREG): Likewise.
12121         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
12122         optional-macro.
12123         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
12124         type.
12125         [POSIX] (time_t): Likewise.
12126         [POSIX] (timer_t): Likewise.
12128 2014-06-11  Florian Weimer  <fweimer@redhat.com>
12130         [BZ #17048]
12131         * posix/spawn_int.h (struct __spawn_action): Make the path string
12132         non-const to support deallocation.
12133         * posix/spawn_faction_addopen.c
12134         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
12135         * posix/spawn_faction_destroy.c
12136         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
12137         path in all spawn_do_open actions.
12138         * posix/tst-spawn.c (do_test): Exercise the copy operation in
12139         posix_spawn_file_actions_addopen.
12141 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
12143         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
12144         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
12145         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
12146         conditional code always true.
12147         (__libc_vfork): New alias.
12149 2014-06-11  Roland McGrath  <roland@hack.frob.com>
12151         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
12152         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
12154         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
12156         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
12157         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
12159         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
12160         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
12162         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
12163         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
12165 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
12167         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
12168         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
12169         multiarch strcmp for PPC64.
12170         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
12171         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
12172         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
12173         multiarch optimizations.
12174         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
12175         (__libc_ifunc_impl_list): Likewise.
12177 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
12179         * benchtests/scripts/validate_benchout.py: New script.
12180         * benchtests/Makefile (bench-func): Call it.
12181         * benchtests/scripts/benchout.schema.json: New file.
12183 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
12185         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
12186         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
12187         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
12188         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
12189         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
12190         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
12191         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
12192         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
12193         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
12194         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
12195         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
12196         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
12197         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
12198         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
12199         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
12200         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
12201         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
12202         Moved ...
12203         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
12204         ... here.
12205         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
12206         Moved ...
12207         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
12208         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
12209         Moved ...
12210         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
12211         ... here.
12212         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
12213         Moved ...
12214         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
12215         ... here.
12216         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
12217         Moved ...
12218         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
12219         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
12220         Moved ...
12221         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
12222         ... here.
12223         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
12224         Moved ...
12225         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
12226         ... here.
12227         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
12228         Moved ...
12229         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
12230         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
12231         Moved ...
12232         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
12233         ... here.
12234         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
12235         Moved ...
12236         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
12237         ... here.
12238         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
12239         Moved ...
12240         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
12241         ... here.
12242         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
12243         Moved ...
12244         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
12245         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
12246         Moved ...
12247         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
12248         ... here.
12249         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
12250         Moved ...
12251         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
12252         ... here.
12253         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
12254         Moved ...
12255         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
12256         ... here.
12257         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
12258         Moved ...
12259         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
12260         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
12261         Moved ...
12262         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
12263         ... here.
12264         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
12265         Moved ...
12266         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
12267         ... here.
12268         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
12269         Moved ...
12270         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
12271         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
12272         Moved ...
12273         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
12274         ... here.
12275         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
12276         Moved ...
12277         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
12278         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
12279         Moved ...
12280         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
12281         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
12282         Moved ...
12283         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
12284         ... here.
12285         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
12286         Moved ...
12287         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
12288         ... here.
12289         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
12290         Moved ...
12291         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
12292         ... here.
12293         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
12294         Moved ...
12295         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
12296         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
12297         Moved ...
12298         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
12299         ... here.
12300         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
12301         Moved ...
12302         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
12303         ... here.
12304         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
12305         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
12306         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
12307         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
12308         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
12309         Moved ...
12310         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
12311         ... here.
12312         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
12313         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
12314         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
12315         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
12316         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
12317         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
12318         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
12319         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
12320         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
12321         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
12322         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
12323         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
12324         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
12325         Moved ...
12326         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
12327         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
12328         Moved ...
12329         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
12330         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
12331         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
12332         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
12333         Moved ...
12334         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
12335         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
12336         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
12337         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
12338         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
12339         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
12340         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
12342 2014-06-10  Wilco  <wdijkstr@arm.com>
12344         * math/test-fenv-return.c: New file.
12345         * math/Makefile: Add new test test-fenv-return.
12347 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
12349         [BZ #17042]
12350         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
12351         when x - 1 is zero.
12352         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
12353         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
12354         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
12355         0.0L for an argument of 1.0L.
12356         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
12357         Likewise.
12358         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
12359         value when x - 1 is zero.
12360         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
12361         * sysdeps/i386/fpu/libm-test-ulps: Update.
12362         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12364 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
12366         [BZ #15119]
12367         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
12369 2014-06-09  Roland McGrath  <roland@hack.frob.com>
12371         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
12372         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
12374 2014-06-09  Roland McGrath  <roland@hack.frob.com>
12376         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
12377         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
12379         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
12380         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
12382         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
12383         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
12385         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
12386         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
12388         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
12389         if not already defined.
12390         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
12391         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
12392         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
12393         (TLS_INIT_TP): Use it.
12394         (TLS_DEFINE_INIT_TP): New macro.
12395         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
12397 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
12399         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
12400         constant.
12401         [POSIX] (IXANY): Likewise.
12402         [POSIX] (OLCUC): Likewise.
12403         [POSIX || POSIX2008] (CBAUD): Do not allow.
12404         [POSIX || POSIX2008] (DEFECHO): Likewise.
12405         [POSIX || POSIX2008] (ECHOCTL): Likewise.
12406         [POSIX || POSIX2008] (ECHOKE): Likewise.
12407         [POSIX || POSIX2008] (ECHOPRT): Likewise.
12408         [POSIX || POSIX2008] (EXTA): Likewise.
12409         [POSIX || POSIX2008] (EXTB): Likewise.
12410         [POSIX || POSIX2008] (FLUSHO): Likewise.
12411         [POSIX || POSIX2008] (LOBLK): Likewise.
12412         [POSIX || POSIX2008] (PENDIN): Likewise.
12413         [POSIX || POSIX2008] (SWTCH): Likewise.
12414         [POSIX || POSIX2008] (VDISCARD): Likewise.
12415         [POSIX || POSIX2008] (VDSUSP): Likewise.
12416         [POSIX || POSIX2008] (VLNEXT): Likewise.
12417         [POSIX || POSIX2008] (VREPRINT): Likewise.
12418         [POSIX || POSIX2008] (VSTATUS): Likewise.
12419         [POSIX || POSIX2008] (VWERASE): Likewise.
12420         (B*): Change to B[0123456789]*.
12421         * conform/data/time.h-data [POSIX || UNIX98]
12422         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
12423         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
12424         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
12425         [POSIX] (tm_*): Do not allow.
12427 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
12429         * Makefile (install): Don't set LANGUAGE.
12430         * Makefile.in (install): Likewise.
12431         * assert/Makefile (test-assert-ENV): Remove variable.
12432         (test-assert-perr-ENV): Likewise.
12433         * elf/Makefile (neededtest4-ENV): Likewise.
12434         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
12435         [$(cross-compiling) = no]: Don't set LANGUAGE.
12436         * io/ftwtest-sh (LANG): Remove variable.
12437         * libio/Makefile (tst-widetext-ENV): Likewise.
12438         * manual/install.texi (Running make install): Don't refer to
12439         environment settings for make install.
12440         * INSTALL: Regenerated.
12441         * nptl/tst-tls6.sh: Don't set LANG.
12442         * posix/globtest.sh (LANG): Remove variable.
12443         * string/Makefile (tester-ENV): Likewise.
12444         (inl-tester-ENV): Likewise.
12445         (noinl-tester-ENV): Likewise.
12446         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
12447         [$(cross-compiling) = no]: Don't set LANGUAGE.
12448         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
12449         without explicit environment settings.
12451 2014-06-06  Roland McGrath  <roland@hack.frob.com>
12453         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
12454         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
12455         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
12456         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
12458 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
12460         * crypt/crypt-private.h [DOS]: Add some includes taken from the
12461         other files in the crypt directory.
12462         * crypt/crypt.c: Remove duplicate includes.
12463         * crypt/crypt-entry.c: Likewise.
12464         * crypt/crypt_util.c: Likewise.
12466 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
12468         * Makeconfig (run-program-env): New variable.
12469         (run-program-prefix-before-env): Likewise.
12470         (run-program-prefix-after-env): Likewise.
12471         (run-program-prefix): Define in terms of new variables.
12472         (built-program-cmd-before-env): New variable.
12473         (built-program-cmd-after-env): Likewise.
12474         (built-program-cmd): Define in terms of new variables.
12475         (test-program-prefix-before-env): New variable.
12476         (test-program-prefix-after-env): Likewise.
12477         (test-program-prefix): Define in terms of new variables.
12478         (test-program-cmd-before-env): New variable.
12479         (test-program-cmd-after-env): Likewise.
12480         (test-program-cmd): Define in terms of new variables.
12481         * Rules (make-test-out): Use $(run-program-env).
12482         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
12483         (help): Do not mention environment variables.  Mention
12484         --timeoutfactor option.
12485         (timeoutfactor): New variable.
12486         (blacklist_exports): Remove function.
12487         (exports): Remove variable.
12488         (command): Do not include ${exports}.
12489         * manual/install.texi (Configuring and compiling): Do not mention
12490         test wrappers preserving environment variables.  Mention that last
12491         assignment to a variable must take precedence.
12492         * INSTALL: Regenerated.
12493         * benchtests/Makefile (run-bench): Use $(run-program-env).
12494         * catgets/Makefile ($(objpfx)test1.cat): Use
12495         $(built-program-cmd-before-env), $(run-program-env) and
12496         $(built-program-cmd-after-env).
12497         ($(objpfx)test2.cat): Do not specify environment variables
12498         explicitly.
12499         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
12500         $(run-program-env) and $(built-program-cmd-after-env).
12501         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
12502         $(run-program-env) and $(test-program-cmd-after-env).
12503         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
12504         explicitly.
12505         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
12506         run_program_env and test_program_cmd_after_env arguments.
12507         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
12508         * elf/tst-pathopt.sh: Use run_program_env argument.
12509         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
12510         $(test-wrapper-env) and $(run-program-env).
12511         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
12512         run_program_env arguments.
12513         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
12514         * intl/Makefile ($(objpfx)tst-gettext.out): Use
12515         $(test-program-prefix-before-env), $(run-program-env) and
12516         $(test-program-prefix-after-env).
12517         ($(objpfx)tst-gettext2.out): Likewise.
12518         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
12519         run_program_env and test_program_prefix_after_env arguments.
12520         * intl/tst-gettext2.sh: Likewise.
12521         * intl/tst-gettext4.sh: Do not set environment variables
12522         explicitly.
12523         * intl/tst-gettext6.sh: Likewise.
12524         * intl/tst-translit.sh: Likewise.
12525         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
12526         $(test-program-prefix-before-env), $(run-program-env) and
12527         $(test-program-prefix-after-env).
12528         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
12529         run_program_env and test_program_prefix_after_env arguments.
12530         * math/Makefile (run-regen-ulps): Use $(run-program-env).
12531         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
12532         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
12533         explicitly with each use of ${test_wrapper_env}.
12534         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
12535         $(test-program-prefix-before-env), $(run-program-env) and
12536         $(test-program-prefix-after-env).
12537         * posix/tst-getconf.sh: Do not set environment variables
12538         explicitly.
12539         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
12540         run_program_env and test_program_prefix_after_env arguments.
12541         * stdio-common/tst-printf.sh: Do not set environment variables
12542         explicitly.
12543         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
12544         $(test-program-prefix-before-env), $(run-program-env) and
12545         $(test-program-prefix-after-env).
12546         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
12547         run_program_env and test_program_prefix_after_env arguments.
12548         Split $test calls into $test_pre and $test.
12549         * timezone/Makefile (build-testdata): Use
12550         $(built-program-cmd-before-env), $(run-program-env) and
12551         $(built-program-cmd-after-env).
12553 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12555         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
12556         strlen for non SHARED builds.
12558 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
12560         * nptl/allocatestack.c (check_list): Inlined function...
12561         (__reclaim_stacks): ... here.
12563 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
12565         [BZ #15698]
12566         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
12567         memory overrun.
12569 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
12571         * Rules (make-test-out): Include
12572         LOCPATH=$(common-objpfx)localedata in default environment.
12573         * debug/Makefile (tst-chk1-ENV): Remove variable.
12574         (tst-chk2-ENV): Likewise.
12575         (tst-chk3-ENV): Likewise.
12576         (tst-chk4-ENV): Likewise.
12577         (tst-chk5-ENV): Likewise.
12578         (tst-chk6-ENV): Likewise.
12579         (tst-lfschk1-ENV): Likewise.
12580         (tst-lfschk2-ENV): Likewise.
12581         (tst-lfschk3-ENV): Likewise.
12582         (tst-lfschk4-ENV): Likewise.
12583         (tst-lfschk5-ENV): Likewise.
12584         (tst-lfschk6-ENV): Likewise.
12585         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
12586         (tst-iconv7-ENV): Likewise.
12587         * intl/Makefile (LOCPATH-ENV): Likewise.
12588         (tst-codeset-ENV): Likewise.
12589         (tst-gettext3-ENV): Likewise.
12590         (tst-gettext5-ENV): Likewise.
12591         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
12592         (tst-fopenloc-ENV): Likewise.
12593         (tst-fgetws-ENV): Remove variable.
12594         (tst-ungetwc1-ENV): Likewise.
12595         (tst-ungetwc2-ENV): Likewise.
12596         (bug-ungetwc2-ENV): Likewise.
12597         (tst-swscanf-ENV): Likewise.
12598         (bug-ftell-ENV): Likewise.
12599         (tst-fgetwc-ENV): Likewise.
12600         (tst-fseek-ENV): Likewise.
12601         (tst-ftell-partial-wide-ENV): Likewise.
12602         (tst-ftell-active-handler-ENV): Likewise.
12603         (tst-ftell-append-ENV): Likewise.
12604         * posix/Makefile (tst-fnmatch-ENV): Likewise.
12605         (tst-regexloc-ENV): Likewise.
12606         (bug-regex1-ENV): Likewise.
12607         (tst-regex-ENV): Likewise.
12608         (tst-regex2-ENV): Likewise.
12609         (bug-regex5-ENV): Likewise.
12610         (bug-regex6-ENV): Likewise.
12611         (bug-regex17-ENV): Likewise.
12612         (bug-regex18-ENV): Likewise.
12613         (bug-regex19-ENV): Likewise.
12614         (bug-regex20-ENV): Likewise.
12615         (bug-regex22-ENV): Likewise.
12616         (bug-regex23-ENV): Likewise.
12617         (bug-regex25-ENV): Likewise.
12618         (bug-regex26-ENV): Likewise.
12619         (bug-regex30-ENV): Likewise.
12620         (bug-regex32-ENV): Likewise.
12621         (bug-regex33-ENV): Likewise.
12622         (bug-regex34-ENV): Likewise.
12623         (bug-regex35-ENV): Likewise.
12624         (tst-rxspencer-ENV): Likewise.
12625         (tst-rxspencer-no-utf8-ENV): Likewise.
12626         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
12627         (tst-sscanf-ENV): Likewise.
12628         (tst-swprintf-ENV): Likewise.
12629         (tst-swscanf-ENV): Likewise.
12630         (test-vfprintf-ENV): Likewise.
12631         (scanf13-ENV): Likewise.
12632         (bug14-ENV): Likewise.
12633         (tst-grouping-ENV): Likewise.
12634         * stdlib/Makefile (tst-strtod-ENV): Likewise.
12635         (tst-strtod3-ENV): Likewise.
12636         (tst-strtod4-ENV): Likewise.
12637         (tst-strtod5-ENV): Likewise.
12638         (testmb2-ENV): Likewise./
12639         * string/Makefile (tst-strxfrm-ENV): Likewise.
12640         (tst-strxfrm2-ENV): Likewise.
12641         (bug-strcoll1-ENV): Likewise.
12642         (test-strcasecmp-ENV): Likewise.
12643         (test-strncasecmp-ENV): Likewise.
12644         * time/Makefile (tst-strptime-ENV): Likewise.
12645         (tst-ftime_l-ENV): Likewise.
12646         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
12647         (tst-mbrtowc-ENV): Likewise.
12648         (tst-wcrtomb-ENV): Likewise.
12649         (tst-mbrtowc2-ENV): Likewise.
12650         (tst-c16c32-1-ENV): Likewise.
12651         (tst-mbsnrtowcs-ENV): Likewise.
12653 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
12655         * manual/resource.texi (How to get information about the memory
12656         subsystem?): Fix typo.
12657         Reported by Peon de la Parra Ivan <peon@keba.com>
12659 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
12661         [BZ #16882]
12662         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
12663         (pthread_spin_lock): Branch out of spin loop to proper location.
12664         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
12665         (pthread_spin_lock): Likewise.
12667         * nptl/tst-spin4.c: New test.
12668         * nptl/Makefile (tests): Add tst-spin4.
12670 2014-06-03  Andreas Schwab  <schwab@suse.de>
12672         [BZ #15946]
12673         * resolv/res_send.c (send_dg): Reload file descriptor after
12674         calling reopen.
12676 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
12678         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
12680 2014-06-03  Richard Henderson  <rth@redhat.com>
12682         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
12683         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
12684         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
12685         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
12686         in the SAVE_PID block.
12687         (__libc_vfork): New alias.
12688         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
12690         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
12691         child in registers, not on the stack.  Remove RESET_PID conditionals.
12692         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
12694 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
12696         * sysdeps/aarch64/libm-test-ulps: Regenerate.
12698 2014-06-03  Wilco  <wdijkstr@arm.com>
12700         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
12701         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
12702         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
12703         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
12704         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
12705         Likewise.
12707 2014-06-03  Wilco  <wdijkstr@arm.com>
12709         * sysdeps/aarch64/fpu/math_private.h
12710         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
12711         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
12712         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
12713         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
12714         Fix declarations.
12716 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
12718         * crypt/crypt-private.h: Include ufc-crypt.h.
12719         (__b64_from_24bit): Declare extern.
12720         * crypt/crypt_util.c(__b64_from_24bit): New function.
12721         (b64t): New static const variable.
12722         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
12723         (b64t): Remove variable.
12724         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
12725         * crypt/sha256-crypt.c: Include crypt-private.h.
12726         (b64t): Remove variable.
12727         (__sha256_crypt_r): Remove b64_from_24bit and replace
12728         with __b64_from_24bit.
12729         * crypt/sha512-crypt.c: Likewise.
12731 2014-06-02  Roland McGrath  <roland@hack.frob.com>
12733         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
12734         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
12735         Label the code __libc_vfork rather than __vfork.
12736         [!NOT_IN_libc] (vfork): Define as weak alias.
12737         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
12738         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
12739         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
12741 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
12743         * malloc/malloc.c (malloc_info): Fix format specifier for
12744         n_mmaps.
12746 2014-06-02  Wilco  <wdijkstr@arm.com>
12748         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
12749         FPCR write.
12751 2014-06-02  Wilco  <wdijkstr@arm.com>
12753         [BZ #17009]
12754         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
12755         Rewrite to reduce FPCR/FPSR accesses.
12757 2014-06-01  David S. Miller  <davem@davemloft.net>
12759         * sysdeps/sparc/fpu/libm-test-ulps: Update.
12761 2014-05-31  David S. Miller  <davem@davemloft.net>
12763         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
12764         to occur in round to nearest mode when |x| >= 2.0
12766 2014-05-30  Richard Henderson  <rth@twiddle.net>
12768         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
12769         (PSEUDO_RET_NOERRNO): Remove.
12770         (ret): Don't redefine.
12771         (ret_NOERRNO): Define in terms of ret.
12772         (ret_ERRVAL): Likewise.
12774         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
12775         use of PSEUDO_RET; perform the error check directly.
12777 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
12779         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
12780         with __int128_t.
12782 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
12784         * malloc/malloc (malloc_info): Fix formatting.
12786 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
12787             Roland McGrath  <roland@hack.frob.com>
12789         * malloc/malloc (malloc_info): Also print mmapped statistics.
12791 2014-05-30  Roland McGrath  <roland@hack.frob.com>
12793         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
12794         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
12796 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
12798         * malloc/malloc.c (malloc_info): Inline mi_arena.
12800 2014-05-29  Richard Henderson  <rth@twiddle.net>
12802         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
12803         Remove comma before expanding ASM_ARGS_##nr.
12804         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
12805         Make _x0 a strict output; make _x8 a strict input; adjust expansion
12806         of ASM_ARGS_##nr.
12807         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
12808         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
12809         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
12810         (ASM_ARGS_1): Add leading comma.
12812         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
12813         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
12814         to __errno_location.
12815         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
12816         Remove the expected plt for __errno_location.
12818         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
12819         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
12820         call to __read_tp.
12822         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
12823         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
12824         it and break it down.
12825         (DOCARGS_0, DOCARGS_1): Do nothing.
12826         (DOCARGS_2): Update to store into the new stack frame.
12827         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
12828         (UNDOCARGS_1): Update to restore from the new stack frame.
12829         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
12830         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
12832         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
12833         (SINGLE_THREAD_P): New parameter for result regno.
12834         (PSEUDO): Update to match; use cbz instead of beq.
12836         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
12837         Use ENTRY to define the _nocancel entry point.  Share the syscall
12838         and syscall error check paths with the cancel path.
12839         (PSEUDO_END): New.
12841         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
12842         whitespace; tabs before and after asm mnemonics.
12844 2014-05-29  Eric Wong  <normalperson@yhbt.net>
12846         [BZ #15132]
12847         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
12848         Call fstat64 or stat64 internally, depending on arguments passed.
12849         Replace stat buffer argument with file descriptor argument.
12850         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
12851         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
12852         Pass fd to __internal_statvfs instead of calling fstat64.
12853         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
12854         Pass fd to __internal_statvfs64 instead of calling fstat64.
12855         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
12856         Pass -1 to __internal_statvfs instead of calling stat64.
12857         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
12858         Pass -1 to __internal_statvfs64 instead of calling stat64.
12860 2014-05-28  Roland McGrath  <roland@hack.frob.com>
12862         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
12863         that was previously under [RESET_PID].
12864         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
12866         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
12867         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
12869 2014-05-27  Roland McGrath  <roland@hack.frob.com>
12871         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
12873         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
12874         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
12876 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
12878         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
12880 2014-05-27  Andreas Schwab  <schwab@suse.de>
12882         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
12883         TLS_INIT_TP macro.
12884         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
12885         * elf/rtld.c (init_tls, dl_main): Likewise.
12886         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
12887         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
12888         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
12889         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
12890         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
12891         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
12892         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
12893         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
12894         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
12895         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
12896         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
12897         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
12898         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
12899         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
12900         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
12901         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
12902         * sysdeps/generic/tls.h: Update description.
12904 2014-05-27  Will Newton  <will.newton@linaro.org>
12906         [BZ #16990]
12907         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
12908         and restore r2 rather than just restoring.
12910 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
12912         [BZ #16724]
12913         * libio/tst-ftell-append.c: New test case.
12914         * libio/Makefile (tests): Add test case.
12915         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
12916         append mode.
12917         * libio/wfileops.c (do_ftell_wide): Likewise.
12919 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12921         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12923         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
12924         ...
12925         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
12926         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
12927         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
12928         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
12929         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
12930         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
12931         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
12932         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
12933         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
12934         Moved ...
12935         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
12936         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
12937         Moved ...
12938         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
12939         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
12940         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
12941         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
12942         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
12943         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
12944         ...
12945         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
12946         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
12947         Moved ...
12948         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
12949         here.
12950         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
12951         ...
12952         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
12953         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
12954         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
12956         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
12957         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
12958         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
12959         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
12961         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
12962         merge into ...
12963         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
12964         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
12965         ...
12966         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
12967         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
12968         ...
12969         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
12970         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
12971         Moved ...
12972         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
12973         here.
12974         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
12975         Moved ...
12976         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
12977         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
12978         Moved ...
12979         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
12981         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
12982         conditional [RESET_PID].
12983         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
12984         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
12985         removed.
12986         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
12987         removed.
12989         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
12990         <tcb-offsets.h>.
12991         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
12992         (__libc_vfork): New strong alias.
12993         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
12994         removed.
12995         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
12996         Removed.
12998         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
12999         <tcb-offsets.h>.
13000         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
13001         (__libc_vfork): New strong alias.
13002         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
13003         removed.
13004         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
13005         removed.
13007 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
13009         * malloc/malloc.c (mi_arena): New function.
13010         (malloc_info): Remove nested function mi_arena. Call non-nosted
13011         function mi_arena.
13013 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13015         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
13016         by insrwi.
13017         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
13018         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
13019         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
13020         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
13021         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
13022         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
13023         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
13025 2014-05-26  Andreas Schwab  <schwab@suse.de>
13027         [BZ #16984]
13028         * locale/programs/repertoire.c (repertoire_read): Add slash
13029         between I18NPATH element and file name.
13030         * locale/programs/locfile.c (locfile_read): Likewise.
13032 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
13034         * nptl/pthread_mutexattr_settype.c
13035         (__pthread_mutexattr_settype):
13036         Disable lock elision for PTHREAD_MUTEX_NORMAL.
13038 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
13040         * nptl/tst-mutex5 (do_test):
13041         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
13043 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
13045         * benchtests/README: Document 'init' directive.
13046         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
13047         BENCH_INIT.
13048         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
13049         (parse_file): Recognize 'init' directive.
13051 2014-05-26  Kyle McMartin  <kyle@redhat.com>
13053         [BZ #16796]
13054         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
13055         alignment of struct pthread.
13057 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
13059         [BZ #16878]
13060         * nscd/netgroupcache.c (addgetnetgrentX): Look for
13061         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
13062         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
13063         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
13065 2014-05-25  Richard Henderson  <rth@twiddle.net>
13067         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
13068         (SINGLE_THREAD_P_PIC): Remove.
13069         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
13070         (SINGLE_THREAD_P_PIC): Remove.
13072         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
13073         branch to syscall error ...
13074         (PSEUDO): ... here.
13075         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
13076         from __local_syscall_error to .Lsyscall_error.
13077         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
13078         (SYSCALL_ERROR): Update label name.
13080         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
13081         Do not use DOARGS/UNDOARGS.
13082         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
13083         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
13084         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
13085         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
13086         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
13088         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
13089         block comment.
13091         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
13092         define if !NOT_IN_libc.
13093         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
13094         define with non-default symbol versions.
13096 2014-05-23  Richard Henderson  <rth@twiddle.net>
13098         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
13099         (vfork, __vfork): Define via compat_symbol.
13101         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
13102         [!HAVE_IFUNC] (vfork_compat): Remove.
13103         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
13105 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
13107         [BZ #16978]
13108         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
13109         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
13110         variable.
13112 2014-05-23  Richard Henderson  <rth@twiddle.net>
13114         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
13115         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
13116         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
13117         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
13119         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
13120         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
13121         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
13122         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
13123         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
13124         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
13125         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
13126         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
13127         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
13128         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
13129         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
13130         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
13131         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
13132         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
13133         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
13134         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
13135         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
13136         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
13137         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
13138         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
13139         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
13140         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
13141         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
13142         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
13143         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
13144         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
13145         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
13146         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
13147         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
13148         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
13149         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
13150         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
13151         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
13152         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
13153         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
13154         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
13155         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
13156         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
13157         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
13158         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
13159         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
13160         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
13161         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
13162         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
13163         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
13164         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
13165         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
13166         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
13167         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
13168         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
13169         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
13170         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
13171         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
13172         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
13173         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
13174         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
13176         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
13177         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
13178         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
13179         before exiting on error.
13180         (__libc_vfork): New strong alias.
13181         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
13182         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
13184         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
13185         that was previously under [RESET_PID].
13186         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
13188         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
13190 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
13192         [BZ #16977]
13193         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
13194         value when x - 1 is zero.
13195         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
13196         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
13197         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
13198         0.0L for an argument of 1.0L.
13199         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
13200         Likewise.
13201         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
13202         value when x - 1 is zero.
13203         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
13204         * sysdeps/i386/fpu/libm-test-ulps: Update.
13205         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13207 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
13209         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
13210         alphasort and versionsort.
13212 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13214         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
13215         macro.
13216         [copysignf]: Likewise.
13218 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
13220         * crypt/md5-crypt.c: Fix formatting.
13222 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
13224         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
13225         (b64_from_24bit): New function.
13227 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13229         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
13230         libc_hidden_builtin_def to ifunc.
13231         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
13232         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
13234 2014-05-21  Roland McGrath  <roland@hack.frob.com>
13236         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
13237         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
13239 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
13241         * nscd/Depend (linuxthreads): Remove.
13242         (nptl): Add.
13243         * resolv/Depend (linuxthreads): Remove.
13244         * rt/Depend (linuxthreads): Remove.
13246         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
13247         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
13248         $(common-objpfx)elf/.
13249         (link-libc-before-gnulib): Likewise.
13250         (elfobjdir): Remove variable.
13251         * Makefile (install): Use $(elf-objpfx) instead of
13252         $(common-objpfx)elf/.
13253         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
13254         $(elfobjdir)/.
13255         (link-libc-deps): Likewise.
13256         ($(common-objpfx)libc.so): Likewise.
13257         ($(common-objpfx)linkobj/libc.so): Likewise.
13258         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
13259         instead of $(common-objpfx)elf/.
13260         (symbolic-link-list): Likewise.
13261         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
13262         [$(cross-compiling) = no]: Likewise.
13263         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
13264         $(elfobjdir)/.
13265         (static-gnulib-arch): Likewise.
13266         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
13267         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
13268         $(common-objpfx)elf/.
13270 2014-05-21  Richard Henderson  <rth@redhat.com>
13272         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
13273         (SINGLE_THREAD_P): Use the correct width load.  Fold
13274         into the ldr offset.
13276         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
13277         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
13279 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
13281         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
13282         (libgcc_s_resume): Use __attribute_used__.
13283         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
13284         Likewise.
13286 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13288         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
13289         optimization when used with float constants.
13291         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13293 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
13295         [BZ #16915]
13296         * locale/nl_langinfo_l.c: Make direct reference to every
13297         _nl_current_CATEGORY symbol.
13298         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
13299         (tests-static): Add tst-langinfo-static.
13300         (tests-special): Add tst-langinfo-static.out.
13301         ($(objpfx)tst-langinfo.out): Redirect output.
13302         ($(objpfx)tst-langinfo-static.out): New.
13303         * localedata/tst-langinfo.sh: Send output to stdout.
13304         * localedata/tst-langinfo-static.c: New file.
13306         [BZ #16965]
13307         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
13308         when the shift amount is modulo the limb size.
13310 2014-05-20  Richard Henderson  <rth@redhat.com>
13312         [BZ #16967]
13313         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
13314         Change type of sa_flags from unsigned int to int.
13316         [BZ #16966]
13317         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
13319         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
13321 2014-05-20  Will Newton  <will.newton@linaro.org>
13323         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
13324         Test the return value of the system call in the nocancel case.
13326 2014-05-20  Will Newton  <will.newton@linaro.org>
13327             Yvan Roux  <yvan.roux@linaro.org>
13329         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
13330         #include of asm/ptrace.h.
13331         (PTRACE_GET_THREAD_AREA): Remove #undef.
13332         (PTRACE_GETHBPREGS): Likewise.
13333         (PTRACE_SETHBPREGS): Likewise.
13334         (struct user_regs_struct): New structure.
13335         (struct user_fpsimd_struct): New structure.
13336         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
13337         #include of asm/ptrace.h and second #include of sys/user.h.
13338         (PTRACE_GET_THREAD_AREA): Remove #undef.
13339         (PTRACE_GETHBPREGS): Likewise.
13340         (PTRACE_SETHBPREGS): Likewise.
13341         (ELF_NGREG): Use new struct user_regs_struct.
13342         (elf_fpregset_t): Use new struct user_fpsimd_struct.
13344 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13346         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
13347         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
13349 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
13351         [BZ #16958]
13352         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
13353         membar to avoid block loads/stores to overlap previous stores.
13355 2014-05-17  Richard Henderson  <rth@redhat.com>
13357         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
13358         Create the __##syscall_name##_nocancel entry point.
13359         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
13360         Remove; let the sysdep-cancel.h code create it.
13362 2014-05-17  David S. Miller  <davem@davemloft.net>
13364         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
13365         Protect with __USE_GNU.
13366         (TIOCSET_TEMPT): Likewise.
13367         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
13368         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
13369         these are already provided in bits/ioctl-types.h
13371 2014-05-16  Roland McGrath  <roland@hack.frob.com>
13373         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
13374         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
13376         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
13377         Use wait4 regardless of [__NR_waitpid].
13379 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
13381         PR libgcc/60166
13382         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
13383         (_FP_NANSIGN_Q): Set the quiet bit.
13385 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
13387         * benchtests/Makefile
13388         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
13389         not $(common-objpfx)math/libm.so.
13390         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
13391         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
13392         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
13393         $(common-objpfx)dlfcn/libdl.so.
13394         ($(objpfx)tst-audit8): Depend on $(libm), not
13395         $(common-objpfx)math/libm.so.
13396         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
13397         not $(common-objpfx)dlfcn/libdl.so.
13398         * math/Makefile
13399         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
13400         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
13401         [$(build-shared) = yes].
13402         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
13403         $(common-objpfx)nptl/libpthread.so.
13404         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
13405         $(common-objpfx)math/libm.so$(libm.so-version) or
13406         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
13407         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
13408         $(common-objpfx)dlfcn/libdl.so.
13409         * setjmp/Makefile (link-libm): Remove variable.
13410         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
13411         * stdio-common/Makefile (link-libm): Remove variable.
13412         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
13413         * stdlib/Makefile (link-libm): Remove variable.
13414         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
13415         ($(objpfx)tst-strtod-round): Likewise.
13416         ($(objpfx)tst-tininess): Likewise.
13417         ($(objpfx)tst-strtod-underflow): Likewise.
13418         ($(objpfx)tst-strtod6): Likewise.
13419         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
13420         $(libdl), not $(common-objpfx)nptl/libpthread.so and
13421         $(common-objpfx)dlfcn/libdl.so.
13423 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13425         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
13426         BSD terminal modes definitions.
13428 2014-05-16  Roland McGrath  <roland@hack.frob.com>
13430         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
13431         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
13433         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
13434         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
13435         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
13436         Don't do #include_next.
13437         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
13438         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
13439         Don't do #include_next.
13440         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
13441         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
13442         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
13443         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
13445 2014-05-16  Allan McRae  <allan@archlinux.org>
13447         * po/sv.po: Update Swedish translation from translation project.
13449         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
13450         in sed expression.
13452 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
13454         [BZ #16917]
13455         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
13456         errno if the TIOCGPTN ioctl fails with an error different than
13457         EINVAL.
13458         * login/tst-ptsname.c: New file.
13459         * login/Makefile (tests): Add tst-ptsname.
13461         [BZ #16943]
13462         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
13463         and prlimit64.
13465 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
13467         [BZ #16849]
13468         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
13469         herrno to return EAI_AGAIN.
13471 2014-05-14  Roland McGrath  <roland@hack.frob.com>
13473         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
13474         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
13475         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
13476         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
13477         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
13478         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
13479         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
13480         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
13481         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
13482         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
13483         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
13484         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
13485         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
13486         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
13487         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
13488         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
13489         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
13490         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
13491         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
13492         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
13493         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
13494         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
13495         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
13496         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
13497         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
13498         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
13499         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
13500         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
13501         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
13502         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
13503         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
13504         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
13505         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
13506         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
13507         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
13508         Moved ...
13509         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
13510         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
13511         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
13512         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
13513         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
13514         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
13515         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
13516         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
13517         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
13518         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
13519         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
13520         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
13521         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
13522         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
13523         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
13524         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
13525         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
13526         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
13527         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
13528         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
13529         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
13530         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
13531         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
13532         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
13533         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
13534         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
13535         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
13536         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
13537         Moved ...
13538         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
13539         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
13540         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
13541         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
13542         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
13543         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
13544         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
13545         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
13546         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
13547         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
13548         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
13549         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
13550         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
13551         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
13552         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
13553         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
13554         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
13555         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
13556         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
13557         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
13558         Moved ...
13559         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
13560         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
13561         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
13563         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
13564         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
13565         (libpthread-sysdep_routines): Add elision-related stuff here instead.
13566         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
13567         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
13568         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
13569         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
13570         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
13571         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
13572         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
13573         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
13574         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
13575         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
13576         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
13577         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
13578         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
13579         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
13580         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
13581         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
13582         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
13583         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
13584         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
13585         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
13586         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
13587         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
13588         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
13589         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
13590         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
13591         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
13592         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
13593         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
13595         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
13596         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
13598         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
13599         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
13600         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
13601         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
13602         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
13603         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
13604         Moved ...
13605         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
13606         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
13607         Moved ...
13608         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
13609         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
13610         Moved ...
13611         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
13612         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
13613         Moved ...
13614         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
13615         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
13616         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
13617         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
13618         Moved ...
13619         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
13620         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
13621         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
13622         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
13623         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
13624         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
13625         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
13626         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
13627         Moved ...
13628         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
13629         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
13630         Moved ...
13631         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
13632         ... here.
13633         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
13634         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
13635         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
13636         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
13637         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
13638         Moved ...
13639         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
13640         ... here.
13641         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
13642         Moved ...
13643         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
13644         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
13645         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
13646         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
13647         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
13648         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
13649         Moved ...
13650         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
13651         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
13652         Moved ...
13653         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
13654         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
13655         Moved ...
13656         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
13657         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
13658         Moved ...
13659         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
13660         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
13661         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
13662         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
13663         Moved ...
13664         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
13665         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
13666         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
13667         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
13668         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
13669         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
13670         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
13671         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
13672         Moved ...
13673         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
13674         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
13675         Moved ...
13676         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
13677         ... here.
13678         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
13679         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
13680         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
13681         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
13682         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
13683         Moved ...
13684         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
13685         ... here.
13686         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
13687         Moved ...
13688         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
13689         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
13690         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
13691         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
13692         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
13693         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
13694         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
13695         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
13696         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
13697         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
13698         Moved ...
13699         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
13700         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
13701         Moved ...
13702         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
13703         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
13704         Moved ...
13705         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
13706         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
13707         Moved ...
13708         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
13709         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
13710         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
13711         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
13712         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
13713         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
13714         Moved ...
13715         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
13716         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
13717         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
13718         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
13719         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
13720         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
13721         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
13722         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
13723         Moved ...
13724         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
13725         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
13726         Moved ...
13727         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
13728         ... here.
13729         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
13730         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
13731         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
13732         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
13733         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
13734         Moved ...
13735         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
13736         ... here.
13737         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
13738         Moved ...
13739         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
13740         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
13741         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
13742         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
13743         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
13744         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
13745         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
13746         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
13747         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
13748         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
13749         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
13751         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
13752         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
13754         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
13755         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
13757         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
13758         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
13759         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
13760         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
13761         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
13762         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
13763         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
13764         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
13765         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
13766         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
13767         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
13768         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
13769         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
13770         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
13771         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
13772         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
13773         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
13774         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
13775         Moved ...
13776         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
13777         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
13778         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
13779         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
13780         Moved ...
13781         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
13782         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
13783         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
13784         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
13785         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
13786         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
13787         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
13788         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
13789         Moved ...
13790         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
13791         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
13792         Moved ...
13793         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
13794         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
13795         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
13796         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
13797         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
13798         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
13799         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
13800         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
13801         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
13802         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
13803         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
13804         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
13805         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
13806         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
13807         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
13808         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
13809         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
13811         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
13812         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
13813         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
13814         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
13815         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
13817         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
13818         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
13819         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
13820         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
13821         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
13822         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
13823         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
13824         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
13825         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
13826         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
13828         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
13829         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
13831         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
13832         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
13833         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
13834         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
13835         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
13836         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
13837         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
13838         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
13839         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
13840         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
13841         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
13842         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
13843         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
13844         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
13845         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
13846         Update #include.
13847         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
13848         Likewise.
13849         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
13850         Likewise.
13851         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
13852         Likewise.
13853         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
13854         Likewise.
13855         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
13856         Likewise.
13857         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
13858         Likewise.
13859         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
13860         Likewise.
13861         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
13862         Likewise.
13863         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
13864         Likewise.
13865         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
13866         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
13867         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
13868         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
13869         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
13870         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
13871         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
13872         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
13873         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
13874         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
13875         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
13876         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
13877         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
13878         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
13879         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
13881         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
13882         that was previously under [RESET_PID].
13883         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
13884         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
13885         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
13887         * sysdeps/i386/nptl/Implies: New file.
13888         * sysdeps/x86_64/nptl/Implies: New file.
13889         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
13890         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
13891         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
13892         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
13894         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
13895         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
13896         (__libc_vfork): New strong alias.
13897         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
13898         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
13900         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
13901         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
13902         (__libc_vfork): New strong alias.
13903         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
13904         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
13906         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
13907         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
13908         (__libc_vfork): New strong alias.
13909         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
13910         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
13911         * nptl/pt-vfork.c: New file.
13912         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
13913         (libpthread: GLIBC_2.20): New version set (empty).
13915 2014-05-14  Will Newton  <will.newton@linaro.org>
13917         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
13918         rather than #if.
13920 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
13922         [BZ #16564]
13923         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
13924         arguments with exponent 65 or above.
13925         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
13926         arguments 0x1p113L or above.
13927         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
13928         to arguments 0x1p107L or above.
13929         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
13930         positive arguments with exponent 65 or above.
13931         * math/auto-libm-test-in: Add more tests of log1p.
13932         * math/auto-libm-test-out: Regenerated.
13934         [BZ #16928]
13935         * math/s_cacos.c (__cacos): Ensure zero real part of result from
13936         non-finite arguments is +0.
13937         * math/s_cacosf.c (__cacosf): Likewise.
13938         * math/s_cacosl.c (__cacosl): Likewise.
13939         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
13940         * sysdeps/i386/fpu/libm-test-ulps: Update.
13941         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13943         [BZ #16927]
13944         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
13945         value.
13946         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
13947         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
13948         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
13949         for explicit high bit of mantissa when testing for argument equal
13950         to 1.
13951         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
13952         * sysdeps/i386/fpu/libm-test-ulps: Update.
13953         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13955         [BZ #16516]
13956         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
13957         (__erf): Scale by 16 instead of 8 in potentially underflowing
13958         case.  Ensure exception if result actually underflows.
13959         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
13960         (__erff): Scale by 16 instead of 8 in potentially underflowing
13961         case.  Ensure exception if result actually underflows.
13962         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
13963         (efx8): Remove variable.
13964         (__erfl): Scale by 16 instead of 8 in potentially underflowing
13965         case.  Ensure exception if result actually underflows.
13966         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
13967         (efx8): Remove variable.
13968         (__erfl): Scale by 16 instead of 8 in potentially underflowing
13969         case.  Ensure exception if result actually underflows.
13970         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
13971         (efx8): Remove variable.
13972         (__erfl): Scale by 16 instead of 8 in potentially underflowing
13973         case.  Ensure exception if result actually underflows.
13974         * math/auto-libm-test-in: Add more tests of erf.
13975         * math/auto-libm-test-out: Regenerated.
13977 2014-05-14  Andreas Schwab  <schwab@suse.de>
13979         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
13980         Remove code conditionalized on USE___THREAD.
13982         * config.h.in (HAVE_PT_CHOWN): Define as 0.
13983         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
13984         not definedness.
13986 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
13988         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
13989         Define unconditionally.
13990         (__ASSUME_O_CLOEXEC): Likewise.
13991         (__ASSUME_SOCK_CLOEXEC): Likewise.
13992         (__ASSUME_IN_NONBLOCK): Likewise.
13993         (__ASSUME_PIPE2): Likewise.
13994         (__ASSUME_EVENTFD2): Likewise.
13995         (__ASSUME_SIGNALFD4): Likewise.
13996         (__ASSUME_DUP3): Likewise.
13997         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
13998         (__ASSUME_DUP3): Do not define.
13999         (__ASSUME_EVENTFD2): Likewise.
14000         (__ASSUME_IN_NONBLOCK): Likewise.
14001         (__ASSUME_O_CLOEXEC): Likewise.
14002         (__ASSUME_PIPE2): Likewise.
14003         (__ASSUME_SIGNALFD4): Likewise.
14004         (__ASSUME_SOCK_CLOEXEC): Likewise.
14005         (__ASSUME_UTIMES): Undefine.
14006         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14007         (__ASSUME_UTIMES): Do not define.
14008         (__ASSUME_O_CLOEXEC): Likewise.
14009         (__ASSUME_SOCK_CLOEXEC): Likewise.
14010         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
14011         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
14012         0x020621].
14013         (__ASSUME_PIPE2): Likewise.
14014         (__ASSUME_EVENTFD2): Likewise.
14015         (__ASSUME_SIGNALFD4): Likewise.
14016         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
14017         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
14018         Do not define.
14019         (__ASSUME_EVENTFD2): Likewise.
14020         (__ASSUME_SIGNALFD4): Likewise.
14021         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
14022         (__ASSUME_32BITUIDS): Likewise.
14023         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
14024         (__ASSUME_IPC64): Likewise.
14025         (__ASSUME_ST_INO_64_BIT): Likewise.
14026         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
14027         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
14028         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14029         (__ASSUME_UTIMES): Do not define.
14030         (__ASSUME_PSELECT): Likewise.
14031         (__ASSUME_PPOLL): Likewise.
14032         (__ASSUME_O_CLOEXEC): Likewise.
14033         (__ASSUME_SOCK_CLOEXEC): Likewise.
14034         (__ASSUME_IN_NONBLOCK): Likewise.
14035         (__ASSUME_PIPE2): Likewise.
14036         (__ASSUME_EVENTFD2): Likewise.
14037         (__ASSUME_SIGNALFD4): Likewise.
14038         (__ASSUME_DUP3): Likewise.
14039         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
14040         (__ASSUME_UTIMES): Likewise.
14041         (__ASSUME_O_CLOEXEC): Likewise.
14042         (__ASSUME_SOCK_CLOEXEC): Likewise.
14043         (__ASSUME_IN_NONBLOCK): Likewise.
14044         (__ASSUME_PIPE2): Likewise.
14045         (__ASSUME_EVENTFD2): Likewise.
14046         (__ASSUME_SIGNALFD4): Likewise.
14047         (__ASSUME_DUP3): Likewise.
14048         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14049         (__ASSUME_UTIMES): Likewise.
14050         (__ASSUME_O_CLOEXEC): Likewise.
14051         (__ASSUME_SOCK_CLOEXEC): Likewise.
14052         (__ASSUME_IN_NONBLOCK): Likewise.
14053         (__ASSUME_PIPE2): Likewise.
14054         (__ASSUME_EVENTFD2): Likewise.
14055         (__ASSUME_SIGNALFD4): Likewise.
14056         (__ASSUME_DUP3): Likewise.
14057         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
14058         Likewise.
14059         (__ASSUME_UTIMES): Likewise.
14060         (__ASSUME_EVENTFD2): Likewise.
14061         (__ASSUME_SIGNALFD4): Likewise.
14062         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14063         (__ASSUME_O_CLOEXEC): Likewise.
14064         (__ASSUME_SOCK_CLOEXEC): Likewise.
14065         (__ASSUME_IN_NONBLOCK): Likewise.
14066         (__ASSUME_PIPE2): Likewise.
14067         (__ASSUME_EVENTFD2): Likewise.
14068         (__ASSUME_SIGNALFD4): Likewise.
14069         (__ASSUME_DUP3): Likewise.
14070         (__ASSUME_UTIMES): Undefine.
14072         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
14073         feclearexcept.  Remove symbol versioning code.
14074         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
14075         symbol versioning code.
14076         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
14077         symbol versioning code.
14078         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
14079         feupdateenv.  Remove symbol versioning code.
14080         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
14081         fegetexceptflag.  Remove symbol versioning code.
14082         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
14083         fesetexceptflag.  Remove symbol versioning code.
14084         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
14085         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
14086         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
14087         (__posix_fadvise64_l32): Remove prototype.
14088         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
14089         code.
14091 2014-05-13  Roland McGrath  <roland@hack.frob.com>
14093         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
14094         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
14095         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
14096         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
14098 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
14100         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
14101         current working directory
14103 2014-05-13  Roland McGrath  <roland@hack.frob.com>
14105         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
14106         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
14107         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
14108         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
14109         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
14110         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
14111         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
14112         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
14113         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
14114         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
14115         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
14116         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
14117         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
14118         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
14119         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
14120         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
14121         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
14122         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
14123         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
14124         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
14125         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
14126         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
14127         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
14128         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
14129         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
14130         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
14131         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
14132         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
14133         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
14134         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
14135         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
14136         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
14137         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
14138         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
14139         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
14140         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
14141         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
14142         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
14143         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
14144         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
14145         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
14146         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
14148         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
14149         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
14151         * sysdeps/unix/sysv/linux/arm/Makefile
14152         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
14153         Add rt-aeabi_unwind_cpp_pr1.
14154         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
14155         Add nptl-aeabi_unwind_cpp_pr1.
14156         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
14157         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
14158         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
14159         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
14160         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
14161         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
14163         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
14164         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
14165         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
14166         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
14168         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
14169         Deconditionalize the code that was previously under [RESET_PID].
14170         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
14172         * sysdeps/generic/exit-thread.h: New file.
14173         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
14174         * include/unistd.h (__exit_thread): Remove declaration.
14175         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
14176         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
14177         * csu/libc-start.c: Include <exit-thread.h>.
14178         (LIBC_START_MAIN): Pass no argument to __exit_thread.
14179         * nptl/pthread_create.c: Include <exit-thread.h>.
14180         (start_thread): Call __exit_thread in place of __exit_thread_inline.
14181         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
14182         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
14183         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
14184         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
14185         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
14186         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
14187         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
14188         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
14189         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
14190         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
14191         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
14192         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
14193         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
14194         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
14195         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
14196         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
14198 2014-05-13  Andreas Schwab  <schwab@suse.de>
14200         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
14202 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
14204         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
14205         (__ASSUME_UTIMES): Do not condition on kernel version.
14206         (__ASSUME_PSELECT): Define unconditionally.
14207         (__ASSUME_PPOLL): Likewise.
14208         (__ASSUME_ATFCTS): Likewise.
14209         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
14210         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
14211         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
14212         (__ASSUME_UTIMENSAT): Define unconditionally.
14213         (__ASSUME_PRIVATE_FUTEX): Likewise.
14214         (__ASSUME_FALLOCATE): Likewise.
14215         (__ASSUME_O_CLOEXEC): Likewise.
14216         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
14217         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
14218         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
14219         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
14220         (__ASSUME_IN_NONBLOCK): Likewise.
14221         (__ASSUME_PIPE2): Likewise.
14222         (__ASSUME_EVENTFD2): Likewise.
14223         (__ASSUME_SIGNALFD4): Likewise.
14224         (__ASSUME_DUP3): Likewise.
14225         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
14226         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
14227         (__ASSUME_AT_RANDOM): Likewise.
14228         (__ASSUME_PREADV): Likewise.
14229         (__ASSUME_PWRITEV): Likewise.
14230         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
14231         (__ASSUME_F_GETOWN_EX): Define unconditionally.
14232         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
14233         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
14234         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
14235         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14236         (__ASSUME_O_CLOEXEC): Define unconditionally.
14237         (__ASSUME_PSELECT): Do not undefine conditionally.
14238         (__ASSUME_PPOLL): Likewise.
14239         (__ASSUME_ATFCTS): Likewise.
14240         (__ASSUME_SET_ROBUST_LIST): Likewise.
14241         (__ASSUME_UTIMENSAT): Likewise.
14242         (__ASSUME_FDATASYNC): Define unconditionally.
14243         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14244         (__ASSUME_SIGFRAME_V2): Likewise.
14245         )__ASSUME_EVENTFD2): Likewise.
14246         (__ASSUME_SIGNALFD4): Likewise.
14247         (__ASSUME_PSELECT): Do not undefine conditionally.
14248         (__ASSUME_PPOLL): Likewise.
14249         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14250         (__ASSUME_PSELECT): Define unconditionally.
14251         (__ASSUME_PPOLL): Likewise.
14252         (__ASSUME_O_CLOEXEC): Likewise.
14253         (__ASSUME_SOCK_CLOEXEC): Likewise.
14254         (__ASSUME_IN_NONBLOCK): Likewise.
14255         (__ASSUME_PIPE2): Likewise.
14256         (__ASSUME_EVENTFD2): Likewise.
14257         (__ASSUME_SIGNALFD4): Likewise.
14258         (__ASSUME_DUP3): Likewise.
14259         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
14260         (__ASSUME_O_CLOEXEC): Likewise.
14261         (__ASSUME_SOCK_CLOEXEC): Likewise.
14262         (__ASSUME_IN_NONBLOCK): Likewise.
14263         (__ASSUME_PIPE2): Likewise.
14264         (__ASSUME_EVENTFD2): Likewise.
14265         (__ASSUME_SIGNALFD4): Likewise.
14266         (__ASSUME_DUP3): Likewise.
14267         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14268         (__ASSUME_EVENTFD2): Likewise.
14269         (__ASSUME_SIGNALFD4): Likewise.
14270         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
14272 2014-05-12  Andreas Schwab  <schwab@suse.de>
14274         [BZ #16932]
14275         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
14276         (_nss_nis_gethostbyname4_r): Return error if item length is larger
14277         than maximum RPC packet size.
14278         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
14279         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
14280         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
14281         (_nss_nis_getservbyport_r): Likewise.
14283 2014-05-12  Will Newton  <will.newton@linaro.org>
14285         * malloc/Makefile (tests): Add tst-mallopt.
14286         * malloc/tst-mallopt.c: New file.
14288 2014-05-09  Roland McGrath  <roland@hack.frob.com>
14290         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
14291         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
14293 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14295         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
14296         (tst-tlsmod6.so): Likewise.
14298 2014-05-09  Roland McGrath  <roland@hack.frob.com>
14300         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
14302 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
14304         [BZ #16064]
14305         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
14306         and <dl-procinfo.h>.
14307         (__fegetenv): Save SSE state in envp->__eip if supported.
14308         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
14309         envp->__eip if supported.
14310         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
14311         and <dl-procinfo.h>.
14312         (__fesetenv): Always set __eip, __cs_selector, __opcode,
14313         __data_offset and __data_selector in environment to 0.  Set SSE
14314         state if supported.
14315         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
14316         test-fenv-sse.
14317         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
14318         -mfpmath=sse.
14319         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
14321 2014-05-09  Will Newton  <will.newton@linaro.org>
14323         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
14324         and libc_relro_required for ARM.
14325         * sysdeps/arm/preconfigure: Regenerate.
14327 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
14328             Stefan Liebler  <stli@linux.vnet.ibm.com>
14330         * config.make.in (enable-lock-elision): New Makefile variable.
14331         * configure.ac: Likewise.
14332         * configure: Regenerate.
14333         * sysdeps/s390/configure.ac:
14334         Add check for gcc transactions support.
14335         * sysdeps/s390/configure: Regenerate.
14336         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
14337         Build elision files if enabled.
14338         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
14339         Add lock elision support for s390.
14340         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
14341         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
14342         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
14343         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
14344         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
14345         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
14346         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
14347         Likewise.
14348         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
14349         Likewise.
14350         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
14351         Likewise.
14352         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
14353         Likewise.
14354         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
14355         (__lll_timedlock_elision, __lll_lock_elision)
14356         (__lll_unlock_elision, __lll_trylock_elision)
14357         (lll_timedlock_elision, lll_lock_elision)
14358         (lll_unlock_elision, lll_trylock_elision): Add.
14359         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
14360         (pthread_mutex_t): Add lock elision support for s390.
14362 2014-05-14  Wilco  <wdijkstr@arm.com>
14364         * sysdeps/arm/fclrexcpt.c: Cleanup.
14365         * sysdeps/arm/fedisblxcpt.c: Cleanup.
14366         * sysdeps/arm/feenablxcpt.c: Cleanup.
14367         * sysdeps/arm/fegetenv.c: Cleanup.
14368         * sysdeps/arm/fegetexcept.c: Cleanup.
14369         * sysdeps/arm/fegetround.c: Cleanup.
14370         * sysdeps/arm/feholdexcpt.c: Cleanup.
14371         * sysdeps/arm/fesetenv.c: Cleanup.
14372         * sysdeps/arm/fesetround.c: Cleanup.
14373         * sysdeps/arm/feupdateenv.c: Cleanup.
14374         * sysdeps/arm/fgetexcptflg.c: Cleanup.
14375         * sysdeps/arm/fraiseexcpt.c: Cleanup.
14376         * sysdeps/arm/fsetexcptflg.c: Cleanup.
14377         * sysdeps/arm/ftestexcept.c: Cleanup.
14378         * sysdeps/arm/get-rounding-mode.h: Cleanup.
14379         * sysdeps/arm/setfpucw.c: Cleanup.
14381 2014-05-09  Will Newton  <will.newton@linaro.org>
14383         * sysdeps/arm/armv7/strcmp.S: New file.
14384         * NEWS: Mention addition of ARMv7 optimized strcmp.
14386 2014-05-08  Roland McGrath  <roland@hack.frob.com>
14388         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
14389         look for %.ac rather than %.in.
14391         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
14392         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
14393         * sysdeps/mach/hurd/configure: Regenerated.
14394         * sysdeps/unix/sysv/linux/configure: Regenerated.
14396         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
14398 2014-05-07  Steve Ellcey  <sellcey@mips.com>
14400         [BZ# 16922]
14401         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
14402         (LONG_SUB): Ditto.
14403         (PTR_SUB): Ditto.
14405 2014-05-07  Andreas Schwab  <schwab@suse.de>
14407         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
14408         when skipping over non-matching result from nscd.
14410 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
14412         [BZ #16876]
14413         * nptl/sockperf.c (client): Check socket return value.
14415         [BZ #16877]
14416         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
14417         nscd security class.
14419 2014-05-06  Roland McGrath  <roland@hack.frob.com>
14421         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
14422         * sysdeps/arm/unwind.h: ... here.
14424 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
14426         [BZ# 16916]
14427         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
14428         Define.
14430 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
14432         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
14433         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
14434         multiarch strncpy for PPC64.
14435         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
14436         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
14437         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
14438         multiarch optimizations.
14439         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
14440         (__libc_ifunc_impl_list): Likewise.
14441         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
14442         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
14443         multiarch stpncpy for PPC64.
14444         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
14445         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
14447 2014-05-06  Andreas Schwab  <schwab@suse.de>
14449         [BZ #16912]
14450         * gmon/mcount.c (_MCOUNT_DECL): Use
14451         atomic_compare_and_exchange_bool_acq instead of
14452         catomic_compare_and_exchange_bool_acq.
14454 2014-05-05  Roland McGrath  <roland@hack.frob.com>
14456         * elf/Makefile (others, install-bin): Remove pldd.
14457         (pldd-modules): Variable removed.
14458         ($(objpfx)pldd): Target removed.
14459         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
14460         (others, install-bin): Append pldd here.
14461         ($(objpfx)pldd): New target.
14463         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
14464         to 0, so the first #if test emitted later doesn't see it undefined.
14465         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
14466         * sysdeps/gnu/errlist.c: Regenerated.
14468 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14470         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
14471         [libc_hidden_builtin_def]: Define to empty value.
14472         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
14473         [libc_hidden_builtin_def]: Likewise.
14474         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
14475         [libc_hidden_builtin_def]: Likewise.
14476         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
14477         [libc_hidden_builtin_def]: Likewise.
14478         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
14479         __redirect_memcpy and define ifunc as default hidden symbol.
14480         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
14481         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
14483 2014-05-04  Adam Conrad  <adconrad@0c3.net>
14485         * locale/iso-4217.def: Reintroduce XDR currency.
14487 2014-05-04  Allan McRae  <allan@archlinux.org>
14489         * po/eo.po: Update Esperanto translation from translation project.
14491 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
14493         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
14494         and FEATURE_INDEX_MAX to 1.
14495         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
14497 2014-05-01  Steve Ellcey  <sellcey@mips.com>
14499         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
14500         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
14501         * iconvdata/big5.c (ONE_DIRECTION): Define.
14502         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
14503         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
14504         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
14505         * iconvdata/cp932.c (ONE_DIRECTION): Define.
14506         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
14507         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
14508         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
14509         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
14510         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
14511         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
14512         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
14513         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
14514         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
14515         * iconvdata/gbk.c (ONE_DIRECTION): Define.
14516         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
14517         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
14518         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
14519         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
14520         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
14521         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
14522         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
14523         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
14524         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
14525         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
14526         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
14527         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
14528         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
14529         * iconvdata/iso646.c (ONE_DIRECTION): Define.
14530         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
14531         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
14532         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
14533         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
14534         * iconvdata/johab.c (ONE_DIRECTION): Define.
14535         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
14536         * iconvdata/sjis.c (ONE_DIRECTION): Define.
14537         * iconvdata/t.61.c (ONE_DIRECTION): Define.
14538         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
14539         * iconvdata/tscii.c (ONE_DIRECTION): Define.
14540         * iconvdata/uhc.c (ONE_DIRECTION): Define.
14541         * iconvdata/unicode.c (ONE_DIRECTION): Define.
14542         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
14543         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
14544         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
14546 2014-05-01  Roland McGrath  <roland@hack.frob.com>
14548         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
14549         (_IO_JUMPS_OFFSET): Define to 0.
14551         * nptl/sysdeps/pthread/bits/libc-lock.h
14552         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
14553         (__libc_lock_define_initialized_recursive): Always define using
14554         initializer.  Modern compilers treat uninitialized (implicit zero) and
14555         explicit zero initializers the same (i.e. put the datum in bss).
14557 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
14559         * nscd/nscd-client.h: Include <string.h>.
14561 2014-05-01  David S. Miller  <davem@davemloft.net>
14563         [BZ #16885]
14564         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
14565         multiple zero bytes exist at the end of a string.
14566         Reported by Aurelien Jarno <aurelien@aurel32.net>
14568         * string/test-strcmp.c (check): Add explicit test for situations where
14569         there are multiple zero bytes after the first.
14571 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
14573         [BZ #16890]
14574         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
14575         when compiling wprintf.
14576         * stdio-common/tstdiomisc.c (t3): New function.
14577         (main): Call it.
14579 2014-05-01  Steve Ellcey  <sellcey@mips.com>
14581         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
14582         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
14583         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
14584         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
14586 2014-05-01  Steve Ellcey  <sellcey@mips.com>
14588         * stdlib/longlong.h: Updated from GCC.
14590 2014-05-01  Will Newton  <will.newton@linaro.org>
14591             Bernard Ogden  <bernie.ogden@linaro.org>
14593         * NEWS: Update fixed bug list.
14595         [BZ #15119]
14596         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
14598 2014-04-30  David S. Miller  <davem@davemloft.net>
14600         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
14601         (libc_feholdexcept_setround_sparc_ctx): New function.
14602         (libc_fesetenv_sparc_ctx): Likewise.
14603         (libc_feupdateenv_sparc_ctx): Likewise.
14604         (libc_feholdsetround_sparc_ctx): Likewise.
14605         (libc_feholdexcept_setround_ctx): Define.
14606         (libc_feholdexcept_setroundf_ctx): Likewise.
14607         (libc_feholdexcept_setroundl_ctx): Likewise.
14608         (libc_fesetenv_ctx): Likewise.
14609         (libc_fesetenvf_ctx): Likewise.
14610         (libc_fesetenvl_ctx): Likewise.
14611         (libc_feupdateenv_ctx): Likewise.
14612         (libc_feupdateenvf_ctx): Likewise.
14613         (libc_feupdateenvl_ctx): Likewise.
14614         (libc_feresetround_ctx): Likewise.
14615         (libc_feresetroundf_ctx): Likewise.
14616         (libc_feresetroundl_ctx): Likewise.
14617         (libc_feholdsetround_ctx): Likewise.
14618         (libc_feholdsetroundf_ctx): Likewise.
14619         (libc_feholdsetroundl_ctx): Likewise.
14621         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
14622         with __USE_GNU instead of XOPEN cpp guards.
14624         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
14625         0.
14627         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
14628         with XOPEN cpp guards.
14630 2014-04-30  Julian Brown  <julian@codesourcery.com>
14632         [BZ #16888]
14633         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
14634         handling.
14636 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
14638         [BZ #9894]
14639         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
14640         Change to 2.6.32.
14641         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
14642         * sysdeps/unix/sysv/linux/configure: Regenerated.
14643         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
14644         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
14645         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
14646         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
14647         * README: Update reference to required Linux kernel version.
14648         * manual/install.texi (Linux): Update reference to required Linux
14649         kernel headers version.
14650         * INSTALL: Regenerated.
14652         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
14653         header inclusion.
14654         [POSIX] (limits.h): Likewise.
14655         [POSIX] (math.h): Likewise.
14656         [POSIX] (sys/wait.h): Likewise.
14657         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
14658         function.
14659         [POSIX] (stddef.h): Do not allow header inclusion.
14661 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14663         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
14665 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
14667         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
14668         Return immediately after lll_futex_wake.
14670 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
14672         [BZ #16791]
14673         * nscd/nscd-client.h (datahead_init_common): Initialize entire
14674         structure.
14675         (datahead_init_pos): Call datahead_init_common early.
14676         (datahead_init_neg): Likewise.
14678         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
14679         datahead_init_neg): New functions.
14680         * nscd/aicache.c (addhstaiX): Use them.
14681         * nscd/grpcache.c (cache_addgr): Likewise.
14682         * nscd/hstcache.c (cache_addhst): Likewise.
14683         * nscd/initgrcache.c (addinitgroupsX): Likewise.
14684         * nscd/netgroupcache.c (do_notfound): Likewise.
14685         (addgetnetgrentX): Likewise.
14686         (addinnetgrX): Likewise.
14687         * nscd/pwdcache.c (cache_addpw): Likewise.
14688         * nscd/servicescache.c (cache_addserv): Likewise.
14690 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
14691             Atsushi Onoe  <atsushi@onoe.org>
14693         [BZ #14308]
14694         [BZ #12994]
14695         [BZ #13651]
14696         * resolv/res_query.c (__libc_res_nsearch): Return if at least
14697         one response is valid.
14698         * resolv/res_send.c (send_dg): Check for validity of other
14699         response if the current response is a referral.
14701 2014-04-29  Steve Ellcey  <sellcey@mips.com>
14703         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
14705 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
14707         [BZ #16823]
14708         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
14709         Always divide by positive zero when computing -Inf result.
14710         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
14711         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
14713 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14715         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
14716         FPSCR if value do not change.
14717         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
14718         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
14719         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
14720         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
14721         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
14722         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
14723         function.
14725 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
14727         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
14728         * sysdeps/unix/sysv/linux/hppa: Move directory from
14729         ports/systeps/unix/sysv/linux/hppa.
14730         * README: Update listing for hppa-*-linux-gnu.
14732 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
14734         [BZ #16754]
14735         * manual/stdio.texi (Hook functions): Fix types of stream hook
14736         functions.
14737         [BZ #16854]
14738         * socket/sys/socket.h: Fix typo in comment.
14740 2014-04-28  Wilco  <wdijkstr@arm.com>
14742         * sysdeps/arm/fenv_private.h: New file.
14743         * sysdeps/arm/math_private.h: New file.
14744         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
14746 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
14748         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
14749         with __int128_t.
14750         (La_x86_64_retval): Likewise.
14752 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
14754         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
14755         fpsr if value didn't change.
14756         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
14757         to fpcr if value didn't change.
14758         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
14759         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
14760         fpsr or fpcr if value didn't change.
14761         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
14762         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
14763         fpcr if value didn't change.
14764         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
14765         to fpsr if value didn't change.
14767 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
14769         * nptl/tst-sem3.c: Use test-skeleton.c
14770         (main): Rename to do_test.  Use return instead of
14771         exit.
14772         * nptl/tst-sem4.c: Use test-skeleton.c
14773         (main): Rename to do_test.
14775 2014-04-22  David S. Miller  <davem@davemloft.net>
14777         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
14778         (struct sigaction): New struct member __glibc_reserved0, change
14779         type of sa_flags to int.
14781 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
14783         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
14784         (COUNT_LEADING_ZEROS_0): Define for AArch64.
14786 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
14788         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
14789         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
14791 2014-04-22  Will Newton  <will.newton@linaro.org>
14792             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
14794         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
14795         (__longjmp): Add longjmp and longjmp_target SystemTap
14796         probes.
14797         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
14798         (__sigsetjmp): Add setjmp SystemTap probe.
14800 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
14802         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
14803         match manual order.
14805 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14807         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
14809         * sysdeps/powerpc/fpu/fenv_private.h
14810         (libc_feholdexcept_setroundl_ctx): Define to
14811         libc_feholdexcept_setround_ppc_ctx.
14812         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
14813         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
14814         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
14815         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
14817 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
14819         * sysdeps/aarch64/math-tests.h: New file.
14821 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
14823         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
14824         New.
14825         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
14826         Check and set bit_AVX2_Usable.
14827         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
14828         macro.
14829         (bit_AVX2): Likewise.
14830         (index_AVX2_Usable): Likewise.
14831         (CPUID_AVX2): Likewise.
14832         (HAS_AVX2): Likewise.
14834 2014-04-17  Will Newton  <will.newton@linaro.org>
14836         * manual/setjmp.texi (System V contexts): Add note that
14837         calling setcontext on a context created by a call to a
14838         signal handler is undefined.  Update text to note that
14839         setcontext from a signal handler is possible but not
14840         recommended.
14842         [BZ #16629]
14843         * stdlib/tst-setcontext.c: Include signal.h.
14844         (main): Check that the signal stack before and
14845         after swapcontext is the same.
14847         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
14848         Re-implement to restore registers in user code and avoid
14849         rt_sigreturn system call.
14851 2014-04-17  Wilco  <wdijkstr@arm.com>
14853         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
14854         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
14855         * math/test-fenv.c: Skip exception trap tests on targets which only
14856         support non-stop mode.
14858 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
14859             Wilco Dijkstra  <wilco.dijkstra@arm.com>
14861         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
14862         (libc_feholdsetround_aarch64_ctx)
14863         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
14864         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
14865         (libc_feresetround_ctx, libc_feresetroundf_ctx)
14866         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
14867         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
14868         (libc_feresetround_noexl_ctx): Define.
14870 2014-04-16  Richard Henderson  <rth@redhat.com>
14872         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
14874         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
14875         unwind tables.
14877         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
14878         const from the non-libc, non-ldso copy.
14880         * sysdeps/alpha/libm-test-ulps: Regenerate.
14882 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
14883             Wilco Dijkstra  <wilco.dijkstra@arm.com>
14885         * sysdeps/aarch64/fpu/math_private.h: New file.
14887 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
14889         * sysdeps/aarch64/libm-test-ulps: Regenerate.
14891 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
14893         [BZ #16275]
14894         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
14895         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
14896         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
14897         Intel MPX bound registers before _dl_profile_fixup.
14898         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
14899         registers after _dl_profile_fixup.  Save and restore bound
14900         registers bnd0/bnd1 when calling _dl_call_pltexit.
14901         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
14902         (LR_BND_OFFSET): Likewise.
14903         (LRV_BND0_OFFSET): Likewise.
14904         (LRV_BND1_OFFSET): Likewise.
14906 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
14908         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
14909         to...
14910         * sysdeps/mach/hurd/i386/tls.h: ... here.
14911         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
14912         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
14913         fields.
14915 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
14917         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
14919 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
14921         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
14923 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
14925         [BZ #14770]
14926         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
14927         * sysdeps/s390/configure: Regenerate.
14929         [BZ #16824]
14930         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
14931         Set round-to-nearest internally to reduce error accumulation.
14933 2014-04-16  Alan Modra  <amodra@gmail.com>
14935         [BZ #16740]
14936         [BZ #16619]
14937         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
14938         * math/libm-test.inc (frexp_test_data): Add tests.
14939         * NEWS: Update fixed bug list.
14941 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
14943         * benchtests/Makefile: Depend on libraries in build directory.
14944         (bench-math): Separate out math tests.
14945         (bench-pthread): Separate out pthread tests.
14946         (bench): Include math and pthread tests.
14948 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
14950         [BZ #16831]
14951         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
14952         _dl_debug_initialize.
14954         * configure.ac: Remove SELinux header check.
14955         * configure: Regenerate.
14956         * nscd/selinux.c (perms): Array of const char* to permission names.
14957         (nscd_request_avc_has_perm): Call security_deny_unknown to find
14958         default policy. Call string_to_security_class and string_to_av_perm to
14959         translate strings. Enforce default policy and call avs_has_perm with
14960         results of translated strings.
14962 2014-04-13  David S. Miller  <davem@davemloft.net>
14964         * sysdeps/sparc/fpu/libm-test-ulps: Update.
14966 2014-04-12  Allan McRae  <allan@archlinux.org>
14968         [BZ #16838]
14969         * manual/string.texi (Collation Functions): Fix qsort argument
14970         order in example.
14971         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
14973 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
14975         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
14976         Make the test a no-op if there are no exceptions defined.
14978 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
14980         * elf/Makefile (tests): make tst-dlopen-aout conditional on
14981         enable-hardcoded-path-in-tests
14983 2014-04-11  Will Newton  <will.newton@linaro.org>
14985         * benchtests/Makefile (extra-objs): Add json-lib.o.
14986         (bench-func): Tidy up JSON output.
14987         * benchtests/bench-skeleton.c: Include json-lib.h.
14988         (main): Use JSON library functions to do output of
14989         benchmark results.
14990         * benchtests/bench-timing-type.c (main): Output the
14991         timing type simply, leaving formatting to the user.
14992         * benchtests/json-lib.c: New file.
14993         * benchtests/json-lib.h: Likewise.
14995 2014-04-11  Torvald Riegel  <triegel@redhat.com>
14997         [BZ #15215]
14998         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
14999         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
15000         memory barriers.  Add comments.
15001         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
15002         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
15003         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
15004         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
15005         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
15006         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
15008 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
15010         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
15011         * sysdeps/s390/s390-64/configure.ac: ... this ...
15012         * sysdeps/s390/configure.ac: ... to here.
15013         * sysdeps/s390/s390-32/configure: Delete file.
15014         * sysdeps/s390/s390-64/configure: Delete file.
15015         * sysdeps/s390/configure: Regenerate.
15017 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
15019         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
15021 2014-04-11  Will Newton  <will.newton@linaro.org>
15023         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
15024         to zero if it is not defined elsewhere.  (mtrim): Test
15025         the value of MALLOC_DEBUG with #if rather than #ifdef.
15027 2014-04-10 Torvald Riegel  <triegel@redhat.com>
15029         * benchtests/pthread_once-inputs: New file.
15030         * benchtests/pthread_once-source.c: New file.
15031         * benchtests/README: Update documentation.
15033 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
15034             H.J. Lu  <hongjiu.lu@intel.com>
15036         [BZ #16275]
15037         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
15038         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
15039         * sysdeps/x86_64/configure: Regenerated.
15040         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
15041         macro.
15042         (REGISTER_SAVE_RAX): Likewise.
15043         (REGISTER_SAVE_RCX): Likewise.
15044         (REGISTER_SAVE_RDX): Likewise.
15045         (REGISTER_SAVE_RSI): Likewise.
15046         (REGISTER_SAVE_RDI): Likewise.
15047         (REGISTER_SAVE_R8): Likewise.
15048         (REGISTER_SAVE_R9): Likewise.
15049         (REGISTER_SAVE_BND0): Likewise.
15050         (REGISTER_SAVE_BND1): Likewise.
15051         (REGISTER_SAVE_BND2): Likewise.
15052         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
15053         bound registers when calling _dl_fixup.
15055 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15057         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
15058         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
15059         of its definition.
15060         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
15061         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
15062         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
15063         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
15064         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
15065         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
15066         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
15068 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
15070         [BZ #15514]
15071         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
15072         pathconf(_PC_NAME_MAX).
15074 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15076         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
15077         Remove macro usage.
15078         (__PTHREAD_SPINS): Move definition to ...
15079         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
15080         (__PTHREAD_SPINS): ... here.
15081         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
15082         (__PTHREAD_SPIN): Likewise.
15083         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
15084         (__PTHREAD_SPIN): Likewise.
15085         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
15086         (__PTHREAD_SPIN): Likewise.
15087         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
15088         (__PTHREAD_SPIN): Likewise.
15089         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
15090         (__PTHREAD_SPIN): Likewise.
15091         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
15092         (__PTHREAD_SPIN): Likewise.
15093         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
15094         (__PTHREAD_SPIN): Likewise.
15095         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
15096         (__PTHREAD_SPIN): Likewise.
15097         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
15098         (__PTHREAD_SPIN): Likewise.
15099         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
15100         (__PTHREAD_SPIN): Likewise.
15101         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
15102         (__PTHREAD_SPIN): Likewise.
15103         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
15104         (__PTHREAD_SPIN): Likewise.
15106         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
15107         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
15108         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
15109         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
15110         imply folder.
15111         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
15112         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
15113         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
15114         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
15115         correct imply path.
15116         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
15117         strlen symbol for non multi-arch builds.
15118         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
15119         missing hidden_def and weak_alias.
15121 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
15123         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
15125 2014-04-07  Will Newton  <will.newton@linaro.org>
15127         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
15128         and contents.  [!_LIBC] Remove #ifndef and contents.
15129         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
15130         * string/memccpy.c (__memccpy): Use ANSI prototype.
15131         * string/memfrob.c (memfrob): Likewise.
15132         * string/strcoll.c (STRCOLL): Likewise.
15133         * string/strlen.c (strlen): Likewise.
15134         * string/strtok.c (STRTOK): Likewise.
15135         * string/strcat.c: Remove unused #include of memcopy.h.
15136         (strcat): Use ANSI prototype.
15137         * string/strchr.c: Remove unused #include of memcopy.h.
15138         (strchr): Use ANSI prototype.
15139         * string/strcmp.c: Remove unused #include of memcopy.h.
15140         (strcmp): Use ANSI prototype.
15141         * string/strcpy.c: Remove unused #include of memcopy.h.
15142         (strcpy): Use ANSI prototype.
15144 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15146         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
15147         * config.make.in (config-extra-cppflags): Set it from
15148         libc_extra_cppflags.
15149         * configure.ac (libc_extra_cflags): Make it accumulate over
15150         configure fragments.
15151         (libc_extra_cppflags): New flag.
15152         * configure. Regenerate.
15153         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
15154         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
15155         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
15156         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
15158         [BZ #16815]
15159         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
15160         result for FE_DOWNWARD rounding mode.
15161         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
15162         Likewise.
15163         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15165 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
15167         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
15168         in function argument name.
15170 2014-04-03  David Svoboda  <svoboda@cert.org>
15172         [BZ #5666]
15173         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
15174         explicitly.
15176 2014-04-03  Roland McGrath  <roland@hack.frob.com>
15178         * elf/dl-unmap-segments.h: New file.
15179         * sysdeps/generic/ldsodefs.h
15180         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
15181         * elf/dl-close.c: Include <dl-unmap-segments.h>.
15182         * elf/dl-fptr.c: Likewise.
15183         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
15184         * sysdeps/aarch64/tlsdesc.c: Likewise.
15185         * sysdeps/arm/tlsdesc.c: Likewise.
15186         * sysdeps/i386/tlsdesc.c: Likewise.
15187         * sysdeps/tile/dl-runtime.c: Likewise.
15188         * sysdeps/x86_64/tlsdesc.c: Likewise.
15189         * elf/dl-load.h: New file.
15190         * elf/dl-load.c: Include it.
15191         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
15192         Macros moved to dl-load.h.
15193         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
15194         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
15195         Use _dl_unmap_segments in place of __munmap.
15196         Break out segment-mapping loop into ...
15197         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
15199 2014-04-03  Will Newton  <will.newton@linaro.org>
15201         * elf/dl-lookup.c (do_lookup_x): Remove comment
15202         referring to nested function and move variable
15203         declarations down to before first use.
15205 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
15207         [BZ #16799]
15208         [BZ #16800]
15209         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
15210         with 0 numerator.
15211         * math/s_catanf.c (__catanf): Likewise.
15212         * math/s_catanh.c (__catanh): Likewise.
15213         * math/s_catanhf.c (__catanhf): Likewise.
15214         * math/s_catanhl.c (__catanhl): Likewise.
15215         * math/s_catanl.c (__catanl): Likewise.
15216         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
15217         by positive zero when computing -Inf result.
15218         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
15219         (catanh_test): Likewise.
15220         * sysdeps/i386/fpu/libm-test-ulps: Update.
15221         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15223         [BZ #16789]
15224         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
15225         instead of using underflowing value in computing result.
15226         * math/s_clog10.c (__clog10): Likewise.
15227         * math/s_clog10f.c (__clog10f): Likewise.
15228         * math/s_clog10l.c (__clog10l): Likewise.
15229         * math/s_clogf.c (__clogf): Likewise.
15230         * math/s_clogl.c (__clogl): Likewise.
15231         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
15232         (clog10_test): Likewise.
15233         * sysdeps/i386/fpu/libm-test-ulps: Update.
15234         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15236 2014-04-02  Alan Modra  <amodra@gmail.com>
15238         [BZ #16739]
15239         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
15240         output when value is near a power of two.  Use int64_t for lx and
15241         remove casts.  Use decimal rather than hex exponent constants.
15242         Don't use long double multiplication when double will suffice.
15243         * math/libm-test.inc (nextafter_test_data): Add tests.
15244         * NEWS: Add 16739 and 16786 to bug list.
15246         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
15248         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
15250 2014-04-01  Will Newton  <will.newton@linaro.org>
15252         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
15253         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
15255 2014-04-01  Florian Weimer  <fweimer@redhat.com>
15257         [BZ #13347]
15258         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
15259         * nptl/tst-setuid2.c: New file.
15260         * nptl/Makefile (xtests): Add tst-setuid2.
15262 2014-04-01  Alan Modra  <amodra@gmail.com>
15264         [BZ #16786]
15265         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
15267 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
15269         [BZ #6803]
15270         [BZ #6804]
15271         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
15272         set errno as appropriate.
15273         * math/w_scalbf.c (__scalbf): Likewise.
15274         * math/w_scalbl.c (__scalbl): Likewise.
15275         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
15276         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
15277         * math/libm-test.inc (scalb_test_data): Add errno expectations.
15278         Add more NaN tests.
15280         [BZ #16349]
15281         * math/w_atan2.c: Include <errno.h>.
15282         (__atan2): Set errno for result underflowing to zero.
15283         * math/w_atan2f.c: Include <errno.h>.
15284         (__atan2f): Set errno for result underflowing to zero.
15285         * math/w_atan2l.c: Include <errno.h>.
15286         (__atan2l): Set errno for result underflowing to zero.
15287         * math/auto-libm-test-in: Don't allow missing errno for some atan2
15288         tests.
15289         * math/auto-libm-test-out: Regenerated.
15291 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15293         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
15294         Encode instruction correctly in little endian.
15295         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
15296         Likewise.
15297         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
15298         Likewise.
15299         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
15300         Likewise.
15301         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
15302         Likewise.
15304 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
15306         [BZ #9894]
15307         * sysdeps/unix/sysv/linux/kernel-features.h
15308         [__sparc__ && !__arch64__ && !__sparc_v9__]
15309         (__ASSUME_SET_ROBUST_LIST): Do not define.
15310         [__sparc__ && !__arch64__ && !__sparc_v9__]
15311         (__ASSUME_FUTEX_LOCK_PI): Likewise.
15312         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
15313         Likewise.
15314         * sysdeps/unix/sysv/linux/arm/kernel-features.h
15315         (__ASSUME_FUTEX_LOCK_PI): Undefine.
15316         (__ASSUME_REQUEUE_PI): Likewise.
15317         (__ASSUME_SET_ROBUST_LIST): Likewise.
15318         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
15319         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
15320         Undefine.
15321         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
15322         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
15323         Likewise.
15324         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
15325         Likewise.
15326         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
15327         Likewise.
15328         * sysdeps/unix/sysv/linux/mips/kernel-features.h
15329         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
15330         Undefine.
15331         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
15332         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
15333         Likewise.
15335         [BZ #16648]
15336         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
15337         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
15338         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
15340 2014-03-31  Will Newton  <will.newton@linaro.org>
15342         * benchtests/Makefile (bench): Add ffs and ffsll to list
15343         of tests.
15344         * benchtests/ffs-inputs: New file.
15345         * benchtests/ffsll-inputs: Likewise.
15347 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
15349         [BZ #16770]
15350         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
15351         too large before casting to int.
15352         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
15353         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
15354         * math/libm-test.inc (scalb_test_data): Add more tests.
15356 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
15358         * benchtests/Makefile (DETAILED_OPT): New make option.
15359         (bench-func): Run benchmark program with -d if DETAILED_OPT is
15360         set.
15361         * benchtests/bench-skeleton.c: Include stdbool.h.
15362         (main): Store and print timings per input.
15363         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
15364         member to each argument value.
15365         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
15366         (_print_arg_data): Initialize per-input timing to 0.
15368         * benchtests/Makefile (timing-type): New binary.
15369         (bench-clean): Also remove bench-timing-type.
15370         (bench): New target for timing-type.
15371         (bench-func): Print output in JSON format.
15372         * benchtests/bench-skeleton.c (main): Print output in JSON
15373         format.
15374         * benchtests/bench-timing-type.c: New file.
15375         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
15376         (TIMING_PRINT_STATS): Remove.
15377         * benchtests/scripts/bench.py (_print_arg_data): Store variant
15378         name separately.
15380         * benchtests/bench-modf.c: Remove.
15381         * benchtests/modf-inputs: New inputs file.
15383 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
15385         [BZ #16362]
15386         * math/s_clog10.c (M_PI_LOG10E): New macro.
15387         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
15388         imaginary parts are 0.
15389         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
15390         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
15391         imaginary parts are 0.
15392         * math/s_clog10l.c (M_PI_LOG10El): New macro.
15393         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
15394         imaginary parts are 0.
15395         * math/libm-test.inc (clog10_test_data): Update expected results
15396         for when real and imaginary parts are 0.
15398 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
15400         * elf/dl-load.c: Finish conversion of __builtin_expect into
15401         __glibc_{un}likely.
15403 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
15405         [BZ #16348]
15406         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
15407         1+x for argument with exponent below -67.
15408         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
15409         Likewise.
15410         * math/auto-libm-test-in: Add more tests of exp.
15411         * math/auto-libm-test-out: Regenerated.
15413 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
15415         [BZ #16759]
15416         * inet/getnetgrent_r.c (get_nonempty_val): New function.
15417         (nscd_getnetgrent): Use it.
15419         [BZ #16760]
15420         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
15421         of stpcpy.
15423 2014-03-27  Andi Kleen  <ak@linux.intel.com>
15425         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
15426         (lll_robust_lock, lll_cond_lock, lll_timedlock)
15427         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
15428         (lll_robust_unlock): Remove out of line section. Use cfi
15429         intrinsics.
15430         (LLL_STUB_UNWIND_INFO*): Remove.
15431         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
15432         (lll_robust_lock, lll_cond_lock, lll_timedlock)
15433         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
15434         (lll_robust_unlock): Remove out of line section. Use cfi
15435         intrinsics.
15436         (LLL_STUB_UNWIND_INFO*): Remove.
15438 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
15440         [BZ #16758]
15441         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
15442         blank values.
15444 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
15446         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
15448 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
15450         [BZ #16198]
15451         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
15452         fnstenv.
15453         * math/test-fenv-preserve.c: New file.
15454         * math/Makefile (tests): Add test-fenv-preserve.
15456 2014-03-26  Will Newton <will.newton@linaro.org>
15458         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
15460 2014-03-25  Roland McGrath  <roland@hack.frob.com>
15462         * scripts/versionlist.awk: Partition the version sets and emit all
15463         GLIBC_* (sorted) before all others (sorted).
15465 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
15467         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
15468         GLIBC_2.2.5 version.
15470 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15472         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
15473         calls.
15475         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
15476         previous change.
15478         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15480 2014-03-25  Andreas Schwab  <schwab@suse.de>
15482         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
15483         label to be used after in6ailist is initialized.
15485 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15487         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
15488         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
15490 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
15492         [BZ #16357]
15493         [BZ #16599]
15494         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
15495         min_plus_half.
15496         (fp_formats): Update initializers.
15497         (init_fp_formats): Initialize new field.
15498         (output_for_one_input_case): Allow underflow for results up to
15499         min_plus_half.
15500         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
15501         * math/auto-libm-test-in: Don't mark some underflows from asin and
15502         atanh as spurious.
15503         * math/auto-libm-test-out: Regenerated.
15504         * sysdeps/i386/fpu/libm-test-ulps: Update.
15505         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15507 2014-03-25  Andreas Schwab  <schwab@suse.de>
15509         * libio/Makefile (tst-ftell-partial-wide-ENV)
15510         (tst-ftell-active-handler-ENV): Define.
15512 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
15514         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
15516 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
15518         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
15520 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
15522         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
15523         * sysdeps/x86_64/fpu/multiarch/e_exp.c
15524         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
15526 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
15528         [BZ #16634]
15529         * elf/dl-load.c (open_verify): Add mode parameter.
15530         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
15531         (open_path): Change from boolean 'secure' to complete flag 'mode'
15532         (_dl_map_object): Adjust.
15533         * elf/Makefile (tests): Add tst-dlopen-aout.
15534         * elf/tst-dlopen-aout.c: New test.
15536 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
15538         [BZ #16714]
15539         * sysdeps/unix/sysv/linux/s390/bits/stat.h
15540         (struct stat): Rename member pad0 to __glibc_reserved0.
15542         [BZ #16712]
15543         * sysdeps/s390/s390-32/bits/wordsize.h
15544         (__WORDSIZE32_SIZE_ULONG): New define.
15545         * sysdeps/s390/s390-64/bits/wordsize.h
15546         (__WORDSIZE32_SIZE_ULONG): Likewise.
15547         * sysdeps/generic/stdint.h (SIZE_MAX):
15548         Define as UL if __WORDSIZE32_SIZE_ULONG.
15550         [BZ #16713]
15551         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
15552         (__glibc_reserved0): New variable.
15553         (sa_flags): Change type to int.
15555         * posix/Makefile (before-compile): Use += before-compile instead
15556         of a :=.
15558         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
15559         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
15561 2014-03-20  Andreas Schwab  <schwab@suse.de>
15563         [BZ #16743]
15564         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
15565         non-matching result from nscd.
15567 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
15569         * scripts/bench.py: Moved to ...
15570         * benchtests/scripts/bench.py: ... here.
15571         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
15573 2014-03-24  Andreas Schwab  <schwab@suse.de>
15575         [BZ #16002]
15576         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
15577         alloca_account and account alloca use for struct in6ailist.
15579 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
15581         [BZ #16284]
15582         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
15583         rounding mode to recompute results that overflow to infinity or
15584         underflow to zero.
15585         * math/auto-libm-test-in: Don't mark tests as expected to fail for
15586         bug 16284.
15587         * math/auto-libm-test-out: Regenerated.
15588         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
15589         (ccosh_test): Likewise.
15590         (csin_test_data): Use plus_oflow.
15591         (csin_test): Use ALL_RM_TEST.
15592         (csinh_test_data): Use plus_oflow.
15593         (csinh_test): Use ALL_RM_TEST.
15594         * sysdeps/i386/fpu/libm-test-ulps: Update.
15595         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15597 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
15599         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
15600         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
15601         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
15603         [BZ #16731]
15604         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
15605         when x - 1 is zero.
15606         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
15607         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
15608         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
15609         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
15610         argument is 1.
15611         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
15612         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
15613         zero.
15614         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
15615         * sysdeps/i386/fpu/libm-test-ulps: Update.
15616         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15618 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
15620         * scripts/bench.pl: Remove file.
15621         * scripts/bench.py: New benchmark script.
15622         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
15623         * benchtests/README: Mention python dependency.
15624         * scripts/pylintrc: New file.
15625         * scripts/pylint: New file.
15627         * bits/mathdef.h: Use #ifdef instead of #if.
15628         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
15629         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
15630         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
15631         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
15632         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
15633         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
15635 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15636             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
15638         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
15639         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
15640         and strpbrk-ppc64 objects.
15641         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
15642         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
15643         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
15644         multiarch strpbrk for POWER7.
15645         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
15646         multiarch strpbrk for PPC64.
15647         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
15648         ifunc selector.
15649         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
15650         strpbrk for POWER7.
15652 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
15654         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
15655         (atan_test): Likewise.
15656         (atanh_test_data): Use NO_TEST_INLINE for two tests.
15657         (atanh_test): Use ALL_RM_TEST.
15658         (atan2_test_data): Likewise.
15659         (cabs_test): Likewise.
15660         (cacosh_test): Likewise.
15661         (carg_test): Likewise.
15662         (casin_test): Likewise.
15663         (casinh_test): Likewise.
15664         (cbrt_test): Likewise.
15665         (csqrt_test): Likewise.
15666         (erf_test): Likewise.
15667         (erfc_test): Likewise.
15668         (pow10_test): Likewise.
15669         (exp2_test): Likewise.
15670         (hypot_test): Likewise.
15671         (j0_test): Likewise.
15672         (j1_test): Likewise.
15673         (lgamma_test): Likewise.
15674         (gamma_test): Likewise.
15675         (sincos_test): Likewise.
15676         (tanh_test): Likewise.
15677         (y0_test): Likewise.
15678         (y1_test): Likewise.
15679         * sysdeps/i386/fpu/libm-test-ulps: Update.
15680         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15682 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15684         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
15685         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
15686         and strcspn-ppc64 objects.
15687         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
15688         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
15689         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
15690         multiarch strcspn for POWER7.
15691         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
15692         multiarch strcspn for PPC64.
15693         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
15694         ifunc selector.
15695         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
15696         strcspn for POWER7.
15698 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
15700         * math/gen-libm-test.pl (generate_testfile): Expect only function
15701         name as argument to AUTO_TESTS_* and pass results for all rounding
15702         modes to parse_args.
15703         (parse_auto_input): Separate inputs of automatic tests from
15704         outputs before storing in %auto_tests.
15705         * math/libm-test.inc (acos_test_data): Update call to
15706         AUTO_TESTS_f_f.
15707         (acos_test): Use ALL_RM_TEST.
15708         (acos_tonearest_test_data): Remove.
15709         (acos_test_tonearest): Likewise.
15710         (acos_towardzero_test_data): Likewise.
15711         (acos_test_towardzero): Likewise.
15712         (acos_downward_test_data): Likewise.
15713         (acos_test_downward): Likewise.
15714         (acos_upward_test_data): Likewise.
15715         (acos_test_upward): Likewise.
15716         (acosh_test_data): Update call to AUTO_TESTS_f_f.
15717         (asin_test_data): Likewise.
15718         (asin_test): Use ALL_RM_TEST.
15719         (asin_tonearest_test_data): Remove.
15720         (asin_test_tonearest): Likewise.
15721         (asin_towardzero_test_data): Likewise.
15722         (asin_test_towardzero): Likewise.
15723         (asin_downward_test_data): Likewise.
15724         (asin_test_downward): Likewise.
15725         (asin_upward_test_data): Likewise.
15726         (asin_test_upward): Likewise.
15727         (asinh_test_data): Update call to AUTO_TESTS_f_f.
15728         (atan_test_data): Likewise.
15729         (atanh_test_data): Likewise.
15730         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
15731         (cabs_test_data): Update call to AUTO_TESTS_c_f.
15732         (carg_test_data): Likewise.
15733         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
15734         (ccos_test_data): Update call to AUTO_TESTS_c_c.
15735         (ccosh_test_data): Likewise.
15736         (cexp_test_data): Likewise.
15737         (clog_test_data): Likewise.
15738         (clog10_test_data): Likewise.
15739         (cos_test_data): Update call to AUTO_TESTS_f_f.
15740         (cos_test): Use ALL_RM_TEST.
15741         (cos_tonearest_test_data): Remove.
15742         (cos_test_tonearest): Likewise.
15743         (cos_towardzero_test_data): Likewise.
15744         (cos_test_towardzero): Likewise.
15745         (cos_downward_test_data): Likewise.
15746         (cos_test_downward): Likewise.
15747         (cos_upward_test_data): Likewise.
15748         (cos_test_upward): Likewise.
15749         (cosh_test_data): Update call to AUTO_TESTS_f_f.
15750         (cosh_test): Use ALL_RM_TEST.
15751         (cosh_tonearest_test_data): Remove.
15752         (cosh_test_tonearest): Likewise.
15753         (cosh_towardzero_test_data): Likewise.
15754         (cosh_test_towardzero): Likewise.
15755         (cosh_downward_test_data): Likewise.
15756         (cosh_test_downward): Likewise.
15757         (cosh_upward_test_data): Likewise.
15758         (cosh_test_upward): Likewise.
15759         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
15760         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
15761         (ctan_test_data): Likewise.
15762         (ctan_test): Use ALL_RM_TEST.
15763         (ctan_tonearest_test_data): Remove.
15764         (ctan_test_tonearest): Likewise.
15765         (ctan_towardzero_test_data): Likewise.
15766         (ctan_test_towardzero): Likewise.
15767         (ctan_downward_test_data): Likewise.
15768         (ctan_test_downward): Likewise.
15769         (ctan_upward_test_data): Likewise.
15770         (ctan_test_upward): Likewise.
15771         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
15772         (ctanh_test): Use ALL_RM_TEST.
15773         (ctanh_tonearest_test_data): Remove.
15774         (ctanh_test_tonearest): Likewise.
15775         (ctanh_towardzero_test_data): Likewise.
15776         (ctanh_test_towardzero): Likewise.
15777         (ctanh_downward_test_data): Likewise.
15778         (ctanh_test_downward): Likewise.
15779         (ctanh_upward_test_data): Likewise.
15780         (ctanh_test_upward): Likewise.
15781         (erf_test_data): Update call to AUTO_TESTS_f_f.
15782         (erfc_test_data): Likewise.
15783         (exp_test_data): Likewise.
15784         (exp_test): Use ALL_RM_TEST.
15785         (exp_tonearest_test_data): Remove.
15786         (exp_test_tonearest): Likewise.
15787         (exp_towardzero_test_data): Likewise.
15788         (exp_test_towardzero): Likewise.
15789         (exp_downward_test_data): Likewise.
15790         (exp_test_downward): Likewise.
15791         (exp_upward_test_data): Likewise.
15792         (exp_test_upward): Likewise.
15793         (exp10_test_data): Update call to AUTO_TESTS_f_f.
15794         (exp10_test): Use ALL_RM_TEST.
15795         (exp10_tonearest_test_data): Remove.
15796         (exp10_test_tonearest): Likewise.
15797         (exp10_towardzero_test_data): Likewise.
15798         (exp10_test_towardzero): Likewise.
15799         (exp10_downward_test_data): Likewise.
15800         (exp10_test_downward): Likewise.
15801         (exp10_upward_test_data): Likewise.
15802         (exp10_test_upward): Likewise.
15803         (exp2_test_data): Update call to AUTO_TESTS_f_f.
15804         (expm1_test_data): Likewise.
15805         (expm1_test): Use ALL_RM_TEST.
15806         (expm1_tonearest_test_data): Remove.
15807         (expm1_test_tonearest): Likewise.
15808         (expm1_towardzero_test_data): Likewise.
15809         (expm1_test_towardzero): Likewise.
15810         (expm1_downward_test_data): Likewise.
15811         (expm1_test_downward): Likewise.
15812         (expm1_upward_test_data): Likewise.
15813         (expm1_test_upward): Likewise.
15814         (fma_test_data): Update call to AUTO_TESTS_fff_f.
15815         (fma_test): Use ALL_RM_TEST.
15816         (fma_towardzero_test_data): Remove.
15817         (fma_test_towardzero): Likewise.
15818         (fma_downward_test_data): Likewise.
15819         (fma_test_downward): Likewise.
15820         (fma_upward_test_data): Likewise.
15821         (fma_test_upward): Likewise.
15822         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
15823         (j0_test_data): Update call to AUTO_TESTS_f_f.
15824         (j1_test_data): Likewise.
15825         (jn_test_data): Update call to AUTO_TESTS_if_f.
15826         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
15827         (log_test_data): Update call to AUTO_TESTS_f_f.
15828         (log10_test_data): Likewise.
15829         (log1p_test_data): Likewise.
15830         (log2_test_data): Likewise.
15831         (pow_test_data): Update call to AUTO_TESTS_ff_f.
15832         (pow_tonearest_test_data): Likewise.
15833         (sin_test_data): Update call to AUTO_TESTS_f_f.
15834         (sin_test): Use ALL_RM_TEST.
15835         (sin_tonearest_test_data): Remove.
15836         (sin_test_tonearest): Likewise.
15837         (sin_towardzero_test_data): Likewise.
15838         (sin_test_towardzero): Likewise.
15839         (sin_downward_test_data): Likewise.
15840         (sin_test_downward): Likewise.
15841         (sin_upward_test_data): Likewise.
15842         (sin_test_upward): Likewise.
15843         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
15844         (sinh_test_data): Update call to AUTO_TESTS_f_f.
15845         (sinh_test): Use ALL_RM_TEST.
15846         (sinh_tonearest_test_data): Remove.
15847         (sinh_test_tonearest): Likewise.
15848         (sinh_towardzero_test_data): Likewise.
15849         (sinh_test_towardzero): Likewise.
15850         (sinh_downward_test_data): Likewise.
15851         (sinh_test_downward): Likewise.
15852         (sinh_upward_test_data): Likewise.
15853         (sinh_test_upward): Likewise.
15854         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
15855         (sqrt_test): Use ALL_RM_TEST.
15856         (sqrt_tonearest_test_data): Remove.
15857         (sqrt_test_tonearest): Likewise.
15858         (sqrt_towardzero_test_data): Likewise.
15859         (sqrt_test_towardzero): Likewise.
15860         (sqrt_downward_test_data): Likewise.
15861         (sqrt_test_downward): Likewise.
15862         (sqrt_upward_test_data): Likewise.
15863         (sqrt_test_upward): Likewise.
15864         (tan_test_data): Update call to AUTO_TESTS_f_f.
15865         (tan_test): Use ALL_RM_TEST.
15866         (tan_tonearest_test_data): Remove.
15867         (tan_test_tonearest): Likewise.
15868         (tan_towardzero_test_data): Likewise.
15869         (tan_test_towardzero): Likewise.
15870         (tan_downward_test_data): Likewise.
15871         (tan_test_downward): Likewise.
15872         (tan_upward_test_data): Likewise.
15873         (tan_test_upward): Likewise.
15874         (tanh_test_data): Update call to AUTO_TESTS_f_f.
15875         (tgamma_test_data): Likewise.
15876         (y0_test_data): Likewise.
15877         (y1_test_data): Likewise.
15878         (yn_test_data): Update call to AUTO_TESTS_if_f.
15879         (main): Do not call removed functions.
15881 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
15883         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
15884         (ldexp_test_data): Remove.
15885         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
15886         scalbn_test_data.
15887         (scalb_test): Use ALL_RM_TEST.
15889 2014-03-19  Andreas Schwab  <schwab@suse.de>
15891         * nscd/nscd.service: Also invalidate netgroup cache on reload.
15893 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
15895         [BZ #16649]
15896         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
15897         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
15898         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
15899         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
15900         (__ASSUME_PREADV): Undefine.
15901         (__ASSUME_PWRITEV): Likewise.
15903 2014-03-18  Roland McGrath  <roland@hack.frob.com>
15905         * bits/mman-linux.h: Add comment about non-Linux use.
15906         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
15907         bits/mman-linux.h resting place.
15909         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
15910         * bits/mman-linux.h: ... here.
15912 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15914         * conform/conformtest.pl: Add standard definition when calling C
15915         preprocessor on data files.
15916         (checknamespace): Remove unused variable.
15918 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
15920         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
15921         minus_oflow, plus_uflow and minus_uflow in expected results.
15922         * math/libm-test.inc (scalbn_test_data): Add more tests of
15923         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
15924         minus_uflow.
15925         (scalbn_test): Use ALL_RM_TEST.
15926         (scalbln_test_data): Add more tests of negative arguments.  Use
15927         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
15928         (scalbln_test): Use ALL_RM_TEST.
15930 2014-03-18  Roland McGrath  <roland@hack.frob.com>
15932         * scripts/abilist.awk: Ignore symbols marked with .hidden.
15934 2014-03-18  Will Newton  <will.newton@linaro.org>
15936         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
15937         inaccurate comment.
15939 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
15941         * Makerules [!subdir] (check-abi): Exit with error status if a
15942         test failed.
15944 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
15946         * math/libm-test.inc (nearbyint_test_data): Include all tests used
15947         for rint.  Include results for all rounding modes.
15948         (nearbyint_test): Use ALL_RM_TEST.
15949         (rint_test_data): Include all tests used for nearbyint.
15951 2014-03-17  Will Newton  <will.newton@linaro.org>
15953         * nptl/sysdeps/pthread/pthread.h: Revert previous
15954         change.
15956         * sysdeps/generic/ldsodefs.h: Revert previous
15957         change.
15959         * libio/genops.c: Revert previous change.
15960         * libio/libioP.h: Likewise.
15961         * stdio-common/vfprintf.c: Likewise.
15963         * sysdeps/generic/math_private.h: Revert previous
15964         change.
15966         * sysdeps/generic/math_private.h: Check whether
15967         HAVE_RM_CTX is defined with #ifdef rather
15968         than #if.
15970         * argp/argp-fmtstream.h: Check whether
15971         __STRICT_ANSI__ is defined with #ifdef rather
15972         than #if.
15973         * argp/argp.h: Likewise.
15975         * libio/genops.c: Check whether
15976         _IO_JUMPS_OFFSET is defined with #ifdef rather
15977         than #if.
15978         * libio/libioP.h: Likewise.
15979         * stdio-common/vfprintf.c: Likewise.
15981         * sysdeps/generic/ldsodefs.h: Check whether
15982         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
15983         than #if.
15985         * nptl/sysdeps/pthread/pthread.h: Check
15986         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
15987         its value.
15989 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
15991         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
15992         setting O_APPEND.
15993         * libio/tst-ftell-active-handler.c (do_append_test): Add a
15994         test case.
15996         [BZ #16680]
15997         * libio/fileops.c (_IO_file_open): Seek to end of file but
15998         don't cache the offset.
15999         (get_file_offset): Remove function.
16000         (do_ftell): Use cached offset when available.
16001         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
16002         don't cache the offset.
16003         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
16004         case.
16005         (do_one_test): Call it.
16006         (do_ftell_test): Fix up expected old offset for a+ mode.
16007         * libio/wfileops.c (do_ftell_wide): Used cached offset when
16008         available.
16010         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
16011         up test status with function return status.
16012         (do_write_test): Likewise.
16013         (do_append_test): Likewise.
16015         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
16016         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
16017         Remove.
16019 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
16021         * math/gen-libm-test.pl (parse_args): Handle results specified for
16022         each rounding mode separately.
16023         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
16024         tests and results from lrint_tonearest_test_data,
16025         lrint_towardzero_test_data, lrint_downward_test_data and
16026         lrint_upward_test_data.
16027         (lrint_test): Use ALL_RM_TEST.
16028         (lrint_tonearest_test_data): Remove.
16029         (lrint_test_tonearest): Likewise.
16030         (lrint_towardzero_test_data): Likewise.
16031         (lrint_test_towardzero): Likewise.
16032         (lrint_downward_test_data): Likewise.
16033         (lrint_test_downward): Likewise.
16034         (lrint_upward_test_data): Likewise.
16035         (lrint_test_upward): Likewise.
16036         (llrint_test_data): Merge in per-rounding-mode tests and results
16037         from llrint_tonearest_test_data, llrint_towardzero_test_data,
16038         llrint_downward_test_data and llrint_upward_test_data.
16039         (llrint_test): Use ALL_RM_TEST.
16040         (llrint_tonearest_test_data): Remove.
16041         (llrint_test_tonearest): Likewise.
16042         (llrint_towardzero_test_data): Likewise.
16043         (llrint_test_towardzero): Likewise.
16044         (llrint_downward_test_data): Likewise.
16045         (llrint_test_downward): Likewise.
16046         (llrint_upward_test_data): Likewise.
16047         (llrint_test_upward): Likewise.
16048         (rint_test_data): Merge in per-rounding-mode tests and results
16049         from rint_tonearest_test_data, rint_towardzero_test_data,
16050         rint_downward_test_data and rint_upward_test_data.  Add
16051         per-rounding-mode results for tests not in those arrays.
16052         (rint_test): Use ALL_RM_TEST.
16053         (rint_tonearest_test_data): Remove.
16054         (rint_test_tonearest): Likewise.
16055         (rint_towardzero_test_data): Likewise.
16056         (rint_test_towardzero): Likewise.
16057         (rint_downward_test_data): Likewise.
16058         (rint_test_downward): Likewise.
16059         (rint_upward_test_data): Likewise.
16060         (rint_test_upward): Likewise.
16061         (main): Don't call removed functions.
16063 2014-03-14  Roland McGrath  <roland@hack.frob.com>
16065         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
16066         "Compiled on ..." crapola.  It is anti-useful.
16068 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
16070         * scripts/evaluate-test.sh: Handle fourth argument to determine
16071         whether test run should stop on failure.
16072         * Makeconfig (stop-on-test-failure): New variable.
16073         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
16074         $(stop-on-test-failure).
16075         * Makefile (tests): Give a summary of results from testing and
16076         exit with failure status if they include an ERROR or FAIL.
16077         (xtests): Likewise.
16078         * manual/install.texi (Configuring and compiling): Mention
16079         stop-on-test-failure=y.
16080         * INSTALL: Regenerated.
16082 2014-03-14  Roland McGrath  <roland@hack.frob.com>
16084         * scripts/versionlist.awk: New file.
16085         * Makerules [$(build-shared) = yes]
16086         (postclean-generated): Add Versions.def, not Versions.def.v and
16087         Versions.def.v.i.
16088         ($(common-objpfx)Versions.def.v.i): Target removed.
16089         ($(common-objpfx)Versions.def): New target.
16090         ($(common-objpfx)Versions.all): Depend on that rather that
16091         $(common-objpfx)Versions.def.v.
16092         * Versions.def: File removed.
16094         * Makeconfig (+gccwarn): Add -Wundef.
16095         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
16096         a dl-sysdep.h breaking its contract.
16097         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
16098         * include/stackinfo.h: New file.
16099         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
16100         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
16101         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
16102         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
16103         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
16104         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
16105         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16106         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16107         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16108         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16109         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16110         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
16111         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16112         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16113         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16115 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16117         [BZ #16707]
16118         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
16119         implementation.
16120         * math/libm-test.inc (round_test_data): Add more tests.
16122         [BZ #16706]
16123         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
16124         implementation.
16125         * math/libm-test.inc (nearbyint_test_data): Add more tests.
16127         [BZ #16701]
16128         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
16129         implementation.
16130         * math/libm-test.inc (ceil_test_data): Add more tests.
16132         * math/libm-test.inc (trunc_test_data): Add more tests related to
16133         BZ#16414.
16135 2014-03-14  Roland McGrath  <roland@hack.frob.com>
16137         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
16138         with #if rather than #ifdef.
16139         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
16141 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
16143         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
16144         first.  Disable AVX-512 GCC support if assembler doesn't support
16145         it.
16146         * sysdeps/x86_64/configure: Regenerated.
16148 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
16150         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
16151         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
16152         (__old_pthread_attr_setstack): Likewise.
16153         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
16154         [!_STACK_GROWS_DOWN]: Likewise.
16156 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
16158         * config.make.in (have-bash2): Delete.
16159         * configure.ac (libc_cv_have_bash2): Delete.
16160         * configure: Regenerate.
16161         * elf/Makefile (common-ldd-rewrite): Rename to ...
16162         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
16163         (sh-ldd-rewrite): Delete.
16164         (bash-ldd-rewrite): Delete.
16165         (have-bash2): Delete checks.
16166         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
16167         ldd-rewrite.
16169         * config.make.in (have-ksh): Delete.
16170         (KSH): Delete.
16171         * configure.ac (libc_cv_have_ksh): Delete.
16172         * configure: Regenerate.
16174         * elf/Makefile: Delete $(have-ksh) check.
16175         ($(objpfx)sotruss): Change KSH to BASH.
16176         * elf/sotruss.ksh: Rename to ...
16177         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
16178         function style to match POSIX.  Drop ksh vim mode setting.
16180         * manual/time.texi (Specifying the Time Zone with TZ): Change
16181         Tuesday to Thursday.
16183         * debug/tst-longjmp_chk2.c: Update header comment.
16184         (stackoverflow_handler): Add comment.  Call assert on pass value.
16186 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
16188         [BZ #16194]
16189         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
16190         (HAVE_AVX512_ASM_SUPPORT): Likewise.
16191         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
16192         (La_x86_64_vector): Add zmm.
16193         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
16194         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
16195         ($(objpfx)tst-audit10): New target.
16196         ($(objpfx)tst-audit10.out): Likewise.
16197         (tst-audit10-ENV): New.
16198         (AVX512-CFLAGS): Likewise.
16199         (CFLAGS-tst-audit10.c): Likewise.
16200         (CFLAGS-tst-auditmod10a.c): Likewise.
16201         (CFLAGS-tst-auditmod10b.c): Likewise.
16202         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
16203         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
16204         * sysdeps/x86_64/configure: Regenerated.
16205         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
16206         AVX-512 zmm register support.
16207         (_dl_x86_64_save_sse): Likewise.
16208         (_dl_x86_64_restore_sse): Likewise.
16209         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
16210         size vector registers.
16211         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
16212         (ZMM_SIZE): Likewise.
16213         * sysdeps/x86_64/tst-audit10.c: New file.
16214         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
16215         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
16217 2014-03-13  Roland McGrath  <roland@hack.frob.com>
16219         * configure.ac (HAVE_EHDR_START): New check.
16220         * configure: Regenerated.
16221         * config.h.in (HAVE_EHDR_START): New #undef.
16222         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
16223         assuming the lowest-addressed segment maps the start of the file.
16225 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
16227         * INSTALL: Regenerated.
16229 2014-03-13  Will Newton  <will.newton@linaro.org>
16231         * manual/setjmp.texi (System V contexts): Improve
16232         clarity and grammar of documentation.
16234 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
16236         [BZ #16381]
16237         * elf/Makefile (tests): Add tst-pie2.
16238         (tests-pie): Add tst-pie2.
16239         * elf/tst-pie2.c: New file.
16240         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
16241         for ET_EXEC.
16242         * elf/rtld.c (map_doit): Load executable as lt_executable.
16243         (dl_main): Likewise.
16245 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
16247         [BZ #16642]
16248         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
16249         (__ASSUME_PSELECT): Undefine.
16251 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16253         [BZ #16689]
16254         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
16255         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
16256         static build.
16257         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
16258         selector for static builds.
16260 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
16262         [BZ #16695]
16263         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
16264         key in the buffer.
16266 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16268         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
16269         IFUNC selector for static builds.
16271 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
16273         * sysdeps/mips/math_private.h [__mips_hard_float]
16274         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
16275         libc_feresetround_mips_ctx.
16276         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
16277         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
16278         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
16280         [BZ #16677]
16281         * math/s_nextafter.c (__nextafter): Do not return value from
16282         overflowing computation.
16283         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
16284         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
16285         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
16286         Likewise.
16287         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
16288         Likewise.
16289         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
16290         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
16292 2014-03-11  Roland McGrath  <roland@hack.frob.com>
16294         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
16295         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
16296         Move sfi_sp use from the load-multiple (that no longer sets sp) to
16297         the new mov targetting sp.
16299 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16301         [BZ #16683]
16302         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
16303         Define it for static builds as well.
16304         (NO_BZERO_IMPL): Likewise.
16306 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
16308         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
16309         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
16310         multiarch strspn for PPC64.
16311         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
16312         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
16313         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
16314         (__libc_ifunc_impl_list): Likewise.
16315         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
16316         multiarch optimizations
16317         * string/strspn.c (strspn): Using macro to redefine symbol name.
16319 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
16320             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16322         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
16323         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
16324         multiarch strncat for PPC64.
16325         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
16326         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
16327         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
16328         (__libc_ifunc_impl_list): Likewise.
16329         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
16330         multiarch optimizations
16332 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
16334         [BZ #16639]
16335         * nscd/nscd.service: Make service type forking.
16337 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16339         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
16340         sign in non default rounding modes.
16341         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
16343 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
16345         * math/libm-test.inc (ALL_RM_TEST): New macro.
16346         (ceil_test): Use ALL_RM_TEST.
16347         (cimag_test): Likewise.
16348         (conj_test): Likewise.
16349         (copysign_test): Likewise.
16350         (cproj_test): Likewise.
16351         (creal_test): Likewise.
16352         (fabs_test): Likewise.
16353         (floor_test): Likewise.
16354         (fmax_test): Likewise.
16355         (fmin_test): Likewise.
16356         (fmod_test): Likewise.
16357         (fpclassify_test): Likewise.
16358         (frexp_test): Likewise.
16359         (ilogb_test): Likewise.
16360         (isfinite_test): Likewise.
16361         (finite_test): Likewise.
16362         (isgreater_test): Likewise.
16363         (isgreaterequal_test): Likewise.
16364         (isinf_test): Likewise.
16365         (isless_test): Likewise.
16366         (islessequal_test): Likewise.
16367         (islessgreater_test): Likewise.
16368         (isnan_test): Likewise.
16369         (isnormal_test): Likewise.
16370         (issignaling_test): Likewise.
16371         (isunordered_test): Likewise.
16372         (logb_test): Likewise.
16373         (logb_downward_test_data): Remove.
16374         (logb_test_downward): Likewise.
16375         (lround_test): Use ALL_RM_TEST.
16376         (llround_test): Likewise.
16377         (modf_test): Likewise.
16378         (nexttoward_test): Likewise.
16379         (remainder_test): Likewise.
16380         (drem_test): Likewise.
16381         (remainder_tonearest_test_data): Likewise.
16382         (remainder_test_tonearest): Likewise.
16383         (drem_test_tonearest): Likewise.
16384         (remainder_towardzero_test_data): Likewise.
16385         (remainder_test_towardzero): Likewise.
16386         (drem_test_towardzero): Likewise.
16387         (remainder_downward_test_data): Likewise.
16388         (remainder_test_downward): Likewise.
16389         (drem_test_downward): Likewise.
16390         (remainder_upward_test_data): Likewise.
16391         (remainder_test_upward): Likewise.
16392         (drem_test_upward): Likewise.
16393         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
16394         (round_test): Use ALL_RM_TEST.
16395         (signbit_test): Likewise.
16396         (trunc_test): Likewise.
16397         (significand_test): Likewise.
16398         (main): Don't call removed functions.
16400 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
16402         [BZ #16674]
16403         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
16404         || __USE_XOPEN2K8].
16405         (ILL_ILLOPN): Likewise.
16406         (ILL_ILLADR): Likewise.
16407         (ILL_ILLTRP): Likewise.
16408         (ILL_PRVOPC): Likewise.
16409         (ILL_PRVREG): Likewise.
16410         (ILL_COPROC): Likewise.
16411         (ILL_BADSTK): Likewise.
16412         (FPE_INTDIV): Likewise.
16413         (FPE_INTOVF): Likewise.
16414         (FPE_FLTDIV): Likewise.
16415         (FPE_FLTOVF): Likewise.
16416         (FPE_FLTUND): Likewise.
16417         (FPE_FLTRES): Likewise.
16418         (FPE_FLTINV): Likewise.
16419         (FPE_FLTSUB): Likewise.
16420         (SEGV_MAPERR): Likewise.
16421         (SEGV_ACCERR): Likewise.
16422         (BUS_ADRALN): Likewise.
16423         (BUS_ADRERR): Likewise.
16424         (BUS_OBJERR): Likewise.
16425         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16426         (TRAP_TRACE): Likewise.
16427         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16428         __USE_XOPEN2K8].
16429         (CLD_KILLED): Likewise.
16430         (CLD_DUMPED): Likewise.
16431         (CLD_TRAPPED): Likewise.
16432         (CLD_STOPPED): Likewise.
16433         (CLD_CONTINUED): Likewise.
16434         (POLL_IN): Likewise.
16435         (POLL_OUT): Likewise.
16436         (POLL_MSG): Likewise.
16437         (POLL_ERR): Likewise.
16438         (POLL_PRI): Likewise.
16439         (POLL_HUP): Likewise.
16440         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
16441         Likewise.
16442         (ILL_ILLOPN): Likewise.
16443         (ILL_ILLADR): Likewise.
16444         (ILL_ILLTRP): Likewise.
16445         (ILL_PRVOPC): Likewise.
16446         (ILL_PRVREG): Likewise.
16447         (ILL_COPROC): Likewise.
16448         (ILL_BADSTK): Likewise.
16449         (FPE_INTDIV): Likewise.
16450         (FPE_INTOVF): Likewise.
16451         (FPE_FLTDIV): Likewise.
16452         (FPE_FLTOVF): Likewise.
16453         (FPE_FLTUND): Likewise.
16454         (FPE_FLTRES): Likewise.
16455         (FPE_FLTINV): Likewise.
16456         (FPE_FLTSUB): Likewise.
16457         (SEGV_MAPERR): Likewise.
16458         (SEGV_ACCERR): Likewise.
16459         (BUS_ADRALN): Likewise.
16460         (BUS_ADRERR): Likewise.
16461         (BUS_OBJERR): Likewise.
16462         (BUS_MCEERR_AR): Likewise.
16463         (BUS_MCEERR_AO): Likewise.
16464         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16465         (TRAP_TRACE): Likewise.
16466         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16467         __USE_XOPEN2K8].
16468         (CLD_KILLED): Likewise.
16469         (CLD_DUMPED): Likewise.
16470         (CLD_TRAPPED): Likewise.
16471         (CLD_STOPPED): Likewise.
16472         (CLD_CONTINUED): Likewise.
16473         (POLL_IN): Likewise.
16474         (POLL_OUT): Likewise.
16475         (POLL_MSG): Likewise.
16476         (POLL_ERR): Likewise.
16477         (POLL_PRI): Likewise.
16478         (POLL_HUP): Likewise.
16479         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
16480         (ILL_ILLOPN): Likewise.
16481         (ILL_ILLADR): Likewise.
16482         (ILL_ILLTRP): Likewise.
16483         (ILL_PRVOPC): Likewise.
16484         (ILL_PRVREG): Likewise.
16485         (ILL_COPROC): Likewise.
16486         (ILL_BADSTK): Likewise.
16487         (FPE_INTDIV): Likewise.
16488         (FPE_INTOVF): Likewise.
16489         (FPE_FLTDIV): Likewise.
16490         (FPE_FLTOVF): Likewise.
16491         (FPE_FLTUND): Likewise.
16492         (FPE_FLTRES): Likewise.
16493         (FPE_FLTINV): Likewise.
16494         (FPE_FLTSUB): Likewise.
16495         (SEGV_MAPERR): Likewise.
16496         (SEGV_ACCERR): Likewise.
16497         (BUS_ADRALN): Likewise.
16498         (BUS_ADRERR): Likewise.
16499         (BUS_OBJERR): Likewise.
16500         (BUS_MCEERR_AR): Likewise.
16501         (BUS_MCEERR_AO): Likewise.
16502         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16503         (TRAP_TRACE): Likewise.
16504         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16505         __USE_XOPEN2K8].
16506         (CLD_KILLED): Likewise.
16507         (CLD_DUMPED): Likewise.
16508         (CLD_TRAPPED): Likewise.
16509         (CLD_STOPPED): Likewise.
16510         (CLD_CONTINUED): Likewise.
16511         (POLL_IN): Likewise.
16512         (POLL_OUT): Likewise.
16513         (POLL_MSG): Likewise.
16514         (POLL_ERR): Likewise.
16515         (POLL_PRI): Likewise.
16516         (POLL_HUP): Likewise.
16517         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
16518         Likewise.
16519         (ILL_ILLOPN): Likewise.
16520         (ILL_ILLADR): Likewise.
16521         (ILL_ILLTRP): Likewise.
16522         (ILL_PRVOPC): Likewise.
16523         (ILL_PRVREG): Likewise.
16524         (ILL_COPROC): Likewise.
16525         (ILL_BADSTK): Likewise.
16526         (ILL_BADIADDR): Likewise.
16527         (ILL_BREAK): Likewise.
16528         (FPE_INTDIV): Likewise.
16529         (FPE_INTOVF): Likewise.
16530         (FPE_FLTDIV): Likewise.
16531         (FPE_FLTOVF): Likewise.
16532         (FPE_FLTUND): Likewise.
16533         (FPE_FLTRES): Likewise.
16534         (FPE_FLTINV): Likewise.
16535         (FPE_FLTSUB): Likewise.
16536         (FPE_DECOVF): Likewise.
16537         (FPE_DECDIV): Likewise.
16538         (FPE_DECERR): Likewise.
16539         (FPE_INVASC): Likewise.
16540         (FPE_INVDEC): Likewise.
16541         (SEGV_MAPERR): Likewise.
16542         (SEGV_ACCERR): Likewise.
16543         (SEGV_PSTKOVF): Likewise.
16544         (BUS_ADRALN): Likewise.
16545         (BUS_ADRERR): Likewise.
16546         (BUS_OBJERR): Likewise.
16547         (BUS_MCEERR_AR): Likewise.
16548         (BUS_MCEERR_AO): Likewise.
16549         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16550         (TRAP_TRACE): Likewise.
16551         (TRAP_BRANCH): Likewise.
16552         (TRAP_HWBKPT): Likewise.
16553         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16554         __USE_XOPEN2K8].
16555         (CLD_KILLED): Likewise.
16556         (CLD_DUMPED): Likewise.
16557         (CLD_TRAPPED): Likewise.
16558         (CLD_STOPPED): Likewise.
16559         (CLD_CONTINUED): Likewise.
16560         (POLL_IN): Likewise.
16561         (POLL_OUT): Likewise.
16562         (POLL_MSG): Likewise.
16563         (POLL_ERR): Likewise.
16564         (POLL_PRI): Likewise.
16565         (POLL_HUP): Likewise.
16566         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
16567         (ILL_ILLOPN): Likewise.
16568         (ILL_ILLADR): Likewise.
16569         (ILL_ILLTRP): Likewise.
16570         (ILL_PRVOPC): Likewise.
16571         (ILL_PRVREG): Likewise.
16572         (ILL_COPROC): Likewise.
16573         (ILL_BADSTK): Likewise.
16574         (FPE_INTDIV): Likewise.
16575         (FPE_INTOVF): Likewise.
16576         (FPE_FLTDIV): Likewise.
16577         (FPE_FLTOVF): Likewise.
16578         (FPE_FLTUND): Likewise.
16579         (FPE_FLTRES): Likewise.
16580         (FPE_FLTINV): Likewise.
16581         (FPE_FLTSUB): Likewise.
16582         (SEGV_MAPERR): Likewise.
16583         (SEGV_ACCERR): Likewise.
16584         (BUS_ADRALN): Likewise.
16585         (BUS_ADRERR): Likewise.
16586         (BUS_OBJERR): Likewise.
16587         (BUS_MCEERR_AR): Likewise.
16588         (BUS_MCEERR_AO): Likewise.
16589         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16590         (TRAP_TRACE): Likewise.
16591         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16592         __USE_XOPEN2K8].
16593         (CLD_KILLED): Likewise.
16594         (CLD_DUMPED): Likewise.
16595         (CLD_TRAPPED): Likewise.
16596         (CLD_STOPPED): Likewise.
16597         (CLD_CONTINUED): Likewise.
16598         (POLL_IN): Likewise.
16599         (POLL_OUT): Likewise.
16600         (POLL_MSG): Likewise.
16601         (POLL_ERR): Likewise.
16602         (POLL_PRI): Likewise.
16603         (POLL_HUP): Likewise.
16604         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
16605         (ILL_ILLOPN): Likewise.
16606         (ILL_ILLADR): Likewise.
16607         (ILL_ILLTRP): Likewise.
16608         (ILL_PRVOPC): Likewise.
16609         (ILL_PRVREG): Likewise.
16610         (ILL_COPROC): Likewise.
16611         (ILL_BADSTK): Likewise.
16612         (FPE_INTDIV): Likewise.
16613         (FPE_INTOVF): Likewise.
16614         (FPE_FLTDIV): Likewise.
16615         (FPE_FLTOVF): Likewise.
16616         (FPE_FLTUND): Likewise.
16617         (FPE_FLTRES): Likewise.
16618         (FPE_FLTINV): Likewise.
16619         (FPE_FLTSUB): Likewise.
16620         (SEGV_MAPERR): Likewise.
16621         (SEGV_ACCERR): Likewise.
16622         (BUS_ADRALN): Likewise.
16623         (BUS_ADRERR): Likewise.
16624         (BUS_OBJERR): Likewise.
16625         (BUS_MCEERR_AR): Likewise.
16626         (BUS_MCEERR_AO): Likewise.
16627         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16628         (TRAP_TRACE): Likewise.
16629         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16630         __USE_XOPEN2K8].
16631         (CLD_KILLED): Likewise.
16632         (CLD_DUMPED): Likewise.
16633         (CLD_TRAPPED): Likewise.
16634         (CLD_STOPPED): Likewise.
16635         (CLD_CONTINUED): Likewise.
16636         (POLL_IN): Likewise.
16637         (POLL_OUT): Likewise.
16638         (POLL_MSG): Likewise.
16639         (POLL_ERR): Likewise.
16640         (POLL_PRI): Likewise.
16641         (POLL_HUP): Likewise.
16642         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
16643         (ILL_ILLOPN): Likewise.
16644         (ILL_ILLADR): Likewise.
16645         (ILL_ILLTRP): Likewise.
16646         (ILL_PRVOPC): Likewise.
16647         (ILL_PRVREG): Likewise.
16648         (ILL_COPROC): Likewise.
16649         (ILL_BADSTK): Likewise.
16650         (FPE_INTDIV): Likewise.
16651         (FPE_INTOVF): Likewise.
16652         (FPE_FLTDIV): Likewise.
16653         (FPE_FLTOVF): Likewise.
16654         (FPE_FLTUND): Likewise.
16655         (FPE_FLTRES): Likewise.
16656         (FPE_FLTINV): Likewise.
16657         (FPE_FLTSUB): Likewise.
16658         (SEGV_MAPERR): Likewise.
16659         (SEGV_ACCERR): Likewise.
16660         (BUS_ADRALN): Likewise.
16661         (BUS_ADRERR): Likewise.
16662         (BUS_OBJERR): Likewise.
16663         (BUS_MCEERR_AR): Likewise.
16664         (BUS_MCEERR_AO): Likewise.
16665         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16666         (TRAP_TRACE): Likewise.
16667         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16668         __USE_XOPEN2K8].
16669         (CLD_KILLED): Likewise.
16670         (CLD_DUMPED): Likewise.
16671         (CLD_TRAPPED): Likewise.
16672         (CLD_STOPPED): Likewise.
16673         (CLD_CONTINUED): Likewise.
16674         (POLL_IN): Likewise.
16675         (POLL_OUT): Likewise.
16676         (POLL_MSG): Likewise.
16677         (POLL_ERR): Likewise.
16678         (POLL_PRI): Likewise.
16679         (POLL_HUP): Likewise.
16680         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
16681         (ILL_ILLOPN): Likewise.
16682         (ILL_ILLADR): Likewise.
16683         (ILL_ILLTRP): Likewise.
16684         (ILL_PRVOPC): Likewise.
16685         (ILL_PRVREG): Likewise.
16686         (ILL_COPROC): Likewise.
16687         (ILL_BADSTK): Likewise.
16688         (ILL_DBLFLT): Likewise.
16689         (ILL_HARDWALL): Likewise.
16690         (FPE_INTDIV): Likewise.
16691         (FPE_INTOVF): Likewise.
16692         (FPE_FLTDIV): Likewise.
16693         (FPE_FLTOVF): Likewise.
16694         (FPE_FLTUND): Likewise.
16695         (FPE_FLTRES): Likewise.
16696         (FPE_FLTINV): Likewise.
16697         (FPE_FLTSUB): Likewise.
16698         (SEGV_MAPERR): Likewise.
16699         (SEGV_ACCERR): Likewise.
16700         (BUS_ADRALN): Likewise.
16701         (BUS_ADRERR): Likewise.
16702         (BUS_OBJERR): Likewise.
16703         (BUS_MCEERR_AR): Likewise.
16704         (BUS_MCEERR_AO): Likewise.
16705         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16706         (TRAP_TRACE): Likewise.
16707         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16708         __USE_XOPEN2K8].
16709         (CLD_KILLED): Likewise.
16710         (CLD_DUMPED): Likewise.
16711         (CLD_TRAPPED): Likewise.
16712         (CLD_STOPPED): Likewise.
16713         (CLD_CONTINUED): Likewise.
16714         (POLL_IN): Likewise.
16715         (POLL_OUT): Likewise.
16716         (POLL_MSG): Likewise.
16717         (POLL_ERR): Likewise.
16718         (POLL_PRI): Likewise.
16719         (POLL_HUP): Likewise.
16720         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
16721         (ILL_ILLOPN): Likewise.
16722         (ILL_ILLADR): Likewise.
16723         (ILL_ILLTRP): Likewise.
16724         (ILL_PRVOPC): Likewise.
16725         (ILL_PRVREG): Likewise.
16726         (ILL_COPROC): Likewise.
16727         (ILL_BADSTK): Likewise.
16728         (FPE_INTDIV): Likewise.
16729         (FPE_INTOVF): Likewise.
16730         (FPE_FLTDIV): Likewise.
16731         (FPE_FLTOVF): Likewise.
16732         (FPE_FLTUND): Likewise.
16733         (FPE_FLTRES): Likewise.
16734         (FPE_FLTINV): Likewise.
16735         (FPE_FLTSUB): Likewise.
16736         (SEGV_MAPERR): Likewise.
16737         (SEGV_ACCERR): Likewise.
16738         (BUS_ADRALN): Likewise.
16739         (BUS_ADRERR): Likewise.
16740         (BUS_OBJERR): Likewise.
16741         (BUS_MCEERR_AR): Likewise.
16742         (BUS_MCEERR_AO): Likewise.
16743         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16744         (TRAP_TRACE): Likewise.
16745         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16746         __USE_XOPEN2K8].
16747         (CLD_KILLED): Likewise.
16748         (CLD_DUMPED): Likewise.
16749         (CLD_TRAPPED): Likewise.
16750         (CLD_STOPPED): Likewise.
16751         (CLD_CONTINUED): Likewise.
16752         (POLL_IN): Likewise.
16753         (POLL_OUT): Likewise.
16754         (POLL_MSG): Likewise.
16755         (POLL_ERR): Likewise.
16756         (POLL_PRI): Likewise.
16757         (POLL_HUP): Likewise.
16758         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
16759         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
16761         [BZ #16670]
16762         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
16763         before #include of <time.h>.
16764         [!__USE_XOPEN2K] (__need_timespec): Likewise.
16765         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
16766         (test-xfail-UNIX98/sched.h/conform): Likewise.
16768 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
16770         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
16771         error absence of trapping exception support.
16772         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
16774 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
16776         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
16777         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
16778         * timezone/Makefile (testdata): Move definition above include of
16779         Rules.
16780         (test-zones): New variable.
16781         (tests-special): Add zone files.
16782         (build-testdata): Use $(evaluate-test).
16784         * elf/Makefile (tests-special): Rename tests to end with .out.
16785         ($(objpfx)noload-mem): Likewise.
16786         ($(objpfx)tst-leaks1-mem): Likewise.
16787         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
16788         * iconv/Makefile (xtests-special): Change test-iconvconfig to
16789         $(objpfx)test-iconvconfig.out.
16790         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
16791         set -e inside subshell and redirect output to file.
16792         * iconvdata/Makefile (generated): Rename tests to end with .out.
16793         Correct type.
16794         (tests-special): Rename tests to end with .out.
16795         ($(objpfx)mtrace-tst-loading): Likewise.
16796         * intl/Makefile (generated): Likewise.
16797         (tests-special): Likewise.
16798         ($(objpfx)mtrace-tst-gettext): Likewise.
16799         * misc/Makefile (generated): Likewise.
16800         (tests-special): Likewise.
16801         ($(objpfx)tst-error1-mem): Likewise.
16802         * nptl/Makefile (tests-special): Likewise.
16803         ($(objpfx)tst-stack3-mem): Likewise.
16804         (generated): Likewise.
16805         * posix/Makefile (generated): Likewise.
16806         (tests-special): Likewise.
16807         (xtests-special): Likewise.
16808         ($(objpfx)tst-fnmatch-mem): Likewise.
16809         ($(objpfx)bug-regex2-mem): Likewise.
16810         ($(objpfx)bug-regex14-mem): Likewise.
16811         ($(objpfx)bug-regex21-mem): Likewise.
16812         ($(objpfx)bug-regex31-mem): Likewise.
16813         ($(objpfx)tst-vfork3-mem): Likewise.
16814         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
16815         ($(objpfx)tst-pcre-mem): Likewise.
16816         ($(objpfx)tst-boost-mem): Likewise.
16817         ($(objpfx)bug-ga2-mem): Likewise.
16818         ($(objpfx)bug-glob2-mem): Likewise.
16819         * resolv/Makefile (generate): Likewise.
16820         (tests-special): Likewise.
16821         (xtests-special): Likewise.
16822         (generated): Likewise.
16823         ($(objpfx)mtrace-tst-leaks): Likewise.
16824         ($(objpfx)mtrace-tst-leaks2): Likewise.
16826         * scripts/merge-test-results.sh: New file.
16827         * Makefile (tests-special-notdir): New variable.
16828         (tests): Run merge-test-results.sh.
16829         (xtests): Likewise.
16830         * Rules (tests-special-notdir): New variable.
16831         (xtests-special-notdir): Likewise.
16832         (tests): Run merge-test-results.sh
16833         (xtests): Likewise.
16835         * Makeconfig (test-xfail-name): New variable.
16836         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
16837         compute variable name for expected failures.
16838         * conform/Makefile (conformtest-headers-data): New variable.
16839         (conformtest-standards): Likewise.
16840         (conformtest-headers-ISO): Likewise.
16841         (conformtest-headers-ISO99): Likewise.
16842         (conformtest-headers-ISO11): Likewise.
16843         (conformtest-headers-POSIX): Likewise.
16844         (conformtest-headers-XPG3): Likewise.
16845         (conformtest-headers-XPG4): Likewise.
16846         (conformtest-headers-UNIX98): Likewise.
16847         (conformtest-headers-XOPEN2K): Likewise.
16848         (conformtest-headers-POSIX2008): Likewise.
16849         (conformtest-headers-XOPEN2K8): Likewise.
16850         (conformtest-header-list-base): Likewise.
16851         (conformtest-header-list-tests): Likewise.
16852         (conformtest-header-base): Likewise.
16853         (conformtest-header-tests): Likewise.
16854         (tests-special): Add $(conformtest-header-list-tests).  If
16855         [$(fast-check) && !$(cross-compiling)], add
16856         $(conformtest-header-tests) instead of
16857         $(objpfx)run-conformtest.out.
16858         (generated): Add $(conformtest-header-list-base).  If
16859         [$(fast-check) && !$(cross-compiling)], add
16860         $(conformtest-header-base).  Remove previous setting.
16861         ($(conformtest-header-list-tests)): New target.
16862         (test-xfail-run-conformtest): Remove variable.
16863         ($(objpfx)run-conformtest.out): Remove target.
16864         (test-xfail-ISO11/complex.h/conform): New variable.
16865         (test-xfail-ISO11/stdalign.h/conform): Likewise.
16866         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
16867         (test-xfail-XPG3/varargs.h/conform): Likewise.
16868         (test-xfail-XPG4/varargs.h/conform): Likewise.
16869         (test-xfail-UNIX98/varargs.h/conform): Likewise.
16870         (test-xfail-XPG4/ndbm.h/conform): Likewise.
16871         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
16872         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
16873         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
16874         (test-xfail-XPG3/fcntl.h/conform): Likewise.
16875         (test-xfail-XPG3/ftw.h/conform): Likewise.
16876         (test-xfail-XPG3/grp.h/conform): Likewise.
16877         (test-xfail-XPG3/langinfo.h/conform): Likewise.
16878         (test-xfail-XPG3/limits.h/conform): Likewise.
16879         (test-xfail-XPG3/pwd.h/conform): Likewise.
16880         (test-xfail-XPG3/search.h/conform): Likewise.
16881         (test-xfail-XPG3/signal.h/conform): Likewise.
16882         (test-xfail-XPG3/stdio.h/conform): Likewise.
16883         (test-xfail-XPG3/stdlib.h/conform): Likewise.
16884         (test-xfail-XPG3/string.h/conform): Likewise.
16885         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
16886         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
16887         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
16888         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
16889         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
16890         (test-xfail-XPG3/sys/types.h/conform): Likewise.
16891         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
16892         (test-xfail-XPG3/termios.h/conform): Likewise.
16893         (test-xfail-XPG3/time.h/conform): Likewise.
16894         (test-xfail-XPG3/unistd.h/conform): Likewise.
16895         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
16896         (test-xfail-XPG4/fcntl.h/conform): Likewise.
16897         (test-xfail-XPG4/langinfo.h/conform): Likewise.
16898         (test-xfail-XPG4/netdb.h/conform): Likewise.
16899         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
16900         (test-xfail-XPG4/signal.h/conform): Likewise.
16901         (test-xfail-XPG4/stdio.h/conform): Likewise.
16902         (test-xfail-XPG4/stdlib.h/conform): Likewise.
16903         (test-xfail-XPG4/stropts.h/conform): Likewise.
16904         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
16905         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
16906         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
16907         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
16908         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
16909         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
16910         (test-xfail-XPG4/sys/time.h/conform): Likewise.
16911         (test-xfail-XPG4/sys/types.h/conform): Likewise.
16912         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
16913         (test-xfail-XPG4/termios.h/conform): Likewise.
16914         (test-xfail-XPG4/ucontext.h/conform): Likewise.
16915         (test-xfail-XPG4/unistd.h/conform): Likewise.
16916         (test-xfail-XPG4/utmpx.h/conform): Likewise.
16917         (test-xfail-POSIX/sched.h/conform): Likewise.
16918         (test-xfail-POSIX/signal.h/conform): Likewise.
16919         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
16920         (test-xfail-POSIX/tar.h/conform): Likewise.
16921         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
16922         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
16923         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
16924         (test-xfail-UNIX98/netdb.h/conform): Likewise.
16925         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
16926         (test-xfail-UNIX98/sched.h/conform): Likewise.
16927         (test-xfail-UNIX98/signal.h/conform): Likewise.
16928         (test-xfail-UNIX98/stdio.h/conform): Likewise.
16929         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
16930         (test-xfail-UNIX98/stropts.h/conform): Likewise.
16931         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
16932         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
16933         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
16934         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
16935         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
16936         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
16937         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
16938         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
16939         (test-xfail-UNIX98/unistd.h/conform): Likewise.
16940         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
16941         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
16942         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
16943         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
16944         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
16945         (test-xfail-XOPEN2K/math.h/conform): Likewise.
16946         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
16947         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
16948         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
16949         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
16950         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
16951         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
16952         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
16953         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
16954         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
16955         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
16956         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
16957         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
16958         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
16959         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
16960         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
16961         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
16962         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
16963         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
16964         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
16965         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
16966         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
16967         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
16968         (test-xfail-POSIX2008/signal.h/conform): Likewise.
16969         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
16970         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
16971         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
16972         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
16973         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
16974         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
16975         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
16976         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
16977         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
16978         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
16979         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
16980         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
16981         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
16982         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
16983         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
16984         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
16985         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
16986         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
16987         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
16988         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
16989         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
16990         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
16991         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
16992         (conformtest-cc-flags): Likewise.
16993         ($(conformtest-header-tests): New target.
16994         * conform/check-header-lists.sh: New file.
16995         * conform/run-conformtest.sh: Remove.
16997         * conform/conformtest.pl: Allow ' and \ in values given for
16998         constants.
16999         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
17000         inclusion.
17001         [POSIX] (sys/types.h): Likewise.
17002         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
17003         inclusion.
17004         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
17005         inclusion.
17006         * conform/data/signal.h-data (SIGIO): Remove expectation.
17007         [XPG3] (SIGBUS): Do not expect.
17008         [POSIX || XPG3] (SIGPOLL): Likewise.
17009         [POSIX || XPG3] (SIGPROF): Likewise.
17010         [POSIX || XPG3] (SIGSYS): Likewise.
17011         [XPG3] (SIGTRAP): Likewise.
17012         [POSIX || XPG3] (SIGURG): Likewise.
17013         [POSIX || XPG3] (SIGVTALRM): Likewise.
17014         [POSIX || XPG3] (SIGXCPU): Likewise.
17015         [POSIX || XPG3] (SIGXFSZ): Likewise.
17016         [POSIX] (SA_SIGINFO): Expect.
17017         [XPG3] (siginfo_t): Do not expect type or contents.
17018         [POSIX] (si_pid): Do not expect element.
17019         [POSIX] (si_uid): Likewise.
17020         [POSIX] (si_addr): Likewise.
17021         [POSIX] (si_status): Likewise.
17022         [POSIX] (si_band): Likewise.
17023         [XPG4] (si_value): Likewise.
17024         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
17025         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
17026         [POSIX || XPG3] (ILL_ILLADR): Likewise.
17027         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
17028         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
17029         [POSIX || XPG3] (ILL_PRVREG): Likewise.
17030         [POSIX || XPG3] (ILL_COPROC): Likewise.
17031         [POSIX || XPG3] (ILL_BADSTK): Likewise.
17032         [POSIX || XPG3] (FPE_INTDIV): Likewise.
17033         [POSIX || XPG3] (FPE_INTOVF): Likewise.
17034         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
17035         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
17036         [POSIX || XPG3] (FPE_FLTUND): Likewise.
17037         [POSIX || XPG3] (FPE_FLTRES): Likewise.
17038         [POSIX || XPG3] (FPE_FLTINV): Likewise.
17039         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
17040         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
17041         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
17042         [POSIX || XPG3] (BUS_ADRALN): Likewise.
17043         [POSIX || XPG3] (BUS_ADRERR): Likewise.
17044         [POSIX || XPG3] (BUS_OBJERR): Likewise.
17045         [POSIX || XPG3] (CLD_EXITED): Likewise.
17046         [POSIX || XPG3] (CLD_KILLED): Likewise.
17047         [POSIX || XPG3] (CLD_DUMPED): Likewise.
17048         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
17049         [POSIX || XPG3] (CLD_STOPPED): Likewise.
17050         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
17051         [POSIX || XPG3] (POLL_IN): Likewise.
17052         [POSIX || XPG3] (POLL_OUT): Likewise.
17053         [POSIX || XPG3] (POLL_MSG): Likewise.
17054         [POSIX || XPG3] (POLL_ERR): Likewise.
17055         [POSIX || XPG3] (POLL_PRI): Likewise.
17056         [POSIX || XPG3] (POLL_HUP): Likewise.
17057         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
17058         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
17059         (SIG*): Do not allow.
17060         [XPG3] (si_*): Likewise.
17061         [XPG3] (SI_*): Likewise.
17062         [XPG3 || XPG4] (sigev_*): Likewise.
17063         [XPG3 || XPG4] (SIGEV_*): Likewise.
17064         [XPG3 || XPG4] (sival_*): Likewise.
17065         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
17066         [POSIX || XPG3] (BUS_*): Likewise.
17067         [POSIX || XPG3] (CLD_*): Likewise.
17068         [POSIX || XPG3] (FPE_*): Likewise.
17069         [POSIX || XPG3] (ILL_*): Likewise.
17070         [POSIX || XPG3] (POLL_*): Likewise.
17071         [POSIX || XPG3] (SEGV_*): Likewise.
17072         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
17073         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
17074         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
17075         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
17076         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
17077         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
17078         Specify type and value.
17079         (TVERSLEN): Likewise.
17080         (REGTYPE): Likewise.
17081         (AREGTYPE): Likewise.
17082         (LNKTYPE): Likewise.
17083         (SYMTYPE): Likewise.
17084         (CHRTYPE): Likewise.
17085         (BLKTYPE): Likewise.
17086         (DIRTYPE): Likewise.
17087         (FIFOTYPE): Likewise.
17088         (CONTTYPE): Likewise.
17089         (TSUID): Likewise.
17090         (TSGID): Likewise.
17091         (TSVTX): Likewise.
17092         (TUREAD): Likewise.
17093         (TUWRITE): Likewise.
17094         (TUEXEC): Likewise.
17095         (TGREAD): Likewise.
17096         (TGWRITE): Likewise.
17097         (TGEXEC): Likewise.
17098         (TOREAD): Likewise.
17099         (TOWRITE): Likewise.
17100         (TOEXEC): Likewise.
17101         [POSIX] (TSVTX): Expect constant.
17103 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
17105         * Makefile (tests): Change dependencies to ....
17106         (tests-special): ... additions to this variable.
17107         (tests): Depend on $(tests-special).
17108         * Makerules (check-abi-list): New variable.
17109         (check-abi): Depend on $(check-abi-list).
17110         [$(subdir) = elf] (tests-special): Add
17111         $(objpfx)check-abi-libc.out.
17112         [$(build-shared) = yes && subdir] (tests-special): Add
17113         $(check-abi-list).
17114         [$(build-shared) = yes && subdir] (tests): Do not depend on
17115         check-abi.
17116         * Rules (tests): Depend on $(tests-special).
17117         (xtests): Depend on $(xtests-special).
17118         * catgets/Makefile (tests): Change dependencies to ....
17119         (tests-special): ... additions to this variable.
17120         * conform/Makefile (tests): Change dependencies to ....
17121         (tests-special): ... additions to this variable.
17122         * elf/Makefile (tests): Change dependencies to ....
17123         (tests-special): ... additions to this variable.
17124         * grp/Makefile (tests): Change dependencies to ....
17125         (tests-special): ... additions to this variable.
17126         * iconv/Makefile (xtests): Change dependencies to ....
17127         (xtests-special): ... additions to this variable.
17128         * iconvdata/Makefile (tests): Change dependencies to ....
17129         (tests-special): ... additions to this variable.
17130         * intl/Makefile (tests): Change dependencies to ....
17131         (tests-special): ... additions to this variable.  Also add
17132         $(objpfx)tst-gettext.out.
17133         * io/Makefile (tests): Change dependencies to ....
17134         (tests-special): ... additions to this variable.
17135         * libio/Makefile (tests): Change dependencies to ....
17136         (tests-special): ... additions to this variable.
17137         * malloc/Makefile (tests): Change dependencies to ....
17138         (tests-special): ... additions to this variable.
17139         * misc/Makefile (tests): Change dependencies to ....
17140         (tests-special): ... additions to this variable.
17141         * nptl/Makefile (tests): Change dependencies to ....
17142         (tests-special): ... additions to this variable.
17143         * nptl_db/Makefile (tests): Change dependencies to ....
17144         (tests-special): ... additions to this variable.
17145         * posix/Makefile (tests): Change dependencies to ....
17146         (tests-special): ... additions to this variable.
17147         (xtests): Change dependencies to ....
17148         (xtests-special): ... additions to this variable.
17149         * resolv/Makefile (tests): Change dependencies to ....
17150         (tests-special): ... additions to this variable.
17151         (xtests): Change dependencies to ....
17152         (xtests-special): ... additions to this variable.
17153         * stdio-common/Makefile (tests): Change dependencies to ....
17154         (tests-special): ... additions to this variable.
17155         (do-tst-unbputc): Remove target.
17156         (do-tst-printf): Likewise.
17157         * stdlib/Makefile (tests): Change dependencies to ....
17158         (tests-special): ... additions to this variable.
17159         * string/Makefile (tests): Change dependencies to ....
17160         (tests-special): ... additions to this variable.
17161         * sysdeps/x86/Makefile (tests): Change dependencies to ....
17162         (tests-special): ... additions to this variable.
17164         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
17165         whole file.
17166         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
17167         whole file.
17168         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
17169         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
17171         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
17172         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
17173         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
17174         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
17175         * conform/data/libgen.h-data [XPG3]: Likewise.
17176         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
17177         * conform/data/ndbm.h-data [XPG3]: Likewise.
17178         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
17179         * conform/data/netdb.h-data [XPG3]: Likewise.
17180         * conform/data/netinet/in.h-data [XPG3]: Likewise.
17181         * conform/data/poll.h-data [XPG3]: Likewise.
17182         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
17183         * conform/data/strings.h-data [XPG3]: Likewise.
17184         * conform/data/stropts.h-data [XPG3]: Likewise.
17185         * conform/data/sys/mman.h-data [XPG3]: Likewise.
17186         * conform/data/sys/resource.h-data [XPG3]: Likewise.
17187         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
17188         Likewise.
17189         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
17190         * conform/data/sys/time.h-data [XPG3]: Likewise.
17191         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
17192         * conform/data/sys/uio.h-data [XPG3]: Likewise.
17193         * conform/data/sys/un.h-data [XPG3]: Likewise.
17194         * conform/data/syslog.h-data [XPG3]: Likewise.
17195         * conform/data/ucontext.h-data [XPG3]: Likewise.
17196         * conform/data/utmpx.h-data [XPG3]: Likewise.
17197         * conform/data/varargs.h-data [UNIX98]: Enable file.
17199         * manual/Makefile (INSTALL_INFO): Remove variable setting.
17201         * math/libm-test.inc (struct test_f_f_data): Move expected results
17202         into structure for each rounding mode.
17203         (struct test_ff_f_data): Likewise.
17204         (struct test_ff_f_data_nexttoward): Likewise.
17205         (struct test_fi_f_data): Likewise.
17206         (struct test_fl_f_data): Likewise.
17207         (struct test_if_f_data): Likewise.
17208         (struct test_fff_f_data): Likewise.
17209         (struct test_c_f_data): Likewise.
17210         (struct test_f_f1_data): Likewise.
17211         (struct test_fF_f1_data): Likewise.
17212         (struct test_ffI_f1_data): Likewise.
17213         (struct test_c_c_data): Likewise.
17214         (struct test_cc_c_data): Likewise.
17215         (struct test_f_i_data): Likewise.
17216         (struct test_ff_i_data): Likewise.
17217         (struct test_f_l_data): Likewise.
17218         (struct test_f_L_data): Likewise.
17219         (struct test_fFF_11_data): Likewise.
17220         (RM_): New macro.
17221         (RM_FE_DOWNWARD): Likewise.
17222         (RM_FE_TONEAREST): Likewise.
17223         (RM_FE_TOWARDZERO): Likewise.
17224         (RM_FE_UPWARD): Likewise.
17225         (RUN_TEST_LOOP_f_f): Update references to expected results.
17226         (RUN_TEST_LOOP_2_f): Likewise.
17227         (RUN_TEST_LOOP_fff_f): Likewise.
17228         (RUN_TEST_LOOP_c_f): Likewise.
17229         (RUN_TEST_LOOP_f_f1): Likewise.
17230         (RUN_TEST_LOOP_fF_f1): Likewise.
17231         (RUN_TEST_LOOP_fI_f1): Likewise.
17232         (RUN_TEST_LOOP_ffI_f1): Likewise.
17233         (RUN_TEST_LOOP_c_c): Likewise.
17234         (RUN_TEST_LOOP_cc_c): Likewise.
17235         (RUN_TEST_LOOP_f_i): Likewise.
17236         (RUN_TEST_LOOP_f_i_tg): Likewise.
17237         (RUN_TEST_LOOP_ff_i_tg): Likewise.
17238         (RUN_TEST_LOOP_f_b): Likewise.
17239         (RUN_TEST_LOOP_f_b_tg): Likewise.
17240         (RUN_TEST_LOOP_f_l): Likewise.
17241         (RUN_TEST_LOOP_f_L): Likewise.
17242         (RUN_TEST_LOOP_fFF_11): Likewise.
17243         * math/gen-libm-test.pl (parse_args): Output four copies of
17244         expected results for each test.
17246         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
17247         (__ASSUME_UTIMES): Remove.
17248         * sysdeps/unix/sysv/linux/tile/kernel-features.h
17249         (__ASSUME_UTIMES): Likewise.
17251         * math/gen-auto-libm-tests.c: Update comment on output format.
17252         (output_for_one_input_case): Generate before-rounding and
17253         after-rounding information as conditions on output flags not
17254         floating-point format.
17255         * math/auto-libm-test-out: Regenerated.
17256         * math/gen-libm-test.pl (cond_value): New function.
17257         (or_cond_value): Use cond_value.
17258         (generate_testfile): Handle conditional exceptions.
17260 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
17262         * math/libm-test.inc (max_valid_error): New variable.
17263         (init_max_error): Take new argument specifying whether function
17264         results are exactly determined.  Set max_valid_error and bound
17265         other variables for errors based on this argument.
17266         (set_max_error): Do not record results above max_valid_error.
17267         (check_float_internal): Only accept errors of up to 0.5ulps if
17268         also at most max_valid_error.
17269         (START): Take new argument EXACT and pass it to init_max_error.
17270         (acos_test): Update call to START.
17271         (acos_test_tonearest): Likewise.
17272         (acos_test_towardzero): Likewise.
17273         (acos_test_downward): Likewise.
17274         (acos_test_upward): Likewise.
17275         (acosh_test): Likewise.
17276         (asin_test): Likewise.
17277         (asin_test_tonearest): Likewise.
17278         (asin_test_towardzero): Likewise.
17279         (asin_test_downward): Likewise.
17280         (asin_test_upward): Likewise.
17281         (asinh_test): Likewise.
17282         (atan_test): Likewise.
17283         (atanh_test): Likewise.
17284         (atan2_test): Likewise.
17285         (cabs_test): Likewise.
17286         (cacos_test): Likewise.
17287         (cacosh_test): Likewise.
17288         (carg_test): Likewise.
17289         (casin_test): Likewise.
17290         (casinh_test): Likewise.
17291         (catan_test): Likewise.
17292         (catanh_test): Likewise.
17293         (cbrt_test): Likewise.
17294         (ccos_test): Likewise.
17295         (ccosh_test): Likewise.
17296         (ceil_test): Likewise.
17297         (cexp_test): Likewise.
17298         (cimag_test): Likewise.
17299         (clog_test): Likewise.
17300         (clog10_test): Likewise.
17301         (conj_test): Likewise.
17302         (copysign_test): Likewise.
17303         (cos_test): Likewise.
17304         (cos_test_tonearest): Likewise.
17305         (cos_test_towardzero): Likewise.
17306         (cos_test_downward): Likewise.
17307         (cos_test_upward): Likewise.
17308         (cosh_test): Likewise.
17309         (cosh_test_tonearest): Likewise.
17310         (cosh_test_towardzero): Likewise.
17311         (cosh_test_downward): Likewise.
17312         (cosh_test_upward): Likewise.
17313         (cpow_test): Likewise.
17314         (cproj_test): Likewise.
17315         (creal_test): Likewise.
17316         (csin_test): Likewise.
17317         (csinh_test): Likewise.
17318         (csqrt_test): Likewise.
17319         (ctan_test): Likewise.
17320         (ctan_test_tonearest): Likewise.
17321         (ctan_test_towardzero): Likewise.
17322         (ctan_test_downward): Likewise.
17323         (ctan_test_upward): Likewise.
17324         (ctanh_test): Likewise.
17325         (ctanh_test_tonearest): Likewise.
17326         (ctanh_test_towardzero): Likewise.
17327         (ctanh_test_downward): Likewise.
17328         (ctanh_test_upward): Likewise.
17329         (erf_test): Likewise.
17330         (erfc_test): Likewise.
17331         (exp_test): Likewise.
17332         (exp_test_tonearest): Likewise.
17333         (exp_test_towardzero): Likewise.
17334         (exp_test_downward): Likewise.
17335         (exp_test_upward): Likewise.
17336         (exp10_test): Likewise.
17337         (exp10_test_tonearest): Likewise.
17338         (exp10_test_towardzero): Likewise.
17339         (exp10_test_downward): Likewise.
17340         (exp10_test_upward): Likewise.
17341         (pow10_test): Likewise.
17342         (exp2_test): Likewise.
17343         (expm1_test): Likewise.
17344         (expm1_test_tonearest): Likewise.
17345         (expm1_test_towardzero): Likewise.
17346         (expm1_test_downward): Likewise.
17347         (expm1_test_upward): Likewise.
17348         (fabs_test): Likewise.
17349         (fdim_test): Likewise.
17350         (floor_test): Likewise.
17351         (fma_test): Likewise.
17352         (fma_test_towardzero): Likewise.
17353         (fma_test_downward): Likewise.
17354         (fma_test_upward): Likewise.
17355         (fmax_test): Likewise.
17356         (fmin_test): Likewise.
17357         (fmod_test): Likewise.
17358         (fpclassify_test): Likewise.
17359         (frexp_test): Likewise.
17360         (hypot_test): Likewise.
17361         (ilogb_test): Likewise.
17362         (isfinite_test): Likewise.
17363         (finite_test): Likewise.
17364         (isgreater_test): Likewise.
17365         (isgreaterequal_test): Likewise.
17366         (isinf_test): Likewise.
17367         (isless_test): Likewise.
17368         (islessequal_test): Likewise.
17369         (islessgreater_test): Likewise.
17370         (isnan_test): Likewise.
17371         (isnormal_test): Likewise.
17372         (issignaling_test): Likewise.
17373         (isunordered_test): Likewise.
17374         (j0_test): Likewise.
17375         (j1_test): Likewise.
17376         (jn_test): Likewise.
17377         (ldexp_test): Likewise.
17378         (lgamma_test): Likewise.
17379         (gamma_test): Likewise.
17380         (lrint_test): Likewise.
17381         (lrint_test_tonearest): Likewise.
17382         (lrint_test_towardzero): Likewise.
17383         (lrint_test_downward): Likewise.
17384         (lrint_test_upward): Likewise.
17385         (llrint_test): Likewise.
17386         (llrint_test_tonearest): Likewise.
17387         (llrint_test_towardzero): Likewise.
17388         (llrint_test_downward): Likewise.
17389         (llrint_test_upward): Likewise.
17390         (log_test): Likewise.
17391         (log10_test): Likewise.
17392         (log1p_test): Likewise.
17393         (log2_test): Likewise.
17394         (logb_test): Likewise.
17395         (logb_test_downward): Likewise.
17396         (lround_test): Likewise.
17397         (llround_test): Likewise.
17398         (modf_test): Likewise.
17399         (nearbyint_test): Likewise.
17400         (nextafter_test): Likewise.
17401         (nexttoward_test): Likewise.
17402         (pow_test): Likewise.
17403         (pow_test_tonearest): Likewise.
17404         (pow_test_towardzero): Likewise.
17405         (pow_test_downward): Likewise.
17406         (pow_test_upward): Likewise.
17407         (remainder_test): Likewise.
17408         (drem_test): Likewise.
17409         (remainder_test_tonearest): Likewise.
17410         (drem_test_tonearest): Likewise.
17411         (remainder_test_towardzero): Likewise.
17412         (drem_test_towardzero): Likewise.
17413         (remainder_test_downward): Likewise.
17414         (drem_test_downward): Likewise.
17415         (remainder_test_upward): Likewise.
17416         (drem_test_upward): Likewise.
17417         (remquo_test): Likewise.
17418         (rint_test): Likewise.
17419         (rint_test_tonearest): Likewise.
17420         (rint_test_towardzero): Likewise.
17421         (rint_test_downward): Likewise.
17422         (rint_test_upward): Likewise.
17423         (round_test): Likewise.
17424         (scalb_test): Likewise.
17425         (scalbn_test): Likewise.
17426         (scalbln_test): Likewise.
17427         (signbit_test): Likewise.
17428         (sin_test): Likewise.
17429         (sin_test_tonearest): Likewise.
17430         (sin_test_towardzero): Likewise.
17431         (sin_test_downward): Likewise.
17432         (sin_test_upward): Likewise.
17433         (sincos_test): Likewise.
17434         (sinh_test): Likewise.
17435         (sinh_test_tonearest): Likewise.
17436         (sinh_test_towardzero): Likewise.
17437         (sinh_test_downward): Likewise.
17438         (sinh_test_upward): Likewise.
17439         (sqrt_test): Likewise.
17440         (sqrt_test_tonearest): Likewise.
17441         (sqrt_test_towardzero): Likewise.
17442         (sqrt_test_downward): Likewise.
17443         (sqrt_test_upward): Likewise.
17444         (tan_test): Likewise.
17445         (tan_test_tonearest): Likewise.
17446         (tan_test_towardzero): Likewise.
17447         (tan_test_downward): Likewise.
17448         (tan_test_upward): Likewise.
17449         (tanh_test): Likewise.
17450         (tgamma_test): Likewise.
17451         (trunc_test): Likewise.
17452         (y0_test): Likewise.
17453         (y1_test): Likewise.
17454         (yn_test): Likewise.
17455         (significand_test): Likewise.
17457         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
17458         individual tests in comment.
17459         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
17460         (prev_max_error): New variable.
17461         (prev_real_max_error): Likewise.
17462         (prev_imag_max_error): Likewise.
17463         (compare_ulp_data): Don't refer to test names in comment.
17464         (find_test_ulps): Remove function.
17465         (find_function_ulps): Likewise.
17466         (find_complex_function_ulps): Likewise.
17467         (init_max_error): Take function name as argument.  Look up ulps
17468         for that function.
17469         (print_ulps): Remove function.
17470         (print_max_error): Use prev_max_error instead of calling
17471         find_function_ulps.
17472         (print_complex_max_error): Use prev_real_max_error and
17473         prev_imag_max_error instead of calling find_complex_function_ulps.
17474         (check_float_internal): Take max_ulp parameter instead of calling
17475         find_test_ulps.  Don't call print_ulps.
17476         (check_float): Update call to check_float_internal.
17477         (check_complex): Update calls to check_float_internal.
17478         (START): Pass argument to init_max_error.
17479         * math/gen-libm-test.pl (%results): Don't include "kind"
17480         information.
17481         (parse_ulps): Don't handle ulps of individual tests.
17482         (print_ulps_file): Likewise.
17483         (output_ulps): Likewise.
17484         * math/README.libm-test: Update.
17485         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
17486         individual tests.
17487         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
17488         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
17489         * sysdeps/arm/libm-test-ulps: Likewise.
17490         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
17491         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
17492         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
17493         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
17494         * sysdeps/microblaze/libm-test-ulps: Likewise.
17495         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
17496         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
17497         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
17498         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
17499         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
17500         * sysdeps/sh/libm-test-ulps: Likewise.
17501         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
17502         * sysdeps/tile/libm-test-ulps: Likewise.
17503         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17505 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
17507         * math/libm-test.inc (print_complex_max_error): Check separately
17508         whether real and imaginary errors are within allowed range and
17509         pass 0 to print_complex_function_ulps instead of value within
17510         allowed range.
17512 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
17514         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
17515         formatting.
17516         (get_handles_fopen): Likewise.
17517         (do_write_test): Likewise.
17519         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
17521         * libio/fileops.c (do_ftell): Use cached offset when
17522         available.
17523         * libio/iofwide.c (do_ftell_wide): Likewise.
17524         * libio/iofdopen.c (_IO_new_fdopen): Don't use
17525         _IO_file_attach.
17526         * libio/wfileops.c (_IO_fwide): Don't cache offset.
17528         [BZ #16532]
17529         * libio/libioP.h (get_file_offset): New function.
17530         * libio/fileops.c (get_file_offset): Likewise.
17531         (do_ftell): Likewise.
17532         (_IO_new_file_seekoff): Split out ftell logic.
17533         * libio/wfileops.c (do_ftell_wide): Likewise.
17534         (_IO_wfile_seekoff): Split out ftell logic.
17535         * libio/tst-ftell-active-handler.c: New test case.
17536         * libio/Makefile (tests): Add it.
17538 2014-03-03  Roland McGrath  <roland@hack.frob.com>
17540         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
17541         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
17543 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
17545         [BZ #16639]
17546         * nscd/connections.c (nscd_init): Call do_exit.
17547         (start_threads): Call do_exit and notify_parent.
17548         (begin_drop_privileges): Call do_exit.
17549         (finish_drop_privileges): Likewise.
17550         * nscd/selinux.c (preserve_capabilities): Likewise.
17551         (install_real_capabilities): Likewise.
17552         (nscd_selinux_enabled): Likewise.
17553         (avc_create_thread): Likewise.
17554         (avc_alloc_lock): Likewise.
17555         (nscd_avc_init): Likewise.
17556         * nscd/nscd.c (parent_fd): New static variable.
17557         (main): Create a pipe between parent and child processes.
17558         Skip closing parent_fd.
17559         (monitor_child): New function.
17560         (do_exit): Likewise.
17561         (notify_parent): Likewise.
17562         * nscd/nscd.h (notify_parent): Likewise.
17563         (do_exit): Likewise.
17565 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
17567         * malloc/malloc.c (__libc_calloc): Revert last change.
17569 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17571         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17573 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
17575         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
17576         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
17577         implementation.
17578         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
17579         (__libc_ifunc_impl_list): Likewise.
17580         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
17581         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
17582         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
17583         * string/strrchr.c: Define STRRCHR.
17585 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
17587         * benchtest/bench-strtok.c (simple_strtok): Delete.
17588         (strtok_string): Use as benchmark.
17589         * string/strtok (STRTOK): New macro.
17591 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
17593         * manual/threads.texi: Add header and standard comments to all
17594         functions.
17596         * elf/dl-lookup.c (check_match): New function.
17597         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
17598         (do_lookup_x): Remove nested function check_match. Use non-nested
17599         function check_match.
17601 2014-02-28  Roland McGrath  <roland@hack.frob.com>
17603         * csu/Makefile (generated, before-compile): Use += rather than =.
17604         * catgets/Makefile (generated, generated-dirs): Likewise.
17605         * debug/Makefile (generated): Likewise.
17606         * dlfcn/Makefile (generated): Likewise.
17607         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
17608         * iconvdata/Makefile (before-compile, generated): Likewise.
17609         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
17610         * libio/Makefile (generated): Likewise.
17611         * malloc/Makefile (generated): Likewise.
17612         * manual/Makefile (generated, generated-dirs): Likewise.
17613         * misc/Makefile (generated): Likewise.
17614         * posix/Makefile (generated): Likewise.
17615         * resolv/Makefile (generated): Likewise.
17616         * sunrpc/Makefile (generated, generated-dirs): Likewise.
17617         * timezone/Makefile (generated, generated-dirs): Likewise.
17619         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
17621 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17623         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
17624         power8 implementation.
17625         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
17626         file: POWER8 llround ifunc implementation.
17627         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
17628         (__lllround): Add POWER8 implementation.
17629         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
17630         POWER8 llround implementation.
17632         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
17633         power8 implementation.
17634         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
17635         file: POWER8 llrint ifunc implementation.
17636         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
17637         Add POWER8 implementation.
17638         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
17639         POWER8 llrint implementation.
17641         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
17642         power8 implementation.
17643         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
17644         file: POWER8 finite ifunc implementation.
17645         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
17646         Add POWER8 implementation.
17647         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
17648         Likewise.
17649         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
17650         POWER8 finite implementation.
17651         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
17653         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
17654         power8 implementation.
17655         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
17656         file: POWER8 isinf ifunc implementation.
17657         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
17658         POWER8 implementation.
17659         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
17660         Likewise.
17661         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
17662         isinf implementation.
17663         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
17665         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
17666         (INIT_ARCH): Add hwcap2 initialization.
17667         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
17668         power8 implementation.
17669         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
17670         file: POWER8 isnan ifunc implementation.
17671         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
17672         POWER8 implementation.
17673         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
17674         Likewise.
17675         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
17676         isnan implementation.
17677         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
17679 2014-02-27  Joey Ye  <joey.ye@arm.com>
17681         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
17682         (_FP_NANFRAC_Q): Set to zero.
17684 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
17686         [BZ #16623]
17687         * math/auto-libm-test-in: New test inputs.
17688         * math/auto-libm-test-out: Regenerate.
17689         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
17690         and DA.
17691         (__cos): Likewise.
17692         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
17694 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
17696         * scripts/evaluate-test.sh: Take new argument indicating whether
17697         failure is expected.
17698         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
17699         indicating whether failure is expected.
17700         * conform/Makefile (test-xfail-run-conformtest): New variable.
17701         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
17702         level.
17703         * posix/Makefile (test-xfail-annexc): New variable.
17704         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
17706 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
17708         * argp/Makefile: Include Makeconfig immediately after defining
17709         subdir.
17710         * assert/Makefile: Likewise.
17711         * benchtests/Makefile: Likewise.
17712         * catgets/Makefile: Likewise.
17713         * conform/Makefile: Likewise.
17714         * crypt/Makefile: Likewise.
17715         * csu/Makefile: Likewise.
17716         (all): Remove target.
17717         * ctype/Makefile: Include Makeconfig immediately after defining
17718         subdir.
17719         * debug/Makefile: Likewise.
17720         * dirent/Makefile: Likewise.
17721         * dlfcn/Makefile: Likewise.
17722         * gmon/Makefile: Likewise.
17723         * gnulib/Makefile: Likewise.
17724         * grp/Makefile: Likewise.
17725         * gshadow/Makefile: Likewise.
17726         * hesiod/Makefile: Likewise.
17727         * hurd/Makefile: Likewise.
17728         (all): Remove target.
17729         * iconvdata/Makefile: Include Makeconfig immediately after
17730         defining subdir.
17731         * inet/Makefile: Likewise.
17732         * intl/Makefile: Likewise.
17733         * io/Makefile: Likewise.
17734         * libio/Makefile: Likewise.
17735         (all): Remove target.
17736         * locale/Makefile: Include Makeconfig immediately after defining
17737         subdir.
17738         * login/Makefile: Likewise.
17739         * mach/Makefile: Likewise.
17740         (all): Remove target.
17741         * malloc/Makefile: Include Makeconfig immediately after defining
17742         subdir.
17743         (all): Remove target.
17744         * manual/Makefile: Include Makeconfig immediately after defining
17745         subdir.
17746         * math/Makefile: Likewise.
17747         * misc/Makefile: Likewise.
17748         * nis/Makefile: Likewise.
17749         * nss/Makefile: Likewise.
17750         * po/Makefile: Likewise.
17751         (all): Remove target.
17752         * posix/Makefile: Include Makeconfig immediately after defining
17753         subdir.
17754         * pwd/Makefile: Likewise.
17755         * resolv/Makefile: Likewise.
17756         * resource/Makefile: Likewise.
17757         * rt/Makefile: Likewise.
17758         * setjmp/Makefile: Likewise.
17759         * shadow/Makefile: Likewise.
17760         * signal/Makefile: Likewise.
17761         * socket/Makefile: Likewise.
17762         * soft-fp/Makefile: Likewise.
17763         * stdio-common/Makefile: Likewise.
17764         * stdlib/Makefile: Likewise.
17765         * streams/Makefile: Likewise.
17766         * string/Makefile: Likewise.
17767         * sunrpc/Makefile: Likewise.
17768         (all): Remove target.
17769         * sysvipc/Makefile: Include Makeconfig immediately after defining
17770         subdir.
17771         * termios/Makefile: Likewise.
17772         * time/Makefile: Likewise.
17773         * timezone/Makefile: Likewise.
17774         (all): Remove target.
17775         * wcsmbs/Makefile: Include Makeconfig immediately after defining
17776         subdir.
17777         * wctype/Makefile: Likewise.
17779 2014-02-26  Steve Ellcey  <sellcey@mips.com>
17781         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
17782         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
17783         (libc_feholdexcept_setround_mips): Ditto.
17784         (libc_feholdsetround): New.
17785         (libc_feholdsetroundf): New.
17786         (libc_feholdsetroundl): New.
17787         (libc_feupdateenv_test_mips): New.
17788         (libc_feupdateenv_test): New.
17789         (libc_feupdateenv_testf): New.
17790         (libc_feupdateenv_testl): New.
17791         (libc_feresetround): New.
17792         (libc_feresetroundf): New.
17793         (libc_feresetroundl): New.
17794         (libc_fetestexcept_mips): New.
17795         (libc_fetestexcept): New.
17796         (libc_fetestexceptf): New.
17797         (libc_fetestexceptl): New.
17798         (HAVE_RM_CTX): New.
17799         (libc_feholdexcept_setround_mips_ctx): New.
17800         (libc_feholdexcept_setround_ctx): New.
17801         (libc_feholdexcept_setroundf_ctx): New.
17802         (libc_feholdexcept_setroundl_ctx): New.
17803         (libc_fesetenv_mips_ctx): New.
17804         (libc_fesetenv_ctx): New.
17805         (libc_fesetenv_ctxf): New.
17806         (libc_fesetenv_ctxl): New.
17807         (libc_feupdateenv_mips_ctx): New.
17808         (libc_feupdateenv_ctx): New.
17809         (libc_feupdateenvf_ctx): New.
17810         (libc_feupdateenvl_ctx): New.
17811         (libc_feholdsetround_mips_ctx): New.
17812         (libc_feholdsetround_ctx): New.
17813         (libc_feholdsetroundf_ctx): New.
17814         (libc_feholdsetroundl_ctx): New.
17815         (libc_feresetround_mips_ctx): New.
17816         (libc_feresetround_ctx): New.
17817         (libc_feresetroundf_ctx): New.
17818         (libc_feresetroundl_ctx): New.
17820 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
17822         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
17824         * manual/ipc.texi: New file.
17825         * manual/Makefile (chapters): Add ipc.
17826         * manual/job.texi: Add "Inter-Process Communication" to next.
17827         * manual/process.texi: Add "Inter-Process Communication" to prev.
17829 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17831         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17833 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
17835         * malloc/malloc.c (__libc_calloc): Simplify implementation.
17837         * manual/arith.texi: Fix spaces after sentences.
17838         * manual/charset.texi: Likewise.
17839         * manual/errno.texi: Likewise.
17840         * manual/install.texi: Likewise.
17841         * manual/llio.texi: Likewise.
17842         * manual/locale.texi: Likewise.
17843         * manual/maint.texi: Likewise.
17844         * manual/math.texi: Likewise.
17845         * manual/memory.texi: Likewise.
17846         * manual/message.texi: Likewise.
17847         * manual/probes.texi: Likewise.
17848         * manual/resource.texi: Likewise.
17849         * manual/signal.texi: Likewise.
17850         * manual/socket.texi: Likewise.
17851         * manual/stdio.texi: Likewise.
17852         * manual/string.texi: Likewise.
17853         * manual/time.texi: Likewise.
17854         * manual/users.texi: Likewise.
17856 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
17858         [BZ #16632]
17859         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
17860         _DEFAULT_SOURCE is defined.
17862 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
17863             Carlos O'Donell  <carlos@redhat.com>
17865         [BZ #16613]
17866         * elf/dl-tls.c (_dl_count_modids): New function.
17867         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
17868         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
17869         audit library and increment generation counter.
17870         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
17871         * elf/tst-audit9.c: New file.
17872         * elf/tst-auditmod9a.c: New file.
17873         * elf/tst-auditmod9b.c: New file.
17874         * elf/Makefile: Add rules to build and run tst-audit9.
17876 2014-02-25  Florian Weimer  <fweimer@redhat.com>
17878         [BZ #15347]
17879         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
17881 2014-02-25  Will Newton  <will.newton@linaro.org>
17883         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
17884         (__longjmp): Restore sp and lr before restoring callee
17885         saved registers.  Add longjmp and longjmp_target
17886         SystemTap probe point.
17887         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
17888         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
17889         Define to zero to match jmpbuf layout.
17890         * sysdeps/arm/setjmp.S: Include stap-probe.h.
17891         (__sigsetjmp): Save sp and lr before saving callee
17892         saved registers.  Add setjmp SystemTap probe point.
17894 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
17896         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
17898 2014-02-24  Andreas Schwab  <schwab@suse.de>
17900         [BZ #15804]
17901         * elf/pldd.c (wait_for_ptrace_stop): New function.
17902         (main): Call it after attaching.
17904 2014-02-22  Roland McGrath  <roland@hack.frob.com>
17906         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
17907         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
17908         Versions files is now verboten.
17909         * hurd/Versions (libc: GLIBC_2.0):
17910         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
17911         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
17912         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
17913         * mach/Versions: Likewise.
17915         * csu/Versions: Remove unused %include.
17916         * resolv/Versions: Likewise.
17918 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
17920         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
17921         ($(objpfx)check-local-headers.out): Likewise.
17922         ($(objpfx)begin-end-check.out): Likewise.
17923         * Makerules (check-abi-%.out): Likewise.
17924         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
17925         ($(objpfx)test2.cat): Likewise.
17926         ($(objpfx)de/libc.cat): Likewise.
17927         ($(objpfx)test-gencat.out): Likewise.
17928         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
17929         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
17930         ($(objpfx)noload-mem): Likewise.
17931         ($(objpfx)tst-pathopt.out): Likewise.
17932         ($(objpfx)tst-rtld-load-self.out): Likewise.
17933         ($(objpfx)tst-array1-cmp.out): Likewise.
17934         ($(objpfx)tst-array1-static-cmp.out): Likewise.
17935         ($(objpfx)tst-array2-cmp.out): Likewise.
17936         ($(objpfx)tst-array3-cmp.out): Likewise.
17937         ($(objpfx)tst-array4-cmp.out): Likewise.
17938         ($(objpfx)tst-array5-cmp.out): Likewise.
17939         ($(objpfx)tst-array5-static-cmp.out): Likewise.
17940         ($(objpfx)check-textrel.out): Likewise.
17941         ($(objpfx)check-execstack.out): Likewise.
17942         ($(objpfx)check-localplt.out): Likewise.
17943         ($(objpfx)order2-cmp.out): Likewise.
17944         ($(objpfx)tst-leaks1-mem): Likewise.
17945         ($(objpfx)tst-leaks1-static-mem): Likewise.
17946         ($(objpfx)tst-initorder-cmp.out): Likewise.
17947         ($(objpfx)tst-initorder2-cmp.out): Likewise.
17948         ($(objpfx)tst-unused-dep.out): Likewise.
17949         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
17950         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
17951         * iconv/Makefile (test-iconvconfig): Likewise.
17952         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
17953         ($(objpfx)iconv-test.out): Likewise.
17954         ($(objpfx)tst-tables.out): Likewise.
17955         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
17956         ($(objpfx)tst-gettext.out): Likewise.
17957         ($(objpfx)tst-translit.out): Likewise.
17958         ($(objpfx)tst-gettext2.out): Likewise.
17959         ($(objpfx)tst-gettext4.out): Likewise.
17960         ($(objpfx)tst-gettext6.out): Likewise.
17961         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
17962         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
17963         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
17964         ($(objpfx)tst-fopenloc-mem.out): Likewise.
17965         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
17966         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
17967         * posix/Makefile ($(objpfx)globtest.out): Likewise.
17968         ($(objpfx)wordexp-tst.out): Likewise.
17969         ($(objpfx)annexc.out): Likewise.
17970         ($(objpfx)tst-fnmatch-mem): Likewise.
17971         ($(objpfx)bug-regex2-mem): Likewise.
17972         ($(objpfx)bug-regex14-mem): Likewise.
17973         ($(objpfx)bug-regex21-mem): Likewise.
17974         ($(objpfx)bug-regex31-mem): Likewise.
17975         ($(objpfx)tst-vfork3-mem): Likewise.
17976         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
17977         ($(objpfx)tst-pcre-mem): Likewise.
17978         ($(objpfx)tst-boost-mem): Likewise.
17979         ($(objpfx)tst-getconf.out): Likewise.
17980         ($(objpfx)bug-ga2-mem): Likewise.
17981         ($(objpfx)bug-glob2-mem): Likewise.
17982         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
17983         ($(objpfx)mtrace-tst-leaks2): Likewise.
17984         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
17985         ($(objpfx)tst-printf.out): Likewise.
17986         ($(objpfx)tst-setvbuf1.out): Likewise.
17987         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
17988         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
17989         ($(objpfx)tst-fmtmsg.out): Likewise.
17990         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
17991         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
17993         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
17994         * bits/sigaction.h [__USE_MISC]: Likewise.
17995         * bits/waitstatus.h: Update #endif comments.
17996         * ctype/ctype.h: Likewise.
17997         * dirent/dirent.h: Likewise.
17998         [__USE_MISC]: Remove redundant conditionals.
17999         * grp/grp.h: Update #endif comments.
18000         [__USE_GNU]: Remove redundant conditionals.
18001         [__USE_MISC]: Likewise.
18002         * inet/netinet/in.h [__USE_GNU]: Likewise.
18003         * io/sys/stat.h [__USE_MISC]: Likewise.
18004         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
18005         * libio/bits/stdio.h: Update #endif comments.
18006         [__USE_MISC]: Remove redundant conditionals.
18007         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
18008         * libio/stdio.h: Update #endif comments.
18009         [__USE_MISC]: Remove redundant conditionals.
18010         * math/bits/math-finite.h [__USE_MISC]: Likewise.
18011         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
18012         * math/math.h: Update #else and #endif comments.
18013         [__USE_MISC]: Remove redundant conditionals.
18014         * misc/sys/uio.h: Update #endif comments.
18015         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
18016         * posix/glob.h [__USE_MISC]: Likewise.
18017         * posix/sys/types.h: Update #endif comments.
18018         [__USE_MISC]: Remove redundant conditionals.
18019         * posix/sys/wait.h: Update #endif comments.
18020         [__USE_MISC]: Remove redundant conditionals.
18021         * posix/unistd.h: Update #endif comments.
18022         [__USE_MISC]: Remove redundant conditionals.
18023         * pwd/pwd.h [__USE_GNU]: Likewise.
18024         [__USE_MISC]: Likewise.
18025         * resolv/netdb.h [__USE_GNU]: Likewise.
18026         * signal/signal.h: Update #endif comments.
18027         [__USE_MISC]: Remove redundant conditionals.
18028         * stdlib/stdlib.h: Update #else and #endif comments.
18029         [__USE_MISC]: Remove redundant conditionals.
18030         [__USE_GNU]: Likewise.
18031         * string/bits/string2.h [__USE_MISC]: Likewise.
18032         * string/string.h: Update #endif comments.
18033         [__USE_MISC]: Remove redundant conditionals.
18034         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
18035         Likewise.
18036         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
18037         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
18038         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
18039         Likewise.
18040         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
18041         Likewise.
18042         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
18043         comments.
18044         [__USE_MISC]: Remove redundant conditionals.
18045         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
18046         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
18047         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
18048         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
18049         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
18050         Likewise.
18051         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
18052         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
18053         Likewise.
18054         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
18055         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
18056         Likewise.
18057         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
18058         Likewise.
18059         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
18060         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
18061         Likewise.
18062         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
18063         Likewise.
18064         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
18065         * sysdeps/x86/bits/string.h: Update #endif comments.
18066         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
18067         conditionals.
18068         * time/sys/time.h: Update #endif comments.
18069         * time/time.h: Likewise.
18070         [__USE_MISC]: Remove redundant conditionals.
18072 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
18074         [BZ #16600]
18075         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
18077 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
18079         * Versions.def (librt): Add GLIBC_2.17.
18081 2014-02-21  Adam Conrad  <adconrad@0c3.net>
18083         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
18084         synonym for _SYS_AUXV_H to allow direct inclusion.
18085         * sysdeps/sparc/bits/hwcap.h: Likewise.
18086         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
18087         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
18088         * sysdeps/sparc/sysdep.h: Likewise.
18090 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
18092         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
18094 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
18096         * benchtests/bench-strrchr.c: Print length instead of position.
18098 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
18100         [BZ #16611]
18101         * sysdeps/unix/sysv/linux/kernel-features.h
18102         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
18103         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
18104         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
18105         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
18106         Likewise.
18107         [__i386__ || __powerpc__ || __sh__ || __sparc__]
18108         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
18109         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
18110         (__ASSUME_SENDMMSG): Define instead of using previous
18111         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
18112         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
18113         (__ASSUME_SENDMMSG_SYSCALL): Define.
18114         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
18115         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
18116         Likewise.
18117         * sysdeps/unix/sysv/linux/arm/kernel-features.h
18118         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
18119         Likewise.
18120         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
18121         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
18122         Likewise.
18123         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
18124         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
18125         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
18126         [__ASSUME_SENDMMSG]: Change conditionals to
18127         [__ASSUME_SENDMMSG_SOCKETCALL].
18128         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
18129         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
18130         Define.
18131         * sysdeps/unix/sysv/linux/mips/kernel-features.h
18132         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
18133         Likewise.
18134         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
18135         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
18136         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
18137         [!__ASSUME_SENDMMSG]: Change conditional to
18138         [!__ASSUME_SENDMMSG_SOCKETCALL].
18139         * sysdeps/unix/sysv/linux/tile/kernel-features.h
18140         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
18141         Define.
18143         [BZ #16610]
18144         * sysdeps/unix/sysv/linux/kernel-features.h
18145         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
18146         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
18147         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
18148         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
18149         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
18150         [__i386__ || __sparc__]
18151         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
18152         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
18153         (__ASSUME_RECVMMSG): Define instead of using previous
18154         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
18155         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
18156         (__ASSUME_RECVMMSG_SYSCALL): Define.
18157         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
18158         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
18159         Likewise.
18160         * sysdeps/unix/sysv/linux/arm/kernel-features.h
18161         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
18162         Likewise.
18163         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
18164         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
18165         Likewise.
18166         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
18167         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
18168         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
18169         [__ASSUME_RECVMMSG]: Change condition to
18170         [__ASSUME_RECVMMSG_SOCKETCALL].
18171         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
18172         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
18173         Define.
18174         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
18175         * sysdeps/unix/sysv/linux/mips/kernel-features.h
18176         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
18177         Likewise.
18178         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
18179         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
18180         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
18181         [!__ASSUME_RECVMMSG]: Change condition to
18182         [!__ASSUME_RECVMMSG_SOCKETCALL].
18183         * sysdeps/unix/sysv/linux/tile/kernel-features.h
18184         (__ASSUME_RECVMMSG_SYSCALL): Define.
18186         [BZ #16609]
18187         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
18188         __powerpc__ || __s390__ || __sh__ || __sparc__]
18189         (__ASSUME_SOCKETCALL): Define.
18190         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
18191         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
18192         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
18193         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
18194         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
18195         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
18196         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
18197         (__ASSUME_ACCEPT4): Define instead of using previous
18198         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
18199         __powerpc__ || __sparc__ || __s390__)] condition.
18200         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
18201         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
18202         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
18203         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
18204         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
18205         [!__ASSUME_ACCEPT4]: Change condition to
18206         [!__ASSUME_ACCEPT4_SOCKETCALL].
18207         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
18208         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
18209         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
18210         * sysdeps/unix/sysv/linux/arm/kernel-features.h
18211         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
18212         __ASSUME_ACCEPT4_SYSCALL.
18213         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
18214         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
18215         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
18216         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
18217         __ASSUME_ACCEPT4_SYSCALL.
18218         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
18219         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
18220         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
18221         [__ASSUME_ACCEPT4]: Change condition to
18222         [__ASSUME_ACCEPT4_SOCKETCALL].
18223         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
18224         (__ASSUME_SOCKETCALL): Define.
18225         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
18226         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
18227         (__ASSUME_SOCKETCALL): Define.
18228         (__ASSUME_ACCEPT4): Remove.
18229         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
18230         Define.
18231         * sysdeps/unix/sysv/linux/mips/kernel-features.h
18232         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
18233         Likewise.
18234         * sysdeps/unix/sysv/linux/tile/kernel-features.h
18235         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
18237         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
18238         macro.
18239         (HWCAP_ARM_LPAE): Likewise.
18240         (HWCAP_ARM_EVTSTRM): Likewise.
18241         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
18242         Add vpfd32, lpae and evtstrm.
18243         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
18244         Increase to 22.
18246 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
18248         * math/auto-libm-test-in: Add tests of clog10.
18249         * math/auto-libm-test-out: Regenerated.
18250         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
18251         * sysdeps/i386/fpu/libm-test-ulps: Update.
18252         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18254 2014-02-18  Andreas Schwab  <schwab@suse.de>
18256         [BZ #16574]
18257         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
18258         Store non-zero if the second buffer was newly allocated.
18259         (send_dg): Likewise.
18260         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
18261         to send_vc and send_dg.
18262         (res_nsend): Pass NULL for ansp2_malloced.
18263         * resolv/res_query.c (__libc_res_nquery): Add parameter
18264         answerp2_malloced and pass it down to __libc_res_nsend.
18265         (res_nquery): Pass additional NULL to __libc_res_nquery.
18266         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
18267         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
18268         second answer buffer if answerp2_malloced was set.
18269         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
18270         (__libc_res_nquerydomain): Add parameter
18271         answerp2_malloced and pass it down to __libc_res_nquery.
18272         (res_nquerydomain): Pass additional NULL to
18273         __libc_res_nquerydomain.
18274         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
18275         additional NULL to __libc_res_nsend and __libc_res_nquery.
18276         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
18277         additional NULL to __libc_res_nsearch.
18278         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
18279         parameter of __libc_res_nsearch to check for separately allocated
18280         second buffer.
18281         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
18282         __libc_res_nquery.
18283         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
18284         additional NULL to __libc_res_nquery.
18285         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
18286         __libc_res_nsearch.
18287         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
18288         * include/resolv.h: Update prototypes of __libc_res_nquery,
18289         __libc_res_nsearch, __libc_res_nsend.
18291 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
18293         * math/auto-libm-test-in: Add tests of fma.
18294         * math/auto-libm-test-out: Regenerated.
18295         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
18296         (fma_towardzero_test_data): Likewise.
18297         (fma_downward_test_data): Likewise.
18298         (fma_upward_test_data): Likewise.
18299         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
18300         mpc_mode.
18301         (rounding_modes): Add values for new field.
18302         (func_calc_method): Add value mpfr_fff_f.
18303         (func_calc_desc): Add mpfr_fff_f union field.
18304         (test_function): Add field exact_args.
18305         (FUNC): Add macro argument EXACT_ARGS.
18306         (FUNC_mpfr_f_f): Update call to FUNC.
18307         (FUNC_mpfr_f_f): Likewise.
18308         (FUNC_mpfr_ff_f): Likewise.
18309         (FUNC_mpfr_if_f): Likewise.
18310         (FUNC_mpc_c_f): Likewise.
18311         (FUNC_mpc_c_c): Likewise.
18312         (test_functions): Add fma.  Update calls to FUNC.
18313         (handle_input_arg): Add argument exact_args.
18314         (add_test): Update call to handle_input_arg.
18315         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
18316         (output_for_one_input_case): Update call to calc_generic_results.
18317         Recalculate exact zero results in each rounding mode.
18319         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
18320         non-negative before setting low bit.
18321         * math/auto-libm-test-in: Mark one asin test possibly having
18322         spurious underflow.
18323         * math/auto-libm-test-out: Regenerated.
18324         * sysdeps/i386/fpu/libm-test-ulps: Update.
18325         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18327 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
18329         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
18330         * sysdeps/unix/sysv/linux/microblaze: Move directory from
18331         ports/sysdeps/unix/sysv/linux/microblaze.
18332         * README: Add missing listing for microblaze*-*-linux-gnu.
18334 2014-02-16  Ondřej Bílka  <neleai@seznam.cz>
18336         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
18337         duplicate code
18339 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
18341         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
18342         * sysdeps/unix/sysv/linux/ia64: Move directory from
18343         ports/sysdeps/unix/sysv/linux/ia64.
18344         * README: Update listing for ia64-*-linux-gnu.
18346 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
18347             Joseph Myers  <joseph@codesourcery.com>
18349         * Makeconfig (test-name): New variable.
18350         (evaluate-test): Likewise.
18351         * Makerules (do-test-clean): Remove .test-result files.
18352         (common-mostlyclean): Likewise.
18353         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
18354         * scripts/evaluate-test.sh: New file.
18356 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
18358         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
18359         separate $(objpfx)tst-fopenloc-cmp.out and
18360         $(objpfx)tst-fopenloc-mem.out targets.
18361         (tests): Update dependencies.
18362         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
18363         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
18364         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
18365         (tst-rxspencer-no-utf8-ARGS): New variable.
18366         (tst-rxspencer-no-utf8-ENV): Likewise.
18367         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
18368         instead of $(objpfx)tst-rxspencer-mem.
18369         ($(objpfx)tst-rxspencer-mem): Change target to
18370         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
18371         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
18372         * posix/tst-rxspencer-no-utf8.c: New file.
18374         * elf/Makefile ($(objpfx)order.out): Remove rule.
18375         [$(run-built-tests) = yes] (tests): Depend on
18376         $(objpfx)order-cmp.out.
18377         ($(objpfx)order-cmp.out): New rule.
18378         [$(run-built-tests) = yes] (tests): Depend on
18379         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
18380         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
18381         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
18382         $(objpfx)tst-array5-static-cmp.out.
18383         ($(objpfx)tst-array1.out): Remove rule.
18384         ($(objpfx)tst-array1-cmp.out): New rule.
18385         ($(objpfx)tst-array1-static.out): Remove rule.
18386         ($(objpfx)tst-array1-static-cmp.out): New rule.
18387         ($(objpfx)tst-array2.out): Remove rule.
18388         ($(objpfx)tst-array2-cmp.out): New rule.
18389         ($(objpfx)tst-array3.out): Remove rule.
18390         ($(objpfx)tst-array3-cmp.out): New rule.
18391         ($(objpfx)tst-array4.out): Remove rule.
18392         ($(objpfx)tst-array4-cmp.out): New rule.
18393         ($(objpfx)tst-array5.out): Remove rule.
18394         ($(objpfx)tst-array5-cmp.out): New rule.
18395         ($(objpfx)tst-array5-static.out): Remove rule.
18396         ($(objpfx)tst-array5-static-cmp.out): New rule.
18397         [$(run-built-tests) = yes] (tests): Depend on
18398         $(objpfx)order2-cmp.out.
18399         ($(objpfx)order2.out): Remove rule.
18400         ($(objpfx)order2-cmp.out): New rule.
18401         ($(objpfx)tst-initorder.out): Remove rule.
18402         [$(run-built-tests) = yes] (tests): Depend on
18403         $(objpfx)tst-initorder-cmp.out.
18404         ($(objpfx)tst-initorder-cmp.out): New rule.
18405         ($(objpfx)tst-initorder2.out): Remove rule.
18406         [$(run-built-tests) = yes] (tests): Depend on
18407         $(objpfx)tst-initorder2-cmp.out.
18408         ($(objpfx)tst-initorder2-cmp.out): New rule.
18409         [$(run-built-tests) = yes] (tests): Depend on
18410         $(objpfx)tst-unused-dep-cmp.out.
18411         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
18412         ($(objpfx)tst-unused-dep-cmp.out): New rule.
18413         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
18414         on $(objpfx)tst-setvbuf1-cmp.out.
18415         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
18416         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
18417         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
18418         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
18419         ($(objpfx)tst-svc.out): Remove rule.
18420         ($(objpfx)tst-svc-cmp.out): New rule.
18422 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
18424         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
18425         * ctype/ctype.h [__USE_MISC]: Likewise.
18426         * dirent/dirent.h [__USE_MISC]: Likewise.
18427         * grp/grp.h [__USE_MISC]: Likewise.
18428         * io/fcntl.h [__USE_MISC]: Likewise.
18429         * io/sys/stat.h [__USE_MISC]: Likewise.
18430         * libio/stdio.h [__USE_MISC]: Likewise.
18431         * posix/unistd.h [__USE_MISC]: Likewise.
18432         * pwd/pwd.h [__USE_MISC]: Likewise.
18433         * stdlib.h [__USE_MISC]: Likewise.
18434         * string/bits/string2.h [__USE_MISC]: Likewise.
18435         * string/string.h [__USE_MISC]: Likewise.
18436         * time/time.h [__USE_MISC]: Likewise.
18438 2014-02-13  Andreas Schwab  <schwab@suse.de>
18440         [BZ #16574]
18441         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
18442         second answer buffer if it was separately allocated.
18444 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
18446         * sysdeps/mips/math-tests.h: Include <features.h>.
18447         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
18448         (ROUNDING_TESTS_long_double): Do not define.
18449         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
18450         (EXCEPTION_TESTS_long_double): Likewise.
18451         * sysdeps/mips/mips64/libm-test-ulps: Update.
18453         * include/features.h (__USE_BSD): Remove macro definitions.
18454         (__USE_SVID): Likewise.
18455         (_BSD_SOURCE): Likewise.
18456         (_SVID_SOURCE): Likewise.
18457         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
18458         from definition of _DEFAULT_SOURCE.
18459         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
18460         [_DEFAULT_SOURCE].
18461         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
18462         * bits/mman.h [__USE_BSD]: Likewise.
18463         * bits/termios.h [__USE_BSD]: Likewise.
18464         * bits/waitstatus.h [__USE_BSD]: Likewise.
18465         * ctype/ctype.h [__USE_SVID]: Likewise.
18466         * dirent/dirent.h [__USE_BSD]: Likewise.
18467         * grp/grp.h [__USE_SVID]: Likewise.
18468         [__USE_BSD]: Likewise.
18469         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
18470         * io/fcntl.h [__USE_BSD]: Likewise.
18471         * io/ftw.h [__USE_BSD]: Likewise.
18472         * io/sys/stat.h [__USE_BSD]: Likewise.
18473         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
18474         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
18475         * libio/stdio.h [__USE_SVID]: Likewise.
18476         [__USE_BSD]: Likewise.
18477         * math/math.h [__USE_SVID]: Likewise.
18478         [__USE_BSD]: Likewise.
18479         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
18480         * misc/bits/syslog.h [__USE_BSD]: Likewise.
18481         * misc/search.h [__USE_SVID]: Likewise.
18482         * misc/sys/mman.h [__USE_BSD]: Likewise.
18483         * misc/sys/syslog.h [__USE_BSD]: Likewise.
18484         * misc/sys/uio.h [__USE_BSD]: Likewise.
18485         * posix/bits/unistd.h [__USE_BSD]: Likewise.
18486         * posix/glob.h [__USE_BSD]: Likewise.
18487         * posix/regex.h [__USE_BSD]: Likewise.
18488         * posix/sys/types.h [__USE_BSD]: Likewise.
18489         [__USE_SVID]: Likewise.
18490         * posix/sys/utsname.h [__USE_SVID]: Likewise.
18491         * posix/sys/wait.h [__USE_BSD]: Likewise.
18492         [__USE_SVID]: Likewise.
18493         * posix/unistd.h [__USE_BSD]: Likewise.
18494         [__USE_SVID]: Likewise.
18495         * pwd/pwd.h [__USE_SVID]: Likewise.
18496         * resolv/netdb.h [__USE_BSD]: Likewise.
18497         * setjmp/setjmp.h [__USE_BSD]: Likewise.
18498         * signal/signal.h [__USE_BSD]: Likewise.
18499         [__USE_SVID]: Likewise.
18500         * socket/sys/socket.h [__USE_BSD]: Likewise.
18501         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
18502         * stdlib/stdlib.h [__USE_BSD]: Likewise.
18503         [__USE_SVID]: Likewise.
18504         * string/bits/string2.h [__USE_BSD]: Likewise.
18505         [__USE_SVID]: Likewise.
18506         * string/bits/string3.h [__USE_BSD]: Likewise.
18507         * string/endian.h [__USE_BSD]: Likewise.
18508         * string/string.h [__USE_SVID]: Likewise.
18509         [__USE_BSD]: Likewise.
18510         * string/strings.h [__USE_BSD]: Likewise.
18511         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
18512         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
18513         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
18514         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
18515         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
18516         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
18517         Likewise.
18518         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
18519         Likewise.
18520         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
18521         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
18522         Likewise.
18523         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
18524         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
18525         Likewise.
18526         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
18527         Likewise.
18528         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
18529         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
18530         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
18531         Likewise.
18532         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
18533         Likewise.
18534         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
18535         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
18536         * termios/termios.h [__USE_BSD]: Likewise.
18537         * time/sys/time.h [__USE_BSD]: Likewise.
18538         * time/time.h [__USE_BSD]: Likewise.
18539         [__USE_SVID]: Likewise.
18541         * Makefile (subdir_targets): Remove subdir_lint.out.
18543         * stdio-common/Makefile (do-tst-unbputc): Remove target.
18544         (do-tst-printf): Likewise.
18545         (tests): Depend directly on $(objpfx)tst-unbputc.out and
18546         $(objpfx)tst-printf.out.
18548         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
18550         * Makerules (check-abi-%): Change target to
18551         $(objpfx)check-abi-%.out.
18552         (check-abi target): Update dependencies.
18553         (check-abi-pattern variable): Redirect output of diff to $@.
18554         (check-abi variable): Likewise.
18555         * elf/Makefile (check-abi): Update dependencies.
18557         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
18558         unused.
18559         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
18560         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
18561         subnormal range.
18562         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
18563         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
18564         value has largest subnormal exponent.
18565         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
18566         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
18567         * sysdeps/aarch64/soft-fp/sfp-machine.h
18568         (_FP_TININESS_AFTER_ROUNDING): New macro.
18569         * sysdeps/alpha/soft-fp/sfp-machine.h
18570         (_FP_TININESS_AFTER_ROUNDING): Likewise.
18571         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
18572         Likewise.
18573         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
18574         (_FP_TININESS_AFTER_ROUNDING): Likewise.
18575         * sysdeps/mips/soft-fp/sfp-machine.h
18576         (_FP_TININESS_AFTER_ROUNDING): Likewise.
18577         * sysdeps/powerpc/soft-fp/sfp-machine.h
18578         (_FP_TININESS_AFTER_ROUNDING): Likewise.
18579         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
18580         Likewise.
18581         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
18582         (_FP_TININESS_AFTER_ROUNDING): Likewise.
18583         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
18584         (_FP_TININESS_AFTER_ROUNDING): Likewise.
18585         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
18586         Likewise.
18588 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
18590         [BZ #16545]
18591         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
18592         model 1.
18594 2014-02-12  Richard Henderson  <rth@redhat.com>
18596         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
18597         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
18598         * sysdeps/unix/sysv/linux/alpha: Move directory from
18599         ports/sysdeps/unix/sysv/linux/alpha.
18600         * README: Update listing for alpha-*-linux-gnu.
18602 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
18604         * include/features.h: Update comment documenting feature test
18605         macros.
18606         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
18607         _DEFAULT_SOURCE.
18608         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
18609         (_SVID_SOURCE): Likewise.
18610         (_DEFAULT_SOURCE): Update description of default features.
18611         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
18612         with _GNU_SOURCE.
18613         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
18614         (S_ISVTX): Likewise.
18615         * manual/math.texi (Mathematical Constants): Likewise.
18616         * manual/signal.texi (Interrupted Primitives): Likewise.
18617         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
18618         * math/test-matherr.c (_SVID_SOURCE): Do not define.
18619         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
18620         Don't refer to _SVID_SOURCE in warning text.
18622         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
18624         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
18625         already defined.
18626         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
18627         * sysdeps/mips/dl-lookup.c: Remove.
18628         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
18630 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
18632         [BZ #16447]
18633         * math/auto-libm-test-in: Add testcase for expl.
18634         * math/auto-libm-test-out: Regenerate.
18635         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
18636         calculation of unsafe.
18637         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
18639 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
18641         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
18642         * sysdeps/unix/sysv/linux/aarch64: Move directory from
18643         ports/sysdeps/unix/sysv/linux/aarch64.
18644         * README: Update listing for aarch64*-*-linux-gnu.
18646 2014-02-11  Will Newton  <will.newton@linaro.org>
18648         * manual/probes.texi (Mathematical Function Probes): Use
18649         "triggered" instead of "hit".
18651         * manual/probes.texi (Internal Probes): Add documentation
18652         of setjmp, longjmp and longjmp_target probes.
18654         * include/stap-probe.h: Add comment about probe argument
18655         format.
18657         * malloc/mtrace.c (attribute_hidden): Remove unused macro
18658         definition.  (tr_where, tr_freehook, tr_mallochook,
18659         tr_reallochook, tr_memalignhook): Use ANSI protoype.
18661 2014-02-11  David S. Miller  <davem@davemloft.net>
18663         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
18664         processing int_tests.
18666 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
18668         * sysdeps/mips: Move directory from ports/sysdeps/mips.
18669         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
18670         * sysdeps/unix/sysv/linux/mips: Move directory from
18671         ports/sysdeps/unix/sysv/linux/mips.
18672         * README: Update listing for mips-*-linux-gnu and
18673         mips64-*-linux-gnu.
18675 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
18677         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
18678         * sysdeps/unix/sysv/linux/m68k: Move directory from
18679         ports/sysdeps/unix/sysv/linux/m68k.
18680         * README: Update listing for m68k-*-linux-gnu.
18682 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
18684         * sysdeps/tile: Move directory from ports/sysdeps/tile.
18685         * sysdeps/unix/sysv/linux/generic: Move directory from
18686         ports/sysdeps/unix/sysv/linux/generic.
18687         * sysdeps/unix/sysv/linux/tile: Move directory from
18688         ports/sysdeps/unix/sysv/linux/tile.
18689         * README: Update listing for tile*-*-linux-gnu.
18691 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
18693         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
18694         __builtin_expect.
18695         * benchtests/bench-memmem.c (simple_memmem): Likewise.
18696         * catgets/open_catalog.c (__open_catalog): Likewise.
18697         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
18698         * debug/confstr_chk.c: Likewise.
18699         * debug/fread_chk.c (__fread_chk): Likewise.
18700         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
18701         * debug/getgroups_chk.c: Likewise.
18702         * debug/mbsnrtowcs_chk.c: Likewise.
18703         * debug/mbsrtowcs_chk.c: Likewise.
18704         * debug/mbstowcs_chk.c: Likewise.
18705         * debug/memcpy_chk.c: Likewise.
18706         * debug/memmove_chk.c: Likewise.
18707         * debug/mempcpy_chk.c: Likewise.
18708         * debug/memset_chk.c: Likewise.
18709         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
18710         * debug/strcat_chk.c (__strcat_chk): Likewise.
18711         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
18712         * debug/strncat_chk.c (__strncat_chk): Likewise.
18713         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
18714         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
18715         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
18716         * debug/wcpncpy_chk.c: Likewise.
18717         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
18718         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
18719         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
18720         * debug/wcsncpy_chk.c: Likewise.
18721         * debug/wcsnrtombs_chk.c: Likewise.
18722         * debug/wcsrtombs_chk.c: Likewise.
18723         * debug/wcstombs_chk.c: Likewise.
18724         * debug/wmemcpy_chk.c: Likewise.
18725         * debug/wmemmove_chk.c: Likewise.
18726         * debug/wmempcpy_chk.c: Likewise.
18727         * debug/wmemset_chk.c: Likewise.
18728         * dirent/scandirat.c (SCANDIRAT): Likewise.
18729         * dlfcn/dladdr1.c (dladdr1): Likewise.
18730         * dlfcn/dladdr.c (dladdr): Likewise.
18731         * dlfcn/dlclose.c (dlclose_doit): Likewise.
18732         * dlfcn/dlerror.c (__dlerror): Likewise.
18733         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
18734         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
18735         * dlfcn/dlopen.c (dlopen_doit): Likewise.
18736         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
18737         * dlfcn/dlsym.c (dlsym_doit): Likewise.
18738         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
18739         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
18740         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
18741         Likewise.
18742         * elf/dl-conflict.c: Likewise.
18743         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
18744         * elf/dl-dst.h: Likewise.
18745         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
18746         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
18747         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
18748         * elf/dl-init.c (call_init, _dl_init): Likewise.
18749         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
18750         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
18751         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
18752         Likewise.
18753         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
18754         Likewise.
18755         * elf/dl-minimal.c (__libc_memalign): Likewise.
18756         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
18757         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
18758         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
18759         * elf/dl-sym.c (do_sym): Likewise.
18760         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
18761         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
18762         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
18763         * elf/dl-writev.h (_dl_writev): Likewise.
18764         * elf/ldconfig.c (search_dir): Likewise.
18765         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
18766         (dl_main): Likewise.
18767         * elf/setup-vdso.h (setup_vdso): Likewise.
18768         * grp/compat-initgroups.c (compat_call): Likewise.
18769         * grp/fgetgrent.c (fgetgrent): Likewise.
18770         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
18771         * grp/putgrent.c (putgrent): Likewise.
18772         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
18773         Likewise.
18774         * hurd/hurdinit.c: Likewise.
18775         * iconvdata/8bit-gap.c (struct): Likewise.
18776         * iconvdata/ansi_x3.110.c : Likewise.
18777         * iconvdata/big5.c : Likewise.
18778         * iconvdata/big5hkscs.c : Likewise.
18779         * iconvdata/cp1255.c: Likewise.
18780         * iconvdata/cp1258.c : Likewise.
18781         * iconvdata/cp932.c : Likewise.
18782         * iconvdata/euc-cn.c: Likewise.
18783         * iconvdata/euc-jisx0213.c : Likewise.
18784         * iconvdata/euc-jp.c: Likewise.
18785         * iconvdata/euc-jp-ms.c : Likewise.
18786         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
18787         * iconvdata/gb18030.c : Likewise.
18788         * iconvdata/gbbig5.c (const): Likewise.
18789         * iconvdata/gbgbk.c: Likewise.
18790         * iconvdata/gbk.c : Likewise.
18791         * iconvdata/ibm1364.c : Likewise.
18792         * iconvdata/ibm930.c : Likewise.
18793         * iconvdata/ibm932.c: Likewise.
18794         * iconvdata/ibm933.c : Likewise.
18795         * iconvdata/ibm935.c : Likewise.
18796         * iconvdata/ibm937.c : Likewise.
18797         * iconvdata/ibm939.c : Likewise.
18798         * iconvdata/ibm943.c: Likewise.
18799         * iconvdata/iso_11548-1.c: Likewise.
18800         * iconvdata/iso-2022-cn.c : Likewise.
18801         * iconvdata/iso-2022-cn-ext.c : Likewise.
18802         * iconvdata/iso-2022-jp-3.c: Likewise.
18803         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
18804         * iconvdata/iso-2022-kr.c : Likewise.
18805         * iconvdata/iso646.c (gconv_end): Likewise.
18806         * iconvdata/iso_6937-2.c : Likewise.
18807         * iconvdata/iso_6937.c : Likewise.
18808         * iconvdata/iso8859-1.c: Likewise.
18809         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
18810         * iconvdata/shift_jisx0213.c : Likewise.
18811         * iconvdata/sjis.c : Likewise.
18812         * iconvdata/t.61.c : Likewise.
18813         * iconvdata/tcvn5712-1.c : Likewise.
18814         * iconvdata/tscii.c: Likewise.
18815         * iconvdata/uhc.c : Likewise.
18816         * iconvdata/unicode.c (gconv_end): Likewise.
18817         * iconvdata/utf-16.c (gconv_end): Likewise.
18818         * iconvdata/utf-32.c (gconv_end): Likewise.
18819         * iconvdata/utf-7.c (base64): Likewise.
18820         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
18821         * iconv/gconv_close.c (__gconv_close): Likewise.
18822         * iconv/gconv_open.c (__gconv_open): Likewise.
18823         * iconv/gconv_simple.c (internal_ucs4_loop_single)
18824         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
18825         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
18826         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
18827         (ucs4le_internal_loop_single): Likewise.
18828         * iconv/iconv.c (iconv): Likewise.
18829         * iconv/iconv_close.c: Likewise.
18830         * iconv/loop.c (SINGLE): Likewise.
18831         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
18832         * include/atomic.h: Likewise.
18833         * inet/inet6_option.c (option_alloc): Likewise.
18834         * intl/bindtextdom.c (set_binding_values): Likewise.
18835         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
18836         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
18837         * intl/localealias.c (read_alias_file): Likewise.
18838         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
18839         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
18840         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
18841         * libio/fmemopen.c (fmemopen): Likewise.
18842         * libio/iofgets.c (_IO_fgets): Likewise.
18843         * libio/iofgets_u.c (fgets_unlocked): Likewise.
18844         * libio/iofgetws.c (fgetws): Likewise.
18845         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
18846         * libio/iogetdelim.c (_IO_getdelim): Likewise.
18847         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
18848         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
18849         * locale/findlocale.c (_nl_find_locale): Likewise.
18850         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
18851         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
18852         Likewise.
18853         * locale/setlocale.c (setlocale): Likewise.
18854         * login/programs/pt_chown.c (main): Likewise.
18855         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
18856         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
18857         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
18858         (mmap, mmap64, mremap, munmap): Likewise.
18859         * math/e_exp2l.c: Likewise.
18860         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
18861         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
18862         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
18863         * math/s_catan.c (__catan): Likewise.
18864         * math/s_catanf.c (__catanf): Likewise.
18865         * math/s_catanh.c (__catanh): Likewise.
18866         * math/s_catanhf.c (__catanhf): Likewise.
18867         * math/s_catanhl.c (__catanhl): Likewise.
18868         * math/s_catanl.c (__catanl): Likewise.
18869         * math/s_ccosh.c (__ccosh): Likewise.
18870         * math/s_ccoshf.c (__ccoshf): Likewise.
18871         * math/s_ccoshl.c (__ccoshl): Likewise.
18872         * math/s_cexp.c (__cexp): Likewise.
18873         * math/s_cexpf.c (__cexpf): Likewise.
18874         * math/s_cexpl.c (__cexpl): Likewise.
18875         * math/s_clog10.c (__clog10): Likewise.
18876         * math/s_clog10f.c (__clog10f): Likewise.
18877         * math/s_clog10l.c (__clog10l): Likewise.
18878         * math/s_clog.c (__clog): Likewise.
18879         * math/s_clogf.c (__clogf): Likewise.
18880         * math/s_clogl.c (__clogl): Likewise.
18881         * math/s_csin.c (__csin): Likewise.
18882         * math/s_csinf.c (__csinf): Likewise.
18883         * math/s_csinh.c (__csinh): Likewise.
18884         * math/s_csinhf.c (__csinhf): Likewise.
18885         * math/s_csinhl.c (__csinhl): Likewise.
18886         * math/s_csinl.c (__csinl): Likewise.
18887         * math/s_csqrt.c (__csqrt): Likewise.
18888         * math/s_csqrtf.c (__csqrtf): Likewise.
18889         * math/s_csqrtl.c (__csqrtl): Likewise.
18890         * math/s_ctan.c (__ctan): Likewise.
18891         * math/s_ctanf.c (__ctanf): Likewise.
18892         * math/s_ctanh.c (__ctanh): Likewise.
18893         * math/s_ctanhf.c (__ctanhf): Likewise.
18894         * math/s_ctanhl.c (__ctanhl): Likewise.
18895         * math/s_ctanl.c (__ctanl): Likewise.
18896         * math/w_pow.c: Likewise.
18897         * math/w_powf.c: Likewise.
18898         * math/w_powl.c: Likewise.
18899         * math/w_scalb.c (sysv_scalb): Likewise.
18900         * math/w_scalbf.c (sysv_scalbf): Likewise.
18901         * math/w_scalbl.c (sysv_scalbl): Likewise.
18902         * misc/error.c (error_tail): Likewise.
18903         * misc/pselect.c (__pselect): Likewise.
18904         * nis/nis_callback.c (__nis_create_callback): Likewise.
18905         * nis/nis_call.c (__nisfind_server): Likewise.
18906         * nis/nis_creategroup.c (nis_creategroup): Likewise.
18907         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
18908         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
18909         * nis/nis_getservlist.c (nis_getservlist): Likewise.
18910         * nis/nis_lookup.c (nis_lookup): Likewise.
18911         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
18912         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
18913         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
18914         * nis/nis_xdr.c (xdr_endpoint): Likewise.
18915         * nis/nss_compat/compat-grp.c (getgrent_next_file)
18916         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
18917         * nis/nss_compat/compat-initgroups.c (add_group)
18918         (internal_getgrent_r): Likewise.
18919         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
18920         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
18921         * nis/nss_compat/compat-spwd.c (getspent_next_file)
18922         (internal_getspnam_r): Likewise.
18923         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
18924         (_nss_nis_getaliasbyname_r): Likewise.
18925         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
18926         (_nss_nis_getntohost_r): Likewise.
18927         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
18928         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
18929         (_nss_nis_getgrgid_r): Likewise.
18930         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
18931         (internal_nis_gethostent_r, internal_gethostbyname2_r)
18932         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
18933         (_nss_nis_gethostbyname4_r): Likewise.
18934         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
18935         (initgroups_netid): Likewise.
18936         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
18937         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
18938         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
18939         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
18940         (_nss_nis_getprotobynumber_r): Likewise.
18941         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
18942         (_nss_nis_getsecretkey): Likewise.
18943         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
18944         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
18945         (_nss_nis_getpwuid_r): Likewise.
18946         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
18947         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
18948         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
18949         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
18950         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
18951         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
18952         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
18953         Likewise.
18954         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
18955         (_nss_nisplus_getntohost_r): Likewise.
18956         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
18957         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
18958         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
18959         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
18960         Likewise.
18961         * nis/nss_nisplus/nisplus-initgroups.c
18962         (_nss_nisplus_initgroups_dyn): Likewise.
18963         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
18964         (_nss_nisplus_getnetbyaddr_r): Likewise.
18965         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
18966         (_nss_nisplus_getprotobynumber_r): Likewise.
18967         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
18968         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
18969         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
18970         Likewise.
18971         * nis/nss_nisplus/nisplus-service.c
18972         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
18973         (_nss_nisplus_getservbyport_r): Likewise.
18974         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
18975         (_nss_nisplus_getspnam_r): Likewise.
18976         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
18977         Likewise.
18978         * nscd/aicache.c (addhstaiX): Likewise.
18979         * nscd/cache.c (cache_search, prune_cache): Likewise.
18980         * nscd/connections.c (register_traced_file, send_ro_fd)
18981         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
18982         (main_loop_epoll): Likewise.
18983         * nscd/grpcache.c (addgrbyX): Likewise.
18984         * nscd/hstcache.c (addhstbyX): Likewise.
18985         * nscd/initgrcache.c (addinitgroupsX): Likewise.
18986         * nscd/mem.c (gc, mempool_alloc): Likewise.
18987         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
18988         (addinnetgrX): Likewise.
18989         * nscd/nscd-client.h (__nscd_acquire_maplock)
18990         (__nscd_drop_map_ref): Likewise.
18991         * nscd/nscd_getai.c (__nscd_getai): Likewise.
18992         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
18993         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
18994         Likewise.
18995         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
18996         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
18997         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
18998         (__nscd_get_map_ref): Likewise.
18999         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
19000         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
19001         Likewise.
19002         * nscd/pwdcache.c (addpwbyX): Likewise.
19003         * nscd/selinux.c (preserve_capabilities): Likewise.
19004         * nscd/servicescache.c (addservbyX): Likewise.
19005         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
19006         * posix/fnmatch.c (fnmatch): Likewise.
19007         * posix/getopt.c (_getopt_internal_r): Likewise.
19008         * posix/glob.c (glob, glob_in_dir): Likewise.
19009         * posix/wordexp.c (exec_comm_child): Likewise.
19010         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
19011         (getanswer_r, gaih_getanswer_slice): Likewise.
19012         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
19013         * resolv/res_init.c: Likewise.
19014         * resolv/res_mkquery.c (res_nmkquery): Likewise.
19015         * resolv/res_query.c (__libc_res_nquery): Likewise.
19016         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
19017         Likewise.
19018         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
19019         * stdio-common/perror.c (perror): Likewise.
19020         * stdio-common/printf_fp.c (___printf_fp): Likewise.
19021         * stdio-common/tmpnam.c (tmpnam): Likewise.
19022         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
19023         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
19024         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
19025         Likewise.
19026         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
19027         * stdlib/putenv.c (putenv): Likewise.
19028         * stdlib/setenv.c (__add_to_environ): Likewise.
19029         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
19030         * stdlib/strtol_l.c (INTERNAL): Likewise.
19031         * string/memmem.c (memmem): Likewise.
19032         * string/strerror.c (strerror): Likewise.
19033         * string/strnlen.c (__strnlen): Likewise.
19034         * string/test-memmem.c (simple_memmem): Likewise.
19035         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
19036         * sunrpc/pm_getport.c (__get_socket): Likewise.
19037         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
19038         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
19039         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
19040         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
19041         Likewise.
19042         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
19043         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
19044         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
19045         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
19046         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
19047         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
19048         Likewise.
19049         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
19050         Likewise.
19051         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
19052         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
19053         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
19054         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
19055         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
19056         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
19057         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
19058         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
19059         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
19060         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
19061         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
19062         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
19063         Likewise.
19064         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
19065         Likewise.
19066         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
19067         Likewise.
19068         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
19069         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
19070         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
19071         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
19072         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
19073         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
19074         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
19075         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
19076         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
19077         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
19078         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
19079         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
19080         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
19081         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
19082         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
19083         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
19084         Likewise.
19085         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
19086         Likewise.
19087         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
19088         Likewise.
19089         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
19090         Likewise.
19091         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
19092         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
19093         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
19094         Likewise.
19095         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
19096         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
19097         * sysdeps/posix/opendir.c (__opendirat): Likewise.
19098         * sysdeps/posix/sleep.c: Likewise.
19099         * sysdeps/posix/tempname.c: Likewise.
19100         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
19101         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
19102         Likewise.
19103         * sysdeps/powerpc/powerpc32/dl-machine.h
19104         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
19105         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
19106         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
19107         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
19108         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
19109         Likewise.
19110         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
19111         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
19112         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
19113         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
19114         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
19115         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
19116         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
19117         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
19118         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
19119         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
19120         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
19121         (elf_machine_lazy_rel): Likewise.
19122         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
19123         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
19124         (elf_machine_lazy_rel): Likewise.
19125         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
19126         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
19127         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
19128         * sysdeps/unix/grantpt.c (grantpt): Likewise.
19129         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
19130         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
19131         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
19132         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
19133         Likewise.
19134         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
19135         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
19136         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
19137         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
19138         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
19139         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
19140         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
19141         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
19142         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
19143         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
19144         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
19145         Likewise.
19146         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
19147         (__posix_fallocate64_l64): Likewise.
19148         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
19149         (posix_fallocate): Likewise.
19150         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
19151         Likewise.
19152         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
19153         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
19154         (getifaddrs_internal): Likewise.
19155         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
19156         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
19157         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
19158         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
19159         * sysdeps/unix/sysv/linux/posix_fallocate64.c
19160         (__posix_fallocate64_l64): Likewise.
19161         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
19162         Likewise.
19163         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
19164         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
19165         (__get_clockfreq): Likewise.
19166         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
19167         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
19168         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
19169         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
19170         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
19171         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
19172         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
19173         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
19174         Likewise.
19175         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
19176         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
19177         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
19178         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
19179         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
19180         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
19181         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
19182         Likewise.
19183         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
19184         (posix_fallocate): Likewise.
19185         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
19186         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
19187         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
19188         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
19189         (elf_machine_rela, elf_machine_rela_relative)
19190         (elf_machine_lazy_rel): Likewise.
19191         * time/asctime.c (asctime_internal): Likewise.
19192         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
19193         * time/tzset.c (__tzset_parse_tz): Likewise.
19194         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
19195         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
19196         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
19197         * wcsmbs/wcsmbsload.h: Likewise.
19199         [BZ #15894]
19200         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
19202         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
19203         (arena_get2): Remove THREAD_STATS conditionals.
19204         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
19205         (__malloc_stats, int): Likewise.
19207 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
19209         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
19210         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
19212         * manual/setjmp.texi: Fix typos/grammar errors.
19214         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
19215         Only return early when n is <= 0.  Delete unused return statement.
19217         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
19218         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
19219         * debug/tst-longjmp_chk3.c: New file.
19221         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
19222         (test_main): Replace code with set_fortify_handler call.
19223         * debug/test-strcpy_chk.c: Likewise.
19224         * debug/tst-chk1.c: Likewise.
19225         * debug/tst-longjmp_chk.c: Likewise.
19226         * test-skeleton.c: Include fcntl.h & paths.h
19227         (set_fortify_handler): Define.
19229         * debug/tst-longjmp_chk.c: Add header comment and include
19230         ../test-skeleton.c.
19231         (do_test): Mark static.
19232         (TEST_FUNCTION): Define.
19234         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
19235         (IP_PMTUDISC_INTERFACE): Likewise.
19236         (IP_MULTICAST_IF): Likewise.
19237         (IP_MULTICAST_TTL): Likewise.
19238         (IP_MULTICAST_LOOP): Likewise.
19239         (IP_ADD_MEMBERSHIP): Likewise.
19240         (IP_DROP_MEMBERSHIP): Likewise.
19241         (IP_UNBLOCK_SOURCE): Likewise.
19242         (IP_BLOCK_SOURCE): Likewise.
19243         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
19244         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
19245         (IP_MSFILTER): Likewise.
19246         (MCAST_JOIN_GROUP): Likewise.
19247         (MCAST_BLOCK_SOURCE): Likewise.
19248         (MCAST_UNBLOCK_SOURCE): Likewise.
19249         (MCAST_LEAVE_GROUP): Likewise.
19250         (MCAST_JOIN_SOURCE_GROUP): Likewise.
19251         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
19252         (MCAST_MSFILTER): Likewise.
19253         (IP_MULTICAST_ALL): Likewise.
19254         (IP_UNICAST_IF): Likewise.
19256         * timezone/Makefile: Delete $(have-ksh) check.
19257         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
19258         * timezone/tzselect.ksh: Add +x mode bits.
19260         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
19261         (ANON_INODE_FS_MAGIC): Likewise.
19262         (BDEVFS_MAGIC): Likewise.
19263         (BINFMTFS_MAGIC): Likewise.
19264         (BTRFS_TEST_MAGIC): Likewise.
19265         (CRAMFS_MAGIC_WEND): Likewise.
19266         (DEBUGFS_MAGIC): Likewise.
19267         (ECRYPTFS_SUPER_MAGIC): Likewise.
19268         (EXT3_SUPER_MAGIC): Likewise.
19269         (EXT4_SUPER_MAGIC): Likewise.
19270         (FUTEXFS_SUPER_MAGIC): Likewise.
19271         (HOSTFS_SUPER_MAGIC): Likewise.
19272         (HUGETLBFS_MAGIC): Likewise.
19273         (MINIX3_SUPER_MAGIC): Likewise.
19274         (MTD_INODE_FS_MAGIC): Likewise.
19275         (NILFS_SUPER_MAGIC): Likewise.
19276         (OPENPROM_SUPER_MAGIC): Likewise.
19277         (PIPEFS_MAGIC): Likewise.
19278         (PSTOREFS_MAGIC): Likewise.
19279         (QNX6_SUPER_MAGIC): Likewise.
19280         (RAMFS_MAGIC): Likewise.
19281         (REISERFS_SUPER_MAGIC_STRING): Likewise.
19282         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
19283         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
19284         (SECURITYFS_MAGIC): Likewise.
19285         (SELINUX_MAGIC): Likewise.
19286         (SMACK_MAGIC): Likewise.
19287         (SOCKFS_MAGIC): Likewise.
19288         (SQUASHFS_MAGIC): Likewise.
19289         (STACK_END_MAGIC): Likewise.
19290         (TMPFS_MAGIC): Likewise.
19291         (USBDEVICE_SUPER_MAGIC): Likewise.
19292         (V9FS_MAGIC): Likewise.
19293         (XENFS_SUPER_MAGIC): Likewise.
19294         (CRAMFS_MAGIC): Fix typo in comment.
19295         (EXT2_SUPER_MAGIC): Update comment.
19296         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
19298 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
19300         * sysdeps/arm: Move directory from ports/sysdeps/arm.
19301         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
19302         * sysdeps/unix/sysv/linux/arm: Move directory from
19303         ports/sysdeps/unix/sysv/linux/arm.
19304         * README: Update listing for arm-*-linux-gnueabi.
19306         * README: Remove mention of am33.
19308 2014-02-07  Roland McGrath  <roland@hack.frob.com>
19310         * bits/sigset.h (__sigemptyset): Use a statement expression rather
19311         than the comma operator, to avoid "rhs of comma has no effect"
19312         compiler warnings.
19313         (__sigfillset, __sigandset, __sigorset): Likewise.
19314         * include/signal.h (__sigemptyset): Likewise.
19315         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
19317 2014-02-07  Allan McRae  <allan@archlinux.org>
19319         * version.h (RELEASE): Set to "development".
19320         (VERSION): Set to "2.19.90"
19321         * NEWS: Add 2.20 section.
19323 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
19325         [BZ #16529]
19326         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
19328 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
19330         * manual/contrib.texi: Update entry for Carlos O'Donell,
19331         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
19333 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
19335         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
19337         * sysdeps/unix/sysv/linux/kernel-features.h
19338         [__LINUX_KERNEL_VERSION >= 0x020621]
19339         (__ASSUME_PROC_PID_TASK_COMM): Define.
19341 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
19343         [BZ #16398]
19344         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
19345         conversion when destination buffer does not have enough space.
19346         * libio/tst-ftell-partial-wide.c: New test case.
19347         * libio/Makefile (tests): Add tst-ftell-partial-wide.
19349         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
19350         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
19351         Leonard and Allan McRae.
19353 2014-02-04  David S. Miller  <davem@davemloft.net>
19355         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
19356         32-bit.
19358 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19360         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
19361         New file
19362         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
19363         New file
19364         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
19365         New file.
19366         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
19367         New file.
19368         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
19369         New file.
19370         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
19371         New file.
19372         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
19373         New file.
19374         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
19375         New file.
19376         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
19377         New file.
19378         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
19379         New file.
19380         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
19381         New file.
19382         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
19383         New file.
19384         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
19385         New file.
19387 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19389         * nptl/shlib-versions: Change powerpc*le start to 2.17.
19390         * shlib-versions: Likewise.
19392 2014-02-04  Roland McGrath  <roland@hack.frob.com>
19393             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19395         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
19396         (abilist-pattern): New variable, set to %-le.abilist.
19398         * Makerules (abilist-pattern): New variable.
19399         (vpath): Use $(abilist-pattern) in place of %.abilist.
19400         (check-abi-% pattern rule): Likewise.
19401         (check-abi, update-abi): Likewise.
19403 2014-02-04  Eric Wong  <normalperson@yhbt.net>
19405         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
19407 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
19409         * manual/startup.texi: Add next, previous, and top entries for
19410         the `Program Arguments' and `Environment Variables' nodes.
19412 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
19414         * manual/macros.texi: Add comments before MTASC-safety macros.
19416         * manual/users.texi: Document MTASC-safety properties.
19418         * manual/threads.texi (pthread_key_create, pthread_key_delete)
19419         (pthread_getspecific, pthread_setspecific): Format with
19420         @deftypefun, and add @safety note.
19421         * manual/signal.texi: Move comments that analyze the above
19422         functions to their home place.
19424 2014-02-03  Allan McRae  <allan@archlinux.org>
19426         * po/sl.po: Update Slovenian translation from translation project.
19428 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
19430         * manual/time.texi (timegm): Add missing blank after @c.
19431         Reported by Joseph Myers <joseph@codesourcery.com>.
19433 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
19435         * manual/check-safety.sh: New.
19436         * manual/Makefile ($(objpfx)stamp-summary): Run it.
19438         * manual/terminal.texi: Document MTASC-safety properties.
19440         * manual/filesys.texi: Document MTASC-safety properties.
19442         * manual/errno.texi: Document MTASC-safety properties.
19444         * manual/intro.texi: Document safety identifiers and
19445         conditionals.
19447         * manual/string.texi (wcstok): Fix prototype.
19448         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
19450         * manual/time.texi: Document MTASC-safety properties.
19452         * manual/string.texi: Document MTASC-safety properties.
19454         * manual/threads.texi: Document MTASC-safety properties.
19456         * manual/stdio.texi: Document MTASC-safety properties.
19458         * manual/syslog.texi: Document MTASC-safety properties.
19460         * manual/sysinfo.texi: Document MTASC-safety properties.
19462         * manual/startup.texi: Document MTASC-safety properties.
19464         * manual/socket.texi: Document MTASC-safety properties.
19466         * manual/signal.texi: Document MTASC-safety properties.
19468 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
19470         * manual/setjmp.texi: Document MTASC-safety properties.
19472         * manual/search.texi: Document MTASC-safety properties.
19474         * manual/resource.texi: Document MTASC-safety properties.
19476         * manual/process.texi: Document MTASC-safety properties.
19478         * manual/platform.texi: Document MTASC-safety properties.
19480         * manual/pipe.texi: Document MTASC-safety properties.
19482         * manual/pattern.texi: Document MTASC-safety properties.
19484         * manual/message.texi: Document MTASC-safety properties.
19486         [BZ #12751]
19487         * manual/memory.texi: Document MTASC-safety properties.
19489         * manual/math.texi: Document MTASC-safety properties.
19491         * manual/locale.texi: Document MTASC-safety properties.
19493         * manual/llio.texi: Document MTASC-safety properties.
19495         * manual/libdl.texi: New.
19497         * manual/lang.texi: Document MTASC-safety properties.
19499         * manual/job.texi: Document MTASC-safety properties.
19501         * manual/getopt.texi: Document MTASC-safety properties.
19503         * manual/ctype.texi: Document MTASC-safety properties.
19505 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
19507         [BZ #16046]
19508         * csu/libc-tls.c (static_map): Remove variable.
19509         (__libc_setup_tls): Use main executable's link map for TLS data.
19510         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
19511         casing for LM_ID_BASE and GL(dl_nns).
19512         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
19513         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
19514         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
19515         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
19516         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
19517         member.
19518         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
19519         l_phnum members.
19521 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
19523         * manual/debug.texi: Document MTASC-safety properties.
19525 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
19527         [BZ #16510]
19528         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
19529         of __x86_64__ when disabling x87 inline functions.
19531 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
19533         * manual/charset.texi: Document MTASC-safety properties.
19535         * manual/crypt.texi: Document MTASC-safety properties.
19537         * manual/conf.texi: Document MTASC-safety properties.
19539         * manual/arith.texi: Document MTASC-safety properties.
19541         * manual/argp.texi: Document MTASC-safety properties.
19543         * manual/macros.texi: Introduce macros to document multi
19544         thread, asynchronous signal and asynchronous cancellation
19545         safety properties.
19546         * manual/intro.texi: Introduce the properties themselves.
19548 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
19550         * sysdeps/sh/sh4/Makefile: New file.
19552 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
19554         * math/gen-libm-test.pl ($srcdir): New variable.
19555         ($auto_input): Use it.
19557 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
19559         [BZ #16506]
19560         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
19561         access beyond array bounds when parsing netgroups file.
19563         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
19564         the old buffer before realloc.
19566 2014-01-27  Allan McRae  <allan@archlinux.org>
19568         * po/fr.po: Update French translation from translation project.
19570 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
19572         * sysdeps/sh/libm-test-ulps: Regenerate.
19574 2014-01-24  David S. Miller  <davem@davemloft.net>
19576         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
19578 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
19580         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
19581         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
19583 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
19585         [BZ #16474]
19586         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
19587         string pointers after reallocation.
19589 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
19591         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
19592         __SH4A__ instead of __SH_FPU_ANY__.
19594 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
19596         * sysdeps/sh/fpu_control.h: New file.
19597         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
19598         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
19599         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
19600         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
19601         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
19602         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
19603         * sysdeps/sh/sys/ucontext.h: Remove.
19604         * sysdeps/sh/sys: Remove directory.
19606 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19608         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
19609         s390/sys/ucontext.h.
19610         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
19611         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
19613 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
19615         [BZ #15605]
19616         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
19618 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19620         [BZ#16431]
19621         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
19622         Adjust the vDSO correctly for internal calls.
19623         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
19625 2014-01-20  Allan McRae  <allan@archlinux.org>
19627         * po/ca.po: Update Catalan translation from translation project.
19629 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
19631         * sysdeps/s390/sotruss-lib.c: New file.
19633 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19635         [BZ#16430]
19636         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
19637         (__GI___gettimeofday): Alias for a different internal symbol to avoid
19638         local calls issues by not having a PLT stub required for IFUNC calls.
19639         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
19641 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
19643         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
19644         * math/test-fpucw-static.c: Likewise.
19646 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
19648         [BZ #16453]
19649         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
19651 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19653         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
19654         implementation for powerpc.
19656 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
19658         [BZ #14782]
19659         * sysdeps/posix/system.c (__libc_system): Do not enable
19660         asynchronous cancellation.
19662 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19664         [BZ #16427]
19665         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
19666         handling only for numbers special also in the IEEE case.
19668 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19670         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
19672 2014-01-11  Allan McRae  <allan@archlinux.org>
19674         * po/bg.po: Update Bulgarian translation from translation project.
19676         * po/de.po: Update German translation from translation project.
19678 2014-01-10  Roland McGrath  <roland@hack.frob.com>
19680         * sysdeps/generic/gcc-compat.h: New file.
19682 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
19684         * benchtests/asin-inputs: Correct slow inputs.
19685         * benchtests/acos-inputs: Likewise.
19687 2014-01-10  Allan McRae  <allan@archlinux.org>
19689         * po:sv.po: Update Swedish translation from translation project.
19691         * po/vi.po: Update Vietnamese translation from translation project.
19693         * po/eo.po: Update Esperanto translation from translation project.
19695         * po/cs.po: Update Czech translation from translation project.
19697         * po/nl.po: Update Dutch translation from translation project.
19699         * po/pl.po: Update Polish translation from translation project.
19701         * po/ru.po: Update Russian translation from translation project.
19703         * po/uk.po: Update Ukrainian translation from translation project.
19705 2014-01-08  Brooks Moses  <bmoses@google.com>
19707         * elf/dl-load.c: Fix comment typo.
19709 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
19711         * po/header.pot: Rename to...
19712         * po/pot.header: ... this.
19713         * po/Makefile: Use pot.header.
19715 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
19716             Maxim Kuvyrkov  <maxim@kugelworks.com>
19718         [BZ #16394]
19719         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
19720         SRC and DEST against LEN.
19722 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19724         [BZ #16414]
19725         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
19726         implementation.
19727         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
19729 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19731         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19733 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
19735         [BZ #16408]
19736         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
19737         for large positive arguments.
19739 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
19741         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
19743         * math/auto-libm-test-in: Mark various tests with
19744         xfail-rounding:ldbl-128ibm.
19745         * math/auto-libm-test-out: Regenerated.
19747         [BZ #16407]
19748         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
19749         Increase overflow threshold.
19751 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
19753         [BZ #14286]
19754         * stdio-common/vfprintf.c: Check for integer overflow.
19756 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19758         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
19759         the first argument and return value of __tls_get_addr_internal.
19761 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19763         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
19764         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
19766 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19768         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
19769         * sysdeps/s390/rtld-global-offsets.sym: New file.
19770         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
19771         GLIBC_2.19 symbol.
19772         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
19773         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
19774         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
19775         ... this.
19776         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
19777         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
19778         ... this.
19779         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
19780         Regenerate.
19781         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
19782         Regenerate.
19783         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
19784         halfs of GPRs for high_gprs contexts.
19785         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
19786         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
19787         field.
19788         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
19789         uc_flags field.
19790         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
19791         64 bit versions:
19792         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
19793         for high GPRs (uc_high_gprs) and for future extensions
19794         (__reserved).
19795         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
19796         for future extensions (__reserved).
19797         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
19798         64 bit versions:
19799         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
19800         SC_HIGHGPRS offset definition.
19801         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
19802         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
19804         * Versions.def: Add GLIBC_2.19 for libpthread.
19805         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
19806         siglongjmp for libpthread with GLIBC_2.19 symver.
19807         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
19808         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
19809         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
19810         * sysdeps/s390/__longjmp.c: New file.
19811         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
19812         * sysdeps/s390/longjmp.c: New file.
19813         * sysdeps/s390/setjmp.S: New file.
19814         * sysdeps/s390/sigjmp.S: New file.
19815         * sysdeps/s390/v1-longjmp.c: New file.
19816         * sysdeps/s390/v1-setjmp.h: New file.
19817         * sysdeps/s390/v1-sigjmp.c: New file.
19818         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
19819         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
19820         GLIBC_2.19 version.
19821         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
19822         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
19823         versioned symbols for ____longjmp_chk.
19824         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
19825         Likewise.
19826         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
19827         Regenerate.
19828         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
19829         Regenerate.
19830         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
19831         Regenerate.
19832         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
19833         Regenerate.
19834         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
19835         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
19836         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
19837         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
19838         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
19839         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
19840         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
19841         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
19842         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
19843         * sysdeps/s390/rtld-__longjmp.c: New file.
19844         * sysdeps/s390/rtld-setjmp.S: New file.
19846 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
19848         [BZ #16400]
19849         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
19850         Return -__logl (x) for small positive arguments without evaluating
19851         a polynomial.
19853 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
19855         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
19856         Rename to ...
19857         (__ptrace_peeksiginfo_args): ... this.
19858         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
19859         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
19860         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
19862 2014-01-06  Allan McRae  <allan@archlinux.org>
19864         * inet/netinet/in.h: Fix typo in comment.
19866 2014-01-05  Andreas Jaeger  <aj@suse.de>
19868         * sysdeps/i386/fpu/libm-test-ulps: Update.
19870 2014-01-05  Allan McRae  <allan@archlinux.org>
19872         * po/libc.pot: Regenerated.
19874         * malloc/memusagestat.c: Fix gettext call formatting.
19876 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
19878         * nscd/nscd.c: Improve usage() output.
19880 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
19882         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
19883         * sysdeps/unix/sysv/linux/configure: Regenerated.
19884         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
19885         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
19887 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
19889         [BZ #16390]
19890         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
19891         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
19893 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19895         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
19896         extra tokens at end of #undef directive.
19897         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
19898         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
19899         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
19901 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
19903         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
19905         * math/auto-libm-test-in: Mark various tests with
19906         xfail-rounding:ldbl-128ibm.
19907         * math/auto-libm-test-out: Regenerated.
19909 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
19911         [BZ #16386]
19912         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
19913         numbers with subnormal high part when calculating exponent.
19915         [BZ #16385]
19916         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
19917         fabs.
19919         [BZ #16384]
19920         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
19921         M_LN2l.
19922         (__ieee754_acoshl): Use __log1pl not __log1p.
19924 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
19926         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
19927         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
19928         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
19929         (grow_heap, heap_trim, _int_new_arena, get_free_list)
19930         (reused_arena, arena_get2): Convert to GNU style.
19931         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
19932         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
19933         (memalign_check, __malloc_set_state): Likewise.
19934         * malloc/mallocbug.c (main): Likewise.
19935         * malloc/malloc.c (__malloc_assert, malloc_init_state)
19936         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
19937         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
19938         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
19939         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
19940         (__posix_memalign, malloc_info): Likewise.
19941         * malloc/malloc.h: Likewise.
19942         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
19943         (mallochook, memalignhook, reallochook, mabort): Likewise.
19944         * malloc/mcheck.h: Likewise.
19945         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
19946         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
19947         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
19948         * malloc/morecore.c (__default_morecore): Likewise.
19949         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
19950         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
19951         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
19952         (print_and_abort): Likewise.
19953         * malloc/obstack.h: Likewise.
19954         * malloc/set-freeres.c (__libc_freeres): Likewise.
19955         * malloc/tst-mallocstate.c (main): Likewise.
19956         * malloc/tst-mtrace.c (main): Likewise.
19957         * malloc/tst-realloc.c (do_test): Likewise.
19959 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
19961         [BZ #16366]
19962         * nscd/netgroupcache.c (do_notfound): New function.
19963         (addgetnetgrentX): Use it.
19965         [BZ # 16365]
19966         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
19967         NSS_STATUS_NOTFOUND.
19969 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
19971         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
19972         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19974 2014-01-01  Allan McRae  <allan@archlinux.org>
19976         * scripts/update-copyrights: Update configure input file suffix.
19978         * NEWS: Update copyright year.
19979         * catgets/gencat.c: Likewise.
19980         * csu/version.c: Likewise.
19981         * debug/catchsegv.sh: Likewise.
19982         * debug/pcprofiledump.c: Likewise.
19983         * debug/xtrace.sh: Likewise.
19984         * elf/ldconfig.c: Likewise.
19985         * elf/ldd.bash.in: Likewise.
19986         * elf/pldd.c: Likewise.
19987         * elf/sotruss.ksh: Likewise.
19988         * elf/sprof.c: Likewise.
19989         * iconv/iconv_prog.c: Likewise.
19990         * iconv/iconvconfig.c: Likewise.
19991         * locale/programs/locale.c: Likewise.
19992         * locale/programs/localedef.c: Likewise.
19993         * login/programs/pt_chown.c: Likewise.
19994         * malloc/memusage.sh: Likewise.
19995         * malloc/memusagestat.c: Likewise.
19996         * malloc/mtrace.pl: Likewise.
19997         * manual/libc.texinfo: Likewise.
19998         * nscd/nscd.c: Likewise.
19999         * nss/getent.c: Likewise.
20000         * nss/makedb.c: Likewise.
20001         * posix/getconf.c: Likewise.
20002         * scripts/test-installation.pl: Likewise.
20004         * All files with FSF copyright notices: Update copyright dates
20005         using scripts/update-copyrights.
20006         * intl/plural.c: Regenerated.
20007         * locale/programs/charmap-kw.h: Likewise.
20008         * locale/programs/locfile-kw.h: Likewise.
20010 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
20012         * sysdeps/unix/sysv/linux/configure: Regenerated.
20013         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
20014         the linux/fanotify.h header.
20015         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
20016         HAVE_LINUX_FANOTIFY_H is defined.
20018 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
20020         * benchtests/cos-inputs: New inputs.
20021         * benchtests/sin-inputs: Likewise.
20023         * benchtests/atan-inputs: New inputs. Fix name of multiple
20024         precision fallback inputs.
20026         * benchtests/atanh-inputs: New inputs.
20027         * benchtests/tanh-inputs: Likewise.
20029         * benchtests/acosh-inputs: New inputs.
20030         * benchtests/asinh-inputs: Likewise.
20032         * benchtests/cosh-inputs: New inputs.
20033         * benchtests/sinh-inputs: Likewise.
20035         * benchtests/acos-inputs: Add more inputs.
20036         * benchtests/asin-inputs: Likewise.
20038 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
20040         [BZ #16375]
20041         * manual/arith.texi: Fix spelling.
20042         * manual/charset.texi: Likewise.
20043         * manual/errno.texi: Likewise.
20044         * manual/filesys.texi: Likewise.
20045         * manual/lang.texi: Likewise.
20046         * manual/llio.texi: Likewise.
20047         * manual/locale.texi: Likewise.
20048         * manual/message.texi: Likewise.
20049         * manual/resource.texi: Likewise.
20050         * manual/search.texi: Likewise.
20051         * manual/setjmp.texi: Likewise.
20052         * manual/stdio.texi: Likewise.
20053         * manual/string.texi: Likewise.
20054         * manual/sysinfo.texi: Likewise.
20055         * manual/time.texi: Likewise.
20057 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
20059         * po/sl.po: New file.
20061 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
20063         * .gitignore: Add core/.gdbinit/.gdb_history.
20065 2013-12-27  Allan McRae  <allan@archlinux.org>
20067         [BZ #16369]
20068         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
20069         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
20071 2013-12-24  Brooks Moses  <bmoses@google.com>
20073         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
20074         all compilers that claim C++98 compliance, not just GCC.
20075         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
20076         Likewise.
20078 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
20080         * NEWS: Restore accidentally deleted bug-fix entries.
20082 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
20083             Ondřej Bílka  <neleai@seznam.cz>
20085         [BZ #15073]
20086         * malloc/malloc.c (_int_free): Perform sanity check only if we
20087         have_lock.
20089 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
20091         [BZ #12986]
20092         * manual/stdio.texi (String Input Conversions): Clarify that character
20093         classes are not supported.
20095 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20097         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20099 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
20101         [BZ #16337]
20102         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
20103         Calculate results for small negative arguments directly rather
20104         than using reflection formula with special underflow handling.
20106         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
20107         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
20108         sysdeps/unix/bsd/bsd4.4/syscalls.list.
20109         (fchflags): Likewise.
20110         (revoke): Likewise.
20111         (setlogin): Likewise.
20112         (sigaltstack): Likewise.
20113         (wait4): Likewise.
20114         (sigblock): Remove.
20115         (sigsetmask): Likewise.
20116         (wait3): Likewise.
20117         (waitpid): Likewise.
20118         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
20119         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
20120         file.
20121         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
20122         * sysdeps/unix/bsd/Makefile: ... here.
20123         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
20124         * sysdeps/unix/bsd/Versions: ... here.
20125         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
20126         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
20127         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
20128         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
20129         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
20130         * sysdeps/unix/bsd/sigblock.c: ... here.
20131         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
20132         * sysdeps/unix/bsd/sigsetmask.c: ... here.
20133         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
20134         * sysdeps/unix/bsd/sigvec.c: ... here.
20135         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
20136         * sysdeps/unix/bsd/tcdrain.c: ... here.
20137         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
20138         * sysdeps/unix/bsd/tcgetattr.c: ... here.
20139         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
20140         * sysdeps/unix/bsd/tcsetattr.c: ... here.
20141         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
20142         * sysdeps/unix/bsd/wait.c: ... here.
20143         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
20144         * sysdeps/unix/bsd/wait3.c: ... here.
20145         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
20146         * sysdeps/unix/bsd/waitpid.c: ... here.
20148 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
20150         [BZ #16356]
20151         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
20152         round-to-nearest for [!USE_AS_EXPM1L].
20153         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
20154         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
20155         more tests of exp and exp10.  Expect some exp10 tests to miss
20156         exceptions or fail in directed rounding modes.
20157         * math/auto-libm-test-out: Regenerated.
20158         * math/libm-test.inc (exp10_tonearest_test_data): New array.
20159         (exp10_test_tonearest): New function.
20160         (exp10_towardzero_test_data): New array.
20161         (exp10_test_towardzero): New function.
20162         (exp10_downward_test_data): New array.
20163         (exp10_test_downward): New function.
20164         (exp10_upward_test_data): New array.
20165         (exp10_test_upward): New function.
20166         (main): Call the new functions.
20167         * sysdeps/i386/fpu/libm-test-ulps: Update.
20168         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20170 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
20172         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
20173         asinh, atan, atan2, atanh, cbrt, cos and cosh.
20174         * math/auto-libm-test-out: Regenerated.
20175         * math/libm-test.inc (acosh_test_data): Add more tests.
20176         (atanh_test_data): Likewise.
20177         (ceil_test_data): Likewise.
20178         (copysign_test_data): Likewise.
20179         * sysdeps/i386/fpu/libm-test-ulps: Update.
20180         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20182         * timezone/checktab.awk: Update from tzcode 2013i.
20183         * timezone/private.h: Likewise.
20184         * timezone/scheck.c: Likewise.
20185         * timezone/tzfile.h: Likewise.
20186         * timezone/tzselect.ksh: Likewise.
20187         * timezone/zdump.c: Likewise.
20188         * timezone/zic.c: Likewise.
20190         * math/auto-libm-test-in: Add tests of cpow.
20191         * math/auto-libm-test-out: Regenerated.
20192         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
20193         * math/gen-auto-libm-tests.c (func_calc_method): Add value
20194         mpc_cc_c.
20195         (func_calc_desc): Add mpc_cc_c union field.
20196         (test_functions): Add cpow.
20197         (special_fill_2pi): New function.
20198         (special_real_inputs): Add 2pi.
20199         (calc_generic_results): Handle mpc_cc_c.
20200         * sysdeps/i386/fpu/libm-test-ulps: Update.
20201         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20203         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
20204         csqrt, ctan and ctanh.
20205         * math/auto-libm-test-out: Regenerated.
20206         * math/libm-test.inc (TEST_COND_x86_64): New macro.
20207         (TEST_COND_x86): Likewise.
20208         (ccos_test_data): Use AUTO_TESTS_c_c.
20209         (ccosh_test_data): Likewise.
20210         (cexp_test_data): Likewise.
20211         (clog_test_data): Likewise.
20212         (csqrt_test_data): Likewise.
20213         (ctan_test_data): Likewise.
20214         (ctan_tonearest_test_data): Likewise.
20215         (ctan_towardzero_test_data): Likewise.
20216         (ctan_downward_test_data): Likewise.
20217         (ctan_upward_test_data): Likewise.
20218         (ctanh_test_data): Likewise.
20219         (ctanh_tonearest_test_data): Likewise.
20220         (ctanh_towardzero_test_data): Likewise.
20221         (ctanh_downward_test_data): Likewise.
20222         (ctanh_upward_test_data): Likewise.
20223         * math/gen-auto-libm-tests.c (func_calc_method): Add value
20224         mpc_c_c.
20225         (func_calc_desc): Add mpc_c_c union field.
20226         (FUNC_mpc_c_c): New macro.
20227         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
20228         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
20229         ctanh.
20230         (special_fill_min_subnorm_p120): New function.
20231         (special_real_inputs): Add min_subnorm_p120.
20232         (calc_generic_results): Handle mpc_c_c.
20233         * sysdeps/i386/fpu/libm-test-ulps: Update.
20234         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20236 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
20238         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
20239         (do_sin_slow): New functions.
20240         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
20241         (cslow2, csloww1, csloww2): Use the new functions.
20243         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
20244         Use M to change sign of result instead of X.  Assume X is
20245         positive.
20246         (csloww1): Likewise.
20247         (__sin): Adjust.
20248         (__cos): Adjust.
20250         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
20251         arguments A and DA.
20252         (__sin): Adjust.
20253         (__cos): Likewise.
20255         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
20256         (__cos): Likewise.
20257         (sloww1): Don't adjust sign of DX.
20258         (csloww1): Likewise.
20259         (sloww2): Use X directly and don't adjust sign of DX.
20260         (csloww2): Likewise.
20262 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
20264         * math/auto-libm-test-in: Add tests of cabs and carg.
20265         * math/auto-libm-test-out: Regenerated.
20266         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
20267         (carg_test_data): Likewise.
20268         * math/gen-auto-libm-tests.c (func_calc_method): Add value
20269         mpc_c_f.
20270         (func_calc_desc): Add mpc_c_f union field.
20271         (test_functions): Add cabs and carg.
20272         (calc_generic_results): Handle mpc_c_f.
20274         * sysdeps/powerpc/powerpc32/libgcc-compat.S
20275         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
20276         as a macro and a compat symbol.
20277         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
20278         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
20279         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
20280         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
20281         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
20282         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
20283         not use .hidden.
20284         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
20285         Likewise.
20286         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
20287         Likewise.
20288         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
20289         Likewise.
20290         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
20291         Likewise.
20292         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
20293         Likewise.
20294         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
20295         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
20296         from GLIBC_2.3.2.
20298 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20300         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20302 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
20304         * manual/texinfo.tex: Update to version 2013-11-26.10 with
20305         trailing whitespace removed.
20306         * scripts/config.guess: Update to version 2013-11-29.
20307         * scripts/config.sub: Update to version 2013-10-01.
20309         * math/auto-libm-test-in: Add tests of sincos.
20310         * math/auto-libm-test-out: Regenerated.
20311         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
20312         * math/gen-auto-libm-tests.c (func_calc_method): Add value
20313         mpfr_f_11.
20314         (func_calc_desc): Add mpfr_f_11 union field.
20315         (test_functions): Add sincos.
20316         (calc_generic_results): Handle mpfr_f_11.
20317         * sysdeps/i386/fpu/libm-test-ulps: Update.
20318         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20320 2013-12-19  Andreas Schwab  <schwab@suse.de>
20322         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
20323         CALL_MCOUNT.
20324         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
20325         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
20326         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
20328 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
20330         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
20331         * sysdeps/i386/fpu/libm-test-ulps: Update.
20332         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20334         [BZ #16293]
20335         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
20336         round-to-nearest mode when using frndint.
20337         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
20338         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
20339         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
20340         Likewise.
20341         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
20342         sinh test to fail.
20343         * math/auto-libm-test-out: Regenerated.
20344         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
20345         (TEST_COND_x86): Likewise.
20346         (expm1_tonearest_test_data): New array.
20347         (expm1_test_tonearest): New function.
20348         (expm1_towardzero_test_data): New array.
20349         (expm1_test_towardzero): New function.
20350         (expm1_downward_test_data): New array.
20351         (expm1_test_downward): New function.
20352         (expm1_upward_test_data): New array.
20353         (expm1_test_upward): New function.
20354         (main): Run the new test functions.
20355         * sysdeps/i386/fpu/libm-test-ulps: Update.
20356         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20358         * include/features.h: Update comment documenting feature test
20359         macros.  Mention _DEFAULT_SOURCE in comment.
20360         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
20361         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
20362         _BSD_SOURCE and _SVID_SOURCE.
20363         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
20364         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
20365         !_SVID_SOURCE]: Likewise.
20366         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
20367         (__USE_POSIX_IMPLICITLY): Define.
20368         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
20369         (_POSIX_SOURCE): Undefine and redefine.
20370         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
20371         (_POSIX_C_SOURCE): Likewise.
20372         * manual/creature.texi (_DEFAULT_SOURCE): Document.
20373         (Feature Test Macros): Update documentation of default features.
20375 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
20377         * benchtests/Makefile: Add bench-strtok.
20378         * benchtests/bench-strtok.c: New file: strtok benchtest.
20380 2013-12-19  Allan McRae  <allan@archlinux.org>
20382         * manual/install.texi: Suppress menu for plain text output.
20383         * INSTALL: Regenerated.
20385 2013-12-18  Brooks Moses  <bmoses@google.com>
20387         [BZ #15846]
20388         * misc/getauxval.c: Include errno.h.
20389         (__getauxval): Set errno to ENOENT if the requested type is not
20390         found.
20391         * misc/sys/auxv.h (getauxval): Document that it may set errno;
20392         don't declare with __attribute_const__.
20393         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
20394         * manual/startup.texi: Document that getauxval sets errno.
20396 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
20398         * math/auto-libm-test-in: Add tests of jn and yn.
20399         * math/auto-libm-test-out: Regenerated.
20400         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
20401         (yn_test_data): Likewise.
20402         * math/gen-auto-libm-tests.c (func_calc_method): Add value
20403         mpfr_if_f.
20404         (func_calc_desc): Add mpfr_if_f union field.
20405         (FUNC_mpfr_if_f): New macro.
20406         (test_functions): Add jn and yn.
20407         (calc_generic_results): Assert type of second input for
20408         mpfr_ff_f.  Handle mpfr_if_f.
20409         (output_for_one_input_case): Disable all checking for arguments
20410         fitting floating-point types in case of an integer argument.
20411         * sysdeps/i386/fpu/libm-test-ulps: Update.
20412         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20414         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
20415         Don't expect fegetround reference in libm.so.
20417 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
20419         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
20420         $(config-cflags-nofma).
20422 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
20424         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
20425         * math/auto-libm-test-out: Regenerated.
20427         [BZ #16338]
20428         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
20429         to determine exponent and adjust argument to have exponent of -1.
20430         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
20431         log2.
20432         * math/auto-libm-test-out: Regenerated.
20433         * sysdeps/i386/fpu/libm-test-ulps: Update.
20434         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20436 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
20438         * manual/probes.texi: Remove cases when per-thread arenas are
20439         disabled.
20441 2013-12-18  Andreas Schwab  <schwab@suse.de>
20443         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
20444         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
20445         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
20446         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
20447         * sysdeps/i386/i686/multiarch/Makefile: Update.
20448         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
20450 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
20452         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
20453         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
20455 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
20457         [BZ #15968]
20458         Support TZ transition times < 00:00:00.
20459         This is needed for version-3 tz-format files; it supports time
20460         stamps past 2037 for America/Godthab (the only entry in the tz
20461         database for which this change is relevant).
20462         * manual/time.texi (TZ Variable): Document transition times
20463         from -167:59:59 through -00:00:01.
20464         * time/tzset.c (tz_rule): Time of day is now signed.
20465         (__tzset_parse_tz): Parse negative time of day.
20467         Document TZ transition times >= 25:00:00.
20468         * manual/time.texi (TZ Variable): Document transition times from
20469         25:00:00 through 167:59:59.  These are already supported, and this
20470         support will help with version-3 tz-format files.
20472         * manual/time.texi (TZ Variable): Modernize North America example
20473         to reflect current (i.e., 2007-and-later) daylight saving rules.
20475         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
20477 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
20479         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
20480         * sysdeps/unix/bsd/bits/stat.h: Likewise.
20481         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
20482         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
20483         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
20484         * sysdeps/unix/bsd/bsdstat.h: Likewise.
20485         * sysdeps/unix/bsd/clock.c: Likewise.
20486         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
20487         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
20488         * sysdeps/unix/bsd/init-posix.c: Likewise.
20489         * sysdeps/unix/bsd/poll.c: Likewise.
20490         * sysdeps/unix/bsd/ptsname.c: Likewise.
20491         * sysdeps/unix/bsd/seekdir.c: Likewise.
20492         * sysdeps/unix/bsd/setegid.c: Likewise.
20493         * sysdeps/unix/bsd/seteuid.c: Likewise.
20494         * sysdeps/unix/bsd/setgid.c: Likewise.
20495         * sysdeps/unix/bsd/setrgid.c: Likewise.
20496         * sysdeps/unix/bsd/setruid.c: Likewise.
20497         * sysdeps/unix/bsd/setsid.c: Likewise.
20498         * sysdeps/unix/bsd/setuid.c: Likewise.
20499         * sysdeps/unix/bsd/sigaction.c: Likewise.
20500         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
20501         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
20502         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
20503         * sysdeps/unix/bsd/telldir.c: Likewise.
20504         * sysdeps/unix/bsd/times.c: Likewise.
20505         * sysdeps/unix/bsd/usleep.c: Likewise.
20507         * misc/Makefile (install-lib): Remove libbsd-compat.a.
20508         ($(objpfx)libbsd-compat.a): Remove rule.
20510         * include/features.h (__FAVOR_BSD): Do not define.
20511         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
20512         features conflicting with POSIX.
20513         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
20514         (_BSD_SOURCE): Remove description of not being a subset of other
20515         feature test macros.
20516         * manual/job.texi (getpgrp): Do not document BSD version.
20517         (getpgid): Do not document by reference to BSD getpgrp.
20518         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
20519         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
20520         * signal/signal.h [__FAVOR_BSD]: Likewise.
20521         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
20522         instead of making contents conditional on [__FAVOR_BSD].
20523         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
20525 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20527         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20529 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
20531         [BZ #16314]
20532         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
20533         values below 2**-450, not 2**-500.
20534         * math/auto-libm-test-in: Don't allow spurious underflow from
20535         hypot.
20536         * math/auto-libm-test-out: Regenerated.
20538         [BZ #16316]
20539         [BZ #16330]
20540         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
20541         values of ha and hb and sort them after adjusting subnormal
20542         arguments.
20543         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
20544         Likewise.
20545         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
20546         values of ea and eb and sort them after adjusting subnormal
20547         arguments.
20548         * math/auto-libm-test-in: Do not expect some hypot tests of
20549         subnormals to fail.  Add more hypot tests.
20550         * math/auto-libm-test-out: Regenerated.
20552 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20554         [BZ #13304]
20555         * sysdeps/sh/s_fma.c: New file.
20556         * sysdeps/sh/s_fmaf.c: New file.
20557         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
20558         version.
20559         * sysdeps/sh/Implies: Add sh/soft-fp.
20561 2013-12-16  Roland McGrath  <roland@hack.frob.com>
20563         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
20564         level of indirection to members `objname', `errstring', `malloced'.
20565         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
20566         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
20567         it as the __longjmp argument (just pass 1 instead).
20568         (_dl_catch_error): Initialize C with argument pointers and address of
20569         volatile local ERRCODE rather than copying values out of C at return.
20571 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
20573         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
20574         * math/auto-libm-test-out: Regenerated.
20575         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
20576         (hypot_test_data): Likewise.
20577         (pow_test_data): Likewise.
20578         (pow_tonearest_test_data): Likewise.
20579         * math/gen-auto-libm-tests.c (func_calc_method): Add value
20580         mpfr_ff_f.
20581         (func_calc_desc): Add mpfr_ff_f union field.
20582         (FUNC_mpfr_ff_f): New macro.
20583         (test_functions): Add atan2, hypot and pow.
20584         (special_fill_min): New function.
20585         (special_fill_minus_min): Likewise.
20586         (special_fill_min_subnorm): Likewise.
20587         (special_fill_minus_min_subnorm): Likewise.
20588         (special_real_inputs): Add min, -min, min_subnorm and
20589         -min_subnorm.
20590         (calc_generic_results): Handle mpfr_ff_f.
20591         * sysdeps/i386/fpu/libm-test-ulps: Update.
20592         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20594 2013-12-16  Will Newton  <will.newton@linaro.org>
20596         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
20597         (Aligned Memory Blocks): Add documentation for aligned_alloc
20598         and suggest it as an alternative to posix_memalign.
20599         (Hooks for Malloc): Document __memalign_hook is also called
20600         for aligned_alloc.  (Summary of Malloc): Add summary for
20601         aligned alloc.  Document __memalign_hook is also called
20602         for aligned_alloc.
20604 2013-12-16  Will Newton  <will.newton@linaro.org>
20606         * manual/memory.texi (Malloc Examples): Clarify default
20607         alignment documentation.  Suggest posix_memalign rather
20608         than memalign or valloc.
20609         (Aligned Memory Blocks): Remove suggestion to use memalign
20610         or valloc.  Remove obsolete comment about BSD.
20611         Document memalign errno values and mark the function obsolete.
20612         Document posix_memalign returned error codes.  Mark valloc
20613         as obsolete.  (Hooks for Malloc): __memalign_hook is also
20614         called for posix_memalign and valloc.
20615         (Summary of Malloc): Add posix_memalign to function summary.
20616         __memalign_hook is also called for posix_memalign and valloc.
20618 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
20620         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
20621         TAYLOR_SIN.
20622         (__sin): Adjust.
20623         (__cos): Likewise.
20624         (sloww): Use mynumber union.  Expand ternary operator into
20625         if-else statements.
20626         (cslow): use mynumber union.
20628 2013-12-16  Allan McRae  <allan@archlinux.org>
20630         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
20631         * configure: Regenerated.
20633         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
20635         [BZ #14120]
20636         * configure.ac: Added --enable-maintainer-mode. Check for
20637         autoconf when enabled.
20638         * configure: Regenerated.
20640         * nscd/nscd.service: New file.
20641         * nscd/nscd.tmpfiles: New file.
20643 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
20645         [BZ #12100]
20646         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
20647         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
20648         * sysdeps/x86_64/multiarch/strstr.c: ... here.
20649         (strstr): Add __strstr_sse2_unaligned ifunc.
20650         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
20651         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
20652         (strcasestr): Remove __strcasestr_sse42 ifunc.
20653         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
20654         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
20655         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
20657 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20659         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
20660         * sysdeps/sh/bits/fenv.h: ... here.
20661         * sysdeps/sh/sh4/fpu/bits: Remove directory.
20663 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20665         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
20667         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
20668         hypotf multiarch implementations.
20669         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
20670         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
20671         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
20672         multiarch hypot for PPC64.
20673         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
20674         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
20675         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
20676         multiarch hypotf for PPC64.
20678         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
20679         modff multiarch implementations.
20680         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
20681         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
20682         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
20683         multiarch modf for PPC64.
20684         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
20685         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
20686         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
20687         multiarch modff for PPC64.
20689         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
20690         and logl multiarch implementations.
20691         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
20692         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
20693         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
20694         multiarch logb for PPC64.
20695         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
20696         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
20697         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
20698         multiarch logb for PPC64.
20699         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
20700         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
20701         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
20702         multiarch logb for PPC64.
20704         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
20705         isinff multiarch implementation.
20706         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
20707         file.
20708         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
20709         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
20710         multiarch isinf for PPC64.
20711         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
20712         file.
20713         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
20714         multiarch isinff for PPC64.
20716         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
20717         finitef multiarch implementation.
20718         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
20719         file.
20720         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
20721         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
20722         multiarch finite for PPC64.
20723         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
20724         file.
20725         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
20726         multiarch finitef for PPC64.
20728         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
20729         lrint multiarch implementation.
20730         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
20731         file.
20732         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
20733         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
20734         multiarch llrint for PPC64.
20735         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
20736         multiarch lrint for PPC64.
20738         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
20739         copysignf multiarch implementation.
20740         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
20741         file.
20742         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
20743         file.
20744         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
20745         multiarch copysign for PPC64.
20746         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
20747         multiarch copysignf for PPC64.
20749         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
20750         multiarch implementation.
20751         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
20752         file.
20753         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
20754         file.
20755         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
20756         file.
20757         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
20758         file.
20759         multiarch llround for PPC64.
20760         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
20761         multiarch trunc for PPC64.
20762         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
20763         multiarch truncf for PPC64.
20765         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
20766         multiarch implementation.
20767         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
20768         file.
20769         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
20770         file.
20771         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
20772         file.
20773         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
20774         file.
20775         multiarch llround for PPC64.
20776         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
20777         multiarch round for PPC64.
20778         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
20779         multiarch roundf for PPC64.
20781         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
20782         multiarch implementation.
20783         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
20784         file.
20785         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
20786         file.
20787         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
20788         file.
20789         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
20790         file.
20791         multiarch llround for PPC64.
20792         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
20793         multiarch floor for PPC64.
20794         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
20795         multiarch floorf for PPC64.
20797         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
20798         multiarch implementation.
20799         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
20800         file.
20801         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
20802         file.
20803         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
20804         file.
20805         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
20806         file.
20807         multiarch llround for PPC64.
20808         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
20809         multiarch ceil for PPC64.
20810         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
20811         multiarch ceilf for PPC64.
20813         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
20814         multiarch implementation.
20815         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
20816         file.
20817         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
20818         file.
20819         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
20820         file.
20821         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
20822         multiarch llround for PPC64.
20823         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
20824         multiarch lround for PPC64.
20826         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
20827         multiarch implementation.
20828         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
20829         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
20830         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
20831         file.
20832         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
20833         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
20834         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
20835         multiarch isnan for PPC64.
20836         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
20837         multiarch isnanf for PPC64.
20839         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
20840         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
20841         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
20842         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
20843         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
20844         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
20846         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
20847         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
20848         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
20849         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
20851         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
20852         multiarch implementations.
20853         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20854         (__libc_ifunc_impl_list): Likewise.
20855         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
20856         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
20857         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
20858         multiarch stpcpy for PPC64.
20860         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
20861         multiarch implementations.
20862         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20863         (__libc_ifunc_impl_list): Likewise.
20864         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
20865         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
20866         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
20867         multiarch strcpy for PPC64.
20869         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
20870         redefine function name.
20871         (_wordcopy_fwd_dest_aligned): Likewise.
20872         (_wordcopy_bwd_aligned): Likewise.
20873         (_wordcopy_bwd_dest_aligned): Likewise.
20874         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
20875         multiarch implementations.
20876         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20877         (__libc_ifunc_impl_list): Likewise.
20878         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
20879         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
20880         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
20881         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
20882         multiarch wcscpy for PPC64.
20884         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
20885         multiarch implementations.
20886         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20887         (__libc_ifunc_impl_list): Likewise.
20888         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
20889         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
20890         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
20891         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
20892         multiarch wcscpy for PPC64.
20894         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
20895         multiarch implementations.
20896         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20897         (__libc_ifunc_impl_list): Likewise.
20898         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
20899         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
20900         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
20901         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
20902         multiarch wcsrchr for PPC64.
20904         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
20905         multiarch implementations.
20906         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20907         (__libc_ifunc_impl_list): Likewise.
20908         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
20909         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
20910         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
20911         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
20912         multiarch wcschr for PPC64.
20914         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
20915         multiarch implementations.
20916         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20917         (__libc_ifunc_impl_list): Likewise.
20918         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
20919         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
20920         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
20921         multiarch strchrnul for PPC64.
20923         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
20924         implementations.
20925         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20926         (__libc_ifunc_impl_list): Likewise.
20927         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
20928         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
20929         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
20930         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
20931         strchr for PPC64.
20933         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
20934         implementations.
20935         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20936         (__libc_ifunc_impl_list): Likewise.
20937         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
20938         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
20939         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
20940         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
20941         strncmp for PPC64.
20943         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
20944         multiarch implementations.
20945         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20946         (__libc_ifunc_impl_list): Likewise.
20947         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
20948         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
20949         strncasecmp for PPC64.
20950         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
20951         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
20952         multiarch strncasecmp_l for PPC64.
20954         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
20955         multiarch implementations.
20956         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
20957         (__libc_ifunc_impl_list): Likewise.
20958         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
20959         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
20960         multiarch strcasecmp for PPC64.
20961         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
20962         file.
20963         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
20964         multiarch strcasecmp_l for PPC64.
20966         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
20967         implementations.
20968         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20969         (__libc_ifunc_impl_list): Likewise.
20970         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
20971         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
20972         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
20973         strnlen for PPC64.
20975         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
20976         implementations.
20977         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20978         (__libc_ifunc_impl_list): Likewise.
20979         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
20980         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
20981         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
20982         strlen for PPC64.
20984         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
20985         implementations.
20986         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20987         (__libc_ifunc_impl_list): Likewise.
20988         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
20989         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
20990         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
20991         rawmemrchr for PPC64.
20993         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
20994         implementation.
20995         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20996         (__libc_ifunc_impl_list): Likewise.
20997         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
20998         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
20999         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
21000         memrchr for PPC64.
21002         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
21003         implementation.
21004         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21005         (__libc_ifunc_impl_list): Likewise.
21006         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
21007         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
21008         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
21009         memchr for PPC64.
21011         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
21012         implementation.
21013         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21014         (__libc_ifunc_impl_list): Likewise.
21015         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
21016         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
21017         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
21018         mempcpy for PPC64.
21020         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
21021         avoid cretion of __bzero symbol.
21022         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
21023         Likewise.
21024         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
21025         Likewise.
21026         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
21027         Likewise.
21028         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
21029         multiarch implementations.
21030         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21031         (__libc_ifunc_impl_list): Likewise.
21032         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
21033         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
21034         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
21035         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
21036         bzero for PPC32.
21037         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
21038         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
21039         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
21040         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
21041         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
21042         memset for PPC64.
21043         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
21045         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
21046         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
21047         implementations.
21048         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21049         (__libc_ifunc_impl_list): Likewise.
21050         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
21051         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
21052         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
21053         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
21054         memcmp for PPC64.
21056         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
21057         multiarch for POWER/PPC64.
21058         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
21059         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
21060         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
21061         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
21062         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
21063         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
21064         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
21065         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
21066         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
21067         memcpy for PPC64.
21069         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
21070         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
21071         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
21072         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
21073         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
21074         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
21075         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
21076         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
21077         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
21078         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
21079         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
21080         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
21081         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
21082         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
21083         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
21084         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
21085         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
21086         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
21087         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
21088         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
21089         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
21090         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
21092 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
21094         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
21096 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
21098         * benchtests/Makefile (bench): Add exp2 and log2.
21099         (LDLIBS-bench-exp2): Add -lm.
21100         (LDLIBS-bench-log2): Likewise.
21101         * benchtests/exp2-inputs: New inputs file.
21102         * benchtests/log2-inputs: New inputs file.
21103         * benchtests/log-inputs: Add new inputs.
21104         * benchtests/tan-inputs: Likewise.
21106 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
21108         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
21109         definition...
21110         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
21111         (csloww2): ... from here.
21113         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
21114         instead of structures.
21115         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
21116         (POLYNOMIAL): Likewise.
21117         (TAYLOR_SLOW): Likewise.
21118         (__sin): Likewise.
21119         (__cos): Likewise.
21120         (slow1): Likewise.
21121         (slow2): Likewise.
21122         (sloww): Likewise.
21123         (sloww1); Likewise.
21124         (sloww2): Likewise.
21125         (bsloww1): Likewise.
21126         (bsloww2): Likewise.
21127         (cslow2): Likewise.
21128         (csloww): Likewise.
21129         (csloww1): Likewise.
21130         (csloww2): Likewise.
21132 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
21134         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
21135         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
21136         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
21137         * malloc/hooks.c (realloc_check): Likewise.
21139         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
21140         * malloc/arena.c: Remove PER_THREAD conditional.
21141         [!PER_THREAD]: Remove code.
21142         (ptmalloc_unlock_all2): Likewise.
21143         (ptmalloc_init): Likewise.
21144         (_int_new_arena): Likewise.
21145         (arena_get2): Likewise.
21146         * malloc/hooks.c (__malloc_get_state): Likewise.
21147         (__malloc_set_state): Likewise.
21148         * malloc/malloc.c: Likewise.
21149         (struct malloc_state): Likewise.
21150         (struct malloc_par): Likewise.
21151         (__libc_realloc): Likewise.
21152         (__libc_mallopt): Likewise.
21154 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21156         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
21158 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
21160         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
21161         macro to a function.  Check for zero perturb_byte.
21162         (_int_malloc, _int_free): Remove zero perturb_byte checks.
21164         * malloc/malloc.c: (force_reg): Remove.
21165         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
21166         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
21167         force_reg by atomic_forced_read.
21168         * malloc/arena.c (ptmalloc_init): Likewise.
21169         * malloc/hooks.c (top_check): Likewise.
21171 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21173         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21175 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
21177         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
21179 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
21181         * math/auto-libm-test-in: Add tests of lgamma.
21182         * math/auto-libm-test-out: Regenerated.
21183         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
21184         (M_LOG_2_SQRT_PIl): Likewise.
21185         (lgamma_test_data): Use AUTO_TESTS_f_f1.
21186         * math/gen-auto-libm-tests.c (func_calc_method): Add value
21187         mpfr_f_f1.
21188         (func_calc_desc): Add mpfr_f_f1 union field.
21189         (ARGS1): New macro.
21190         (ARGS2): Likewise.
21191         (ARGS3): Likewise.
21192         (ARGS4): Likewise.
21193         (RET1): Likewise.
21194         (RET2): Likewise.
21195         (CALC): Likewise.
21196         (FUNC): Likewise.
21197         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
21198         (test_functions): Add lgamma.
21199         (calc_generic_results): Handle mpfr_f_f1.
21200         * sysdeps/i386/fpu/libm-test-ulps: Update.
21201         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21203 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21205         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
21206         __mpn_add_n for PowerPC64/POWER7.
21207         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
21208         __mpn_sub_n for PowerPC64/POWER7.
21210         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
21211         __mpn_addmul_1 for PowerPC64.
21212         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
21213         __mpn_submul_1 for PowerPC64.
21214         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
21215         for PowerPC64.
21216         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
21217         for PowerPC64.
21219 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
21221         [BZ #15089]
21222         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
21224 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21226         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
21228         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
21229         add multiarch folders.
21230         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
21231         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
21232         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
21233         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
21234         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
21235         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
21236         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
21237         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
21238         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
21239         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
21240         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
21241         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
21242         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
21243         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
21244         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
21245         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
21246         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
21248         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
21249         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
21250         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
21251         New file.
21252         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
21253         New file.
21254         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
21255         multiarch __ieee754_hypot for PowerPC32.
21256         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
21257         New file.
21258         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
21259         New file.
21260         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
21261         multiarch __ieee754_hypotf for PowerPC32.
21263         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
21264         long_double_symbol only if __logbl is defined.
21265         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
21266         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
21267         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
21268         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
21269         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
21270         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
21271         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
21272         path for implementation.
21273         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
21274         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
21275         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
21276         logb, and logbl multiarch implementations for PowerPC32.
21277         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
21278         file.
21279         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
21280         file.
21281         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
21282         multiarch logb for PowerPC32.
21283         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
21284         file.
21285         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
21286         file.
21287         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
21288         multiarch logbf for PowerPC32.
21289         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
21290         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
21291         file.
21292         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
21293         multiarch logbl implementation for PowerPC32.
21295         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
21296         and modff multiarch implementations.
21297         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
21298         New file.
21299         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
21300         New file.
21301         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
21302         multiarch modf for PowerPC32.
21303         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
21304         New file.
21305         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
21306         New file.
21307         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
21308         multiarch modff for PowerPC32.
21310         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
21311         and lrintf multiarch implementations.
21312         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
21313         New file.
21314         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
21315         New file.
21316         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
21317         multiarch lrint for PowerPC32.
21318         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
21319         file: multiarch lrintf for PowerPC32.
21321         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
21322         and lroundf multiarch implementations.
21323         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
21324         New file.
21325         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
21326         New file.
21327         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
21328         New file.
21329         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
21330         multiarch lround for PowerPC32.
21331         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
21332         file: multiarch lroundf for PowerPC32.
21334         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
21335         copysign and copysignf multiarch implementations.
21336         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
21337         New file.
21338         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
21339         New file.
21340         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
21341         file: multiarch copysign for PowerPC32.
21342         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
21343         file: multiarch copysignf for PowerPC32.
21345         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
21346         and truncf multiarch implementations.
21347         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
21348         New file.
21349         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
21350         file.
21351         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
21352         multiarch trunc for PowerPC32.
21353         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
21354         New file.
21355         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
21356         New file.
21357         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
21358         multiarch truncf for PowerPC32.
21360         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
21361         and roundf multiarch implementations.
21362         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
21363         New file.
21364         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
21365         file.
21366         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
21367         multiarch round for PowerPC32.
21368         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
21369         New file.
21370         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
21371         New file.
21372         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
21373         multiarch roundf for PowerPC32.
21375         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
21376         and floorf multiarch implementations.
21377         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
21378         New file.
21379         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
21380         file.
21381         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
21382         multiarch floor for PowerPC32.
21383         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
21384         New file.
21385         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
21386         New file.
21387         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
21388         multiarch floorf for PowerPC32.
21390         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
21391         and ceilf multiarch implementations.
21392         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
21393         New file.
21394         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
21395         file.
21396         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
21397         multiarch ceil for PowerPC32.
21398         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
21399         New file.
21400         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
21401         file.
21402         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
21403         multiarch ceilf for PowerPC32.
21405         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
21406         is defined.
21407         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
21408         FINITEF is defined.
21409         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
21410         and finitef multiarch implementations.
21411         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
21412         New file.
21413         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
21414         file.
21415         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
21416         multiarch finite for PowerPC32.
21417         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
21418         New file.
21419         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
21420         file: multiarch finitef for PowerPC32.
21422         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
21423         and isinff multiarch implementations.
21424         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
21425         file.
21426         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
21427         file.
21428         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
21429         multiarch isinf for PowerPC32.
21430         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
21431         New file.
21432         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
21433         multiarch isinff for PowerPC32.
21435         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
21436         alias when __isnan is defined.
21437         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
21438         and isnanf multiarch implementations.
21439         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
21440         file.
21441         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
21442         file.
21443         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
21444         file.
21445         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
21446         file.
21447         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
21448         multiarch isnan for PowerPC32.
21449         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
21450         New file.
21451         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
21452         New file.
21453         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
21454         multiarch isnanf for PowerPC32.
21456         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
21457         and sqrtf multiarch implementations.
21458         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
21459         file.
21460         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
21461         file.
21462         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
21463         multiarch sqrt for PowerPC32.
21464         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
21465         file.
21466         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
21467         file.
21468         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
21469         multiarch sqrtf for PowerPC32.
21471         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
21472         and llroundf multiarch implementations.
21473         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
21474         New file.
21475         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
21476         New file.
21477         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
21478         New file.
21479         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
21480         file: multiarch llround for PowerPC32.
21481         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
21482         file: multiarch llroundf for PowerPC32.
21484         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
21485         multiarch PowerPC32 fpu implementations.
21486         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
21487         New file.
21488         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
21489         New file.
21490         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
21491         multiarch llrint for PowerPC32.
21492         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
21493         New file.
21494         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
21495         New file.
21496         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
21497         file.
21499         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
21501         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
21502         file.
21503         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
21504         file.
21505         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
21506         file.
21507         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
21508         multiarch wordcopy for PPC32.
21509         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
21510         wordcopy objects.
21511         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21512         (__libc_ifunc_impl_list): Likewise.
21513         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
21514         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
21515         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
21516         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
21517         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
21518         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
21520         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
21521         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
21522         file.
21523         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
21524         file.
21525         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
21526         file.
21527         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
21528         multiarch wcscpy for PPC32.
21529         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
21530         multiarch objects.
21531         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21532         (__libc_ifunc_impl_list): Likewise.
21533         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
21534         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
21535         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
21536         sysdeps/powerpc/power6/wcscpy.c.
21538         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
21539         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
21540         file.
21541         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
21542         file.
21543         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
21544         file.
21545         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
21546         multiarch wcsrchr for PPC32.
21547         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
21548         multiarch objects.
21549         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21550         (__libc_ifunc_impl_list): Likewise.
21551         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
21552         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
21553         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
21554         sysdeps/powerpc/power6/wcsrchr.c.
21556         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
21557         file.
21558         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
21559         file.
21560         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
21561         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
21562         multiarch wcschr for PPc32.
21563         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
21564         multiarch objects.
21565         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21566         (__libc_ifunc_impl_list): Likewise.
21567         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
21568         * sysdeps/powerpc/power6/wcschr.c: ... to here.
21569         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
21570         sysdeps/powerpc/power6/wcschr.c.
21572         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
21573         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
21574         file.
21575         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
21576         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
21577         file: multiarch strchr for PPC32.
21578         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
21579         multiarch objects.
21580         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21581         (__libc_ifunc_impl_list): Likewise.
21583         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
21584         name.
21585         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
21586         file.
21587         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
21588         file.
21589         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
21590         multiarch strchrnul for PPC32.
21591         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
21592         multiarch objects.
21593         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21594         (__libc_ifunc_impl_list): Likewise.
21596         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
21597         file.
21598         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
21599         multiarch strncasecmp for PPC32.
21600         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
21601         file.
21602         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
21603         multiarch strncasecmp_l for PPC32.
21604         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
21605         strncasecmp multiarch objects.
21606         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21607         (__libc_ifunc_impl_list): Likewise.
21609         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
21610         file.
21611         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
21612         multiarch strncasecmp for PPC32.
21613         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
21614         New file.
21615         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
21616         multiarch strcasecmp_l for PPC32.
21617         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
21618         multiarch objects.
21619         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21620         (__libc_ifunc_impl_list): Likewise.
21622         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
21623         file.
21624         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
21625         file.
21626         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
21627         multiarch strncmp for PPC32.
21628         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
21629         multiarch objects.
21630         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21631         (__libc_ifunc_impl_list): Likewise.
21633         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
21634         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
21635         file.
21636         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
21637         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
21638         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
21639         multiarch objects.
21640         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21641         (__libc_ifunc_impl_list): Likewise.
21643         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
21644         file.
21645         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
21646         file.
21647         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
21648         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
21649         multiarch objects.
21650         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21651         (__libc_ifunc_impl_list): Likewise.
21653         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
21654         file.
21655         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
21656         file.
21657         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
21658         multiarch rawmemchr for PPC32.
21659         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
21660         multiarch objects.
21661         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21662         (__libc_ifunc_impl_list): Likewise.
21664         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
21665         file.
21666         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
21667         file.
21668         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
21669         file: memrchr multiarch for PPC32.
21670         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
21671         multiarch objects.
21672         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21673         (__libc_ifunc_impl_list): Likewise.
21675         * string/memchr.c (__memchr): Using macro to redefine symbol name.
21676         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
21677         file.
21678         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
21679         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
21680         multiarch memchr for PPC32.
21681         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
21682         multiarch objects.
21683         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
21684         (__libc_ifunc_impl_list): Likewise.
21686         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
21687         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
21688         file.
21689         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
21690         file.
21691         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
21692         file: multiarch mempcpy for PPC32.
21693         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
21694         multiarch objects.
21695         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
21696         (__libc_ifunc_impl_list): Likewise.
21698         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
21699         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
21700         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
21701         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
21702         multiarch bzero for PPC32.
21703         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
21704         file.
21705         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
21706         file.
21707         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
21708         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
21709         file: multiarch memset for PPC32.
21710         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
21711         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
21712         memset multiarch objects.
21713         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
21714         (__libc_ifunc_impl_list): Likewise.
21716         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
21717         file.
21718         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
21719         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
21720         memcmp for PPC32.
21721         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
21722         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
21723         multiarch objects.
21724         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
21725         (__libc_ifunc_impl_list): Likewise.
21727         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
21728         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
21729         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
21730         file.
21731         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
21732         file.
21733         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
21734         file.
21735         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
21736         multiarch memcpy for PPC32.
21737         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
21738         multiarch objects.
21739         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
21740         (__libc_ifunc_impl_list): Likewise.
21742         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
21743         support multiarch for POWER/PPC32.
21744         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
21745         Likewise.
21746         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
21747         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
21748         Implies file to make multiarch folder appers before the fpu and
21749         default folder for power4 configuration.
21751 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
21753         * scripts/bench.pl: Append volatile keyword to type.
21755 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
21757         * sysdeps/sh/sotruss-lib.c: New file.
21758         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
21760 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21762         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21764 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
21766         [BZ #6810]
21767         * math/w_tgamma.c: Include <errno.h>.
21768         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
21769         * math/w_tgammaf.c: Include <errno.h>.
21770         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
21771         * math/w_tgammal.c: Include <errno.h>.
21772         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
21773         * math/auto-libm-test-in: Do not allow missing errno on tgamma
21774         underflow.  Add more tgamma tests.
21775         * math/auto-libm-test-out: Regenerated.
21776         * sysdeps/i386/fpu/libm-test-ulps: Update.
21777         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21779         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
21780         sin, sinh, tan, tanh, tgamma, y0 and y1.
21781         * math/auto-libm-test-out: Regenerated.
21782         * math/libm-test.inc (TEST_COND_x86_64): New macro.
21783         (TEST_COND_x86): Likewise.
21784         (M_E2l): Remove macro.
21785         (M_E3l): Likewise.
21786         (M_2_SQRT_PIl): Likewise.
21787         (M_SQRT_PIl): Likewise.
21788         (M_1_DIV_El): Likewise.
21789         (log_test_data): Use AUTO_TESTS_f_f.
21790         (log10_test_data): Likewise.
21791         (log1p_test_data): Likewise.
21792         (log2_test_data): Likewise.
21793         (sin_test_data): Likewise.
21794         (sin_tonearest_test_data): Likewise.
21795         (sin_towardzero_test_data): Likewise.
21796         (sin_downward_test_data): Likewise.
21797         (sin_upward_test_data): Likewise.
21798         (sinh_test_data): Likewise.
21799         (sinh_tonearest_test_data): Likewise.
21800         (sinh_towardzero_test_data): Likewise.
21801         (sinh_downward_test_data): Likewise.
21802         (sinh_upward_test_data): Likewise.
21803         (tan_test_data): Likewise.
21804         (tan_tonearest_test_data): Likewise.
21805         (tan_towardzero_test_data): Likewise.
21806         (tan_downward_test_data): Likewise.
21807         (tan_upward_test_data): Likewise.
21808         (tanh_test_data): Likewise.
21809         (tgamma_test_data): Likewise.
21810         (y0_test_data): Likewise.
21811         (y1_test_data): Likewise.
21812         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
21813         (special_real_inputs): Add pi/4.
21814         * sysdeps/i386/fpu/libm-test-ulps: Update.
21815         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21817 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21819         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
21820         "longjmp_target" static probes.
21821         (__longjmp): Rename to __longjmp_symbol.
21822         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
21823         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
21824         on which longjmp to generate.
21825         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
21826         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
21827         probe.
21828         (__sigsetjmp): Rename to __sigsetjmp_symbol.
21829         (__sigjmp_save): Rename to __sigjmp_save_symbol.
21830         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
21831         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
21832         and __sigjmp_save_symbol based on which sigsetjmp to generated.
21833         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
21834         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
21835         __longjmp_symbol based on which __longjmp to generate.
21836         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
21837         probe.
21838         (setjmp): Rename to setjmp_symbol.
21839         (__sigsetjmp): Rename to __sigsetjmp_symbol.
21840         (_setjmp): Rename to _setjmp_symbol.
21841         (__sigsetjmp): Rename to __sigsetjmp_symbol.
21842         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
21843         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
21844         which setjmp to generate.
21845         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
21846         "longjmp_target" static probes.
21848 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
21850         * benchtests/README: Add note about output arguments.
21851         * benchtests/bench-sincos.c: Remove file.
21852         * benchtests/sincos-inputs: New file.
21853         * scripts/bench.pl: Identify output arguments and define
21854         static variables for them.
21856         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
21858         [BZ #15941]
21859         * Makefile (INSTALL): Add install-plain.texi as the primary
21860         dependency.
21861         * manual/install-plain.texi: New file.
21862         * manual/install.texi: Include node directive only for
21863         non-plaintext output.
21865 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
21867         * stdlib/longlong.h: Update from GCC.
21869         [BZ #6807]
21870         [BZ #15901]
21871         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
21872         * math/w_j0f.c (y0f): Likewise.
21873         * math/w_j0l.c (__y0l): Likewise.
21874         * math/w_j1.c (y1): Likewise.
21875         * math/w_j1f.c (y1f): Likewise.
21876         * math/w_j1l.c (__y1l): Likewise
21877         * math/w_jn.c (yn): Likewise.
21878         * math/w_jnf.c (ynf): Likewise.
21879         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
21880         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
21881         value for Bessel function domain errors outside _SVID_ mode.
21882         Adjust sign of return value for yn (negative integer, 0).
21883         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
21884         by zero in return for negative x and set sign appropriately for
21885         negative n.
21886         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
21887         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
21888         * math/libm-test.inc (y0_test_data): Add more tests and adjust
21889         expectations in error cases.
21890         (y1_test_data): Likewise.
21891         (yn_test_data): Likewise.
21892         * sysdeps/i386/fpu/libm-test-ulps: Update.
21893         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21895 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
21897         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
21898         "64" to "64-v1".  Add "64-v2".
21899         (abi-64-options): Rename to ...
21900         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
21901         (abi-64-condition): Rename to ...
21902         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
21903         (abi-64-ld-soname): Rename to ...
21904         (abi-64-v1-ld-soname): ... this.
21905         (abi-64-v2-options): Define.
21906         (abi-64-v2-condition): Likewise.
21907         (abi-64-v2-ld-soname): Likewise.
21908         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
21909         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
21910         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
21911         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
21912         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
21914 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
21915             Alan Modra  <amodra@gmail.com>
21917         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
21918         New versions for use with the ELFv2 ABI.
21919         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
21920         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
21921         declaration.
21922         (struct La_ppc64v2_retval): Likewise.
21923         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
21924         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
21925         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
21926         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
21927         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
21928         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
21929         Do not save or restore CR.
21930         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
21931         (_dl_profile_resolve): Do no save or restore CR.  Support extended
21932         return values for ELFv2 ABI.  Fix location of FPR return registers.
21933         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
21934         updated values for _CALL_ELF == 2.
21935         (La_regs, La_retval, int_retval): Likewise.
21937 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
21939         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
21940         (FRAME_MIN_SIZE_PARM): Likewise.
21941         (FRAME_BACKCHAIN): Likewise.
21942         (FRAME_CR_SAVE): Likewise.
21943         (FRAME_LR_SAVE): Likewise.
21944         (FRAME_TOC_SAVE): Likewise.
21945         (FRAME_PARM_SAVE): Likewise.
21946         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
21947         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
21948         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
21949         (call_mcount_parm_offset): New macro.
21950         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
21951         (PROF): Use symbolic stack frame offsets.
21952         (TAIL_CALL_SYSCALL_ERROR): Likewise.
21953         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
21954         Redefine in terms of FRAME_MIN_SIZE.
21955         (_dl_runtime_resolve): Use symbolic stack frame offsets.
21956         (_dl_profile_resolve): Likewise.  Update comment.
21957         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
21958         symbols stack frame offsets.
21959         (__sigsetjmp): Likewise.
21960         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
21961         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
21962         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
21963         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
21965         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
21966         (FRAME_BACKCHAIN): Remove.
21967         (FRAME_CR_SAVE): Likewise.
21968         (FRAME_LR_SAVE): Likewise.
21969         (FRAME_COMPILER_DW): Likewise.
21970         (FRAME_LINKER_DW): Likewise.
21971         (FRAME_TOC_SAVE): Likewise.
21972         (FRAME_PARM_SAVE): Likewise.
21973         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
21974         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
21975         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
21976         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
21977         (CHECK_SP): Use symbolic stack frame offsets.
21978         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
21979         zone" instead of caller's parameter save area for temp storage.
21980         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
21981         Likewise.  Also, use symbolic stack frame offsets.
21982         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
21983         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
21984         our own stack frame instead of the caller's.
21985         (__socket): Use symbolic stack frame offsets.
21987 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
21988             Alan Modra  <amodra@gmail.com>
21990         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
21991         Define.
21992         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
21993         (PPC64_LOCAL_ENTRY_OFFSET): Define.
21994         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
21995         New function.
21996         (elf_machine_fixup_plt): Call it.
21997         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
21998         reloc arguments.
21999         (elf_machine_rela): Update call to elf_machine_plt_conflict.
22000         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
22001         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
22002         r2 before calling target.
22004 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22005             Alan Modra  <amodra@gmail.com>
22007         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
22008         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
22009         versions of macros to support ELFv2 ABI.
22010         (LOCALENTRY): New macro.
22011         (ENTRY, EALIGN): Use it.
22012         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
22013         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
22014         fall through into ENTRY entry point.
22015         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
22016         Only define if _CALL_ELF != 2.
22018         (elf_machine_matches_host): Verify ABI version matches.
22019         (RTLD_START): Use LOCALENTRY.
22020         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
22021         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
22022         (PLT_ENTRY_WORDS): New macro.
22023         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
22024         (elf_machine_runtime_setup): Support ELFv2 ABI.
22025         (elf_machine_fixup_plt): Likewise.
22026         (elf_machine_plt_conflict): Likewise.
22027         (resolve_ifunc): Likewise.
22028         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
22029         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
22030         Likewise.
22031         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
22032         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
22033         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
22034         (makecontext): Support ELFv2 ABI.
22035         * elf/elf.h (EF_PPC64_ABI): Define.
22037 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22039         * sysdeps/powerpc/powerpc64/sysdep.h
22040         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
22041         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
22042         (ENTRY) [ASSEMBLER]: ... but instead here ...
22043         (EALIGN) [ASSEMBLER]: ... and here.
22044         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
22045         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
22046         (ENTRY_2) [!ASSEMBLER]: Use it.
22047         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
22048         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
22049         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
22050         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
22051         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
22052         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
22053         Use PPC64_LOAD_FUNCPTR.
22055         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
22057 2013-12-04  Alan Modra  <amodra@gmail.com>
22059         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
22060         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
22061         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
22062         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
22064         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
22065         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
22066         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
22067         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
22068         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
22069         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
22071 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22073         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
22074         (__makecontext): Fix incorrect CFI when backtracing out of
22075         context created via makecontext.
22076         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
22077         (__setcontext): Fix incorrect CFI during switch to new context.
22078         (__novec_setcontext): Likewise.
22080 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
22082         [BZ #4772]
22083         * time/strptime_l.c (__strptime_internal): Allow modifiers
22084         in strptime.
22085         * time/tst-strptime.c (day_tests): Add testcase.
22087 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
22089         * scripts/bench.pl: Skip over blank lines.
22091 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
22093         [BZ #926]
22094         * manual/time.texi (Calendar Time): Clarify what timezone functions
22095         use.
22097 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22099         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22101 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
22103         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
22104         implementation.
22105         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
22106         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
22107         * debug/memset_chk.c (__memset_chk): Likewise.
22108         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
22109         * debug/strncpy_chk.c: Likewise.
22111 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
22113         [BZ #15268]
22114         [BZ #15425]
22115         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
22116         (__ieee754_exp): For possibly underflowing results, check size of
22117         result and force underflow exception if required.
22118         * math/auto-libm-test-in: Add more tests of exp.
22119         * math/auto-libm-test-out: Regenerated.
22120         * sysdeps/i386/fpu/libm-test-ulps: Update.
22121         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22123         [BZ #16283]
22124         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
22125         * math/w_exp2f.c (__exp2f): Likewise.
22126         * math/w_exp2l.c (__exp2l): Likewise.
22127         * math/auto-libm-test-in: Do not allow missing errno on exp2
22128         underflow.
22129         * math/auto-libm-test-out: Regenerated.
22131 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
22133         [BZ #16274]
22134         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
22135         handle filename validation.
22136         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
22137         (do_open): Delete.
22139 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
22141         [BZ #6786]
22142         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
22143         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
22144         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
22145         <float.h>.
22146         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
22147         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
22148         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
22149         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
22150         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
22151         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
22152         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
22153         * math/auto-libm-test-in: Don't allow missing errno from erfc.
22154         Add more erfc tests.
22155         * math/auto-libm-test-out: Regenerated.
22156         * sysdeps/i386/fpu/libm-test-ulps: Update.
22157         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22159         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
22160         exp2, expm1, j0 and j1.
22161         * math/auto-libm-test-out: Regenerated.
22162         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
22163         (erfc_test_data): Likewise.
22164         (exp_test_data): Likewise.
22165         (exp_tonearest_test_data): Likewise.
22166         (exp_towardzero_test_data): Likewise.
22167         (exp_downward_test_data): Likewise.
22168         (exp_upward_test_data): Likewise.
22169         (exp10_test_data): Likewise.
22170         (exp2_test_data): Likewise.
22171         (expm1_test_data): Likewise.
22172         (j0_test_data): Likewise.
22173         (j1_test_data): Likewise.
22174         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
22175         (input_flag_type): Add flag_xfail_rounding.
22176         (input_flags): Add xfail-rounding.
22177         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
22178         (output_for_one_input_case): Handle flag_xfail_rounding.
22179         * sysdeps/i386/fpu/libm-test-ulps: Update.
22180         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22182 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
22184         [BZ #16289]
22185         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
22186         division by 0.
22188 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
22190         [BZ #16195]
22191         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
22192         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
22193         (STAP_PROBE0): New macro.
22194         (STAP_PROBE1): Likewise.
22195         (STAP_PROBE2): Likewise.
22196         (STAP_PROBE3): Likewise.
22197         (STAP_PROBE4): Likewise.
22199 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
22201         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
22203 2013-12-02  Steve Ellcey  <sellcey@mips.com>
22205         * benchtests/Makefile (bench): Add sqrt.
22206         (LDLIBS-bench-sqrt): New.
22207         * benchtests/sqrt-input: New.
22209 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
22211         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
22212         (GAIH_EAI): Likewise.
22213         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
22214         (gaih_inet): Likewise.
22215         (getaddrinfo): Don't use GAIH_EAI.
22217         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
22218         (struct gaih): Remove definition.
22220 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
22222         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
22223         Use HERRNOP directly.
22225 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22227         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22229 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
22231         * math/gen-auto-libm-tests.c (test_functions): Add more
22232         single-argument functions.
22233         (special_fill_pi_2): New function.
22234         (special_fill_minus_pi_2): Likewise.
22235         (special_fill_pi_6): Likewise.
22236         (special_fill_minus_pi_6): Likewise.
22237         (special_fill_pi_3): Likewise.
22238         (special_fill_2pi_3): Likewise.
22239         (special_fill_e): Likewise.
22240         (special_fill_1_e): Likewise.
22241         (special_fill_e_minus_1): Likewise.
22242         (special_real_inputs): Add more special inputs.
22243         (output_for_one_input_case): Do not require ERANGE on underflow to
22244         zero if round-to-nearest result does not underflow to zero, unless
22245         exact results required.
22246         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
22247         atan, atanh, cbrt, cos and cosh.
22248         * math/auto-libm-test-out: Regenerated.
22249         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
22250         (acos_tonearest_test_data): Likewise.
22251         (acos_towardzero_test_data): Likewise.
22252         (acos_downward_test_data): Likewise.
22253         (acos_upward_test_data): Likewise.
22254         (acosh_test_data): Likewise.
22255         (asin_test_data): Likewise.
22256         (asin_tonearest_test_data): Likewise.
22257         (asin_towardzero_test_data): Likewise.
22258         (asin_upward_test_data): Likewise.
22259         (asinh_test_data): Likewise.
22260         (atan_test_data): Likewise.
22261         (atanh_test_data): Likewise.
22262         (cbrt_test_data): Likewise.
22263         (cos_test_data): Likewise.
22264         (cos_tonearest_test_data): Likewise.
22265         (cos_towardzero_test_data): Likewise.
22266         (cos_downward_test_data): Likewise.
22267         (cos_upward_test_data): Likewise.
22268         (cosh_test_data): Likewise.
22269         (cosh_tonearest_test_data): Likewise.
22270         (cosh_towardzero_test_data): Likewise.
22271         (cosh_downward_test_data): Likewise.
22272         (cosh_upward_test_data): Likewise.
22273         * sysdeps/i386/fpu/libm-test-ulps: Update.
22274         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22276 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
22278         [BZ #6787]
22279         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
22280         * math/w_exp10f.c (__exp10f): Likewise.
22281         * math/w_exp10l.c (__exp10l): Likewise.
22282         * math/libm-test.inc (exp10_test_data): Add more tests and expect
22283         errno settings in existing tests.
22285         [BZ #14032]
22286         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
22287         precision control set to double precision.
22288         * sysdeps/i386/fpu/w_sqrt.c: New file.
22289         * math/auto-libm-test-in: Add more tests.
22290         * math/auto-libm-test-out: Update.
22292         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
22293         (sqrt_test_tonearest): New function.
22294         (sqrt_towardzero_test_data): New variable.
22295         (sqrt_test_towardzero): New function.
22296         (sqrt_downward_test_data): New variable.
22297         (sqrt_test_downward): New function.
22298         (sqrt_upward_test_data): New variable.
22299         (sqrt_test_upward): New function.
22300         (main): Call the new functions.
22302         * math/gen-auto-libm-tests.c: New file.
22303         * math/auto-libm-test-in: Likewise.
22304         * math/auto-libm-test-out: New generated file.
22305         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
22306         variables.
22307         (%beautify): Add generated representations of zero.
22308         (top level): Set $auto_input and call parse_auto_input.
22309         (beautify): Remove trailing "f" from hex float constants.
22310         (parse_args): Handle XFAIL_TEST.
22311         (convert_condition): New function.
22312         (or_value): Likewise.
22313         (or_cond_value): Likewise.
22314         (generate_testfile): Handle AUTO_TESTS_* lines.
22315         (parse_auto_input): New function.
22316         * math/libm-test.inc (XFAIL_TEST): New macro.
22317         (ERRNO_UNCHANGED): Update value.
22318         (ERRNO_EDOM): Likewise.
22319         (ERRNO_ERANGE): Likewise.
22320         (IGNORE_RESULT): Likewise.
22321         (TEST_COND_flt_32): New macro.
22322         (TEST_COND_dbl_64): Likewise.
22323         (TEST_COND_ldbl_96_intel): Likewise.
22324         (TEST_COND_ldbl_96_m68k): Likewise.
22325         (TEST_COND_ldbl_128): Likewise.
22326         (TEST_COND_ldbl_128ibm): Likewise.
22327         (TEST_COND_long32): Likewise.
22328         (TEST_COND_long64): Likewise.
22329         (TEST_COND_before_rounding): Likewise.
22330         (TEST_COND_after_rounding): Likewise.
22331         (enable_test): Handle XFAIL_TEST flag.
22332         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
22333         with finite results.
22334         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
22335         auto-libm-test-out.
22337 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
22338             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
22340         [BZ #16214]
22341         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
22342         __tls_get_addr_internal instead of __tls_get_offset in order to
22343         avoid GOT pointer dependency.  Make rtld export
22344         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
22345         __tls_get_addr since we are a __tls_get_offset platform.
22346         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
22347         GOT pointer being set up before.
22348         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
22350 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
22352         * manual/math.texi (Errors in Math Functions): Document accuracy
22353         goals.
22355         [BZ #15004]
22356         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
22357         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
22358         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
22359         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
22360         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
22361         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
22362         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
22363         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
22364         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
22365         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
22366         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
22367         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
22368         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
22369         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
22370         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
22371         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
22373         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
22374         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
22375         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
22376         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
22377         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
22378         Likewise.
22379         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
22380         Likewise.
22381         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
22382         Likewise.
22383         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
22384         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
22385         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
22386         atomic-feupdateenv and flt-rounds.
22387         * sysdeps/powerpc/nofpu/Versions (libc): Add
22388         __atomic_feholdexcept, __atomic_feclearexcept,
22389         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
22390         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
22391         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
22392         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
22393         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
22394         here.
22395         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
22396         Update.
22398         * manual/arith.texi (FP Exceptions): Document that exceptions may
22399         not be raised when matherr is used.
22400         (Math Error Reporting): Document overflow in directed rounding
22401         modes.  Document that errno may not be set when finite values are
22402         returned on overflow.  Document intent to set errno on underflow
22403         only for underflow to zero.
22405         [BZ #16271]
22406         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
22407         round-to-nearest then adjust result for other rounding modes.
22408         * include/fenv.h (fegetround): Use libm_hidden_proto.
22409         * math/fegetround.c (fegetround): Use libm_hidden_def.
22410         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
22411         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
22412         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
22413         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
22414         Likewise.
22415         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
22416         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
22417         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
22418         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
22420 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
22422         [BZ #16077]
22423         * nss/Versions (libnss_files): Add
22424         _nss_files_gethostbyname3_r.
22425         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
22426         New function.
22427         (HOST_DB_LOOKUP): Remove macro.
22428         (_nss_files_gethostbyname_r): Implement function without the
22429         HOST_DB_LOOKUP macro.
22430         (_nss_files_gethostbyname2_r): Likewise.
22432 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
22434         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
22436 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
22438         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
22439         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
22440         warning.
22442 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22444         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
22445         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
22446         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
22447         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
22448         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
22449         __fe_nomask_env_priv and attribute_hidden.
22450         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
22451         (libc_feupdateenv_test_ppc): Likewise.
22452         (libc_feresetround_ppc): Likewise.
22453         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
22454         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
22455         compat_symbol macro.
22456         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
22457         (__fe_nomask_env): Likewise.
22458         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
22460 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
22462         * string/Makefile: Remove ifunc tests.
22463         * string/test-string.h: Define TEST_IFUNC.
22464         * string/test-bcopy-ifunc.c: Remove.
22465         * string/test-bzero-ifunc.c: Likewise.
22466         * string/test-memccpy-ifunc.c: Likewise.
22467         * string/test-memchr-ifunc.c: Likewise.
22468         * string/test-memcmp-ifunc.c: Likewise.
22469         * string/test-memcpy-ifunc.c: Likewise.
22470         * string/test-memmem-ifunc.c: Likewise.
22471         * string/test-memmove-ifunc.c: Likewise.
22472         * string/test-mempcpy-ifunc.c: Likewise.
22473         * string/test-memrchr-ifunc.c: Likewise.
22474         * string/test-memset-ifunc.c: Likewise.
22475         * string/test-rawmemchr-ifunc.c: Likewise.
22476         * string/test-stpcpy-ifunc.c: Likewise.
22477         * string/test-stpncpy-ifunc.c: Likewise.
22478         * string/test-strcasecmp-ifunc.c: Likewise.
22479         * string/test-strcasestr-ifunc.c: Likewise.
22480         * string/test-strcat-ifunc.c: Likewise.
22481         * string/test-strchr-ifunc.c: Likewise.
22482         * string/test-strchrnul-ifunc.c: Likewise.
22483         * string/test-strcmp-ifunc.c: Likewise.
22484         * string/test-strcpy-ifunc.c: Likewise.
22485         * string/test-strcspn-ifunc.c: Likewise.
22486         * string/test-strlen-ifunc.c: Likewise.
22487         * string/test-strncasecmp-ifunc.c: Likewise.
22488         * string/test-strncat-ifunc.c: Likewise.
22489         * string/test-strncmp-ifunc.c: Likewise.
22490         * string/test-strncpy-ifunc.c: Likewise.
22491         * string/test-strnlen-ifunc.c: Likewise.
22492         * string/test-strpbrk-ifunc.c: Likewise.
22493         * string/test-strrchr-ifunc.c: Likewise.
22494         * string/test-strspn-ifunc.c: Likewise.
22495         * string/test-strstr-ifunc.c: Likewise.
22497 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
22499         * benchtests/Makefile: Remove ifunc tests.
22500         * benchtests/bench-string.h: Define TEST_IFUNC.
22501         * benchtests/bench-bcopy-ifunc.c: Remove.
22502         * benchtests/bench-bzero-ifunc.c: Likewise.
22503         * benchtests/bench-memccpy-ifunc.c: Likewise.
22504         * benchtests/bench-memchr-ifunc.c: Likewise.
22505         * benchtests/bench-memcmp-ifunc.c: Likewise.
22506         * benchtests/bench-memcpy-ifunc.c: Likewise.
22507         * benchtests/bench-memmem-ifunc.c: Likewise.
22508         * benchtests/bench-memmove-ifunc.c: Likewise.
22509         * benchtests/bench-mempcpy-ifunc.c: Likewise.
22510         * benchtests/bench-memrchr-ifunc.c: Likewise.
22511         * benchtests/bench-memset-ifunc.c: Likewise.
22512         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
22513         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
22514         * benchtests/bench-stpcpy-ifunc.c: Likewise.
22515         * benchtests/bench-stpncpy-ifunc.c: Likewise.
22516         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
22517         * benchtests/bench-strcasestr-ifunc.c: Likewise.
22518         * benchtests/bench-strcat-ifunc.c: Likewise.
22519         * benchtests/bench-strchr-ifunc.c: Likewise.
22520         * benchtests/bench-strchrnul-ifunc.c: Likewise.
22521         * benchtests/bench-strcmp-ifunc.c: Likewise.
22522         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
22523         * benchtests/bench-strcpy-ifunc.c: Likewise.
22524         * benchtests/bench-strcspn-ifunc.c: Likewise.
22525         * benchtests/bench-strlen-ifunc.c: Likewise.
22526         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
22527         * benchtests/bench-strncat-ifunc.c: Likewise.
22528         * benchtests/bench-strncmp-ifunc.c: Likewise.
22529         * benchtests/bench-strncpy-ifunc.c: Likewise.
22530         * benchtests/bench-strnlen-ifunc.c: Likewise.
22531         * benchtests/bench-strpbrk-ifunc.c: Likewise.
22532         * benchtests/bench-strrchr-ifunc.c: Likewise.
22533         * benchtests/bench-strsep-ifunc.c: Likewise.
22534         * benchtests/bench-strspn-ifunc.c: Likewise.
22535         * benchtests/bench-strstr-ifunc.c: Likewise.
22537 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
22539         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
22541 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
22543         * resolv/netdb.h: Use __glibc_reserved instead __unused.
22544         * rt/aio.h: Likewise.
22545         * sysdeps/gnu/bits/utmp.h: Likewise.
22546         * sysdeps/gnu/bits/utmpx.h: Likewise.
22547         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
22548         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
22549         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
22550         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
22551         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
22552         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
22553         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
22554         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
22555         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
22556         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
22557         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
22558         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
22559         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
22560         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
22561         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
22562         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
22563         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
22564         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
22565         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
22566         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
22567         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
22568         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
22569         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
22570         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
22571         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
22572         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
22573         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
22574         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
22575         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
22576         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
22577         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
22578         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
22579         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
22580         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
22581         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
22582         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
22583         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
22584         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
22585         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
22586         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
22587         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
22588         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
22590 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
22592         [BZ #16245]
22593         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
22594         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
22596 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
22598         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
22599         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
22600         Likewise.
22602 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22604         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
22605         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
22606         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
22607         (__fesetround): Remove define.
22608         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
22609         rounding and exceptions handling.
22610         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
22611         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
22612         (__fe_nomask_env): Likewise.
22613         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
22614         __fegetround instead of fegetround.
22615         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
22616         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
22618 2013-11-21  Roland McGrath  <roland@hack.frob.com>
22620         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
22621         it's there.
22623         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
22625 2013-11-21  Meador Inge  <meadori@codesourcery.com>
22627         [BZ #11157]
22628         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
22629         (encrypt_r): Likewise.
22630         * malloc/obstack.h (obstack_free): Likewise.
22631         * posix/unistd.h (encrypt): Likewise.
22633 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
22635         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
22636         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
22637         DL_CALL_DT_FINI() that call the functions directly.
22638         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
22639         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
22640         * elf/dl-fini.c: Likewise.
22642 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
22644         * malloc/hooks.c (memalign_check): Add alignment rounding.
22645         * malloc/malloc.c (_mid_memalign): New function.
22646         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
22647         Implement by calling _mid_memalign.
22648         * manual/probes.texi (Memory Allocation Probes): Remove
22649         memory_valloc_retry and memory_pvalloc_retry.
22651 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
22653         * locale/programs/locarchive.c (open_archive): Add const
22654         qualifier to ARCHIVEFNAME and copy default fname to
22655         DEFAULT_FNAME.
22657         [BZ #15601]
22658         * libio/tst-widetext.input: Rename Oriya to Odia.
22659         * locale/iso-639.def: Likewise.
22661         * manual/probes.texi (Mathematical Function Probes): Add
22662         documentation for sin, cos, asin and acos probes.
22663         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
22664         (__sin32): Add slowasin probe.
22665         (__cos32): Add slowacos probe.
22666         (__mpsin): Add slowsin probe.
22667         (__mpcos): Add slowcos probe.
22669 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
22671         [BZ #15483]
22672         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
22673         thread-local __sim_exceptions_thread and global
22674         __sim_exceptions_global.
22675         (__sim_disabled_exceptions): Change to thread-local
22676         __sim_disabled_exceptions_thread and global
22677         __sim_disabled_exceptions_global.
22678         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
22679         and global __sim_round_mode_global.
22680         (__simulate_exceptions): Use thread-local floating-point state and
22681         set global state from it as needed.
22682         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
22683         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
22684         __sim_round_mode_thread.
22685         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
22686         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
22687         and global __sim_exceptions_global.
22688         (__sim_disabled_exceptions): Change to thread-local
22689         __sim_disabled_exceptions_thread and global
22690         __sim_disabled_exceptions_global.
22691         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
22692         and global __sim_round_mode_global.
22693         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
22694         (SIM_SET_GLOBAL): Likewise.
22695         * sysdeps/powerpc/soft-fp/sfp-machine.h
22696         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
22697         __sim_round_mode_thread.
22698         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
22699         __sim_disabled_exceptions_thread.
22700         (__sim_exceptions): Change to __sim_exceptions_thread.
22701         (__sim_disabled_exceptions): Change to
22702         __sim_disabled_exceptions_thread.
22703         (__sim_round_mode): Change to __sim_round_mode_thread.
22704         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
22705         thread-local floating-point state and set global state from it as
22706         needed.
22707         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
22708         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
22709         (__sim_disabled_exceptions): Remove extern declaration.
22710         (feenableexcept): Use thread-local floating-point state and set
22711         global state from it as needed.
22712         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
22713         extern declaration.
22714         (__sim_disabled_exceptions): Likewise.
22715         (__sim_round_mode): Likewise.
22716         (__fegetenv): Use thread-local floating-point state.
22717         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
22718         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
22719         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
22720         floating-point state and set global state from it as needed.
22721         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
22722         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
22723         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
22724         Likewise.
22725         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
22726         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
22727         Likewise.
22728         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
22729         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
22730         Use __sim_round_mode_thread.
22731         * math/test-fenv-tls.c: New file.
22732         * math/Makefile (tests): Add test-fenv-tls.
22733         ($(objpfx)test-fenv-tls): Depend on
22734         $(common-objpfx)nptl/libpthread.so.
22736 2013-11-19  Andreas Schwab  <schwab@suse.de>
22738         * locale/programs/locale.c (show_info): Decode wordarray elements.
22739         * locale/categories.def (LC_MONETARY): Add element for
22740         _NL_MONETARY_CRNCYSTR.
22741         * locale/C-monetary.c (conversion_rate): New variable.
22742         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
22743         element.
22745 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
22747         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
22748         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
22750 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
22752         * elf/Makefile (tst-auxv): New test.
22753         * elf/tst-auxv.c: New
22754         * elf/rtld.c (dl_main): Adjust AT_EXECFN
22756 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
22758         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
22759         (hidden_proto): Caller changed.
22760         (hidden_tls_proto): New macro.
22761         (libc_hidden_tls_proto): Likewise.
22762         (rtld_hidden_tls_proto): Likewise.
22763         (libm_hidden_tls_proto): Likewise.
22764         (libresolv_hidden_tls_proto): Likewise.
22765         (librt_hidden_tls_proto): Likewise.
22766         (libdl_hidden_tls_proto): Likewise.
22767         (libnss_files_hidden_tls_proto): Likewise.
22768         (libnsl_hidden_tls_proto): Likewise.
22769         (libnss_nisplus_hidden_tls_proto): Likewise.
22770         (libutil_hidden_tls_proto): Likewise.
22772 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
22774         [BZ #10253]
22775         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
22776         (decompose_rpath): Defer expansion to fillin_rpath.
22777         (_dl_init_paths): Pass linkmap to fillin_rpath.
22779 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
22781         * benchtests/Makefile: Add strsep.
22782         * benchtests/bench-strsep.c: New file: strsep benchtest.
22783         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
22785 2013-11-18  Andreas Schwab  <schwab@suse.de>
22787         * locale/programs/locale.c (show_info) [case byte]: Check for
22788         '\377' instead of '\177'.
22789         * locale/C-monetary.c (not_available): Always use "\377".
22790         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
22791         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
22792         detect unavailable sign_posn locale elements.
22793         * locale/localeconv.c (__localeconv): For grouping and
22794         mon_grouping handle "\177" and "\377" like no grouping.
22795         (INT_ELEM): New macro.  Use it to set all numeric members.
22796         * locale/programs/ld-monetary.c (monetary_read)
22797         <tok_mon_grouping>: Normalize single -1 to the empty string.
22798         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
22799         Likewise.
22801 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
22803         [BZ #16055]
22804         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
22805         when we match (nil).
22806         * stdio-common/tst-sscanf.c (struct test): Add testcase.
22808 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
22810         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
22811         (NO_TEST_INLINE): Update value.
22812         (ERRNO_UNCHANGED): Likewise.
22813         (ERRNO_EDOM): Likewise.
22814         (ERRNO_ERANGE): Likewise.
22815         (IGNORE_RESULT): Likewise.
22816         (check_float_internal): Check signs of NaN results if
22817         TEST_NAN_SIGN used.
22818         (check_complex): Pass TEST_NAN_SIGN flag through to second
22819         check_float_internal call.
22820         (copysign_test_data): Add tests with quiet NaNs as second
22821         argument.  Use TEST_NAN_SIGN.
22822         (fabs_test_data): Add test of negative quiet NaN argument.  Use
22823         TEST_NAN_SIGN.
22824         (signbit_test_data): Add tests of quiet NaN argument.
22825         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
22827         * math/gen-libm-test.pl (show_exceptions): Take extra argument
22828         $ignore_result.
22829         (parse_args): Handle function results specified as IGNORE.
22830         * math/libm-test.inc (IGNORE_RESULT): New macro.
22831         (check_float_internal): Do not check numerical result if flag
22832         IGNORE_RESULT set.
22833         (check_complex): Pass through IGNORE_RESULT to second
22834         check_float_internal call.
22835         (check_int): Do not check numerical result if flag IGNORE_RESULT
22836         set.
22837         (check_long): Likewise.
22838         (check_bool): Likewise.
22839         (check_longlong): Likewise.
22840         (lrint_test_data): Add tests of infinite and NaN arguments.
22841         (lrint_tonearest_test_data): Likewise.
22842         (lrint_towardzero_test_data): Likewise.
22843         (lrint_downward_test_data): Likewise.
22844         (lrint_upward_test_data): Likewise.
22845         (llrint_test_data): Likewise.
22846         (llrint_tonearest_test_data): Likewise.
22847         (llrint_towardzero_test_data): Likewise.
22848         (llrint_downward_test_data): Likewise.
22849         (llrint_upward_test_data): Likewise.
22850         (lround_test_data): Likewise.
22851         (llround_test_data): Likewise.
22853         * math/libm-test.inc (NO_TEST_INLINE): New macro.
22854         (ERRNO_UNCHANGED): Update value.
22855         (ERRNO_EDOM): Likewise.
22856         (ERRNO_ERANGE): Likewise.
22857         (NO_TEST_INLINE_FLOAT): New macro.
22858         (NO_TEST_INLINE_DOUBLE): Likewise.
22859         (enable_test): New function.
22860         (RUN_TEST_f_f): Check enable_test before running test.
22861         (RUN_TEST_2_f): Likewise.
22862         (RUN_TEST_fff_f): Likewise.
22863         (RUN_TEST_c_f): Likewise.
22864         (RUN_TEST_f_f1): Likewise.
22865         (RUN_TEST_fF_f1): Likewise.
22866         (RUN_TEST_fI_f1): Likewise.
22867         (RUN_TEST_ffI_f1): Likewise.
22868         (RUN_TEST_c_c): Likewise.
22869         (RUN_TEST_cc_c): Likewise.
22870         (RUN_TEST_f_i): Likewise.
22871         (RUN_TEST_f_i_tg): Likewise.
22872         (RUN_TEST_ff_i_tg): Likewise.
22873         (RUN_TEST_f_b): Likewise.
22874         (RUN_TEST_f_b_tg): Likewise.
22875         (RUN_TEST_f_l): Likewise.
22876         (RUN_TEST_f_L): Likewise.
22877         (RUN_TEST_fFF_11): Likewise.
22878         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
22879         conditionals.
22880         (cosh_test_data): Likewise.
22881         (exp_test_data): Likewise.
22882         (expm1_test_data): Likewise.
22883         (hypot_test_data): Likewise.
22884         (pow_test_data): Likewise.
22885         (sinh_test_data): Likewise.
22886         (tanh_test_data): Likewise.
22887         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
22888         flags argument.
22890         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
22891         tests with quiet NaN input and output.
22892         (acosh_test_data): Likewise.
22893         (asin_test_data): Likewise.
22894         (asinh_test_data): Likewise.
22895         (atan_test_data): Likewise.
22896         (atanh_test_data): Likewise.
22897         (atan2_test_data): Likewise.
22898         (cbrt_test_data): Likewise.
22899         (cos_test_data): Likewise.
22900         (cosh_test_data): Likewise.
22901         (erf_test_data): Likewise.
22902         (erfc_test_data): Likewise.
22903         (exp_test_data): Likewise.
22904         (exp10_test_data): Likewise.
22905         (exp2_test_data): Likewise.
22906         (expm1_test_data): Likewise.
22907         (hypot_test_data): Likewise.
22908         (j0_test_data): Likewise.
22909         (j1_test_data): Likewise.
22910         (jn_test_data): Likewise.
22911         (lgamma_test_data): Likewise.
22912         (log_test_data): Likewise.
22913         (log10_test_data): Likewise.
22914         (log1p_test_data): Likewise.
22915         (log2_test_data): Likewise.
22916         (pow_test_data): Likewise.
22917         (scalb_test_data): Likewise.
22918         (sin_test_data): Likewise.
22919         (sincos_test_data): Likewise.
22920         (sinh_test_data): Likewise.
22921         (tan_test_data): Likewise.
22922         (tanh_test_data): Likewise.
22923         (tgamma_test_data): Likewise.
22924         (y0_test_data): Likewise.
22925         (y1_test_data): Likewise.
22926         (yn_test_data): Likewise.
22928         [BZ #16167]
22929         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
22930         argument being NaN and avoid computations with second argument in
22931         that case.
22932         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
22933         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
22934         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
22936 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
22938         * locale/iso-639.def: Add Chitwani Tharu (the).
22940 2013-11-14  Andreas Schwab  <schwab@suse.de>
22942         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
22943         word instead of empty string.
22945 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22947         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
22948         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
22949         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
22950         (__fe_nomask_env): Likewise.
22952 2013-11-13  Steve Ellcey  <sellcey@mips.com>
22954         * benchtests/bench-timing.h: Include time.h.
22956 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
22958         [BZ #15997]
22959         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
22960         to 3.4.0 for x32.
22961         * sysdeps/unix/sysv/linux/configure: Regenerated.
22963 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
22965         [BZ #16151]
22966         * stdlib/strtod_l.c (round_and_return): Do not consider
22967         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
22968         exponent one less than half the least subnormal exponent.
22969         * stdlib/test-strtod-round-data: Add more tests.
22970         * stdlib/tst-strtod-round.c (tests): Regenerated.
22972 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22974         [BZ #14143]
22975         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
22976         (__fe_mask_env): Likewise.
22977         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
22978         libm_hidden_proto and add function prototype.
22979         (__fe_mask_env): Add function prototype.
22980         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
22981         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
22982         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
22983         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
22984         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
22985         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
22987 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
22989         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
22990         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
22992 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
22994         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
22995         of htab_find_slot().
22997 2013-11-11  David S. Miller  <davem@davemloft.net>
22999         [BZ #16150]
23000         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
23001         symbol in the non-vis3 case in static builds.
23002         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
23003         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
23004         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
23005         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
23007 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
23009         [BZ #387]
23010         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
23011         it is empty.
23013 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23015         * benchtests/Makefile: Add bench-strtod.
23016         * benchtests/bench-strtod.c: New file: strtod benchtest
23018 2013-11-11  Andreas Schwab  <schwab@suse.de>
23020         [BZ #16153]
23021         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
23022         terminating NUL in key length.
23024 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23026         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
23027         Add artificial ODP entry for vDSO symbol for PPC64.
23028         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
23029         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
23031 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
23033         [BZ #15374]
23034         * nss/getent.c (services_keys): Recognize services starting with digit.
23036 2013-11-06  David S. Miller  <davem@davemloft.net>
23038         [BZ #15985]
23039         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
23040         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
23042 2013-11-06  Will Newton  <will.newton@linaro.org>
23044         * manual/memory.texi (Malloc Examples): Remove register
23045         keyword from examples.
23047 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
23049         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
23051 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
23053         [BZ #6981]
23054         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
23055         depending on [__GCC_IEC_559 > 0].
23056         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
23057         depending on [__GCC_IEC_559_COMPLEX > 0].
23059 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
23061         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
23062         to iso-639.def.
23064 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
23066         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
23068 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
23070         [BZ #16112]
23071         * malloc/malloc (malloc_info): Do not handle first bin as
23072         special case.
23074 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
23076         * locale/iso-639.def: Add Central Nahuatl (nhn).
23078 2013-11-01  Bruno Haible  <bruno@clisp.org>
23080         [BZ #7003]
23081         * manual/math.texi (BSD Random): Specify range upper bound as
23082         in POSIX.
23084 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
23086         * locale/iso-639.def: Add Meadow Mari (mhr).
23088 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
23090         [BZ #14752], [BZ #15763]
23091         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
23092         Validate name.
23093         * rt/tst_shm.c: Add test for escaping directory.
23095 2013-10-31  Andreas Schwab  <schwab@suse.de>
23097         [BZ #15917]
23098         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
23099         followed by 'x' as part of digit sequence.
23100         * stdio-common/tst-sscanf.c (double_tests2): New tests.
23102 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
23104         [BZ #16037]
23105         * configure.ac: allow GNU Make 4.0 and greater.
23106         * configure: Regenerated.
23108 2013-10-30  Will Newton  <will.newton@linaro.org>
23110         [BZ #16038]
23111         * malloc/hooks.c (memalign_check): Limit alignment to the
23112         maximum representable power of two.
23113         * malloc/malloc.c (__libc_memalign): Likewise.
23114         * malloc/tst-memalign.c (do_test): Add test for very
23115         large alignment values.
23116         * malloc/tst-posix_memalign.c (do_test): Likewise.
23118 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
23120         [BZ #11087]
23121         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
23122         (munmap_chunk): Likewise.
23123         (mremap_chunk): Likewise.
23125 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
23127         [BZ #15799]
23128         * stdlib/div.c (div): Remove obsolete code.
23129         * stdlib/ldiv.c (ldiv): Likewise.
23130         * stdlib/lldiv.c (lldiv): Likewise.
23132 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
23134         [BZ #16071]
23135         * nss/nss_files/files-XXX.c (get_contents_ret): New
23136         enumerator.
23137         (get_contents): New function.
23138         (internal_getent): Use it.  Expand size of LINEBUFLEN.
23140 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
23142         * configure.in: Moved to ...
23143         * configure.ac: ... here. Change reference to configure.in
23144         to configure.ac.
23145         * sysdeps/arm/preconfigure.ac: ... here.
23146         configure.in to configure.ac.
23147         * sysdeps/gnu/configure.in: Moved to ...
23148         * sysdeps/gnu/configure.ac: ... here.
23149         * sysdeps/i386/configure.in: Moved to ...
23150         * sysdeps/i386/configure.ac: ... here.
23151         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
23152         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
23153         * sysdeps/mach/configure.in: Moved to ...
23154         * sysdeps/mach/configure.ac: ... here.
23155         * sysdeps/mach/hurd/configure.in: Moved to ...
23156         * sysdeps/mach/hurd/configure.ac: ... here.
23157         * sysdeps/powerpc/configure.in: Moved to ...
23158         * sysdeps/powerpc/configure.ac: ... here.
23159         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
23160         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
23161         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
23162         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
23163         * sysdeps/s390/s390-32/configure.in: Moved to ...
23164         * sysdeps/s390/s390-32/configure.ac: ... here.
23165         * sysdeps/s390/s390-64/configure.in: Moved to ...
23166         * sysdeps/s390/s390-64/configure.ac: ... here.
23167         * sysdeps/sh/configure.in: Moved to ...
23168         * sysdeps/sh/configure.ac: ... here.
23169         * sysdeps/sparc/configure.in: Moved to ...
23170         * sysdeps/sparc/configure.ac: ... here.
23171         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
23172         * sysdeps/unix/sysv/linux/configure.ac: ... here.
23173         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
23174         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
23175         * sysdeps/x86_64/configure.in: Moved to ...
23176         * sysdeps/x86_64/configure.ac: ... here.
23177         * sysdeps/x86_64/preconfigure.in: Moved to ...
23178         * sysdeps/x86_64/preconfigure.ac: ... here.
23179         * aclocal.m4: Change reference to configure.in to configure.ac.
23180         * config.h.in: Likewise.
23181         * manual/install.texi: Likewise.
23182         * manual/maint.texi: Likewise.
23183         * Makefile: Likewise.
23184         * malloc/Makefile: Likewise.
23185         * nscd/Makefile: Likewise.
23186         * Makeconfig: Change reference to configure.in and
23187         preconfigure.in to configure.ac and preconfigure.ac
23188         respectively.
23189         * INSTALL: Regenerated.
23190         * configure: Likewise.
23191         * sysdeps/gnu/configure: Likewise.
23192         * sysdeps/i386/configure: Likewise.
23193         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
23194         * sysdeps/mach/configure: Likewise.
23195         * sysdeps/mach/hurd/configure: Likewise.
23196         * sysdeps/powerpc/configure: Likewise.
23197         * sysdeps/powerpc/powerpc32/configure: Likewise.
23198         * sysdeps/powerpc/powerpc64/configure: Likewise.
23199         * sysdeps/s390/s390-32/configure: Likewise.
23200         * sysdeps/s390/s390-64/configure: Likewise.
23201         * sysdeps/sh/configure: Likewise.
23202         * sysdeps/sparc/configure: Likewise.
23203         * sysdeps/unix/sysv/linux/configure: Likewise.
23204         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
23205         * sysdeps/x86_64/configure: Likewise.
23206         * sysdeps/x86_64/preconfigure: Likewise.
23208 2013-10-29  Andreas Schwab  <schwab@suse.de>
23210         * stdio-common/Makefile (tst-swscanf-ENV): Define.
23212 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
23214         * benchtests/pow-inputs: Add new inputs.
23216         * benchtests/exp-inputs: Add new inputs.
23218         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
23219         conditional check for return value.
23220         (__cos32): Likewise.
23222 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23224         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
23225         to provide a boost for large inputs with word alignment.
23226         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
23227         implementation based on optimized PPC64 strcpy.
23228         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
23229         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
23230         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
23231         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
23233 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
23235         [BZ #2801]
23236         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
23238 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
23240         [BZ #14876]
23241         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
23242         * time/tst-strptime.c (day_tests): Add testcase.
23244 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
23246         [BZ #14029]
23247         * manual/pattern.texi: Acknowledge that fnmatch can fail.
23249 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
23251         [BZ #16074]
23252         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
23253         MAP_FAILED on error.
23255 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
23257         [BZ #16072]
23258         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
23259         heap for large requests.
23261 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
23263         [BZ #9954]
23264         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
23265         result if the result has no associated interface.
23266         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
23267         interface for all 127.X.Y.Z addresses.
23269 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
23271         * locale/iso-639.def: Add Ligurian (lij)
23273 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
23275         [BZ #15825]
23276         * sunrpc/rpc_main.c: Document rpcgen -5.
23278 2013-10-19  Michael Stahl  <mstahl@redhat.com>
23280         * elf/rtld.c (do_preload): Print the reason why preloading failed.
23282 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
23284         [BZ #10278]
23285         * posix/glob.c: Match only directories when trailing slash is present.
23286         * posix/tst-gnuglob.c (my_opendir): Do not open files.
23287         (main): Add testcase.
23289 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
23291         [BZ #15670]
23292         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
23294 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
23296         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
23297         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
23298         AUTH_DES and cindex for FIPS 140-2.
23299         (DES Encryption): Add cindex FIPS 46-3.
23301         * locale/locarchive.h (struct locarhandle): Add fname.
23302         * locale/programs/localedef.c (main): Pass ARGV[remaining]
23303         if an optional argument was specified to --list-archive,
23304         otherwise NULL.
23305         * locale/programs/locarchive.c (show_archive_content): Take new
23306         argument fname and pass it via ah.fname to open_archive.
23307         * locale/programs/localedef.h: Update decl.
23308         (open_archive): If AH->fname is non-null, open that file
23309         rather than the default file name, and don't ignore ENOENT.
23310         (create_archive): Set AH.fname to NULL.
23311         (delete_locales_from_archive): Likewise.
23312         (add_locales_to_archive): Likewise.
23313         * locale/programs/locfile.c (write_all_categories): Likewise.
23315 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
23316             Aldy Hernandez  <aldyh@redhat.com>
23318         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
23319         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
23320         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
23321         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
23322         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
23323         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
23324         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
23325         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
23326         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
23327         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
23328         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
23329         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
23330         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
23331         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
23332         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
23333         Likewise.
23334         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
23335         Likewise.
23336         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
23337         Likewise.
23338         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
23339         Likewise.
23340         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
23341         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
23342         Likewise.
23343         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
23344         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
23345         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
23346         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
23347         Likewise.
23348         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
23349         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
23350         * sysdeps/powerpc/preconfigure: Likewise.
23351         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
23352         Likewise.
23353         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
23354         Replace contents of file by #include of <fenv_libc.h>.
23355         * sysdeps/powerpc/soft-fp/sfp-machine.h
23356         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
23357         and <sys/prctl.h>.
23358         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
23359         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
23360         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
23361         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
23362         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
23363         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
23364         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
23365         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
23366         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
23367         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
23368         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
23369         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
23370         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
23371         Allow copysignl PLT reference to be missing.
23373 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
23374             Joseph Myers  <joseph@codesourcery.com
23376         [BZ #15948]
23377         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
23378         single character.
23379         (add_to_tablewc): Assert sequence of wide characters is nonempty.
23381 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
23383         * elf/tst-tls-dlinfo.c: Don't include tls.h.
23384         * elf/tst-tls1.c: Likewise.
23385         * elf/tst-tls10.h: Likewise.
23386         * elf/tst-tls14.c: Likewise.
23387         * elf/tst-tls2.c: Likewise.
23388         * elf/tst-tls3.c: Likewise.
23389         * elf/tst-tls4.c: Likewise.
23390         * elf/tst-tls5.c: Likewise.
23391         * elf/tst-tls6.c: Likewise.
23392         * elf/tst-tls7.c: Likewise.
23393         * elf/tst-tls8.c: Likewise.
23394         * elf/tst-tls9.c: Likewise.
23395         * elf/tst-tlsmod1.c: Likewise.
23396         * elf/tst-tlsmod13.c: Likewise.
23397         * elf/tst-tlsmod13a.c: Likewise.
23398         * elf/tst-tlsmod14a.c: Likewise.
23399         * elf/tst-tlsmod16a.c: Likewise.
23400         * elf/tst-tlsmod16b.c: Likewise.
23401         * elf/tst-tlsmod2.c: Likewise.
23402         * elf/tst-tlsmod3.c: Likewise.
23403         * elf/tst-tlsmod4.c: Likewise.
23404         * elf/tst-tlsmod5.c: Likewise.
23405         * elf/tst-tlsmod6.c: Likewise.
23407 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
23409         [BZ #12486]
23410         * malloc/malloc.c: remove checks for statistics.
23412 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
23414         [BZ #15277]
23415         * inet/inet_net.c (inet_network): Detect additional invalid strings.
23416         * inet/tst-network.c: Add testcase.
23418 2013-10-17  Andreas Schwab  <schwab@suse.de>
23420         [BZ #15218]
23421         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
23422         to determine canonical name.
23424 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
23426         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
23427         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
23428         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
23429         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
23430         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
23431         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
23432         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
23433         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
23434         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
23435         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
23436         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
23437         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
23438         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
23439         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
23440         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
23441         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
23442         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
23443         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
23444         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
23445         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
23446         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
23447         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
23448         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
23449         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
23450         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
23451         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
23452         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
23453         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
23454         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
23455         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
23456         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
23457         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
23458         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
23459         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
23460         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
23461         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
23462         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
23463         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
23464         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
23465         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
23466         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
23467         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
23468         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
23469         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
23470         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
23471         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
23472         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
23473         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
23474         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
23475         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
23476         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
23477         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
23478         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
23479         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
23480         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
23481         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
23482         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
23483         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
23485 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
23487         [BZ #16041]
23488         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
23489         make result into a quiet NaN.
23491 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
23493         * soft-fp/adddf3.c: Fix horizontal whitespace.
23494         * soft-fp/addsf3.c: Likewise.
23495         * soft-fp/addtf3.c: Likewise.
23496         * soft-fp/divdf3.c: Likewise.
23497         * soft-fp/divsf3.c: Likewise.
23498         * soft-fp/divtf3.c: Likewise.
23499         * soft-fp/double.h: Likewise.
23500         * soft-fp/eqdf2.c: Likewise.
23501         * soft-fp/eqsf2.c: Likewise.
23502         * soft-fp/eqtf2.c: Likewise.
23503         * soft-fp/extenddftf2.c: Likewise.
23504         * soft-fp/extended.h: Likewise.
23505         * soft-fp/extendsfdf2.c: Likewise.
23506         * soft-fp/extendsftf2.c: Likewise.
23507         * soft-fp/extendxftf2.c: Likewise.
23508         * soft-fp/fixdfdi.c: Likewise.
23509         * soft-fp/fixdfsi.c: Likewise.
23510         * soft-fp/fixdfti.c: Likewise.
23511         * soft-fp/fixsfdi.c: Likewise.
23512         * soft-fp/fixsfsi.c: Likewise.
23513         * soft-fp/fixsfti.c: Likewise.
23514         * soft-fp/fixtfdi.c: Likewise.
23515         * soft-fp/fixtfsi.c: Likewise.
23516         * soft-fp/fixtfti.c: Likewise.
23517         * soft-fp/fixunsdfdi.c: Likewise.
23518         * soft-fp/fixunsdfsi.c: Likewise.
23519         * soft-fp/fixunsdfti.c: Likewise.
23520         * soft-fp/fixunssfdi.c: Likewise.
23521         * soft-fp/fixunssfsi.c: Likewise.
23522         * soft-fp/fixunssfti.c: Likewise.
23523         * soft-fp/fixunstfdi.c: Likewise.
23524         * soft-fp/fixunstfsi.c: Likewise.
23525         * soft-fp/fixunstfti.c: Likewise.
23526         * soft-fp/floatdidf.c: Likewise.
23527         * soft-fp/floatdisf.c: Likewise.
23528         * soft-fp/floatditf.c: Likewise.
23529         * soft-fp/floatsidf.c: Likewise.
23530         * soft-fp/floatsisf.c: Likewise.
23531         * soft-fp/floatsitf.c: Likewise.
23532         * soft-fp/floattidf.c: Likewise.
23533         * soft-fp/floattisf.c: Likewise.
23534         * soft-fp/floattitf.c: Likewise.
23535         * soft-fp/floatundidf.c: Likewise.
23536         * soft-fp/floatundisf.c: Likewise.
23537         * soft-fp/floatunditf.c: Likewise.
23538         * soft-fp/floatunsidf.c: Likewise.
23539         * soft-fp/floatunsisf.c: Likewise.
23540         * soft-fp/floatunsitf.c: Likewise.
23541         * soft-fp/floatuntidf.c: Likewise.
23542         * soft-fp/floatuntisf.c: Likewise.
23543         * soft-fp/floatuntitf.c: Likewise.
23544         * soft-fp/fmadf4.c: Likewise.
23545         * soft-fp/fmasf4.c: Likewise.
23546         * soft-fp/fmatf4.c: Likewise.
23547         * soft-fp/gedf2.c: Likewise.
23548         * soft-fp/gesf2.c: Likewise.
23549         * soft-fp/getf2.c: Likewise.
23550         * soft-fp/ledf2.c: Likewise.
23551         * soft-fp/lesf2.c: Likewise.
23552         * soft-fp/letf2.c: Likewise.
23553         * soft-fp/muldf3.c: Likewise.
23554         * soft-fp/mulsf3.c: Likewise.
23555         * soft-fp/multf3.c: Likewise.
23556         * soft-fp/negdf2.c: Likewise.
23557         * soft-fp/negsf2.c: Likewise.
23558         * soft-fp/negtf2.c: Likewise.
23559         * soft-fp/op-1.h: Likewise.
23560         * soft-fp/op-2.h: Likewise.
23561         * soft-fp/op-4.h: Likewise.
23562         * soft-fp/op-8.h: Likewise.
23563         * soft-fp/op-common.h: Likewise.
23564         * soft-fp/quad.h: Likewise.
23565         * soft-fp/single.h: Likewise.
23566         * soft-fp/soft-fp.h: Likewise.
23567         * soft-fp/sqrtdf2.c: Likewise.
23568         * soft-fp/sqrtsf2.c: Likewise.
23569         * soft-fp/sqrttf2.c: Likewise.
23570         * soft-fp/subdf3.c: Likewise.
23571         * soft-fp/subsf3.c: Likewise.
23572         * soft-fp/subtf3.c: Likewise.
23573         * soft-fp/truncdfsf2.c: Likewise.
23574         * soft-fp/trunctfdf2.c: Likewise.
23575         * soft-fp/trunctfsf2.c: Likewise.
23576         * soft-fp/trunctfxf2.c: Likewise.
23577         * soft-fp/unorddf2.c: Likewise.
23578         * soft-fp/unordsf2.c: Likewise.
23579         * soft-fp/unordtf2.c: Likewise.
23581 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
23583         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
23584         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
23586 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
23588         * elf/dl-libc.c: Clear initfini list after freeing.
23590 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
23592         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
23593         * soft-fp/addsf3.c: Likewise.
23594         * soft-fp/addtf3.c: Likewise.
23595         * soft-fp/divdf3.c: Likewise.
23596         * soft-fp/divsf3.c: Likewise.
23597         * soft-fp/divtf3.c: Likewise.
23598         * soft-fp/double.h: Likewise.
23599         * soft-fp/eqdf2.c: Likewise.
23600         * soft-fp/eqsf2.c: Likewise.
23601         * soft-fp/eqtf2.c: Likewise.
23602         * soft-fp/extenddftf2.c: Likewise.
23603         * soft-fp/extended.h: Likewise.
23604         * soft-fp/extendsfdf2.c: Likewise.
23605         * soft-fp/extendsftf2.c: Likewise.
23606         * soft-fp/extendxftf2.c: Likewise.
23607         * soft-fp/fixdfdi.c: Likewise.
23608         * soft-fp/fixdfsi.c: Likewise.
23609         * soft-fp/fixdfti.c: Likewise.
23610         * soft-fp/fixsfdi.c: Likewise.
23611         * soft-fp/fixsfsi.c: Likewise.
23612         * soft-fp/fixsfti.c: Likewise.
23613         * soft-fp/fixtfdi.c: Likewise.
23614         * soft-fp/fixtfsi.c: Likewise.
23615         * soft-fp/fixtfti.c: Likewise.
23616         * soft-fp/fixunsdfdi.c: Likewise.
23617         * soft-fp/fixunsdfsi.c: Likewise.
23618         * soft-fp/fixunsdfti.c: Likewise.
23619         * soft-fp/fixunssfdi.c: Likewise.
23620         * soft-fp/fixunssfsi.c: Likewise.
23621         * soft-fp/fixunssfti.c: Likewise.
23622         * soft-fp/fixunstfdi.c: Likewise.
23623         * soft-fp/fixunstfsi.c: Likewise.
23624         * soft-fp/fixunstfti.c: Likewise.
23625         * soft-fp/floatdidf.c: Likewise.
23626         * soft-fp/floatdisf.c: Likewise.
23627         * soft-fp/floatditf.c: Likewise.
23628         * soft-fp/floatsidf.c: Likewise.
23629         * soft-fp/floatsisf.c: Likewise.
23630         * soft-fp/floatsitf.c: Likewise.
23631         * soft-fp/floattidf.c: Likewise.
23632         * soft-fp/floattisf.c: Likewise.
23633         * soft-fp/floattitf.c: Likewise.
23634         * soft-fp/floatundidf.c: Likewise.
23635         * soft-fp/floatundisf.c: Likewise.
23636         * soft-fp/floatunsidf.c: Likewise.
23637         * soft-fp/floatunsisf.c: Likewise.
23638         * soft-fp/floatuntidf.c: Likewise.
23639         * soft-fp/floatuntisf.c: Likewise.
23640         * soft-fp/floatuntitf.c: Likewise.
23641         * soft-fp/fmadf4.c: Likewise.
23642         * soft-fp/fmasf4.c: Likewise.
23643         * soft-fp/fmatf4.c: Likewise.
23644         * soft-fp/gedf2.c: Likewise.
23645         * soft-fp/gesf2.c: Likewise.
23646         * soft-fp/getf2.c: Likewise.
23647         * soft-fp/ledf2.c: Likewise.
23648         * soft-fp/lesf2.c: Likewise.
23649         * soft-fp/letf2.c: Likewise.
23650         * soft-fp/muldf3.c: Likewise.
23651         * soft-fp/mulsf3.c: Likewise.
23652         * soft-fp/multf3.c: Likewise.
23653         * soft-fp/negdf2.c: Likewise.
23654         * soft-fp/negsf2.c: Likewise.
23655         * soft-fp/negtf2.c: Likewise.
23656         * soft-fp/op-1.h: Likewise.
23657         * soft-fp/op-2.h: Likewise.
23658         * soft-fp/op-4.h: Likewise.
23659         * soft-fp/op-8.h: Likewise.
23660         * soft-fp/op-common.h: Likewise.
23661         * soft-fp/quad.h: Likewise.
23662         * soft-fp/single.h: Likewise.
23663         * soft-fp/soft-fp.h: Likewise.
23664         * soft-fp/sqrtdf2.c: Likewise.
23665         * soft-fp/sqrtsf2.c: Likewise.
23666         * soft-fp/sqrttf2.c: Likewise.
23667         * soft-fp/subdf3.c: Likewise.
23668         * soft-fp/subsf3.c: Likewise.
23669         * soft-fp/subtf3.c: Likewise.
23670         * soft-fp/truncdfsf2.c: Likewise.
23671         * soft-fp/trunctfdf2.c: Likewise.
23672         * soft-fp/trunctfsf2.c: Likewise.
23673         * soft-fp/trunctfxf2.c: Likewise.
23674         * soft-fp/unorddf2.c: Likewise.
23675         * soft-fp/unordsf2.c: Likewise.
23676         * soft-fp/unordtf2.c: Likewise.
23678 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
23680         [BZ #15672]
23681         * misc/error.c (error_tail): Fix possible buffer overflow.
23683 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
23685         [BZ #13028]
23686         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
23687         address.
23689 2013-10-14  P. J. McDermott  <pj@pehjota.net>
23691         [BZ #832]
23692         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
23693         testing pipefail option.
23695 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
23697         * soft-fp/double.h: Indent preprocessor directives inside #if.
23698         * soft-fp/extended.h: Likewise.
23699         * soft-fp/op-2.h: Likewise.
23700         * soft-fp/op-4.h: Likewise.
23701         * soft-fp/op-common.h: Likewise.
23702         * soft-fp/quad.h: Likewise.
23703         * soft-fp/single.h: Likewise.
23704         * soft-fp/soft-fp.h: Likewise.
23706 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
23708         * iconv/iconv_prog.c: Fix typos.
23709         * stdio-common/psiginfo-data.h: Likewise.
23711 2013-10-12   Reuben Thomas <rrt@sc3d.org>
23713         [BZ #15764]
23714         * locale/setlocale.c: Fix typo.
23716 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
23718         [BZ #16036]
23719         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
23720         signaling NaN arguments.
23721         * soft-fp/unordsf2.c (__unordsf2): Likewise.
23722         * soft-fp/unordtf2.c (__unordtf2): Likewise.
23724         [BZ #14910]
23725         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
23726         unordered operands.
23727         * soft-fp/gesf2.c (__gesf2): Likewise.
23728         * soft-fp/getf2.c (__getf2): Likewise.
23729         * soft-fp/ledf2.c (__ledf2): Likewise.
23730         * soft-fp/lesf2.c (__lesf2): Likewise.
23731         * soft-fp/letf2.c (__letf2): Likewise.
23733         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
23734         * soft-fp/eqsf2.c (__eqsf2): Likewise.
23735         * soft-fp/eqtf2.c (__eqtf2): Likewise.
23736         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
23737         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
23738         * soft-fp/fixdfti.c (__fixdfti): Likewise.
23739         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
23740         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
23741         * soft-fp/fixsfti.c (__fixsfti): Likewise.
23742         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
23743         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
23744         * soft-fp/fixtfti.c (__fixtfti): Likewise.
23745         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
23746         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
23747         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
23748         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
23749         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
23750         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
23751         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
23752         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
23753         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
23754         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
23755         * soft-fp/floatdisf.c (__floatdisf): Likewise.
23756         * soft-fp/floatsisf.c (__floatsisf): Likewise.
23757         * soft-fp/floattidf.c (__floattidf): Likewise.
23758         * soft-fp/floattisf.c (__floattisf): Likewise.
23759         * soft-fp/floattitf.c (__floattitf): Likewise.
23760         * soft-fp/floatundidf.c (__floatundidf): Likewise.
23761         * soft-fp/floatundisf.c (__floatundisf): Likewise.
23762         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
23763         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
23764         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
23765         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
23766         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
23767         * soft-fp/gesf2.c (__gesf2): Likewise.
23768         * soft-fp/getf2.c (__getf2): Likewise.
23769         * soft-fp/ledf2.c (__ledf2): Likewise.
23770         * soft-fp/lesf2.c (__lesf2): Likewise.
23771         * soft-fp/letf2.c (__letf2): Likewise.
23773         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
23774         Undefine and redefine.
23775         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
23776         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
23777         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
23778         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
23779         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
23780         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
23781         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
23782         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
23783         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
23784         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
23785         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
23786         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
23787         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
23788         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
23789         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
23791         [BZ #16032]
23792         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
23793         without decrementing exponent if mantissa >= that for the
23794         denominator, not >.
23795         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
23796         denominator, not >.  Decrement exponent in < case instead of
23797         incrementing in >= case.
23798         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
23799         without decrementing exponent if mantissa >= that for the
23800         denominator, not >.
23802         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
23803         computing saturated result for unsigned overflow.
23805 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
23806             Jeff Law  <law@redhat.com>
23808         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
23809         (atan2Mp): Add systemtap probe marker.
23810         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
23811         (__ieee754_log): Add systemtap probe marker.
23812         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
23813         (atanMp): Add systemtap probe marker.
23814         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
23815         (tanMp): Add systemtap probe marker.
23816         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
23817         (__slowexp): Add systemtap probe marker.
23818         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
23819         (__slowpow): Add systemtap probe marker.
23820         * manual/probes.texi: Document probes.
23822 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
23824         [BZ #15362]
23825         * libio/fileops.c (_IO_new_file_write): Return count of bytes
23826         written.
23827         (_IO_new_file_xsputn): Don't return EOF if nothing has been
23828         written.
23829         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
23830         written to buffer but not flushed.
23831         * libio/iofwrite_u.c:  Likewise.
23832         * libio/iopadn.c:  Return bytes returned even if EOF was
23833         encountered.
23834         * libio/iowpadn.c:  Likewise.
23835         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
23836         if _IO_padn does not write the whole buffer.
23837         [!COMPILE_WPRINTF] (PAD): Likewise.
23839 2013-10-10  David S. Miller  <davem@davemloft.net>
23841         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
23842         directory block.
23844 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
23846         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
23847         instead of FSF address.
23848         * soft-fp/fixdfti.c: Likewise.
23849         * soft-fp/fixsfti.c: Likewise.
23850         * soft-fp/fixtfti.c: Likewise.
23851         * soft-fp/fixunsdfti.c: Likewise.
23852         * soft-fp/fixunssfti.c: Likewise.
23853         * soft-fp/fixunstfti.c: Likewise.
23854         * soft-fp/floattidf.c: Likewise.
23855         * soft-fp/floattisf.c: Likewise.
23856         * soft-fp/floattitf.c: Likewise.
23857         * soft-fp/floatuntidf.c: Likewise.
23858         * soft-fp/floatuntisf.c: Likewise.
23859         * soft-fp/floatuntitf.c: Likewise.
23860         * soft-fp/trunctfxf2.c: Likewise.
23862         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
23863         * soft-fp/fixdfti.c: Likewise.
23864         * soft-fp/fixsfti.c: Likewise.
23865         * soft-fp/fixtfti.c: Likewise.
23866         * soft-fp/fixunsdfti.c: Likewise.
23867         * soft-fp/fixunssfti.c: Likewise.
23868         * soft-fp/fixunstfti.c: Likewise.
23869         * soft-fp/floattidf.c: Likewise.
23870         * soft-fp/floattisf.c: Likewise.
23871         * soft-fp/floattitf.c: Likewise.
23872         * soft-fp/floatuntidf.c: Likewise.
23873         * soft-fp/floatuntisf.c: Likewise.
23874         * soft-fp/floatuntitf.c: Likewise.
23875         * soft-fp/trunctfxf2.c: Likewise.
23877 2013-10-10  David S. Miller  <davem@davemloft.net>
23879         * sysdeps/sparc/fpu/libm-test-ulps: Update.
23881 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
23883         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
23884         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
23885         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
23886         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
23887         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
23888         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
23889         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
23891         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
23892         for NaNs before doing comparisons on argument.
23893         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
23894         Likewise.
23896 2013-10-10  Will Newton  <will.newton@linaro.org>
23898         * malloc/hooks.c (memalign_check): Ensure the value of bytes
23899         passed to _int_memalign does not overflow.
23901 2013-10-10  Torvald Riegel  <triegel@redhat.com>
23903         * scripts/bench.pl: Add include-sources directive.
23904         * benchtests/README: Update documentation.
23906 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
23908         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
23909         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
23910         instead of FP_INIT_ROUNDMODE.
23911         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
23912         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
23914         [BZ #16034]
23915         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
23916         copy class of input value.
23917         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
23918         not handle exceptions.
23919         * soft-fp/negsf2.c (__negsf2): Likewise.
23920         * soft-fp/negtf2.c (__negtf2): Likewise.
23921         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
23923 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
23925         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
23926         semicolon.  From Linux kernel.
23928 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
23930         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
23932 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
23934         [BZ #156]
23935         * manual/socket.texi: Added statement about buffer
23936         for gethostbyname2_r.
23938 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
23940         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
23941         Use .p2align directive instead, throughout.
23942         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
23943         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
23944         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
23945         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
23946         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
23947         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
23948         * sysdeps/x86_64/strchr.S: Likewise.
23949         * sysdeps/x86_64/strrchr.S: Likewise.
23951 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
23953         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
23955         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
23957         * sysdeps/generic/math_private.h (__mpsin1): Remove
23958         declaration.
23959         (__mpcos1): Likewise.
23960         (__mpsin): New argument __range_reduce.
23961         (__mpcos): Likewise.
23962         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
23963         (slow): Use __mpsin and __mpcos.
23964         (slow1): Likewise.
23965         (slow2): Likewise.
23966         (sloww): Likewise.
23967         (sloww1): Likewise.
23968         (sloww2): Likewise.
23969         (bsloww): Likewise.
23970         (bsloww1): Likewise.
23971         (bsloww2): Likewise.
23972         (cslow2): Likewise.
23973         (csloww): Likewise.
23974         (csloww1): Likewise.
23975         (csloww2): Likewise.
23976         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
23977         range_reduce.  Merge in __mpsin1.
23978         (__mpcos): Likewise.
23979         (__mpsin1): Remove.
23980         (__mpcos1): Likewise.
23982 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
23984         * locale/loadlocale.c (_nl_intern_locale_data): Use
23985         LOCFILE_ALIGNED_P.
23986         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
23987         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
23988         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
23989         obstack data is appropriately aligned.
23990         (obstack_int32_grow_fast): Likewise.
23991         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
23992         * locale/programs/locfile.c (add_locale_uint32): Likewise.
23993         (add_locale_uint32_array): Likewise.
23995 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
23997         * benchtests/Makefile: Remove ARGLIST and RET variables.
23998         ($(objpfx)bench-%.c): Pass only function name to the script.
23999         * benchtests/README: Update documentation.
24000         * benchtests/acos-inputs: Add new directives.
24001         * benchtests/acosh-inputs: Likewise.
24002         * benchtests/asin-inputs: Likewise.
24003         * benchtests/asinh-inputs: Likewise.
24004         * benchtests/atan-inputs: Likewise.
24005         * benchtests/atanh-inputs: Likewise.
24006         * benchtests/cos-inputs: Likewise.
24007         * benchtests/cosh-inputs: Likewise.
24008         * benchtests/exp-inputs: Likewise.
24009         * benchtests/log-inputs: Likewise.
24010         * benchtests/pow-inputs: Likewise.
24011         * benchtests/rint-inputs: Likewise.
24012         * benchtests/sin-inputs: Likewise.
24013         * benchtests/sinh-inputs: Likewise.
24014         * benchtests/tan-inputs: Likewise.
24015         * benchtests/tanh-inputs: Likewise.
24016         * scripts/bench.pl: Add support for new directives.
24018 2013-10-07  Alan Modra  <amodra@gmail.com>
24020         * README: Fix careless merge.
24022 2013-10-05  Alan Modra  <amodra@gmail.com>
24024         * NEWS: Mention powerpc64le support and bugs fixed.
24025         * README: Both big-endian and little-endian powerpc64 supported.
24027 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
24029         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
24030         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
24031         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
24032         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
24034 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
24036         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
24037         match prototype.
24039 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
24041         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
24042         Move -mhard-float appending from
24043         ports/sysdeps/powerpc/powerpc32/Makefile.
24044         [$(with-fp) = yes] (ASFLAGS): Likewise.
24045         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
24046         * sysdeps/powerpc/nofpu: Move directory from
24047         ports/sysdeps/powerpc/nofpu.
24048         * sysdeps/powerpc/soft-fp: Move directory from
24049         ports/sysdeps/powerpc/soft-fp.
24050         * sysdeps/powerpc/powerpc32/405: Move directory from
24051         ports/sysdeps/powerpc/powerpc32/405.
24052         * sysdeps/powerpc/powerpc32/440: Move directory from
24053         ports/sysdeps/powerpc/powerpc32/440.
24054         * sysdeps/powerpc/powerpc32/464: Move directory from
24055         ports/sysdeps/powerpc/powerpc32/464.
24056         * sysdeps/powerpc/powerpc32/476: Move directory from
24057         ports/sysdeps/powerpc/powerpc32/476.
24058         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
24059         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
24060         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
24061         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
24062         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
24063         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
24064         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
24065         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
24066         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
24067         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
24068         * README: Update for powerpc-*-linux-gnu software floating point
24069         support in libc.
24071         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
24072         case to powerpc/powerpc32*.
24073         * sysdeps/unix/sysv/linux/configure: Regenerated.
24075         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
24076         (_FPU_MASK_OM): Define as 0x04.
24077         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
24078         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
24079         0x00c10080.
24080         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
24081         0x0000003c.
24082         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
24084         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
24085         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
24086         getcontext_e500.
24087         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
24088         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
24089         setcontext_e500.
24090         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
24091         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
24092         and setcontext_e500.
24094 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
24096         * locale/iso-3166.def: Update iso-1366.def and related occurrences
24098 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
24100         * manual/threads.texi (Default Thread Attributes): Fix typo.
24102 2013-10-04  Will Newton  <will.newton@linaro.org>
24104         * malloc/Makefile: Add tst-memalign.
24105         * malloc/tst-memalign.c: New file.
24107         * malloc/tst-posix_memalign.c: Add comments.
24108         (do_test): Add comments and call free on all potentially
24109         allocated pointers. Add space after cast.
24111         * malloc/tst-pvalloc.c: Add comments.
24112         (do_test): Add comments and call free on all potentially
24113         allocated pointers. Remove duplicate check for NULL pointer.
24114         Add space after cast.
24116         * malloc/tst-valloc.c: Add comments.
24117         (do_test): Add comments and call free on all potentially
24118         allocated pointers. Remove duplicate check for NULL pointer.
24119         Add space after cast.
24121 2013-10-04  Alan Modra  <amodra@gmail.com>
24123         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
24124         Use stdint types in rather than __attribute__((mode())).
24125         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
24127 2013-10-04  Alan Modra  <amodra@gmail.com>
24129         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
24130         Correct handling of unaligned relocs for little-endian.
24131         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
24133 2013-10-04  Alan Modra  <amodra@gmail.com>
24135         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
24136         * configure: Regenerate.
24137         * nptl/shlib-versions: Powerpc*le starts at 2.18.
24138         * shlib-versions: Likewise.
24140 2013-10-04  Alan Modra  <amodra@gmail.com>
24142         * string/tester.c (test_memrchr): Increment reported test cycle.
24144 2013-10-04  Alan Modra  <amodra@gmail.com>
24146         * string/test-memcpy.c (do_one_test): When reporting errors, print
24147         string address and don't overrun end of string.
24149 2013-10-04  Alan Modra  <amodra@gmail.com>
24151         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
24152         insrdi.  Make better use of reg selection to speed exit slightly.
24153         Schedule entry path a little better.  Remove useless "are we done"
24154         checks on entry to main loop.  Handle wrapping around zero address.
24155         Correct main loop count.  Handle single left-over word from main
24156         loop inline rather than by using loop_small.  Remove extra word
24157         case in loop_small caused by wrong loop count.  Add little-endian
24158         support.
24159         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
24160         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
24161         cache hint.
24162         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
24163         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
24164         support.  Avoid rlwimi.
24165         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
24167 2013-10-04  Alan Modra  <amodra@gmail.com>
24169         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
24170         insrdi.  Formatting.
24171         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
24172         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
24173         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
24174         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
24175         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
24176         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
24178 2013-10-04  Alan Modra  <amodra@gmail.com>
24180         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
24181         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
24182         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
24183         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
24184         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
24185         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
24186         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
24187         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
24188         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
24189         use of regs.  Use power7 mtocrf.  Tidy function tails.
24191 2013-10-04  Alan Modra  <amodra@gmail.com>
24193         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
24194         Formatting.  Consistently use rXXX register defines or rN defines.
24195         Use early exit labels that avoid restoring unused non-volatile regs.
24196         Make cr field use more consistent with rWORDn compares.  Rename
24197         regs used as shift registers for unaligned loop, using rN defines
24198         for short lifetime/multiple use regs.
24199         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
24200         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
24201         addi 1,1,64 to pop stack frame.  Simplify return value code.
24202         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
24204 2013-10-04  Alan Modra  <amodra@gmail.com>
24206         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
24207         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
24208         rather than rlwimi.
24209         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
24210         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
24211         little-endian support.  Correct typos.
24212         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
24213         rather than rlwimi.
24214         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
24215         in loop and entry code to keep "and." results.
24216         (strchr): Add little-endian support.  Comment.  Move cntlzd
24217         earlier in tail.
24218         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
24220 2013-10-04  Alan Modra  <amodra@gmail.com>
24222         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
24223         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
24224         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
24225         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
24227 2013-10-04  Alan Modra  <amodra@gmail.com>
24229         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
24230         (rTMP): Define as r11.
24231         (strcmp): Add little-endian support.  Optimise tail.
24232         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
24233         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
24234         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
24235         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
24236         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
24237         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
24238         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
24240 2013-10-04  Alan Modra  <amodra@gmail.com>
24242         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
24243         little-endian support.  Remove unnecessary "are we done" tests.
24244         Handle "s" wrapping around zero and extremely large "size".
24245         Correct main loop count.  Handle single left-over word from main
24246         loop inline rather than by using small_loop.  Correct comments.
24247         Delete "zero" tail, use "end_max" instead.
24248         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
24250 2013-10-04  Alan Modra  <amodra@gmail.com>
24252         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
24253         support.  Don't branch over align.
24254         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
24255         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
24256         support.  Rearrange tmp reg use to suit.  Comment.
24257         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
24259 2013-10-04  Alan Modra  <amodra@gmail.com>
24261         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
24263 2013-10-04  Alan Modra  <amodra@gmail.com>
24265         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
24266         conditional form of branch and link when obtaining pc.
24267         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
24269 2013-10-04  Alan Modra  <amodra@gmail.com>
24271         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
24272         HIWORD/LOWORD.
24273         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
24274         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
24276 2013-10-04  Alan Modra  <amodra@gmail.com>
24278         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
24279         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
24280         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
24281         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
24282         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
24283         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
24284         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
24285         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
24286         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
24287         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
24289 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
24290             Alistair Popple <alistair@ozlabs.au.ibm.com>
24291             Alan Modra <amodra@gmail.com>
24293         [BZ #15723]
24294         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
24295         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
24296         _dl_hwcap access for little-endian.
24297         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
24298         destroy vmx regs when saving unaligned.
24299         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
24300         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
24301         destroy vmx regs when saving unaligned.
24303 2013-10-04  Alan Modra  <amodra@gmail.com>
24305         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
24306         Don't use a union to pack hi/low value.
24308 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
24310         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
24311         for little-endian.
24312         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
24313         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
24314         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
24315         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
24316         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
24318 2013-10-04  Alan Modra  <amodra@gmail.com>
24320         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
24321         constants to usual value for .cst8 section, and remove redundant
24322         high address load.
24323         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
24324         constant for 0x1p52.  Load little-endian words of double from
24325         correct stack offsets.
24327 2013-10-04  Alan Modra  <amodra@gmail.com>
24329         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
24330         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
24331         words of double from correct stack offsets.
24332         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
24333         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
24334         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
24335         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
24336         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
24337         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
24338         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
24339         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
24340         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
24341         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
24342         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
24343         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
24344         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
24345         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
24346         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
24347         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
24348         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
24350 2013-10-04  Alan Modra  <amodra@gmail.com>
24352         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
24353         64-bit int/double union.
24354         (_FPU_SETCW): Likewise.
24355         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
24356         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
24358 2013-10-04  Alan Modra  <amodra@gmail.com>
24360         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
24361         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
24363 2013-10-04  Alan Modra  <amodra@gmail.com>
24365         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
24366         use vector int constants.
24367         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
24369 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
24371         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
24372         array with long long.
24373         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
24374         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
24375         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
24376         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
24377         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
24378         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
24379         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
24380         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
24381         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
24382         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
24383         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
24384         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
24385         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
24387 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
24389         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
24390         (__signbit): Likewise.  Correct for little-endian.
24391         (__signbitl): Call __signbit.
24392         (lrint): Correct for little-endian.
24393         (lrintf): Call lrint.
24395 2013-10-04  Alan Modra  <amodra@gmail.com>
24397         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
24398         union 32-bit int array member with 64-bit int array.
24399         (t515, tm256): Double rather than long double.
24400         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
24402 2013-10-04  Alan Modra  <amodra@gmail.com>
24404         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
24405         Delete.
24406         (IEEE854_LONG_DOUBLE_BIAS): Delete.
24407         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
24408         version of math_ldbl.h.
24410 2013-10-04  Alan Modra  <amodra@gmail.com>
24412         [BZ #15734], [BZ #15735]
24413         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
24414         all uses of ieee875 long double macros and unions.  Simplify test
24415         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
24416         ldbl_extract_mantissa value for ix,iy exponents.  Properly
24417         normalize after ldbl_extract_mantissa, and don't add hidden bit
24418         already handled.  Don't treat low word of ieee854 mantissa like
24419         low word of IBM long double and mask off bit when testing for
24420         zero.
24421         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
24422         all uses of ieee875 long double macros and unions.  Simplify tests
24423         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
24424         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
24425         two1022, instead use their values.  Recognise that tests for large
24426         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
24427         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
24428         Rewrite all uses of ieee875 long double macros and unions.  Simplify
24429         test for 0.0L and nan.  Correct negation.
24430         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
24431         ieee875 long double macros and unions.  Correct output for large
24432         magnitude x.  Correct absolute value calculation.
24433         (__erfcl): Likewise.
24434         * math/libm-test.inc: Add tests for errors discovered in IBM long
24435         double versions of fmodl, remainderl, erfl and erfcl.
24437 2013-10-04  Alan Modra  <amodra@gmail.com>
24439         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
24440         all uses of ieee854 long double macros and unions.  Simplify tests
24441         for long doubles that are fully specified by the high double.
24442         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
24443         Likewise.
24444         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
24445         Remove dead code too.
24446         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
24447         (__ieee754_ynl): Likewise.
24448         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
24449         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
24450         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
24451         Remove dead code too.
24452         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
24453         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
24454         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
24455         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
24456         Simplify.
24457         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
24458         Simplify.
24459         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
24460         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
24461         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
24462         Comment on variable precision.
24463         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
24464         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
24465         Likewise.
24466         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
24467         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
24468         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
24469         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
24470         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
24472 2013-10-04  Alan Modra  <amodra@gmail.com>
24474         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
24475         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
24476         all uses of ieee854 long double macros and unions.
24477         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
24478         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
24479         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
24480         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
24481         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
24482         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
24483         Likewise.
24484         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
24485         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
24486         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
24487         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
24488         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
24489         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
24490         Simplify sign and nan test too.
24491         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
24492         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
24493         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
24494         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
24495         Likewise.
24496         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
24497         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
24498         Likewise.
24499         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
24500         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
24501         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
24502         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
24503         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
24504         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
24506 2013-10-04  Alan Modra  <amodra@gmail.com>
24508         * stdio-common/printf_size.c (__printf_size): Don't use
24509         union ieee854_long_double in fpnum union.
24510         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
24511         signbit macro to retrieve sign from long double.
24512         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
24513         retrieve sign from long double.
24514         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
24515         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
24516         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
24517         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
24518         * math/test-misc.c (main): Don't use union ieee854_long_double.
24520 2013-10-04  Alan Modra  <amodra@gmail.com>
24522         [BZ #15680]
24523         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
24524         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
24525         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
24526         calculation.  Remove unnecessary test for denormal exponent.
24527         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
24528         Correct handling of denormals.  Avoid undefined shift behaviour.
24529         Correct normalisation of low mantissa when low double is denormal.
24530         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
24531         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
24532         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
24533         Correct normalisation of low mantissa.  Test for overflow of high
24534         mantissa and normalise.
24535         (ldbl_nearbyint): Use more readable constant for two52.
24536         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
24537         (__mpn_construct_long_double): Fix test for overflow of high
24538         mantissa and correct normalisation.  Avoid undefined shift.
24540 2013-10-04  Alan Modra  <amodra@gmail.com>
24542         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
24543         (union ibm_extended_long_double): Define as an array of ieee754_double.
24544         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
24545         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
24546         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
24547         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
24548         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
24549         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
24550         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
24551         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
24552         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
24553         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
24554         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
24556 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
24558         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
24559         page size instead of calling getpagesize.
24561         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
24562         (LOCFILE_ALIGN_MASK): Likewise.
24563         (LOCFILE_ALIGN_UP): Likewise.
24564         (LOCFILE_ALIGNED_P): Likewise.
24565         * locale/programs/ld-collate.c (collate_output): Use the new
24566         macros instead of __alignof__ (int32_t).
24567         * locale/weight.h (findidx): Likewise.
24569 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
24571         [BZ #431]
24572         * manual/string.texi: Fix strncat and wcsncat.
24574 2013-10-03  Brooks Moses  <bmoses@google.com>
24576         [BZ #15915]
24577         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
24578         * Makerules: ...here, and adjust associated comments.
24580 2013-10-02  Will Newton  <will.newton@linaro.org>
24582         * malloc/Makefile: Add tst-pvalloc.
24583         * malloc/tst-pvalloc.c: New file.
24585 2013-10-02  Will Newton  <will.newton@linaro.org>
24587         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
24588         improve test coverage.
24590 2013-10-02  Will Newton  <will.newton@linaro.org>
24592         * malloc/Makefile: Add tst-posix_memalign.
24593         * malloc/tst-posix_memalign.c: New file.
24595 2013-10-01  Eric Blake  <eblake@redhat.com>
24597         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
24598         Use __THROWNL rather than __THROW on static functions.
24600 2013-09-30  Petr Machata  <pmachata@redhat.com>
24602         * elf/elf.h (R_AARCH64_ABS16): New macro.
24603         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
24604         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
24605         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
24606         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
24607         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
24608         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
24609         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
24610         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
24611         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
24612         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
24613         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
24614         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
24615         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
24616         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
24617         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
24618         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
24619         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
24620         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
24621         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
24622         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
24623         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
24624         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
24625         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
24626         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
24627         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
24628         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
24629         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
24630         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
24631         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
24632         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
24633         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
24634         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
24635         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
24636         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
24637         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
24638         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
24639         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
24640         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
24641         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
24642         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
24643         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
24644         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
24645         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
24646         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
24647         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
24648         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
24649         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
24650         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
24651         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
24652         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
24653         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
24654         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
24655         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
24656         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
24657         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
24658         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
24659         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
24660         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
24661         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
24662         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
24663         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
24664         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
24665         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
24666         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
24667         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
24668         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
24669         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
24670         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
24671         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
24672         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
24673         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
24674         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
24675         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
24676         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
24677         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
24678         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
24679         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
24680         (R_AARCH64_TLSDESC_LDR): Likewise.
24681         (R_AARCH64_TLSDESC_ADD): Likewise.
24682         (R_AARCH64_TLSDESC_CALL): Likewise.
24684 2013-09-30  Andreas Schwab  <schwab@suse.de>
24686         [BZ #15048]
24687         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
24688         the nss database lookup.
24689         * nscd/initgrcache.c (addinitgroupsX): Likewise.
24690         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
24692 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
24694         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
24696 2013-09-28  P. J. McDermott  <pj@pehjota.net>
24698         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
24699         ${Bash-specific parameter/pattern/string} parameter expansion.
24700         * sysdeps/unix/make-syscalls.sh: Likewise.
24702 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
24704         * sysdeps/sh/stackguard-macros.h: New file.
24706 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
24708         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
24709         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
24710         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
24711         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
24712         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
24713         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
24715 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24717         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
24718         Fix thread ID register.
24720 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
24722         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
24723         [POSIX || UNIX98]: Require rather than permitting all symbols from
24724         <time.h>.
24725         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
24726         element of struct sched_param.
24727         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
24728         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
24729         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
24730         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
24731         constant.
24733 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
24735         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
24736         argument calculation.
24738 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
24740         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
24741         Expect macro.
24742         [POSIX] (pthread_attr_t): Do not require type.
24743         [POSIX] (pthread_cond_t): Likewise.
24744         [POSIX] (pthread_condattr_t): Likewise.
24745         [POSIX] (pthread_key_t): Likewise.
24746         [POSIX] (pthread_mutex_t): Likewise.
24747         [POSIX] (pthread_mutexattr_t): Likewise.
24748         [POSIX] (pthread_once_t): Likewise.
24749         [POSIX] (pthread_t): Likewise.
24750         [POSIX-based standards] (pthread_atfork): Expect function.
24752 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
24753             Richard Sandiford  <richard@codesourcery.com>
24755         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
24756         (swap_endianness_p): New extern variable.
24757         (set_big_endian): New inline function.
24758         (maybe_swap_uint32): Likewise.
24759         (maybe_swap_uint32_array): Likewise.
24760         (maybe_swap_uint32_obstack): Likewise.
24761         * locale/programs/locfile.c: Include <stdbool.h>.
24762         (swap_endianness_p): New variable.
24763         (add_locale_uint32): Call maybe_swap_uint32.
24764         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
24765         (write_locale_data): Call maybe_swap_uint32_array.
24766         * locale/programs/ld-collate.c (obstack_int32_grow): Call
24767         maybe_swap_uint32.
24768         (obstack_int32_grow_fast): Likewise.
24769         (output_weightwc): Call maybe_swap_uint32_obstack.
24770         (collate_output): Likewise.
24771         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
24772         (OPT_LITTLE_ENDIAN): Likewise.
24773         (options): Add --little-endian and --big-endian options.
24774         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
24775         * locale/programs/locarchive.c: Include "locfile.h".
24776         (GET): New macro.
24777         (SET): Likewise.
24778         (INC): Likewise.
24779         (create_archive): Use the new macros to access fields of
24780         structures directly mapped from or written to locale archives.
24781         (oldlocrecentcmp): Likewise.
24782         (enlarge_archive): Likewise.
24783         (insert_name): Likewise.
24784         (add_alias): Likewise.
24785         (add_locale): Likewise.
24786         (delete_locales_from_archive): Likewise.
24787         (show_archive_content): Likewise.
24788         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
24789         locale data.
24791 2013-09-24  Roland McGrath  <roland@hack.frob.com>
24793         * manual/freemanuals.texi: Updated from (newly) canonical copy at
24794         http://www.gnu.org/doc/freemanuals.texi.
24795         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
24797 2013-09-24  Will Newton  <will.newton@linaro.org>
24799         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
24800         macro.
24802 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
24804         * locale/hashval.h (compute_hashval): Interpret bytes of key as
24805         unsigned char.
24807 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
24809         * manual/threads.texi (POSIX Threads): Fix a typo.
24811 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
24813         [BZ #14547]
24814         * string/tst-strcoll-overflow.c: New test case.
24815         * string/Makefile (xtests): Add tst-strcoll-overflow.
24816         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
24817         cache if string sizes may cause integer overflow.
24819         [BZ #14547]
24820         * string/strcoll_l.c (coll_seq): New members rule, idx,
24821         save_idx and back_us.
24822         (get_next_seq_nocache): New function.
24823         (do_compare_nocache): New function.
24824         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
24825         when malloc fails.
24827 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
24829         [BZ #15754]
24830         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
24831         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
24832         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
24834         [BZ #15754]
24835         * elf/Makefile (tests): Add tst-ptrguard1.
24836         (tests-static): Add tst-ptrguard1-static.
24837         (tst-ptrguard1-ARGS): Define.
24838         (tst-ptrguard1-static-ARGS): Define.
24839         * elf/tst-ptrguard1.c: New file.
24840         * elf/tst-ptrguard1-static.c: New file.
24841         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
24842         * sysdeps/i386/stackguard-macros.h: Likewise.
24843         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
24844         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
24845         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
24846         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
24847         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
24848         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
24850 2013-09-23  Hector Marco  <hecmargi@upv.es>
24851             Ismael Ripoll  <iripoll@disca.upv.es>
24852             Carlos O'Donell  <carlos@redhat.com>
24854         [BZ #15754]
24855         * sysdeps/generic/stackguard-macros.h: Define
24856         __pointer_chk_guard_local and POINTER_CHK_GUARD.
24857         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
24858         Define __pointer_chk_guard_local.
24859         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
24860         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
24862 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
24864         [BZ #15859]
24865         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
24867 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
24869         * include/string.h (__ffs): Declare as hidden.
24870         * string/ffs.c (__ffs): Define as hidden.
24871         * sysdeps/i386/ffs.c (__ffs): Likewise.
24872         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
24873         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
24874         * sysdeps/s390/ffs.c (__ffs): Likewise.
24875         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
24877 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
24879         * NEWS: Mention malloc probes.
24881         * malloc/arena.c (new_heap): New memory_heap_new probe.
24882         (grow_heap): New memory_heap_more probe.
24883         (shrink_heap): New memory_heap_less probe.
24884         (heap_trim): New memory_heap_free probe.
24885         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
24886         (systrim): New memory_sbrk_less probe.
24887         * manual/probes.texi: Document them.
24889         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
24890         * manual/probes.texi: Document it.
24892         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
24893         (__libc_realloc): Add memory_realloc_retry probe.
24894         (__libc_memalign): Add memory_memalign_retry probe.
24895         (__libc_valloc): Add memory_valloc_retry probe.
24896         (__libc_pvalloc): Add memory_pvalloc_retry probe.
24897         (__libc_calloc): Add memory_calloc_retry probe.
24898         * manual/probes.texi: Document them.
24900         * malloc/arena.c (get_free_list): Add probe
24901         memory_arena_reuse_free_list.
24902         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
24903         and memory_arena_reuse.
24904         (arena_get2) [!PER_THREAD]: Likewise.
24905         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
24906         memory_arena_reuse_realloc.
24907         * manual/probes.texi: Document them.
24909         * malloc/malloc.c (__libc_free): Add
24910         memory_mallopt_free_dyn_thresholds probe.
24911         (__libc_mallopt): Add multiple memory_mallopt probes.
24912         * manual/probes.texi: Document them.
24914         * malloc/malloc.c: Include stap-probe.h.
24915         (__libc_mallopt): Add memory_mallopt probe.
24916         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
24917         * manual/probes.texi: New.
24918         * manual/Makefile (chapters): Add probes.
24919         * manual/threads.texi: Set next node.
24921 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
24923         [BZ #15963, #13985]
24924         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
24925         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
24926         Add `Chinese' to `nan' entry name.
24928 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
24930         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
24931         (POLYNOMIAL): Likewise.
24932         (TAYLOR_SINCOS): Likewise.
24933         (TAYLOR_SLOW): Likewise.
24934         (__sin): Use TAYLOR_SINCOS.
24935         (__cos): Likewise.
24936         (slow): Use TAYLOR_SLOW.
24937         (sloww): Likewise.
24938         (bsloww): Likewise.
24939         (csloww): Likewise.
24941 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
24943         * stdlib/strtod_l.c: Fix buffer overrun.
24945 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
24947         * benchtests/Makefile (bench): Add sincos.
24948         * benchtests/bench-sincos.c: New file.
24950         * math/libm-test.inc (cos_test_data): New test inputs.
24951         (sin_test_data): Likewise.
24953         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
24954         macro.
24955         (__sin): Use it.
24956         (__cos): Likewise.
24957         (slow1): Likewise.
24958         (slow2): Likewise.
24959         (sloww1): Likewise.
24960         (sloww2): Likewise.
24961         (bsloww1): Likewise.
24962         (bsloww2): Likewise.
24963         (cslow2): Likewise.
24964         (csloww1): Likewise.
24965         (csloww2): Likewise.
24967         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
24968         function.
24969         (__sin): Use it.
24970         (__cos): Likewise.
24972         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
24973         gotos.
24974         (__cos): Likewise.
24976 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
24978         * config.h.in (HAVE_MIPS_NAN2008): New macro.
24979         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
24980         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
24981         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
24982         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
24983         * elf/cache.c (print_entry): Handle the new cache flags.
24985 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
24986             Aldy Hernandez  <aldyh@redhat.com>
24988         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
24989         Change condition to [_SOFT_FLOAT].
24990         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
24991         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
24992         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
24993         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
24994         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
24995         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
24996         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
24997         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
24998         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
24999         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
25000         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
25001         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
25002         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
25003         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
25004         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
25005         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
25006         declaration.
25008 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
25010         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
25011         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
25012         (__longjmp): Use LOAD_GP to load saved GPRs.
25013         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
25014         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
25015         (__sigsetjmp): Use SAVE_GP to save GPRs.
25017         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
25018         Do not append -msoft-float.
25019         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
25021 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
25023         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
25025 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
25027         [BZ #15966]
25028         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
25029         (_FPU_GETCW): Use initial "__" on variable and field names but not
25030         on macro parameter name.
25031         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
25032         parentheses around reference to macro parameter.
25034 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
25036         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
25037         prototype.
25038         (ctype_startup): Use uint32_t in cast and sizeof for
25039         ctype->charnames.
25041 2013-09-11  Jia Liu  <proljc@gmail.com>
25043         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
25044         __daddr_t_defined.
25045         [__FreeBSD__]: Likewise.
25047 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
25049         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
25050         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
25051         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
25052         (strchr): Remove __strchr_sse42 ifunc selection.
25053         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
25054         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
25056 2013-09-11  Will Newton  <will.newton@linaro.org>
25058         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
25059         parameter to RES. Remove hardcoded 1000 value.
25060         * benchtests/bench-skeleton.c (main): Pass RES parameter
25061         to TIMING_INIT and multiply result by 1000.
25063 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25065         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25067 2013-09-11  Andreas Schwab  <schwab@suse.de>
25069         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
25070         if not defined.
25071         (O_TMPFILE) [__USE_GNU]: Define.
25072         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
25073         Define.
25075 2013-09-11  Will Newton  <will.newton@linaro.org>
25077         [BZ #15857]
25078         * malloc/malloc.c (__libc_memalign): Check the value of bytes
25079         does not overflow.
25081 2013-09-11  Will Newton  <will.newton@linaro.org>
25083         [BZ #15856]
25084         * malloc/malloc.c (__libc_valloc): Check the value of bytes
25085         does not overflow.
25087 2013-09-11  Will Newton  <will.newton@linaro.org>
25089         [BZ #15855]
25090         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
25091         does not overflow.
25093 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
25095         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
25096         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
25097         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
25098         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
25099         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
25101 2013-09-10  Allan McRae  <allan@archlinux.org>
25103         [BZ #15748]
25104         * manual/arith.texi (Parsing of Floats): Clarify
25105         cross-reference.
25107         [BZ #15849]
25108         * manual/install.texi (Running make install): Mention
25109         --enable-pt-chown.
25110         * INSTALL: Regenerated.
25112 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
25114         * csu/init-first.c (_init): Remove the !SHARED condition around
25115         FPU control word initialization.
25116         * elf/dl-support.c (_dl_fpu_control): New variable.
25117         (_dl_aux_init) <AT_FPUCW>: Initialize it.
25118         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
25119         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
25120         * math/test-fpucw-static.c: New file.
25121         * math/test-fpucw-ieee.c: New file.
25122         * math/test-fpucw-ieee-static.c: New file.
25123         * math/Makefile (tests): Add `test-fpucw-ieee' and
25124         `$(tests-static)'.
25125         (tests-static): New variable.
25126         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
25127         dependency to...
25128         [($(build-shared),yes)]
25129         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
25130         ... this.
25131         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
25132         New dependency.
25134 2013-09-09  Allan McRae  <allan@archlinux.org>
25136         [BZ #15939]
25137         * manual/string.texi (Collation Functions): Fix typo in
25138         strcoll example.
25139         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
25141         [BZ #15893]
25142         * stdlib/isomac.c (get_null_defines): Fix memory leak.
25144         [BZ #15892]
25145         * libio/memstream.c (open_memstream): Fix memory leak.
25146         * libio/wmemstream.c (open_wmemstream): Likewise.
25148         [BZ #15895]
25149         * nscd/netgroupcache.c: Fix nesting of ifdefs.
25151 2013-09-09  Will Newton  <will.newton@linaro.org>
25153         * malloc/Makefile: Add tst-realloc to tests.
25154         * malloc/tst-realloc.c: New file.
25156 2013-09-09  Allan McRae  <allan@archlinux.org>
25158         [BZ #15844]
25159         * COPYING: Update from GNU website to fix FSF address.
25160         * COPYING.LIB: Likewise.
25162 2013-09-06  David S. Miller  <davem@davemloft.net>
25164         * po/zh_TW.po: Update Chinese (traditional) translation from
25165         translation project.
25167 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
25168             Joseph Myers  <joseph@codesourcery.com>
25170         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
25171         "localeinfo.h".
25172         (obstack_chunk_alloc): New macro.
25173         (obstack_chunk_free): Likewise.
25174         (record_offset): New function.
25175         (init_locale_data): Likewise.
25176         (align_locale_data): Likewise.
25177         (add_locale_empty): Likewise.
25178         (add_locale_raw_data): Likewise.
25179         (add_locale_raw_obstack): Likewise.
25180         (add_locale_string): Likewise.
25181         (add_locale_wstring): Likewise.
25182         (add_locale_uint32): Likewise.
25183         (add_locale_uint32_array): Likewise.
25184         (add_locale_char): Likewise.
25185         (start_locale_structure): Likewise.
25186         (end_locale_structure): Likewise.
25187         (start_locale_prelude): Likewise.
25188         (end_locale_prelude): Likewise.
25189         (write_locale_data): Take locale_file structure rather than an
25190         iovec.
25191         * locale/programs/locfile.h: Include "obstack.h".
25192         (struct locale_file): Change to store locale file contents instead
25193         of header.
25194         (init_locale_data): New prototype.
25195         (align_locale_data): Likewise.
25196         (add_locale_empty): Likewise.
25197         (add_locale_raw_data): Likewise.
25198         (add_locale_raw_obstack): Likewise.
25199         (add_locale_string): Likewise.
25200         (add_locale_wstring): Likewise.
25201         (add_locale_uint32): Likewise.
25202         (add_locale_uint32_array): Likewise.
25203         (add_locale_char): Likewise.
25204         (start_locale_structure): Likewise.
25205         (end_locale_structure): Likewise.
25206         (start_locale_prelude): Likewise.
25207         (end_locale_prelude): Likewise.
25208         (write_locale_data): Update prototype.
25209         * locale/programs/3level.h (struct TABLE): Remove result field.
25210         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
25211         Use new locale_file interface.
25212         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
25213         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
25214         * locale/programs/ld-address.c (address_output): Use new
25215         locale_file interface.
25216         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
25217         NO_ADD_LOCALE.
25218         (collate_finish): Don't call collseq_table_finalize.
25219         (collate_output): Use new locale_file interface.
25220         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
25221         in file.
25222         (NO_FINALIZE): Change to NO_ADD_LOCALE.
25223         (TABLE): Move defines earlier in file.
25224         (ELEMENT): Likewise.
25225         (DEFAULT): Likewise.
25226         (wctrans_table_add): Move macro and inline function earlier in
25227         file.
25228         (struct wctype_table): Move type earlier in file.
25229         (add_locale_wctype_table): New static prototype.
25230         (struct locale_ctype_t): Use logical types instead of struct iovec
25231         pointers for members.
25232         (ctype_output): Use new locale_file interface.
25233         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
25234         new locale_file interface.
25235         (allocate_arrays): Update for use of new locale_file interface.
25236         * locale/programs/ld-identification.c (identification_output): Use
25237         new locale_file interface.
25238         * locale/programs/ld-measurement.c (measurement_output): Likewise.
25239         * locale/programs/ld-messages.c (messages_output): Likewise.
25240         * locale/programs/ld-monetary.c (monetary_output): Likewise.
25241         * locale/programs/ld-name.c (name_output): Likewise.
25242         * locale/programs/ld-numeric.c (numeric_output): Likewise.
25243         * locale/programs/ld-paper.c (paper_output): Likewise.
25244         * locale/programs/ld-telephone.c (telephone_output): Likewise.
25245         * locale/programs/ld-time.c (time_output): Likewise.
25247 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25249         * benchtests/Makefile: Add memrchr benchmark.
25250         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
25251         benchmark as memrchr.
25252         * benchtests/bench-memrchr-ifunc.c: New file.
25253         * benchtests/bench-memrchr.c: New file.
25255 2013-09-06   Will Newton  <will.newton@linaro.org>
25257         * benchtests/Makefile (string-bench): Add memcpy.
25259 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
25260             Cong Wang  <amwang@redhat.com>
25262         [BZ #15850]
25263         * sysdeps/unix/sysv/linux/bits/in.h
25264         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
25265         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
25266         before __USE_KERNEL_IPV6_DEFS uses.
25267         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
25268         IPPROTO_BEETPH.
25269         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
25270         sockaddr_in6, or ipv6_mreq.
25272 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25274         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
25275         memory access for final bytes in some large inputs.
25276         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
25278 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25280         * string/test-memrchr.c: New file.
25281         * string/test-memrchr-ifunc.c: New file.
25282         * string/Makefile: Add new memrchr testcase.
25284 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
25286         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
25287         fanotify_init returns EPERM.
25289 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
25291         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
25292         errors.
25293         (top level): Treat second token from macro or constant entries for
25294         allowed headers as allowed.
25295         * include/complex.h: Condition internal declarations on
25296         [!_ISOMAC].
25297         * include/fenv.h: Condition include of <stdbool.h> and internal
25298         declarations on [!_ISOMAC].
25300 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
25302         [BZ #15923]
25303         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
25305 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
25307         * configure.in (--enable-versioning): Remove configure option.
25308         (libc_cv_asm_symver_directive): Remove configure test.
25309         (libc_cv_ld_version_script_option): Likewise.
25310         (VERSIONING): Remove variable and AC_SUBST.
25311         (DO_VERSIONING): Remove AC_DEFINE.
25312         * configure: Regenerated.
25313         * config.h.in (DO_VERSIONING): Remove macro.
25314         * Makerules [$(versioning) = yes]: Change conditionals to
25315         [$(build-shared) = yes].
25316         * config.make.in (versioning): Remove variable.
25317         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
25318         [$(build-shared) = yes].
25319         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
25320         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
25321         * elf/Makefile [$(versioning) = yes]: Change conditionals to
25322         [$(build-shared) = yes].
25323         * extra-lib.mk [$(versioning) = yes]: Likewise.
25324         * hurd/Makefile [$(versioning) = yes]: Likewise.
25325         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
25326         [SHARED].
25327         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
25328         [SHARED].
25329         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
25330         [SHARED && !NO_HIDDEN].
25331         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
25332         [SHARED].
25333         [SHARED && DO_VERSIONING]: Likewise..
25334         * libio/Makefile [$(versioning) = yes]: Change conditionals to
25335         [$(build-shared) = yes].
25336         * manual/install.texi (--disable-versioning): Remove
25337         documentation.
25338         * INSTALL: Regenerated.
25339         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
25340         to [SHARED].
25341         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
25342         [$(build-shared) = yes].
25343         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
25344         * sysdeps/i386/i686/multiarch/strstr-c.c
25345         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
25346         [SHARED && !NO_HIDDEN].
25347         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
25348         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
25349         * sysdeps/powerpc/powerpc32/dl-machine.c
25350         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
25351         * sysdeps/powerpc/powerpc32/sysdep.h
25352         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
25353         to [SHARED && PIC && !NO_HIDDEN].
25354         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
25355         conditional to [SHARED].
25357 2013-09-04   Will Newton  <will.newton@linaro.org>
25359         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
25360         * benchtests/bench-string.h: Include bench-timing.h instead
25361         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
25362         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
25363         call to HP_TIMING_DIFF_INIT.
25364         * benchtests/bench-memccpy.c: Use bench-timing.h macros
25365         instead of hp-timing.h macros.
25366         * benchtests/bench-memchr.c: Likewise.
25367         * benchtests/bench-memcmp.c: Likewise.
25368         * benchtests/bench-memcpy.c: Likewise.
25369         * benchtests/bench-memmem.c: Likewise.
25370         * benchtests/bench-memmove.c: Likewise.
25371         * benchtests/bench-memset.c: Likewise.
25372         * benchtests/bench-rawmemchr.c: Likewise.
25373         * benchtests/bench-strcasecmp.c: Likewise.
25374         * benchtests/bench-strcasestr.c: Likewise.
25375         * benchtests/bench-strcat.c: Likewise.
25376         * benchtests/bench-strchr.c: Likewise.
25377         * benchtests/bench-strcmp.c: Likewise.
25378         * benchtests/bench-strcpy.c: Likewise.
25379         * benchtests/bench-strcpy_chk.c: Likewise.
25380         * benchtests/bench-strlen.c: Likewise.
25381         * benchtests/bench-strncasecmp.c: Likewise.
25382         * benchtests/bench-strncat.c: Likewise.
25383         * benchtests/bench-strncmp.c: Likewise.
25384         * benchtests/bench-strncpy.c: Likewise.
25385         * benchtests/bench-strnlen.c: Likewise.
25386         * benchtests/bench-strpbrk.c: Likewise.
25387         * benchtests/bench-strrchr.c: Likewise.
25388         * benchtests/bench-strspn.c: Likewise.
25389         * benchtests/bench-strstr.c: Likewise.
25391 2013-09-04  Will Newton  <will.newton@linaro.org>
25393         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
25395 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
25397         [BZ #15427]
25398         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
25399         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
25400         * math/libm-test.inc (lgamma_test_data): Add more tests.
25401         * sysdeps/i386/fpu/libm-test-ulps: Update.
25402         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25404 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
25406         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
25407         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
25408         Add ifunc.
25409         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
25410         Add strcmp-sse2-unaligned
25411         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
25413 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
25415         * Versions.def (libc): Add GLIBC_2.19.
25417 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
25419         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
25420         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
25422 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
25424         [BZ #14155]
25425         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
25426         intermediate calculations in recurrence.
25427         (__ieee754_ynf): Likewise.
25428         * math/libm-test.inc (jn_test_data): Do not allow spurious
25429         underflow exception.  Add more tests.
25430         (yn_test_data): Add more tests.
25431         * sysdeps/i386/fpu/libm-test-ulps: Update.
25432         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25434 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
25436         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
25438 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
25440         * csu/init-first.c: Fix then/than typos.
25441         * locale/programs/ld-collate.c: Likewise.
25442         * locale/programs/linereader.h: Likewise.
25443         * manual/charset.texi: Likewise.
25444         * manual/filesys.texi: Likewise.
25445         * manual/stdio.texi: Likewise.
25446         * manual/string.texi: Likewise.
25447         * stdlib/fmtmsg.c: Likewise.
25448         * sysdeps/i386/stpncpy.S: Likewise.
25449         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
25450         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
25451         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
25452         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
25454 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
25456         * elf/dl-open.c: Fix typos.
25457         * iconvdata/gbbig5.c: Likewise.
25458         * iconvdata/iso-2022-jp.c: Likewise.
25459         * iconv/gconv_int.h: Likewise.
25460         * iconv/loop.c: Likewise.
25461         * nis/rpcsvc/nis.h: Likewise.
25462         * resolv/ns_name.c: Likewise.
25463         * stdio-common/vfscanf.c: Likewise.
25464         * streams/stropts.h: Likewise.
25465         * sunrpc/rpc_thread.c: Likewise.
25466         * sysdeps/i386/strpbrk.S: Likewise.
25467         * sysdeps/ieee754/k_standard.c: Likewise.
25468         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
25469         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
25470         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
25471         * sysdeps/mach/hurd/profil.c: Likewise.
25472         * sysdeps/s390/dl-procinfo.h: Likewise.
25473         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
25474         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
25475         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
25476         * sysdeps/x86_64/dl-trampoline.S: Likewise.
25477         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
25479 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
25481         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
25482         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
25484 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
25486         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
25487         aix specific files.
25488         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
25489         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
25490         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
25491         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
25492         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
25493         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
25494         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
25495         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
25497 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
25498             Roland McGrath  <roland@hack.frob.com>
25500         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
25501         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
25503 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
25505         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
25506         __executable_start symbol instead of _start.
25508 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
25510         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
25511         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
25512         Move macros to...
25513         * sysdeps/gnu/ldsodefs.h: ... this new file.
25515         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
25516         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
25517         instead of ELFOSABI_LINUX.
25519         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
25520         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
25521         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
25522         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
25523         Likewise.
25524         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
25525         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
25526         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
25527         Likewise.
25528         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
25529         (ibm_extended_long_double): Add ieee_nan member.
25530         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
25531         (do_test): New function.
25533         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
25534         TEST_TRUNC.
25535         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
25536         functions, renamed from truncdfsf_test, trunctfsf_test,
25537         trunctfdf_test.
25538         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
25539         functions.
25540         (do_test): Run all these.
25542 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
25544         * argp/argp-help.c: Fix typos.
25545         * argp/argp-parse.c: Likewise.
25546         * debug/backtracesyms.c: Likewise.
25547         * elf/elf.h: Likewise.
25548         * malloc/malloc.c: Likewise.
25549         * nis/nis_print.c: Likewise.
25550         * resolv/res_comp.c: Likewise.
25551         * stdlib/stdlib.h: Likewise.
25552         * sunrpc/clnt_tcp.c: Likewise.
25553         * sunrpc/clnt_udp.c: Likewise.
25554         * sunrpc/clnt_unix.c: Likewise.
25555         * sysdeps/unix/bsd/ptsname.c: Likewise.
25556         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
25557         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
25558         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
25559         Likewise.
25560         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
25561         Likewise.
25562         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
25563         Likewise.
25564         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
25566 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
25568         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
25569         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
25571 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
25573         [BZ #15897]
25574         * dlfcn/Makefile (tests): Add bug-dl-leaf.
25575         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
25576         ($(objpfx)bug-dl-leaf): New rule.
25577         ($(objpfx)bug-dl-leaf.so): Likewise.
25578         ($(objpfx)bug-dl-leaf.out): Likewise.
25579         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
25580         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
25581         * dlfcn/bug-dl-leaf.c: New test.
25582         * dlfcn/bug-dl-leaf-lib.c: Likewise.
25583         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
25584         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
25585         (dlclose): Likewise.
25586         (dlmopen): Likewise.
25588 2013-08-27  Roland McGrath  <roland@hack.frob.com>
25590         * include/netdb.h [!_ISOMAC]:
25591         Don't include <tls.h>.
25592         (h_errno, __libc_h_errno): Move declaration and macros out of
25593         [_LIBC_REENTRANT].
25595         * include/resolv.h [_RESOLV_H_]:
25596         Don't include <tls.h>.
25597         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
25598         * resolv/res_libc.c: Don't include <tls.h>.
25599         (_res): Use __attribute__ ((nocommon)) in place of
25600         __attribute__ ((section (".bss"))).
25602         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
25603         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
25605         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
25607         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
25608         only under [SIOCGIFCONF && SIOCGIFNETMASK].
25610         * resolv/res_mkquery.c: Include <sys/time.h>.
25612         * inet/ifreq.c: Moved to ...
25613         * sysdeps/unix/ifreq.c: ... here.
25614         * inet/ifreq.c: New file, true stub version.
25616         * socket/sa_len.c: New file.
25617         * socket/Makefile (aux): Add it.
25618         * sysdeps/unix/sysv/linux/Makefile
25619         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
25620         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
25621         and #include <socket/sa_len.c>.
25622         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
25623         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
25625         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
25626         * bits/socket.h: ... here.
25628         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
25629         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
25630         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
25632 2013-08-27  Andreas Schwab  <schwab@suse.de>
25634         [BZ #15736]
25635         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
25636         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
25637         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
25638         * string/test-strcasecmp.c (test_main): Run tests in several
25639         locales.
25640         * string/test-strncasecmp.c (test_main): Likewise.
25642         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
25643         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
25644         to __strcasecmp_nonascii and __strncasecmp_nonascii.
25645         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
25646         (__strncasecmp_ssse3) [PIC]: Likewise.
25648 2013-08-26  Roland McGrath  <roland@hack.frob.com>
25650         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
25652         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
25653         instead of explicitly declaring xdecrypt.
25654         * nis/nss_nis/nis-publickey.c: Likewise.
25656 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
25658         [BZ #15890]
25659         * nscd/aicache.c: Include res_hconf.h.
25660         (addhstaiX): Initialize res_hconf.
25662 2013-08-26  Andreas Schwab  <schwab@suse.de>
25664         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
25665         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
25667 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
25669         * nscd/aicache.c (addhstaiX): Fix indentation.
25671 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
25673         * configure.ac: Quote $build_pt_chown test.
25674         * configure: Regenerated.
25676 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
25678         [BZ #15532]
25679         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
25680         * math/s_cexpf.c (__cexpf): Likewise.
25681         * math/s_cexpl.c (__cexpl): Likewise.
25682         * math/libm-test.inc (cexp_test_data): Correct expected return
25683         value for NaN + i0.  Add another test.
25685 2013-08-22  David S. Miller  <davem@davemloft.net>
25687         * po/ca.po: Update Catalan translation from translation project.
25688         * po/uk.po: Add Ukrainian translations from translation project.
25690 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
25692         [BZ #15797]
25693         * math/s_fdim.c (__fdim): Check for infinite arguments if result
25694         is infinite, not alongside NaN test.
25695         * math/s_fdimf.c (__fdimf): Likewise.
25696         * math/s_fdiml.c (__fdiml): Likewise.
25697         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
25698         errno is unchanged.
25700 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
25702         * argp/argp-help.c: Fix typos.
25703         * crypt/speeds.c: Likewise.
25704         * csu/check_fds.c: Likewise.
25705         * elf/dl-load.c: Likewise.
25706         * elf/dl-open.c: Likewise.
25707         * elf/reldep3.c: Likewise.
25708         * elf/reldep.c: Likewise.
25709         * elf/sprof.c: Likewise.
25710         * iconv/iconv_charmap.c: Likewise.
25711         * iconv/skeleton.c: Likewise.
25712         * iconv/strtab.c: Likewise.
25713         * io/lockf64.c: Likewise.
25714         * libio/libioP.h: Likewise.
25715         * resolv/gai_notify.c: Likewise.
25716         * resolv/ns_name.c: Likewise.
25717         * resolv/ns_samedomain.c: Likewise.
25718         * resolv/res_send.c: Likewise.
25719         * stdlib/random.c: Likewise.
25720         * sunrpc/rpc/xdr.h: Likewise.
25721         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
25722         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
25723         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
25724         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
25725         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
25726         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
25727         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
25728         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
25729         * sysdeps/mach/hurd/check_fds.c: Likewise.
25730         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
25731         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
25732         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
25733         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
25734         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
25735         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
25736         * sysdeps/pthread/aio_notify.c: Likewise.
25737         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
25738         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
25739         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
25740         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
25741         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
25743 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
25745         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
25746         version if bit_Slow_SSE4_2 is set.
25747         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
25748         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
25750 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25752         [BZ #15867]
25753         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
25754         trampoline stack frame information.
25755         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
25756         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
25757         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
25758         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
25759         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
25760         * sysdeps/unix/sysv/linux/powerpc/init-first.c
25761         (_libc_vdso_platform_setup): Initialize the signal trampolines.
25762         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
25763         sa_flags value.
25764         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
25765         interrupting a syscall and set with option SA_SIGINFO.
25767 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
25769         [BZ #15531]
25770         * math/s_cproj.c (__cproj): Only return an infinity if one part of
25771         argument is infinite.
25772         * math/s_cprojf.c (__cprojf): Likewise.
25773         * math/s_cprojl.c (__cprojl): Likewise.
25774         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
25775         * math/libm-test.inc (cproj_test_data): Add more tests.
25777         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
25779         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
25780         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
25781         size.  Use __ffs to determine corresponding shift.
25783 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
25784             Roland McGrath  <roland@hack.frob.com>
25786         * Makefile (INSTALL): Remove trailing blank lines from output of
25787         makeinfo.
25789 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
25791         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
25792         Align 32 bit compat elf_greg to 8 bytes.
25794 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
25796         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
25798 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
25800         * string/strcoll_l.c (coll_seq): New structure.
25801         (get_next_seq_cached): New function.
25802         (get_next_seq): New function.
25803         (do_compare): New function.
25804         (STRCOLL): Use GNU style definition.  Simplify implementation
25805         by using get_next_seq, get_next_seq_cached and do_compare.
25807 2013-08-16  Florian Weimer  <fweimer@redhat.com>
25809         [BZ #14699]
25810         CVE-2013-4237
25811         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
25812         member.
25813         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
25814         member.
25815         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
25816         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
25817         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
25818         conditional.
25819         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
25820         GETDENTS_64BIT_ALIGNED.
25821         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
25822         * manual/filesys.texi (Reading/Closing Directory): Document
25823         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
25824         strongly.
25825         * manual/conf.texi (Limits for Files): Add portability note to
25826         NAME_MAX, PATH_MAX.
25827         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
25829 2013-08-13  Andreas Schwab  <schwab@suse.de>
25831         [BZ #15749]
25832         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
25833         of fabs.
25834         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
25835         LDBL_MAX_EXP >= 16384]: Add tests for it.
25837 2013-08-12  David S. Miller  <davem@davemloft.net>
25839         * version.h (RELEASE): Set to "development".
25840         (VERSION): Set to "2.18.90".
25841         * NEWS: Add 2.19 section.
25843 2013-08-03  David S. Miller  <davem@davemloft.net>
25845         * po/ko.po: Update Korean translation from translation project.
25847 2013-08-01  David S. Miller  <davem@davemloft.net>
25849         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
25850         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
25851         Bilka.
25853 2013-07-30  David S. Miller  <davem@davemloft.net>
25855         * po/fr.po: Update French translation from translation project.
25857 2013-07-28  David S. Miller  <davem@davemloft.net>
25859         * po/cs.po: Update Czech translation from translation project.
25861         * po/sv.po: Update Swedish translation from translation project.
25863 2013-07-27  David S. Miller  <davem@davemloft.net>
25865         * po/eo.po: Update Esperanto translation from translation project.
25867         * po/vi.po: Update Vietnamese translation from translation project.
25869         * po/de.po: Update German translation from translation project.
25871 2013-07-26  David S. Miller  <davem@davemloft.net>
25873         * po/bg.po: Update Bulgarian translation from translation project.
25875         * po/nl.po: Update Dutch translation from translation project.
25876         * po/pl.po: Update Polish translation from translation project.
25877         * po/ru.po: Update Russian translation from translation project.
25879 2013-07-24  David S. Miller  <davem@davemloft.net>
25881         * po/libc.pot: Update.
25883 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25885         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
25886         variable page size.
25887         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
25888         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
25889         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
25891 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
25893         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
25895 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
25896             Andreas Schwab  <schwab@suse.de>
25897             Roland McGrath  <roland@hack.frob.com>
25898             Joseph Myers  <joseph@codesourcery.com>
25899             Carlos O'Donell  <carlos@redhat.com>
25901         [BZ #15755]
25902         * config.h.in: Define HAVE_PT_CHOWN.
25903         * config.make.in (build-pt-chown): New variable.
25904         * configure.in (--enable-pt_chown): New configure option.
25905         * configure: Regenerate.
25906         * login/Makefile: Include Makeconfig.  Build pt_chown only if
25907         build-pt-chown is enabled.
25908         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
25909         pt_chown to fix pty ownership.
25910         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
25911         CLOSE_ALL_FDS.
25912         * manual/install.texi (Configuring and compiling): Mention
25913         --enable-pt_chown. Add @findex for grantpt.
25914         * INSTALL: Regenerate.
25916 2013-07-20  David S. Miller  <davem@davemloft.net>
25918         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
25919         difference between 32-bit and 64-bit.
25921 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
25923         [BZ #15711]
25924         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
25925         Avoid system header dependency with -ffreestanding.
25926         ($(objpfx)bits/syscall%d): Likewise.
25928 2013-07-13  David S. Miller  <davem@davemloft.net>
25930         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
25931         underflows from atanl/atan2l due to bug 15319.
25932         (casinh_test_data): Likewise.
25934 2013-07-07  David S. Miller  <davem@davemloft.net>
25936         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
25938 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
25940         * sysdeps/i386/fpu/libm-test-ulps: Update.
25941         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25943 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
25945         * configure.in (--enable-lock-elision): Fix message text.
25946         * INSTALL: Regenerate.
25947         * configure: Regenerate.
25949 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25951         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25953 2013-07-03  Andreas Jaeger  <aj@suse.de>
25955         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
25956         define.
25957         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
25958         (ptrace_peeksiginfo_args): Add.
25959         (__ptrace_peeksiginfo_flags): Add.
25960         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
25961         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
25962         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
25964 2013-07-03  Allan McRae  <allan@archlinux.org>
25966         * sysdeps/i386/fpu/libm-test-ulps: Update.
25968 2013-07-02  David S. Miller  <davem@davemloft.net>
25970         * sysdeps/sparc/fpu/libm-test-ulps: Update.
25972 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
25974         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
25976 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
25978         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
25979         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25981 2013-07-02  Andi Kleen <ak@linux.intel.com>
25983         * config.h.in (ENABLE_LOCK_ELISION): Add.
25984         * configure.in (--enable-lock-elision): Add option.
25985         * manual/install.texi: Document --enable lock elision.
25986         * configure: Regenerate
25987         * INSTALL: Regenerate.
25989 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
25991         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
25992         SSE4.2 strcasecmp for libc.a.
25993         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
25995 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
25997         [BZ #13304]
25998         * soft-fp/op-common.h (_FP_FMA): New macro.
25999         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
26000         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
26001         (_FP_MUL_MEAT_1_imm): ... here.
26002         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
26003         (_FP_MUL_MEAT_1_wide): ... here.
26004         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
26005         (_FP_MUL_MEAT_1_hard): ... here.
26006         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
26007         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
26008         (_FP_MUL_MEAT_2_wide): ... here.
26009         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
26010         (_FP_MUL_MEAT_2_wide_3mul): ... here.
26011         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
26012         (_FP_MUL_MEAT_2_gmp): ... here.
26013         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
26014         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
26015         (_FP_MUL_MEAT_4_wide): ... here.
26016         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
26017         (_FP_MUL_MEAT_4_gmp): ... here.
26018         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
26019         (_FP_WFRACBITS_DW_S): Likewise.
26020         (_FP_WFRACXBITS_DW_S): Likewise.
26021         (_FP_HIGHBIT_DW_S): Likewise.
26022         (FP_FMA_S): Likewise.
26023         (_FP_FRAC_HIGH_DW_S): Likewise.
26024         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
26025         (_FP_WFRACBITS_DW_D): Likewise.
26026         (_FP_WFRACXBITS_DW_D): Likewise.
26027         (_FP_HIGHBIT_DW_D): Likewise.
26028         (FP_FMA_D): Likewise.
26029         (_FP_FRAC_HIGH_DW_D): Likewise.
26030         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
26031         (_FP_WFRACBITS_DW_E): Likewise.
26032         (_FP_WFRACXBITS_DW_E): Likewise.
26033         (_FP_HIGHBIT_DW_E): Likewise.
26034         (FP_FMA_E): Likewise.
26035         (_FP_FRAC_HIGH_DW_E): Likewise.
26036         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
26037         (_FP_WFRACBITS_DW_Q): Likewise.
26038         (_FP_WFRACXBITS_DW_Q): Likewise.
26039         (_FP_HIGHBIT_DW_Q): Likewise.
26040         (FP_FMA_Q): Likewise.
26041         (_FP_FRAC_HIGH_DW_Q): Likewise.
26042         * soft-fp/fmasf4.c: New file.
26043         * soft-fp/fmadf4.c: Likewise.
26044         * soft-fp/fmatf4.c: Likewise.
26046 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
26048         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
26049         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
26050         Silvermont.
26051         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
26052         macro.
26053         (index_Slow_SSE4_2): Likewise.
26054         (index_Prefer_PMINUB_for_stringop): Likewise.
26055         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
26056         bit_Slow_SSE4_2 is set.
26057         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
26058         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
26060 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
26062         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
26063         rtld_global._dl_hwcap2.
26064         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
26065         POWER8.
26066         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
26067         POWER8 feature descriptions defined in _dl_hwcap2.
26068         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
26069         string handling for POWER8 feature bits.
26070         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
26071         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
26072         _dl_powerpc_cap_flags.
26073         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
26074         * sysdeps/powerpc/rtld-global-offsets.sym
26075         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
26076         _dl_hwcap2 in the rtld_global_ro structure.
26078 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
26080         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
26081         hardware capabilities in support of AT_HWCAP2.
26082         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
26083         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
26084         GLRO(dl_hwcap2).
26085         (_dl_show_auxv): Add support for calling _dl_procinfo to display
26086         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
26087         explicitly the unknown a_type display mechanism is used.
26088         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
26089         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
26090         struct member.
26091         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
26092         to macro prototype for AT_HWCAP2 support.
26093         * sysdeps/i386/dl-procinfo.h: Likewise.
26094         * sysdeps/s390/dl-procinfo.h: Likewise.
26095         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
26096         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
26097         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
26098         return -1 for unknown a_type display fallback.
26099         * sysdeps/sparc/dl-procinfo.h: Likewise.
26100         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
26101         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
26103 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
26105         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
26106         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
26108 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
26110         [BZ #12492]
26111         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
26112         mprotect making __stack_prot writable.
26114 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
26115             Joseph Myers  <joseph@codesourcery.com>
26117         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
26118         as being properly aligned.
26120 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
26122         * dlfcn/modstatic5.c: New file.
26123         * dlfcn/tststatic5.c: New file.
26124         * dlfcn/Makefile (tests): Add tststatic5.
26125         (tests-static): Likewise.
26126         (modules-names): Add modstatic5.
26127         (tststatic5-ENV): New variable.
26128         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
26130         [BZ #15022]
26131         * elf/dl-support.c (_dl_main_map): New variable.
26132         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
26133         (_dl_nns, _dl_load_adds): Set to 1.
26134         (_dl_initial_searchlist): Refer to _dl_main_map.
26135         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
26136         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
26137         call to _dl_get_origin.
26138         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
26139         around call_map.
26140         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
26141         * dlfcn/modstatic3.c: New file.
26142         * dlfcn/tststatic3.c: New file.
26143         * dlfcn/tststatic4.c: New file.
26144         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
26145         (tests-static): Likewise.
26146         (modules-names): Add modstatic3.
26147         (tststatic3-ENV, tststatic4-ENV): New variables.
26148         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
26149         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
26151 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
26153         * configure.in (CC): Require GCC version 4.4 or later.
26154         * configure: Regenerated.
26155         * manual/install.texi (Tools for Compilation): Update GCC version
26156         requirement.
26157         * INSTALL: Regenerated.
26159 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
26161         [BZ #15674]
26162         * string/test-memcmp.c (check2): New.
26163         (main): Call check2.
26165         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
26167 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
26169         [BZ #15022]
26170         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
26171         over to...
26172         (dl_open_worker) [!SHARED]: ... here.
26174 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
26176         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
26178 2013-06-25  Richard Henderson  <rth@redhat.com>
26180         * locale/programs/locarchive.c: Include <libc-internal.h>
26182 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
26184         * manual/texinfo.tex: Update to version 2013-06-21.17, with
26185         trailing whitespace removed.
26187 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
26189         [BZ #10283]
26190         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
26191         * locale/programs/locarchive.c: Include libc-mmap.h.
26192         (prepare_address_space): Take two new outputs (the mmap base and len).
26193         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
26194         values.
26195         (create_archive): Declare new mmap base and len values for
26196         prepare_address_space, and store the result in ah.
26197         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
26198         (enlarge_archive): If ah->mmap_base is not NULL, use that and
26199         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
26200         Declare new mmap base and len values for
26201         prepare_address_space, and store the result in new_ah.
26202         (open_archive): Declare new mmap base and len values for
26203         prepare_address_space, and store the result in ah.
26204         (close_archive): If ah->mmap_base is not NULL, use that and
26205         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
26206         * sysdeps/generic/libc-mmap.h: New file.
26208 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
26210         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
26211         (ALIGN_UP): Likewise.
26212         (PTR_ALIGN_DOWN): Likewise.
26213         (PTR_ALIGN_UP): Likewise.
26215 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
26217         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
26218         entry mapped to PPC_PLATFORM_POWER8.
26219         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
26220         POWER8.
26221         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
26222         (_dl_string_platform): Add case for exporting platform position for
26223         POWER8.
26224         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
26225         search path to sysdeps/powerpc/powerpc32/power8 directory.
26226         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
26227         search path to sysdeps/powerpc/powerpc64/power8 directory.
26228         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
26229         power7 directories.
26230         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
26231         power7 directories.
26233 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
26235         * INSTALL: Regenerate.
26237         * nscd/connections.c (nscd_init): Fix comment.
26239 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
26241         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
26243         [BZ #15667]
26244         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
26245         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
26247 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
26249         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
26250         DL_DST_REQ_STATIC.
26251         (DL_DST_REQ_STATIC): Remove macro.
26253 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
26255         [BZ #7006]
26256         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
26257         with a shift of 0 bits.
26259 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
26261         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
26262         $(tststatic-ENV).
26264 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
26266         [BZ #15655]
26267         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
26269 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26271         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
26272         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
26273         accepts -fno-tree-loop-distribute-patterns.
26274         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
26275         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
26276         recursive call.
26277         * string/memset.c (memset): Likewise.
26278         * string/test-memmove.c (simple_memmove): Disable loop transformation
26279         to library calls.
26280         * string/test-memset.c (simple_memset): Likewise.
26281         * benchtests/bench-memmove.c (simple_memmove): Likewise.
26282         * benchtests/bench-memset.c (simple_memset): Likewise.
26283         * configure: Regenerated.
26285 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
26287         * math/test-misc.c (main): Ignore fesetround failure when failures
26288         of subsequent rounding tests would be ignored.
26290         [BZ #15654]
26291         * math/fedisblxcpt.c (fedisableexcept): Return 0.
26292         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
26293         * math/fegetenv.c (__fegetenv): Return 0.
26294         * math/fegetexcept.c (fegetexcept): Return 0.
26295         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
26296         FE_TONEAREST.
26297         * math/feholdexcpt.c (feholdexcept): Return 0.
26298         * math/fesetenv.c (__fesetenv): Return 0.
26299         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
26300         argument FE_TONEAREST.
26301         * math/feupdateenv.c (__feupdateenv): Return 0.
26302         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
26304 2013-06-18  Roland McGrath  <roland@hack.frob.com>
26306         * elf/rtld-Rules (rtld-compile-command.S): New variable.
26307         (rtld-compile-command.s, rtld-compile-command.c): New variables.
26308         ($(objpfx)rtld-%.os rules): Use them.
26310 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26312         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
26313         fields.
26315 2013-06-17  Roland McGrath  <roland@hack.frob.com>
26317         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
26318         length of target pattern, then descending length of dependency pattern.
26319         * configure.in (AWK): Require gawk 3.1.2 or newer.
26320         * manual/install.texi (Tools for Compilation): Say that we do.
26321         * configure: Regenerated.
26323         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
26324         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
26325         * scripts/sysd-rules.awk: ... this new script.
26326         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
26327         than a glob-style pattern.
26329 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
26331         * math/test-misc.c (main): Do not treat incorrectly rounded
26332         conversions as failure unless ROUNDING_TESTS passes.
26334 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
26336         [BZ #15631]
26337         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
26338         restore exception state around main square root computation, then
26339         check for inexactness explicitly.
26341         * math/libm-test.inc (fma_test_data): Add another test.
26343 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
26345         * manual/threads.texi (Non-POSIX Extensions): New document
26346         node.  Document pthread_getattr_default_np and
26347         pthread_setattr_default_np.
26349         * Versions.def (libpthread): Add GLIBC_2.18.
26350         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
26351         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
26352         Likewise.
26353         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
26354         Likewise.
26355         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
26356         Likewise.
26357         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
26358         Likewise.
26359         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
26360         Likewise.
26361         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
26362         Likewise.
26363         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
26364         Likewise.
26365         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
26366         Likewise.
26367         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
26368         Likewise.
26370 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
26372         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
26373         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
26375 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
26376             H.J. Lu  <hjl.tools@gmail.com>
26378         [BZ #15627]
26379         * sysdeps/x86_64/rtld-memset.c: Remove file.
26380         * sysdeps/x86_64/rtld-memset.S: New file.
26382 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
26384         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
26385         (test_in_one_mode): Take arguments for whether the rounding mode
26386         is supported for each floating-point type.
26387         (do_test): Pass new arguments to test_in_one_mode using
26388         ROUNDING_TESTS.
26390 2013-06-13  Roland McGrath  <roland@hack.frob.com>
26392         * posix/tst-waitid.c (do_test): Distinguish different instances of
26393         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
26394         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
26395         before entering the kernel for waitpid.
26397 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
26399         * NEWS: Fix note on clock function precision.  Text by Roland
26400         McGrath.
26402 2013-06-13  Roland McGrath  <roland@hack.frob.com>
26404         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
26405         it into place only when and if the sanity check passes.
26407 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
26409         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
26410         output for whether conversion result is exact.  Take argument
26411         indicating whether type is IBM long double.
26412         (round_for_all): Change need_exact field to ibm_ld.
26413         * stdlib/tst-strtod-round.c (struct exactness): New type.
26414         (struct test): Change bool ld_ok field to struct exactness exact.
26415         (TEST): Update all definitions for change to field.
26416         (tests): Regenerate array contents.
26417         (test_in_one_mode): Take pointer to new field instead of old ld_ok
26418         field value.  Check for IBM long double here.
26419         (do_test): Update calls to test_in_one_mode.
26421 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
26423         [BZ #12515]
26424         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
26425         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
26427 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26429         [BZ #15605]
26430         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
26431         generated by the compiler on loop optimizations.
26432         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
26433         general definitions.
26435 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
26437         * math/bug-nextafter.c: Include <math-tests.h>.
26438         (main): Only test for exceptions if EXCEPTION_TESTS is true for
26439         the relevant type.
26440         * math/bug-nexttoward.c: Include <math-tests.h>.
26441         (main): Only test for exceptions if EXCEPTION_TESTS is true for
26442         the relevant type.
26443         * math/test-misc.c: Include <math-tests.h>.
26444         (main): Only test for exceptions if EXCEPTION_TESTS is true for
26445         the relevant type.
26447 2013-06-12  Andreas Jaeger  <aj@suse.de>
26449         * po/ia.po: Update Interlingua translation from translation
26450         project.
26452 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
26454         * include/fenv.h: Include stdbool.h.
26455         (struct rm_ctx): New structure.
26456         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
26457         Define macro.
26458         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
26459         (SET_RESTORE_ROUNDF): Likewise.
26460         (SET_RESTORE_ROUNDL): Likewise.
26461         (SET_RESTORE_ROUND_NOEX): Likewise.
26462         (SET_RESTORE_ROUND_NOEXF): Likewise.
26463         (SET_RESTORE_ROUND_NOEXL): Likewise.
26464         (SET_RESTORE_ROUND_53BIT): Likewise.
26465         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
26466         (libc_feresetround_noexf_ctx): Likewise.
26467         (libc_feresetround_noexl_ctx): Likewise.
26468         (libc_feholdsetround_53bit_ctx): Likewise.
26469         (libc_feresetround_53bit_ctx): Likewise.
26470         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
26471         (libc_feholdexcept_setround_sse_ctx): New function.
26472         (libc_fesetenv_sse_ctx): Likewise.
26473         (libc_feupdateenv_sse_ctx): Likewise.
26474         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
26475         (libc_feholdexcept_setround_387_ctx): Likewise.
26476         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
26477         (libc_feholdsetround_387_prec_ctx): Likewise.
26478         (libc_feholdsetround_387_ctx): Likewise.
26479         (libc_feholdsetround_387_53bit_ctx): Likewise.
26480         (libc_feholdsetround_sse_ctx): Likewise.
26481         (libc_feresetround_sse_ctx): Likewise.
26482         (libc_feresetround_387_ctx): Likewise.
26483         (libc_feupdateenv_387_ctx): Likewise.
26484         (libc_feholdexcept_setroundf_ctx): Define macro.
26485         (libc_fesetenvf_ctx): Likewise.
26486         (libc_feupdateenvf_ctx): Likewise.
26487         (libc_feholdsetroundf_ctx): Likewise.
26488         (libc_feresetroundf_ctx): Likewise.
26489         (libc_feholdexcept_setround_ctx): Likewise.
26490         (libc_fesetenv_ctx): Likewise.
26491         (libc_feupdateenv_ctx): Likewise.
26492         (libc_feholdsetround_ctx): Likewise.
26493         (libc_feresetround_ctx): Likewise.
26494         (libc_feholdexcept_setroundl_ctx): Likewise.
26495         (libc_feupdateenvl_ctx): Likewise.
26496         (libc_feholdsetroundl_ctx): Likewise.
26497         (libc_feresetroundl_ctx): Likewise.
26498         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
26499         (libc_feresetround_53bit_ctx): Likewise.
26501 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
26503         * locale/iso-639.def: Convert to UTF-8.
26505 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
26507         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
26508         (EXCEPTION_TESTS_double): Likewise.
26509         (EXCEPTION_TESTS_long_double): Likewise.
26510         (EXCEPTION_TESTS): Likewise.
26511         * math/libm-test.inc (test_exceptions): Only test exceptions if
26512         EXCEPTION_TESTS (FLOAT).
26514 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
26516         * benchtests/Makefile (string-bench): Add strcpy_chk and
26517         stpcpy_chk.
26518         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
26519         * benchtests/bench-stpcpy_chk.c: New file.
26520         * benchtests/bench-strcpy_chk-ifunc.c: New file.
26521         * benchtests/bench-strcpy_chk.c: New file.
26522         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
26523         code.
26524         (do_test): Likewise.
26526 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
26528         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
26529         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
26530         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
26531         with tabs where appropriate.
26532         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
26533         dl-procinfo.h.
26534         [PPC_PLATFORM_PPC440]: Likewise.
26535         [PPC_PLATFORM_PPC464]: Likewise.
26536         [PPC_PLATFORM_PPC476]: Likewise.
26537         (_dl_string_platform): Add support for detecting ppc405, ppc440,
26538         ppc464, and ppc476 platform strings merging from ports/
26539         dl-procinfo.h.
26541 2013-06-11  Andreas Schwab  <schwab@suse.de>
26543         [BZ #14991]
26544         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
26545         (from_ucs4_idx): Regenerate.
26546         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
26547         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
26548         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
26549         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
26550         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
26551         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
26552         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
26553         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
26554         from FROM_LOOP and TO_LOOP specific macros.
26555         (BODY): Handle combining characters.
26556         * iconvdata/BIG5HKSCS.irreversible: Update.
26557         * iconvdata/BIG5HKSCS.precomposed: New file.
26558         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
26559         characters.
26560         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
26562 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
26564         * include/sys/time.h: Fix indentation and add copyright header.
26566         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
26567         (do_test): Likewise.
26568         * string/test-memchr.c (do_one_test): Likewise.
26569         (do_test): Likewise.
26570         * string/test-memcmp.c (do_one_test): Likewise.
26571         (do_test): Likewise.
26572         * string/test-memcpy.c (do_one_test): Likewise.
26573         (do_test): Likewise.
26574         * string/test-memmem.c (do_one_test): Likewise.
26575         (do_test): Likewise.
26576         (do_random_tests): Likewise.
26577         * string/test-memmove.c (do_one_test): Likewise.
26578         (do_test): Likewise.
26579         * string/test-memset.c (do_one_test): Likewise.
26580         (do_test): Likewise.
26581         * string/test-rawmemchr.c (do_one_test): Likewise.
26582         (do_test): Likewise.
26583         * string/test-strcasecmp.c (do_one_test): Likewise.
26584         (do_test): Likewise.
26585         * string/test-strcasestr.c (do_one_test): Likewise.
26586         (do_test): Likewise.
26587         * string/test-strcat.c (do_one_test): Likewise.
26588         (do_test): Likewise.
26589         * string/test-strchr.c (do_one_test): Likewise.
26590         (do_test): Likewise.
26591         * string/test-strcmp.c (do_one_test): Likewise.
26592         (do_test): Likewise.
26593         * string/test-strcpy.c (do_one_test): Likewise.
26594         (do_test): Likewise.
26595         * string/test-string.h: Likewise.
26596         (test_init): Likewise.
26597         * string/test-strlen.c (do_one_test): Likewise.
26598         (do_test): Likewise.
26599         * string/test-strncasecmp.c (do_one_test): Likewise.
26600         (do_test): Likewise.
26601         * string/test-strncat.c (do_one_test): Likewise.
26602         (do_test): Likewise.
26603         * string/test-strncmp.c (do_one_test): Likewise.
26604         (do_test_limit): Likewise.
26605         (do_test): Likewise.
26606         * string/test-strncpy.c (do_one_test): Likewise.
26607         (do_test): Likewise.
26608         * string/test-strnlen.c (do_one_test): Likewise.
26609         (do_test): Likewise.
26610         * string/test-strpbrk.c (do_one_test): Likewise.
26611         (do_test): Likewise.
26612         * string/test-strrchr.c (do_one_test): Likewise.
26613         (do_test): Likewise.
26614         * string/test-strspn.c (do_one_test): Likewise.
26615         (do_test): Likewise.
26616         * string/test-strstr.c (do_one_test): Likewise.
26617         (do_test): Likewise.
26619         * benchtests/Makefile (string-bench): Add string benchmarks.
26620         * benchtests/bench-bcopy-ifunc.c: New file.
26621         * benchtests/bench-bcopy.c: New file.
26622         * benchtests/bench-bzero-ifunc.c: New file.
26623         * benchtests/bench-bzero.c: New file.
26624         * benchtests/bench-memccpy-ifunc.c: New file.
26625         * benchtests/bench-memccpy.c: New file.
26626         * benchtests/bench-memchr-ifunc.c: New file.
26627         * benchtests/bench-memchr.c: New file.
26628         * benchtests/bench-memcmp-ifunc.c: New file.
26629         * benchtests/bench-memcmp.c: New file.
26630         * benchtests/bench-memmem-ifunc.c: New file.
26631         * benchtests/bench-memmem.c: New file.
26632         * benchtests/bench-memmove-ifunc.c: New file.
26633         * benchtests/bench-memmove.c: New file.
26634         * benchtests/bench-mempcpy-ifunc.c: New file.
26635         * benchtests/bench-mempcpy.c: New file.
26636         * benchtests/bench-memset-ifunc.c: New file.
26637         * benchtests/bench-memset.c: New file.
26638         * benchtests/bench-rawmemchr-ifunc.c: New file.
26639         * benchtests/bench-rawmemchr.c: New file.
26640         * benchtests/bench-stpcpy-ifunc.c: New file.
26641         * benchtests/bench-stpcpy.c: New file.
26642         * benchtests/bench-stpncpy-ifunc.c: New file.
26643         * benchtests/bench-stpncpy.c: New file.
26644         * benchtests/bench-strcasecmp-ifunc.c: New file.
26645         * benchtests/bench-strcasecmp.c: New file.
26646         * benchtests/bench-strcasestr-ifunc.c: New file.
26647         * benchtests/bench-strcasestr.c: New file.
26648         * benchtests/bench-strcat-ifunc.c: New file.
26649         * benchtests/bench-strcat.c: New file.
26650         * benchtests/bench-strchr-ifunc.c: New file.
26651         * benchtests/bench-strchr.c: New file.
26652         * benchtests/bench-strchrnul-ifunc.c: New file.
26653         * benchtests/bench-strchrnul.c: New file.
26654         * benchtests/bench-strcmp-ifunc.c: New file.
26655         * benchtests/bench-strcmp.c: New file.
26656         * benchtests/bench-strcpy-ifunc.c: New file.
26657         * benchtests/bench-strcpy.c: New file.
26658         * benchtests/bench-strcspn-ifunc.c: New file.
26659         * benchtests/bench-strcspn.c: New file.
26660         * benchtests/bench-strlen-ifunc.c: New file.
26661         * benchtests/bench-strlen.c: New file.
26662         * benchtests/bench-strncasecmp-ifunc.c: New file.
26663         * benchtests/bench-strncasecmp.c: New file.
26664         * benchtests/bench-strncat-ifunc.c: New file.
26665         * benchtests/bench-strncat.c: New file.
26666         * benchtests/bench-strncmp-ifunc.c: New file.
26667         * benchtests/bench-strncmp.c: New file.
26668         * benchtests/bench-strncpy-ifunc.c: New file.
26669         * benchtests/bench-strncpy.c: New file.
26670         * benchtests/bench-strnlen-ifunc.c: New file.
26671         * benchtests/bench-strnlen.c: New file.
26672         * benchtests/bench-strpbrk-ifunc.c: New file.
26673         * benchtests/bench-strpbrk.c: New file.
26674         * benchtests/bench-strrchr-ifunc.c: New file.
26675         * benchtests/bench-strrchr.c: New file.
26676         * benchtests/bench-strspn-ifunc.c: New file.
26677         * benchtests/bench-strspn.c: New file.
26678         * benchtests/bench-strstr-ifunc.c: New file.
26679         * benchtests/bench-strstr.c: New file.
26681         * benchtests/Makefile: Disable parallel execution of targets.
26682         (string-bench): Add memcpy.
26683         (benchset): New variable to store a list of benchmark sets.
26684         (bench-func): Renamed from bench.
26685         (bench-set): New target.
26686         (bench): Depend on bench-func and bench-set.
26687         * benchtests/README: Add section on benchmark sets.
26688         * benchtests/bench-memcpy-ifunc.c: New file.
26689         * benchtests/bench-memcpy.c: New file.
26690         * benchtests/bench-string.h: New file.
26692 2013-06-11  Andreas Schwab  <schwab@suse.de>
26694         [BZ #15577]
26695         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
26696         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
26697         values in the triple.
26698         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
26699         terminator in the group key.
26701 2013-06-11  Andreas Jaeger  <aj@suse.de>
26703         * po/zh_TW.po: Update Chinese (traditional) translation from
26704         translation project.
26706 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
26708         * include/time.h (__clock_gettime): Add libc_hidden_proto.
26709         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
26710         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
26711         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
26712         (clock_getcpuclockid): Likewise.
26713         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
26714         Add weak_alias and libc_hidden_def.
26715         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
26716         * rt/clock_gettime.c (clock_gettime): Rename to
26717         __clock_gettime.  Add weak_alias and libc_hidden_def.
26718         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
26719         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
26720         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
26721         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
26722         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
26723         Likewise.
26724         * rt/clock_settime.c (clock_settime): Rename to
26725         __clock_settime.  Add weak_alias and libc_hidden_def.
26726         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
26728 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
26730         * mach/err_boot.sub: Remove trailing whitespace.
26731         * mach/err_ipc.sub: Likewise.
26732         * mach/err_mach.sub: Likewise.
26734         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
26735         (ROUNDING_TESTS_double): Likewise.
26736         (ROUNDING_TESTS_long_double): Likewise.
26737         (ROUNDING_TESTS): Likewise.
26738         * math/libm-test.inc: Include <math-tests.h>.
26739         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
26740         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
26741         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
26742         (IF_ROUND_INIT_FE_UPWARD): Likewise.
26744 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
26746         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
26747         of assigning.
26749 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
26751         * sysdeps/gnu/errlist.awk: Do not generate space at end of
26752         otherwise empty TRANS lines.
26753         * sysdeps/gnu/errlist.c: Regenerated.
26755         * catgets/gencat.c (error_print): Use (void) in function
26756         definition.
26757         * crypt/crypt_util.c (__init_des): Likewise.
26758         * crypt/speeds.c (Stop): Likewise.
26759         (main): Likewise.
26760         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
26761         * inet/ruserpass.c (token): Likewise.
26762         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
26763         * intl/localealias.c (extend_alias_table): Likewise.
26764         * intl/plural-exp.c (init_germanic_plural): Likewise.
26765         * libio/fcloseall.c (__fcloseall): Likewise.
26766         * libio/genops.c (_IO_flush_all): Likewise.
26767         (_IO_flush_all_linebuffered): Likewise.
26768         (_IO_cleanup): Likewise.
26769         (_IO_iter_begin): Likewise.
26770         (_IO_iter_end): Likewise.
26771         (_IO_list_lock): Likewise.
26772         (_IO_list_unlock): Likewise.
26773         (_IO_list_resetlock): Likewise.
26774         * libio/getchar.c (getchar): Likewise.
26775         * libio/getchar_u.c (getchar_unlocked): Likewise.
26776         * libio/getwchar.c (getwchar): Likewise.
26777         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
26778         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
26779         * login/getpt.c (__getpt): Likewise.
26780         * login/tst-utmp.c (main): Likewise.
26781         * malloc/hooks.c (__malloc_check_init): Likewise.
26782         * malloc/malloc.c (__malloc_stats): Likewise.
26783         * malloc/mtrace.c (tr_break): Likewise.
26784         (mtrace): Likewise.
26785         (muntrace): Likewise.
26786         * misc/fstab.c (endfsent): Likewise.
26787         * misc/getclktck.c (__getclktck): Likewise.
26788         * misc/getdtsz.c (__getdtablesize): Likewise.
26789         * misc/gethostid.c (gethostid): Likewise.
26790         * misc/getpagesize.c (__getpagesize): Likewise.
26791         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
26792         (__get_nprocs): Likewise.
26793         (__get_phys_pages): Likewise.
26794         (__get_avphys_pages): Likewise.
26795         * misc/getttyent.c (getttyent): Likewise.
26796         (setttyent): Likewise.
26797         (endttyent): Likewise.
26798         * misc/getusershell.c (getusershell): Likewise.
26799         (endusershell): Likewise.
26800         (setusershell): Likewise.
26801         (initshells): Likewise.
26802         * misc/hsearch.c (__hdestroy): Likewise.
26803         * misc/sync.c (sync): Likewise.
26804         * misc/syslog.c (closelog_internal): Likewise.
26805         (closelog): Likewise.
26806         * misc/ttyslot.c (ttyslot): Likewise.
26807         * misc/vhangup.c (vhangup): Likewise.
26808         * posix/fork.c (__fork): Likewise.
26809         * posix/getegid.c (__getegid): Likewise.
26810         * posix/geteuid.c (__geteuid): Likewise.
26811         * posix/getgid.c (__getgid): Likewise.
26812         * posix/getpid.c (__getpid): Likewise.
26813         * posix/getppid.c (__getppid): Likewise.
26814         * posix/getuid.c (__getuid): Likewise.
26815         * posix/pause.c (pause): Likewise.
26816         * posix/setpgrp.c (setpgrp): Likewise.
26817         * posix/setsid.c (__setsid): Likewise.
26818         * posix/test-vfork.c (noop): Likewise.
26819         * resolv/gethnamaddr.c (_endhtent): Likewise.
26820         (_gethtent): Likewise.
26821         (ht_endhostent): Likewise.
26822         (gethostent): Likewise.
26823         (dns_service): Likewise.
26824         * stdlib/drand48.c (drand48): Likewise.
26825         * stdlib/lrand48.c (lrand48): Likewise.
26826         * stdlib/mrand48.c (mrand48): Likewise.
26827         * stdlib/rand.c (rand): Likewise.
26828         * stdlib/random.c (__random): Likewise.
26829         * stdlib/setenv.c (clearenv): Likewise.
26830         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
26831         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
26832         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
26833         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
26834         (__get_nprocs): Likewise.
26835         (__get_phys_pages): Likewise.
26836         (__get_avphys_pages): Likewise.
26837         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
26838         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
26839         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
26840         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
26841         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
26842         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
26843         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
26844         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
26845         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
26846         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
26847         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
26848         * sysdeps/mach/hurd/sync.c (sync): Likewise.
26849         * sysdeps/posix/clock.c (clock): Likewise.
26850         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
26851         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
26852         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
26853         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
26854         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
26855         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
26856         (__get_nprocs_conf): Likewise.
26857         (__get_phys_pages): Likewise.
26858         (__get_avphys_pages): Likewise.
26859         * time/clock.c (clock): Likewise.
26860         * time/tzset.c (__tzname_max): Likewise.
26862 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
26864         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
26865         (__bswap_32): Do not use "register".
26866         * crypt/crypt.c (_ufc_doit_r): Likewise.
26867         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
26868         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
26869         * gmon/gmon.c (__monstartup): Likewise.
26870         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
26871         * hurd/hurdmalloc.c (more_memory): Likewise.
26872         (malloc): Likewise.
26873         (free): Likewise.
26874         (realloc): Likewise.
26875         (malloc_fork_prepare): Likewise.
26876         (malloc_fork_parent): Likewise.
26877         (malloc_fork_child): Likewise.
26878         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
26879         (_svcauth_des): Likewise.
26880         * inet/inet_lnaof.c (inet_lnaof): Likewise.
26881         * inet/inet_net.c (inet_network): Likewise.
26882         * inet/inet_netof.c (inet_netof): Likewise.
26883         * inet/rcmd.c (__validuser2_sa): Likewise.
26884         * io/fts.c (fts_open): Likewise.
26885         (fts_load): Likewise.
26886         (fts_close): Likewise.
26887         (fts_read): Likewise.
26888         (fts_children): Likewise.
26889         (fts_build): Likewise.
26890         (fts_stat): Likewise.
26891         (fts_sort): Likewise.
26892         (fts_alloc): Likewise.
26893         (fts_lfree): Likewise.
26894         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
26895         (_IO_file_xsgetn): Likewise.
26896         (_IO_file_xsgetn_mmap): Likewise.
26897         * libio/iofopncook.c (_IO_cookie_read): Likewise.
26898         (_IO_cookie_write): Likewise.
26899         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
26900         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
26901         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
26902         * malloc/obstack.c (_obstack_begin): Likewise.
26903         (_obstack_begin_1): Likewise.
26904         (_obstack_newchunk): Likewise.
26905         (_obstack_allocated_p): Likewise.
26906         (obstack_free): Likewise.
26907         (_obstack_memory_used): Likewise.
26908         * misc/getttyent.c (getttynam): Likewise.
26909         (getttyent): Likewise.
26910         (skip): Likewise.
26911         (value): Likewise.
26912         * misc/getusershell.c (initshells): Likewise.
26913         * misc/syslog.c (__vsyslog_chk): Likewise.
26914         * misc/ttyslot.c (ttyslot): Likewise.
26915         * nis/nis_hash.c (__nis_hash): Likewise.
26916         * posix/fnmatch_loop.c (FCT): Likewise.
26917         * posix/getconf.c (print_all): Likewise.
26918         (main): Likewise.
26919         * posix/getopt.c (exchange): Likewise.
26920         * posix/glob.c (globfree): Likewise.
26921         (prefix_array): Likewise.
26922         (__glob_pattern_type): Likewise.
26923         * resolv/arpa/nameser.h (NS_GET16): Likewise.
26924         (NS_GET32): Likewise.
26925         (NS_PUT16): Likewise.
26926         (NS_PUT32): Likewise.
26927         * resolv/gethnamaddr.c (getanswer): Likewise.
26928         (gethostbyname2): Likewise.
26929         (gethostbyaddr): Likewise.
26930         (_gethtent): Likewise.
26931         (_gethtbyname2): Likewise.
26932         (_gethtbyaddr): Likewise.
26933         * resolv/ns_print.c (dst_s_get_int16): Likewise.
26934         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
26935         * resolv/res_init.c (__res_vinit): Likewise.
26936         (net_mask): Likewise.
26937         * resolv/res_mkquery.c (outchar): Likewise.
26938         (PRINT): Likewise.
26939         * stdio-common/printf_fp.c (outchar): Likewise.
26940         (PRINT): Likewise.
26941         * stdio-common/printf_fphex.c (outchar): Likewise.
26942         (PRINT): Likewise.
26943         * stdio-common/printf_size.c (outchar): Likewise.
26944         (PRINT): Likewise.
26945         * stdio-common/test_rdwr.c (main): Likewise.
26946         * stdio-common/tfformat.c (matches): Likewise.
26947         * stdio-common/vfprintf.c (outchar): Likewise.
26948         (printf_unknown): Likewise.
26949         (buffered_vfprintf): Likewise.
26950         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
26951         * stdio-common/xbug.c (AppendToBuffer): Likewise.
26952         (ReadFile): Likewise.
26953         * stdlib/qsort.c (SWAP): Likewise.
26954         (_quicksort): Likewise.
26955         * stdlib/setenv.c (__add_to_environ): Likewise.
26956         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
26957         * stdlib/strtol_l.c (__strtol_l): Likewise.
26958         * stdlib/tst-strtod.c (main): Likewise.
26959         * stdlib/tst-strtol.c (main): Likewise.
26960         * stdlib/tst-strtoll.c (main): Likewise.
26961         * string/bits/string2.h (__strcmp_cc): Likewise.
26962         (__strcmp_cg): Likewise.
26963         (__strcspn_c1): Likewise.
26964         (__strcspn_c2): Likewise.
26965         (__strcspn_c3): Likewise.
26966         (__strspn_c1): Likewise.
26967         (__strspn_c2): Likewise.
26968         (__strspn_c3): Likewise.
26969         (__strsep_1c): Likewise.
26970         (__strsep_2c): Likewise.
26971         (__strsep_3c): Likewise.
26972         * string/memccpy.c (__memccpy): Likewise.
26973         * string/stpcpy.c (__stpcpy): Likewise.
26974         * string/strcmp.c (strcmp): Likewise.
26975         * string/strrchr.c (strrchr): Likewise.
26976         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
26977         Likewise.
26978         * sysdeps/mach/hurd/getcwd.c
26979         (_hurd_canonicalize_directory_name_internal): Likewise.
26980         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
26981         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
26982         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
26983         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
26984         Likewise, in both definitions.
26985         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
26986         definitions.
26987         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
26988         64] (__bswap_64): Likewise.
26989         * time/test_time.c (main): Likewise.
26990         * time/tzfile.c (__tzfile_read): Likewise.
26991         (__tzfile_compute): Likewise.
26992         * time/tzset.c (__tzset_parse_tz): Likewise.
26993         (tzset_internal): Likewise.
26994         (compute_change): Likewise.
26995         * wcsmbs/wcscat.c (__wcscat): Likewise.
26996         * wcsmbs/wcschr.c (wcschr): Likewise.
26997         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
26998         * wcsmbs/wcscspn.c (wcscspn): Likewise.
26999         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
27000         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
27001         * wcsmbs/wcsspn.c (wcsspn): Likewise.
27002         * wcsmbs/wcsstr.c (wcsstr): Likewise.
27003         * wcsmbs/wmemchr.c (wmemchr): Likewise.
27004         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
27005         * wcsmbs/wmemset.c (wmemset): Likewise.
27007 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
27009         * scripts/config.guess: Update to version 2013-05-16.
27010         * scripts/config.sub: Update to version 2013-04-24.
27011         * scripts/install-sh: Update to version 2011-11-20.07.
27012         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
27013         * scripts/move-if-change: Update to version 2012-01-06 07:23.
27015 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
27017         * debug/fgetws_u_chk.c: Fix leading whitespaces.
27018         * elf/sln.c: Likewise.
27019         * hurd/hurd/ioctl.h: Likewise.
27020         * hurd/hurdmalloc.c: Likewise.
27021         * hurd/xattr.c: Likewise.
27022         * include/shlib-compat.h: Likewise.
27023         * inet/ruserpass.c: Likewise.
27024         * libio/iofgets_u.c: Likewise.
27025         * libio/iofgetws_u.c: Likewise.
27026         * locale/programs/ld-identification.c: Likewise.
27027         * locale/programs/ld-time.c: Likewise.
27028         * mach/msg-destroy.c: Likewise.
27029         * nss/nss_files/files-netgrp.c: Likewise.
27030         * resolv/res_data.c: Likewise.
27031         * soft-fp/op-1.h: Likewise.
27032         * soft-fp/op-2.h: Likewise.
27033         * soft-fp/op-4.h: Likewise.
27034         * soft-fp/op-common.h: Likewise.
27035         * stdio-common/printf_fphex.c: Likewise.
27036         * stdlib/strtod_l.c: Likewise.
27037         * sunrpc/rpc/clnt.h: Likewise.
27038         * sysdeps/generic/framestate.c: Likewise.
27039         * sysdeps/i386/bsd-_setjmp.S: Likewise.
27040         * sysdeps/i386/bsd-setjmp.S: Likewise.
27041         * sysdeps/i386/__longjmp.S: Likewise.
27042         * sysdeps/i386/setjmp.S: Likewise.
27043         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
27044         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
27045         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
27046         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
27047         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
27048         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
27049         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
27050         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
27051         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
27052         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
27053         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
27054         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
27055         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
27056         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
27057         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
27058         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
27059         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
27060         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
27061         * sysdeps/ieee754/support.c: Likewise.
27062         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
27063         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
27064         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
27065         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
27066         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
27067         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
27068         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
27069         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
27070         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
27071         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
27072         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
27073         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
27074         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
27075         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
27076         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
27077         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
27078         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
27079         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
27081 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
27083         * posix/transbug.c: Remove executable mode.
27085 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
27087         * crypt/speeds.c: Remove trailing whitespace.
27088         * dlfcn/default.c: Likewise.
27089         * elf/ifuncdep2.c: Likewise.
27090         * elf/ifuncmain1.c: Likewise.
27091         * elf/ifuncmain1vis.c: Likewise.
27092         * elf/testobj.h: Likewise.
27093         * elf/tst-stackguard1.c: Likewise.
27094         * gmon/sys/gmon.h: Likewise.
27095         * hurd/hurdmsg.c: Likewise.
27096         * hurd/new-fd.c: Likewise.
27097         * hurd/ports-get.c: Likewise.
27098         * iconvdata/ibm1008_420.c: Likewise.
27099         * inet/tst-getni1.c: Likewise.
27100         * inet/tst-getni2.c: Likewise.
27101         * libio/ioungetc.c: Likewise.
27102         * libio/wfiledoalloc.c: Likewise.
27103         * manual/libm-err-tab.pl: Likewise.
27104         * math/w_dremf.c: Likewise.
27105         * misc/ftruncate.c: Likewise.
27106         * posix/bug-glob2.c: Likewise.
27107         * posix/tst-pcre.c: Likewise.
27108         * posix/wait4.c: Likewise.
27109         * resolv/README: Likewise.
27110         * resolv/res_debug.h: Likewise.
27111         * resolv/tst-inet_ntop.c: Likewise.
27112         * setjmp/bug269-setjmp.c: Likewise.
27113         * soft-fp/extended.h: Likewise.
27114         * soft-fp/op-1.h: Likewise.
27115         * soft-fp/op-2.h: Likewise.
27116         * soft-fp/op-4.h: Likewise.
27117         * soft-fp/op-8.h: Likewise.
27118         * soft-fp/testit.c: Likewise.
27119         * stdio-common/bug16.c: Likewise.
27120         * stdlib/random.c: Likewise.
27121         * sunrpc/rpcsvc/rquota.x: Likewise.
27122         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
27123         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
27124         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
27125         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
27126         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
27127         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
27128         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
27129         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
27130         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
27131         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
27132         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
27133         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
27134         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
27135         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
27136         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
27137         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
27138         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
27139         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
27140         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
27141         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
27142         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
27143         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
27144         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
27145         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
27146         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
27147         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
27148         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
27149         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
27150         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
27151         * sysdeps/ieee754/s_lib_version.c: Likewise.
27152         * sysdeps/mach/hurd/check_fds.c: Likewise.
27153         * sysdeps/mach/hurd/getsockname.c: Likewise.
27154         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
27155         * sysdeps/mach/hurd/recvfrom.c: Likewise.
27156         * sysdeps/powerpc/bits/link.h: Likewise.
27157         * sysdeps/powerpc/dl-procinfo.c: Likewise.
27158         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
27159         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
27160         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
27161         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
27162         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
27163         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
27164         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
27165         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
27166         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
27167         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
27168         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
27169         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
27170         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
27171         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
27172         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
27173         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
27174         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
27175         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
27176         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
27177         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
27178         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
27179         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
27180         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
27181         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
27182         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
27183         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
27184         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
27185         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
27186         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
27187         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
27188         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
27189         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
27190         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
27191         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
27192         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
27193         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
27194         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
27195         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
27196         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
27197         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
27198         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
27199         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
27200         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
27201         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
27202         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
27203         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
27204         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
27205         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
27206         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
27207         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
27208         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
27209         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
27210         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
27211         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
27212         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
27213         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
27214         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
27215         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
27216         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
27217         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
27218         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
27219         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
27220         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
27221         * sysdeps/powerpc/sysdep.h: Likewise.
27222         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
27223         * sysdeps/s390/s390-64/sub_n.S: Likewise.
27224         * sysdeps/sh/dl-trampoline.S: Likewise.
27225         * sysdeps/sh/memset.S: Likewise.
27226         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
27227         * sysdeps/sh/strlen.S: Likewise.
27228         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
27229         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
27230         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
27231         * sysdeps/sparc/sparc32/rem.S: Likewise.
27232         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
27233         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
27234         * sysdeps/sparc/sparc32/strchr.S: Likewise.
27235         * sysdeps/sparc/sparc32/udiv.S: Likewise.
27236         * sysdeps/sparc/sparc32/urem.S: Likewise.
27237         * sysdeps/sparc/sparc64/add_n.S: Likewise.
27238         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
27239         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
27240         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
27241         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
27242         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
27243         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
27244         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
27245         * sysdeps/unix/bsd/times.c: Likewise.
27246         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
27247         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
27248         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
27249         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
27250         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
27251         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
27252         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
27253         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
27254         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
27255         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
27256         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
27257         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
27258         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
27259         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
27260         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
27261         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
27262         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
27263         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
27264         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
27265         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
27266         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
27267         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
27268         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
27269         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
27270         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
27271         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
27272         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
27273         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
27274         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
27275         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
27276         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
27277         * sysdeps/x86_64/strcspn.S: Likewise.
27279 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
27281         * locale/C-translit.h: Revert #include <stdint.h> because this is a
27282         generated file.  Regenerate properly from gen-translit.pl.
27283         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
27284         locale/C-translit.h.
27286 2013-06-05  Andreas Schwab  <schwab@suse.de>
27288         [BZ #15100]
27289         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
27290         week as 6 instead of -1.
27291         * time/tst-strptime.c (day_tests): Add test case.
27293 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
27295         * sysdeps/generic/math_private.h
27296         (libc_feholdexcept_setround_53bit): Replace with
27297         libc_feholdsetround_53bit.
27298         (libc_feupdateenv_53bit): Replace with
27299         libc_feresetround_53bit.
27300         (SET_RESTORE_ROUND_53BIT): Adjust.
27302 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
27304         * string/test-strchrnul.c: Add copyright header.
27306         * posix/tst-getaddrinfo4.c: Increase test timeout.
27308 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
27310         [BZ #15536]
27311         * math/libm-test.inc (MAX_EXP): Remove
27312         (MIN_EXP): Define.
27313         (ulp): Use MIN_EXP - MANT_DIG.
27314         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
27316 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
27318         * po/be.po: Revert last change.
27319         * po/zh_CN.po: Likewise.
27320         * po/header.pot: Likewise.
27322 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
27324         * Makefile ($(common-objpfx)linkobj/libc.so): Define
27325         link-libc-deps to empty as target-specific variable.
27326         * Makerules (link-libc-args): New variable.
27327         (libc-for-link): Likewise.
27328         (link-libc-deps): Likewise.
27329         (lib%.so): Depend on $(link-libc-deps).  Link with
27330         $(link-libc-args).
27331         (build-module): Link with $(link-libc-args).
27332         (build-module-asneeded): Likewise.
27333         (build-module-helper-objlist): Filter out $(link-libc-deps) from
27334         list of objects.
27335         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
27336         target-specific variable.
27337         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
27338         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
27339         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
27340         libc.
27341         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
27342         libc and ld.so.
27343         ($(objpfx)libpcprofile.so): Likewise.
27344         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
27345         libc_nonshared.a.
27346         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
27347         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
27348         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
27349         $(link-libc-deps).
27350         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
27351         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
27352         * login/Makefile ($(objpfx)libutil.so): Likewise.
27353         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
27354         * math/Makefile ($(objpfx)libm.so): Likewise.
27355         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
27356         $(objpfx)libnsl.so): Define libc-for-link as target-specific
27357         variable instead of depending directly on libc.
27358         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
27359         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
27360         $(link-libc-deps).
27361         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
27362         libc.
27363         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
27364         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
27365         ($(objpfx)libanl.so): Likewise.
27366         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
27367         ld.so.
27368         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
27369         $(link-libc-deps).
27370         * sysdeps/i386/fpu/Makefile: Remove file.
27371         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
27372         ($(objpfx)libm.so): Remove dependency on ld.so.
27374 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
27376         [BZ # 15553]
27377         * nis/yp_xdr.c (XDRMAXNAME): Define.
27378         (XDRMAXRECORD): Define.
27379         (xdr_domainname): Use XDRMAXNAME.
27380         (xdr_mapname): Likewise.
27381         (xdr_peername): Likewise.
27382         (xdr_keydat): Use XDRMAXRECORD.
27383         (xdr_valdat): Likewise.
27385 2013-05-30  Jeff Law  <law@redhat.com>
27387         [BZ #14256]
27388         * manual/errno.texi (ESTALE): Update to account for more than
27389         just NFS file systems.
27390         * sysdeps/gnu/errlist.c: Regenerated.
27392 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
27394         [BZ #15465]
27395         * elf/Makefile (tests): Add tst-null-argv.
27396         (modules-names):  Add tst-null-argv-lib.
27397         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
27398         (tst-null-argv-ENV): Set environment for tst-null-argv.
27399         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
27400         (RTLD_PROGNAME): New macro.
27401         * elf/tst-null-argv.c: New test case.
27402         * elf/tst-null-argv-lib.c: Library for test case.
27403         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
27404         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
27405         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
27406         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
27407         * elf/dl-init.c (call_init): Likewise.
27408         (_dl_init): Likewise.
27409         * elf/dl-load.c (print_search_path): Likewise.
27410         (_dl_map_object): Likewise.
27411         * elf/dl-lookup.c (do_lookup_x): Likewise.
27412         (add_dependency): Likewise.
27413         (_dl_lookup_symbol_x): Likewise.
27414         (_dl_debug_bindings): Likewise.
27415         * elf/dl-open.c (_dl_show_scope): Likewise.
27416         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
27417         * elf/dl-version.c (match_symbol): Likewise.
27418         (_dl_check_map_versions): Likewise.
27419         * elf/rtld.c (dl_main): Likewise.
27420         (print_unresolved): Use RTLD_PROGNAME.
27421         (print_missing_version): Likewise.
27422         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
27423         (elf_machine_rela): Likewise.
27424         * sysdeps/powerpc/powerpc32/dl-machine.c
27425         (__process_machine_rela): Likewise.
27426         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
27427         Likewise.
27428         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
27429         Likewise.
27430         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
27431         Likewise.
27432         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
27433         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
27434         Likewise.
27435         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
27436         Likewise.
27437         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
27439 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
27441         * po/be.po: Add descriptive title.
27442         * po/zh_CN.po: Likewise.
27443         * po/header.pot: Likewise.
27445 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
27447         * locale/programs/locarchive.c (create_archive): Inlucde fname in
27448         error message.
27449         (enlarge_archive): Likewise.
27451 2013-05-28  Ben North  <ben@redfrontdoor.org>
27453         * manual/arith.texi (frexp): It is the magnitude of the return
27454         value which lies in [0.5, 1), not the return value itself.
27456 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27458         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27460 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
27462         * stdio-common/bug26.c (main): Correct fscanf template.
27464         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
27465         declare _dl_skip_args.
27467         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
27468         Don't declare.
27470         * manual/platform.texi: Add missing @end deftypefun.
27472 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
27474         [BZ #15529]
27475         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
27476         bit of mantissa of 2^16382.
27477         * math/libm-test.inc (hypot_test_data): Add more tests.
27479         * math/libm-test.inc: Add drem and pow10 to list of tested
27480         functions.
27481         (pow10_test): New function.
27482         (drem_test): Likewise.
27483         (drem_test_tonearest): Likewise.
27484         (drem_test_towardzero): Likewise.
27485         (drem_test_downward): Likewise.
27486         (drem_test_upward): Likewise.
27487         (main): Call the new functions.
27489         * math/libm-test.inc (finite_test_data): Remove.
27490         (finite_test): Run tests from isfinite_test_data.
27491         (gamma_test_data): Remove.
27492         (gamma_test): Run tests from lgamma_test_data.
27493         * sysdeps/i386/fpu/libm-test-ulps: Update.
27494         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27496 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27498         * manual/platform.texi: Add PowerPC PPR function set documentation.
27499         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
27500         implementation.
27502 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
27504         * math/libm-test.inc (MAX_EXP): Define.
27505         (ULPDIFF): Define.
27506         (ulp): New function.
27507         (check_float_internal): Use ULPDIFF.
27508         (cpow_test): Disable failing test.
27509         (check_ulp): Test ulp() implemetnation.
27510         (main): Call check_ulp before starting tests.
27512 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
27514         * math/gen-libm-test.pl (generate_testfile): Do not handle
27515         START_DATA and END_DATA.
27516         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
27517         END_DATA.
27518         (acos_tonearest_test_data): Likewise.
27519         (acos_towardzero_test_data): Likewise.
27520         (acos_downward_test_data): Likewise.
27521         (acos_upward_test_data): Likewise.
27522         (acosh_test_data): Likewise.
27523         (asin_test_data): Likewise.
27524         (asin_tonearest_test_data): Likewise.
27525         (asin_towardzero_test_data): Likewise.
27526         (asin_downward_test_data): Likewise.
27527         (asin_upward_test_data): Likewise.
27528         (asinh_test_data): Likewise.
27529         (atan_test_data): Likewise.
27530         (atanh_test_data): Likewise.
27531         (atan2_test_data): Likewise.
27532         (cabs_test_data): Likewise.
27533         (cacos_test_data): Likewise.
27534         (cacosh_test_data): Likewise.
27535         (carg_test_data): Likewise.
27536         (casin_test_data): Likewise.
27537         (casinh_test_data): Likewise.
27538         (catan_test_data): Likewise.
27539         (catanh_test_data): Likewise.
27540         (cbrt_test_data): Likewise.
27541         (ccos_test_data): Likewise.
27542         (ccosh_test_data): Likewise.
27543         (ceil_test_data): Likewise.
27544         (cexp_test_data): Likewise.
27545         (cimag_test_data): Likewise.
27546         (clog_test_data): Likewise.
27547         (clog10_test_data): Likewise.
27548         (conj_test_data): Likewise.
27549         (copysign_test_data): Likewise.
27550         (cos_test_data): Likewise.
27551         (cos_tonearest_test_data): Likewise.
27552         (cos_towardzero_test_data): Likewise.
27553         (cos_downward_test_data): Likewise.
27554         (cos_upward_test_data): Likewise.
27555         (cosh_test_data): Likewise.
27556         (cosh_tonearest_test_data): Likewise.
27557         (cosh_towardzero_test_data): Likewise.
27558         (cosh_downward_test_data): Likewise.
27559         (cosh_upward_test_data): Likewise.
27560         (cpow_test_data): Likewise.
27561         (cproj_test_data): Likewise.
27562         (creal_test_data): Likewise.
27563         (csin_test_data): Likewise.
27564         (csinh_test_data): Likewise.
27565         (csqrt_test_data): Likewise.
27566         (ctan_test_data): Likewise.
27567         (ctan_tonearest_test_data): Likewise.
27568         (ctan_towardzero_test_data): Likewise.
27569         (ctan_downward_test_data): Likewise.
27570         (ctan_upward_test_data): Likewise.
27571         (ctanh_test_data): Likewise.
27572         (ctanh_tonearest_test_data): Likewise.
27573         (ctanh_towardzero_test_data): Likewise.
27574         (ctanh_downward_test_data): Likewise.
27575         (ctanh_upward_test_data): Likewise.
27576         (erf_test_data): Likewise.
27577         (erfc_test_data): Likewise.
27578         (exp_test_data): Likewise.
27579         (exp_tonearest_test_data): Likewise.
27580         (exp_towardzero_test_data): Likewise.
27581         (exp_downward_test_data): Likewise.
27582         (exp_upward_test_data): Likewise.
27583         (exp10_test_data): Likewise.
27584         (exp2_test_data): Likewise.
27585         (expm1_test_data): Likewise.
27586         (fabs_test_data): Likewise.
27587         (fdim_test_data): Likewise.
27588         (finite_test_data): Likewise.
27589         (floor_test_data): Likewise.
27590         (fma_test_data): Likewise.
27591         (fma_towardzero_test_data): Likewise.
27592         (fma_downward_test_data): Likewise.
27593         (fma_upward_test_data): Likewise.
27594         (fmax_test_data): Likewise.
27595         (fmin_test_data): Likewise.
27596         (fmod_test_data): Likewise.
27597         (fpclassify_test_data): Likewise.
27598         (frexp_test_data): Likewise.
27599         (gamma_test_data): Likewise.
27600         (hypot_test_data): Likewise.
27601         (ilogb_test_data): Likewise.
27602         (isfinite_test_data): Likewise.
27603         (isgreater_test_data): Likewise.
27604         (isgreaterequal_test_data): Likewise.
27605         (isinf_test_data): Likewise.
27606         (isless_test_data): Likewise.
27607         (islessequal_test_data): Likewise.
27608         (islessgreater_test_data): Likewise.
27609         (isnan_test_data): Likewise.
27610         (isnormal_test_data): Likewise.
27611         (issignaling_test_data): Likewise.
27612         (isunordered_test_data): Likewise.
27613         (j0_test_data): Likewise.
27614         (j1_test_data): Likewise.
27615         (jn_test_data): Likewise.
27616         (ldexp_test_data): Likewise.
27617         (lgamma_test_data): Likewise.
27618         (lrint_test_data): Likewise.
27619         (lrint_tonearest_test_data): Likewise.
27620         (lrint_towardzero_test_data): Likewise.
27621         (lrint_downward_test_data): Likewise.
27622         (lrint_upward_test_data): Likewise.
27623         (llrint_test_data): Likewise.
27624         (llrint_tonearest_test_data): Likewise.
27625         (llrint_towardzero_test_data): Likewise.
27626         (llrint_downward_test_data): Likewise.
27627         (llrint_upward_test_data): Likewise.
27628         (log_test_data): Likewise.
27629         (log10_test_data): Likewise.
27630         (log1p_test_data): Likewise.
27631         (log2_test_data): Likewise.
27632         (logb_test_data): Likewise.
27633         (logb_downward_test_data): Likewise.
27634         (lround_test_data): Likewise.
27635         (llround_test_data): Likewise.
27636         (modf_test_data): Likewise.
27637         (nearbyint_test_data): Likewise.
27638         (nextafter_test_data): Likewise.
27639         (nexttoward_test_data): Likewise.
27640         (pow_test_data): Likewise.
27641         (pow_tonearest_test_data): Likewise.
27642         (pow_towardzero_test_data): Likewise.
27643         (pow_downward_test_data): Likewise.
27644         (pow_upward_test_data): Likewise.
27645         (remainder_test_data): Likewise.
27646         (remainder_tonearest_test_data): Likewise.
27647         (remainder_towardzero_test_data): Likewise.
27648         (remainder_downward_test_data): Likewise.
27649         (remainder_upward_test_data): Likewise.
27650         (remquo_test_data): Likewise.
27651         (rint_test_data): Likewise.
27652         (rint_tonearest_test_data): Likewise.
27653         (rint_towardzero_test_data): Likewise.
27654         (rint_downward_test_data): Likewise.
27655         (rint_upward_test_data): Likewise.
27656         (round_test_data): Likewise.
27657         (scalb_test_data): Likewise.
27658         (scalbn_test_data): Likewise.
27659         (scalbln_test_data): Likewise.
27660         (signbit_test_data): Likewise.
27661         (sin_test_data): Likewise.
27662         (sin_tonearest_test_data): Likewise.
27663         (sin_towardzero_test_data): Likewise.
27664         (sin_downward_test_data): Likewise.
27665         (sin_upward_test_data): Likewise.
27666         (sincos_test_data): Likewise.
27667         (sinh_test_data): Likewise.
27668         (sinh_tonearest_test_data): Likewise.
27669         (sinh_towardzero_test_data): Likewise.
27670         (sinh_downward_test_data): Likewise.
27671         (sinh_upward_test_data): Likewise.
27672         (sqrt_test_data): Likewise.
27673         (tan_test_data): Likewise.
27674         (tan_tonearest_test_data): Likewise.
27675         (tan_towardzero_test_data): Likewise.
27676         (tan_downward_test_data): Likewise.
27677         (tan_upward_test_data): Likewise.
27678         (tanh_test_data): Likewise.
27679         (tgamma_test_data): Likewise.
27680         (trunc_test_data): Likewise.
27681         (y0_test_data): Likewise.
27682         (y1_test_data): Likewise.
27683         (yn_test_data): Likewise.
27684         (significand_test_data): Likewise.
27686         * math/gen-libm-test.pl (@functions): Remove variable.
27687         (generate_testfile): Don't handle START and END lines.
27688         * math/libm-test.inc (START): New macro.
27689         (END): Likewise.
27690         (END_COMPLEX): Likewise.
27691         (acos_test): Use END macro without arguments.
27692         (acos_test_tonearest): Likewise.
27693         (acos_test_towardzero): Likewise.
27694         (acos_test_downward): Likewise.
27695         (acos_test_upward): Likewise.
27696         (acosh_test): Likewise.
27697         (asin_test): Likewise.
27698         (asin_test_tonearest): Likewise.
27699         (asin_test_towardzero): Likewise.
27700         (asin_test_downward): Likewise.
27701         (asin_test_upward): Likewise.
27702         (asinh_test): Likewise.
27703         (atan_test): Likewise.
27704         (atanh_test): Likewise.
27705         (atan2_test): Likewise.
27706         (cabs_test): Likewise.
27707         (cacos_test): Use END_COMPLEX macro without arguments.
27708         (cacosh_test): Likewise.
27709         (carg_test): Use END macro without arguments.
27710         (casin_test): Use END_COMPLEX macro without arguments.
27711         (casinh_test): Likewise.
27712         (catan_test): Likewise.
27713         (catanh_test): Likewise.
27714         (cbrt_test): Use END macro without arguments.
27715         (ccos_test): Use END_COMPLEX macro without arguments.
27716         (ccosh_test): Likewise.
27717         (ceil_test): Use END macro without arguments.
27718         (cexp_test): Use END_COMPLEX macro without arguments.
27719         (cimag_test): Use END macro without arguments.
27720         (clog_test): Use END_COMPLEX macro without arguments.
27721         (clog10_test): Likewise.
27722         (conj_test): Likewise.
27723         (copysign_test): Use END macro without arguments.
27724         (cos_test): Likewise.
27725         (cos_test_tonearest): Likewise.
27726         (cos_test_towardzero): Likewise.
27727         (cos_test_downward): Likewise.
27728         (cos_test_upward): Likewise.
27729         (cosh_test): Likewise.
27730         (cosh_test_tonearest): Likewise.
27731         (cosh_test_towardzero): Likewise.
27732         (cosh_test_downward): Likewise.
27733         (cosh_test_upward): Likewise.
27734         (cpow_test): Use END_COMPLEX macro without arguments.
27735         (cproj_test): Likewise.
27736         (creal_test): Use END macro without arguments.
27737         (csin_test): Use END_COMPLEX macro without arguments.
27738         (csinh_test): Likewise.
27739         (csqrt_test): Likewise.
27740         (ctan_test): Likewise.
27741         (ctan_test_tonearest): Likewise.
27742         (ctan_test_towardzero): Likewise.
27743         (ctan_test_downward): Likewise.
27744         (ctan_test_upward): Likewise.
27745         (ctanh_test): Likewise.
27746         (ctanh_test_tonearest): Likewise.
27747         (ctanh_test_towardzero): Likewise.
27748         (ctanh_test_downward): Likewise.
27749         (ctanh_test_upward): Likewise.
27750         (erf_test): Use END macro without arguments.
27751         (erfc_test): Likewise.
27752         (exp_test): Likewise.
27753         (exp_test_tonearest): Likewise.
27754         (exp_test_towardzero): Likewise.
27755         (exp_test_downward): Likewise.
27756         (exp_test_upward): Likewise.
27757         (exp10_test): Likewise.
27758         (exp2_test): Likewise.
27759         (expm1_test): Likewise.
27760         (fabs_test): Likewise.
27761         (fdim_test): Likewise.
27762         (finite_test): Likewise.
27763         (floor_test): Likewise.
27764         (fma_test): Likewise.
27765         (fma_test_towardzero): Likewise.
27766         (fma_test_downward): Likewise.
27767         (fma_test_upward): Likewise.
27768         (fmax_test): Likewise.
27769         (fmin_test): Likewise.
27770         (fmod_test): Likewise.
27771         (fpclassify_test): Likewise.
27772         (frexp_test): Likewise.
27773         (gamma_test): Likewise.
27774         (hypot_test): Likewise.
27775         (ilogb_test): Likewise.
27776         (isfinite_test): Likewise.
27777         (isgreater_test): Likewise.
27778         (isgreaterequal_test): Likewise.
27779         (isinf_test): Likewise.
27780         (isless_test): Likewise.
27781         (islessequal_test): Likewise.
27782         (islessgreater_test): Likewise.
27783         (isnan_test): Likewise.
27784         (isnormal_test): Likewise.
27785         (issignaling_test): Likewise.
27786         (isunordered_test): Likewise.
27787         (j0_test): Likewise.
27788         (j1_test): Likewise.
27789         (jn_test): Likewise.
27790         (ldexp_test): Likewise.
27791         (lgamma_test): Likewise.
27792         (lrint_test): Likewise.
27793         (lrint_test_tonearest): Likewise.
27794         (lrint_test_towardzero): Likewise.
27795         (lrint_test_downward): Likewise.
27796         (lrint_test_upward): Likewise.
27797         (llrint_test): Likewise.
27798         (llrint_test_tonearest): Likewise.
27799         (llrint_test_towardzero): Likewise.
27800         (llrint_test_downward): Likewise.
27801         (llrint_test_upward): Likewise.
27802         (log_test): Likewise.
27803         (log10_test): Likewise.
27804         (log1p_test): Likewise.
27805         (log2_test): Likewise.
27806         (logb_test): Likewise.
27807         (logb_test_downward): Likewise.
27808         (lround_test): Likewise.
27809         (llround_test): Likewise.
27810         (modf_test): Likewise.
27811         (nearbyint_test): Likewise.
27812         (nextafter_test): Likewise.
27813         (nexttoward_test): Likewise.
27814         (pow_test): Likewise.
27815         (pow_test_tonearest): Likewise.
27816         (pow_test_towardzero): Likewise.
27817         (pow_test_downward): Likewise.
27818         (pow_test_upward): Likewise.
27819         (remainder_test): Likewise.
27820         (remainder_test_tonearest): Likewise.
27821         (remainder_test_towardzero): Likewise.
27822         (remainder_test_downward): Likewise.
27823         (remainder_test_upward): Likewise.
27824         (remquo_test): Likewise.
27825         (rint_test): Likewise.
27826         (rint_test_tonearest): Likewise.
27827         (rint_test_towardzero): Likewise.
27828         (rint_test_downward): Likewise.
27829         (rint_test_upward): Likewise.
27830         (round_test): Likewise.
27831         (scalb_test): Likewise.
27832         (scalbn_test): Likewise.
27833         (scalbln_test): Likewise.
27834         (signbit_test): Likewise.
27835         (sin_test): Likewise.
27836         (sin_test_tonearest): Likewise.
27837         (sin_test_towardzero): Likewise.
27838         (sin_test_downward): Likewise.
27839         (sin_test_upward): Likewise.
27840         (sincos_test): Likewise.
27841         (sinh_test): Likewise.
27842         (sinh_test_tonearest): Likewise.
27843         (sinh_test_towardzero): Likewise.
27844         (sinh_test_downward): Likewise.
27845         (sinh_test_upward): Likewise.
27846         (sqrt_test): Likewise.
27847         (tan_test): Likewise.
27848         (tan_test_tonearest): Likewise.
27849         (tan_test_towardzero): Likewise.
27850         (tan_test_downward): Likewise.
27851         (tan_test_upward): Likewise.
27852         (tanh_test): Likewise.
27853         (tgamma_test): Likewise.
27854         (trunc_test): Likewise.
27855         (y0_test): Likewise.
27856         (y1_test): Likewise.
27857         (yn_test): Likewise.
27858         (significand_test): Likewise.
27860 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
27862         [BZ #15381]
27863         * libio/genops.c (_IO_no_init): Initialize wide struct info.
27865 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
27867         [BZ #14894]
27868         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
27869         __ppc_mdoio and __ppc_mdoom.
27870         * manual/platform.texi: Document new functions __ppc_yield,
27871         __ppc_mdoio and __ppc_mdoom.
27873 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
27875         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
27876         (main): Mention "tls" pseudo-hwcap is legacy.
27877         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
27879 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
27881         * math/gen-libm-test.pl (parse_args): Output only string of
27882         arguments as text for test name, not full call or descriptions of
27883         tests for extra outputs.
27884         (generate_testfile): Do not pass function name to parse_args.
27885         Generate this_func variable from START.
27886         * math/libm-test.inc (struct test_f_f_data): Rename test_name
27887         field to arg_str.
27888         (struct test_ff_f_data): Likewise.
27889         (test_ff_f_data_nexttoward): Likewise.
27890         (struct test_fi_f_data): Likewise.
27891         (struct test_fl_f_data): Likewise.
27892         (struct test_if_f_data): Likewise.
27893         (struct test_fff_f_data): Likewise.
27894         (struct test_c_f_data): Likewise.
27895         (struct test_f_f1_data): Likewise.  Remove field extra_name.
27896         (struct test_fF_f1_data): Likewise.
27897         (struct test_ffI_f1_data): Likewise.
27898         (struct test_c_c_data): Rename test_name field to arg_str.
27899         (struct test_cc_c_data): Likewise.
27900         (struct test_f_i_data): Likewise.
27901         (struct test_ff_i_data): Likewise.
27902         (struct test_f_l_data): Likewise.
27903         (struct test_f_L_data): Likewise.
27904         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
27905         and extra2_name.
27906         (COMMON_TEST_SETUP): New macro.
27907         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
27908         (COMMON_TEST_CLEANUP): Likewise.
27909         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
27910         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
27911         macros.
27912         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
27913         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
27914         macros.
27915         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
27916         (RUN_TEST_fff_f): Take argument string.  Call new setup and
27917         cleanup macros.
27918         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
27919         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
27920         macros.
27921         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
27922         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
27923         macros.
27924         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
27925         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
27926         cleanup macros.
27927         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
27928         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
27929         cleanup macros.
27930         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
27931         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
27932         cleanup macros.
27933         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
27934         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
27935         macros.
27936         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
27937         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
27938         macros.
27939         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
27940         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
27941         macros.
27942         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
27943         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
27944         cleanup macros.
27945         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
27946         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
27947         cleanup macros.
27948         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
27949         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
27950         macros.
27951         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
27952         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
27953         cleanup macros.
27954         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
27955         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
27956         macros.
27957         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
27958         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
27959         macros.
27960         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
27961         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
27962         cleanup macros.
27963         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
27965 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
27967         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
27968         to _sifields.sigfault.
27969         (si_addr_lsb): Define new macro.
27970         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
27971         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
27972         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
27974 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
27976         [BZ #15441]
27977         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
27978         returns -1.
27979         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
27980         null return -1.
27981         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
27982         loading the domain.
27984 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
27986         * math/gen-libm-test.pl (parse_args): Do not include expected
27987         result in test name.
27988         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
27989         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
27990         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
27991         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
27992         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
27993         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27995 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
27997         * benchtests/Makefile: Sort function entries.
27999         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
28000         tanh, asinh, acosh, atanh.
28001         * benchtests/acos-inputs: New file.
28002         * benchtests/acosh-inputs: New file.
28003         * benchtests/asin-inputs: New file.
28004         * benchtests/asinh-inputs: New file.
28005         * benchtests/atanh-inputs: New file.
28006         * benchtests/cosh-inputs: New file.
28007         * benchtests/log-inputs: New file.
28008         * benchtests/sinh-inputs: New file.
28009         * benchtests/tanh-inputs: New file.
28011 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
28013         [BZ #15339]
28014         * posix/tst-getaddrinfo4.c: New test.
28015         * posix/Makefile (tests): Add it.
28017 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
28019         [BZ #15339]
28020         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
28021         when no services were used.
28022         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
28023         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
28025 2013-05-21  Andreas Schwab  <schwab@suse.de>
28027         [BZ #15014]
28028         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
28029         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
28030         successful.
28031         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
28032         redundant variable declarations and reallocation of buffer when
28033         parsing as IPv6 address.  Always set NSS status when called from
28034         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
28035         buffer too small.  Correct computation of needed size.
28036         * nss/Makefile (tests): Add test-digits-dots.
28037         * nss/test-digits-dots.c: New test.
28039 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
28041         * benchtests/Makefile: Remove instructions for adding
28042         benchmark tests.
28043         * benchtests/README: New file to explain how to execute and
28044         enhance the benchmark tests.
28046 2013-05-21  Andreas Schwab  <schwab@suse.de>
28048         [BZ #15493]
28049         * setjmp/Makefile (tests): Add tst-sigsetjmp.
28050         * setjmp/tst-sigsetjmp.c: New test.
28052 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
28054         * sysdeps/x86_64/memset.S (memset): New implementation.
28055         (__bzero): Likewise.
28056         (__memset_tail): New function.
28058 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
28060         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
28061         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
28062         __memcpy_sse2_unaligned ifunc selection.
28063         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
28064         Add memcpy-sse2-unaligned.S.
28065         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
28066         Add: __memcpy_sse2_unaligned.
28068 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
28070         [BZ #15490]
28071         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
28072         math_force_eval before restoring floating-point envrionment.
28073         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
28074         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
28075         Likewise.
28076         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
28077         <math_private.h>.
28078         (__nearbyintl): Use math_force_eval before restoring
28079         floating-point environment.
28080         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
28082         * math/gen-libm-test.pl (special_functions): Remove.
28083         (parse_args): Don't handle TEST_extra.  Handle functions with no
28084         return value.
28085         * math/libm-test.inc (struct test_sincos_data): Replace with
28086         struct test_fFF_11_data.
28087         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
28088         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
28089         (sincos_test_data): Change element type to struct
28090         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
28091         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
28092         RUN_TEST_LOOP_sincos.
28093         * math/README.libm-test: Don't mention special handling of
28094         individual functions.
28095         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
28096         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
28097         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
28098         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
28099         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
28100         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28102         * math/gen-libm-test.pl (get_variable): Remove function.
28103         (parse_args): Don't show pointer parameters to call in test
28104         names.  Use "extra output N" in test names for extra outputs
28105         rather than naming variables.
28107 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
28109         [BZ #15488]
28110         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
28111         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
28112         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
28113         double tests.
28114         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
28115         disable.
28116         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
28117         check_long_double.
28119         * math/gen-libm-test.pl (@tests): Remove variable.
28120         ($count): Likewise.
28121         (new_test): Remove function.
28122         (show_exceptions): New function.
28123         (special_functions): Use show_exceptions instead of new_test.
28124         (parse_args): Likewise.
28125         (generate_testfile): Pass only function name in generated call to
28126         print_max_error or print_complex_max_error.
28127         (get_ulps): Do not handle complex tests specially.
28128         (output_test): Rename to ...
28129         (get_all_ulps_for_test): ... this.  Return a string rather than
28130         printing to a file.  Require ulps to be present.
28131         (output_ulps): Generate arrays rather than #defines.
28132         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
28133         (struct ulp_data): New type.
28134         (BUILD_COMPLEX_ULP): Remove macro.
28135         (compare_ulp_data): New function.
28136         (find_ulps): Likewise.
28137         (find_test_ulps): Likewise.
28138         (find_function_ulps): Likewise.
28139         (find_complex_function_ulps): Likewise.
28140         (print_max_error): Determine allowed ulps using
28141         find_function_ulps.
28142         (print_complex_max_error): Determine allowed ulps using
28143         find_complex_function_ulps.
28144         (check_float_internal): Determine max ulps using find_test_ulps.
28145         (check_float): Do not take max_ulp parameter.  Update call to
28146         check_float_internal.
28147         (check_complex): Likewise.
28148         (check_int): Do not take max_ulp parameter.
28149         (check_long): Likewise.
28150         (check_bool): Likewise.
28151         (check_longlong): Likewise.
28152         (struct test_f_f_data): Remove max_ulp field.
28153         (struct test_ff_f_data): Likewise.
28154         (struct test_ff_f_data_nexttoward): Likewise.
28155         (struct test_fi_f_data): Likewise.
28156         (struct test_fl_f_data): Likewise.
28157         (struct test_if_f_data): Likewise.
28158         (struct test_fff_f_data): Likewise.
28159         (struct test_c_f_data): Likewise.
28160         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
28161         (struct test_fF_f1_data): Likewise.
28162         (struct test_ffI_f1_data): Likewise.
28163         (struct test_c_c_data): Remove max_ulp field.
28164         (struct test_cc_c_data): Likewise.
28165         (struct test_f_i_data): Likewise.
28166         (struct test_ff_i_data): Likewise.
28167         (struct test_f_l_data): Likewise.
28168         (struct test_f_L_data): Likewise.
28169         (struct test_sincos_data): Likewise.
28170         (RUN_TEST_f_f): Do not handle ulps.
28171         (RUN_TEST_LOOP_f_f): Likewise.
28172         (RUN_TEST_2_f): Likewise.
28173         (RUN_TEST_LOOP_2_f): Likewise.
28174         (RUN_TEST_fff_f): Likewise.
28175         (RUN_TEST_LOOP_fff_f): Likewise.
28176         (RUN_TEST_c_f): Likewise.
28177         (RUN_TEST_LOOP_c_f): Likewise.
28178         (RUN_TEST_f_f1): Likewise.
28179         (RUN_TEST_LOOP_f_f1): Likewise.
28180         (RUN_TEST_fF_f1): Likewise.
28181         (RUN_TEST_LOOP_fF_f1): Likewise.
28182         (RUN_TEST_fI_f1): Likewise.
28183         (RUN_TEST_LOOP_fI_f1): Likewise.
28184         (RUN_TEST_ffI_f1): Likewise.
28185         (RUN_TEST_LOOP_ffI_f1): Likewise.
28186         (RUN_TEST_c_c): Likewise.
28187         (RUN_TEST_LOOP_c_c): Likewise.
28188         (RUN_TEST_cc_c): Likewise.
28189         (RUN_TEST_LOOP_cc_c): Likewise.
28190         (RUN_TEST_f_i): Likewise.
28191         (RUN_TEST_LOOP_f_i): Likewise.
28192         (RUN_TEST_f_i_tg): Likewise.
28193         (RUN_TEST_LOOP_f_i_tg): Likewise.
28194         (RUN_TEST_ff_i_tg): Likewise.
28195         (RUN_TEST_LOOP_ff_i_tg): Likewise.
28196         (RUN_TEST_f_b): Likewise.
28197         (RUN_TEST_LOOP_f_b): Likewise.
28198         (RUN_TEST_f_b_tg): Likewise.
28199         (RUN_TEST_LOOP_f_b_tg): Likewise.
28200         (RUN_TEST_f_l): Likewise.
28201         (RUN_TEST_LOOP_f_l): Likewise.
28202         (RUN_TEST_f_L): Likewise.
28203         (RUN_TEST_LOOP_f_L): Likewise.
28204         (RUN_TEST_sincos): Likewise.
28205         (RUN_TEST_LOOP_sincos): Likewise.
28207 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
28209         [BZ #15480]
28210         [BZ #15485]
28211         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
28212         main case of finite arguments, set rounding mode to FE_TONEAREST
28213         and discard exceptions.
28214         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
28215         exceptions.
28216         (remainder_tonearest_test_data): New variable.
28217         (remainder_test_tonearest): New function.
28218         (remainder_towardzero_test_data): New variable.
28219         (remainder_test_towardzero): New function.
28220         (remainder_downward_test_data): New variable.
28221         (remainder_test_downward): New function.
28222         (remainder_upward_test_data): New variable.
28223         (remainder_test_upward): New function.
28224         (main): Call the new test functions.
28226         * math/libm-test.inc (struct test_f_f1_data): Remove field
28227         extra_init.
28228         (struct test_fF_f1_data): Likewise.
28229         (struct test_ffI_f1_data): Likewise.
28230         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
28231         based on value of EXTRA_EXPECTED.
28232         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
28233         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
28234         EXTRA_VAR based on value of EXTRA_EXPECTED.
28235         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
28236         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
28237         EXTRA_VAR based on value of EXTRA_EXPECTED.
28238         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
28239         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
28240         EXTRA_VAR based on value of EXTRA_EXPECTED.
28241         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
28242         * math/gen-libm-test.pl (parse_args): Don't output initializers
28243         for extra output values.
28245         * math/libm-test.inc (check_int): Expect result to be exactly
28246         equal to expected value and do not handle ulps.
28247         (check_long): Likewise.
28248         (check_longlong): Likewise.
28250         * math/libm-test.inc (ceil_test_data): Test for "inexact"
28251         exceptions.
28252         (cimag_test_data): Likewise.
28253         (conj_test_data): Likewise.
28254         (copysign_test_data): Likewise.
28255         (cproj_test_data): Likewise.
28256         (creal_test_data): Likewise.
28257         (fabs_test_data): Likewise.
28258         (fdim_test_data): Likewise.
28259         (finite_test_data): Likewise.
28260         (floor_test_data): Likewise.
28261         (fmax_test_data): Likewise.
28262         (fmin_test_data): Likewise.
28263         (fmod_test_data): Likewise.
28264         (fpclassify_test_data): Likewise.
28265         (frexp_test_data): Likewise.
28266         (ilogb_test_data): Likewise.
28267         (isfinite_test_data): Likewise.
28268         (isgreater_test_data): Likewise.
28269         (isgreaterequal_test_data): Likewise.
28270         (isinf_test_data): Likewise.
28271         (isless_test_data): Likewise.
28272         (islessequal_test_data): Likewise.
28273         (islessgreater_test_data): Likewise.
28274         (isnan_test_data): Likewise.
28275         (isnormal_test_data): Likewise.
28276         (issignaling_test_data): Likewise.
28277         (isunordered_test_data): Likewise.
28278         (ldexp_test_data): Likewise.
28279         (lrint_test_data): Likewise.
28280         (lrint_test_data) [TEST_FLOAT]: Disable one test.
28281         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
28282         (lrint_tonearest_test_data): Test for "inexact" exceptions.
28283         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
28284         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
28285         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
28286         test input.
28287         (lrint_towardzero_test_data): Test for "inexact" exceptions.
28288         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
28289         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
28290         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
28291         that test input.
28292         (lrint_downward_test_data): Test for "inexact" exceptions.
28293         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
28294         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
28295         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
28296         test input.
28297         (lrint_upward_test_data): Test for "inexact" exceptions.
28298         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
28299         test input.
28300         (llrint_test_data): Test for "inexact" exceptions.
28301         (llrint_test_data) [TEST_FLOAT]: Disable one test.
28302         (llrint_tonearest_test_data): Test for "inexact" exceptions.
28303         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
28304         (llrint_towardzero_test_data): Test for "inexact" exceptions.
28305         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
28306         (llrint_downward_test_data): Test for "inexact" exceptions.
28307         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
28308         (llrint_upward_test_data): Test for "inexact" exceptions.
28309         (logb_test_data): Likewise.
28310         (logb_downward_test_data): Likewise.
28311         (nextafter_test_data): Likewise.
28312         (nexttoward_test_data): Likewise.
28313         (remainder_test_data): Likewise.
28314         (remquo_test_data): Likewise.
28315         (scalbn_test_data): Likewise.
28316         (scalbln_test_data): Likewise.
28317         (signbit_test_data): Likewise.
28318         (sqrt_test_data): Likewise.
28319         (significand_test_data): Likewise.
28321 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
28323         [BZ #15424]
28324         * benchtests/bench-modf.c (struct args): Mark arg0 as
28325         volatile.
28326         * scripts/bench.pl: Mark members of struct args as volatile.
28328 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28330         [BZ # 15497]
28331         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
28332         negative infinity on POWER6 or lower.
28333         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
28335 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
28337         [BZ #15442]
28338         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
28339         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
28340         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
28341         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
28342         (_FP_SETQNAN): New macro.
28343         (_FP_SETQNAN_SEMIRAW): Likewise.
28344         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
28345         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
28346         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
28347         (FP_EXTEND): Use _FP_FRAC_SNANP.
28348         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
28349         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
28350         into account.
28351         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
28352         New macro.
28353         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
28354         Likewise.
28356 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
28358         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
28359         with DIVIDE_BY_ZERO_EXCEPTION.
28360         (gamma_test_data): Likewise.
28361         (lgamma_test_data): Likewise.
28362         (log_test_data): Likewise.
28363         (log10_test_data): Likewise.
28364         (log2_test_data): Likewise.
28365         (tgamma_test_data): Likewise.
28367         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
28368         (acos_test_tonearest): Likewise.
28369         (acos_test_towardzero): Likewise.
28370         (acos_test_downward): Likewise.
28371         (acos_test_upward): Likewise.
28372         (acosh_test): Likewise.
28373         (asin_test): Likewise.
28374         (asin_test_tonearest): Likewise.
28375         (asin_test_towardzero): Likewise.
28376         (asin_test_downward): Likewise.
28377         (asin_test_upward): Likewise.
28378         (asinh_test): Likewise.
28379         (atan_test): Likewise.
28380         (atanh_test): Likewise.
28381         (atan2_test): Likewise.
28382         (cabs_test): Likewise.
28383         (cacos_test): Likewise.
28384         (cacosh_test): Likewise.
28385         (casin_test): Likewise.
28386         (casinh_test): Likewise.
28387         (catan_test): Likewise.
28388         (catanh_test): Likewise.
28389         (cbrt_test): Likewise.
28390         (ccos_test): Likewise.
28391         (ccosh_test): Likewise.
28392         (cexp_test): Likewise.
28393         (clog_test): Likewise.
28394         (clog10_test): Likewise.
28395         (cos_test): Likewise.
28396         (cos_test_tonearest): Likewise.
28397         (cos_test_towardzero): Likewise.
28398         (cos_test_downward): Likewise.
28399         (cos_test_upward): Likewise.
28400         (cosh_test): Likewise.
28401         (cosh_test_tonearest): Likewise.
28402         (cosh_test_towardzero): Likewise.
28403         (cosh_test_downward): Likewise.
28404         (cosh_test_upward): Likewise.
28405         (cpow_test): Likewise.
28406         (csin_test): Likewise.
28407         (csinh_test): Likewise.
28408         (csqrt_test): Likewise.
28409         (ctan_test): Likewise.
28410         (ctan_test_tonearest): Likewise.
28411         (ctan_test_towardzero): Likewise.
28412         (ctan_test_downward): Likewise.
28413         (ctan_test_upward): Likewise.
28414         (ctanh_test): Likewise.
28415         (ctanh_test_tonearest): Likewise.
28416         (ctanh_test_towardzero): Likewise.
28417         (ctanh_test_downward): Likewise.
28418         (ctanh_test_upward): Likewise.
28419         (erf_test): Likewise.
28420         (erfc_test): Likewise.
28421         (exp_test): Likewise.
28422         (exp_test_tonearest): Likewise.
28423         (exp_test_towardzero): Likewise.
28424         (exp_test_downward): Likewise.
28425         (exp_test_upward): Likewise.
28426         (exp10_test): Likewise.
28427         (exp2_test): Likewise.
28428         (expm1_test): Likewise.
28429         (fmod_test): Likewise.
28430         (gamma_test): Likewise.
28431         (hypot_test): Likewise.
28432         (j0_test): Likewise.
28433         (j1_test): Likewise.
28434         (jn_test): Likewise.
28435         (lgamma_test): Likewise.
28436         (log_test): Likewise.
28437         (log10_test): Likewise.
28438         (log1p_test): Likewise.
28439         (log2_test): Likewise.
28440         (logb_test_downward): Likewise.
28441         (pow_test): Likewise.
28442         (pow_test_tonearest): Likewise.
28443         (pow_test_towardzero): Likewise.
28444         (pow_test_downward): Likewise.
28445         (pow_test_upward): Likewise.
28446         (remainder_test): Likewise.
28447         (remquo_test): Likewise.
28448         (sin_test): Likewise.
28449         (sin_test_tonearest): Likewise.
28450         (sin_test_towardzero): Likewise.
28451         (sin_test_downward): Likewise.
28452         (sin_test_upward): Likewise.
28453         (sincos_test): Likewise.
28454         (sinh_test): Likewise.
28455         (sinh_test_tonearest): Likewise.
28456         (sinh_test_towardzero): Likewise.
28457         (sinh_test_downward): Likewise.
28458         (sinh_test_upward): Likewise.
28459         (sqrt_test): Likewise.
28460         (tan_test): Likewise.
28461         (tan_test_tonearest): Likewise.
28462         (tan_test_towardzero): Likewise.
28463         (tan_test_downward): Likewise.
28464         (tan_test_upward): Likewise.
28465         (tanh_test): Likewise.
28466         (tgamma_test): Likewise.
28467         (y0_test): Likewise.
28468         (y1_test): Likewise.
28469         (yn_test): Likewise.
28471         * math/gen-libm-test.pl (adjust_arg): Remove function.
28472         (special_function): Remove argument $in_func.  Only handle
28473         generating output for tables of tests, not inside functions.
28474         (parse_args): Likewise.
28475         (generate_testfile): Remove variable $in_func.  Update call to
28476         parse_args.
28477         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
28478         (MINUS_ZERO_INIT): Rename macro to minus_zero.
28479         (PLUS_INFTY_INIT): Rename macro to plus_infty.
28480         (MINUS_INFTY_INIT): Rename macro to minus_infty.
28481         (QNAN_VALUE_INIT): Rename macro to qnan_value.
28482         (MAX_VALUE_INIT): Rename macro to max_value.
28483         (MIN_VALUE_INIT): Rename macro to min_value.
28484         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
28485         (plus_zero): Remove variable.
28486         (minus_zero): Likewise.
28487         (plus_infty): Likewise.
28488         (minus_infty): Likewise.
28489         (qnan_value): Likewise.
28490         (max_value): Likewise.
28491         (min_value): Likewise.
28492         (min_subnorm_value): Likewise.
28494 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
28496         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
28497         uint64_t or uint32_t usage.
28498         * crypt/sha256-block.c: Likewise.
28499         * crypt/sha256-crypt.c: Likewise.
28500         * crypt/sha256.c: Likewise.
28501         * crypt/sha512-block.c: Likewise.
28502         * crypt/sha512-crypt.c: Likewise.
28503         * crypt/sha512.c: Likewise.
28504         * debug/backtrace-tst.c: Likewise.
28505         * debug/pcprofiledump.c: Likewise.
28506         * elf/cache.c: Likewise.
28507         * elf/dl-cache.c: Likewise.
28508         * elf/dl-misc.c: Likewise.
28509         * elf/dl-profile.c: Likewise.
28510         * elf/dl-support.c: Likewise.
28511         * elf/ldconfig.c: Likewise.
28512         * elf/sprof.c: Likewise.
28513         * iconv/dummy-repertoire.c: Likewise.
28514         * iconv/iconv_charmap.c: Likewise.
28515         * iconv/skeleton.c: Likewise.
28516         * iconvdata/8bit-generic.c: Likewise.
28517         * iconvdata/cp737.h: Likewise.
28518         * iconvdata/cp775.h: Likewise.
28519         * iconvdata/ibm1008.h: Likewise.
28520         * iconvdata/ibm1025.h: Likewise.
28521         * iconvdata/ibm1046.h: Likewise.
28522         * iconvdata/ibm1097.h: Likewise.
28523         * iconvdata/ibm1112.h: Likewise.
28524         * iconvdata/ibm1122.h: Likewise.
28525         * iconvdata/ibm1123.h: Likewise.
28526         * iconvdata/ibm1124.h: Likewise.
28527         * iconvdata/ibm1129.h: Likewise.
28528         * iconvdata/ibm1130.h: Likewise.
28529         * iconvdata/ibm1132.h: Likewise.
28530         * iconvdata/ibm1133.h: Likewise.
28531         * iconvdata/ibm1137.h: Likewise.
28532         * iconvdata/ibm1140.h: Likewise.
28533         * iconvdata/ibm1141.h: Likewise.
28534         * iconvdata/ibm1142.h: Likewise.
28535         * iconvdata/ibm1143.h: Likewise.
28536         * iconvdata/ibm1144.h: Likewise.
28537         * iconvdata/ibm1145.h: Likewise.
28538         * iconvdata/ibm1146.h: Likewise.
28539         * iconvdata/ibm1147.h: Likewise.
28540         * iconvdata/ibm1148.h: Likewise.
28541         * iconvdata/ibm1149.h: Likewise.
28542         * iconvdata/ibm1153.h: Likewise.
28543         * iconvdata/ibm1154.h: Likewise.
28544         * iconvdata/ibm1155.h: Likewise.
28545         * iconvdata/ibm1156.h: Likewise.
28546         * iconvdata/ibm1157.h: Likewise.
28547         * iconvdata/ibm1158.h: Likewise.
28548         * iconvdata/ibm1160.h: Likewise.
28549         * iconvdata/ibm1161.h: Likewise.
28550         * iconvdata/ibm1162.h: Likewise.
28551         * iconvdata/ibm1163.h: Likewise.
28552         * iconvdata/ibm1164.h: Likewise.
28553         * iconvdata/ibm1166.h: Likewise.
28554         * iconvdata/ibm1167.h: Likewise.
28555         * iconvdata/ibm12712.h: Likewise.
28556         * iconvdata/ibm1390.h: Likewise.
28557         * iconvdata/ibm1399.h: Likewise.
28558         * iconvdata/ibm16804.h: Likewise.
28559         * iconvdata/ibm4517.h: Likewise.
28560         * iconvdata/ibm4899.h: Likewise.
28561         * iconvdata/ibm4909.h: Likewise.
28562         * iconvdata/ibm4971.h: Likewise.
28563         * iconvdata/ibm5347.h: Likewise.
28564         * iconvdata/ibm803.h: Likewise.
28565         * iconvdata/ibm856.h: Likewise.
28566         * iconvdata/ibm901.h: Likewise.
28567         * iconvdata/ibm902.h: Likewise.
28568         * iconvdata/ibm9030.h: Likewise.
28569         * iconvdata/ibm9066.h: Likewise.
28570         * iconvdata/ibm921.h: Likewise.
28571         * iconvdata/ibm922.h: Likewise.
28572         * iconvdata/ibm9448.h: Likewise.
28573         * iconvdata/isiri-3342.h: Likewise.
28574         * iconvdata/jis0201.h: Likewise.
28575         * include/link.h: Likewise.
28576         * include/netdb.h: Likewise.
28577         * inet/check_native.c: Likewise.
28578         * inet/check_pf.c: Likewise.
28579         * inet/getipv4sourcefilter.c: Likewise.
28580         * inet/getnameinfo.c: Likewise.
28581         * inet/getsourcefilter.c: Likewise.
28582         * inet/htonl.c: Likewise.
28583         * inet/setipv4sourcefilter.c: Likewise.
28584         * inet/setsourcefilter.c: Likewise.
28585         * inet/test-inet6_opt.c: Likewise.
28586         * inet/tst-network.c: Likewise.
28587         * locale/C-collate.c: Likewise.
28588         * locale/C-ctype.c: Likewise.
28589         * locale/C-time.c: Likewise.
28590         * locale/C-translit.h: Likewise.
28591         * locale/loadarchive.c: Likewise.
28592         * locale/programs/3level.h: Likewise.
28593         * locale/programs/charmap.c: Likewise.
28594         * locale/programs/charmap.h: Likewise.
28595         * locale/programs/ld-address.c: Likewise.
28596         * locale/programs/ld-collate.c: Likewise.
28597         * locale/programs/ld-ctype.c: Likewise.
28598         * locale/programs/ld-identification.c: Likewise.
28599         * locale/programs/ld-measurement.c: Likewise.
28600         * locale/programs/ld-messages.c: Likewise.
28601         * locale/programs/ld-monetary.c: Likewise.
28602         * locale/programs/ld-name.c: Likewise.
28603         * locale/programs/ld-numeric.c: Likewise.
28604         * locale/programs/ld-paper.c: Likewise.
28605         * locale/programs/ld-telephone.c: Likewise.
28606         * locale/programs/ld-time.c: Likewise.
28607         * locale/programs/linereader.c: Likewise.
28608         * locale/programs/locale.c: Likewise.
28609         * locale/programs/locarchive.c: Likewise.
28610         * locale/programs/locfile.h: Likewise.
28611         * locale/programs/repertoire.c: Likewise.
28612         * locale/programs/simple-hash.c: Likewise.
28613         * locale/programs/simple-hash.h: Likewise.
28614         * malloc/memusage.c: Likewise.
28615         * malloc/memusagestat.c: Likewise.
28616         * nis/nis_defaults.c: Likewise.
28617         * nis/nis_hash.c: Likewise.
28618         * nis/nis_print.c: Likewise.
28619         * nis/nis_xdr.c: Likewise.
28620         * nscd/connections.c: Likewise.
28621         * nscd/hstcache.c: Likewise.
28622         * nscd/nscd_gethst_r.c: Likewise.
28623         * nscd/nscd_getserv_r.c: Likewise.
28624         * nscd/nscd_helper.c: Likewise.
28625         * nscd/servicescache.c: Likewise.
28626         * nss/makedb.c: Likewise.
28627         * nss/nss_db/db-XXX.c: Likewise.
28628         * nss/nss_db/db-initgroups.c: Likewise.
28629         * nss/nss_db/db-netgrp.c: Likewise.
28630         * nss/nss_files/files-network.c: Likewise.
28631         * nss/nss_files/files-parse.c: Likewise.
28632         * posix/bug-regex5.c: Likewise.
28633         * posix/fnmatch_loop.c: Likewise.
28634         * posix/regcomp.c: Likewise.
28635         * posix/regexec.c: Likewise.
28636         * posix/tst-rfc3484-2.c: Likewise.
28637         * posix/tst-rfc3484-3.c: Likewise.
28638         * posix/tst-rfc3484.c: Likewise.
28639         * resolv/nss_dns/dns-canon.c: Likewise.
28640         * resolv/nss_dns/dns-network.c: Likewise.
28641         * resolv/res_init.c: Likewise.
28642         * resolv/res_mkquery.c: Likewise.
28643         * resolv/tst-aton.c: Likewise.
28644         * stdlib/cxa_atexit.c: Likewise.
28645         * stdlib/cxa_finalize.c: Likewise.
28646         * stdlib/gen-fpioconst.c: Likewise.
28647         * stdlib/strtol_l.c: Likewise.
28648         * string/tst-endian.c: Likewise.
28649         * sunrpc/auth_des.c: Likewise.
28650         * sunrpc/clnt_udp.c: Likewise.
28651         * sunrpc/rtime.c: Likewise.
28652         * sunrpc/svcauth_des.c: Likewise.
28653         * sunrpc/xdr.c: Likewise.
28654         * sunrpc/xdr_intXX_t.c: Likewise.
28655         * sunrpc/xdr_rec.c: Likewise.
28656         * sysdeps/generic/ldconfig.h: Likewise.
28657         * sysdeps/generic/ldsodefs.h: Likewise.
28658         * sysdeps/generic/memusage.h: Likewise.
28659         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
28660         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
28661         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
28662         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
28663         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
28664         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
28665         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
28666         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
28667         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
28668         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
28669         * sysdeps/posix/getaddrinfo.c: Likewise.
28670         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
28671         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
28672         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
28673         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
28674         * sysdeps/powerpc/test-gettimebase.c: Likewise.
28675         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
28676         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
28677         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
28678         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
28679         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
28680         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
28681         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
28682         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
28683         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
28684         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
28685         * sysdeps/x86_64/dl-tls.h: Likewise.
28686         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
28687         * time/alt_digit.c: Likewise.
28688         * time/era.c: Likewise.
28689         * wcsmbs/tst-c16c32-1.c: Likewise.
28691 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
28693         * math/libm-test.inc (struct test_sincos_data): New type.
28694         (RUN_TEST_LOOP_sincos): New macro.
28695         (sincos_test_data): New variable.
28696         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
28698 2013-05-16  Richard Henderson  <rth@redhat.com>
28700         * math/atest-exp2.c (LIMB64): New macro.
28701         (CONSTSZ): New macro.
28702         (mp_exp1, mp_exp_m1, mp_log2): New variables.
28703         (hexdig): Move ...
28704         (print_mpn_fp): ... to function scope.
28705         (read_mpn_hex): Remove.
28706         (get_log2): Remove.
28707         (exp2_mpn): Use mp_log2.
28708         (main): Use mp_exp1.
28710 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
28712         * math/libm-test.inc: Remove comment about not testing "inexact"
28713         exceptions.
28714         (INEXACT_EXCEPTION): New macro.
28715         (NO_INEXACT_EXCEPTION): Likewise.
28716         (INVALID_EXCEPTION_OK): Update value.
28717         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
28718         (OVERFLOW_EXCEPTION_OK): Likewise.
28719         (UNDERFLOW_EXCEPTION_OK): Likewise.
28720         (IGNORE_ZERO_INF_SIGN): Likewise.
28721         (ERRNO_UNCHANGED): Likewise.
28722         (ERRNO_EDOM): Likewise.
28723         (ERRNO_ERANGE): Likewise.
28724         (test_exceptions): Handle testing "inexact" exceptions.
28725         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
28726         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
28727         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
28728         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
28729         INEXACT_EXCEPTION.
28730         (rint_towardzero_test_data): Likewise.
28731         (rint_downward_test_data): Likewise.
28732         (rint_upward_test_data): Likewise.
28734         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
28735         with OVERFLOW_EXCEPTION.
28736         (exp10_test_data): Likewise.
28737         (exp2_test_data): Likewise.
28738         (expm1_test_data): Likewise.
28739         (lgamma_test_data): Likewise.
28740         (pow_test_data): Likewise.
28741         (tgamma_test_data): Likewise.
28742         (yn_test_data): Remove duplicate test of overflow.
28744         * math/libm-test.inc (struct test_cc_c_data): New type.
28745         (RUN_TEST_LOOP_cc_c): New macro.
28746         (cpow_test_data): New variable.
28747         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
28749         * math/libm-test.inc (struct test_f_L_data): New type.
28750         (RUN_TEST_LOOP_f_L): New macro.
28751         (llrint_test_data): New variable.
28752         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
28753         (llrint_tonearest_test_data): New variable.
28754         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
28755         (llrint_towardzero_test_data): New variable.
28756         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
28757         (llrint_downward_test_data): New variable.
28758         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
28759         (llrint_upward_test_data): New variable.
28760         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
28761         (llround_test_data): New variable.
28762         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
28764 2013-05-13  Peter Collingbourne  <pcc@google.com>
28766         * math/atest-exp2.c (get_log2): Remove const attribute.
28768 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
28770         * math/libm-test.inc (struct test_f_l_data): New type.
28771         (RUN_TEST_LOOP_f_l): New macro.
28772         (lrint_test_data): New variable.
28773         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
28774         (lrint_tonearest_test_data): New variable.
28775         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
28776         (lrint_towardzero_test_data): New variable.
28777         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
28778         (lrint_downward_test_data): New variable.
28779         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
28780         (lrint_upward_test_data): New variable.
28781         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
28782         (lround_test_data): New variable.
28783         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
28785 2013-05-15  Peter Collingbourne  <pcc@google.com>
28787         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
28788         (EXTRACT_WORDS64) Use where appropriate.
28789         (INSERT_WORDS64) Likewise.
28791         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
28792         constraints with x constraints.
28793         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
28795         * malloc/obstack.c (_obstack_compat): Add initializer.
28797 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
28799         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
28800         si_trapno and add si_addr_lsb to _sifields.sigfault.
28801         (si_trapno): Remove macro.
28802         (si_addr_lsb): Define new macro.
28803         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
28805 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
28807         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
28808         instead of TEST_f_l.
28809         (llrint_test_tonearest): Likewise.
28810         (llrint_test_towardzero): Likewise.
28811         (llrint_test_downward): Likewise.
28812         (llrint_test_upward): Likewise.
28813         (llround_test): Likewise.
28815         * math/libm-test.inc (struct test_f_i_data): Add comment.
28816         (RUN_TEST_LOOP_f_b): New macro.
28817         (RUN_TEST_LOOP_f_b_tg): Likewise.
28818         (finite_test_data): New variable.
28819         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
28820         (isfinite_test_data): New variable.
28821         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
28822         (isinf_test_data): New variable.
28823         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
28824         (isnan_test_data): New variable.
28825         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
28826         (isnormal_test_data): New variable.
28827         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
28828         (issignaling_test_data): New variable.
28829         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
28830         (signbit_test_data): New variable.
28831         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
28833         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
28834         with INVALID_EXCEPTION.
28835         (acosh_test_data): Likewise.
28836         (asin_test_data): Likewise.
28837         (atanh_test_data): Likewise.
28838         (fmod_test_data): Likewise.
28839         (log_test_data): Likewise.
28840         (log10_test_data): Likewise.
28841         (log2_test_data): Likewise.
28842         (pow_test_data): Likewise.
28843         (sqrt_test_data): Likewise.
28844         (y0_test_data): Likewise.
28845         (y1_test_data): Likewise.
28846         (yn_test_data): Likewise.
28848         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
28849         function contents.
28851         * math/libm-test.inc (struct test_ff_i_data): New type.
28852         (RUN_TEST_LOOP_ff_i_tg): New macro.
28853         (isgreater_test_data): New variable.
28854         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
28855         (isgreaterequal_test_data): New variable.
28856         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
28857         (isless_test_data): New variable.
28858         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
28859         (islessequal_test_data): New variable.
28860         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
28861         (islessgreater_test_data): New variable.
28862         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
28863         (isunordered_test_data): New variable.
28864         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
28866 2013-05-14  David S. Miller  <davem@davemloft.net>
28868         * sysdeps/sparc/fpu/libm-test-ulps: Update.
28870 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
28872         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
28874         * math/libm-test.inc (struct test_fF_f1_data): Change type of
28875         extra_test to int.
28876         (struct test_f_i_data): Change type of max_ulp to int.
28878         * math/libm-test.inc (test_ffI_f1_data): New type.
28879         (RUN_TEST_LOOP_ffI_f1): New macro.
28880         (remquo_test_data): New variable.
28881         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
28883         * setjmp/tst-setjmp-fp.c: New file.
28884         * setjmp/Makefile (tests): Add tst-setjmp-fp.
28885         (link-libm): New variable.
28886         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
28888         * math/libm-test.inc (struct test_f_i_data): New type.
28889         (RUN_TEST_LOOP_f_i): New macro.
28890         (RUN_TEST_LOOP_f_i_tg): Likewise.
28891         (fpclassify_test_data): New variable.
28892         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
28893         (ilogb_test_data): New variable.
28894         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
28896         * math/libm-test.inc (scalbln_test): Correct function name in END
28897         call.
28899         * math/libm-test.inc (struct test_f_f1_data): Add comment.
28900         (RUN_TEST_LOOP_fI_f1): New macro.
28901         (frexp_test_data): New variable.
28902         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
28904         * math/libm-test.inc (struct test_fF_f1_data): New type.
28905         (RUN_TEST_LOOP_fF_f1): New macro.
28906         (modf_test_data): New variable.
28907         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
28909         * math/libm-test.inc (struct test_f_f1_data): New type.
28910         (RUN_TEST_LOOP_f_f1): New macro.
28911         (gamma_test_data): New variable.
28912         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
28913         (lgamma_test_data): New variable.
28914         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
28916 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
28918         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
28919         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
28920         (main): Comment "tls" pseudo-hwcap.
28922 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
28924         * math/libm-test.inc (struct test_fl_f_data): New type.
28925         (RUN_TEST_LOOP_fl_f): New variable.
28926         (scalbln_test_data): New variable.
28927         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
28929         * math/libm-test.inc (struct test_fi_f_data): New type.
28930         (RUN_TEST_LOOP_fi_f): New macro.
28931         (ldexp_test_data): New variable.
28932         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
28933         (scalbn_test_data): New variable.
28934         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
28936         * math/libm-test.inc (struct test_c_f_data): New type.
28937         (RUN_TEST_LOOP_c_f): New macro.
28938         (cabs_test_data): New variable.
28939         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
28940         (carg_test_data): New variable.
28941         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
28942         (cimag_test_data): New variable.
28943         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
28944         (creal_test_data): New variable.
28945         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
28947         * math/libm-test.inc (struct test_if_f_data): New type.
28948         (RUN_TEST_LOOP_if_f): New macro.
28949         (jn_test_data): New variable.
28950         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
28951         (yn_test_data): New variable.
28952         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
28954         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
28956 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28958         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
28959         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
28961 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
28963         * benchtests/Makefile (CPPFLAGS-nonlib): Add
28964         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
28965         (bench-deps): Add bench-timing.h.
28966         * benchtests-bench-skeleton.c: Include bench-timing.h.
28967         (main): Use TIMING_* macros instead of clock_gettime.
28968         * benchtests/bench-timing.h: New file.
28970         [BZ #14582]
28971         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
28972         Renamed from _LIB_VERSION.
28973         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
28975 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
28977         * math/libm-test.inc (struct test_fff_f_data): New type.
28978         (RUN_TEST_LOOP_fff_f): New macro.
28979         (fma_test_data): New variable.
28980         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
28981         (fma_towardzero_test_data): New variable.
28982         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
28983         (fma_downward_test_data): New variable.
28984         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
28985         (fma_upward_test_data): New variable.
28986         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
28988         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
28989         (struct test_c_c_data): New type.
28990         (RUN_TEST_LOOP_c_c): New macro.
28991         (cacos_test_data): New variable.
28992         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
28993         (cacosh_test_data): New variable.
28994         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
28995         (casin_test_data): New variable.
28996         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
28997         (casinh_test_data): New variable.
28998         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
28999         (catan_test_data): New variable.
29000         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
29001         (catanh_test_data): New variable.
29002         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
29003         (ccos_test_data): New variable.
29004         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
29005         (ccosh_test_data): New variable.
29006         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
29007         (cexp_test_data): New variable.
29008         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
29009         (clog_test_data): New variable.
29010         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
29011         (clog10_test_data): New variable.
29012         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
29013         (conj_test_data): New variable.
29014         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
29015         (cproj_test_data): New variable.
29016         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
29017         (csin_test_data): New variable.
29018         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
29019         (csinh_test_data): New variable.
29020         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
29021         (csqrt_test_data): New variable.
29022         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
29023         (ctan_test_data): New variable.
29024         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
29025         (ctan_tonearest_test_data): New variable.
29026         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
29027         (ctan_towardzero_test_data): New variable.
29028         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
29029         (ctan_downward_test_data): New variable.
29030         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
29031         (ctan_upward_test_data): New variable.
29032         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
29033         (ctanh_test_data): New variable.
29034         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
29035         (ctanh_tonearest_test_data): New variable.
29036         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
29037         (ctanh_towardzero_test_data): New variable.
29038         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
29039         (ctanh_downward_test_data): New variable.
29040         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
29041         (ctanh_upward_test_data): New variable.
29042         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
29043         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
29044         of BUILD_COMPLEX.
29046         * math/libm-test.inc (struct test_ff_f_data): New type.
29047         (struct test_ff_f_data_nexttoward): Likewise.
29048         (RUN_TEST_LOOP_2_f): New macro.
29049         (RUN_TEST_LOOP_ff_f): Likewise.
29050         (atan2_test_data): New variable.
29051         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
29052         (copysign_test_data): New variable.
29053         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
29054         (fdim_test_data): New variable.
29055         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
29056         (fmax_test_data): New variable.
29057         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
29058         (fmin_test_data): New variable.
29059         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
29060         (fmod_test_data): New variable.
29061         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
29062         (hypot_test_data): New variable.
29063         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
29064         (nextafter_test_data): New variable.
29065         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
29066         (nexttoward_test_data): New variable.
29067         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
29068         (pow_test_data): New variable.
29069         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
29070         (pow_tonearest_test_data): New variable.
29071         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
29072         (pow_towardzero_test_data): New variable.
29073         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
29074         (pow_downward_test_data): New variable.
29075         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
29076         (pow_upward_test_data): New variable.
29077         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
29078         (remainder_test_data): New variable.
29079         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
29080         (scalb_test_data): New variable.
29081         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
29082         * sysdeps/i386/fpu/libm-test-ulps: Update.
29084 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
29086         * math/libm-test.inc (fma_test): Use max_value instead of local
29087         variable fltmax.
29088         (nextafter_test): Likewise.
29090         * math/libm-test.inc (acos_towardzero_test_data): New variable.
29091         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29092         (acos_downward_test_data): New variable.
29093         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29094         (acos_upward_test_data): New variable.
29095         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29096         (acosh_test_data): New variable.
29097         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
29098         (asin_test_data): New variable.
29099         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
29100         (asin_tonearest_test_data): New variable.
29101         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29102         (asin_towardzero_test_data): New variable.
29103         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29104         (asin_downward_test_data): New variable.
29105         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29106         (asin_upward_test_data): New variable.
29107         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29108         (asinh_test_data): New variable.
29109         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
29110         (atan_test_data): New variable.
29111         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
29112         (atanh_test_data): New variable.
29113         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
29114         (cbrt_test_data): New variable.
29115         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
29116         (ceil_test_data): New variable.
29117         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
29118         (cos_test_data): New variable.
29119         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
29120         (cos_tonearest_test_data): New variable.
29121         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29122         (cos_towardzero_test_data): New variable.
29123         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29124         (cos_downward_test_data): New variable.
29125         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29126         (cos_upward_test_data): New variable.
29127         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29128         (cosh_test_data): New variable.
29129         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
29130         (cosh_tonearest_test_data): New variable.
29131         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29132         (cosh_towardzero_test_data): New variable.
29133         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29134         (cosh_downward_test_data): New variable.
29135         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29136         (cosh_upward_test_data): New variable.
29137         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29138         (erf_test_data): New variable.
29139         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
29140         (erfc_test_data): New variable.
29141         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
29142         (exp_test_data): New variable.
29143         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
29144         (exp_tonearest_test_data): New variable.
29145         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29146         (exp_towardzero_test_data): New variable.
29147         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29148         (exp_downward_test_data): New variable.
29149         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29150         (exp_upward_test_data): New variable.
29151         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29152         (exp10_test_data): New variable.
29153         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
29154         (exp2_test_data): New variable.
29155         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
29156         (expm1_test_data): New variable.
29157         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
29158         (fabs_test_data): New variable.
29159         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
29160         (floor_test_data): New variable.
29161         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
29162         (j0_test_data): New variable.
29163         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
29164         (j1_test_data): New variable.
29165         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
29166         (log_test_data): New variable.
29167         (log_test): Run tests with RUN_TEST_LOOP_f_f.
29168         (log10_test_data): New variable.
29169         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
29170         (log1p_test_data): New variable.
29171         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
29172         (log2_test_data): New variable.
29173         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
29174         (logb_test_data): New variable.
29175         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
29176         (logb_downward_test_data): New variable.
29177         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29178         (nearbyint_test_data): New variable.
29179         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
29180         (rint_test_data): New variable.
29181         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
29182         (rint_tonearest_test_data): New variable.
29183         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29184         (rint_towardzero_test_data): New variable.
29185         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29186         (rint_downward_test_data): New variable.
29187         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29188         (rint_upward_test_data): New variable.
29189         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29190         (round_test_data): New variable.
29191         (round_test): Run tests with RUN_TEST_LOOP_f_f.
29192         (sin_test_data): New variable.
29193         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
29194         (sin_tonearest_test_data): New variable.
29195         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29196         (sin_towardzero_test_data): New variable.
29197         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29198         (sin_downward_test_data): New variable.
29199         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29200         (sin_upward_test_data): New variable.
29201         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29202         (sinh_test_data): New variable.
29203         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
29204         (sinh_tonearest_test_data): New variable.
29205         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29206         (sinh_towardzero_test_data): New variable.
29207         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29208         (sinh_downward_test_data): New variable.
29209         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29210         (sinh_upward_test_data): New variable.
29211         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29212         (sqrt_test_data): New variable.
29213         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
29214         (tan_test_data): New variable.
29215         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
29216         (tan_tonearest_test_data): New variable.
29217         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29218         (tan_towardzero_test_data): New variable.
29219         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29220         (tan_downward_test_data): New variable.
29221         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29222         (tan_upward_test_data): New variable.
29223         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29224         (tanh_test_data): New variable.
29225         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
29226         (tgamma_test_data): New variable.
29227         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
29228         (trunc_test_data): New variable.
29229         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
29230         (y0_test_data): New variable.
29231         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
29232         (y1_test_data): New variable.
29233         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
29234         (significand_test_data): New variable.
29235         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
29237 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
29239         [BZ #12387]
29240         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
29242 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
29244         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
29246 2013-05-10  Andreas Jaeger  <aj@suse.de>
29248         [BZ #15448]
29249         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
29250         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
29252 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
29254         * math/gen-libm-test.pl (adjust_arg): New function.
29255         (special_functions): Handle generating output in both functions
29256         and arrays.
29257         (parse_args): Likewise.
29258         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
29259         $in_func argument to parse_args.
29260         * math/libm-test.inc (struct test_f_f_data): New type.
29261         (IF_ROUND_INIT_): New macro.
29262         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
29263         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
29264         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
29265         (IF_ROUND_INIT_FE_UPWARD): Likewise.
29266         (ROUND_RESTORE_): Likewise.
29267         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
29268         (ROUND_RESTORE_FE_TONEAREST): Likewise.
29269         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
29270         (ROUND_RESTORE_FE_UPWARD): Likewise.
29271         (RUN_TEST_LOOP_f_f): New macro.
29272         (acos_test_data): New variable.
29273         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
29274         (acos_tonearest_test_data): New variable.
29275         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29277 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
29279         * benchtests/bench-skeleton.c (startup): Fix coding style.
29281 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
29283         [BZ #6809]
29284         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
29285         negative infinity argument.
29286         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
29287         negative infinity argument.
29288         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
29289         negative infinity argument.
29290         * math/libm-test.inc (tgamma_test): Expect errno to be set for
29291         domain errors.
29293 2013-05-10  Florian Weimer  <fweimer@redhat.com>
29295         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
29296         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
29297         * iconv/iconv_prog.c (main): Likewise.
29298         * locale/programs/charmap-dir.c (charmap_readdir)
29299         (fopen_uncompressed): Likewise.
29300         * locale/programs/locfile.c (siblings_uncached)
29301         (write_locale_data): Use lstat64 instead of lstat.
29302         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
29303         stat.
29305 2013-05-10  Andreas Jaeger  <aj@suse.de>
29307         [BZ #15395]
29308         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
29309         localization.
29310         Include <locale.h>.
29312 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
29314         * elf/dl-close.c (_dl_close_worker): Add comments.
29316 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
29318         [BZ #15359]
29319         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
29320         high part of pi/2.
29321         (__ieee754_rem_pio2l): Update comments.
29323         [BZ #15429]
29324         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
29325         high part of pi/2.
29326         (__ieee754_rem_pio2l): Update comments.
29328         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
29329         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
29331         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
29332         M_PI_4l.
29334         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
29335         (M_PI_34_LOG10El): Likewise.
29336         (M_PI2_LOG10El): Likewise.
29337         (M_PI4_LOG10El): Likewise.
29338         (M_PI_LOG10El): Likewise.
29340 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29342         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
29344 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
29346         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
29347         (MINUS_ZERO_INIT): Likewise.
29348         (PLUS_INFTY_INIT): Likewise.
29349         (MINUS_INFTY_INIT): Likewise.
29350         (QNAN_VALUE_INIT): Likewise.
29351         (MAX_VALUE_INIT): Likewise.
29352         (MIN_VALUE_INIT): Likewise.
29353         (MIN_SUBNORM_VALUE_INIT): Likewise.
29354         (plus_zero): Initialize with PLUS_ZERO_INIT.
29355         (minus_zero): Initialize with MINUS_ZERO_INIT.
29356         (plus_infty): Initialize with PLUS_INFTY_INIT.
29357         (minus_infty): Initialize with MINUS_INFTY_INIT.
29358         (qnan_value): Initialize with QNAN_VALUE_INIT.
29359         (max_value): Initialize with MAX_VALUE_INIT.
29360         (min_value): Initialize with MIN_VALUE_INIT.
29361         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
29363         * math/libm-test.inc (RUN_TEST_if_f): New macro.
29364         (jn_test): Use TEST_if_f instead of TEST_ff_f.
29365         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
29366         (yn_test): Use TEST_if_f instead of TEST_ff_f.
29368         * math/libm-test.inc (RUN_TEST_f_f): New macro.
29369         (RUN_TEST_2_f): Likewise.
29370         (RUN_TEST_ff_f): Likewise.
29371         (RUN_TEST_fi_f): Likewise.
29372         (RUN_TEST_fl_f): Likewise.
29373         (RUN_TEST_fff_f): Likewise.
29374         (RUN_TEST_c_f): Likewise.
29375         (RUN_TEST_f_f1): Likewise.
29376         (RUN_TEST_fF_f1): Likewise.
29377         (RUN_TEST_fI_f1): Likewise.
29378         (RUN_TEST_ffI_f1): Likewise.
29379         (RUN_TEST_c_c): Likewise.
29380         (RUN_TEST_cc_c): Likewise.
29381         (RUN_TEST_f_i): Likewise.
29382         (RUN_TEST_f_i_tg): Likewise.
29383         (RUN_TEST_ff_i_tg): Likewise.
29384         (RUN_TEST_f_b): Likewise.
29385         (RUN_TEST_f_b_tg): Likewise.
29386         (RUN_TEST_f_l): Likewise.
29387         (RUN_TEST_f_L): Likewise.
29388         (RUN_TEST_sincos): Likewise.
29389         * math/gen-libm-test.pl (new_test): Take new argument to indicate
29390         whether to show exceptions.  Do not include ");\n" in return
29391         value.
29392         (special_functions): Output call to RUN_TEST_sincos instead of
29393         check_float calls.  Update calls to new_test.
29394         (parse_args): Output call to single RUN_TEST_* macro instead of
29395         check_* calls and other assignments.  Update calls to new_test.
29397         [BZ #2546]
29398         [BZ #2560]
29399         [BZ #5159]
29400         [BZ #15426]
29401         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
29402         input to result for tgamma overflow.
29403         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
29404         (gamma_coeff): New variable.
29405         (NCOEFF): New macro.
29406         (gamma_positive): New function.
29407         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
29408         underflow here.  Use gamma_positive instead of exp (lgamma) for
29409         other arguments.
29410         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
29411         (gamma_coeff): New variable.
29412         (NCOEFF): New macro.
29413         (gammaf_positive): New function.
29414         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
29415         underflow here.  Use gamma_positive instead of exp (lgamma) for
29416         other arguments.
29417         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
29418         (gamma_coeff): New variable.
29419         (NCOEFF): New macro.
29420         (gammal_positive): New function.
29421         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
29422         underflow here.  Use gamma_positive instead of exp (lgamma) for
29423         other arguments.
29424         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
29425         (gamma_coeff): New variable.
29426         (NCOEFF): New macro.
29427         (gammal_positive): New function.
29428         (__ieee754_gammal_r): Handle positive infinity, overflow and
29429         underflow here.  Handle NaN the same as positive infinity.  Remove
29430         check x < 0xffffffff for negative integers.  Use gamma_positive
29431         instead of exp (lgamma) for other arguments.
29432         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
29433         (gamma_coeff): New variable.
29434         (NCOEFF): New macro.
29435         (gammal_positive): New function.
29436         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
29437         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
29438         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
29439         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
29440         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
29441         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
29442         * sysdeps/generic/math_private.h (__gamma_productf): New
29443         prototype.
29444         (__gamma_product): Likewise.
29445         (__gamma_productl): Likewise.
29446         * math/Makefile (libm-calls): Add gamma_product.
29447         * math/libm-test.inc (tgamma_test): Add more tests.
29448         * sysdeps/i386/fpu/libm-test-ulps: Update.
29449         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29451 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
29453         * benchtests/bench-skeleton.c (main): Preheat CPU.
29455 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
29457         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
29459 2013-05-07  Roland McGrath  <roland@hack.frob.com>
29461         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
29462         and _dl_skip_args_internal.
29464 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
29466         * manual/message.texi (Message Translation): Talk about users.
29467         Message to key mapping impacts design.
29469 2013-05-06  Roland McGrath  <roland@hack.frob.com>
29471         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
29473         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
29475         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
29476         * sysdeps/wordsize-64/glob64.c: ... here.
29478         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
29479         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
29480         New macros.
29482         * debug/getlogin_r_chk.c: Moved to ...
29483         * login/getlogin_r_chk.c: ... here.
29484         * debug/Makefile (routines): Move getlogin_r_chk to ...
29485         * login/Makefile (routines): ... here.
29486         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
29487         * login/Versions (libc: GLIBC_2.4): ... here.
29489         * io/poll.c (__poll): Renamed from poll.
29490         Add libc_hidden_def.
29491         (poll): Define as weak alias.
29493         * debug/ptsname_r_chk.c: Moved to ...
29494         * login/ptsname_r_chk.c: ... here.
29495         * debug/Makefile (routines): Move ptsname_r_chk to ...
29496         * login/Makefile (routines): ... here.
29497         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
29498         * login/Versions (libc: GLIBC_2.4): ... here.
29500         * posix/getlogin.c: Moved to ...
29501         * login/getlogin.c: ... here.
29502         * posix/getlogin_r.c: Moved to ...
29503         * login/getlogin_r.c: ... here.
29504         * posix/getlogin_r.c: Moved to ...
29505         * login/getlogin_r.c: ... here.
29506         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
29507         * login/Makefile (routines): ... here.
29508         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
29509         * login/Versions (libc: GLIBC_2.0): ... here.
29511         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
29512         (setrlimit): Define as weak alias.
29514         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
29515         Call __ names for open, ftruncate, and close.
29516         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
29517         (truncate): Define as weak alias.
29519 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
29521         * math/gen-libm-test.pl (parse_args): Initialize x before each
29522         test of frexp, modf and remquo.
29524         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
29525         test signgam value.
29527 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29529         [BZ #15418]
29530         [BZ #15419]
29531         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
29532         internal tests.
29533         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
29535 2013-05-06  Roland McGrath  <roland@hack.frob.com>
29537         * elf/dl-writev.h: New file.
29538         * elf/dl-misc.c: Include it.
29539         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
29540         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
29542 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
29544         * math/libm-test.inc (noXFails): Remove variable.
29545         (noXPasses): Likewise.
29546         (BUILD_COMPLEX_INT): Remove macro.
29547         (print_screen): Remove xfail argument.
29548         (print_screen_max_error): Likewise.
29549         (update_stats): Likewise.
29550         (print_max_error): Likewise.  Update calls to other affected
29551         functions.
29552         (print_complex_max_error): Likewise.
29553         (test_single_exception): Update calls to print_screen.
29554         (test_single_errno): Likewise.
29555         (check_float_internal): Remove xfail argument.  Update calls to
29556         other affected functions.
29557         (check_float): Likewise.
29558         (check_complex): Likewise.
29559         (check_int): Likewise.
29560         (check_long): Likewise.
29561         (check_bool): Likewise.
29562         (check_longlong): Likewise.
29563         (main): Don't print noXFails and noXPasses.
29564         * math/gen-libm-test.pl (top level): Don't mention expected
29565         failure handling in comment.
29566         (new_test): Don't handle expected failures.
29567         (parse_args): Don't mention expected failure handling in comment.
29568         (generate_testfile): Don't handle expected failures.
29569         (parse_ulps): Likewise.
29570         (print_ulps_file): Likewise.
29571         (get_failure): Remove function.
29572         (output_test): Don't handle expected failures.
29573         * make/README.libm-test: Don't mention expected failure handling.
29575         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
29576         (minus_zero): Likewise.
29577         (plus_infty): Likewise.
29578         (minus_infty): Likewise.
29579         (qnan_value): Likewise.
29580         (max_value): Likewise.
29581         (min_value): Likewise.
29582         (min_subnorm_value): Likewise.
29583         (initialize): Do not initialize those variables dynamically.
29585 2013-05-03  Roland McGrath  <roland@hack.frob.com>
29587         * io/open.c (__open_2): Moved to ...
29588         * io/open_2.c: ... this new file.
29589         * io/open64.c (__open64_2): Moved to ...
29590         * io/open64_2.c: ... this new file.
29591         * io/openat.c (__openat_2): Moved to ...
29592         * io/openat_2.c: ... this new file.
29593         * io/openat64.c (__openat64_2): Moved to ...
29594         * io/openat64_2.c: ... this new file.
29595         * io/Makefile (routines): Add them.
29596         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
29597         * sysdeps/unix/sysv/linux/open_2.c: File removed.
29598         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
29599         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
29600         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
29601         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
29602         (__openat64): Add hidden_ver.
29603         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
29604         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
29606         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
29607         Separately conditionalize setting of GLRO(dl_sysinfo) so
29608         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
29609         as well, but the actual setting is only under [NEED_DL_SYSINFO].
29611 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29613         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
29614         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
29615         definition.
29616         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
29617         * sysdeps/unix/sysv/linux/powerpc/init-first.c
29618         (_libc_vdso_platform_setup): Add __vdso_time initialization.
29619         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
29620         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
29622 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
29624         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
29625         test signgam value.
29627         * math/libm-test.inc (hypot_test): Do not use
29628         IGNORE_ZERO_INF_SIGN.
29630 2013-05-03  Andreas Jaeger  <aj@suse.de>
29632         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
29633         Linux 3.9.
29634         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
29635         (PF_MAX): Adjust for VSOCK change.
29637 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29639         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
29641 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
29643         [BZ #15264]
29644         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
29645         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
29646         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
29648 2013-05-02  David S. Miller  <davem@davemloft.net>
29650         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29652 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
29654         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
29656 2013-05-01  Roland McGrath  <roland@hack.frob.com>
29658         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
29660 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
29662         [BZ #14952]
29663         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
29664         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
29665         Use __attribute__ ((__gnu_inline__)).
29666         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
29667         Don't use __attribute__ ((__gnu_inline__)).
29669 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
29671         [BZ #15423]
29672         * math/s_catan.c (__catan): Handle small real or imaginary part of
29673         input specially to avoid spurious underflow.
29674         * math/s_catanf.c (__catanf): Likewise.
29675         * math/s_catanh.c (__catanh): Likewise.
29676         * math/s_catanhf.c (__catanhf): Likewise.
29677         * math/s_catanhl.c (__catanhl): Likewise.
29678         * math/s_catanl.c (__catanl): Likewise.
29679         * math/libm-test.inc (catan_test): Add more tests.
29680         (catanh_test): Likewise.
29681         * sysdeps/i386/fpu/libm-test-ulps: Update.
29682         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29684 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29686         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
29688 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
29690         [BZ #15416]
29691         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
29692         accurately for denominator in atan2.
29693         * math/s_catanf.c (__catanf): Likewise.
29694         * math/s_catanh.c (__catanh): Likewise.
29695         * math/s_catanhf.c (__catanhf): Likewise.
29696         * math/s_catanhl.c (__catanhl): Likewise.
29697         * math/s_catanl.c (__catanl): Likewise.
29698         * math/libm-test.inc (catan_test): Add more tests.
29699         (catanh_test): Likewise.
29700         * sysdeps/i386/fpu/libm-test-ulps: Update.
29701         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29703 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
29705         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
29707         * benchtests/Makefile (bench): Remove slow benchmarks.
29708         * benchtests/atan-inputs: Add slow benchmark inputs.
29709         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
29710         (BENCH_FUNC): Accept variant offset.
29711         (VARIANT): Define.
29712         * benchtests/bench-skeleton.c (main): Run benchmark for each
29713         variant.
29714         * benchtests/cos-inputs: Add slow benchmark inputs.
29715         * benchtests/exp-inputs: Likewise.
29716         * benchtests/pow-inputs: Likewise.
29717         * benchtests/sin-inputs: Likewise.
29718         * benchtests/slowatan-inputs: Remove.
29719         * benchtests/slowatan.c: Remove.
29720         * benchtests/slowcos-inputs: Remove.
29721         * benchtests/slowcos.c: Remove.
29722         * benchtests/slowexp-inputs: Remove.
29723         * benchtests/slowexp.c: Remove.
29724         * benchtests/slowpow-inputs: Remove.
29725         * benchtests/slowpow.c: Remove.
29726         * benchtests/slowsin-inputs: Remove.
29727         * benchtests/slowsin.c: Remove.
29728         * benchtests/slowtan-inputs: Remove.
29729         * benchtests/slowtan.c: Remove.
29730         * benchtests/tan-inputs: Add slow benchmark inputs.
29731         * scripts/bench.pl: Parse comments and directives.
29733         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
29734         in CPPFLAGS.
29735         ($(objpfx)bench-%.c): Remove *-ITER.
29736         * benchtests/bench-modf.c: Remove definition of ITER.
29737         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
29738         (main): Loop for DURATION seconds instead of fixed number of
29739         iterations.
29740         * scripts/bench.pl: Don't expect iterations in parameters.
29742 2013-04-29  Roland McGrath  <roland@hack.frob.com>
29744         * io/fchdir.c (__fchdir): Renamed from fchdir.
29745         (fchdir): Define as weak alias.
29747 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
29749         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
29750         (ERRNO_EDOM): Likewise.
29751         (ERRNO_ERANGE): Likewise.
29752         (noErrnoTests): New variable.
29753         (init_max_error): Set errno to 0.
29754         (test_single_errno): New function.
29755         (test_errno): Likewise.
29756         (check_float_internal): Call test_errno.  Set errno to 0.
29757         (check_complex): Refer to errno tests in comment.
29758         (check_int): Call test_errno.  Set errno to 0.
29759         (check_long): Likewise.
29760         (check_bool): Likewise.
29761         (check_longlong): Likewise.
29762         (cos_test): Use ERRNO_* flags for errno tests instead of
29763         check_int.
29764         (expm1_test): Likewise.
29765         (fmod_test): Likewise.
29766         (ilogb_test): Likewise.
29767         (lgamma_test): Likewise.
29768         (pow_test): Likewise.
29769         (remainder_test): Likewise.
29770         (sin_test): Likewise.
29771         (tan_test): Likewise.
29772         (yn_test): Likewise.
29773         (initialize): Set errno to 0.
29774         (main): Print number of errno tests.
29775         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
29777 2013-04-29  Andreas Jaeger  <aj@suse.de>
29779         [BZ #15084]
29780         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
29781         and RES_USEVC.
29783         [BZ #15085]
29784         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
29785         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
29786         unimplemented.
29788         [BZ #15380]
29789         * stdlib/random.c (__initstate): Return NULL if
29790         __initstate fails.
29792         [BZ #15086]
29793         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
29794         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
29795         RES_SNGLKUPREOP.
29797 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29799         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
29801 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
29803         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
29804         of individual tests.
29805         (casin_test): Likewise.
29806         (casinh_test): Likewise.
29808 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
29810         [BZ #15409]
29811         * math/s_catan.c (__catan): Handle arguments with large real or
29812         imaginary part separately without squaring.
29813         * math/s_catanf.c (__catanf): Likewise.
29814         * math/s_catanh.c (__catanh): Likewise.
29815         * math/s_catanhf.c (__catanhf): Likewise.
29816         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
29817         and redefine.
29818         (__catanhl): Handle arguments with large real or imaginary part
29819         separately without squaring.
29820         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
29821         and redefine.
29822         (__catanl): Handle arguments with large real or imaginary part
29823         separately without squaring.
29824         * math/libm-test.inc (catan_test): Add more tests.
29825         (catanh_test): Likewise.
29826         * sysdeps/i386/fpu/libm-test-ulps: Update.
29827         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29829 2013-04-27  Andreas Jaeger  <aj@suse.de>
29831         [BZ #15007]
29832         * stdlib/stdlib.h: Update guards for qecvt.
29833         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
29834         <stdlib.h>.
29836 2013-04-27  Allan McRae  <allan@archlinux.org>
29838         * sysdeps/i386/fpu/libm-test-ulps: Update.
29840 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
29842         [BZ #15406]
29843         * math/s_catan.c: Include <float.h>.
29844         (__catan): Ensure underflow exception occurs for underflowed
29845         result.
29846         * math/s_catanf.c: Include <float.h>.
29847         (__catanf): Ensure underflow exception occurs for underflowed
29848         result.
29849         * math/s_catanh.c: Include <float.h>.
29850         (__catanh): Ensure underflow exception occurs for underflowed
29851         result.
29852         * math/s_catanhf.c: Include <float.h>.
29853         (__catanhf): Ensure underflow exception occurs for underflowed
29854         result.
29855         * math/s_catanhl.c: Include <float.h>.
29856         (__catanhl): Ensure underflow exception occurs for underflowed
29857         result.
29858         * math/s_catanl.c: Include <float.h>.
29859         (__catanl): Ensure underflow exception occurs for underflowed
29860         result.
29861         * math/libm-test.inc (catan_test): Add more tests.
29862         (catanh_test): Likewise.
29864         [BZ #15405]
29865         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
29866         underflowed result.
29867         * math/s_ccoshf.c (__ccoshf): Likewise.
29868         * math/s_ccoshl.c (__ccoshl): Likewise.
29869         * math/s_csin.c (__csin): Likewise.
29870         * math/s_csinf.c (__csinf): Likewise.
29871         * math/s_csinh.c (__csinh): Likewise.
29872         * math/s_csinhf.c (__csinhf): Likewise.
29873         * math/s_csinhl.c (__csinhl): Likewise.
29874         * math/s_csinl.c (__csinl): Likewise.
29875         * math/libm-test.inc (ccos_test): Add more tests.
29876         (ccosh_test): Likewise.
29877         (csin_test): Likewise.
29878         (csinh_test): Likewise.
29880 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29882         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
29883         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
29884         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
29885         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
29886         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
29887         powerpc/power5+/fpu folders.
29888         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
29891 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
29893         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
29895 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
29897         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
29898         additions to variable.
29899         [$(config-machine) = x86_64] (modules-names): Likewise.
29900         ($(objpfx)tst-audit3): Remove dependency.
29901         ($(objpfx)tst-audit3.out): Likewise.
29902         ($(objpfx)tst-audit4): Likewise.
29903         ($(objpfx)tst-audit4.out): Likewise.
29904         ($(objpfx)tst-audit5): Likewise.
29905         ($(objpfx)tst-audit5.out): Likewise.
29906         ($(objpfx)tst-audit6): Likewise.
29907         ($(objpfx)tst-audit6.out): Likewise.
29908         ($(objpfx)tst-audit7): Likewise.
29909         ($(objpfx)tst-audit7.out): Likewise.
29910         (tst-audit3-ENV): Remove variable.
29911         (tst-audit4-ENV): Likewise.
29912         (tst-audit5-ENV): Likewise.
29913         (tst-audit6-ENV): Likewise.
29914         (tst-audit7-ENV): Likewise.
29915         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
29916         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
29917         addition to variable.
29918         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
29919         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
29920         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
29921         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
29922         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
29923         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
29924         tst-audit3, tst-audit4 and tst-audit5.
29925         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
29926         tst-audit6 and tst-audit7.
29927         [$(subdir) = elf] (modules-names): Add audit modules for those
29928         tests.
29929         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
29930         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
29931         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
29932         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
29933         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
29934         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
29935         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
29936         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
29937         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
29938         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
29939         [$(subdir) = elf] (tst-audit3-ENV): New variable.
29940         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
29941         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
29942         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
29943         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
29944         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
29945         Likewise.
29946         [$(subdir) = elf && $(config-cflags-avx) = yes]
29947         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
29948         [$(subdir) = elf && $(config-cflags-avx) = yes]
29949         (CFLAGS-tst-auditmod4a.c): Likewise.
29950         [$(subdir) = elf && $(config-cflags-avx) = yes]
29951         (CFLAGS-tst-auditmod4b.c): Likewise.
29952         [$(subdir) = elf && $(config-cflags-avx) = yes]
29953         (CFLAGS-tst-auditmod6b.c): Likewise.
29954         [$(subdir) = elf && $(config-cflags-avx) = yes]
29955         (CFLAGS-tst-auditmod6c.c): Likewise.
29956         [$(subdir) = elf && $(config-cflags-avx) = yes]
29957         (CFLAGS-tst-auditmod7b.c): Likewise.
29958         * elf/tst-audit3.c: Move to ...
29959         * sysdeps/x86_64/tst-audit3.c: ... here.
29960         * elf/tst-audit4.c: Move to ...
29961         * sysdeps/x86_64/tst-audit4.c: ... here.
29962         * elf/tst-audit5.c: Move to ...
29963         * sysdeps/x86_64/tst-audit5.c: ... here.
29964         * elf/tst-audit6.c: Move to ...
29965         * sysdeps/x86_64/tst-audit6.c: ... here.
29966         * elf/tst-audit7.c: Move to ...
29967         * sysdeps/x86_64/tst-audit7.c: ... here.
29968         * elf/tst-auditmod3a.c: Move to ...
29969         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
29970         * elf/tst-auditmod3b.c: Move to ...
29971         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
29972         * elf/tst-auditmod4a.c: Move to ...
29973         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
29974         * elf/tst-auditmod4b.c: Move to ...
29975         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
29976         * elf/tst-auditmod5a.c: Move to ...
29977         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
29978         * elf/tst-auditmod5b.c: Move to ...
29979         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
29980         * elf/tst-auditmod6a.c: Move to ...
29981         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
29982         * elf/tst-auditmod6b.c: Move to ...
29983         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
29984         * elf/tst-auditmod6c.c: Move to ...
29985         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
29986         * elf/tst-auditmod7a.c: Move to ...
29987         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
29988         * elf/tst-auditmod7b.c: Move to ...
29989         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
29991 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
29993         [BZ #15366]
29994         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
29995         define unconditionally.
29996         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
29997         define unconditionally.
29998         (INT8_C, INT16_C, etc.): Likewise.
30000 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
30002         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
30003         __ehdr_start with hidden visibility.
30005         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
30007 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
30009         * math/libm-test.inc (cos_test): Use accurate hex constants.
30010         (sincost_test): Likewise.
30012 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
30014         * math/libm-test.inc (catan_test): Add more tests.
30015         (catanh_test): Likewise.
30017         * math/s_catanf.c (__catanf): Use suffixed floating-point
30018         constants.
30019         * math/s_catanhf.c (__catanhf): Likewise.
30020         * math/s_catanhl.c (__catanhl): Likewise.
30021         * math/s_catanl.c (__catanl): Likewise.
30023         [BZ #15394]
30024         * math/s_catan.c (__catan): Calculate imaginary part of result
30025         with log1p not log unless computing log of number close to 0.
30026         * math/s_catanf.c (__catanf): Likewise.
30027         * math/s_catanl.c (__catanl): Likewise.
30028         * math/s_catanh.c (__catanh): Calculate real part of result with
30029         log1p not log unless computing log of number close to 0.
30030         * math/s_catanhf.c (__catanhf): Likewise.
30031         * math/s_catanhl.c (__catanhl): Likewise.
30032         * math/libm-test.inc (catan_test): Add more tests.
30033         (catanh_test): Likewise.
30034         * sysdeps/i386/fpu/libm-test-ulps: Update.
30035         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30037 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
30039         * benchtests/Makefile: Mention files in which fast and slow
30040         paths of math functions are implemented.
30042 2013-04-23  Roland McGrath  <roland@hack.frob.com>
30044         * sysdeps/posix/timespec_get.c: New file.
30046 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30048         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
30049         POWER.
30050         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
30051         for POWER.
30052         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
30053         powerpc/power5/fpu folders.
30054         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
30055         * benchtests/Makefile: Add modf testcase.
30056         * benchtests/bench-modf.c: New file: Benchmark test for mo
30058 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
30060         [BZ #14888]
30061         * time/Makefile (tests): Add tst-strptime-whitespace.
30062         * time/strptime_l.c (get_number): Use ISSPACE.
30063         (__strptime_internal): Likewise.
30064         * time/tst-strptime-whitespace.c: New test case.
30066 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
30068         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
30069         member.
30070         (_nss_files_init): Set it here.
30072 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
30074         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
30075         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
30076         unsigned.
30078 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
30080         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
30082 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
30084         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
30085         size just once.
30087 2013-04-21  David S. Miller  <davem@davemloft.net>
30089         * po/ru.po: Update Russion translation from translation project.
30091 2013-04-17  Adam Conrad  <adconrad@0c3.net>
30093         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
30094         and setfsgid.
30096 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
30098         * configure.in: Remove i386 configure warning. Remove i386 case.
30099         * configure: Regenerate.
30100         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
30101         Add example to error message.
30102         * sysdeps/i386/configure: Regenerate.
30104 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
30106         * benchtests/Makefile (bench): Add cos, tan, slowcos and
30107         slowtan.
30108         * benchtests/cos-inputs: New file.
30109         * benchtests/slowcos-inputs: New file.
30110         * benchtests/slowcos.c: New file.
30111         * benchtests/slowtan-inputs: New file.
30112         * benchtests/slowtan.c: New file.
30113         * benchtests/tan-inputs: New file.
30115 2013-04-16  Roland McGrath  <roland@hack.frob.com>
30117         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
30118         considered kosher.
30120 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
30122         * benchtests/Makefile: Include cppflags-iterator.mk to add
30123         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
30125         * Makefile.in (bench-clean): New target.
30126         * benchtests/Makefile (bench-clean): Likewise.
30128 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
30130         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
30132 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
30134         * stdio-common/tstdiomisc.c: Fix coding-style violation.
30136 2013-04-15  Andreas Schwab  <schwab@suse.de>
30138         * nscd/grpcache.c (cache_addgr): Properly check for short write.
30139         * nscd/initgrcache.c (addinitgroupsX): Likewise.
30140         * nscd/pwdcache.c (cache_addpw): Likewise.
30141         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
30142         more than recsize.
30144 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
30146         * benchtests/Makefile (bench): Write all output to
30147         bench-out.tmp together.
30149 2013-04-15  Andreas Schwab  <schwab@suse.de>
30151         * nscd/nscd.c (main): Don't fork again after closing files.
30153 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
30155         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
30157         * benchtests/Rules (bench-deps): Collect dependencies into a
30158         single variable.  Add Makefile to dependencies.
30159         ($(objpfx)bench-%.c): Depend on bench-deps.
30161 2013-04-12  Roland McGrath  <roland@hack.frob.com>
30162             Xavier Roche  <roche+kml2@exalead.com>
30164         [BZ #15361]
30165         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
30166         just that it's a file descriptor.
30167         * manual/llio.texi (Synchronizing AIO Operations): Update description
30168         for EBADF error from aio_fsync.
30170 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
30172         * Rules (bench): Move target definition...
30173         * benchtests/Makefile: ... here.
30175 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
30177         * math/libm-test.inc (cos_test): Fix PI/2 test.
30178         (sincos_test): Likewise.
30179         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
30180         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
30182 2013-04-11  Andreas Schwab  <schwab@suse.de>
30184         [BZ #13988]
30185         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
30186         accept exponent character only when digits were seen.
30187         * stdio-common/Makefile (tests): Add bug26.
30188         * stdio-common/bug26.c: New file.
30190         [BZ #14293]
30191         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
30192         non-freeable.
30194 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
30196         * Makeconfig (rtld-prefix): Define built linker prefix.
30197         * Rules (run-bench): Use it.
30198         * math/Makefile (run-regen-ulps): Likewise.
30200         * Rules (bench): Remove eval.
30202 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
30203             Roland McGrath  <roland@hack.frob.com>
30204             Ondrej Bilka  <neleai@seznam.cz>
30206         [BZ #15346]
30207         * time/getdate.c: Include ctype.h and alloca.h.
30208         (__getdate_r): Trim leading and trailing spaces of input.
30209         * time/tst-getdate.c (tests): Add tests with leading and
30210         trailing spaces.
30212 2013-04-08  Roland McGrath  <roland@hack.frob.com>
30214         [BZ #14280]
30215         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
30216         when computing value.
30218 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
30220         * math/README.libm-test (How can I generate "libm-test-ulps"?):
30221         Use testrun.sh to run libm tests.
30223         [BZ #15309]
30224         * elf/dl-open.c (dl_open_worker): memset all of seen array.
30226 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
30228         [BZ #15264]
30229         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
30231 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
30233         * Makefile.in (regen-ulps): New target.
30234         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
30235         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
30236         [ifneq (no,$(PERL)] (regen-ulps): New target.
30237         [ifeq (no,$(PERL)] (regen-ulps): New target.
30238         * math/libm-test.inc (ulps_file_name): Define.
30239         (output_dir): New variable.
30240         (options): Add "output-dir" option.
30241         (parse_opt): Handle 'o' case.
30242         (main): If output_dir is non-NULL use it as a prefix
30243         otherwise use "".
30244         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
30246 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
30248         [BZ #10060, #10062]
30249         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
30250         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
30251         fail configure if __sync_val_compare_and_swap is not inlined.
30252         * sysdeps/i386/configure: Regenerate.
30253         * configure.in: Build for i686 when configured for i386.
30254         * configure: Regenerate.
30255         * README: Remove i386 reference.
30257 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
30259         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
30260         * sysdeps/s390/s390-64/sysdep.h: Likewise.
30262 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
30264         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
30265         (lmsnanval): New variables.
30266         (F): Add conversion tests.
30267         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
30268         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
30270         * stdio-common/tstdiomisc.c (F): Properly collect individual
30271         tests' results.
30273         [BZ #14686, #15336]
30274         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
30275         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
30276         Instead, use input NaN values or generate a qNaN by arithmetic
30277         operation.  Also fix bugs to comply with the standard.
30278         * math/libm-test.inc (remainder_test): Add more tests.
30280         [BZ #15335, #15342]
30281         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
30282         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
30283         input NaN values or generate a qNaN by arithmetic operation.
30285         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
30286         unreachable code.
30288         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
30289         definitions.
30291 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
30293         [BZ #14478]
30294         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
30295         underflowed result.
30296         * math/s_cexpf.c (__cexpf): Likewise.
30297         * math/s_cexpl.c (__cexpl): Likewise.
30298         * math/libm-test.inc (cexp_test): Add more tests.
30300 2013-04-03  Andreas Schwab  <schwab@suse.de>
30302         [BZ #15330]
30303         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
30304         order arrays from heap if bigger than alloca cutoff.
30306 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
30308         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
30309         (SNAN_TESTS_double): Refer to GCC PR56831.
30310         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
30311         GCC PR56828.
30313 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
30315         * Rules (bench): Move bench.out after the run is complete.
30317         * Rules (bench): Echo currently running benchmark.
30319         * benchtests/Makefile (bench): Add atan and slowatan.
30320         * benchtests/atan-inputs: New file.
30321         * benchtests/slowatan-inputs: New file.
30322         * benchtests/slowatan.c: New file.
30324         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
30325         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
30326         its value.
30328         [BZ #15305]
30329         * sysdeps/unix/sysv/linux/kernel-features.h
30330         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
30331         __ASSUME_XFS_RESTRICTED_CHOWN.
30332         * sysdeps/unix/sysv/linux/pathconf.c
30333         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
30334         Save and restore errno.
30336 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
30338         [BZ #15327]
30339         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
30340         arguments using __kernel_casinh.
30341         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
30342         arguments using __kernel_casinhf.
30343         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
30344         arguments using __kernel_casinhl.
30345         * math/libm-test.inc (cacosh_test): Add more tests.
30346         * sysdeps/i386/fpu/libm-test-ulps: Update.
30347         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30349 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
30351         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
30352         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
30354         * bench/Makefile (bench): Add sin and slowsin.
30355         * benchtests/sin-inputs: New file.
30356         * benchtests/slowsin-inputs: New file.
30357         * benchtests/slowsin.c: New file.
30359         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
30360         (bench): Add slowexp and slowpow.
30361         (exp-ITER): Increase iterations.
30362         (pow-ITER): Likewise.
30363         * benchtests/exp-inputs: Change input.
30364         * benchtests/pow-inputs: Likewise.
30365         * benchtests/slowexp-inputs: New file.
30366         * benchtests/slowexp.c: New file.
30367         * benchtests/slowpow-inputs: New file.
30368         * benchtests/slowpow.c: New file.
30370 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30372         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
30373         instructions.
30374         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
30375         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
30376         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
30377         * benchtests/Makefile: Add rint benchtest.
30378         * benchtests/rint-inputs: Input for rint benchtest.
30380 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
30382         * Versions.def (libm): Add GLIBC_2.18.
30383         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
30384         hidden libm prototypes.
30385         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
30386         * math/Makefile (libm-calls): Add s_issignaling.
30387         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
30388         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
30389         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
30390         declaration.
30391         * math/math.h [__USE_GNU] (issignaling): New macro.
30392         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
30393         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
30394         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
30395         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
30396         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
30397         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
30398         * manual/arith.texi (issignaling): New section.
30399         * manual/libm-err-tab.pl (@all_functions): Update comment.
30400         * math/gen-libm-test.pl (parse_args): Apply special handling for
30401         issignaling.
30402         * math/libm-test.inc (print_float, issignaling_test): New
30403         functions.
30404         (check_float_internal): Add issignaling checks.
30405         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
30406         default definition.
30407         * sysdeps/powerpc/math-tests.h: New file.
30408         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
30409         tests.
30410         * math/test-snan.c (TEST_FUNC): Likewise.
30412 2013-03-30  David S. Miller  <davem@davemloft.net>
30414         * po/de.po: Update from translation team.
30416 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
30418         [BZ #10357]
30419         * math/k_casinh.c (__kernel_casinh): Handle arguments with
30420         imaginary part less than 1.0 and real part less than 0.5
30421         specially.
30422         * math/k_casinhf.c (__kernel_casinhf): Likewise.
30423         * math/k_casinhl.c (__kernel_casinhl): Likewise.
30424         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
30425         (cacos_test): Add more tests.
30426         (casin_test): Likewise.
30427         (casinh_test): Likewise.
30428         * sysdeps/i386/fpu/libm-test-ulps: Update.
30429         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30431 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
30433         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
30434         ONE with its value.
30436         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
30437         (__pow_mp): Replace ONE and MONE with their values.
30438         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
30439         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
30440         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
30441         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
30442         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
30443         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
30445         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
30447         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
30448         (__pow_mp): Replace ZERO and MZERO with their values.
30449         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
30450         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
30451         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
30452         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
30453         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
30454         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
30455         (__sqr): Likewise.
30457         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
30459         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
30461 2013-03-28  Roland McGrath  <roland@hack.frob.com>
30463         * include/stdlib.h [!SHARED] (__call_tls_dtors):
30464         Declare with __attribute__ ((weak)).
30465         * stdlib/exit.c (__libc_atexit) [!SHARED]:
30466         Call __call_tls_dtors only if it's not NULL.
30468 2013-03-28  Roland McGrath  <roland@hack.frob.com>
30470         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
30471         didn't do it already, then set _dl_phdr and _dl_phnum based on the
30472         magic __ehdr_start linker symbol if it's defined.
30473         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
30474         them up here if it was already done.
30476         * elf/dl-support.c (_dl_phdr): Make pointer to const.
30477         (_dl_aux_init): Use const in cast when setting it.
30478         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
30479         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
30480         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
30482         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
30483         Declare them here.
30484         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
30485         * csu/libc-tls.c: Nor here.
30486         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
30488         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
30489         (__libc_message): Never call vsyslog.
30491 2013-03-28  Alan Modra  <amodra@gmail.com>
30493         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
30494         Define as empty.
30495         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
30496         Likewise.
30498 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30500         [BZ #15214]
30501         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
30502         underflow.
30503         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30505 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
30507         [BZ #15304]
30508         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
30509         Don't add gid passed as argument.
30511         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
30513 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
30515         [BZ #15307]
30516         * math/k_casinh.c (__kernel_casinh): Handle arguments with
30517         imaginary part between 1.0 and 1.5 and real part less than 0.5
30518         specially.
30519         * math/k_casinhf.c (__kernel_casinhf): Likewise.
30520         * math/k_casinhl.c (__kernel_casinhl): Likewise.
30521         * math/libm-test.inc (cacos_test): Add more tests.
30522         (casin_test): Likewise.
30523         (casinh_test): Likewise.
30524         * sysdeps/i386/fpu/libm-test-ulps: Update.
30525         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30527 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
30529         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
30530         constants.
30531         (norm): Likewise.
30532         (denorm): Likewise.
30533         (__dbl_mp): Likewise.
30534         (add_magnitudes): Likewise.
30535         (sub_magnitudes): Likewise.
30536         (__add): Likewise.
30537         (__sub): Likewise.
30538         (__mul): Likewise.
30539         (__sqr): Likewise.
30540         (__inv): Likewise.
30541         (__dvd): Likewise.
30543         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
30544         commented code.
30545         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
30546         (__dubcos): Likewise.
30547         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
30548         (__ieee754_acos): Likewise.
30549         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
30550         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
30551         (__exp1): Likewise.
30552         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
30553         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
30554         (log1): Likewise.
30555         (my_log2): Likewise.
30556         (checkint): Likewise.
30557         * sysdeps/ieee754/dbl-64/e_remainder.c
30558         (__ieee754_remainder): Likewise.
30559         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
30560         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
30561         (bsloww): Likewise.
30562         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
30564         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
30565         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
30566         MANTISSA_STORE_T to store computations on mantissa.  Use
30567         macros for rounding and division.
30568         (denorm): Likewise.
30569         (__dbl_mp): Likewise.
30570         (add_magnitudes): Likewise.
30571         (sub_magnitudes): Likewise.
30572         (__mul): Likewise.
30573         (__sqr): Likewise.
30574         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
30575         powers of two in terms of TWOPOW macro.
30576         (mp_no): Make type of mantissa as MANTISSA_T.
30577         [!RADIXI]: Define RADIXI.
30578         [!TWO52]: Define TWO52.
30579         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
30581 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30583         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
30584         llroundl symbol when building for PPC32.
30586 2013-03-24  Mark H Weaver  <mhw@netris.org>
30588         * manual/arith.texi (Normalization Functions): Fix prototypes for
30589         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
30591 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30593         [BZ #13889]
30594         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
30595         high value to check if expl overflow.
30596         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
30597         to check for underflow and overflow.
30598         * math/libm-test.inc: Add exp test.
30600 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
30602         [BZ #11120]
30603         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
30604         with NOT_IN_libc.
30606 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30608         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
30609         symbol.
30611 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
30613         * math/gen-libm-test.pl (parse_args, special_functions): Properly
30614         wrap blocks consisting of several statements.
30616         * sysdeps/generic/math-tests.h: New file.
30617         * sysdeps/i386/fpu/math-tests.h: Likewise.
30618         * math/test-snan.c: Include it.
30619         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
30621 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
30623         [BZ #15285]
30624         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
30625         (__ieee754_j0l): Do not improve calculations using cos of twice
30626         input for inputs above LDBL_MAX / 2.0L.
30627         (__ieee754_y0l): Likewise.
30628         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
30629         (__ieee754_j1l): Do not improve calculations using cos of twice
30630         input for inputs above LDBL_MAX / 2.0L.
30631         (__ieee754_y1l): Likewise.
30632         * math/libm-test.inc (j0_test): Add another test.
30633         (j1_test): Likewise.
30634         (y0_test): Likewise.
30635         (y1_test): Likewise.
30636         * sysdeps/i386/fpu/libm-test-ulps: Update.
30638 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
30640         * Rules ($(objpfx)bench-%.c): Include code from a C source
30641         file.
30643 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
30645         [BZ #15287]
30646         * math/k_casinh.c (__kernel_casinh): Handle arguments with
30647         imaginary part 1.0 and real part less than 0.5 specially.
30648         * math/k_casinhf.c (__kernel_casinhf): Likewise.
30649         * math/k_casinhl.c (__kernel_casinhl): Likewise.
30650         * math/libm-test.inc (cacos_test): Add more tests.
30651         (casin_test): Likewise.
30652         (casinh_test): Likewise.
30653         * sysdeps/i386/fpu/libm-test-ulps: Update.
30654         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30656 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
30658         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
30659         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
30661 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
30663         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
30664         * config.make.in (config-cflags-sse4): Remove variable.
30665         (config-cflags-avx): Likewise.
30666         (config-cflags-sse2avx): Likewise.
30667         (config-cflags-novzeroupper): Likewise.
30668         (config-asflags-i686): Likewise.
30669         (have-mfma4): Likewise.
30670         (have-as-vis3): Likewise.
30671         (MIG): Likewise.
30672         * configure.in (MIG): Do not AC_SUBST.
30673         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
30674         (libc_cv_cc_sse4): Do not AC_SUBST.
30675         (libc_cv_cc_avx): Likewise.
30676         (libc_cv_cc_sse2avx): Likewise.
30677         (libc_cv_cc_novzeroupper): Likewise.
30678         (libc_cv_cc_fma4): Likewise.
30679         (libc_cv_as_i686): Likewise.
30680         (libc_cv_sparc_as_vis3): Likewise.
30681         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
30682         LIBC_CONFIG_VAR.
30683         (config-asflags-i686): Likewise.
30684         (config-cflags-avx): Likewise.
30685         (config-cflags-sse2avx): Likewise.
30686         (have-mfma4): Likewise.
30687         (config-cflags-novzeroupper): Likewise.
30688         * sysdeps/mach/configure.in (MIG): Likewise.
30689         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
30690         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
30691         LIBC_CONFIG_VAR.
30692         (config-cflags-avx): Likewise.
30693         (config-cflags-sse2avx): Likewise.
30694         (have-mfma4): Likewise.
30695         (config-cflags-novzeroupper): Likewise.
30696         * configure: Regenerated.
30697         * sysdeps/i386/configure: Likewise.
30698         * sysdeps/mach/configure: Likewise.
30699         * sysdeps/sparc/configure: Likewise.
30700         * sysdeps/x86_64/configure: Likewise.
30702 2013-03-20  Roland McGrath  <roland@hack.frob.com>
30704         [BZ #14812]
30705         * locale/programs/localedef.c (options): Put N_ translation marker
30706         on argument names, not just descriptions.
30708 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
30710         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
30712 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
30714         [BZ #14176]
30715         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
30717 2013-03-19  Roland McGrath  <roland@hack.frob.com>
30719         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
30720         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
30721         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
30722         [!BEFORE_ABORT] (before_abort): New function.
30723         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
30724         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
30725         (writev_for_fatal): New function.
30726         (WRITEV_FOR_FATAL): New macro; call that.
30727         (backtrace_and_maps): New function.
30728         (BEFORE_ABORT): New macro; call that.
30729         (struct str_list): Type removed.
30730         (__libc_message, __libc_fatal): Functions removed.
30731         Include <sysdeps/posix/libc_fatal.c> instead.
30733 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
30735         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
30736         constants.
30737         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
30738         double constants.
30740 2013-03-19  Andreas Schwab  <schwab@suse.de>
30742         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
30743         * sysdeps/gnu/configure: Regenerate.
30745         * configure.in: Substitute libc_cv_rtlddir.
30746         * configure: Regenerate.
30747         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
30748         * Makeconfig (rtlddir, inst_rtlddir): New variables.
30749         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
30750         * elf/Makefile (install-others, CFLAGS-interp.c)
30751         (ldso_install, common-ldd-rewrite): Likewise.
30752         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
30753         $(inst_slibdir)/$(rtld-installed-name).
30754         * scripts/rellns-sh: Add -p option.
30755         * Makerules (make-shlib-link): Use rellns-sh to get relative name
30756         for source.
30758 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
30760         * manual/nptl.texi: Renamed to ...
30761         * manual/threads.texi: ... this.
30762         * manual/Makefile (chapters): Update.
30764 2013-03-18  Roland McGrath  <roland@hack.frob.com>
30766         [BZ #14812]
30767         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
30768         on argument names, not just descriptions.
30769         * malloc/memusagestat.c (options): Likewise.
30770         * nss/getent.c (options): Likewise.
30772 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
30774         [BZ #14812]
30775         * iconv/iconv_prog.c (options): Put N_ translation marker
30776         on argument names, not just descriptions.
30777         * iconv/iconvconfig.c (options): Likewise.
30779 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
30781         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
30782         implementation which is faster on all x86_64 architectures.
30783         Tested on AMD, Intel Nehalem, SNB, IVB.
30784         * sysdeps/x86_64/strnlen.S: Likewise.
30786         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
30787         Remove all multiarch strlen and strnlen versions.
30788         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
30789         Remove strlen and strnlen related parts.
30791         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
30792         Inline strlen part.
30793         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
30795         * sysdeps/x86_64/multiarch/strlen.S: Remove.
30796         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
30797         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
30798         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
30799         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
30800         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
30802 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
30804         * manual/memory.texi (Malloc Tunable Parameters):
30805         Sort parameters alphabetically. Add comments for missing entries.
30807 2013-03-17  David S. Miller  <davem@davemloft.net>
30809         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30811 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
30813         [BZ #15283]
30814         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
30815         for arguments at most half maximum finite value.
30816         * math/libm-test.inc (j0_test): Add more tests.
30817         (j1_test): Likewise.
30818         (y0_test): Likewise.
30819         (y1_test): Likewise.
30820         * sysdeps/i386/fpu/libm-test-ulps: Update.
30821         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30823         [BZ #14155]
30824         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
30825         1 / x and functions P and Q for arguments above 0x1p256L.
30826         (__ieee754_y0l): Likewise.
30827         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
30828         (__ieee754_y1l): Likewise.
30829         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
30830         (j1_test): Likewise.
30831         (y0_test): Likewise.
30832         (y1_test): Likewise.
30834 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
30836         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
30837         variable.
30839 2013-03-15  Roland McGrath  <roland@hack.frob.com>
30841         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
30842         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
30843         zero since it's initialized to EXEC_PAGESIZE.
30845         * sysdeps/unix/sysv/linux/ldsodefs.h
30846         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
30847         * sysdeps/generic/ldsodefs.h: ... here.
30849 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
30851         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
30853         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
30854         math/test-snan.c.
30855         * math/test-snan.c: Renamed from
30856         sysdeps/powerpc/fpu/test-powerpc-snan.c.
30857         * math/Makefile (tests): Add test-snan.
30858         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
30859         test-powerpc-snan.
30861         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
30862         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
30863         functions.
30864         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
30865         __builtin_nan family of functions.
30866         * math/libm-test.inc (initialize): Initialize qnan_value with
30867         __builtin_nan family of functions.
30868         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
30869         Remove variables.
30870         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
30871         Remove functions.
30872         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
30873         storage class.  Initialize qNaN_var and sNaN_var with
30874         __builtin_nan and __builtin_nans families of functions,
30875         respectively.
30877         * math/libm-test.inc (acosh_test): Also test with qNaN input.
30878         (sqrt_test): Remove duplicate test with qNaN input.
30879         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
30880         (round_test, signbit_test, significand_test): Note missing +/-Inf
30881         as well as qNaN tests.
30883         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
30884         qNaN_var.  Fix a few strings, too.
30885         * math/libm-test.inc (nan_value): Rename to qnan_value.
30886         * math/gen-libm-test.pl (%beautify): Adjust to that.
30887         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
30888         * math/test-misc.c (main): Likewise.
30889         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
30890         to __qnan_bytes, and __qnan_union, respectively.
30891         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
30892         Likewise.
30893         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
30894         and lqnanval, respectively.
30895         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
30896         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
30897         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
30898         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
30900         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
30901         * math/test-misc.c (main) [__x86_64__]: Enable test for long
30902         doubles.
30904         * math/test-misc.c (main): Fix copy'n'pastos.
30905         * misc/tst-efgcvt.c (special): Likewise.
30907         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
30908         Remove declarations.
30910 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
30912         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
30913         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
30914         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
30915         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
30917 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30919         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
30920         macro to return vdso values correctly in IFUNC implementations.
30921         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
30922         Optimization by using IFUNC.
30924 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
30925             Richard Henderson  <rth@redhat.com>
30926             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
30928         * Makefile.in (bench): New target.
30929         * NEWS: Mention the benchmark framework.
30930         * Rules (bench): Likewise.
30931         (binaries-bench): Generate binaries for functions to
30932         benchmark.
30933         * benchtests/Makefile: New makefile for benchmark tests.
30934         * benchtests/bench-skeleton.c: New skeleton file for benchmark
30935         programs.
30936         * benchtests/exp-inputs: New input file for EXP function.
30937         * benchtests/pow-inputs: New input file for POW function.
30938         * scripts/bench.pl: New script to generate source files for
30939         benchmark programs.
30941 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
30943         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
30944         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
30945         computations on mantissa.  Use macros for rounding and
30946         division.
30947         (denorm): Likewise.
30948         (__dbl_mp): Likewise.
30949         (add_magnitudes): Likewise.
30950         (sub_magnitudes): Likewise.
30951         (__mul): Likewise.
30952         (__sqr): Likewise.
30953         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
30954         powers of two in terms of TWOPOW macro.
30955         (mp_no): Make type of mantissa as MANTISSA_T.
30956         [!RADIXI]: Define RADIXI.
30957         [!TWO52]: Define TWO52.
30958         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
30960         * manual/nptl.texi (cindex): Modify threads to pthreads.
30962 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
30964         * sysdeps/x86_64/preconfigure: Regenerated.
30966 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
30968         [BZ #14155]
30969         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
30970         0x1p28 and above.
30971         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
30972         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
30973         0x1p28 and above.
30974         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
30975         * math/libm-test.inc (j0_test): Do not allow one spurious
30976         underflow exception.
30977         (y1_test): Likewise.
30979 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
30981         * manual/Makefile (chapters): Add nptl.
30982         * manual/debug.texi (Debugging Support): Add link to Threads
30983         chapter.
30984         * manual/nptl.texi: New file.
30986         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
30988 2013-03-14  Petr Baudis  <pasky@ucw.cz>
30990         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
30991         for non-NULL pointer before the memory validity test. Pointed
30992         out by Holger Brunck <holger.brunck@keymile.com>.
30994 2013-03-13  Andreas Schwab  <schwab@suse.de>
30996         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
30997         instead of .os.
30999 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
31001         * timezone/zic.c: Update from tzcode 2013b.
31003 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
31005         * manual/install.texi (Configuring and compiling):
31006         Mention i686 and i586.
31007         * INSTALL: Regenerate.
31009 2013-03-12  Roland McGrath  <roland@hack.frob.com>
31011         * sysdeps/init_array/elf-init.c: New file.
31012         * csu/elf-init.c
31013         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
31014         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
31016         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
31017         __gmon_start__ as global, but as static with a .preinit_array pointer.
31018         * sysdeps/init_array/gmon-start.c: New file.  Use that.
31019         * sysdeps/init_array/crti.S: New file, empty except for comments.
31020         * sysdeps/init_array/crtn.S: Likewise.
31022 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
31024         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
31025         definining bcopy.
31026         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
31027         Remove Prefer_SSE_for_memop.
31028         * sysdeps/x86_64/multiarch/init-arch.h: Remove
31029         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
31030         HAS_PREFER_SSE_FOR_MEMOP.
31031         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
31032         memset-x86-64.
31033         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
31034         Remove bzero, memset ifunc support.
31035         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
31036         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
31037         * sysdeps/x86_64/multiarch/memset.S: Likewise.
31038         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
31040 2013-03-11  Andreas Schwab  <schwab@suse.de>
31042         [BZ #15234]
31043         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
31044         by SHLIB_COMPAT.
31045         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
31046         (GLIBC_2.16): Remove pthread_atfork.
31048 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
31050         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
31051         (ptestcases.h): Likewise.
31053 2013-03-08  Roland McGrath  <roland@hack.frob.com>
31055         * Makeconfig ($(common-objpfx)config.status): Depend on
31056         sysdeps/*/preconfigure{,.in} too.
31058 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
31060         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
31061         (__free_hook): Use void * instead of __malloc_ptr_t.
31062         (__malloc_hook): Likewise.
31063         (__realloc_hook): Likewise.
31064         (__memalign_hook): Likewise.
31065         (__after_morecore_hook): Likewise.
31066         * malloc/arena.c (save_malloc_hook): Likewise.
31067         (save_free_hook): Likewise.
31068         * malloc/hooks.c (malloc_hook_ini): Likewise.
31069         (realloc_hook_ini): Likewise.
31070         (memalign_hook_ini): Likewise.
31071         * malloc/malloc.c (malloc_hook_ini): Likewise.
31072         (realloc_hook_ini): Likewise.
31073         (memalign_hook_ini): Likewise.
31074         (__free_hook): Likewise.
31075         (__malloc_hook): Likewise.
31076         (__realloc_hook): Likewise.
31077         (__memalign_hook): Likewise.
31078         (__libc_malloc): Likewise.
31079         (__libc_free): Likewise.
31080         (__libc_realloc): Likewise.
31081         (__libc_memalign): Likewise.
31082         (__libc_valloc): Likewise.
31083         (__libc_pvalloc): Likewise.
31084         (__libc_calloc): Likewise.
31085         (__posix_memalign): Likewise.
31086         * malloc/morecore.c (__sbrk): Likewise.
31087         (__default_morecore): Likewise.
31089         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
31091         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
31092         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
31093         __malloc_ptrdiff_t.
31095         * malloc/malloc.h (__malloc_size_t): Remove macro.
31096         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
31097         __malloc_size_t.
31098         (old_memalign_hook): Likewise.
31099         (old_realloc_hook): Likewise.
31100         (struct hdr): Likewise.
31101         (flood): Likewise.
31102         (mallochook): Likewise.
31103         (memalignhook): Likewise.
31104         (reallochook): Likewise.
31105         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
31106         (tr_old_realloc_hook): Likewise.
31107         (tr_old_memalign_hook): Likewise.
31108         (tr_mallochook): Likewise.
31109         (tr_reallochook): Likewise.
31110         (tr_memalignhook): Likewise.
31112 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31114         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
31115         default_ldbl_pack and using as default implementation.
31116         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
31117         implementation.
31118         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
31119         redundant definition.
31120         (ldbl_insert_mantissa): Likewise.
31121         (ldbl_canonicalize): Likewise.
31122         (ldbl_nearbyint): Likewise.
31123         (ldbl_pack): Rename to ldbl_pack_ppc.
31124         (ldbl_unpack): Rename to ldbl_unpack_ppc.
31125         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
31126         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
31128 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
31130         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
31131         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
31132         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
31133         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
31134         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
31135         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
31136         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
31137         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
31139 2013-03-07  Andreas Jaeger  <aj@suse.de>
31141         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
31142         bits/mman-linux.h.
31144 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
31146         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
31147         Include mpa.h and declare __MPEXP.
31148         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
31149         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
31150         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
31151         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
31152         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
31153         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
31154         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
31156         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
31157         (__slowpow): Use long double EXPL and LOGL functions to
31158         compute POW.
31159         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
31160         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
31161         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
31162         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
31163         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
31164         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
31166         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
31167         intermediate variable to calculate exponent.
31168         (__sqr): Likewise.
31169         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
31170         Likewise.
31171         (__sqr): Likewise.
31173         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
31174         [!NO__SQR]: Define __sqr.
31175         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
31176         and NO__SQR.  Remove all code except __mul and __sqr.  Include
31177         sysdeps/ieee754/dbl-64/mpa.c.
31178         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
31180         [BZ #12723]
31181         * posix/Makefile (tests): Add tst-pathconf.
31182         * posix/tst-pathconf.c: New test case.
31183         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
31184         _PC_PIPE_BUF.
31185         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
31187 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
31189         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
31191 2013-03-06  Andreas Jaeger  <aj@suse.de>
31193         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
31194         definition via __MAP_ANONYMOUS.
31196         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
31197         it's not part of Linux headers.
31199         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
31200         (MAP_HUGE_MASK): Define.
31202         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
31203         Define.
31204         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
31205         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
31206         Define.
31207         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
31208         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
31209         Define.
31210         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
31211         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
31212         Define.
31213         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
31215         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
31216         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
31217         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
31218         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
31219         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
31220         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
31222         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
31223         Handle f2fs.
31225         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
31226         Handle f2fs and efivarfs.
31228         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
31229         f2fs.
31231         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
31232         (EFIVARFS_MAGIC): Add.
31233         (F2FS_LINK_MAX): Add.
31235 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
31237         * stdio-common/vfprintf.c: Replace __builtin_expect with
31238         __glibc_unlikely.
31240 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
31242         [BZ #13550]
31243         * sysdeps/generic/bp-sym.h: Remove file.
31244         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
31245         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
31246         <bp-sym.h> and <bp-asm.h>.
31247         (__longjmp): Don't use BP_SYM.
31248         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
31249         and <bp-asm.h>.
31250         (memcpy): Don't use BP_SYM.
31251         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
31252         <bp-sym.h> and <bp-asm.h>.
31253         (memcpy): Don't use BP_SYM.
31254         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
31255         <bp-asm.h>.
31256         (memcpy): Don't use BP_SYM.
31257         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
31258         <bp-asm.h>.
31259         (memset): Don't use BP_SYM.
31260         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
31261         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
31262         (__bzero): Don't use BP_SYM.
31263         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
31264         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
31265         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
31266         <bp-sym.h> and <bp-asm.h>.
31267         (memcmp): Don't use BP_SYM.  Remove comment about bounded
31268         pointers.
31269         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
31270         <bp-sym.h> and <bp-asm.h>.
31271         (memcpy): Don't use BP_SYM.
31272         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
31273         <bp-sym.h> and <bp-asm.h>.
31274         (memset): Don't use BP_SYM.
31275         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
31276         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
31277         (__bzero): Don't use BP_SYM.
31278         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
31279         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
31280         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
31281         <bp-sym.h> and <bp-asm.h>.
31282         (strncmp): Don't use BP_SYM.  Remove comment about bounded
31283         pointers.
31284         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
31285         <bp-sym.h> and <bp-asm.h>.
31286         (memcpy): Don't use BP_SYM.
31287         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
31288         <bp-sym.h> and <bp-asm.h>.
31289         (memset): Don't use BP_SYM.
31290         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
31291         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
31292         (__bzero): Don't use BP_SYM.
31293         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
31294         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
31295         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
31296         <bp-sym.h> and <bp-asm.h>.
31297         (__memchr): Don't use BP_SYM.
31298         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
31299         <bp-sym.h> and <bp-asm.h>.
31300         (memcmp): Don't use BP_SYM.  Remove comment about bounded
31301         pointers.
31302         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
31303         <bp-sym.h> and <bp-asm.h>.
31304         (memcpy): Don't use BP_SYM.
31305         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
31306         <bp-sym.h> and <bp-asm.h>.
31307         (__mempcpy): Don't use BP_SYM.
31308         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
31309         <bp-sym.h> and <bp-asm.h>.
31310         (__memrchr): Don't use BP_SYM.
31311         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
31312         <bp-sym.h> and <bp-asm.h>.
31313         (memset): Don't use BP_SYM.
31314         (__bzero): Likewise.
31315         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
31316         <bp-sym.h> and <bp-asm.h>.
31317         (__rawmemchr): Don't use BP_SYM.
31318         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
31319         <bp-sym.h> and <bp-asm.h>.
31320         (__STRCMP): Don't use BP_SYM.
31321         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
31322         <bp-sym.h> and <bp-asm.h>.
31323         (strchr): Don't use BP_SYM.
31324         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
31325         <bp-sym.h> and <bp-asm.h>.
31326         (__strchrnul): Don't use BP_SYM.
31327         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
31328         <bp-sym.h> and <bp-asm.h>.
31329         (strlen): Don't use BP_SYM.
31330         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
31331         <bp-sym.h> and <bp-asm.h>.
31332         (strncmp): Don't use BP_SYM.  Remove comment about bounded
31333         pointers.
31334         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
31335         <bp-sym.h> and <bp-asm.h>.
31336         (__strnlen): Don't use BP_SYM.
31337         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
31338         <bp-sym.h> and <bp-asm.h>.
31339         (__GI__setjmp): Don't use BP_SYM.
31340         (_setjmp): Likewise.
31341         (__sigsetjmp): Likewise.
31342         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
31343         (L(start_addresses)): Don't use BP_SYM.
31344         (_start): Likewise.
31345         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
31346         <bp-asm.h>.
31347         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
31348         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
31349         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
31350         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
31351         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
31352         <bp-asm.h>.
31353         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
31354         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
31355         about bounded pointers.
31356         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
31357         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
31358         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
31359         <bp-asm.h>.
31360         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
31361         about bounded pointers.  Remove GKM FIXME comments.
31362         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
31363         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
31364         <bp-asm.h>.
31365         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
31366         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
31367         Remove GKM FIXME comments.
31368         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
31369         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
31370         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
31371         <bp-asm.h>.
31372         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
31373         about bounded pointers.  Remove GKM FIXME comment.
31374         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
31375         and <bp-asm.h>.
31376         (strncmp): Don't use BP_SYM.  Remove comment about bounded
31377         pointers.
31378         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
31379         <bp-sym.h> and <bp-asm.h>.
31380         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
31381         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
31382         <bp-sym.h> and <bp-asm.h>.
31383         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
31384         comment.
31386 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
31388         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
31389         call free(NULL).
31391 2013-03-05  David S. Miller  <davem@davemloft.net>
31393         * po/es.po: Update from translation team.
31395 2013-03-05  Andreas Jaeger  <aj@suse.de>
31397         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
31398         <bits/mman-linux.h>.
31399         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
31400         is fine.
31401         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
31402         <bits/mman-linux.h> to end of file.
31403         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
31404         is fine.
31405         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
31406         <bits/mman-linux.h> to end of file.
31407         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
31408         is fine.
31409         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
31410         <bits/mman-linux.h> to end of file.
31412         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
31413         (MCL_CURRENT, MCL_FUTURE): Define here.
31415 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31417         [BZ #15232]
31418         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
31419         attribute_hidden.
31420         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
31422 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31424         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
31425         fourth parameter needed for rt_sigprocmask syscall.
31426         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
31427         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
31428         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
31429         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
31430         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
31431         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
31433 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
31435         [BZ #13550]
31436         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
31437         comment about bounded pointers.
31438         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
31439         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
31441 2013-03-04  Andreas Jaeger  <aj@suse.de>
31443         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
31444         common definitions.
31446         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
31447         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
31448         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
31449         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
31450         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
31451         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
31453 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31455         [BZ #15055]
31456         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
31457         __ieee754_sqrl instead of __sqrl.
31459 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
31461         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
31462         * sysdeps/powerpc/fpu_control.h: ... here.
31463         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
31464         * sysdeps/powerpc/bits/fenvinline.h: ... here.
31465         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
31466         * sysdeps/powerpc/bits/mathinline.h: ... here.
31468 2013-03-01  Roland McGrath  <roland@hack.frob.com>
31470         * elf/dl-hwcaps.c (_dl_important_hwcaps):
31471         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
31472         to just [NEED_DL_SYSINFO_DSO].
31473         * elf/dl-support.c: Likewise.
31474         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
31475         * elf/rtld.c (dl_main): Likewise.
31476         * elf/setup-vdso.h (setup_vdso): Likewise.
31477         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
31478         * sysdeps/unix/sysv/linux/dl-sysdep.c
31479         (_dl_discover_osversion): Likewise.
31481 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
31483         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
31484         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
31486 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
31488         * NEWS: Mention libm performance improvements and non-x86 PI
31489         futex support.
31491         * csu/libc-start.c (__pthread_initialize_minimal): Change
31492         function arguments.
31493         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
31495 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
31497         [BZ #13550]
31498         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
31499         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
31500         <bp-sym.h> and <bp-asm.h>.
31501         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
31502         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
31503         and <bp-asm.h>.
31504         (memcpy): Don't use BP_SYM.
31505         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
31506         <bp-asm.h>.
31507         (__mpn_add_n): Don't use BP_SYM.
31508         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
31509         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
31510         and <bp-asm.h>.
31511         (__mpn_addmul_1): Don't use BP_SYM.
31512         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31513         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
31514         <bp-sym.h>.
31515         (_setjmp): Don't use BP_SYM.
31516         (__novmx_setjmp): Likewise.
31517         (__GI__setjmp): Likewise.
31518         (__vmx_setjmp): Likewise.
31519         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
31520         <bp-sym.h>.
31521         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
31522         (__bzero): Don't use BP_SYM.
31523         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
31524         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
31525         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
31526         <bp-sym.h> and <bp-asm.h>.
31527         (memcpy): Don't use BP_SYM.
31528         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
31529         <bp-sym.h> and <bp-asm.h>.
31530         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
31531         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
31532         <bp-sym.h> and <bp-asm.h>.
31533         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
31534         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
31535         <bp-asm.h>.
31536         (__mpn_lshift): Don't use BP_SYM.
31537         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
31538         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
31539         <bp-asm.h>.
31540         (memset): Don't use BP_SYM.
31541         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
31542         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
31543         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
31544         <bp-asm.h>.
31545         (__mpn_mul_1): Don't use BP_SYM.
31546         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31547         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
31548         <bp-sym.h> and <bp-asm.h>.
31549         (memcmp): Don't use BP_SYM.
31550         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
31551         <bp-sym.h> and <bp-asm.h>.
31552         (memcpy): Don't use BP_SYM.
31553         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
31554         <bp-sym.h> and <bp-asm.h>.
31555         (memset): Don't use BP_SYM.
31556         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
31557         <bp-sym.h> and <bp-asm.h>.
31558         (strncmp): Don't use BP_SYM.
31559         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
31560         <bp-sym.h> and <bp-asm.h>.
31561         (memcpy): Don't use BP_SYM.
31562         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
31563         <bp-sym.h> and <bp-asm.h>.
31564         (memset): Don't use BP_SYM.
31565         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
31566         <bp-sym.h> and <bp-asm.h>.
31567         (__memchr): Don't use BP_SYM.
31568         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
31569         <bp-sym.h> and <bp-asm.h>.
31570         (memcmp): Don't use BP_SYM.
31571         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
31572         <bp-sym.h> and <bp-asm.h>.
31573         (memcpy): Don't use BP_SYM.
31574         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
31575         <bp-sym.h> and <bp-asm.h>.
31576         (__mempcpy): Don't use BP_SYM.
31577         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
31578         <bp-sym.h> and <bp-asm.h>.
31579         (__memrchr): Don't use BP_SYM.
31580         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
31581         <bp-sym.h> and <bp-asm.h>.
31582         (memset): Don't use BP_SYM.
31583         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
31584         <bp-sym.h> and <bp-asm.h>.
31585         (__rawmemchr): Don't use BP_SYM.
31586         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
31587         <bp-sym.h> and <bp-asm.h>.
31588         (__STRCMP): Don't use BP_SYM.
31589         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
31590         <bp-sym.h> and <bp-asm.h>.
31591         (strchr): Don't use BP_SYM.
31592         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
31593         <bp-sym.h> and <bp-asm.h>.
31594         (__strchrnul): Don't use BP_SYM.
31595         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
31596         <bp-sym.h> and <bp-asm.h>.
31597         (strlen): Don't use BP_SYM.
31598         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
31599         <bp-sym.h> and <bp-asm.h>.
31600         (strncmp): Don't use BP_SYM.
31601         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
31602         <bp-sym.h> and <bp-asm.h>.
31603         (__strnlen): Don't use BP_SYM.
31604         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
31605         <bp-asm.h>.
31606         (__mpn_rshift): Don't use BP_SYM.
31607         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
31608         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
31609         <bp-sym.h> and <bp-asm.h>.
31610         (__sigsetjmp): Don't use BP_SYM.
31611         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
31612         (L(start_addresses)): Don't use BP_SYM.
31613         (_start): Likewise.
31614         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
31615         <bp-asm.h>.
31616         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
31617         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
31618         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
31619         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
31620         <bp-asm.h>.
31621         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
31622         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
31623         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
31624         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
31625         <bp-asm.h>.
31626         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
31627         comments.
31628         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
31629         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
31630         <bp-asm.h>.
31631         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
31632         FIXME comments.
31633         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
31634         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
31635         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
31636         <bp-asm.h>.
31637         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
31638         comment.
31639         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
31640         and <bp-asm.h>.
31641         (strncmp): Don't use BP_SYM,
31642         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
31643         <bp-asm.h>.
31644         (__mpn_sub_n): Don't use BP_SYM.
31645         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
31646         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
31647         and <bp-asm.h>.
31648         (__mpn_submul_1): Don't use BP_SYM.
31649         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31650         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
31651         <bp-sym.h> and <bp-asm.h>.
31652         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
31653         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
31654         <bp-sym.h> and <bp-asm.h>.
31655         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
31656         comment.
31658 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
31660         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
31661         Use ZK to minimize writes to Z.
31662         (sub_magnitudes): Simplify code a bit.
31663         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
31664         Use ZK to minimize writes to Z.
31665         (sub_magnitudes): Simplify code a bit.
31667 2013-02-27  Roland McGrath  <roland@hack.frob.com>
31669         * csu/gmon-start.c: Add special exception to license text.
31671 2013-02-27  Richard Henderson  <rth@redhat.com>
31673         * scripts/config.guess: Update from config.git.
31674         * scripts/config.sub: Likewise.
31676 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
31678         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
31680         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
31682         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
31684         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
31686         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
31688 2013-02-26  Roland McGrath  <roland@hack.frob.com>
31690         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
31691         [$(build-shared = yes].
31693 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
31695         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
31696         (__mul): Reduce iterations for calculating mantissa.
31698         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
31699         MPTWO.
31700         (__mpranred): Likewise.
31702         [BZ #15160]
31703         * malloc/memusagestat.c (main): Draw graphs for heap and stack
31704         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
31706 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
31708         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
31709         Define __attribute__.
31711 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
31713         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
31714         unused.
31715         * posix/regex_internal.h (__attribute): Remove.
31716         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
31717         (re_string_context_at): Likewise.
31718         (bitset_not): Use __attribute__ and mark function as possibly
31719         unused.
31720         (bitset_merge): Likewise.
31721         (bitset_mask): Likewise.
31722         (re_string_char_size_at): Likewise.
31723         (re_string_wchar_at): Likewise.
31724         (re_string_elem_size_at): Likewise.
31726 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
31728         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
31729         code.
31730         (cc32): Likewise.
31732         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
31733         (__acr): Likewise.
31734         (__cpy): Likewise.
31735         (norm): Likewise.
31736         (denorm): Likewise.
31737         (__dbl_mp): Likewise.
31738         (add_magnitudes): Likewise.
31739         (sub_magnitudes): Likewise.
31740         (__mul): Likewise.
31741         (__inv): Likewise.
31743         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
31744         style.
31746         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
31747         style.
31749         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
31750         code.
31752         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
31753         up changes with default code.
31754         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
31755         Likewise.
31757 2013-02-24  Allan McRae  <allan@archlinux.org>
31759         * manual/socket.texi (The Internet Namespace): Order menu items
31760         to match that in the file.
31762         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
31763         node listing of the info page menu.
31765 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
31767         [BZ #13550]
31768         * sysdeps/i386/bp-asm.h: Remove file.
31769         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
31770         (PARMS): Do not use macros from bp-asm.h.
31771         (S1): Likewise.
31772         (S2): Likewise.
31773         (SIZE): Likewise.
31774         (__mpn_add_n): Do not use BP_SYM
31775         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
31776         "bp-asm.h".
31777         (PARMS): Do not use macros from bp-asm.h.
31778         (S1): Likewise.
31779         (SIZE): Likewise.
31780         (__mpn_addmul_1): Do not use BP_SYM
31781         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
31782         "bp-asm.h".
31783         (PARMS): Do not use macros from bp-asm.h.
31784         (SIGMSK): Likewise.
31785         (_setjmp): Likewise.  Do not use BP_SYM.
31786         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
31787         "bp-asm.h".
31788         (PARMS): Do not use macros from bp-asm.h.
31789         (SIGMSK): Likewise.
31790         (setjmp): Likewise.  Do not use BP_SYM.
31791         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
31792         "bp-asm.h".
31793         (PARMS): Do not use macros from bp-asm.h.
31794         (__frexp): Do not use BP_SYM.
31795         (frexp): Likewise.
31796         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
31797         "bp-asm.h".
31798         (PARMS): Do not use macros from bp-asm.h.
31799         (__frexpf): Do not use BP_SYM.
31800         (frexpf): Likewise.
31801         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
31802         "bp-asm.h".
31803         (PARMS): Do not use macros from bp-asm.h.
31804         (__frexpl): Do not use BP_SYM.
31805         (frexpl): Likewise.
31806         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
31807         "bp-asm.h".
31808         (PARMS): Do not use macros from bp-asm.h.
31809         (__remquo): Do not use BP_SYM.
31810         (remquo): Likewise.
31811         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
31812         "bp-asm.h".
31813         (PARMS): Do not use macros from bp-asm.h.
31814         (__remquof): Do not use BP_SYM.
31815         (remquof): Likewise.
31816         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
31817         "bp-asm.h".
31818         (PARMS): Do not use macros from bp-asm.h.
31819         (__remquol): Do not use BP_SYM.
31820         (remquol): Likewise.
31821         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
31822         "bp-asm.h".
31823         (PARMS): Do not use macros from bp-asm.h.
31824         (DEST): Likewise.
31825         (SRC): Likewise.
31826         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
31827         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
31828         "bp-asm.h".
31829         (PARMS): Do not use macros from bp-asm.h.
31830         (strlen): Do not use BP_SYM.
31831         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
31832         "bp-asm.h".
31833         (PARMS): Do not use macros from bp-asm.h.
31834         (S1): Likewise.
31835         (S2): Likewise.
31836         (SIZE): Likewise.
31837         (__mpn_add_n): Do not use BP_SYM.
31838         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
31839         "bp-asm.h".
31840         (PARMS): Do not use macros from bp-asm.h.
31841         (S1): Likewise.
31842         (SIZE): Likewise.
31843         (__mpn_addmul_1): Do not use BP_SYM.
31844         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
31845         weak_alias.
31846         (bzero): Likewise.
31847         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
31848         "bp-asm.h".
31849         (PARMS): Do not use macros from bp-asm.h.
31850         (S): Likewise.
31851         (SIZE): Likewise.
31852         (__mpn_lshift): Do not use BP_SYM.
31853         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
31854         "bp-asm.h".
31855         (PARMS): Do not use macros from bp-asm.h.
31856         (DEST): Likewise.
31857         (SRC): Likewise.
31858         (LEN): Likewise.
31859         (memcpy): Likewise.  Do not use BP_SYM.
31860         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
31861         libc_hidden_def and weak_alias.
31862         (mempcpy): Do not use BP_SYM in weak_alias.
31863         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
31864         "bp-asm.h".
31865         (PARMS): Do not use macros from bp-asm.h.
31866         (DEST): Likewise.
31867         (LEN): Likewise.
31868         [!BZERO_P] (CHR): Likewise.
31869         (memset): Likewise.  Do not use BP_SYM.
31870         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
31871         "bp-asm.h".
31872         (PARMS): Do not use macros from bp-asm.h.
31873         (S1): Likewise.
31874         (SIZE): Likewise.
31875         (__mpn_mul_1): Do not use BP_SYM.
31876         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
31877         "bp-asm.h".
31878         (PARMS): Do not use macros from bp-asm.h.
31879         (S): Likewise.
31880         (SIZE): Likewise.
31881         (__mpn_rshift): Do not use BP_SYM.
31882         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
31883         "bp-asm.h".
31884         (PARMS): Do not use macros from bp-asm.h.
31885         (STR): Likewise.
31886         (CHR): Likewise.
31887         (strchr): Likewise.  Do not use BP_SYM.
31888         (index): Do not use BP_SYM in weak_alias.
31889         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
31890         "bp-asm.h".
31891         (PARMS): Do not use macros from bp-asm.h.
31892         (DEST): Likewise.
31893         (SRC): Likewise.
31894         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
31895         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
31896         "bp-asm.h".
31897         (PARMS): Do not use macros from bp-asm.h.
31898         (strlen): Do not use BP_SYM.
31899         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
31900         "bp-asm.h".
31901         (PARMS): Do not use macros from bp-asm.h.
31902         (S1): Likewise.
31903         (S2): Likewise.
31904         (SIZE): Likewise.
31905         (__mpn_sub_n): Do not use BP_SYM.
31906         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
31907         "bp-asm.h".
31908         (PARMS): Do not use macros from bp-asm.h.
31909         (S1): Likewise.
31910         (SIZE): Likewise.
31911         (__mpn_submul_1): Do not use BP_SYM.
31912         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
31913         "bp-asm.h".
31914         (PARMS): Do not use macros from bp-asm.h.
31915         (S1): Likewise.
31916         (S2): Likewise.
31917         (SIZE): Likewise.
31918         (__mpn_add_n): Do not use BP_SYM.
31919         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
31920         weak_alias.
31921         (bzero): Likewise.
31922         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
31923         "bp-asm.h".
31924         (PARMS): Do not use macros from bp-asm.h.
31925         (BLK2): Likewise.
31926         (LEN): Likewise.
31927         (memcmp): Do not use BP_SYM.
31928         (bcmp): Do not use BP_SYM in weak_alias.
31929         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
31930         "bp-asm.h".
31931         (PARMS): Do not use macros from bp-asm.h.
31932         (DEST): Likewise.
31933         (SRC): Likewise.
31934         (LEN): Likewise.
31935         (memcpy): Likewise.  Do not use BP_SYM.
31936         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
31937         "bp-asm.h".
31938         (PARMS): Do not use macros from bp-asm.h.
31939         (DEST): Likewise.
31940         (SRC): Likewise.
31941         (LEN): Likewise.
31942         (memmove): Likewise.  Do not use BP_SYM.
31943         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
31944         "bp-asm.h".
31945         (PARMS): Do not use macros from bp-asm.h.
31946         (DEST): Likewise.
31947         (SRC): Likewise.
31948         (LEN): Likewise.
31949         (__mempcpy): Likewise.  Do not use BP_SYM.
31950         (mempcpy): Do not use BP_SYM in weak_alias.
31951         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
31952         "bp-asm.h".
31953         (PARMS): Do not use macros from bp-asm.h.
31954         (DEST): Likewise.
31955         (LEN): Likewise.
31956         [!BZERO_P] (CHR): Likewise.
31957         (memset): Likewise.  Do not use BP_SYM.
31958         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
31959         "bp-asm.h".
31960         (PARMS): Do not use macros from bp-asm.h.
31961         (STR2): Likewise.
31962         (strcmp): Do not use BP_SYM.
31963         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
31964         "bp-asm.h".
31965         (PARMS): Do not use macros from bp-asm.h.
31966         (STR): Likewise.
31967         (DELIM): Likewise.
31968         [USE_AS_STRTOK_R] (SAVE): Likewise.
31969         (FUNCTION): Likewise.  Do not use BP_SYM.
31970         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
31971         aliases.
31972         (strtok_r): Likewise.
31973         (__GI___strtok_r): Likewise.
31974         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
31975         (PARMS): Do not use macros from bp-asm.h.
31976         (S): Likewise.
31977         (SIZE): Likewise.
31978         (__mpn_lshift): Do not use BP_SYM.
31979         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
31980         (PARMS): Do not use macros from bp-asm.h.
31981         (STR): Likewise.
31982         (CHR): Likewise.
31983         (__memchr): Do not use BP_SYM.
31984         (memchr): Do not use BP_SYM in weak_alias.
31985         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
31986         (PARMS): Do not use macros from bp-asm.h.
31987         (BLK2): Likewise.
31988         (LEN): Likewise.
31989         (memcmp): Do not use BP_SYM.
31990         (bcmp): Do not use BP_SYM in weak_alias.
31991         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
31992         (PARMS): Do not use macros from bp-asm.h.
31993         (S1): Likewise.
31994         (SIZE): Likewise.
31995         (__mpn_mul_1): Do not use BP_SYM.
31996         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
31997         "bp-asm.h".
31998         (PARMS): Do not use macros from bp-asm.h.
31999         (STR): Likewise.
32000         (CHR): Likewise.
32001         (__rawmemchr): Do not use BP_SYM.
32002         (rawmemchr): Do not use BP_SYM in weak_alias.
32003         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
32004         (PARMS): Do not use macros from bp-asm.h.
32005         (S): Likewise.
32006         (SIZE): Likewise.
32007         (__mpn_rshift): Do not use BP_SYM.
32008         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
32009         (PARMS): Do not use macros from bp-asm.h.
32010         (SIGMSK): Likewise.
32011         (__sigsetjmp): Likewise.  Do not use BP_SYM.
32012         * sysdeps/i386/start.S: Do not include "bp-sym.h".
32013         (_start): Do not use BP_SYM.
32014         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
32015         (PARMS): Do not use macros from bp-asm.h.
32016         (DEST): Likewise.
32017         (SRC): Likewise.
32018         (__stpcpy): Likewise.  Do not use BP_SYM.
32019         (stpcpy): Do not use BP_SYM in weak_alias.
32020         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
32021         "bp-asm.h".
32022         (PARMS): Do not use macros from bp-asm.h.
32023         (DEST): Likewise.
32024         (SRC): Likewise.
32025         (LEN): Likewise.
32026         (__stpncpy): Likewise.  Do not use BP_SYM.
32027         (stpncpy): Do not use BP_SYM in weak_alias.
32028         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
32029         (PARMS): Do not use macros from bp-asm.h.
32030         (STR): Likewise.
32031         (CHR): Likewise.
32032         (strchr): Likewise.  Do not use BP_SYM.
32033         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
32034         "bp-asm.h".
32035         (PARMS): Do not use macros from bp-asm.h.
32036         (STR): Likewise.
32037         (CHR): Likewise.
32038         (__strchrnul): Likewise.  Do not use BP_SYM.
32039         (strchrnul): Do not use BP_SYM in weak_alias.
32040         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
32041         "bp-asm.h".
32042         (PARMS): Do not use macros from bp-asm.h.
32043         (STOP): Likewise.
32044         (strcspn): Do not use BP_SYM.
32045         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
32046         "bp-asm.h".
32047         (PARMS): Do not use macros from bp-asm.h.
32048         (STR): Likewise.
32049         (STOP): Likewise.
32050         (strpbrk): Likewise.  Do not use BP_SYM.
32051         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
32052         "bp-asm.h".
32053         (PARMS): Do not use macros from bp-asm.h.
32054         (STR): Likewise.
32055         (CHR): Likewise.
32056         (strrchr): Likewise.  Do not use BP_SYM.
32057         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
32058         (PARMS): Do not use macros from bp-asm.h.
32059         (SKIP): Likewise.
32060         (strspn): Do not use BP_SYM.
32061         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
32062         (PARMS): Do not use macros from bp-asm.h.
32063         (STR): Likewise.
32064         (DELIM): Likewise.
32065         (SAVE): Likewise.
32066         (FUNCTION): Likewise.  Do not use BP_SYM.
32067         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
32068         aliases.
32069         (strtok_r): Likewise.
32070         (__GI___strtok_r): Likewise.
32071         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
32072         (PARMS): Do not use macros from bp-asm.h.
32073         (S1): Likewise.
32074         (S2): Likewise.
32075         (SIZE): Likewise.
32076         (__mpn_sub_n): Do not use BP_SYM.
32077         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
32078         "bp-asm.h".
32079         (PARMS): Do not use macros from bp-asm.h.
32080         (S1): Likewise.
32081         (SIZE): Likewise.
32082         (__mpn_submul_1): Do not use BP_SYM.
32083         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
32084         <bp-sym.h>.
32085         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
32086         and <bp-asm.h>.
32087         (PARMS): Do not use macros from bp-asm.h.
32088         (FLAGS): Likewise.
32089         (PTID): Likewise.
32090         (TLS): Likewise.
32091         (CTID): Likewise.
32092         (__clone): Do not use BP_SYM.
32093         (clone): Do not use BP_SYM in weak_alias.
32094         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
32095         and <bp-asm.h>.
32096         (PARMS): Do not use macros from bp-asm.h.
32097         (LEN): Likewise.
32098         (__mmap64): Do not use BP_SYM.
32099         (mmap64): Do not use BP_SYM in weak_alias.
32100         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
32101         <bp-sym.h> and <bp-asm.h>.
32102         (PARMS): Do not use macros from bp-asm.h.
32103         (__posix_fadvise64_l64): Do not use BP_SYM.
32104         * sysdeps/unix/sysv/linux/i386/semtimedop.S
32105         (PARMS): Do not use macros from bp-asm.h.
32106         (NSOPS): Likewise.
32107         (semtimedop): Do not use BP_SYM.
32108         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
32109         and <bp-asm.h>.
32111 2013-02-21  Allan McRae  <allan@archlinux.org>
32113         * manual/message.texi (Charset conversion in gettext):
32114         Move @end statement to beginning of line.
32116 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
32118         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
32119         static.
32120         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
32121         Likewise.
32123         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
32124         (denorm): Likewise.
32125         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
32126         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
32128 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32130         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
32131         tail-call to the resolved function if pltexit isn't needed.
32133 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
32135         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
32136         or Y being zero as being unlikely.
32137         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
32138         Likewise.
32140 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
32142         * manual/nss.texi (System Databases and Name Service Switch):
32143         Remove frobnicate @pxref.
32145 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
32147         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
32148         __attribute__ ((unused)) to __attribute__ ((__unused__)).
32150 2013-02-20  Petr Machata  <pmachata@redhat.com>
32152         * elf/elf.h (R_ARM_TARGET1): New macro.
32153         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
32154         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
32155         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
32156         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
32157         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
32158         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
32159         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
32160         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
32161         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
32162         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
32163         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
32164         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
32165         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
32166         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
32167         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
32168         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
32169         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
32170         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
32171         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
32172         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
32173         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
32174         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
32175         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
32176         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
32177         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
32178         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
32179         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
32180         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
32181         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
32182         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
32183         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
32184         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
32185         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
32186         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
32187         (R_ARM_THM_GOT_BREL12): Likewise.
32188         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
32189         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
32190         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
32191         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
32192         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
32193         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
32194         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
32195         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
32196         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
32198 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
32200         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
32201         __attribute_used__ to __attribute__ ((unused)).
32203 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
32205         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
32206         powerpc mpa.c.
32207         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
32208         comment formatting.
32209         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
32211 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
32213         [BZ #13550]
32214         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
32215         Remove macro.
32216         (ENTER): Remove both macro definitions.
32217         (LEAVE): Likewise.
32218         (CHECK_BOUNDS_LOW): Likewise.
32219         (CHECK_BOUNDS_HIGH): Likewise.
32220         (CHECK_BOUNDS_BOTH): Likewise.
32221         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
32222         (RETURN_BOUNDED_POINTER): Likewise.
32223         (RETURN_NULL_BOUNDED_POINTER): Likewise.
32224         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
32225         (POP_ERRNO_LOCATION_RETURN): Likewise.
32226         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
32227         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
32228         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
32229         macros.
32230         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32231         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
32232         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
32233         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
32234         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
32235         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
32236         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
32237         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
32238         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
32239         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
32240         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
32241         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
32242         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
32243         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
32244         removed macros.
32245         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32246         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
32247         macros.
32248         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
32249         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
32250         * sysdeps/i386/i586/memset.S (memset): Likewise.
32251         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
32252         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32253         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
32254         macros.
32255         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
32256         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
32257         Change uses of L(2) to L(out).
32258         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
32259         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
32260         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
32261         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
32262         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
32263         removed macros.
32264         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32265         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
32266         macros.
32267         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
32268         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
32269         (RETURN): Do not use macro LEAVE.
32270         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
32271         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
32272         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
32273         * sysdeps/i386/i686/memset.S (memset): Likewise.
32274         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
32275         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
32276         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
32277         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
32278         Likewise.
32279         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
32280         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
32281         L(1_2) and L(1_3) into L(1).
32282         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
32283         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
32284         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
32285         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
32286         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
32287         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
32288         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
32289         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32290         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
32291         macros.
32292         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
32293         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
32294         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
32295         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
32296         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
32297         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
32298         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
32299         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
32300         * sysdeps/i386/strcspn.S (strcspn): Likewise.
32301         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
32302         * sysdeps/i386/strrchr.S (strrchr): Likewise.
32303         * sysdeps/i386/strspn.S (strspn): Likewise.
32304         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
32305         conditional code.
32306         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
32307         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
32308         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
32309         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
32310         L(1_3) into L(1_1).
32311         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
32312         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
32313         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
32314         macros.
32315         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32317 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
32319         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
32320         macro.
32322 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
32324         * math/atest-exp.c (exp_mpn): Remove ROUND.
32325         * math/atest-exp2.c (exp_mpn): Likewise.
32326         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
32328         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
32329         * stdlib/tst-tls-atexit-lib.c: Likewise.
32330         * stdlib/tst-tls-atexit.c: Likewise.
32332 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
32334         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
32335         and __attribute_alloc_size__.
32337 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
32339         * include/programs/xmalloc.h: Change __attribute_alloc_size to
32340         __attribute_alloc_size__.
32341         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
32342         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
32344 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
32346         * include/programs/xmalloc.h: New file.
32347         * catgets/gencat.c: Include it.
32348         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
32349         * elf/pldd.c: Likewise.
32350         * iconv/iconv_charmap.c: Likewise.
32351         * iconv/iconvconfig.c: Likewise.
32352         * iconv/strtab.c: Likewise.
32353         * locale/programs/locale.c: Likewise.
32354         * locale/programs/localedef.h: Likewise.
32355         * locale/programs/simple-hash.c: Likewise.
32356         * nscd/nscd.h: Likewise.
32357         * nss/makedb.c: Likewise.
32358         * sysdeps/generic/ldconfig.h: Likewise.
32360 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
32362         * Versions.def: Add GLIBC_2.18.
32363         * include/link.h (struct link_map): New member l_tls_dtor_count.
32364         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
32365         (__call_tls_dtors): Likewise.
32366         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
32367         __cxa_thread_atexit_impl.
32368         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
32369         Likewise.
32370         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
32371         Likewise.
32372         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
32373         Likewise.
32374         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
32375         Likewise.
32376         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
32377         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
32378         Likewise.
32379         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
32380         Likewise.
32381         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
32382         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
32383         Likewise.
32384         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
32385         (tests): Add test case tst-tls-atexit.
32386         (modules-names): Add shared library for tst-tls-atexit.
32387         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
32388         (GLIBC_PRIVATE): Add __call_tls_dtors.
32389         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
32390         for libstdc++.
32391         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
32392         * stdlib/tst-tls-atexit.c: New test case.
32393         * stdlib/tst-tls-atexit-lib.c: New test case.
32395         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
32397         * elf/Versions (ld): Add _dl_find_dso_for_object.
32398         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
32399         * elf/dl-open.c (_dl_find_dso_for_object): New function.
32400         (dl_open_worker): Use _dl_find_dso_for_object.
32401         * elf/dl-sym.c (do_sym): Likewise.
32402         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
32404 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32406         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
32407         Syntactic changes only.
32408         (_dl_runtime_profile): Do a tail-call to the resolved function.
32410 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
32412         [BZ #13550]
32413         * sysdeps/x86_64/bp-asm.h: Remove file.
32414         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
32415         <bp-sym.h> and <bp-asm.h>.
32416         (__clone): Do not use BP_SYM.
32417         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
32418         <bp-sym.h> and <bp-asm.h>.
32419         * sysdeps/unix/x86_64/sysdep.S: Likewise.
32420         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
32421         "bp-asm.h".
32422         (_setjmp): Do not use BP_SYM.
32423         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
32424         "bp-asm.h".
32425         (setjmp): Do not use BP_SYM.
32426         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
32427         libc_hidden_def.
32428         (mempcpy): Do not use BP_SYM in weak_alias.
32429         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
32430         "bp-asm.h".
32431         (strchr): Do not use BP_SYM.
32432         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
32433         "bp-asm.h".
32434         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
32435         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
32436         (_start): Do not use BP_SYM.
32437         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
32438         "bp-asm.h".
32439         (strcat): Do not use BP_SYM.
32440         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
32441         "bp-asm.h".
32442         (STRCMP): Do not use BP_SYM.
32443         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
32444         "bp-asm.h".
32445         (STRCPY): Do not use BP_SYM.
32446         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
32447         "bp-asm.h".
32448         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
32449         "bp-asm.h".
32450         (FUNCTION): Do not use BP_SYM.
32451         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
32452         weak_alias.
32453         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
32455 2013-02-17  Andreas Jaeger  <aj@suse.de>
32457         * time/Versions: Sort entries.
32458         * string/Versions: Likewise.
32459         * resolv/Versions: Likewise.
32460         * posix/Versions: Likewise.
32461         * iconv/Versions: Likewise.
32462         * elf/Versions: Likewise.
32463         * wcsmbs/Versions: Likewise.
32465 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
32467         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
32468         loop termination condition.
32470         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
32471         variable to calculate EZ.
32472         (__sqr): Likewise.
32474         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
32475         the lower precision input.
32477 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
32479         [BZ #13550]
32480         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
32481         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
32482         (run-via-rtld-prefix): Do not handle %-bp tests.
32483         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
32484         (all-object-suffixes): Remove .ob.
32485         (bppfx): Remove variable.
32486         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
32487         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
32488         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
32489         [$(build-bounded) = yes] (libtype.ob): Likewise.
32490         * Makerules (elide-routines.ob): Remove variable.
32491         (do-tests-clean): Do not handle *-bp.out.
32492         (common-mostlyclean): Do not handle *-bp and *-bp.out.
32493         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
32494         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
32495         (tests): Do not include $(tests-bp.out).
32496         (xtests): Do not include $(xtests-bp.out).
32497         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
32498         [$(build-bounded) = yes] ($(addprefix
32499         $(objpfx),$(binaries-bounded))): Remove rule.
32500         ($(objpfx)%-bp.out): Remove rule.
32501         * config.make.in (build-bounded): Remove variable.
32502         * crypt/Makefile [$(build-bounded) = yes]
32503         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
32504         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
32505         append to variable.
32506         [$(build-bounded) = yes] (install-lib): Likewise.
32507         [$(build-bounded) = yes] (generated): Likewise.
32508         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
32509         Remove rule.
32510         * intl/Makefile [$(build-bounded) = yes]
32511         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
32512         * math/Makefile [$(build-bounded) = yes]
32513         ($(tests:%=$(objpfx)%-bp): Likewise.
32514         * misc/Makefile [$(build-bounded) = yes]
32515         ($(objpfx)tst-tsearch-bp): Likewise.
32516         * nptl/Makeconfig (bounded-thread-library): Remove variable.
32517         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
32518         Remove dependency.
32519         * string/Makefile (o-objects.ob): Remove variable.
32520         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
32521         (CFLAGS-.ob): Remove variable.
32522         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
32523         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
32524         both definitions of variable.
32525         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
32526         (ASFLAGS-.ob): Remove variable.
32528 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
32530         [BZ #13550]
32531         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
32532         Remove __BOUNDED_POINTERS__ from condition.
32533         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
32534         * string/bits/string2.h [!__NO_STRING_INLINES &&
32535         !__BOUNDED_POINTERS__]: Likewise.
32536         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
32537         Likewise.
32538         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
32539         Remove conditional code.
32540         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
32541         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
32542         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
32543         condition.
32545         [BZ #13550]
32546         * csu/libc-start.c: Do not include <bp-sym.h>.
32547         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
32548         * elf/dl-open.c: Do not include <bp-sym.h>.
32549         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
32550         * math/fegetenv.c: Do not include <bp-sym.h>.
32551         (fegetenv): Do not use BP_SYM in versioned symbols.
32552         * nptl/sysdeps/pthread/bits/libc-lockP.h
32553         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
32554         <bp-sym.h>.
32555         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32556         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
32557         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32558         (__pthread_mutex_destroy): Likewise.
32559         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32560         (__pthread_mutex_lock): Likewise.
32561         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32562         (__pthread_mutex_trylock): Likewise.
32563         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32564         (__pthread_mutex_unlock): Likewise.
32565         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32566         (__pthread_mutexattr_init): Likewise.
32567         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32568         (__pthread_mutexattr_destroy): Likewise.
32569         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32570         (__pthread_mutexattr_settype): Likewise.
32571         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32572         (__pthread_rwlock_init): Likewise.
32573         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32574         (__pthread_rwlock_destroy): Likewise.
32575         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32576         (__pthread_rwlock_rdlock): Likewise.
32577         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32578         (__pthread_rwlock_tryrdlock): Likewise.
32579         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32580         (__pthread_rwlock_wrlock): Likewise.
32581         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32582         (__pthread_rwlock_trywrlock): Likewise.
32583         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32584         (__pthread_rwlock_unlock): Likewise.
32585         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32586         (__pthread_key_create): Likewise.
32587         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32588         (__pthread_setspecific): Likewise.
32589         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32590         (__pthread_getspecific): Likewise.
32591         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
32592         Likewise.
32593         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32594         (_pthread_cleanup_push_defer): Likewise.
32595         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32596         (_pthread_cleanup_pop_restore): Likewise.
32597         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32598         (pthread_setcancelstate): Likewise.
32599         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
32600         <bp-sym.h>.
32601         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
32602         (memchr): Do not use BP_SYM in weak_alias.
32603         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
32604         (fegetenv): Do not use BP_SYM in versioned symbols.
32605         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
32606         (fesetenv): Do not use BP_SYM in versioned symbols.
32607         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
32608         (feupdateenv): Do not use BP_SYM in versioned symbols.
32609         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
32610         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
32611         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
32612         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
32613         (open64): Do not use BP_SYM in weak_alias.
32614         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
32615         (fegetenv): Do not use BP_SYM in versioned symbols.
32616         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
32617         (fesetenv): Do not use BP_SYM in versioned symbols.
32618         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
32619         (feupdateenv): Do not use BP_SYM in versioned symbols.
32620         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
32621         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
32622         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
32623         (feraiseexcept): Do not use BP_SYM in versioned symbols.
32624         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
32625         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
32626         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
32627         <bp-sym.h>.
32628         (__libc_start_main): Do not use BP_SYM.
32630 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
32632         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
32633         redundant return line.
32634         (norm): Likewise.
32635         (denorm): Likewise.
32636         (dbl_mp): Likewise.
32637         (sub_magnitudes): Likewise.
32638         (__add): Likewise.
32639         (__sub): Likewise.
32640         (__mul): Likewise.
32641         (__inv): Likewise.
32642         (__dvd): Likewise.
32643         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
32644         (norm): Likewise.
32645         (denorm): Likewise.
32646         (dbl_mp): Likewise.
32647         (sub_magnitudes): Likewise.
32648         (__add): Likewise.
32649         (__sub): Likewise.
32650         (__mul): Likewise.
32651         (__inv): Likewise.
32652         (__dvd): Likewise.
32654         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
32655         instead of __mul.
32656         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
32657         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
32658         (cc32): Likewise.
32660         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
32661         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
32662         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
32663         of __mul for squares.
32664         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
32665         function
32666         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
32667         Likewise.
32668         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
32669         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
32671 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
32673         [BZ #13550]
32674         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
32675         code.
32676         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
32677         prototype or function definition.  Rename ubp_* variables and
32678         parameters.  Remove argv definitions conditional on
32679         [__BOUNDED_POINTERS__].
32680         * debug/backtrace.c (__backtrace): Do not use __unbounded.
32681         * elf/dl-runtime.c (_dl_fixup): Likewise.
32682         * include/set-hooks.h (RUN_HOOK): Likewise.
32683         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
32684         definition.
32685         * string/strcpy.c (strcpy): Do not use __unbounded.
32686         * sysdeps/generic/frame.h (struct layout): Likewise.
32687         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
32688         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
32689         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
32690         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
32691         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
32692         (__backtrace): Likewise.
32693         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
32694         use __ptrvalue.
32695         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
32696         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
32697         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
32698         Likewise.
32699         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
32700         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
32701         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
32702         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
32703         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
32704         Do not use __unbounded.
32705         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
32706         Rename __unboundedrlimits parameter to rlimits in prototype.
32707         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
32708         Do not use __unbounded.
32709         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
32710         not use __ptrvalue.
32711         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
32712         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
32713         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
32714         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
32715         __ptrvalue or __unbounded.
32716         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
32717         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
32718         use __unbounded.
32719         (__new_msgctl): Do not use __ptrvalue.
32720         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
32721         __unbounded.
32722         (__libc_msgrcv): Do not use __ptrvalue.
32723         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
32724         startup_info): Do not use __unbounded.
32725         (__libc_start_main): Likewise.  Rename ubp_* variables and
32726         parameters.  Remove argv definitions conditional on
32727         [__BOUNDED_POINTERS__].
32728         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
32729         __ptrvalue.
32730         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
32731         use __unbounded.
32732         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
32733         or __ptrvalue.
32734         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
32735         use __unbounded.
32736         (__new_shmctl): Do not use __ptrvalue.
32737         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
32738         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
32739         Likewise.
32740         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
32741         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
32742         (__libc_sigaction): Likewise.
32743         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
32744         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
32745         Likewise.
32746         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
32748 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
32750         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
32752         * string/mempcpy.c: Implement by calling memcpy.
32754 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
32756         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
32758         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
32759         evaluation.
32761         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
32762         values in the mantissa.
32764         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
32765         minimize writes to Z.
32766         (sub_magnitudes): Simplify code a bit.
32768 2013-02-12  Roland McGrath  <roland@hack.frob.com>
32770         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
32771         from the message.  The linker prefixes all warnings with that already.
32773 2013-02-12  Andreas Schwab  <schwab@suse.de>
32775         [BZ #15078]
32776         * posix/regexec.c (extend_buffers): Add parameter min_len.
32777         (check_matching): Pass minimum needed length.
32778         (clean_state_log_if_needed): Likewise.
32779         (get_subexp): Likewise.
32780         * posix/Makefile (tests): Add bug-regex34.
32781         (bug-regex34-ENV): Define.
32782         * posix/bug-regex34.c: New file.
32784         [BZ #11561]
32785         * posix/regcomp.c (parse_bracket_exp): When looking up collating
32786         elements compare against the byte sequence of it, not its name.
32787         * posix/Makefile (tests): Add bug-regex35.
32788         (bug-regex35-ENV): Define.
32789         * posix/bug-regex35.c: New file.
32791 2013-02-11  Tom de Vries  <tom@codesourcery.com>
32793         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
32794         comment.
32795         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
32796         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
32797         (CHECK_EOL): Add undef.
32799 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
32801         * bits/stdlib-bsearch.h: New file.
32802         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
32803         * stdlib/stdlib.h: Likewise.
32805 2013-02-11  Roland McGrath  <roland@hack.frob.com>
32807         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
32808         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
32809         declaration.
32810         * manual/search.texi (Array Search Function): Add missing const in
32811         lfind prototype.
32812         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
32813         declaration to use rlim_t.
32814         (Basic Scheduling Functions): Remove erroneous const from
32815         sched_getparam prototype.  Remove erroneous * from
32816         sched_get_priority_max and sched_get_priority_min prototypes.
32817         (Resource Usage): Fix summary @comment on vtimes to refer to
32818         sys/vtimes.h rather than vtimes.h.
32819         Add missing *s in vtimes prototype.
32820         (Limits on Resources): Fix ulimit prototype to return long int.
32821         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
32822         prototypes to use long int rather than double.
32823         (BSD Random): Fix initstate and setstate to use char *, not void *.
32824         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
32825         prototype to make second argument 'struct aiocb64 *const[]'.
32826         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
32827         (Status of AIO Operations): Remove erroneous const in aio_return and
32828         aio_return64 prototypes.
32829         (Synchronizing I/O): Fix sync prototype to return void.
32830         * manual/startup.texi (Suboptions): Remove an erroneous const in
32831         getsubopt prototype.
32832         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
32833         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
32834         use size_t rather than int.
32835         (Scanning All Users): Likewise for getpwent_r.
32836         (Setting Groups): Add missing const to setgroups prototype.
32837         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
32838         * manual/socket.texi (Host Names): Fix gethostbyaddr and
32839         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
32840         'const void *' rather than 'const char *'.
32841         (Host Address Functions): Likewise for inet_ntop.
32842         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
32843         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
32844         ssize_t for return value.
32845         (Sending Data): Likewise for send, sendto, sendmsg.
32846         (Socket Option Functions): Add a missing const in setsockopt prototype.
32847         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
32848         use wchar_t for the argument.
32849         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
32850         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
32851         take no arguments.
32852         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
32853         double/float/long double for second argument.
32854         Fix return types of significand, significandf, significandl.
32855         * manual/filesys.texi (Setting Permissions): Use mode_t for second
32856         argument in fchmod prototype.
32857         (File Owner): Use uid_t and gid_t in fchown prototype.
32858         (File Times): Add const to utimes, futimes, and lutimes prototypes.
32859         (Making Special Files): Use mode_t and dev_t in mknod prototype.
32860         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
32861         use 'const struct dirent **' as argument types to CMP function pointer
32862         argument.
32863         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
32864         (File Times): Fix summary magic @comment for struct utimbuf and utime
32865         to refer to utime.h, not time.h.
32866         * manual/string.texi (Argz Functions): Add missing const in
32867         argz_extract and argz_next prototypes.
32868         (Finding Tokens in a String): Likewise for basename.
32869         (String/Array Comparison): Fix typo in wcscasecmp prototype.
32870         (Copying and Concatenation): Fix typo in wmemmove prototype.
32871         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
32872         (Signal Stack): Remove erroneous const in sigstack prototype.
32873         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
32874         prototype.
32875         (Simple Calendar Time): Likewise for stime.
32876         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
32877         prototype.
32878         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
32879         say sys/sysctl.h instead.
32880         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
32881         and vsyslog prototypes.
32883 2013-02-11  Tom de Vries  <tom@codesourcery.com>
32885         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
32886         Remove.
32888 2013-02-11  Roland McGrath  <roland@hack.frob.com>
32890         * misc/sys/mman.h: Fix typo in mremap comment.
32892 2013-02-08  Roland McGrath  <roland@hack.frob.com>
32894         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
32895         the '\0' terminator.
32897 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
32899         [BZ #13550]
32900         * debug/segfault.c: Don't include <bp-checks.h>.
32901         * sysdeps/generic/bp-checks.h: Remove file.
32902         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
32903         (__GETDENTS): Don't use CHECK_N.
32904         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
32905         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
32906         (__getgroups): Don't use CHECK_N.
32907         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
32908         (setgroups): Don't use CHECK_N.
32909         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
32910         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
32911         (__libc_msgrcv): Don't use CHECK_N.
32912         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
32913         (__libc_msgsnd): Don't use CHECK_N.
32914         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
32915         <bp-checks.h>.
32916         (__libc_pread): Don't use CHECK_N.
32917         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
32918         include <bp-checks.h>.
32919         (__libc_pread64): Don't use CHECK_N.
32920         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
32921         include <bp-checks.h>.
32922         (__libc_pwrite): Don't use CHECK_N.
32923         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
32924         include <bp-checks.h>.
32925         (__libc_pwrite64): Don't use CHECK_N.
32926         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
32927         <bp-checks.h>.
32928         (__libc_pread): Don't use CHECK_N.
32929         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
32930         include <bp-checks.h>.
32931         (__libc_pread64): Don't use CHECK_N.
32932         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
32933         include <bp-checks.h>.
32934         (__libc_pwrite): Don't use CHECK_N.
32935         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
32936         include <bp-checks.h>.
32937         (__libc_pwrite64): Don't use CHECK_N.
32938         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
32939         (do_pread): Don't use CHECK_N.
32940         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
32941         (do_pread64): Don't use CHECK_N.
32942         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
32943         (do_pwrite): Don't use CHECK_N.
32944         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
32945         (do_pwrite64): Don't use CHECK_N.
32946         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
32947         (__libc_readv): Don't use CHECK_N.
32948         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
32949         (semop): Don't use CHECK_N.
32950         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
32951         <bp-checks.h>.
32952         (semtimedop): Don't use CHECK_N.
32953         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
32954         (__libc_pread): Don't use CHECK_N.
32955         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
32956         <bp-checks.h>.
32957         (__libc_pread64): Don't use CHECK_N.
32958         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
32959         <bp-checks.h>.
32960         (__libc_pwrite): Don't use CHECK_N.
32961         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
32962         <bp-checks.h>.
32963         (__libc_pwrite64): Don't use CHECK_N.
32964         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
32965         <bp-checks.h>.
32966         (__libc_msgrcv): Don't use CHECK_N.
32967         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
32968         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
32969         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
32970         (__libc_writev): Don't use CHECK_N.
32972 2013-02-08  Roland McGrath  <roland@hack.frob.com>
32974         * string/strcpy.c: Removed unused variable.
32976         * Makeconfig (+sysdep-includes): Define with := rather than =.
32977         Use an existing include/ subdir of each sysdeps dir before it.
32979 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
32981         * nscd/connection.c (register_traced_file): Comment function.
32982         [HAVE_INOTIFY] (union __inev): Define.
32983         [HAVE_INOTIFY] (inotify_check_files): New function.
32984         [HAVE_INOTIFY] (clear_db_cache): Likewise.
32985         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
32986         clear_db_cache.
32987         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
32989 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
32991         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
32992         loaded if not already and that a failure is permanent.
32994 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
32996         [BZ #15006]
32997         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
32998         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
33000 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
33002         [BZ #13550]
33003         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
33004         (CHECK_1_NULL_OK): Likewise.
33005         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
33006         (__fxstat): Do not use CHECK_1.
33007         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
33008         <bp-checks.h>.
33009         (___fxstat64): Do not use CHECK_1.
33010         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
33011         <bp-checks.h>.
33012         (__fxstatat): Do not use CHECK_1.
33013         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
33014         <bp-checks.h>.
33015         (__fxstatat64): Do not use CHECK_1.
33016         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
33017         <bp-checks.h>.
33018         (__fxstat): Do not use CHECK_1.
33019         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
33020         <bp-checks.h>.
33021         (__fxstatat): Do not use CHECK_1.
33022         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
33023         <bp-checks.h>.
33024         (__getresgid): Do not use CHECK_1.
33025         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
33026         <bp-checks.h>.
33027         (__getresuid): Do not use CHECK_1.
33028         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
33029         <bp-checks.h>.
33030         (__lxstat): Do not use CHECK_1.
33031         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
33032         <bp-checks.h>.
33033         (__old_msgctl): Do not use CHECK_1.
33034         (__new_msgctl): Likewise.
33035         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
33036         <bp-checks.h>.
33037         (__new_setrlimit): Do not use CHECK_1.
33038         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
33039         <bp-checks.h>.
33040         (__old_shmctl): Do not use CHECK_1.
33041         (__new_shmctl): Likewise.
33042         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
33043         <bp-checks.h>.
33044         (__xstat): Do not use CHECK_1.
33045         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
33046         (__lxstat): Do not use CHECK_1.
33047         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
33048         <bp-checks.h>.
33049         (___lxstat64): Do not use CHECK_1.
33050         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
33051         (__old_msgctl): Do not use CHECK_1.
33052         (__new_msgctl): Likewise.
33053         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
33054         <bp-checks.h>.
33055         (__gettimeofday): Do not use CHECK_1.
33056         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
33057         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
33058         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
33059         <bp-checks.h>.
33060         (__gettimeofday): Do not use CHECK_1.
33061         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
33062         (__old_shmctl): Do not use CHECK_1_NULL_OK.
33063         (__new_shmctl): Do not use CHECK_1.
33064         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
33065         <bp-checks.h>.
33066         (do_sigtimedwait): Do not use CHECK_1.
33067         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
33068         <bp-checks.h>.
33069         (do_sigwaitinfo): Do not use CHECK_1.
33070         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
33071         <bp-checks.h>.
33072         (msgctl): Do not use CHECK_1.
33073         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
33074         <bp-checks.h>.
33075         (shmctl): Do not use CHECK_1.
33076         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
33077         (ustat): Do not use CHECK_1.
33078         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
33079         <bp-checks.h>.
33080         (__fxstat): Do not use CHECK_1.
33081         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
33082         <bp-checks.h>.
33083         (__fxstatat): Do not use CHECK_1.
33084         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
33085         <bp-checks.h>.
33086         (__lxstat): Do not use CHECK_1.
33087         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
33088         <bp-checks.h>.
33089         (__xstat): Do not use CHECK_1.
33090         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
33091         (__xstat): Do not use CHECK_1.
33092         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
33093         (___xstat64): Do not use CHECK_1.
33095         [BZ #13550]
33096         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
33097         definitions.
33098         (CHECK_BOUNDS_HIGH): Likewise.
33099         * string/strcpy.c: Do not include <bp-checks.h>.
33100         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
33102 2013-02-07  Roland McGrath  <roland@hack.frob.com>
33104         * nscd/nscd-client.h (__nscd_drop_map_ref):
33105         Add __attribute__ ((unused)).
33106         * nis/nss-nisplus.h (niserr2nss): Likewise.
33108         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
33109         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
33111         * csu/libc-tls.c (init_static_tls, init_slotinfo):
33112         Remove inline keyword.
33113         * include/rounding-mode.h (round_away): Likewise.
33114         * libio/wfileops.c (adjust_wide_data): Likewise.
33115         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
33116         (__m128i_strloadu_tolower): Likewise.
33117         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
33118         (__m128i_strloadu_tolower): Likewise.
33119         * time/mktime.c (ydhms_diff): Likewise.
33120         * locale/elem-hash.h (elem_hash): Likewise.
33121         * locale/setlocale.c (setdata): Likewise.
33122         * posix/regex_internal.h (re_string_char_size_at): Likewise.
33123         (re_string_wchar_at): Likewise.
33124         (bitset_not, bitset_merge, bitset_mask): Likewise.
33125         [!(__GNUC__ > 3)] (inline): Remove macro.
33126         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
33127         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
33128         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
33129         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
33130         * string/memcmp.c (memcmp_bytes): Likewise.
33131         * locale/programs/locarchive.c (compute_hashval): Likewise.
33132         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
33133         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
33134         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
33135         * nss/getent.c (print_rpc, print_protocols): Likewise.
33136         (print_passwd, print_group, print_aliases): Likewise.
33137         * nis/nss-nisplus.h (niserr2nss): Likewise.
33138         * nscd/connections.c (restart_p): Likewise.
33139         Change return type to bool.
33141 2013-02-05  Roland McGrath  <roland@hack.frob.com>
33143         * Makeconfig (all-Depend-files): Add existing
33144         $(sorted-subdirs:=/Depend) files.
33145         (all-subdirs): Remove nss.
33146         * sysdeps/unix/inet/Subdirs: Add it here instead.
33147         * hesiod/Depend: New file.
33149         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
33150         instead of calling alloca.
33152         * io/lseek.c (__lseek): Rename to __libc_lseek.
33153         Define __lseek as an alias.
33155         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
33157 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
33159         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
33160         else clause and remove check for non-standard endianness.
33162 2013-02-04  David S. Miller  <davem@davemloft.net>
33164         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33166 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
33168         [BZ #13550]
33169         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
33170         (__ubp_memchr): Remove prototype.
33171         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
33172         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
33173         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
33174         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
33175         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
33176         Remove alias.
33177         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
33178         (__ubp_memchr): Likewise.
33179         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
33180         (__ubp_memchr): Likewise.
33181         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
33182         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
33183         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
33184         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
33185         CHECK_STRING.
33186         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
33187         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
33188         (__getcwd): Do not use CHECK_STRING.
33189         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
33190         <bp-checks.h>.
33191         (__real_chown): Do not use CHECK_STRING.
33192         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
33193         <bp-checks.h>.
33194         (fchownat): Do not use CHECK_STRING.
33195         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
33196         CHECK_STRING.
33197         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
33198         <bp-checks.h>.
33199         (__lchown): Do not use CHECK_STRING.
33200         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
33201         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
33202         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
33203         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
33204         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
33205         include <bp-checks.h>.
33206         (truncate64): Do not use CHECK_STRING.
33207         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
33208         <bp-checks.h>.
33209         (__real_chown): Do not use CHECK_STRING.
33210         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
33211         <bp-checks.h>.
33212         (__lchown): Do not use CHECK_STRING.
33213         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
33214         <bp-checks.h>.
33215         (__chown): Do not use CHECK_STRING.
33216         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
33217         <bp-checks.h>.
33218         (truncate64): Do not use CHECK_STRING.
33219         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
33220         Likewise.
33221         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
33222         (__xmknod): Do not use CHECK_STRING.
33223         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
33224         <bp-checks.h>.
33225         (__xmknodat): Do not use CHECK_STRING.
33226         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
33227         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
33229 2013-02-04  Andreas Schwab  <schwab@suse.de>
33231         [BZ #14142]
33232         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
33233         * include/netdb.h: Likewise for h_errno.
33234         * elf/tst-stackguard1.c: Include <tls.h>.
33236 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
33238         * elf/link.h (struct link_map): Extend the l_addr comment.
33239         * include/link.h (struct link_map): Likewise.
33241 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
33243         [BZ #13550]
33244         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
33245         (BOUNDED_1): Remove macro.
33246         * debug/backtrace.c: Don't include <bp-checks.h>.
33247         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
33248         (__backtrace): Likewise.
33249         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
33250         <bp-checks.h>.
33251         (__backtrace): Don't use BOUNDED_1.
33252         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
33253         <bp-checks.h>.
33254         (__backtrace): Don't use BOUNDED_1.
33255         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
33256         (__backtrace): Don't use BOUNDED_1.
33257         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
33258         (shmat): Don't use BOUNDED_N.
33260 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
33262         [BZ #13550]
33263         * sysdeps/generic/bp-start.h: Remove file.
33264         * csu/libc-start.c: Don't include <bp-start.h>.
33265         (LIBC_START_MAIN): Set up __environ directly instead of using
33266         INIT_ARGV_and_ENVIRON.
33267         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
33268         <bp-start.h>.
33270         [BZ #13550]
33271         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
33272         definitions.
33273         (CHECK_FCNTL): Likewise.
33274         (CHECK_N_PAGES): Likewise.
33276         [BZ #13550]
33277         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
33278         definitions.
33279         (CHECK_SIGSET_NULL_OK): Likewise.
33280         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
33281         <bp-checks.h>.
33282         (sigpending): Don't use CHECK_SIGSET.
33283         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
33284         <bp-checks.h>.
33285         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
33286         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
33287         <bp-checks.h>.
33288         (do_sigsuspend): Don't use CHECK_SIGSET.
33289         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
33290         use CHECK_SIGSET.
33291         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
33292         (do_sigwait): Don't use CHECK_SIGSET.
33293         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
33294         use CHECK_SIGSET.
33295         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
33296         include <bp-checks.h>.
33297         (sigpending): Don't use CHECK_SIGSET.
33298         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
33299         include <bp-checks.h>.
33300         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
33301         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
33302         <bp-checks.h>.
33303         (sigpending): Don't use CHECK_SIGSET.
33304         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
33305         <bp-checks.h>.
33306         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
33308         [BZ #13550]
33309         * sysdeps/generic/bp-semctl.h: Remove file.
33310         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
33311         <bp-checks.h> and <bp-semctl.h>.
33312         (__old_semctl): Don't use CHECK_SEMCTL.
33313         (__new_semctl): Likewise.
33314         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
33315         and <bp-semctl.h>.
33316         (__old_semctl): Don't use CHECK_SEMCTL.
33317         (__new_semctl): Likewise.
33318         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
33319         <bp-checks.h> and <bp-semctl.h>.
33320         (__old_semctl): Don't use CHECK_SEMCTL.
33321         (__new_semctl): Likewise.
33322         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
33323         <bp-checks.h> and <bp-semctl.h>.
33324         (semctl): Don't use CHECK_SEMCTL.
33326         [BZ #13550]
33327         * Makerules (elide-bp-thunks): Remove variable.
33328         (elide-routines.oS): Don't use $(elide-bp-thunks).
33329         (elide-routines.os): Likewise.
33330         (elide-routines.o): Likewise.
33331         (elide-routines.op): Likewise.
33332         (elide-routines.og): Likewise.
33333         (objects): Don't use $(bp-thunks).
33334         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
33335         include.
33336         (common-generated): Do not add s-proto-bp.d.
33337         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
33338         (int): Likewise.
33339         (typ): Likewise.
33340         Do not generate makefile rules for bounded-pointer thunks.
33341         * sysdeps/generic/bp-thunks.h: Remove file.
33342         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
33343         * sysdeps/unix/s-proto-bp.S: Likewise.
33345         [BZ #15062]
33346         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
33347         parts of result separately when argument is not close to line from
33348         -i to i and one part of argument is small.
33349         * math/k_casinhf.c (__kernel_casinhf): Likewise.
33350         * math/k_casinhl.c (__kernel_casinhl): Likewise.
33351         * math/libm-test.inc (cacos_test): Add more tests.
33352         (casin_test): Likewise.
33353         (casinh_test): Likewise.
33354         * sysdeps/i386/fpu/libm-test-ulps: Update.
33355         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33357 2013-01-31  David S. Miller  <davem@davemloft.net>
33359         * po/de.po: Update from translation team.
33361 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
33363         * time/tzfile.c: Include stdint.h for SIZE_MAX.
33365 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
33367         * configure.in (_AC_PROG_CC_C89): New definition.
33368         * configure: Regenerate.
33370         * configure.in (AC_PROG_CPP): New definition.
33371         * configure: Regenerate.
33373 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
33375         * debug/tst-backtrace.h: New file.
33376         * debug/tst-backtrace2.c: Include tst-backtrace.h.
33377         (ret): Remove variable.
33378         (x): Likewise.
33379         (FAIL): Remove macro.
33380         (NO_INLINE): Likewise.
33381         (fn1): Use match function instead of strstr.
33382         * debug/tst-backtrace3.c: Include tst-backtrace.h.
33383         (ret): Remove variable.
33384         (x): Likewise.
33385         (FAIL): Remove macro.
33386         (NO_INLINE): Likewise.
33387         (fn): Use match function instead of strstr.
33388         * debug/tst-backtrace4.c: Include tst-backtrace.h.
33389         (ret): Remove variable.
33390         (x): Likewise.
33391         (FAIL): Remove macro.
33392         (NO_INLINE): Likewise.
33393         (handle_signal): Use match function instead of strstr.
33394         * debug/tst-backtrace5.c: Include tst-backtrace.h.
33395         (ret): Remove variable.
33396         (x): Likewise.
33397         (FAIL): Remove macro.
33398         (NO_INLINE): Likewise.
33399         (handle_signal): Use match function instead of strstr.
33401 2013-01-23  Roland McGrath  <roland@hack.frob.com>
33403         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
33405 2013-01-23  David S. Miller  <davem@davemloft.net>
33407         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
33408         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
33409         argument of CAS if possible.
33410         * sysdeps/sparc/sparc64/bits/atomic.h
33411         (__arch_compare_and_exchange_val_32_acq): Likewise.
33412         (__arch_compare_and_exchange_val_64_acq): Likewise.
33414 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
33416         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
33417         * sysdeps/posix/ulimit.c: ... this.
33418         Include <limits.h>.
33419         * sysdeps/unix/bsd/ulimit.c: Remove file.
33421 2013-01-23  Adam Conrad  <adconrad@0c3.net>
33423         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
33424         (LDFLAGS-tst-array5): Likewise.
33426 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
33428         [BZ #15036]
33429         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
33430         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
33431         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
33432         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
33434 2013-01-21  David S. Miller  <davem@davemloft.net>
33436         * sysdeps/sparc/backtrace.c: New file.
33437         * sysdeps/sparc/sparc32/backtrace.h: New file.
33438         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
33439         * sysdeps/sparc/sparc64/backtrace.h: New file.
33440         * sysdeps/sparc/sparc64/backtrace.c: Delete.
33441         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
33442         -funwind-tables.
33444 2013-01-21  Andreas Schwab  <schwab@suse.de>
33446         [BZ #15020]
33447         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
33448         closed its stdout.
33450 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
33452         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
33453         "mpa2.h".
33454         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
33456 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
33457             Mark Mitchell  <mark@codesourcery.com>
33458             Tom de Vries  <tom@codesourcery.com>
33459             Paul Pluzhnikov  <ppluzhnikov@google.com>
33461         * debug/tst-backtrace2.c: New file.
33462         * debug/tst-backtrace3.c: Likewise.
33463         * debug/tst-backtrace4.c: Likewise.
33464         * debug/tst-backtrace5.c: Likewise.
33465         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
33466         (CFLAGS-tst-backtrace3.c): Likewise.
33467         (CFLAGS-tst-backtrace4.c): Likewise.
33468         (CFLAGS-tst-backtrace5.c): Likewise.
33469         (LDFLAGS-tst-backtrace2): Likewise.
33470         (LDFLAGS-tst-backtrace3): Likewise.
33471         (LDFLAGS-tst-backtrace4): Likewise.
33472         (LDFLAGS-tst-backtrace5): Likewise.
33473         (tests): Add new tests tst-backtrace2, tst-backtrace3,
33474         tst-backtrace4 and tst-backtrace5.
33476 2013-01-18  Anton Blanchard  <anton@samba.org>
33477             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
33479         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
33480         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
33481         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
33482         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
33483         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
33484         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
33485         "+r" and remove output regs list as redundant.  Add explicit inline
33486         asm to specify register of return val to work around compiler codegen
33487         bug.  Remove (int) cast on return value.  Add return type parameter to
33488         use in macro so that this macro does not truncate return value for
33489         64-bit values.
33490         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
33491         pass to INTERNAL_VSYSCALL_NCS.
33492         (INLINE_VSYSCALL): Add 'long int' as return type to
33493         INTERNAL_VSYSCALL_NCS macro invocation.
33494         (INTERNAL_VSYSCALL): Add 'long int' as return type to
33495         INTERNAL_VSYSCALL_NCS macro invocation.
33496         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
33498 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
33500         [BZ #14496]
33501         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
33502         Fix application of SIMD FP exception mask.
33504         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
33505         mp_no from a power of two.
33506         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
33507         __mpexp_twomm1.  Use __pow_mp.
33509         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
33510         multiplication.
33512 2013-01-17  David S. Miller  <davem@davemloft.net>
33514         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33516 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
33518         [BZ #15023]
33519         * include/complex.h: Condition contents on [!_COMPLEX_H].
33520         (__kernel_casinhf): New prototype.
33521         (__kernel_casinh): Likewise.
33522         (__kernel_casinhl): Likewise.
33523         * math/Makefile (libm_calls): Add k_casinh.
33524         * math/k_casinh.c: New file.
33525         * math/k_casinhf.c: Likewise.
33526         * math/k_casinhl.c: Likewise.
33527         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
33528         finite nonzero arguments.
33529         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
33530         finite nonzero arguments.
33531         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
33532         finite nonzero arguments.
33533         * math/s_casinh.c: Do not include <float.h>.
33534         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
33535         * math/s_casinhf.c: Do not include <float.h>.
33536         (__casinhf): Move code for finite nonzero arguments to
33537         k_casinhf.c.
33538         * math/s_casinhl.c: Do not include <float.h>.
33539         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
33540         redefine.
33541         (__casinhl): Move code for finite nonzero arguments to
33542         k_casinhl.c.
33543         * math/libm-test.inc (cacos_test): Add more tests.
33544         * sysdeps/i386/fpu/libm-test-ulps: Update.
33545         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33547 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
33549         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
33550         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
33551         [!HAVE_MREMAP]: Remove [defined linux] case.
33552         * malloc/arena.c: Do not include <malloc-sysdep.h>.
33554 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
33556         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
33558 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
33560         * elf/elf.h (R_386_SIZE32): New relocation.
33561         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
33562         R_386_SIZE32.
33563         (elf_machine_rela): Likewise.
33564         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
33565         R_X86_64_SIZE64 and R_X86_64_SIZE32.
33567 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
33569         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
33570         (FP_FAST_FMA): Do not define.
33571         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
33572         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
33573         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
33574         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
33575         !_SOFT_FLOAT]: Likewise.
33576         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
33577         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
33578         value.
33579         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
33580         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
33581         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
33582         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
33583         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
33584         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
33585         file.
33587 2013-01-16  Andreas Schwab  <schwab@suse.de>
33589         [BZ #14327]
33590         * include/stdlib.h (__mktemp): Add declaration.
33591         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
33592         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
33594 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
33596         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
33597         definitions.
33598         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
33599         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
33600         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
33601         definitions here.
33602         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
33603         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
33604         definitions.
33605         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
33606         and ONE.
33607         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
33608         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
33609         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
33610         definitions.
33611         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
33612         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
33613         definitions.
33614         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
33616         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
33618 2013-01-15  David S. Miller  <davem@davemloft.net>
33620         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
33621         trunc{,f} to libm-sysdep_routes.
33622         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
33623         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
33624         file.
33625         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
33626         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
33627         file.
33628         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
33629         file.
33630         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
33631         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
33632         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
33633         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
33634         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
33635         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
33636         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
33637         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
33639         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
33640         nearbyint{,f} to libm-sysdep_routes.
33641         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
33642         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
33643         New file.
33644         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
33645         file.
33646         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
33647         New file.
33648         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
33649         file.
33650         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
33651         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
33652         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
33653         file.
33654         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
33655         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
33656         file.
33657         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
33658         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
33659         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
33661         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
33662         libc_feholdexcept and libc_fesetenv.
33664 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
33666         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
33668 2013-01-14  David S. Miller  <davem@davemloft.net>
33670         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
33671         (SPARC_ASM_VIS2_IFUNC): Likewise.
33672         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
33673         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
33674         use of 'siam' instruction.
33675         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
33676         Likewise.
33677         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
33678         Likewise.
33679         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
33680         Likewise.
33681         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
33682         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
33683         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
33684         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
33685         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
33686         file.
33687         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
33688         file.
33689         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
33690         file.
33691         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
33692         file.
33693         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
33694         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
33695         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
33696         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
33697         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
33698         new VIS2 routines.
33699         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
33700         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
33701         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
33702         Likewise.
33703         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
33704         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
33705         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
33706         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
33707         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
33708         routines to libm-sysdep_routines.
33709         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
33711         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
33712         fdim/fdimf to libm-sysdep_routines.
33713         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
33714         file.
33715         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
33716         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
33717         file.
33718         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
33719         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
33720         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
33721         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
33722         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
33723         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
33724         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
33726 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
33728         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
33729         to optimize copies.
33731         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
33732         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
33733         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
33735         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
33736         local variable MPTWO.
33737         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
33738         Likewise.
33740 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
33742         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
33743         GLOB_NOESCAPE.
33745 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
33747         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
33749 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
33751         * manual/pattern.texi (glob_t): Document gl_flags.
33752         (glob64_t): Likewise.
33754 2013-01-11  David S. Miller  <davem@davemloft.net>
33756         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
33757         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
33758         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
33759         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
33760         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
33761         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
33762         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
33763         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
33764         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
33765         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
33766         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
33767         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
33768         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
33770         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
33771         sparc V9 rather than using V8 code.
33772         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
33773         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
33775         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
33776         Move to...
33777         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
33778         Here.
33780 2013-01-11  Roland McGrath  <roland@hack.frob.com>
33782         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
33783         not in the main loop.
33784         * configure: Regenerated.
33786 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
33788         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
33789         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
33790         to just #else.
33791         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
33792         [!__GLIBC_HAVE_LONG_LONG] case.
33793         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
33794         condition to just #else.
33795         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
33796         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
33797         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
33798         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
33799         unconditional.
33800         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
33801         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
33802         #elif condition to just #else.
33803         * sysdeps/unix/sysv/linux/sys/sysmacros.h
33804         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
33805         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
33806         #elif condition to just #else.
33808 2013-01-11  Steve Ellcey  <sellcey@mips.com>
33810         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
33811         (EF_MIPS_ARCH_64): Fix value.
33812         (EF_MIPS_ARCH_32R2): New.
33813         (EF_MIPS_ARCH_64R2): New.
33815 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
33817         * Makeconfig (+link-pie-before-libc): New.
33818         (+link-pie-after-libc): Likewise.
33819         (+link-pie-tests): Likewise.
33820         (+link-pie): Rewritten.
33821         (link-before-libc): Remove $(config-LDFLAGS).
33822         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
33823         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
33824         (config-LDFLAGS): Renamed to ...
33825         (rtld-LDFLAGS): This.
33826         (rtld-tests-LDFLAGS): New macro.
33827         (link-libc-rpath-link): Likewise.
33828         (link-libc-tests-rpath-link): Likewise.
33829         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
33830         (link-libc): Prepand $(link-libc-rpath-link).
33831         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
33832         (test-program-prefix): New macro.
33833         (test-via-rtld-prefix): Likewise.
33834         (test-program-cmd): Likewise.
33835         (host-test-program-cmd): Likewise.
33836         * Makefile ($(common-objpfx)testrun.sh): Replace
33837         $(run-program-prefix) with $(test-program-prefix).
33838         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
33839         $(rtld-LDFLAGS).
33840         ($(common-objpfx)shlib.lds): Likewise.
33841         (build-module-helper): Likewise.
33842         ($(common-objpfx)format.lds): Likewise.
33843         * Rules (binaries-pie-tests): New.
33844         (binaries-pie-notests): Likewise.
33845         (binaries-pie): Rewritten.
33846         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
33847         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
33848         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
33849         (make-test-out): Replace $(host-built-program-cmd) with
33850         $(host-test-program-cmd).
33851         * config.make.in (build-hardcoded-path-in-tests): New variable.
33852         * configure.in (--enable-hardcoded-path-in-tests): New configure
33853         option.
33854         (hardcoded_path_in_tests): New AC_SUBST.
33855         * configure: Regenerated.
33856         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
33857         $(built-program-cmd) with $(test-program-cmd).
33858         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
33859         (test_program_cmd): This.
33860         * elf/Makefile ($(objpfx)order.out): Run test with
33861         $(test-program-prefix).
33862         ($(objpfx)order2.out): Likewise.
33863         ($(objpfx)tst-initorder.out): Likewise.
33864         ($(objpfx)tst-initorder2.out): Likewise.
33865         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
33866         $(test-program-cmd).
33867         ($(objpfx)tst-array1-static.out): Likewise.
33868         ($(objpfx)tst-array2.out): Likewise.
33869         ($(objpfx)tst-array3.out): Likewise.
33870         ($(objpfx)tst-array4.out): Likewise.
33871         ($(objpfx)tst-array5.out): Likewise.
33872         ($(objpfx)tst-array5-static.out): Likewise.
33873         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
33874         $(test-program-cmd).
33875         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
33876         $(run-program-prefix) with $(test-program-prefix).
33877         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
33878         (test_program_prefix): This.
33879         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
33880         $(run-program-prefix) with $(test-program-prefix).
33881         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
33882         (test_program_prefix): This.
33883         * iconvdata/tst-tables.sh: Likewise.
33884         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
33885         $(run-program-prefix) with $(test-program-prefix).
33886         ($(objpfx)tst-translit.out): Likewise.
33887         ($(objpfx)tst-gettext2.out): Likewise.
33888         ($(objpfx)tst-gettext4.out): Likewise.
33889         ($(objpfx)tst-gettext6.out): Likewise.
33890         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
33891         (test_program_prefix): This.
33892         * intl/tst-gettext2.sh: Likewise.
33893         * intl/tst-gettext4.sh  Likewise.
33894         * intl/tst-gettext6.sh: Likewise.
33895         * intl/tst-translit.sh: Likewise.
33896         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
33897         with $(test-program-cmd).
33898         * libio/Makefile ($(objpfx)test-freopen.out): Replace
33899         $(run-program-prefix) with $(test-program-prefix).
33900         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
33901         (test_program_prefix): This.
33902         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
33903         $(run-program-prefix) with $(test-program-prefix).
33904         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
33905         (test_program_prefix): This.
33906         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
33907         * posix/Makefile ($(objpfx)globtest.out): Replace
33908         $(run-via-rtld-prefix) and $(test-wrapper) with
33909         $(test-program-prefix) and $(test-via-rtld-prefix).
33910         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
33911         $(test-program-prefix).
33912         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
33913         $(host-test-program-cmd).
33914         (tst-spawn-ARGS): Likewise.
33915         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
33916         $(test-program-prefix).
33917         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
33918         (test_via_rtld_prefix): This.
33919         (test_wrapper): Renamed to ...
33920         (test_program_prefix): This.
33921         (run_program_prefix): Replaced by test_program_prefix.
33922         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
33923         (test_program_prefix): This.
33924         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
33925         with $(host-test-program-cmd).
33926         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
33927         $(run-program-prefix) with $(test-program-prefix).
33928         ($(objpfx)tst-printf.out): Likewise.
33929         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
33930         $(test-program-cmd).
33931         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
33932         (test_program_prefix): This.
33933         * stdio-common/tst-unbputc.sh: Likewise.
33934         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
33935         $(run-program-prefix) with $(test-program-prefix).
33936         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
33937         (test_program_prefix): This.
33938         * string/Makefile ($(objpfx)tst-svc.out):  Replace
33939         $(built-program-cmd) with $(test-program-cmd).
33941 2013-01-11  Andreas Jaeger  <aj@suse.de>
33943         [BZ #15003]
33944         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
33945         value. Sync with Linux 3.7.
33947 2013-01-10  David S. Miller  <davem@davemloft.net>
33949         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
33950         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
33951         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
33953 2013-01-10  Roland McGrath  <roland@hack.frob.com>
33955         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
33956         never set.
33957         * configure: Regenerated.
33959 2013-01-10  David S. Miller  <davem@davemloft.net>
33961         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
33962         sparc V9 rather than using V8 code.
33963         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
33964         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
33966 2013-01-10  Roland McGrath  <roland@hack.frob.com>
33968         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
33969         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
33970         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
33971         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
33972         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
33973         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
33974         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
33975         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
33976         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
33977         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
33978         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
33979         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
33980         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
33981         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
33982         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
33983         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
33984         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
33985         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
33986         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
33987         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
33988         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
33989         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
33990         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
33991         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
33992         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
33993         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
33994         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
33996 2013-01-10  David S. Miller  <davem@davemloft.net>
33998         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34000 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
34002         * posix/Makefile (tests-static): New variable.
34003         (tests): Add $(tests-static).
34004         (tst-exec-static-ARGS): New variable.
34005         (tst-spawn-static-ARGS): Likewise.
34006         * posix/tst-exec-static.c: New file.
34007         * posix/tst-spawn-static.c: Likewise.
34008         * posix/tst-exec.c: Support run directly.
34009         * posix/tst-spawn.c: Likewise.
34011 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
34013         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
34014         long.
34015         * math/bits/mathcalls.h (llrint): Likewise.
34016         (llround): Likewise.
34017         * stdlib/stdlib.h (struct drand48_data): Likewise.
34018         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
34019         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
34020         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
34021         Likewise.
34022         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
34023         Likewise.
34024         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
34025         (elf_greg_t): Likewise.
34026         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
34027         (__jmp_buf): Likewise.
34028         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
34029         definitions.
34030         (llrint): Likewise, for all definitions.
34031         (llrintl): Likewise.
34033         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
34034         Remove [__GNUC__] condition.
34035         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
34036         condition to just [__USE_ISOC99].
34037         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
34039 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
34041         [BZ #14200]
34042         * sysdeps/unix/sysv/linux/x86/bits/environments.h
34043         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
34044         defined.
34045         (_POSIX_V6_ILP32_OFF32): Likewise.
34046         (_XBS5_ILP32_OFF32): Likewise.
34047         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
34048         (__ILP32_OFFBIG_LDFLAGS): Likewise.
34050 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
34052         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
34054         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
34055         doubles __mpexp_twomm1.  Adjust usage.
34056         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
34057         Remove.
34059 2013-01-10  Andreas Schwab  <schwab@suse.de>
34061         [BZ #14964]
34062         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
34063         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
34065 2013-01-09  David S. Miller  <davem@davemloft.net>
34067         [BZ #15003]
34068         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
34069         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
34070         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
34071         (TCP_FASTOPEN): Define.
34072         (tcp_repair_opt): New structure.
34073         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
34074         enum values.
34075         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
34076         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
34077         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
34078         (tcp_cookie_transactions): New structure.
34080 2013-01-09  Anton Blanchard  <anton@samba.org>
34082         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
34083         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
34084         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
34085         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
34087 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
34089         * include/features.h (__USE_ANSI): Remove.
34091 2013-01-09  Roland McGrath  <roland@hack.frob.com>
34093         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
34095         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
34097 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
34099         * sysdeps/s390/fpu/libm-test-ulps: Update.
34101         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
34103         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
34104         (__acr): Likewise.
34105         (__cpy): Likewise.
34106         (norm): Likewise.
34107         (denorm): Likewise.
34108         (__mp_dbl): Likewise.
34109         (__dbl_mp): Likewise.
34110         (add_magnitudes): Likewise.
34111         (sub_magnitudes): Likewise.
34112         (__add): Likewise.
34113         (__sub): Likewise.
34114         (__mul): Likewise.
34115         (__inv): Likewise.
34116         (__dvd): Likewise.
34117         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
34118         (__acr): Likewise.
34119         (__cpy): Likewise.
34120         (norm): Likewise.
34121         (denorm): Likewise.
34122         (__mp_dbl): Likewise.
34123         (__dbl_mp): Likewise.
34124         (add_magnitudes): Likewise.
34125         (sub_magnitudes): Likewise.
34126         (__add): Likewise.
34127         (__sub): Likewise.
34128         (__mul): Likewise.
34129         (__inv): Likewise.
34130         (__dvd): Likewise.
34131         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
34132         (__acr): Likewise.
34133         (__cpy): Likewise.
34134         (norm): Likewise.
34135         (denorm): Likewise.
34136         (__mp_dbl): Likewise.
34137         (__dbl_mp): Likewise.
34138         (add_magnitudes): Likewise.
34139         (sub_magnitudes): Likewise.
34140         (__add): Likewise.
34141         (__sub): Likewise.
34142         (__mul): Likewise.
34143         (__inv): Likewise.
34144         (__dvd): Likewise.
34146 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
34148         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
34149         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
34150         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
34151         2 && __USE_EXTERN_INLINES]: Likewise.
34153 2013-01-08  Andreas Jaeger  <aj@suse.de>
34155         [BZ# 14985]
34156         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
34157         Remove.
34158         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
34159         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
34161 2013-01-07  Anton Blanchard  <anton@samba.org>
34163         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
34164         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
34165         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
34166         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
34167         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
34168         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
34169         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
34170         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
34171         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
34172         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
34173         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
34174         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
34175         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
34176         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
34177         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
34178         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
34179         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
34180         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
34181         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
34182         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
34183         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
34184         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
34185         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
34186         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
34187         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
34188         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
34189         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
34190         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
34191         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
34192         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
34193         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
34194         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
34195         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
34196         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
34197         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
34198         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
34199         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
34200         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
34201         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
34202         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
34203         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
34204         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
34205         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
34207 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
34209         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
34210         (__MALLOC_PMT): Likewise.
34211         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
34212         [__GNUC__], only on [_LIBC].
34213         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
34214         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
34215         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
34216         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
34217         forward declaration.
34218         (realloc_hook_ini): Likewise.
34219         (memalign_hook_ini): Likewise.
34220         (__libc_memalign): Do not use __MALLOC_PMT in variable
34221         declaration.
34222         (__libc_valloc): Likewise.
34223         (__libc_pvalloc): Likewise.
34224         (__libc_calloc): Likewise.
34225         (__posix_memalign): Likewise.
34227         [BZ #14996]
34228         * math/s_casinh.c: Include <float.h>.
34229         (__casinh): Do not do computation with squaring and square root
34230         for large arguments.
34231         * math/s_casinhf.c: Include <float.h>.
34232         (__casinhf): Do not do computation with squaring and square root
34233         for large arguments.
34234         * math/s_casinhl.c: Include <float.h>.
34235         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
34236         (__casinhl): Do not do computation with squaring and square root
34237         for large arguments.
34238         * math/libm-test.inc (casin_test): Add more tests.
34239         (casinh_test): Likewise.
34240         * sysdeps/i386/fpu/libm-test-ulps: Update.
34241         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34243 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
34245         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
34246         (__x86_64_raw_data_cache_size): Likewise.
34247         (__x86_64_data_cache_size_half): Likewise.
34248         (__x86_64_raw_data_cache_size_half): Likewise.
34249         (__x86_64_shared_cache_size): Likewise.
34250         (__x86_64_raw_shared_cache_size): Likewise.
34251         (__x86_64_shared_cache_size_half): Likewise.
34252         (__x86_64_raw_shared_cache_size_half): Likewise.
34253         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
34254         to ...
34255         (__x86_data_cache_size): This.
34256         (__x86_64_raw_data_cache_size): Renamed to ...
34257         (__x86_raw_data_cache_size): This.
34258         (__x86_64_data_cache_size_half): Renamed to ...
34259         (__x86_data_cache_size_half): This.
34260         (__x86_64_raw_data_cache_size_half): Renamed to ...
34261         (__x86_raw_data_cache_size_half): This.
34262         (__x86_64_shared_cache_size): Renamed to ...
34263         (__x86_shared_cache_size): This.
34264         (__x86_64_raw_shared_cache_size): Renamed to ...
34265         (__x86_raw_shared_cache_size): This.
34266         (__x86_64_shared_cache_size_half): Renamed to ...
34267         (__x86_shared_cache_size_half): This.
34268         (__x86_64_raw_shared_cache_size_half): Renamed to ...
34269         (__x86_raw_shared_cache_size_half): This.
34270         * sysdeps/x86_64/memcpy.S: Updated.
34271         * sysdeps/x86_64/memset.S: Likewise.
34272         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
34273         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
34274         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
34276 2013-01-04  David S. Miller  <davem@davemloft.net>
34278         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34280 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
34282         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
34283         1 to avoid redefinition warning.
34284         (__USE_GNU): Don't define.
34285         (init_signaling_nan): Protoize.
34287         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
34289 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
34291         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
34292         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
34293         (__cpymn): Likewise.
34294         (norm): Remove commented code.
34295         (denorm): Likewise.
34296         (__mp_dbl): Likewise.
34297         (__inv): Likewise.
34298         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
34299         (__cpymn): Likewise.
34300         (norm): Remove commented code.
34301         (denorm): Likewise.
34302         (__mp_dbl): Likewise.
34303         (__inv): Likewise.
34305         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
34306         mp_no value for 1.0 and 2.0.
34307         (norm): Use RADIXI instead of radixi.d.
34308         (denorm): Likewise.
34309         (__mul): Use 0.0 instead of zero.d.
34310         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
34311         mp_no value for 1.0 and 2.0.
34312         (norm): Use RADIXI instead of radixi.d.
34313         (denorm): Likewise.
34314         (__mul): Use 0.0 instead of zero.d.
34316 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
34318         [BZ #14994]
34319         * math/s_casinh.c (__casinh): Reduce finite argument to first
34320         quadrant then set signs of results at the end.
34321         * math/s_casinhf.c (__casinhf): Likewise.
34322         * math/s_casinhl.c (__casinhl): Likewise.
34323         * math/libm-test.inc (casin_test): Add more tests.
34324         (casinh_test): Likewise.
34325         * sysdeps/i386/fpu/libm-test-ulps: Update.
34326         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34328 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
34330         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
34332         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
34334         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
34335         declarations.
34336         (denorm): Likewise.
34337         (__mp_dbl): Likewise.
34338         (__inv): Likewise.
34340         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
34341         and adjust the header comment.
34343         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
34344         variable name from declaration.
34346 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
34348         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
34349         Initialize COMMON_CPUID_INDEX_7 element.
34350         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
34351         (CPUID_RTM): Likewise.
34352         (HAS_RTM): Likewise.
34353         (COMMON_CPUID_INDEX_7): New enum.
34355 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
34357         [BZ #14981]
34358         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
34359         size is zero, record memory as freed.
34361 2013-01-03  Andreas Jaeger  <aj@suse.de>
34363         * po/ia.po: Add new Interlingua translation.
34365 2012-01-03  Allan McRae  <allan@archlinux.org>
34367         * locale/programs/localedef.c: Fix description of '--posix' flag.
34369 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
34371         * NEWS: Update dates in second copyright notice.
34372         * README: Update copyright dates in example.
34373         * manual/libc.texinfo: Update copyright dates.
34374         * scripts/test-installation.pl: Update copyright date in --version
34375         output.
34377         * hurd/ctty-input.c: Fix copyright notice formatting.
34378         * hurd/ctty-output.c: Likewise.
34379         * hurd/dtable.c: Likewise.
34380         * hurd/hurd-raise.c: Likewise.
34381         * hurd/hurdprio.c: Likewise.
34382         * hurd/msgportdemux.c: Likewise.
34383         * misc/sys/file.h: Likewise.
34384         * misc/sys/ioctl.h: Likewise.
34385         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
34386         * sysdeps/mach/hurd/chdir.c: Likewise.
34387         * sysdeps/mach/hurd/fchdir.c: Likewise.
34388         * sysdeps/mach/hurd/rename.c: Likewise.
34389         * sysdeps/mach/hurd/rmdir.c: Likewise.
34390         * sysdeps/mach/hurd/seekdir.c: Likewise.
34391         * sysdeps/mach/hurd/setsid.c: Likewise.
34392         * sysdeps/posix/wait3.c: Likewise.
34394         * All files with FSF copyright notices: Update copyright dates
34395         using scripts/update-copyrights.
34396         * intl/plural.c: Regenerated.
34397         * locale/programs/charmap-kw.h: Likewise.
34398         * locale/programs/locfile-kw.h: Likewise.
34400 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
34402         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
34403         four values.
34405         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
34406         calculation loop and add branch prediction.
34408         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
34409         check access beyond bounds of m1np.
34411         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
34412         MPTWO.
34413         (__inv): Remove local variable MPTWO to use the global
34414         constant.
34415         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
34416         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
34417         variable MPTWO.
34418         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
34419         MP3HALFS static const.
34421 2013-01-01  David S. Miller  <davem@davemloft.net>
34423         * po/ca.po: Update from translation team.
34425 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
34427         * scripts/update-copyrights: New file.
34428         * Makeconfig: Reformat copyright notice.
34429         * ctype/ctype.h: Likewise.
34430         * debug/swprintf_chk.c: Likewise.
34431         * elf/dl-cache.c: Likewise.
34432         * elf/dl-debug.c: Likewise.
34433         * elf/dl-object.c: Likewise.
34434         * grp/initgroups.c: Likewise.
34435         * hurd/Makefile: Likewise.
34436         * hurd/hurd/signal.h: Likewise.
34437         * hurd/hurdfault.c: Likewise.
34438         * hurd/hurdioctl.c: Likewise.
34439         * hurd/hurdlookup.c: Likewise.
34440         * hurd/intr-msg.c: Likewise.
34441         * iconv/gconv_open.c: Likewise.
34442         * libio/swprintf.c: Likewise.
34443         * locale/lc-ctype.c: Likewise.
34444         * locale/nl_langinfo.c: Likewise.
34445         * mach/Machrules: Likewise.
34446         * mach/Makefile: Likewise.
34447         * malloc/obstack.h: Likewise.
34448         * manual/Makefile: Likewise.
34449         * manual/tsort.awk: Likewise.
34450         * misc/bits/stab.def: Likewise.
34451         * nis/nis_print_group_entry.c: Likewise.
34452         * nis/nis_table.c: Likewise.
34453         * nis/nss_compat/compat-pwd.c: Likewise.
34454         * nis/nss_compat/compat-spwd.c: Likewise.
34455         * po/Makefile: Likewise.
34456         * posix/fnmatch.c: Likewise.
34457         * posix/regex.h: Likewise.
34458         * resolv/Makefile: Likewise.
34459         * resolv/nss_dns/dns-network.c: Likewise.
34460         * resolv/res_hconf.c: Likewise.
34461         * scripts/gen-sorted.awk: Likewise.
34462         * soft-fp/soft-fp.h: Likewise.
34463         * stdio-common/printf.h: Likewise.
34464         * stdlib/monetary.h: Likewise.
34465         * stdlib/random.c: Likewise.
34466         * stdlib/random_r.c: Likewise.
34467         * sysdeps/generic/Makefile: Likewise.
34468         * sysdeps/gnu/Makefile: Likewise.
34469         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
34470         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
34471         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
34472         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
34473         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
34474         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
34475         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
34476         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
34477         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
34478         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
34479         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
34480         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
34481         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
34482         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
34483         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
34484         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
34485         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
34486         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
34487         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
34488         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
34489         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
34490         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
34491         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
34492         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
34493         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
34494         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
34495         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
34496         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
34497         * sysdeps/mach/hurd/errnos.awk: Likewise.
34498         * sysdeps/mach/hurd/fork.c: Likewise.
34499         * sysdeps/mach/hurd/getcwd.c: Likewise.
34500         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
34501         * sysdeps/mach/hurd/mmap.c: Likewise.
34502         * sysdeps/mach/hurd/utimes.c: Likewise.
34503         * sysdeps/mach/hurd/xmknod.c: Likewise.
34504         * sysdeps/posix/profil.c: Likewise.
34505         * sysdeps/posix/readdir_r.c: Likewise.
34506         * sysdeps/powerpc/bits/mathdef.h: Likewise.
34507         * sysdeps/powerpc/bits/setjmp.h: Likewise.
34508         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
34509         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
34510         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
34511         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
34512         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
34513         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
34514         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
34515         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
34516         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
34517         * sysdeps/pthread/lio_listio.c: Likewise.
34518         * sysdeps/sparc/dl-procinfo.h: Likewise.
34519         * sysdeps/unix/i386/sysdep.S: Likewise.
34520         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
34521         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
34522         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
34523         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
34524         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
34525         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
34526         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
34527         * sysdeps/unix/sysv/linux/speed.c: Likewise.
34528         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
34529         * sysdeps/wordsize-32/divdi3.c: Likewise.
34530         * time/sys/time.h: Likewise.
34531         * wcsmbs/Makefile: Likewise.
34533 2013-01-01  David S. Miller  <davem@davemloft.net>
34535         * po/fr.po: Update from translation team.
34537         * catgets/gencat.c: Update copyright year.
34538         * csu/version.c: Likewise.
34539         * debug/catchsegv.sh: Likewise.
34540         * debug/pcprofiledump.c: Likewise.
34541         * debug/xtrace.sh: Likewise.
34542         * elf/ldconfig.c: Likewise.
34543         * elf/ldd.bash.in: Likewise.
34544         * elf/pldd.c: Likewise.
34545         * elf/sotruss.ksh: Likewise.
34546         * elf/sprof.c: Likewise.
34547         * iconv/iconv_prog.c: Likewise.
34548         * iconv/iconvconfig.c: Likewise.
34549         * locale/programs/locale.c: Likewise.
34550         * locale/programs/localedef.c: Likewise.
34551         * login/programs/pt_chown.c: Likewise.
34552         * malloc/memusage.sh: Likewise.
34553         * malloc/memusagestat.c: Likewise.
34554         * malloc/mtrace.pl: Likewise.
34555         * nscd/nscd.c: Likewise.
34556         * nss/getent.c: Likewise.
34557         * nss/makedb.c: Likewise.
34558         * posix/getconf.c: Likewise.
34560 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
34562         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
34563         numbers.
34565 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
34567         * math/bits/mathcalls.h (modf): Use __nonnull.
34569 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
34571         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
34572         (split): Use macro CN instead of the bare value.
34573         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
34574         could be used.
34575         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
34576         instead of the bare value.
34577         (power1): Likewise.
34579 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
34581         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
34582         __ATAN_TWOM.
34583         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
34585         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
34586         their values.
34587         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
34588         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
34589         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
34590         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
34592 2012-12-28  Andreas Jaeger  <aj@suse.de>
34594         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
34595         values are from Linux 3.7.
34597         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
34598         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
34600 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
34602         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
34603         TRUE case.
34605         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
34606         (norm): Likewise.
34607         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
34608         variables with preprocessor constants.
34609         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
34610         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
34611         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
34613 2012-12-27  Bruno Haible  <bruno@clisp.org>
34615         [BZ #14317]
34616         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
34617         only if needed.
34619 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
34621         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
34622         and use variable directly.
34623         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
34625         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
34626         MPONE.
34627         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
34628         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
34629         variable MPONE.
34630         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
34631         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
34632         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
34633         include directive.  Remove local variable MPONE.
34634         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
34635         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
34636         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
34638 2012-12-25  David S. Miller  <davem@davemloft.net>
34640         * version.h (RELEASE): Set to "development".
34641         (VERSION): Set to "2.17.90".
34642         * NEWS: Add 2.18 section.
34644 2012-12-21  David S. Miller  <davem@davemloft.net>
34646         * po/hr.po: Update from translation team.
34648 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
34650         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
34652 2012-12-19  Steve Ellcey  <sellcey@mips.com>
34654         * NEWS:  Mention new memcpy for MIPS.
34656 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
34658         * manual/contrib.texi (Contributors): Spelling correction.
34660 2012-12-15  David S. Miller  <davem@davemloft.net>
34662         * po/ru.po: Update from translation team.
34664 2012-12-13  David S. Miller  <davem@davemloft.net>
34666         * NEWS: Mention IFUNC testsuite enhancements.
34668         * po/pl.po: Update from translation team.
34669         * po/bg.po: Likewise.
34671         * manual/contrib.texi (Contributors): Update entries for Hongjiu
34672         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
34674 2012-12-11  David S. Miller  <davem@davemloft.net>
34676         * po/sv.po: Update from translation team.
34678         * po/vi.po: Update from translation team.
34680         * po/cs.po: Update from translation team.
34682         * po/de.po: Update from translation team.
34683         * po/eo.po: Likewise.
34684         * po/nl.po: Likewise.
34686 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
34688         [BZ #14246]
34689         * manual/argp.texi (Argp Helper Functions): Move node to follow
34690         Argp Parsing State.
34692         [BZ #14872]
34693         * manual/conf.texi (Limits on File System Capacity): Mention if
34694         terminating null is included in the max size.
34696 2012-12-10  Andreas Jaeger  <aj@suse.de>
34698         * po/cs.po: Update from translation team.
34700 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
34702         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
34703         void pointer and cast to uintptr_t.
34704         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
34705         path.
34706         * sysdeps/s390/s390-64/memcpy.S: Likewise.
34707         * sysdeps/s390/s390-64/memset.S: Likewise.
34709 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
34711         [BZ #14833]
34712         * menual/message.texi (Message Translation): Fix typos.
34713         (Helper programs for gettext): Likewise.
34715 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
34717         [BZ #14898]
34718         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
34719         Change to -1.
34721 2012-12-07  David S. Miller  <davem@davemloft.net>
34723         * po/libc.pot: Update.
34725 2012-12-07  Richard Henderson  <rth@redhat.com>
34727         [BZ #10114]
34728         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
34729         normal/normal case to before the switch.
34730         (_FP_DIV): Likewise.
34732 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
34733             Mike Frysinger  <vapier@gentoo.org>
34735         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
34736         check for __NR_fadvise64_64.
34738 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
34740         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
34741         0, not just to plain "0" as a statement.
34742         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
34743         with cw.
34745 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
34747         * NEWS: Use sourceware.org in Bugzilla URL.
34749 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
34751         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
34752         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
34754         * stdio-common/tst-put-error.c (do_test): Add newline to the
34755         padded test to ensure flush.
34757 2012-12-05  Jeff Law  <law@redhat.com>
34759         * sunrpc/etc.rpc (fedfs_admin): Add entry.
34761 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
34763         * README: Don't refer to ports add-on as distributed separately.
34764         Mention AArch64 in list of systems supported in the ports add-on.
34766         * LICENSES: Add more non-FSF copyright and license notices.
34768         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
34769         ((unused)).
34771         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
34773         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
34774         10000 as width of padded output.
34776 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
34778         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
34780         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
34781         variable LX with __attribute__ ((unused)).
34782         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
34783         Likewise.
34784         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
34785         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
34786         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
34787         with __attribute__ ((unused)).
34789 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
34791         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
34793 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
34795         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
34796         (CFLAGS-nldbl-acos.c): New variable.
34797         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
34798         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
34799         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
34800         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
34801         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
34802         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
34803         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
34804         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
34805         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
34806         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
34807         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
34808         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
34809         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
34810         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
34811         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
34812         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
34813         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
34814         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
34815         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
34816         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
34817         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
34818         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
34819         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
34820         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
34821         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
34822         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
34823         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
34824         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
34825         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
34826         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
34827         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
34828         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
34829         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
34830         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
34831         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
34832         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
34833         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
34834         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
34835         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
34836         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
34837         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
34838         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
34839         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
34840         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
34841         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
34842         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
34843         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
34844         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
34845         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
34846         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
34847         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
34848         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
34849         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
34850         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
34851         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
34852         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
34853         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
34854         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
34855         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
34856         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
34857         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
34858         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
34859         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
34860         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
34861         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
34862         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
34863         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
34864         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
34865         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
34866         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
34867         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
34868         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
34869         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
34870         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
34871         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
34872         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
34873         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
34874         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
34875         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
34876         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
34877         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
34878         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
34879         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
34880         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
34881         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
34882         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
34883         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
34884         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
34885         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
34886         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
34887         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
34888         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
34889         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
34890         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
34891         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
34892         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
34893         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
34895         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
34896         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
34898         [BZ #14914]
34899         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
34900         whole low double instead of just low 47 bits when splitting values
34901         into two parts.
34903 2012-12-03  Allan McRae  <allan@archlinux.org>
34905         * manual/stdio.texi (Predefined Printf Handlers): Remove
34906         @hsep and @vsep usage.
34908 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
34910         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
34911         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
34913 2012-12-03  Jeff Law  <law@redhat.com>
34915         * time/sys/time.h (settimeofday): Do not mark TV argument
34916         as __nonnull.
34918 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
34920         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
34921         when currently writing and seek to current position when not.
34922         * libio/Makefile (tests): Remove bug-fclose1.
34923         * libio/bug-fclose1.c: Delete.
34925 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
34927         * manual/arith.texi (feenableexcept): Fix typo.
34928         (fedisableexcept): Likewise.
34930 2012-11-30  Roland McGrath  <roland@hack.frob.com>
34932         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
34933         second, differently-typed declaration, rather than a cast.
34935 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
34937         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
34938         * include/rpc/svc.h: ... here.
34940 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
34942         [BZ #13013]
34943         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
34944         depending n and resplen2 to catch cases where answer
34945         equals answerp2.
34947 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
34949         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
34950         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
34952 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
34954         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
34956 2012-11-29  Roland McGrath  <roland@hack.frob.com>
34958         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
34960 2012-11-28  Jeff Law  <law@redhat.com>
34962         [BZ #13761]
34963         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
34964         dataset_temporary.  Track alloca usage into alloca_used.
34965         If dataset is large allocate and release it via malloc/free.
34967 2012-06-04  Florian Weimer  <fweimer@redhat.com>
34969         [BZ #14197]
34970         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
34972 2012-11-28  David S. Miller  <davem@davemloft.net>
34974         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34976 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
34978         [BZ #14803]
34979         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
34980         of pi/2 rounded to nearest to 64 bits.
34981         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
34982         nearest to 64 bits.
34983         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
34984         bits.
34986 2012-11-28  Jeff Law <law@redhat.com>
34987             Martin Osvald <mosvald@redhat.com>
34989         [BZ #14889]
34990         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
34991         * sunrpc/svc.c: Include time.h.
34992         (__svc_accept_failed): New function.
34993         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
34994         any reason other than EINTR, call __svc_accept_failed.
34995         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
34996         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
34998 2012-11-28  Andreas Schwab  <schwab@suse.de>
35000         * scripts/abilist.awk: Also handle indirect functions in .opd
35001         section.
35003 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
35005         [BZ #13881]
35006         * sysdeps/x86/fpu/powl_helper.c: New file.
35007         * sysdeps/x86/fpu/Makefile: Likewise.
35008         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
35009         (p3): New object.
35010         (__ieee754_powl): Use __powl_helper for finite arguments except
35011         integer exponents below 8.
35012         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
35013         (p3): New object.
35014         (__ieee754_powl): Use __powl_helper for finite arguments except
35015         integer exponents below 8.
35016         * math/libm-test.inc (pow_test): Add more tests and enable some
35017         previously disabled tests.
35018         * sysdeps/i386/fpu/libm-test-ulps: Update.
35019         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35021 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
35022             Carlos O'Donell  <carlos_odonell@mentor.com>
35024         * nss/makedb.c (is_prime): Assert that input is odd and greater
35025         than 4.  Note that fact in a comment too.
35026         (next_prime): Add 4 to input.
35028 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
35030         [BZ #11741]
35031         * libio/Makefile (tests): Add test case tst-fwrite-error.
35032         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
35033         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
35034         * libio/tst-fwrite-error.c: New test case.
35036 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
35038         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
35039         before casting to void *.
35040         * include/libc-internal.h (__pointer_type): New macro.
35041         (__integer_if_pointer_type_sub): Likewise.
35042         (__integer_if_pointer_type): Likewise.
35043         (cast_to_integer): Likewise.
35044         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
35045         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
35046         before casting to atomic64_t.
35047         (atomic_exchange_acq): Likewise.
35048         (__arch_exchange_and_add_body): Likewise.
35049         (__arch_add_body): Likewise.
35050         (atomic_add_negative): Likewise.
35051         (atomic_add_zero): Likewise.
35053 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
35055         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
35056         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
35057         (add_fdes): Likewise.
35058         (linear_search_fdes): Likewise.
35059         (binary_search_unencoded_fdes): Likewise.
35061 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
35063         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
35065 2012-11-24  Adam Conrad  <adconrad@0c3.net>
35067         * configure.in: Autodetect C++ header directories.
35068         * configure: Regenerated.
35070 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
35072         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
35074 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
35076         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
35078 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
35080         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
35081         LDBL_MANT_DIG == 106]: Disable some tests.
35082         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
35083         Likewise.
35084         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
35085         Likewise.
35087         [BZ #14871]
35088         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
35089         input for small inputs.  Return +/- pi/2 for large inputs.
35090         * math/libm-test.inc (atan_test): Add more tests.
35092         * sysdeps/generic/unwind-dw2-fde-glibc.c
35093         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
35094         __attribute__ ((unused)).
35096         [BZ #14645]
35097         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
35098         x * y if x and y are nonzero and z is zero.
35100         [BZ #14811]
35101         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
35102         nonzero exponents with absolute value below 0x1p-117 to +/-
35103         0x1p-117.
35105         [BZ #14869]
35106         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
35107         up arguments below 2**-450, not just those below 2**-500.
35108         * math/libm-test.inc (hypot_test): Add another test.
35110         [BZ #14868]
35111         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
35112         Return a+b for ratio over 2**120, not 2**60.
35113         * math/libm-test.inc (hypot_test): Add another test.
35115         * math/libm-test.inc (clog_test): Use
35116         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
35117         (clog10_test): Likewise.
35119         [BZ #6778]
35120         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
35122 2012-11-22  Andreas Schwab  <schwab@suse.de>
35124         * sysdeps/i386/fpu/libm-test-ulps: Update.
35126 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
35128         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
35129         printf output with newline.
35131 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
35133         [BZ #14865]
35134         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
35135         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
35136         -z nodlopen, -z initfirst and -z execstack support.
35137         * configure: Regenerated.
35139         * elf/elf.h (DF_1_NODIRECT): New macro.
35140         (DF_1_IGNMULDEF): Likewise.
35141         (DF_1_NOKSYMS): Likewise.
35142         (DF_1_NOHDR): Likewise.
35143         (DF_1_EDITED): Likewise.
35144         (DF_1_NORELOC): Likewise.
35145         (DF_1_SYMINTPOSE): Likewise.
35146         (DF_1_GLOBAUDIT): Likewise.
35147         (DF_1_SINGLETON): Likewise.
35148         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
35149         DT_1_SUPPORTED_MASK bits.
35150         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
35152 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
35154         * sysdeps/unix/make-syscalls.sh: Document prefixes.
35156 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
35158         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
35159         macro.
35161         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
35162         (sendmmsg): Move declarations...
35163         * socket/sys/socket.h: ... here.
35164         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
35165         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
35166         include it from...
35167         * socket/recvmmsg.c: ... this new file.
35168         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
35169         (sendmmsg): Rename to __sendmmsg, create weak alias and make
35170         definition of __sendmmsg hidden.
35171         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
35172         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
35173         Move ENOSYS stub into and include it from...
35174         * socket/sendmmsg.c: ... this new file.
35175         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
35176         (sysdep_routines): Move recvmmsg and sendmmsg...
35177         * socket/Makefile (routines): ... here.
35178         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
35179         (GLIBC_PRIVATE): Add __sendmmsg.
35180         * include/sys/socket.h (__sendmmsg): Add declarations.
35181         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
35182         sendmmsg.
35184 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
35186         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
35187         variable I1 with __attribute__ ((unused)).
35188         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
35190 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
35192         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
35193         DUMMY variables with __attribute__ ((unused)).
35195         * bits/byteswap.h: Include <bits/types.h>.
35196         (__bswap_64): Use __uint64_t instead of unsigned long long int.
35198 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
35200         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
35201         string_t.  Do not manually set errno.
35202         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
35203         length with __strnlen.  Make sure to both set errno and return it on
35204         failure.
35206 2012-11-19  David S. Miller  <davem@davemloft.net>
35208         With help from Joseph Myers.
35209         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
35210         very large arguments properly.
35211         * math/libm-test.inc (atan_test): New tests.
35212         (atan2_test): New tests.
35213         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35214         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35216 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
35218         [BZ #14856]
35219         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
35220         Define to 3.
35222         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
35223         [POSIX] (EADDRNOTAVAIL): Likewise.
35224         [POSIX] (EAFNOSUPPORT): Likewise.
35225         [POSIX] (EALREADY): Likewise.
35226         [POSIX] (ECONNABORTED): Likewise.
35227         [POSIX] (ECONNREFUSED): Likewise.
35228         [POSIX] (ECONNRESET): Likewise.
35229         [POSIX] (EDESTADDRREQ): Likewise.
35230         [POSIX] (EDQUOT): Likewise.
35231         [POSIX] (EHOSTUNREACH): Likewise.
35232         [POSIX] (EIDRM): Likewise.
35233         [POSIX] (EISCONN): Likewise.
35234         [POSIX] (ELOOP): Likewise.
35235         [POSIX] (EMULTIHOP): Likewise.
35236         [POSIX] (ENETDOWN): Likewise.
35237         [POSIX] (ENETUNREACH): Likewise.
35238         [POSIX] (ENOBUFS): Likewise.
35239         [POSIX] (ENODATA): Likewise.
35240         [POSIX] (ENOLINK): Likewise.
35241         [POSIX] (ENOMSG): Likewise.
35242         [POSIX] (ENOPROTOOPT): Likewise.
35243         [POSIX] (ENOSR): Likewise.
35244         [POSIX] (ENOSTR): Likewise.
35245         [POSIX] (ENOTCONN): Likewise.
35246         [POSIX] (ENOTSOCK): Likewise.
35247         [POSIX] (EOPNOTSUPP): Likewise.
35248         [POSIX] (EOVERFLOW): Likewise.
35249         [POSIX] (EPROTO): Likewise.
35250         [POSIX] (EPROTONOSUPPORT): Likewise.
35251         [POSIX] (EPROTOTYPE): Likewise.
35252         [POSIX] (ESTALE): Likewise.
35253         [POSIX] (ETIME): Likewise.
35254         [POSIX] (ETXTBSY): Likewise.
35255         [POSIX] (EWOULDBLOCK): Likewise.
35256         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
35257         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
35258         [POSIX] (SEEK_CUR): Likewise.
35259         [POSIX] (SEEK_END): Likewise.
35260         [POSIX || UNIX98] (mode_t): Do not require.
35261         [POSIX] (off_t): Likewise.
35262         [POSIX] (pid_t): Likewise.
35263         [POSIX] (sys/stat.h): Do not allow header.
35264         [POSIX] (unistd.h): Likewise.
35265         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
35266         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
35267         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
35268         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
35269         require.
35270         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
35271         sigevent): Specify elements.
35272         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
35273         entry.
35274         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
35275         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
35277         * conform/data/cpio.h-data [POSIX]: Disable whole file.
35278         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
35279         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
35280         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
35281         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
35282         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
35283         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
35284         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
35285         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
35286         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
35287         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
35288         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
35289         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
35290         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
35291         Likewise.
35292         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
35293         Likewise.
35294         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
35295         Likewise.
35296         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
35297         Likewise.
35298         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
35299         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
35300         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
35301         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
35302         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
35303         Specify lower bound on value.
35304         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
35305         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
35306         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
35307         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
35308         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
35309         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
35310         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
35311         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
35312         value.
35313         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
35314         as optional.
35315         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
35316         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
35317         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
35318         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
35319         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
35320         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
35321         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
35322         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
35323         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
35324         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
35325         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
35326         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
35327         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
35328         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
35329         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
35330         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
35331         entry.
35332         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
35333         optional.
35334         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
35335         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
35336         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
35337         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
35338         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
35339         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
35340         Likewise.
35341         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
35342         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
35343         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
35344         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
35345         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
35346         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
35347         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
35348         as optional.
35349         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
35350         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
35351         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
35352         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
35353         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
35354         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
35355         specify as optional.
35356         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
35357         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
35358         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
35359         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
35360         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
35361         [XPG3] (NL_LANGMAX): Likewise.
35362         [POSIX || XPG3] (NL_MSGMAX): Likewise.
35363         [POSIX || XPG3] (NL_NMAX): Likewise.
35364         [POSIX || XPG3] (NL_SETMAX): Likewise.
35365         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
35366         [XPG3] (NZERO): Likewise.
35367         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
35368         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
35369         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
35370         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
35371         (REG_ERANGE): Expect.
35372         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
35373         optional-constant.
35374         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
35375         Use (void) in prototype.
35376         [POSIX] (*_t): Allow.
35377         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
35378         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
35379         (WRDE_BADVAL): Expect.
35381         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
35382         expect.
35383         [XPG3 || XPG4] (O_RSYNC): Likewise.
35384         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
35385         Likewise.
35386         [XPG3 || XPG4] (pthread_sigmask): Likewise.
35387         [XPG3 || XPG4] (sigqueue): Likewise.
35388         [XPG3 || XPG4] (sigtimedwait): Likewise.
35389         [XPG3 || XPG4] (sigwaitinfo): Likewise.
35390         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
35391         [XPG3 || XPG4] (vsnprintf): Likewise.
35392         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
35393         Likewise.
35394         [XPG3 || XPG4] (blksize_t): Likewise.
35395         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
35396         Likewise.
35397         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
35398         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
35399         [XPG3 || XPG4] (struct itimerspec): Likewise.
35400         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
35401         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
35402         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
35403         [XPG3 || XPG4] (clockid_t): Likewise.
35404         [XPG3 || XPG4] (timer_t): Likewise.
35405         [XPG3 || XPG4] (clock_getres): Likewise.
35406         [XPG3 || XPG4] (clock_gettime): Likewise.
35407         [XPG3 || XPG4] (clock_settime): Likewise.
35408         [XPG3 || XPG4] (nanosleep): Likewise.
35409         [XPG3 || XPG4] (timer_create): Likewise.
35410         [XPG3 || XPG4] (timer_delete): Likewise.
35411         [XPG3 || XPG4] (timer_gettime): Likewise.
35412         [XPG3 || XPG4] (timer_getoverrun): Likewise.
35413         [XPG3 || XPG4] (timer_settime): Likewise.
35414         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
35415         [XPG3 || XPG4] (getlogin_r): Likewise.
35416         [XPG3 || XPG4] (pread): Likewise.
35417         [XPG3 || XPG4] (pthread_atfork): Likewise.
35418         [XPG3 || XPG4] (pwrite): Likewise.
35420         [BZ #14835]
35421         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
35422         <bits/siginfo.h>.
35424 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
35426         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
35427         finalizing MALLSTREAM.
35429         * sysdeps/mach/hurd/syncfs.c: New file.
35431 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
35433         [BZ #14719]
35434         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
35435         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
35436         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
35437         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
35438         (_nss_dns_gethostbyname4_r): Likewise.
35439         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
35440         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
35442 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
35444         [BZ #13763]
35445         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
35447 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
35449         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
35450         * elf/cache.c (print_entry): Print ",AArch64" for
35451         FLAG_AARCH64_LIB64
35453         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
35454         * elf/cache.c (print_entry): Print ",hard-float" for
35455         FLAG_ARM_LIBHF.
35457 2012-11-18  David S. Miller  <davem@davemloft.net>
35459         With help from Joseph Myers.
35460         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
35461         cutoff to 2**-13.
35462         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
35463         cutoff to 2**-25.
35464         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
35465         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
35466         small.
35467         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
35468         * math/libm-test.inc (y0_test): New tests.
35469         (y1_test): New tests.
35470         * sysdeps/i386/fpu/libm-test-ulps: Update.
35471         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35472         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35474 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
35476         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
35477         64-bit targets.
35478         * configure: Regenerated.
35480 2012-11-17  David S. Miller  <davem@davemloft.net>
35482         [BZ #14811]
35483         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
35484         nonzero exponents with absolute value below 0x1p-128 to +/-
35485         0x1p-128.
35487 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
35489         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
35491         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
35493         * posix/getconf-speclist.c: New file.
35494         * posix/posix-envs.def: Likewise.
35495         * posix/confstr.c (START_ENV_GROUP): New macro.
35496         (END_ENV_GROUP): Likewise.
35497         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
35498         (KNOWN_PRESENT_ENV_STRING): Likewise.
35499         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
35500         (UNKNOWN_ENVIRONMENT): Likewise.
35501         (confstr): Include posix-envs.def instead of handling
35502         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
35503         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
35504         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
35505         (END_ENV_GROUP): Likewise.
35506         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
35507         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
35508         (UNKNOWN_ENVIRONMENT): Likewise.
35509         (__sysconf): Include posix-envs.def instead of handling associated
35510         cases directly here.
35511         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
35512         preprocessing getconf-speclist.c rather than running getconf or
35513         generating empty file.
35515 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
35517         * scripts/check-local-headers.sh: Ignore 'mach' headers.
35519 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
35521         [BZ #14672]
35522         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
35524 2012-11-16  David S. Miller  <davem@davemloft.net>
35526         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
35527         smaller than LDBL_EPSILON/2.0L, just return xm1.
35529 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
35531         * elf/tst-array1.c (init): Set constructor priority to 1000.
35532         (fini): Set destructor priority to 1000.
35533         * elf/tst-array2dep.c: Likewise.
35535 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
35537         [BZ #11741]
35538         * libio/fileops.c (_IO_new_file_write): Correctly return error.
35539         (_IO_new_file_xsputn): Also return EOF if none of the input
35540         data was written when overflow failed.
35541         * libio/iopadn.c (_IO_padn): Likewise.
35542         * libio/iowpadn.c (_IO_wpadn): Likewise.
35543         * stdio-common/tst-put-error.c: Add copyright notice.
35544         (do_test): Add case for printing padded string.
35545         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
35546         _IO_padn returned error.
35547         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
35548         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
35549         return EOF.
35551 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
35553         * libio/libioP.h: Add comment note that the references to C++
35554         bits are now obsolete.
35556 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
35558         * math/libm-test.inc (check_complex): Use asprintf.
35560 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
35562         * debug/pcprofiledump.c (print_version): Update copyright year.
35563         * malloc/memusagestat.c (print_version): Likewise.
35565 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
35567         [BZ #14831]
35568         * elf/Makefile (tests): Add tst-audit8.
35569         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
35570         ($(objpfx)tst-audit8.out): New target.
35571         (tst-audit8-ENV): New variable.
35572         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
35573         audit if l_reloc_result is NULL.
35574         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
35575         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
35576         * elf/tst-audit8.c: New file.
35578 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
35580         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
35581         * misc/Makefile (CFLAGS-select.c): Define.
35582         * posix/Makefile (CFLAGS-pause.c): Define.
35584 2012-11-13  David S. Miller  <davem@davemloft.net>
35586         * crypt/Makefile: Move test targets after toplevel Rules
35587         inclusion.  Grab any necessary sysdep routines when linking.
35588         * crypt/md5.c (md5_process_block): Remove define, we will always
35589         name it __md5_process_block.
35590         (md5_finish_ctx): Update md5_process_block call.
35591         (md5_stream): Likewise.
35592         (md5_process_bytes): Likewise.
35593         (md5_process_block): Rename to __md5_process_block and move to ...
35594         * crypt/md5-block.c: ... here.
35595         * crypt/sha256.c (sha256_process_block): Move to ...
35596         * crypt/sha256-block.c: ... here.
35597         * crypt/sha512.c (sha512_process_block): Move to ...
35598         * crypt/sha512-block.c: ... here.
35599         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
35600         path.
35601         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
35602         * sysdeps/sparc/sparc64/multiarch/Makefile
35603         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
35604         crypt subdir.
35605         (localedef-aux): Add md5 crypto assembler when in locale subdir.
35606         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
35607         multiarch changes.
35608         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
35609         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
35610         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
35611         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
35612         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
35613         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
35614         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
35615         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
35616         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
35617         file.
35618         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
35619         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
35620         file.
35621         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
35623 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
35625         * timezone/tzselect.ksh: Update from tzcode git revision
35626         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
35627         * timezone/zdump.c: Likewise.
35628         * timezone/zic.c: Likewise.
35629         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
35630         in TZVERSION setting, not $(PKGVERSION).
35631         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
35632         REPORT_BUGS_TO settings.
35634         [BZ #14838]
35635         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
35636         macro.
35638 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
35640         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
35641         detection to immediately after _FP_ROUND().
35642         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
35643         bits are 0.
35645 2012-11-11  David S. Miller  <davem@davemloft.net>
35647         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
35648         inttypes.h
35649         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
35650         __close rather than their public counterparts.
35652 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
35654         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
35655         file.
35656         [UNIX98] (sem_timedwait): Do not expect.
35657         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
35658         [XPG4 || UNIX98] (sockatmark): Do not expect.
35659         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
35660         (clock_getcpuclockid): Do not expect.
35661         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
35662         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
35663         Do not expect.
35664         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
35665         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
35666         [UNIX98] (vwscanf): Likewise.
35667         [UNIX98] (vswscanf): Likewise.
35669 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
35671         * timezone/version.h: Remove file.
35672         * timezone/README: Do not refer to version.h.
35673         * timezone/Makefile ($(objpfx)zic.o): New dependency on
35674         $(objpfx)version.h.
35675         ($(objpfx)zdump.o): Likewise.
35676         ($(objpfx)version.h): New target.
35678         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
35679         2012i.
35680         * timezone/README: Don't mention modification to tzselect.ksh.
35681         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
35682         work on unmodified tzselect.ksh.  Substitute version numbers in
35683         tzselect.ksh.
35685         * Makefile (format-me): Remove.
35686         (INSTALL): Adjust indentation.  Use commands directly instead of
35687         using $(format-me).
35689         * aclocal.m4 (ACX_PKGVERSION): New macro.
35690         (ACX_BUGURL): Likewise.
35691         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
35692         (PKGVERSION): New AC_DEFINE_UNQUOTED.
35693         (REPORT_BUGS_TO): Likewise.
35694         * configure: Regenerated.
35695         * config.h.in (PKGVERSION): New macro.
35696         (REPORT_BUGS_TO): Likewise.
35697         * config.make.in (PKGVERSION): New variable.
35698         (PKGVERSION_TEXI): Likewise.
35699         (REPORT_BUGS_TO): Likewise.
35700         (REPORT_BUGS_TEXI): Likewise.
35701         * Makefile (format-me): Use -I$(common-objpfx)manual.
35702         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
35703         ($(common-objpfx)manual/%): New target.
35704         (manual/%): Remove target.
35705         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
35706         (print_version): Use PKGVERSION.
35707         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
35708         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
35709         and REPORT_BUGS_TO.
35710         ($(objpfx)xtrace): Likewise.
35711         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
35712         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
35713         (print_version): Use PKGVERSION.
35714         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
35715         (do_version): Use PKGVERSION.
35716         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
35717         REPORT_BUGS_TO.
35718         (common-ldd-rewrite): Likewise.
35719         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
35720         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
35721         (print_version): Use PKGVERSION.
35722         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
35723         * elf/pldd.c (argp_program_bug_address): Remove variable.
35724         (more_help): New function.
35725         (argp): Use more_help.
35726         (print_version): Use PKGVERSION.
35727         * elf/sln.c (main): Use PKGVERSION.
35728         (usage): Use REPORT_BUGS_TO.
35729         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
35730         (top level): Use PKGVERSION.
35731         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
35732         (print_version): Use PKGVERSION.
35733         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
35734         (print_version): Use PKGVERSION.
35735         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
35736         (print_version): Use PKGVERSION.
35737         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
35738         (print_version): Use PKGVERSION.
35739         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
35740         (print_version): Use PKGVERSION.
35741         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
35742         (print_version): Use PKGVERSION.
35743         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
35744         and BUGURL.
35745         ($(objpfx)memusage): Likewise.
35746         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
35747         (do_version): Use PKGVERSION.
35748         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
35749         (print_version): Use PKGVERSION.
35750         * malloc/mtrace.pl ($PACKAGE): Remove variable.
35751         ($PKGVERSION): New variable.
35752         ($REPORT_BUGS_TO): Likewise.
35753         (usage): Use $REPORT_BUGS_TO.
35754         (top level): Use $PKGVERSION.
35755         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
35756         ($(objpfx)pkgvers.texi): New rule.
35757         ($(objpfx)stamp-pkgvers): Likewise.
35758         * manual/install.texi: Include pkgvers.texi.
35759         (--with-pkgversion): Document new configure option.
35760         (--with-bugurl): Likewise.
35761         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
35762         than necessarily for this particular distribution.  Use
35763         REPORT_BUGS_TO for where to report bugs.
35764         * INSTALL: Regenerated.
35765         * manual/libc.texinfo: Include pkgvers.texi.
35766         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
35767         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
35768         (print_version): Use PKGVERSION.
35769         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
35770         (print_version): Use PKGVERSION.
35771         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
35772         (print_version): Use PKGVERSION.
35773         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
35774         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
35775         macro.
35776         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
35777         (print_version): Use PKGVERSION.
35778         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
35779         (print_version): Use PKGVERSION.
35780         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
35781         and PKGVERSION.
35783         * timezone/checktab.awk: Update from tzcode 2012i.
35784         * timezone/ialloc.c: Likewise.
35785         * timezone/private.h: Likewise.
35786         * timezone/scheck.c: Likewise.
35787         * timezone/tzfile.h: Likewise.
35788         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
35789         (TZVERSION): Hardcode tzcode version number.
35790         * timezone/zdump.c: Update from tzcode 2012i.
35791         * timezone/zic.c: Likewise.
35792         * timezone/version.h: New file.
35793         * timezone/README: Describe version.h.  Update upstream location.
35795         [BZ #14824]
35796         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
35797         (mktemp): Enable declaration.
35798         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
35799         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
35800         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
35801         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
35802         Likewise.
35803         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
35804         Likewise.
35805         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
35806         Likewise.
35807         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
35808         Likewise.
35809         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
35810         Likewise.
35811         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
35812         Likewise.
35814         [BZ #14821]
35815         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
35816         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
35817         for copies of such integer values.
35818         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
35819         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
35821 2012-11-09  Andreas Jaeger  <aj@suse.de>
35823         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
35824         definitions and declarations that are provided by
35825         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
35827 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35829         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
35830         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
35831         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
35832         definition.
35834 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
35836         * elf/elf.h: Update comment before AArch64 relocations.
35838 2012-11-07  David S. Miller  <davem@davemloft.net>
35840         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
35841         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
35842         (__start_context): Declare.
35843         (__makecontext_ret): Delete.
35844         (__makecontext): Hook up __start_context instead of
35845         __makecontext_ret.
35846         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
35847         (sysdep_routines): Add __start_context when in stdlib.
35849 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
35851         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
35852         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
35853         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
35854         hardcoded "nm".
35855         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
35856         (READELF): New variable.  Use it instead of hardcoded "readelf".
35858 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
35860         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
35861         * sysdeps/x86/Makefile: Here.
35862         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
35863         * sysdeps/x86/tst-xmmymm.sh: This.
35865 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
35867         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
35868         expectations.
35869         [UNIX98] (pthread_barrier_t): Do not expect.
35870         [UNIX98] (pthread_barrierattr_t): Likewise.
35871         [UNIX98] (pthread_spinlock_t): Likewise.
35872         [UNIX98] (pthread_barrier_destroy): Likewise.
35873         [UNIX98] (pthread_barrier_init): Likewise.
35874         [UNIX98] (pthread_barrier_wait): Likewise.
35875         [UNIX98] (pthread_barrierattr_destroy): Likewise.
35876         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
35877         [UNIX98] (pthread_barrierattr_init): Likewise.
35878         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
35879         [UNIX98] (pthread_getcpuclockid): Likewise.
35880         [UNIX98] (pthread_mutex_timedlock): Likewise.
35881         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
35882         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
35883         [UNIX98] (pthread_sigmask): Likewise.
35884         [UNIX98] (pthread_spin_destroy): Likewise.
35885         [UNIX98] (pthread_spin_init): Likewise.
35886         [UNIX98] (pthread_spin_lock): Likewise.
35887         [UNIX98] (pthread_spin_trylock): Likewise.
35888         [UNIX98] (pthread_spin_unlock): Likewise.
35889         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
35890         Do not expect.
35891         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
35892         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
35893         [XPG3 || XPG4] (pthread_cond_t): Likewise.
35894         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
35895         [XPG3 || XPG4] (pthread_key_t): Likewise.
35896         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
35897         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
35898         [XPG3 || XPG4] (pthread_once_t): Likewise.
35899         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
35900         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
35901         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
35902         [XPG3 || XPG4] (pthread_t): Likewise.
35904         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
35905         not expect.
35906         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
35908         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
35909         Change function return type to int.
35911         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
35912         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
35913         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
35914         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
35915         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
35916         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
35917         [!POSIX] (posix_madvise): Likewise.
35918         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
35919         && !UNIX98].
35920         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
35921         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
35922         (mode_t): Likewise.
35923         (posix_mem_offset): Likewise.
35924         (posix_typed_mem_get_info): Likewise.
35925         (posix_typed_mem_open): Likewise.
35927         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
35928         Change condition to [XOPEN2K8].
35930         * conform/conformtest.pl: Preprocess allow-header data with -x c
35931         instead of from stdin.
35932         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
35933         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
35934         [C99-based standards] (cerfc): Likewise.
35935         [C99-based standards] (cexp2): Likewise.
35936         [C99-based standards] (cexpm1): Likewise.
35937         [C99-based standards] (clog10): Likewise.
35938         [C99-based standards] (clog1p): Likewise.
35939         [C99-based standards] (clog2): Likewise.
35940         [C99-based standards] (clgamma): Likewise.
35941         [C99-based standards] (ctgamma): Likewise.
35942         [C99-based standards] (cerff): Likewise.
35943         [C99-based standards] (cerfcf): Likewise.
35944         [C99-based standards] (cexp2f): Likewise.
35945         [C99-based standards] (cexpm1f): Likewise.
35946         [C99-based standards] (clog10f): Likewise.
35947         [C99-based standards] (clog1pf): Likewise.
35948         [C99-based standards] (clog2f): Likewise.
35949         [C99-based standards] (clgammaf): Likewise.
35950         [C99-based standards] (ctgammaf): Likewise.
35951         [C99-based standards] (cerfl): Likewise.
35952         [C99-based standards] (cerfcl): Likewise.
35953         [C99-based standards] (cexp2l): Likewise.
35954         [C99-based standards] (cexpm1l): Likewise.
35955         [C99-based standards] (clog10l): Likewise.
35956         [C99-based standards] (clog1pl): Likewise.
35957         [C99-based standards] (clog2l): Likewise.
35958         [C99-based standards] (clgammal): Likewise.
35959         [C99-based standards] (ctgammal): Likewise.
35960         * conform/data/inttypes.h-data [C99-based standards]: Include
35961         stdint.h-data.  Remove all expectations for stdint.h contents.
35962         [C99-based standards] (PRI*): Do not allow.
35963         [C99-based standards] (SCN*): Likewise.
35964         [C99-based standards] (*_t): Likewise.
35965         [C99-based-standards] (PRId8): Expect macro.
35966         [C99-based-standards] (PRIi8): Likewise.
35967         [C99-based-standards] (PRIo8): Likewise.
35968         [C99-based-standards] (PRIu8): Likewise.
35969         [C99-based-standards] (PRIx8): Likewise.
35970         [C99-based-standards] (PRIX8): Likewise.
35971         [C99-based-standards] (SCNd8): Likewise.
35972         [C99-based-standards] (SCNi8): Likewise.
35973         [C99-based-standards] (SCNo8): Likewise.
35974         [C99-based-standards] (SCNu8): Likewise.
35975         [C99-based-standards] (SCNx8): Likewise.
35976         [C99-based-standards] (PRIdLEAST8): Likewise.
35977         [C99-based-standards] (PRIiLEAST8): Likewise.
35978         [C99-based-standards] (PRIoLEAST8): Likewise.
35979         [C99-based-standards] (PRIuLEAST8): Likewise.
35980         [C99-based-standards] (PRIxLEAST8): Likewise.
35981         [C99-based-standards] (PRIXLEAST8): Likewise.
35982         [C99-based-standards] (SCNdLEAST8): Likewise.
35983         [C99-based-standards] (SCNiLEAST8): Likewise.
35984         [C99-based-standards] (SCNoLEAST8): Likewise.
35985         [C99-based-standards] (SCNuLEAST8): Likewise.
35986         [C99-based-standards] (SCNxLEAST8): Likewise.
35987         [C99-based-standards] (PRIdFAST8): Likewise.
35988         [C99-based-standards] (PRIiFAST8): Likewise.
35989         [C99-based-standards] (PRIoFAST8): Likewise.
35990         [C99-based-standards] (PRIuFAST8): Likewise.
35991         [C99-based-standards] (PRIxFAST8): Likewise.
35992         [C99-based-standards] (PRIXFAST8): Likewise.
35993         [C99-based-standards] (SCNdFAST8): Likewise.
35994         [C99-based-standards] (SCNiFAST8): Likewise.
35995         [C99-based-standards] (SCNoFAST8): Likewise.
35996         [C99-based-standards] (SCNuFAST8): Likewise.
35997         [C99-based-standards] (SCNxFAST8): Likewise.
35998         [C99-based-standards] (PRId16): Likewise.
35999         [C99-based-standards] (PRIi16): Likewise.
36000         [C99-based-standards] (PRIo16): Likewise.
36001         [C99-based-standards] (PRIu16): Likewise.
36002         [C99-based-standards] (PRIx16): Likewise.
36003         [C99-based-standards] (PRIX16): Likewise.
36004         [C99-based-standards] (SCNd16): Likewise.
36005         [C99-based-standards] (SCNi16): Likewise.
36006         [C99-based-standards] (SCNo16): Likewise.
36007         [C99-based-standards] (SCNu16): Likewise.
36008         [C99-based-standards] (SCNx16): Likewise.
36009         [C99-based-standards] (PRIdLEAST16): Likewise.
36010         [C99-based-standards] (PRIiLEAST16): Likewise.
36011         [C99-based-standards] (PRIoLEAST16): Likewise.
36012         [C99-based-standards] (PRIuLEAST16): Likewise.
36013         [C99-based-standards] (PRIxLEAST16): Likewise.
36014         [C99-based-standards] (PRIXLEAST16): Likewise.
36015         [C99-based-standards] (SCNdLEAST16): Likewise.
36016         [C99-based-standards] (SCNiLEAST16): Likewise.
36017         [C99-based-standards] (SCNoLEAST16): Likewise.
36018         [C99-based-standards] (SCNuLEAST16): Likewise.
36019         [C99-based-standards] (SCNxLEAST16): Likewise.
36020         [C99-based-standards] (PRIdFAST16): Likewise.
36021         [C99-based-standards] (PRIiFAST16): Likewise.
36022         [C99-based-standards] (PRIoFAST16): Likewise.
36023         [C99-based-standards] (PRIuFAST16): Likewise.
36024         [C99-based-standards] (PRIxFAST16): Likewise.
36025         [C99-based-standards] (PRIXFAST16): Likewise.
36026         [C99-based-standards] (SCNdFAST16): Likewise.
36027         [C99-based-standards] (SCNiFAST16): Likewise.
36028         [C99-based-standards] (SCNoFAST16): Likewise.
36029         [C99-based-standards] (SCNuFAST16): Likewise.
36030         [C99-based-standards] (SCNxFAST16): Likewise.
36031         [C99-based-standards] (PRId32): Likewise.
36032         [C99-based-standards] (PRIi32): Likewise.
36033         [C99-based-standards] (PRIo32): Likewise.
36034         [C99-based-standards] (PRIu32): Likewise.
36035         [C99-based-standards] (PRIx32): Likewise.
36036         [C99-based-standards] (PRIX32): Likewise.
36037         [C99-based-standards] (SCNd32): Likewise.
36038         [C99-based-standards] (SCNi32): Likewise.
36039         [C99-based-standards] (SCNo32): Likewise.
36040         [C99-based-standards] (SCNu32): Likewise.
36041         [C99-based-standards] (SCNx32): Likewise.
36042         [C99-based-standards] (PRIdLEAST32): Likewise.
36043         [C99-based-standards] (PRIiLEAST32): Likewise.
36044         [C99-based-standards] (PRIoLEAST32): Likewise.
36045         [C99-based-standards] (PRIuLEAST32): Likewise.
36046         [C99-based-standards] (PRIxLEAST32): Likewise.
36047         [C99-based-standards] (PRIXLEAST32): Likewise.
36048         [C99-based-standards] (SCNdLEAST32): Likewise.
36049         [C99-based-standards] (SCNiLEAST32): Likewise.
36050         [C99-based-standards] (SCNoLEAST32): Likewise.
36051         [C99-based-standards] (SCNuLEAST32): Likewise.
36052         [C99-based-standards] (SCNxLEAST32): Likewise.
36053         [C99-based-standards] (PRIdFAST32): Likewise.
36054         [C99-based-standards] (PRIiFAST32): Likewise.
36055         [C99-based-standards] (PRIoFAST32): Likewise.
36056         [C99-based-standards] (PRIuFAST32): Likewise.
36057         [C99-based-standards] (PRIxFAST32): Likewise.
36058         [C99-based-standards] (PRIXFAST32): Likewise.
36059         [C99-based-standards] (SCNdFAST32): Likewise.
36060         [C99-based-standards] (SCNiFAST32): Likewise.
36061         [C99-based-standards] (SCNoFAST32): Likewise.
36062         [C99-based-standards] (SCNuFAST32): Likewise.
36063         [C99-based-standards] (SCNxFAST32): Likewise.
36064         [C99-based-standards] (PRId64): Likewise.
36065         [C99-based-standards] (PRIi64): Likewise.
36066         [C99-based-standards] (PRIo64): Likewise.
36067         [C99-based-standards] (PRIu64): Likewise.
36068         [C99-based-standards] (PRIx64): Likewise.
36069         [C99-based-standards] (PRIX64): Likewise.
36070         [C99-based-standards] (SCNd64): Likewise.
36071         [C99-based-standards] (SCNi64): Likewise.
36072         [C99-based-standards] (SCNo64): Likewise.
36073         [C99-based-standards] (SCNu64): Likewise.
36074         [C99-based-standards] (SCNx64): Likewise.
36075         [C99-based-standards] (PRIdLEAST64): Likewise.
36076         [C99-based-standards] (PRIiLEAST64): Likewise.
36077         [C99-based-standards] (PRIoLEAST64): Likewise.
36078         [C99-based-standards] (PRIuLEAST64): Likewise.
36079         [C99-based-standards] (PRIxLEAST64): Likewise.
36080         [C99-based-standards] (PRIXLEAST64): Likewise.
36081         [C99-based-standards] (SCNdLEAST64): Likewise.
36082         [C99-based-standards] (SCNiLEAST64): Likewise.
36083         [C99-based-standards] (SCNoLEAST64): Likewise.
36084         [C99-based-standards] (SCNuLEAST64): Likewise.
36085         [C99-based-standards] (SCNxLEAST64): Likewise.
36086         [C99-based-standards] (PRIdFAST64): Likewise.
36087         [C99-based-standards] (PRIiFAST64): Likewise.
36088         [C99-based-standards] (PRIoFAST64): Likewise.
36089         [C99-based-standards] (PRIuFAST64): Likewise.
36090         [C99-based-standards] (PRIxFAST64): Likewise.
36091         [C99-based-standards] (PRIXFAST64): Likewise.
36092         [C99-based-standards] (SCNdFAST64): Likewise.
36093         [C99-based-standards] (SCNiFAST64): Likewise.
36094         [C99-based-standards] (SCNoFAST64): Likewise.
36095         [C99-based-standards] (SCNuFAST64): Likewise.
36096         [C99-based-standards] (SCNxFAST64): Likewise.
36097         [C99-based-standards] (PRIdMAX): Likewise.
36098         [C99-based-standards] (PRIiMAX): Likewise.
36099         [C99-based-standards] (PRIoMAX): Likewise.
36100         [C99-based-standards] (PRIuMAX): Likewise.
36101         [C99-based-standards] (PRIxMAX): Likewise.
36102         [C99-based-standards] (PRIXMAX): Likewise.
36103         [C99-based-standards] (SCNdMAX): Likewise.
36104         [C99-based-standards] (SCNiMAX): Likewise.
36105         [C99-based-standards] (SCNoMAX): Likewise.
36106         [C99-based-standards] (SCNuMAX): Likewise.
36107         [C99-based-standards] (SCNxMAX): Likewise.
36108         [C99-based-standards] (PRIdPTR): Likewise.
36109         [C99-based-standards] (PRIiPTR): Likewise.
36110         [C99-based-standards] (PRIoPTR): Likewise.
36111         [C99-based-standards] (PRIuPTR): Likewise.
36112         [C99-based-standards] (PRIxPTR): Likewise.
36113         [C99-based-standards] (PRIXPTR): Likewise.
36114         [C99-based-standards] (SCNdPTR): Likewise.
36115         [C99-based-standards] (SCNiPTR): Likewise.
36116         [C99-based-standards] (SCNoPTR): Likewise.
36117         [C99-based-standards] (SCNuPTR): Likewise.
36118         [C99-based-standards] (SCNxPTR): Likewise.
36119         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
36120         allow.
36121         * conform/data/stdint.h-data: Update comments to clarify
36122         requirements.
36123         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
36124         type.
36125         [C99-based standards] (INT8_MAX): Likewise.
36126         [C99-based standards] (INT16_MIN): Likewise.
36127         [C99-based standards] (INT16_MAX): Likewise.
36128         [C99-based standards] (INT32_MIN): Likewise.
36129         [C99-based standards] (INT32_MAX): Likewise.
36130         [C99-based standards] (INT64_MIN): Likewise.
36131         [C99-based standards] (INT64_MAX): Likewise.
36132         [C99-based standards] (UINT8_MAX): Likewise.
36133         [C99-based standards] (UINT16_MAX): Likewise.
36134         [C99-based standards] (UINT32_MAX): Likewise.
36135         [C99-based standards] (UINT64_MAX): Likewise.
36136         [C99-based standards] (INT_LEAST8_MIN): Likewise.
36137         [C99-based standards] (INT_LEAST8_MAX): Likewise.
36138         [C99-based standards] (INT_LEAST16_MIN): Likewise.
36139         [C99-based standards] (INT_LEAST16_MAX): Likewise.
36140         [C99-based standards] (INT_LEAST32_MIN): Likewise.
36141         [C99-based standards] (INT_LEAST32_MAX): Likewise.
36142         [C99-based standards] (INT_LEAST64_MIN): Likewise.
36143         [C99-based standards] (INT_LEAST64_MAX): Likewise.
36144         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
36145         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
36146         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
36147         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
36148         [C99-based standards] (INT_FAST8_MIN): Likewise.
36149         [C99-based standards] (INT_FAST8_MAX): Likewise.
36150         [C99-based standards] (INT_FAST16_MIN): Likewise.
36151         [C99-based standards] (INT_FAST16_MAX): Likewise.
36152         [C99-based standards] (INT_FAST32_MIN): Likewise.
36153         [C99-based standards] (INT_FAST32_MAX): Likewise.
36154         [C99-based standards] (INT_FAST64_MIN): Likewise.
36155         [C99-based standards] (INT_FAST64_MAX): Likewise.
36156         [C99-based standards] (UINT_FAST8_MAX): Likewise.
36157         [C99-based standards] (UINT_FAST16_MAX): Likewise.
36158         [C99-based standards] (UINT_FAST32_MAX): Likewise.
36159         [C99-based standards] (UINT_FAST64_MAX): Likewise.
36160         [C99-based standards] (INTPTR_MIN): Likewise.
36161         [C99-based standards] (INTPTR_MAX): Likewise.
36162         [C99-based standards] (UINTPTR_MAX): Likewise.
36163         [C99-based standards] (INTMAX_MIN): Likewise.
36164         [C99-based standards] (INTMAX_MAX): Likewise.
36165         [C99-based standards] (UINTMAX_MAX): Likewise.
36166         [C99-based standards] (PTRDIFF_MIN): Likewise.
36167         [C99-based standards] (PTRDIFF_MAX): Likewise.
36168         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
36169         [C99-based standards] (SIZE_MAX): Likewise.
36170         [C99-based standards] (WCHAR_MAX): Likewise.
36171         [C99-based standards] (WINT_MAX): Likewise.
36172         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
36173         constraint on value.
36174         [C99-based standards] (WCHAR_MIN): Likewise.
36175         [C99-based standards] (WINT_MIN): Likewise.
36176         [C99-based standards] (*_t): Allow.
36177         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
36178         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
36179         Include math.h-data and complex.h-data.  Remove all expectations
36180         of math.h and complex.h contents.
36181         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
36182         at end of line.
36183         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
36184         (struct tm): Expect tag.
36185         [C99-based-standards] (wcstof): Expect function.
36186         [C99-based-standards] (wcstold): Likewise.
36187         [C99-based-standards] (wcstoll): Likewise.
36188         [C99-based-standards] (wcstoull): Likewise.
36189         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
36190         macro-int-constant.  Specify type.
36191         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
36192         constraint on value.
36193         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
36194         Specify type.
36195         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
36196         Specify value.
36197         [ISO C standards]: Do not allow headers.
36198         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
36199         wcs[abcdefghijklmnopqrstuvwxyz]*.
36200         [ISO C standards] (*_t): Do not allow.
36201         * conform/data/wctype.h-data [C99-based standards] (iswblank):
36202         Expect function.
36203         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
36204         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
36205         Specify type.
36206         [ISO C standards]: Do not allow headers.
36207         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
36208         is[abcdefghijklmnopqrstuvwxyz]*.
36209         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
36210         to[abcdefghijklmnopqrstuvwxyz]*.
36211         [ISO C standards] (*_t): Do not allow.
36212         * conform/data/stdalign.h-data: New file.
36213         * conform/data/stdbool.h-data: Likewise.
36214         * conform/data/stdnoreturn.h-data: Likewise.
36216 2012-11-07  Roland McGrath  <roland@hack.frob.com>
36218         [BZ #14815]
36219         * manual/filesys.texi (Directory Entries): Typo fix.
36220         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
36222 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
36224         * elf/elf.h (EM_AARCH64): New macro.
36225         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
36226         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
36227         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
36228         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
36229         (R_AARCH64_TLSDESC): Likewise.
36230         (NT_ARM_TLS): Likewise.
36231         (NT_ARM_HW_BREAK): Likewise.
36232         (NT_ARM_HW_WATCH): Likewise.
36234 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
36236         [BZ #14811]
36237         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
36238         (__ieee754_powl): Saturate nonzero exponents with absolute value
36239         below 0x1p-79 to +/- 0x1p-79.
36240         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
36241         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
36242         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
36243         nonzero exponents with absolute value below 0x1p-32 to +/-
36244         0x1p-32.
36245         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
36246         (__ieee754_powl): Saturate nonzero exponents with absolute value
36247         below 0x1p-79 to +/- 0x1p-79.
36248         * math/libm-test.inc (pow_test): Add more tests.
36250 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
36252         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
36253         _dl_s390_cap_flags with kernel. Increase string length.
36254         (_dl_s390_platforms): Add z196 and zEC12.
36256 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
36258         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
36259         Change XOPEN21K to XOPEN2K.
36261 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
36263         * string/memmove.c: Use memcpy when possible.
36265 2012-11-06  Andreas Jaeger  <aj@suse.de>
36267         * po/eo.po: Update from translation team.
36269 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
36271         [BZ #14793]
36272         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
36273         exponent and small x and y exponents, scale x or y up.  Increase
36274         by 2 the exponent used in scaling up.
36275         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
36276         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
36277         * math/libm-test.inc (fma_test): Add more tests.
36278         (fma_test_towardzero): Likewise.
36279         (fma_test_downward): Likewise.
36280         (fma_test_upward): Likewise.
36282 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
36284         [BZ #14805]
36285         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
36286         fenv_t *.
36288         [BZ #14801]
36289         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
36290         namespace for names of struct fields.
36291         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
36292         fenv_t fields.
36293         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
36294         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
36296 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36298         [BZ #3665]
36299         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
36301 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
36303         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
36304         PTR_DEMANGLE.
36306         [BZ #5246]
36307         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
36308         PTR_DEMANGLE.
36310 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
36312         [BZ #14797]
36313         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
36314         definitely overflow as x * y not x * y + z.
36315         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
36316         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
36317         * math/libm-test.inc (fma_test): Add more tests.
36318         (fma_test_towardzero): Likewise.
36319         (fma_test_downward): Likewise.
36320         (fma_test_upward): Likewise.
36322 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
36324         [BZ #157]
36326         * include/stub-tag.h: Remove file.
36327         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
36328         '#include' of it.
36329         * manual/maint.texi (Porting): Don't reference it.
36330         * Makerules ($(objpfx)stubs): Likewise.
36331         * dirent/closedir.c: Don't include <stub-tag.h>.
36332         * dirent/dirfd.c: Likewise.
36333         * dirent/fdopendir.c: Likewise.
36334         * dirent/getdents.c: Likewise.
36335         * dirent/getdents64.c: Likewise.
36336         * dirent/opendir.c: Likewise.
36337         * dirent/readdir.c: Likewise.
36338         * dirent/readdir64.c: Likewise.
36339         * dirent/readdir64_r.c: Likewise.
36340         * dirent/readdir_r.c: Likewise.
36341         * dirent/rewinddir.c: Likewise.
36342         * dirent/seekdir.c: Likewise.
36343         * dirent/telldir.c: Likewise.
36344         * gmon/profil.c: Likewise.
36345         * grp/setgroups.c: Likewise.
36346         * inet/if_index.c: Likewise.
36347         * io/access.c: Likewise.
36348         * io/chdir.c: Likewise.
36349         * io/chmod.c: Likewise.
36350         * io/chown.c: Likewise.
36351         * io/close.c: Likewise.
36352         * io/dup.c: Likewise.
36353         * io/dup2.c: Likewise.
36354         * io/dup3.c: Likewise.
36355         * io/euidaccess.c: Likewise.
36356         * io/faccessat.c: Likewise.
36357         * io/fchdir.c: Likewise.
36358         * io/fchmod.c: Likewise.
36359         * io/fchmodat.c: Likewise.
36360         * io/fchown.c: Likewise.
36361         * io/fchownat.c: Likewise.
36362         * io/fcntl.c: Likewise.
36363         * io/flock.c: Likewise.
36364         * io/fstatfs.c: Likewise.
36365         * io/fstatfs64.c: Likewise.
36366         * io/fstatvfs.c: Likewise.
36367         * io/fstatvfs64.c: Likewise.
36368         * io/futimens.c: Likewise.
36369         * io/fxstat.c: Likewise.
36370         * io/fxstat64.c: Likewise.
36371         * io/fxstatat.c: Likewise.
36372         * io/fxstatat64.c: Likewise.
36373         * io/getcwd.c: Likewise.
36374         * io/isatty.c: Likewise.
36375         * io/lchmod.c: Likewise.
36376         * io/lchown.c: Likewise.
36377         * io/link.c: Likewise.
36378         * io/linkat.c: Likewise.
36379         * io/lseek.c: Likewise.
36380         * io/lseek64.c: Likewise.
36381         * io/lxstat64.c: Likewise.
36382         * io/mkdir.c: Likewise.
36383         * io/mkdirat.c: Likewise.
36384         * io/mkfifo.c: Likewise.
36385         * io/mkfifoat.c: Likewise.
36386         * io/open.c: Likewise.
36387         * io/open64.c: Likewise.
36388         * io/openat.c: Likewise.
36389         * io/openat64.c: Likewise.
36390         * io/pipe.c: Likewise.
36391         * io/pipe2.c: Likewise.
36392         * io/poll.c: Likewise.
36393         * io/posix_fadvise.c: Likewise.
36394         * io/posix_fadvise64.c: Likewise.
36395         * io/posix_fallocate.c: Likewise.
36396         * io/posix_fallocate64.c: Likewise.
36397         * io/read.c: Likewise.
36398         * io/readlink.c: Likewise.
36399         * io/readlinkat.c: Likewise.
36400         * io/rmdir.c: Likewise.
36401         * io/sendfile.c: Likewise.
36402         * io/sendfile64.c: Likewise.
36403         * io/statfs.c: Likewise.
36404         * io/statfs64.c: Likewise.
36405         * io/statvfs.c: Likewise.
36406         * io/statvfs64.c: Likewise.
36407         * io/symlink.c: Likewise.
36408         * io/symlinkat.c: Likewise.
36409         * io/ttyname.c: Likewise.
36410         * io/ttyname_r.c: Likewise.
36411         * io/umask.c: Likewise.
36412         * io/unlink.c: Likewise.
36413         * io/unlinkat.c: Likewise.
36414         * io/utime.c: Likewise.
36415         * io/utimensat.c: Likewise.
36416         * io/write.c: Likewise.
36417         * io/xmknod.c: Likewise.
36418         * io/xmknodat.c: Likewise.
36419         * io/xstat.c: Likewise.
36420         * io/xstat64.c: Likewise.
36421         * login/getpt.c: Likewise.
36422         * login/grantpt.c: Likewise.
36423         * login/unlockpt.c: Likewise.
36424         * math/e_acoshl.c: Likewise.
36425         * math/e_acosl.c: Likewise.
36426         * math/e_asinl.c: Likewise.
36427         * math/e_atan2l.c: Likewise.
36428         * math/e_atanhl.c: Likewise.
36429         * math/e_coshl.c: Likewise.
36430         * math/e_expl.c: Likewise.
36431         * math/e_fmodl.c: Likewise.
36432         * math/e_gammal_r.c: Likewise.
36433         * math/e_hypotl.c: Likewise.
36434         * math/e_j0l.c: Likewise.
36435         * math/e_j1l.c: Likewise.
36436         * math/e_jnl.c: Likewise.
36437         * math/e_lgammal_r.c: Likewise.
36438         * math/e_log10l.c: Likewise.
36439         * math/e_log2l.c: Likewise.
36440         * math/e_logl.c: Likewise.
36441         * math/e_powl.c: Likewise.
36442         * math/e_rem_pio2l.c: Likewise.
36443         * math/e_sinhl.c: Likewise.
36444         * math/e_sqrtl.c: Likewise.
36445         * math/fclrexcpt.c: Likewise.
36446         * math/fedisblxcpt.c: Likewise.
36447         * math/feenablxcpt.c: Likewise.
36448         * math/fegetenv.c: Likewise.
36449         * math/fegetexcept.c: Likewise.
36450         * math/fegetround.c: Likewise.
36451         * math/feholdexcpt.c: Likewise.
36452         * math/fesetenv.c: Likewise.
36453         * math/fesetround.c: Likewise.
36454         * math/feupdateenv.c: Likewise.
36455         * math/fgetexcptflg.c: Likewise.
36456         * math/fraiseexcpt.c: Likewise.
36457         * math/fsetexcptflg.c: Likewise.
36458         * math/ftestexcept.c: Likewise.
36459         * math/k_cosl.c: Likewise.
36460         * math/k_rem_pio2l.c: Likewise.
36461         * math/k_sinl.c: Likewise.
36462         * math/k_tanl.c: Likewise.
36463         * math/s_asinhl.c: Likewise.
36464         * math/s_atanl.c: Likewise.
36465         * math/s_cbrtl.c: Likewise.
36466         * math/s_erfl.c: Likewise.
36467         * math/s_expm1l.c: Likewise.
36468         * math/s_log1pl.c: Likewise.
36469         * math/s_tanhl.c: Likewise.
36470         * misc/acct.c: Likewise.
36471         * misc/brk.c: Likewise.
36472         * misc/chflags.c: Likewise.
36473         * misc/chroot.c: Likewise.
36474         * misc/fchflags.c: Likewise.
36475         * misc/fgetxattr.c: Likewise.
36476         * misc/flistxattr.c: Likewise.
36477         * misc/fremovexattr.c: Likewise.
36478         * misc/fsetxattr.c: Likewise.
36479         * misc/fsync.c: Likewise.
36480         * misc/ftruncate.c: Likewise.
36481         * misc/futimes.c: Likewise.
36482         * misc/futimesat.c: Likewise.
36483         * misc/getdomain.c: Likewise.
36484         * misc/getdtsz.c: Likewise.
36485         * misc/gethostid.c: Likewise.
36486         * misc/gethostname.c: Likewise.
36487         * misc/getloadavg.c: Likewise.
36488         * misc/getpagesize.c: Likewise.
36489         * misc/getsysstats.c: Likewise.
36490         * misc/getxattr.c: Likewise.
36491         * misc/gtty.c: Likewise.
36492         * misc/ioctl.c: Likewise.
36493         * misc/lgetxattr.c: Likewise.
36494         * misc/listxattr.c: Likewise.
36495         * misc/llistxattr.c: Likewise.
36496         * misc/lremovexattr.c: Likewise.
36497         * misc/lsetxattr.c: Likewise.
36498         * misc/lutimes.c: Likewise.
36499         * misc/madvise.c: Likewise.
36500         * misc/mincore.c: Likewise.
36501         * misc/mlock.c: Likewise.
36502         * misc/mlockall.c: Likewise.
36503         * misc/mmap.c: Likewise.
36504         * misc/mprotect.c: Likewise.
36505         * misc/msync.c: Likewise.
36506         * misc/munlock.c: Likewise.
36507         * misc/munlockall.c: Likewise.
36508         * misc/munmap.c: Likewise.
36509         * misc/preadv.c: Likewise.
36510         * misc/preadv64.c: Likewise.
36511         * misc/ptrace.c: Likewise.
36512         * misc/pwritev.c: Likewise.
36513         * misc/pwritev64.c: Likewise.
36514         * misc/readv.c: Likewise.
36515         * misc/reboot.c: Likewise.
36516         * misc/remap_file_pages.c: Likewise.
36517         * misc/removexattr.c: Likewise.
36518         * misc/revoke.c: Likewise.
36519         * misc/select.c: Likewise.
36520         * misc/setdomain.c: Likewise.
36521         * misc/setegid.c: Likewise.
36522         * misc/seteuid.c: Likewise.
36523         * misc/sethostid.c: Likewise.
36524         * misc/sethostname.c: Likewise.
36525         * misc/setregid.c: Likewise.
36526         * misc/setreuid.c: Likewise.
36527         * misc/setxattr.c: Likewise.
36528         * misc/sstk.c: Likewise.
36529         * misc/stty.c: Likewise.
36530         * misc/swapoff.c: Likewise.
36531         * misc/swapon.c: Likewise.
36532         * misc/sync.c: Likewise.
36533         * misc/syncfs.c: Likewise.
36534         * misc/syscall.c: Likewise.
36535         * misc/truncate.c: Likewise.
36536         * misc/ualarm.c: Likewise.
36537         * misc/usleep.c: Likewise.
36538         * misc/ustat.c: Likewise.
36539         * misc/utimes.c: Likewise.
36540         * misc/vhangup.c: Likewise.
36541         * misc/writev.c: Likewise.
36542         * posix/_exit.c: Likewise.
36543         * posix/alarm.c: Likewise.
36544         * posix/execve.c: Likewise.
36545         * posix/fexecve.c: Likewise.
36546         * posix/fork.c: Likewise.
36547         * posix/fpathconf.c: Likewise.
36548         * posix/getaddrinfo.c: Likewise.
36549         * posix/getegid.c: Likewise.
36550         * posix/geteuid.c: Likewise.
36551         * posix/getgid.c: Likewise.
36552         * posix/getgroups.c: Likewise.
36553         * posix/getlogin.c: Likewise.
36554         * posix/getlogin_r.c: Likewise.
36555         * posix/getpgid.c: Likewise.
36556         * posix/getpid.c: Likewise.
36557         * posix/getppid.c: Likewise.
36558         * posix/getresgid.c: Likewise.
36559         * posix/getresuid.c: Likewise.
36560         * posix/getsid.c: Likewise.
36561         * posix/getuid.c: Likewise.
36562         * posix/glob64.c: Likewise.
36563         * posix/nanosleep.c: Likewise.
36564         * posix/pathconf.c: Likewise.
36565         * posix/pause.c: Likewise.
36566         * posix/posix_madvise.c: Likewise.
36567         * posix/pread.c: Likewise.
36568         * posix/pread64.c: Likewise.
36569         * posix/pwrite.c: Likewise.
36570         * posix/pwrite64.c: Likewise.
36571         * posix/sched_getaffinity.c: Likewise.
36572         * posix/sched_getp.c: Likewise.
36573         * posix/sched_gets.c: Likewise.
36574         * posix/sched_primax.c: Likewise.
36575         * posix/sched_primin.c: Likewise.
36576         * posix/sched_rr_gi.c: Likewise.
36577         * posix/sched_setaffinity.c: Likewise.
36578         * posix/sched_setp.c: Likewise.
36579         * posix/sched_sets.c: Likewise.
36580         * posix/sched_yield.c: Likewise.
36581         * posix/setgid.c: Likewise.
36582         * posix/setlogin.c: Likewise.
36583         * posix/setpgid.c: Likewise.
36584         * posix/setresgid.c: Likewise.
36585         * posix/setresuid.c: Likewise.
36586         * posix/setsid.c: Likewise.
36587         * posix/setuid.c: Likewise.
36588         * posix/sleep.c: Likewise.
36589         * posix/spawni.c: Likewise.
36590         * posix/sysconf.c: Likewise.
36591         * posix/times.c: Likewise.
36592         * posix/wait.c: Likewise.
36593         * posix/wait3.c: Likewise.
36594         * posix/wait4.c: Likewise.
36595         * posix/waitpid.c: Likewise.
36596         * resolv/gai_sigqueue.c: Likewise.
36597         * resource/getpriority.c: Likewise.
36598         * resource/getrlimit.c: Likewise.
36599         * resource/getrusage.c: Likewise.
36600         * resource/nice.c: Likewise.
36601         * resource/setpriority.c: Likewise.
36602         * resource/setrlimit.c: Likewise.
36603         * resource/ulimit.c: Likewise.
36604         * rt/aio_cancel.c: Likewise.
36605         * rt/aio_fsync.c: Likewise.
36606         * rt/aio_read.c: Likewise.
36607         * rt/aio_sigqueue.c: Likewise.
36608         * rt/aio_suspend.c: Likewise.
36609         * rt/aio_write.c: Likewise.
36610         * rt/clock_getres.c: Likewise.
36611         * rt/clock_gettime.c: Likewise.
36612         * rt/clock_nanosleep.c: Likewise.
36613         * rt/clock_settime.c: Likewise.
36614         * rt/lio_listio.c: Likewise.
36615         * rt/mq_close.c: Likewise.
36616         * rt/mq_getattr.c: Likewise.
36617         * rt/mq_notify.c: Likewise.
36618         * rt/mq_open.c: Likewise.
36619         * rt/mq_receive.c: Likewise.
36620         * rt/mq_send.c: Likewise.
36621         * rt/mq_setattr.c: Likewise.
36622         * rt/mq_timedreceive.c: Likewise.
36623         * rt/mq_timedsend.c: Likewise.
36624         * rt/mq_unlink.c: Likewise.
36625         * rt/shm_open.c: Likewise.
36626         * rt/shm_unlink.c: Likewise.
36627         * rt/timer_create.c: Likewise.
36628         * rt/timer_delete.c: Likewise.
36629         * rt/timer_getoverr.c: Likewise.
36630         * rt/timer_gettime.c: Likewise.
36631         * rt/timer_settime.c: Likewise.
36632         * setjmp/__longjmp.c: Likewise.
36633         * setjmp/setjmp.c: Likewise.
36634         * signal/kill.c: Likewise.
36635         * signal/killpg.c: Likewise.
36636         * signal/raise.c: Likewise.
36637         * signal/sigaction.c: Likewise.
36638         * signal/sigaltstack.c: Likewise.
36639         * signal/sigblock.c: Likewise.
36640         * signal/sigignore.c: Likewise.
36641         * signal/sigintr.c: Likewise.
36642         * signal/signal.c: Likewise.
36643         * signal/sigpause.c: Likewise.
36644         * signal/sigpending.c: Likewise.
36645         * signal/sigqueue.c: Likewise.
36646         * signal/sigreturn.c: Likewise.
36647         * signal/sigset.c: Likewise.
36648         * signal/sigsetmask.c: Likewise.
36649         * signal/sigstack.c: Likewise.
36650         * signal/sigsuspend.c: Likewise.
36651         * signal/sigtimedwait.c: Likewise.
36652         * signal/sigvec.c: Likewise.
36653         * signal/sigwait.c: Likewise.
36654         * signal/sigwaitinfo.c: Likewise.
36655         * signal/sysv_signal.c: Likewise.
36656         * socket/accept.c: Likewise.
36657         * socket/accept4.c: Likewise.
36658         * socket/bind.c: Likewise.
36659         * socket/connect.c: Likewise.
36660         * socket/getpeername.c: Likewise.
36661         * socket/getsockname.c: Likewise.
36662         * socket/getsockopt.c: Likewise.
36663         * socket/isfdtype.c: Likewise.
36664         * socket/listen.c: Likewise.
36665         * socket/recv.c: Likewise.
36666         * socket/recvfrom.c: Likewise.
36667         * socket/recvmsg.c: Likewise.
36668         * socket/send.c: Likewise.
36669         * socket/sendmsg.c: Likewise.
36670         * socket/sendto.c: Likewise.
36671         * socket/setsockopt.c: Likewise.
36672         * socket/shutdown.c: Likewise.
36673         * socket/sockatmark.c: Likewise.
36674         * socket/socket.c: Likewise.
36675         * socket/socketpair.c: Likewise.
36676         * stdio-common/ctermid.c: Likewise.
36677         * stdio-common/cuserid.c: Likewise.
36678         * stdio-common/remove.c: Likewise.
36679         * stdio-common/rename.c: Likewise.
36680         * stdio-common/renameat.c: Likewise.
36681         * stdio-common/tempname.c: Likewise.
36682         * stdlib/getcontext.c: Likewise.
36683         * stdlib/makecontext.c: Likewise.
36684         * stdlib/setcontext.c: Likewise.
36685         * stdlib/swapcontext.c: Likewise.
36686         * stdlib/system.c: Likewise.
36687         * streams/fattach.c: Likewise.
36688         * streams/fdetach.c: Likewise.
36689         * streams/getmsg.c: Likewise.
36690         * streams/getpmsg.c: Likewise.
36691         * streams/putmsg.c: Likewise.
36692         * streams/putpmsg.c: Likewise.
36693         * sysdeps/unix/bsd/getpt.c: Likewise.
36694         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
36695         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
36696         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
36697         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
36698         Likewise.
36699         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
36700         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
36701         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
36702         * sysvipc/msgctl.c: Likewise.
36703         * sysvipc/msgget.c: Likewise.
36704         * sysvipc/msgrcv.c: Likewise.
36705         * sysvipc/msgsnd.c: Likewise.
36706         * sysvipc/semctl.c: Likewise.
36707         * sysvipc/semget.c: Likewise.
36708         * sysvipc/semop.c: Likewise.
36709         * sysvipc/semtimedop.c: Likewise.
36710         * sysvipc/shmat.c: Likewise.
36711         * sysvipc/shmctl.c: Likewise.
36712         * sysvipc/shmdt.c: Likewise.
36713         * sysvipc/shmget.c: Likewise.
36714         * termios/tcdrain.c: Likewise.
36715         * termios/tcflow.c: Likewise.
36716         * termios/tcflush.c: Likewise.
36717         * termios/tcgetattr.c: Likewise.
36718         * termios/tcgetpgrp.c: Likewise.
36719         * termios/tcsendbrk.c: Likewise.
36720         * termios/tcsetattr.c: Likewise.
36721         * termios/tcsetpgrp.c: Likewise.
36722         * time/adjtime.c: Likewise.
36723         * time/clock.c: Likewise.
36724         * time/getitimer.c: Likewise.
36725         * time/gettimeofday.c: Likewise.
36726         * time/setitimer.c: Likewise.
36727         * time/settimeofday.c: Likewise.
36728         * time/stime.c: Likewise.
36729         * time/time.c: Likewise.
36731 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
36733         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
36734         /usr/old/bin.
36736         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
36737         instead of spaces.
36738         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
36740 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
36742         [BZ #14796]
36743         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
36744         FE_TONEAREST before applying Dekker multiplication and Knuth
36745         addition.  Clear inexact exceptions and check for exact zero
36746         results afterwards.
36747         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
36748         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
36749         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
36750         * math/libm-test.inc (fma_test): Add more tests.
36751         (fma_test_towardzero): Likewise.
36752         (fma_test_downward): Likewise.
36753         (fma_test_upward): Likewise.
36754         * sysdeps/generic/math_private.h (default_libc_fesetround): New
36755         function.
36756         (libc_fesetround): New macro.
36757         (libc_fesetroundf): Likewise.
36758         (libc_fesetroundl): Likewise.
36759         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
36760         function.
36761         (libc_fesetround_387): Likewise.
36762         (libc_fesetroundf): New macro.
36763         (libc_fesetround): Likewise.
36764         (libc_fesetroundl): Likewise.
36765         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
36766         function.
36767         (libc_fesetroundf): New macro.
36768         (libc_fesetround): Likewise.
36769         (libc_fesetroundl): Likewise.
36770         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
36771         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
36772         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
36773         libm_hidden_ver.
36774         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
36775         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
36776         libm_hidden_def.
36777         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
36778         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
36779         libm_hidden_ver.
36780         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
36781         libm_hidden_def.
36783         [BZ #3439]
36784         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
36785         integer constant usable in #if and use that to give value to enum
36786         constant.
36787         (FE_DIVBYZERO): Likewise.
36788         (FE_UNDERFLOW): Likewise.
36789         (FE_OVERFLOW): Likewise.
36790         (FE_INVALID): Likewise.
36791         (FE_INVALID_SNAN): Likewise.
36792         (FE_INVALID_ISI): Likewise.
36793         (FE_INVALID_IDI): Likewise.
36794         (FE_INVALID_ZDZ): Likewise.
36795         (FE_INVALID_IMZ): Likewise.
36796         (FE_INVALID_COMPARE): Likewise.
36797         (FE_INVALID_SOFTWARE): Likewise.
36798         (FE_INVALID_SQRT): Likewise.
36799         (FE_INVALID_INTEGER_CONVERSION): Likewise.
36800         (FE_TONEAREST): Likewise.
36801         (FE_TOWARDZERO): Likewise.
36802         (FE_UPWARD): Likewise.
36803         (FE_DOWNWARD): Likewise.
36804         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
36805         (FE_DIVBYZERO): Likewise.
36806         (FE_OVERFLOW): Likewise.
36807         (FE_UNDERFLOW): Likewise.
36808         (FE_INEXACT): Likewise.
36809         (FE_TONEAREST): Likewise.
36810         (FE_DOWNWARD): Likewise.
36811         (FE_UPWARD): Likewise.
36812         (FE_TOWARDZERO): Likewise.
36813         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
36814         (FE_UNDERFLOW): Likewise.
36815         (FE_OVERFLOW): Likewise.
36816         (FE_DIVBYZERO): Likewise.
36817         (FE_INVALID): Likewise.
36818         (FE_TONEAREST): Likewise.
36819         (FE_TOWARDZERO): Likewise.
36820         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
36821         (FE_OVERFLOW): Likewise.
36822         (FE_UNDERFLOW): Likewise.
36823         (FE_DIVBYZERO): Likewise.
36824         (FE_INEXACT): Likewise.
36825         (FE_TONEAREST): Likewise.
36826         (FE_TOWARDZERO): Likewise.
36827         (FE_UPWARD): Likewise.
36828         (FE_DOWNWARD): Likewise.
36829         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
36830         (FE_DIVBYZERO): Likewise.
36831         (FE_OVERFLOW): Likewise.
36832         (FE_UNDERFLOW): Likewise.
36833         (FE_INEXACT): Likewise.
36834         (FE_TONEAREST): Likewise.
36835         (FE_DOWNWARD): Likewise.
36836         (FE_UPWARD): Likewise.
36837         (FE_TOWARDZERO): Likewise.
36839 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
36841         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
36843 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
36845         * scripts/cross-test-ssh.sh (command): Use newlines to separate
36846         commands.  Quote $PWD.
36847         (blacklist_exports): Don't use remove_newlines.  Replace "declare
36848         -x" by "export".
36849         (remove_newlines): Remove.
36851 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
36853         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
36854         * stdlib/stdlib.h (atof): Moved to ...
36855         * include/bits/stdlib-float.h: Here.  New file.
36856         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
36857         * stdlib/bits/stdlib-float.h: New file.
36858         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
36859         -mno-sse -mno-mmx.
36860         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
36861         <xmmintrin.h>.
36863 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
36865         * conform/conformtest.pl (@headers): Add fenv.h.
36866         * conform/data/fenv.h-data: New file.
36867         * include/fenv.h [_ISOMAC]: Disable all contents of file except
36868         include of <math/fenv.h>.
36870         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
36871         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
36872         && !UNIX98].  Enables tests for XOPEN2K8.
36873         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
36874         POSIX2008]: Likewise.
36876         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
36877         (struct rusage): Do not expect type or its members.
36879         [BZ #3439]
36880         * math/math.h (FP_NAN): Define macro to integer constant usable in
36881         #if and use that to give value to enum constant.
36882         (FP_INFINITE): Likewise.
36883         (FP_ZERO): Likewise.
36884         (FP_SUBNORMAL): Likewise.
36885         (FP_NORMAL): Likewise.
36887 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
36889         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
36890         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
36891         arguments.
36893 2012-11-02  Roland McGrath  <roland@hack.frob.com>
36895         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
36896         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
36897         autoconf-time if not.
36898         * configure.in: Remove AC_PREREQ.
36900 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
36902         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
36903         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
36904         of the internal implementation.
36906 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
36908         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
36909         except include of <misc/sys/syslog.h>.
36911 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
36913         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
36914         function returns with a NULL context exit with zero.
36916 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
36918         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
36920 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
36922         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
36923         (run_program_cmd): This.
36924         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
36925         (tst_langinfo): New variable.  Use it.
36927 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
36929         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
36930         floating point opcodes.
36932 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
36934         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
36935         variable.
36937         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
36939         * sysdeps/mach/hurd/powerpc: Remove directory.
36940         * sysdeps/mach/powerpc: Likewise.
36942 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
36944         * scripts/check-local-headers.sh: Ignore c++ headers.
36946 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
36948         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
36949         __libc_cleanup_region_start argument.
36951 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
36953         [BZ #14784]
36954         [BZ #14785]
36955         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
36956         x * y using scaling, not as x * y + z.
36957         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
36958         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
36959         * math/libm-test.inc (fma_test): Add more tests.
36960         (fma_test_towardzero): Likewise.
36961         (fma_test_downward): Likewise.
36962         (fma_test_upward): Likewise.
36964 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
36966         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
36968 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
36970         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
36971         New variable.
36973 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
36975         * rt/tst-shm.c (worker): Correct checking for mmap failure.
36977 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
36979         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
36980         Fix sort order.
36981         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
36982         Likewise.
36984 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
36986         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
36987         Fix the order of the list for glibc 2.17.
36988         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
36989         Likewise.
36991 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
36993         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
36995 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
36997         [BZ #14610]
36998         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
36999         for low part of x being zero before using __atanl (y).
37000         * math/libm-test.inc (atan2_test): Add another test.
37002         * manual/install.texi (Configuring and compiling): Document
37003         general use of test-wrapper and test-wrapper-env.
37004         * INSTALL: Regenerated.
37006         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
37007         (__fma): Do not extract and scale down low bits on after-rounding
37008         systems when result rounded to normal precision would have normal
37009         exponent.
37010         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
37011         (__fmal): Do not extract and scale down low bits on after-rounding
37012         systems when result rounded to normal precision would have normal
37013         exponent.
37014         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
37015         (__fmal): Do not extract and scale down low bits on after-rounding
37016         systems when result rounded to normal precision would have normal
37017         exponent.
37018         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
37019         macro.
37020         (fma_test): Add more tests.
37021         (fma_test_towardzero): Likewise.
37022         (fma_test_downward): Likewise.
37023         (fma_test_upward): Likewise.
37025 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
37027         * sysdeps/i386/tininess.h: Renamed to ...
37028         * sysdeps/x86/tininess.h: This.
37029         * sysdeps/x86_64/tininess.h: Removed.
37031 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
37033         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
37034         input.  Use $(build-program-cmd).
37035         ($(objpfx)tst-array1-static.out): Likewise.
37036         ($(objpfx)tst-array2.out): Likewise.
37037         ($(objpfx)tst-array3.out): Likewise.
37038         ($(objpfx)tst-array4.out): Likewise.
37039         ($(objpfx)tst-array5.out): Likewise.
37040         ($(objpfx)tst-array5-static.out): Likewise.
37042 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
37044         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
37045         if defined.
37047         * nss/nsswitch.h (nss_interface_function): Provide new
37048         macro for use with NSS functions.
37049         * grp/initgroups.c: Use new macro.
37050         * nss/getXXbyYY.c: Likewise.
37051         * nss/getXXbyYY_r.c: Likewise.
37052         * nss/getXXent.c: Likewise.
37053         * nss/getXXent_r.c: Likewise.
37054         * sysdeps/posix/getaddrinfo.c: Likewise.
37056 2012-10-30  Andreas Jaeger  <aj@suse.de>
37058         * po/ru.po: Update Russion translation from translation project.
37060 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
37062         [BZ #14152]
37063         [BZ #14783]
37064         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
37065         result and shift together with sticky bit instead of replicating
37066         round-to-nearest rounding.
37067         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
37068         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
37069         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
37070         missing underflow exceptions.
37071         (fma_test_towardzero): Add more tests.
37072         (fma_test_downward): Likewise.
37073         (fma_test_upward): Likewise.
37075         [BZ #14047]
37076         * sysdeps/generic/tininess.h: New file.
37077         * sysdeps/i386/tininess.h: Likewise.
37078         * sysdeps/sh/tininess.h: Likewise.
37079         * sysdeps/x86_64/tininess.h: Likewise.
37080         * stdlib/tst-strtod-underflow.c: Likewise.
37081         * stdlib/tst-tininess.c: Likewise.
37082         * stdlib/strtod_l.c: Include <tininess.h>.
37083         (round_and_return): Do not set errno for exact underflow cases.
37084         Force an underflow exception when setting errno for underflow.
37085         Determine underflow based on rounding to normal precision if
37086         TININESS_AFTER_ROUNDING.
37087         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
37088         ERANGE for exact underflow cases.
37089         * stdlib/Makefile (tests): Add tst-tininess and
37090         tst-strtod-underflow.
37091         ($(objpfx)tst-tininess): Use $(link-libm).
37092         ($(objpfx)tst-strtod-underflow): Likewise.
37094 2012-10-30  Andreas Jaeger  <aj@suse.de>
37096         [BZ#14767]
37097         * elf/Makefile (tests): Remove conditional for have-initfini-array
37098         since this is now always required and the variable does not exist
37099         anymore.
37100         (tests-static): Likewise.
37101         (modules-names): Likewise.
37103         * po/eo.po: Add Esperanto translation from translation project.
37105         * elf/tst-array1.c (fini_array): Make writeable so that it can be
37106         merged with constructor/destructor.
37107         (init_array): Likewise.
37108         * elf/tst-array2dep.c (fini_array): Likewise.
37109         (init_array): Likewise.
37111 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
37113         * manual/message.texi: Delete @cartouche tags.
37115 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
37117         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
37118         EOPNOTSUPP.
37119         * sysdeps/mach/hurd/fsync.c: Likewise.
37121         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
37122         [_POSIX_REALTIME_SIGNALS]: Change condition to
37123         [_POSIX_REALTIME_SIGNALS > 0].
37125 2012-10-27  Andreas Jaeger  <aj@suse.de>
37127         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
37128         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
37129         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
37130         [__WORDSIZE != 64]: Likewise.
37132 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
37134         *  iconvdata/tst-table.sh: Remove ${SHELL}.
37135         *  iconvdata/tst-tables.sh: Likewise.
37137 2012-10-25  David S. Miller  <davem@davemloft.net>
37139         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
37140         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
37141         of strtoull.
37143         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
37144         ifunc-impl-list.c
37145         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
37146         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
37147         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
37148         file.
37150 2012-10-25  Roland McGrath  <roland@hack.frob.com>
37152         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
37153         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
37154         __getdirentries.
37156 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
37157             Jim Blandy  <jimb@codesourcery.com>
37159         * scripts/cross-test-ssh.sh: New file.
37160         * manual/install.texi (Configuring and compiling): Document use of
37161         cross-test-ssh.sh.
37162         * INSTALL: Regenerated.
37164 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
37166         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
37167         EOPNOTSUPP.
37169 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
37171         * Makeconfig (run-program-prefix): Fix comment.
37173 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
37174             Jim Blandy  <jimb@codesourcery.com>
37176         * Makeconfig (test-wrapper): New variable,
37177         (test-wrapper-env): Likewise.
37178         [$(cross-compiling) = yes && $(test-wrapper) != ""]
37179         (run-built-tests): Define to yes.
37180         (run-program-prefix): Use $(test-wrapper).
37181         (built-program-cmd): Likewise.
37182         * Rules (make-test-out): Use $(test-wrapper-env) and
37183         $(host-built-program-cmd).
37184         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
37185         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
37186         tst-pathopt.sh.
37187         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
37188         $(test-wrapper-env) to tst-rtld-load-self.sh.
37189         ($(objpfx)order2.out): Use $(test-wrapper).
37190         ($(objpfx)tst-initorder.out): Likewise.
37191         ($(objpfx)tst-initorder2.out): Likewise.
37192         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
37193         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
37194         (test_wrapper_env): New variable.  Use it to run ld.so.
37195         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
37196         Use it to run ld.so.
37197         (test_wrapper_env): Likewise.
37198         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
37199         $(test-wrapper) to run-iconv-test.sh.
37200         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
37201         (ICONV): Use $test_wrapper.
37202         * posix/Makefile ($(objpfx)globtest.out): Pass
37203         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
37204         globtest.sh, not $(run-program-prefix).
37205         * posix/globtest.sh (run_via_rtld_prefix): New variable.
37206         (test_wrapper): Likewise.
37207         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
37208         set together with run_via_rtld_prefix.
37209         (run_program_prefix): Define in terms of test_wrapper and
37210         run_via_rtld_prefix.
37212 2012-10-24  Roland McGrath  <roland@hack.frob.com>
37214         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
37215         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
37216         Targets removed.
37218         [BZ #14743]
37219         * include/time.h: Remove librt_hidden_proto (clock_gettime).
37220         Declare __clock_getres, __clock_gettime, __clock_settime,
37221         __clock_nanosleep, and __clock_getcpuclockid.
37222         * rt/clock_gettime.c: Define __clock_gettime as an alias.
37223         Remove librt_hidden_def (clock_gettime).
37224         * sysdeps/unix/clock_gettime.c: Likewise.
37225         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
37226         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
37227         * rt/clock_getres.c: Define __clock_getres as an alias.
37228         * sysdeps/posix/clock_getres.c: Likewise.
37229         * rt/clock_settime.c: Define __clock_settime as an alias.
37230         * sysdeps/unix/clock_settime.c: Likewise.
37231         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
37232         * sysdeps/unix/clock_nanosleep.c: Likewise.
37233         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
37234         * rt/clock-compat.c: New file.
37235         * rt/Makefile (librt-routines): Add clock-compat and move
37236         $(clock-routines) to ...
37237         (routines): ... here, new variable.
37238         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
37239         Don't add get_clockfreq here.
37240         * rt/Versions (libc: GLIBC_2.17): New version set.
37241         Add clock_* symbols here.
37242         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
37243         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
37244         (GLIBC_2.17): Add clock_* symbols.
37245         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
37246         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
37247         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
37248         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
37249         Likewise.
37250         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
37251         Likewise.
37252         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
37253         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
37254         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
37255         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
37256         * NEWS: Mention the move.
37258         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
37259         Use __open, __read, __close rather than their public counterparts.
37260         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
37261         (__get_clockfreq_via_cpuinfo): Likewise.
37262         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
37263         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
37265         * config.h.in (HAVE_IFUNC): New #undef.
37266         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
37267         was successful.
37268         * configure: Regenerated.
37270 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
37272         * configure.in: Move READELF check to start of file.
37273         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
37274         libc_cv_asm_gnu_indirect_function in the process.
37275         * configure: Regenerated.
37277 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
37279         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
37280         send the output to /dev/null.
37281         (libc_cv_cc_with_libunwind): Likewise.
37282         (libc_cv_as_noexecstack): Likewise.
37283         * configure: Regenerate.
37285 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
37287         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
37289         * posix/globtest.sh (TMPDIR): Do not set.
37290         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
37291         (testout): Likewise.
37293 2012-10-24  Andreas Jaeger  <aj@suse.de>
37295         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
37296         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
37297         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
37298         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
37299         posix_fadvise64, posix_fallocate64.
37301         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
37302         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
37303         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
37304         Likewise.
37305         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
37306         Likewise.
37307         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
37309         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
37310         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
37311         <bits/fcntl-linux.h>.
37312         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
37314         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
37315         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
37316         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
37317         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
37318         [__WORDSIZE != 64]: Likewise.
37320 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
37322         * Makeconfig (run-built-tests): New variable.
37323         * Rules [$(cross-compiling) = yes]: Change condition to
37324         [$(run-built-tests) = no].
37325         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
37326         to [$(run-built-tests) = yes].
37327         * elf/Makefile [$(cross-compiling) = no]: Likewise
37328         * grp/Makefile [$(cross-compiling) = no]: Likewise.
37329         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
37330         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
37331         * intl/Makefile [$(cross-compiling) = no]: Likewise.
37332         * io/Makefile [$(cross-compiling) = no]: Likewise.
37333         * libio/Makefile [$(cross-compiling) = no]: Likewise.
37334         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
37335         * misc/Makefile [$(cross-compiling) = no]: Likewise.
37336         * posix/Makefile [$(cross-compiling) = no]: Likewise.
37337         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
37338         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
37339         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
37340         * string/Makefile [$(cross-compiling) = no]: Likewise.
37342         * posix/Makefile ($(objpfx)globtest.out): Pass
37343         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
37344         $(rtld-installed-name).
37345         * posix/globtest.sh (elf_objpfx): Remove variable.
37346         (rtld_installed_name): Likewise.
37347         (library_path): Likewise.
37348         (run_program_prefix): New variable.  Use for running globtest
37349         binary.
37351 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
37352             Joseph Myers  <joseph@codesourcery.com>
37354         * Makeconfig (host-built-program-cmd): New variable.
37355         * elf/Makefile (tst-stackguard1-ARGS): Use
37356         $(host-built-program-cmd).
37357         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
37358         (tst-spawn-ARGS): Likewise.
37359         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
37361 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
37362             Jim Blandy  <jimb@codesourcery.com>
37364         * Makeconfig (run-via-rtld-prefix): New variable.
37365         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
37366         (built-program-cmd): Likewise.
37368 2012-10-22  Andreas Jaeger  <aj@suse.de>
37370         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
37371         __O_RSYNC if it exists, otherwise to O_SYNC.
37373 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
37374             Joseph Myers  <joseph@codesourcery.com>
37376         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
37377         /dev/null.
37378         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
37379         from /dev/null
37380         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
37381         /dev/null.
37383 2012-10-22  Andreas Jaeger  <aj@suse.de>
37385         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
37386         Define always.
37387         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
37389         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
37390         bits/fcntl-linux.h.
37392         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
37393         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
37395         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
37396         to __O_LARGEFILE.
37397         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
37398         to __O_LARGEFILE.
37400 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
37401             Joseph Myers  <joseph@codesourcery.com>
37403         * config.make.in (NM): New variable.
37405 2012-10-21  Andreas Jaeger  <aj@suse.de>
37407         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
37408         definitions and declarations that are provided by
37409         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
37411 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
37413         [BZ #14683]
37414         * elf/Makefile (tests-static): Add tst-leaks1-static.
37415         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
37416         ($(objpfx)tst-leaks1-static): New rule.
37417         ($(objpfx)tst-leaks1-static-mem): Likewise.
37418         (tst-leaks1-static-ENV): New macro.
37419         * elf/dl-open.c (dl_open_worker): Check the main application
37420         only if SHARED is defined.
37421         * elf/tst-leaks1-static.c: New file.
37423 2012-10-20  Andreas Jaeger  <aj@suse.de>
37425         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
37426         generic values for Linux.
37427         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
37428         and declarations that are provided by <bits/fcntl-linux.h> and
37429         include <bits/fcntl-linux.h>.
37430         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
37431         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
37433 2012-10-20  Roland McGrath  <roland@hack.frob.com>
37435         * io/fcntl.h: Move include of <bits/types.h> to the top and
37436         include it unconditionally.
37438 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
37440         * wcsmbs/Makefile (tests-ifunc): New variable.
37441         (tests): Add $(tests-ifunc).
37442         * wcsmbs/test-wcschr-ifunc.c: New file.
37443         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
37444         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
37445         * wcsmbs/test-wcslen-ifunc.c: Likewise.
37446         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
37447         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
37449         * string/Makefile (tests-ifunc): New variable.
37450         (tests): Add $(tests-ifunc).
37451         * string/test-memccpy.c (TEST_NAME): New macro.
37452         * string/test-memchr.c (TEST_NAME): Likewise.
37453         * string/test-memcmp.c (TEST_NAME): Likewise.
37454         * string/test-memcpy.c (TEST_NAME): Likewise.
37455         * string/test-memmem.c (TEST_NAME): Likewise.
37456         * string/test-memmove.c (TEST_NAME): Likewise.
37457         * string/test-memset.c (TEST_NAME): Likewise.
37458         * string/test-rawmemchr.c (TEST_NAME): Likewise.
37459         * string/test-stpcpy.c (TEST_NAME): Likewise.
37460         * string/test-stpncpy.c (TEST_NAME): Likewise.
37461         * string/test-strcasecmp.c (TEST_NAME): Likewise.
37462         * string/test-strcasestr.c (TEST_NAME): Likewise.
37463         * string/test-strcat.c (TEST_NAME): Likewise.
37464         * string/test-strchr.c (TEST_NAME): Likewise.
37465         * string/test-strcmp.c(TEST_NAME): Likewise.
37466         * string/test-strcpy.c (TEST_NAME): Likewise.
37467         * string/test-strcspn.c (TEST_NAME): Likewise.
37468         * string/test-strlen.c (TEST_NAME): Likewise.
37469         * string/test-strncasecmp.c (TEST_NAME): Likewise.
37470         * string/test-strncmp.c (TEST_NAME): Likewise.
37471         * string/test-strncpy.c (TEST_NAME): Likewise.
37472         * string/test-strnlen.c (TEST_NAME): Likewise.
37473         * string/test-strpbrk.c (TEST_NAME): Likewise.
37474         * string/test-strrchr.c (TEST_NAME): Likewise.
37475         * string/test-strspn.c (TEST_NAME): Likewise.
37476         * string/test-strstr.c (TEST_NAME): Likewise.
37477         * string/test-bcopy-ifunc.c: New file.
37478         * string/test-bzero-ifunc.c: Likewise.
37479         * string/test-memccpy-ifunc.c: Likewise.
37480         * string/test-memchr-ifunc.c: Likewise.
37481         * string/test-memcmp-ifunc.c: Likewise.
37482         * string/test-memcpy-ifunc.c: Likewise.
37483         * string/test-memmem-ifunc.c: Likewise.
37484         * string/test-memmove-ifunc.c: Likewise.
37485         * string/test-mempcpy-ifunc.c: Likewise.
37486         * string/test-memset-ifunc.c: Likewise.
37487         * string/test-rawmemchr-ifunc.c: Likewise.
37488         * string/test-stpcpy-ifunc.c: Likewise.
37489         * string/test-stpncpy-ifunc.c: Likewise.
37490         * string/test-strcasecmp-ifunc.c: Likewise.
37491         * string/test-strcasestr-ifunc.c: Likewise.
37492         * string/test-strcat-ifunc.c: Likewise.
37493         * string/test-strchr-ifunc.c: Likewise.
37494         * string/test-strchrnul-ifunc.c: Likewise.
37495         * string/test-strcmp-ifunc.c: Likewise.
37496         * string/test-strcpy-ifunc.c: Likewise.
37497         * string/test-strcspn-ifunc.c: Likewise.
37498         * string/test-strlen-ifunc.c: Likewise.
37499         * string/test-strncasecmp-ifunc.c: Likewise.
37500         * string/test-strncat-ifunc.c: Likewise.
37501         * string/test-strncmp-ifunc.c: Likewise.
37502         * string/test-strncpy-ifunc.c: Likewise.
37503         * string/test-strnlen-ifunc.c: Likewise.
37504         * string/test-strpbrk-ifunc.c: Likewise.
37505         * string/test-strrchr-ifunc.c: Likewise.
37506         * string/test-strspn-ifunc.c: Likewise.
37507         * string/test-strstr-ifunc.c: Likewise.
37509         * debug/Makefile (tests-ifunc): New variable.
37510         (tests): Add $(tests-ifunc).
37511         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
37512         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
37513         * debug/test-stpcpy_chk-ifunc.c: New file.
37514         * debug/test-strcpy_chk-ifunc.c: Likewise.
37516 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
37518         [BZ #13601]
37519         * elf/dl-load.c (open_verify): Retry read if the entire ELF
37520         header is not read in.
37522 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
37524         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
37525         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
37526         directly.  Pass built executable to script as
37527         $(built-program-cmd).
37528         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
37529         $testprogram without using LD_LIBRARY_PATH and $ldso.
37531         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
37532         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
37533         $(rtld-installed-name).
37534         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
37535         (rtld_installed_name): Likewise.
37536         (library_path): Likewise.
37537         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
37538         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
37539         $(run-program-prefix) to tst-tables.sh.
37540         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
37541         it to run tst-table-from and tst-table-to.
37542         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
37543         Pass it to tst-table.sh.
37544         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
37545         $(run-program-prefix) to tst-gettext.sh.
37546         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
37547         tst-translit.sh.
37548         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
37549         tst-gettext2.sh.
37550         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
37551         to run tst-gettext.
37552         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
37553         to run tst-gettext2.
37554         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
37555         to run tst-translit.
37556         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
37557         $(run-program-prefix) to tst-mtrace.sh.
37558         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
37559         to run tst-mtrace.
37560         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
37561         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
37562         $(rtld-installed-name).
37563         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
37564         (rtld_installed_name): Likewise.
37565         (run_program_prefix): New variable.  Use it to run wordexp-test.
37567         * Makeconfig (ARCH): Remove all definitions.
37568         (machine): Likewise.
37569         [ARCH]: Remove conditional code.
37570         [!objdir]: Give error.
37571         [!objdir] (objpfx): Remove.
37572         [!objdir] (common-objpfx): Likewise.
37573         [!objdir] (common-objdir): Likewise.
37574         * configure.in (config_makefile): Remove.  Hardcode Makefile in
37575         AC_CONFIG_FILES call.
37576         * configure: Regenerated.
37578         [BZ #13888]
37579         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
37580         or TMPDIR.
37581         (testout): Likewise.
37583         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
37584         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
37585         $(rtld-installed-name).
37586         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
37587         (rtld_installed_name): Likwise.
37588         (runit): Remove function.
37589         (run_getconf): New variable,  Use it for running getconf binary.
37591 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
37593         [BZ #14716]
37594         * string/test-memmem.c (check_result): New function.
37595         (do_one_test): Use it.
37596         (check1): New function.
37597         (test_main): Use it.
37599 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
37601         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
37603 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
37605         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
37606         (_G_LSEEK64): Likewise.
37607         (_G_MMAP64): Likewise.
37608         (_G_FSTAT64): Likewise.
37609         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
37610         (_G_LSEEK64): Likewise.
37611         (_G_MMAP64): Likewise.
37612         (_G_FSTAT64): Likewise.
37613         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
37614         unconditional.  Call __mmap64 directly.
37615         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
37616         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
37617         __lseek64 directly.
37618         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
37619         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
37620         __mmap64 directly.
37621         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
37622         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
37623         __lseek64 directly.
37624         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
37625         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
37626         __lseek64 directly.
37627         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
37628         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
37629         __lseek64 directly.
37630         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
37631         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
37632         __fxstat64 directly.
37633         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
37634         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
37635         unconditional.
37636         (freopen64) [!_G_OPEN64]: Remove conditional code.
37637         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
37638         unconditional.
37639         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
37640         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
37641         unconditional.
37642         (ftello64) [!_G_LSEEK64]: Remove conditional code.
37643         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
37644         unconditional.
37645         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
37646         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
37647         unconditional.
37648         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
37649         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
37650         unconditional.
37651         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
37652         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
37653         unconditional.
37654         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
37655         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
37656         unconditional.
37657         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
37659 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
37661         [BZ #12140]
37662         * manual/memory.texi (Malloc Tunable Parameters): Add note
37663         about free list pointers overwriting some perturb bytes.
37664         Wording suggested by Roland McGrath.
37666 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
37668         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
37669         (lgamma_test): Likewise.
37670         (tgamma_test): Likewise.
37672 2012-10-16  Florian Weimer  <fweimer@redhat.com>
37674         [BZ #14700]
37675         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
37676         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
37678 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
37680         * NEWS: Mention BZ #14716.
37681         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
37682         when removing AVAILABLE1_USES_J macro.
37684 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
37686         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
37687         (__bswap_64): __uint64_t for unsigned 64-bit int.
37689 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
37691         * include/string.h (memmem): Declare libc hidden alias.
37692         * string/memmem.c (memmem): Define libc hidden alias.
37693         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
37694         __read, __close instead of open, read, close.
37696 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
37698         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
37699         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
37700         global and hidden.
37701         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
37702         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
37703         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
37704         Likewise.
37705         (__rawmemchr_sse2): Likewise.
37706         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
37707         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
37708         (__strchr_sse2): Likewise.
37709         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
37710         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
37711         (__strcasecmp_sse2): Likewise.
37712         (__strncasecmp_sse2): Likewise.
37713         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
37714         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
37715         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
37716         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
37717         (__strrchr_sse2): Likewise.
37718         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
37719         ifunc-impl-list.c.
37720         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
37721         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
37722         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
37723         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
37724         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
37725         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
37726         * sysdeps/x86_64/multiarch/memset.S: Likewise.
37727         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
37728         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
37729         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
37730         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
37731         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
37732         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
37733         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
37734         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
37735         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
37736         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
37737         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
37738         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
37739         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
37740         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
37741         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
37742         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
37743         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
37744         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
37745         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
37746         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
37747         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
37748         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
37749         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
37751         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
37752         global and hidden.
37753         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
37754         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
37755         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
37756         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
37757         Likewise.
37758         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
37759         Likewise.
37760         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
37761         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
37762         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
37763         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
37764         ifunc-impl-list.c.
37765         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
37766         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
37767         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
37768         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
37769         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
37770         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
37771         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
37772         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
37773         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
37774         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
37775         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
37776         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
37777         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
37778         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
37779         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
37780         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
37781         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
37782         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
37783         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
37784         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
37785         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
37786         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
37787         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
37788         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
37789         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
37790         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
37791         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
37792         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
37793         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
37794         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
37795         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
37796         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
37797         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
37798         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
37799         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
37800         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
37801         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
37802         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
37803         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
37804         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
37805         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
37807         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
37808         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
37809         * include/ifunc-impl-list.h: New file.
37810         * misc/ifunc-impl-list.c: Likewise.
37811         * misc/Makefile (routines): Add ifunc-impl-list.
37812         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
37813         * string/test-string.h: Include <ifunc-impl-list.h>.
37814         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
37815         TEST_NAME]: New variables.
37816         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
37817         are defined.
37818         (test_init): Call __libc_ifunc_impl_list to initialize
37819         func_list if TEST_IFUNC and TEST_NAME are defined.
37821         * string/Makefile (strop-tests): Add bcopy and bzero.
37822         * string/test-bcopy.c: New file.
37823         * string/test-bzero.c: Likewise.
37824         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
37825         defined.
37826         * string/test-memset.c: Support bzero test if TEST_BZERO is
37827         defined.
37828         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
37829         __libc_memmove.
37830         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
37831         __libc_memset.
37832         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
37833         of memset.
37835 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
37837         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
37838         * configure: Regenerated.
37840         * Makeconfig (+link-static-before-libc): Don't include
37841         $(link-static-libc).
37843         * libio/libio.h (_IO_pos_t): Remove.
37845 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
37847         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
37848         McGrath.
37850 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
37852         * crypt/crypt-entry.c: Include fips-private.h.
37853         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
37854         * crypt/md5c-test.c (main): Tolerate disabled MD5.
37855         * sysdeps/unix/sysv/linux/fips-private.h: New file.
37856         * sysdeps/generic/fips-private.h: New file, dummy fallback.
37858 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
37860         * crypt/crypt-private.h: Include stdbool.h.
37861         (_ufc_setup_salt_r): Return bool.
37862         * crypt/crypt-entry.c: Include errno.h.
37863         (__crypt_r): Return NULL with EINVAL for bad salt.
37864         * crypt/crypt_util.c (bad_for_salt): New.
37865         (_ufc_setup_salt_r): Check that salt is long enough and within
37866         the specified alphabet.
37867         * crypt/badsalttest.c: New file.
37868         * crypt/Makefile (tests): Add it.
37869         ($(objpfx)badsalttest): New.
37871 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
37873         * NEWS: Add entry for BZ #14602.
37875 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
37877         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
37878         type-generic.
37879         * math/libm-test.inc: Update comment listing what functions and
37880         macros are tested.
37881         (isgreater_test): New function.
37882         (isgreaterequal_test): Likewise.
37883         (isless_test): Likewise.
37884         (islessequal_test): Likewise.
37885         (islessgreater_test): Likewise.
37886         (isunordered_test): Likewise.
37887         (main): Call the new functions.
37889 2012-10-09  Roland McGrath  <roland@hack.frob.com>
37891         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
37892         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
37893         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
37894         * sysdeps/i386/configure: Regenerated.
37895         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
37896         * sysdeps/mach/configure: Regenerated.
37897         * sysdeps/mach/hurd/configure: Regenerated.
37898         * sysdeps/powerpc/configure: Regenerated.
37899         * sysdeps/powerpc/powerpc32/configure: Regenerated.
37900         * sysdeps/powerpc/powerpc64/configure: Regenerated.
37901         * sysdeps/s390/s390-32/configure: Regenerated.
37902         * sysdeps/s390/s390-64/configure: Regenerated.
37903         * sysdeps/sh/configure: Regenerated.
37904         * sysdeps/sparc/configure: Regenerated.
37905         * sysdeps/unix/sysv/linux/configure: Regenerated.
37906         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
37907         * sysdeps/x86_64/configure: Regenerated.
37909         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
37910         defined.  Don't check if MAP is NULL.
37912 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
37914         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
37915         (_G_stat64): Likewise.
37916         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
37917         (_G_stat64): Likewise.
37918         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
37919         instead of struct _G_stat64.
37920         * libio/fileops.c (mmap_remap_check): Likewise.
37921         (decide_maybe_mmap): Likewise.
37922         (_IO_new_file_seekoff): Likewise.
37923         (_IO_file_stat): Likewise.
37924         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
37925         _G_off64_t.
37926         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
37927         instead of struct _G_stat64.
37928         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
37930 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
37932         [BZ #14602]
37933         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
37934         Replace with ...
37935         (CHECK_EOL): New macro.
37936         (two_way_short_needle): Check beginning of haystack for EOL.  Use
37937         CHECK_EOL.
37938         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
37939         Replace with CHECK_EOL.
37940         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
37941         Replace with CHECK_EOL.
37943 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
37945         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
37946         type-generic.
37947         * math/libm-test.inc: Update comment listing what functions and
37948         macros are tested.
37949         (finite_test): New function.
37950         (isinf_test): Likewise.
37951         (isnan_test): Likewise.
37952         (fpclassify_test): Test subnormal input.
37953         (isfinite_test): Likewise.
37954         (isnormal_test): Likewise.
37955         (main): Call the new functions.
37957 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
37959         [BZ #14660]
37960         * Makerules (%.dynsym): Force C locale when running
37961         $(OBJDUMP) --dynamic-syms.
37963 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
37965         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
37966         <stdint.h>.
37968 2012-10-06  David S. Miller  <davem@davemloft.net>
37970         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
37971         upper 32-bits of the length value in %o2 since we use branch-on-register
37972         tests which consider the entire 64-bit register.
37974 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
37976         * string/test-strstr.c (check2): Add a test for page boundary.
37978 2012-10-05  David S. Miller  <davem@davemloft.net>
37980         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
37981         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
37982         file.
37983         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
37984         sysdep_routines.
37985         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
37986         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
37987         and bzero when HWCAP_SPARC_CRYPTO is present.
37989 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
37991         [BZ #14602]
37992         * string/test-strstr.c (check2): New function.
37993         (test_main): Call check2.
37995         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
37996         and bug-strchr1.
37997         * string/bug-strcasestr1.c (do_test): Moved to ...
37998         * string/test-strcasestr.c (check1): Here.  New function.
37999         (do_one_test): Break out result checking code into ...
38000         (check_result): This.  New function.
38001         (do_one_test): Call check_result.
38002         (test_main): Call check1.
38003         * string/bug-strchr1.c (do_test): Moved to ...
38004         * string/test-strchr.c (check1): Here.  New function.
38005         (do_one_test): Break out result checking code into ...
38006         (check_result): This.  New function.
38007         (do_one_test): Call check_result.
38008         (test_main): Call check1.
38009         * string/bug-strstr1.c (main): Moved to ...
38010         * string/test-strstr.c (check1): Here.  New function.
38011         (do_one_test): Break out result checking code into ...
38012         (check_result): This.  New function.
38013         (do_one_test): Call check_result.
38014         (test_main): Call check1.
38015         * string/bug-strcasestr1.c: Removed.
38016         * string/bug-strchr1.c: Likewise.
38017         * string/bug-strstr1.c: Likewise.
38019         * elf/Makefile (dl-routines): Add hwcaps.
38020         * elf/dl-support.c (_dl_important_hwcaps): Removed.
38021         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
38022         (_dl_important_hwcaps): Moved to ...
38023         * elf/dl-hwcaps.c: Here.  New file.
38024         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
38026         [BZ #14557]
38027         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
38028         if IS_IN_rtld isn't defined.
38030         * elf/dl-support.c (_dl_sysinfo_map): New.
38031         Include "get-dynamic-info.h" and "setup-vdso.h".
38032         (_dl_non_dynamic_init): Call setup_vdso.
38033         * elf/dynamic-link.h: Don't include <assert.h>.
38034         (elf_get_dynamic_info): Moved to ...
38035         * elf/get-dynamic-info.h: Here.  New file.
38036         * elf/dynamic-link.h: Include "get-dynamic-info.h".
38037         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
38038         * elf/setup-vdso.h: Here.  New file.
38039         * elf/rtld.c: Include "setup-vdso.h".
38040         (dl_main): Call setup_vdso.
38042 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
38044         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
38045         creal in comment listing functions tested.  List finite, isinf,
38046         isnan, isless, islessequal, isgreater, isgreaterequal,
38047         islessgreater, isunordered, lgamma_r and pow10 as functions and
38048         macros not tested.  Mention which functions not tested are aliases
38049         for other functions.  Fix typo.  Note that signs of NaNs are not
38050         tested.
38052         * scripts/config.guess: Update from config.git.
38053         * scripts/config.sub: Likewise.
38055 2012-10-04  Roland McGrath  <roland@hack.frob.com>
38057         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
38058         * misc/madvise.c (madvise): Renamed to __madvise.
38059         Make madvise a weak alias.
38060         * include/sys/mman.h: Declare __madvise.
38061         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
38062         * sysdeps/unix/syscalls.list
38063         (madvise): Make __madvise the strong name, and madvise a weak alias.
38064         * sysdeps/unix/sysv/linux/syscalls.list
38065         (madvise, mmap): Remove redundant entries.
38066         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
38067         * malloc/malloc.c (mtrim): Likewise.
38068         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
38070 2012-10-03  Roland McGrath  <roland@hack.frob.com>
38072         * sysdeps/mach/hurd/dl-cache.c: File removed.
38073         * config.h.in (USE_LDCONFIG): New #undef.
38074         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
38075         * configure: Regenerated.
38076         * elf/Makefile (dl-routines): Add dl-cache only under
38077         [$(use-ldconfig) = yes].
38078         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
38079         cache on [USE_LDCONFIG].
38080         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
38081         [USE_LDCONFIG].
38082         * elf/rtld.c (dl_main): Likewise.
38084 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
38086         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
38087         _SC_LEVEL4_CACHE_LINESIZE.
38089 2012-10-03  Roland McGrath  <roland@hack.frob.com>
38091         * sysdeps/unix/bsd/confstr.h: File removed.
38093 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
38095         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
38096         sys/sdt-config.h.
38098 2012-10-02  Roland McGrath  <roland@hack.frob.com>
38100         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
38101         Make 'mapoff' field ElfW(Off) rather than off_t.
38103 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
38105         * nscd/Makefile: Remove nscd-cflags and all its users.
38106         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
38107         (CFLAGS-nonlib): Add compiler flags for nscd modules.
38109         [BZ #10631]
38110         * malloc.c (malloc_printerr): Clarify error message.
38112 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
38114         [BZ #14648]
38115         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
38116         Set bit_FMA_Usable if FMA is supported.
38117         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
38118         macro.
38119         (bit_FMA4_Usable): Updated.
38120         (index_FMA_Usable): New macro.
38121         (CPUID_FMA): Likewise
38122         (HAS_FMA): Defined with bit_FMA_Usable.
38124 2012-10-01  Roland McGrath  <roland@hack.frob.com>
38126         * bits/types.h (__swblk_t): Type removed.
38127         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
38128         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
38129         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
38130         (__SWBLK_T_TYPE): Likewise.
38131         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
38132         (__SWBLK_T_TYPE): Likewise.
38133         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
38134         (__SWBLK_T_TYPE): Likewise.
38135         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
38136         (__SWBLK_T_TYPE): Likewise.
38138 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
38139             Honza Horak <hhorak@redhat.com>
38141         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
38142         (xdr_mapname): Use YPMAXMAP as maxsize.
38143         (xdr_peername): Use YPMAXPEER as maxsize.
38144         (xdr_keydat): Use YPAXRECORD as maxsize.
38145         (xdr_valdat): Use YPMAXRECORD as maxsize.
38147 2012-10-01  Roland McGrath  <roland@hack.frob.com>
38149         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
38151         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
38152         * csu/init-first.c: ... here.
38153         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
38154         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
38155         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
38156         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
38157         * sysdeps/i386/init-first.c: File removed.
38158         * sysdeps/sh/init-first.c: File removed.
38160 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
38162         [BZ #14645]
38163         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
38164         if x * y might underflow to zero and z is zero.
38165         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
38166         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
38167         * math/libm-test.inc (min_subnorm_value): New variable.
38168         (fma_test): Add more tests.
38169         (fma_test_towardzero): Likewise.
38170         (fma_test_downward): Likewise
38171         (fma_test_upward): Likewise.
38172         (initialize): Set min_subnorm_value.
38174 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
38176         [BZ #14638]
38177         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
38178         0 + 0.
38179         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
38180         mode for addition resulting in exact zero.
38181         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
38182         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
38183         exact 0 + 0.
38184         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
38185         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
38186         * math/libm-test.inc (fma_test): Add more tests.
38187         (fma_test_towardzero): New function.
38188         (fma_test_downward): Likewise.
38189         (fma_test_upward): Likewise.
38190         (main): Call the new functions.
38192 2012-09-28  David S. Miller  <davem@davemloft.net>
38194         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
38196 2012-09-28  Roland McGrath  <roland@hack.frob.com>
38198         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
38199         instead of SIGALRM.
38201         * sysdeps/gnu/_G_config.h: Moved to ...
38202         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
38203         * sysdeps/mach/hurd/_G_config.h: Moved to ...
38204         * sysdeps/generic/_G_config.h: ... here.
38206         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
38208         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
38210         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
38211         Conditionalize target on [libnss_test1.so-version].
38213         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
38215         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
38216         (elfobjdir): Move out of conditionals.
38218         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
38219         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
38220         (__nss_lookup_function): Conditionalize label remove_from_tree on
38221         [!DO_STATIC_NSS || SHARED], matching its only use.
38223 2012-09-28  David S. Miller  <davem@davemloft.net>
38225         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
38226         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
38227         file.
38228         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
38229         sysdep_routines.
38230         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
38231         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
38232         when HWCAP_SPARC_CRYPTO is present.
38234 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
38236         * io/tst-mknodat.c: Create a FIFO instead of a socket.
38238 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
38240         [BZ #6530]
38241         * stdio-common/vfprintf.c (process_string_arg): Revert
38242         2000-07-22 change.
38244 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
38246         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
38247         for testcase.
38248         * stdio-common/tst-sprintf.c: Include <locale.h>
38249         (main): Test sprintf's handling of incomplete multibyte
38250         characters.
38252 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
38254         * elf/dl-runtime.c (VERSYMIDX): Removed.
38255         * elf/dl-version.c (VERSYMIDX): Likewise.
38256         * elf/do-rel.h (VERSYMIDX): Likewise.
38257         (VALIDX): Likewise.
38258         * elf/dynamic-link.h (VERSYMIDX): Likewise.
38259         * elf/rtld.c (VALIDX): Likewise.
38260         (ADDRIDX): Likewise.
38261         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
38262         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
38263         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
38264         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
38265         (VALIDX): Likewise.
38266         (ADDRIDX): Likewise.
38268 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
38270         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
38272 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
38274         [BZ #11438]
38275         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
38276         to global scope.
38277         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
38278         addresses are in the same scope as 192.0.2/24.
38279         * posix/gai.conf: Document new scope table defaults.
38281 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
38283         [BZ #5298]
38284         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
38285         for ftell.  Compute offsets from write pointers instead.
38286         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
38288 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
38290         [BZ #14543]
38291         * libio/Makefile (tests): New test case tst-fseek.
38292         * libio/tst-fseek.c: New test case to verify that fseek/ftell
38293         combination works in wide mode.
38294         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
38295         state when the external buffer state changes.
38297 2012-09-27  David S. Miller  <davem@davemloft.net>
38299         [BZ #14376]
38300         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
38301         pass reloc->r_addend in as the 'high' argument to
38302         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
38304         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38306 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
38308         * rt/tst-aio2.c: Include <pthread.h>.
38309         * rt/tst-aio3.c: Likewise.
38311 2012-09-27  Steve Ellcey  <sellcey@mips.com>
38313         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
38315 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
38317         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
38318         contents on [SHARED].
38320 2012-09-26  Marek Polacek  <polacek@redhat.com>
38322         [BZ #14530]
38323         [BZ #13741]
38324         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
38325         for C++ and GCC <4.3 as well as for non GCC compilers.
38327 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
38329         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
38331 2012-09-25  Roland McGrath  <roland@hack.frob.com>
38333         * Makefile.in (all, install): Declare with .PHONY.
38334         Reported by Michael Hope <michael.hope@linaro.org>.
38336 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
38338         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
38339         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
38340         system header.
38341         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
38342         Likewise.
38343         (sydep_routines): Add the new and the internal functions.
38344         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
38345         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
38346         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
38347         (GLIBC_2.17): Add the new function.
38348         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
38349         (GLIBC_2.17): Likewise.
38350         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
38351         (GLIBC_2.17): Likewise.
38352         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
38353         (GLIBC_2.17): Likewise.
38354         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
38356 2012-09-25  Alan Modra  <amodra@gmail.com>
38358         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
38359         Add release barrier before setting once_control to say
38360         initialisation is done.  Add hints on lwarx.  Use macro in
38361         place of isync.
38362         (clear_once_control): Add release barrier.
38364 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
38366         [BZ #13629]
38367         * math/s_clog.c (__clog): Handle more values close to |z| = 1
38368         specially.
38369         * math/s_clog10.c (__clog10): Likewise.
38370         * math/s_clog10f.c (__clog10f): Likewise.
38371         * math/s_clog10l.c (__clog10l): Likewise.
38372         * math/s_clogf.c (__clogf): Likewise.
38373         * math/s_clogl.c (__clogl): Likewise.
38374         * math/Makefile (libm-calls): Add x2y2m1.
38375         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
38376         (__x2y2m1): Likewise.
38377         (__x2y2m1l): Likewise.
38378         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
38379         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
38380         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
38381         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
38382         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
38383         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
38384         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
38385         * sysdeps/i386/fpu/libm-test-ulps: Update.
38386         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38388         [BZ #14621]
38389         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
38390         int as type of variable DEPTH.
38391         (glob): Use size_t instead of int as type of variables NEWCOUNT
38392         and OLD_PATHC.
38394 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
38396         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
38397         Add s_sincosf-sse2.
38398         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
38399         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
38400         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
38401         macros for using routine as __sincosf_ia32.
38402         Use macro for function declaration and weak_alias.
38403         * sysdeps/i386/fpu/libm-test-ulps: Update.
38405         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
38406         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
38408         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
38409         subnormal argument.
38410         * math/s_cexpf.c (__cexpf): Likewise.
38411         * math/s_csinf.c (__csinf): Likewise.
38412         * math/s_csinhf.c (__csinhf): Likewise.
38413         * math/s_ctanf.c (__ctanf): Likewise.
38414         * math/s_ctanhf.c (__ctanhf): Likewise.
38415         * math/s_ccosh.c (__ccoshf): Likewise.
38416         * math/s_cexp.c (__cexpl): Likewise.
38417         * math/s_csin.c (__csin): Likewise.
38418         * math/s_csinh.c (__csinh): Likewise.
38419         * math/s_ctan.c (__ctan): Likewise.
38420         * math/s_ctanh.c (ctanh): Likewise.
38421         * math/s_ccoshl.c (__ccoshl): Likewise.
38422         * math/s_cexpl.c (__cexpl): Likewise.
38423         * math/s_csinl.c (__csinl): Likewise.
38424         * math/s_csinhl.c (__csinhl): Likewise.
38425         * math/s_ctanl.c (__ctanl): Likewise.
38426         * math/s_ctanhl.c (__ctanhl): Likewise.
38428 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
38430         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
38431         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
38432         (_IO_off_t): Define to __off_t, not _G_off_t.
38433         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
38434         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
38435         (_IO_wint_t): Define to wint_t, not _G_wint_t.
38436         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
38437         type of __dummy and __dummy2 fields.
38438         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
38439         (_G_ssize_t): Likewise.
38440         (_G_off_t): Likewise.
38441         (_G_pid_t): Likewise.
38442         (_G_uid_t): Likewise.
38443         (_G_wchar_t): Likewise.
38444         (_G_wint_t): Likewise.
38445         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
38446         (_G_ssize_t): Likewise.
38447         (_G_off_t): Likewise.
38448         (_G_pid_t): Likewise.
38449         (_G_uid_t): Likewise.
38450         (_G_wchar_t): Likewise.
38451         (_G_wint_t): Likewise.
38452         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
38453         (_G_ssize_t): Likewise.
38454         (_G_off_t): Likewise.
38455         (_G_pid_t): Likewise.
38456         (_G_uid_t): Likewise.
38457         (_G_wchar_t): Likewise.
38458         (_G_wint_t): Likewise.
38460 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
38462         * malloc/arena.c: Include malloc-sysdep.h.
38463         (shrink_heap): Use check_may_shrink_heap to decide if madvise
38464         is sufficient to shrink the heap or an unmap is needed.
38465         * sysdeps/generic/malloc-sysdep.h: New file.  Define
38466         new function check_may_shrink_heap.
38467         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
38468         new function check_may_shrink_heap.
38470 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
38472         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
38473         comments.
38475 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
38477         * catgets/test-gencat.sh: Add "set -e".
38478         * elf/tst-pathopt.sh: Likewise.
38479         * grp/tst_fgetgrent.sh: Likewise.
38480         * iconvdata/run-iconv-test.sh: Likewise.
38481         * intl/tst-gettext.sh: Likewise.
38482         * intl/tst-gettext2.sh: Likewise.
38483         * intl/tst-gettext4.sh: Likewise.
38484         * intl/tst-gettext6.sh: Likewise.
38485         * intl/tst-translit.sh: Likewise.
38486         * io/ftwtest-sh: Likewise.
38487         * libio/test-freopen.sh: Likewise.
38488         * malloc/tst-mtrace.sh: Likewise.
38489         * posix/globtest.sh: Likewise.
38490         * posix/tst-getconf.sh: Likewise.
38491         * posix/wordexp-tst.sh: Likewise.
38492         * stdio-common/tst-printf.sh: Likewise.
38493         * stdio-common/tst-unbputc.sh: Likewise.
38494         * stdlib/tst-fmtmsg.sh: Likewise.
38495         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
38496         * catgets/Makefile: Do not specify -e option when running
38497         testsuite shell scripts.
38498         * elf/Makefile: Likewise.
38499         * grp/Makefile: Likewise.
38500         * iconvdata/Makefile: Likewise.
38501         * intl/Makefile: Likewise.
38502         * io/Makefile: Likewise.
38503         * libio/Makefile: Likewise.
38504         * malloc/Makefile: Likewise.
38505         * posix/Makefile: Likewise.
38506         * stdio-common/Makefile: Likewise.
38507         * stdlib/Makefile: Likewise.
38508         * sysdeps/x86_64/Makefile: Likewise.
38510         * io/ftwtest-sh: Add copyright header.
38511         * posix/globtest.sh: Likewise.
38512         * posix/tst-getconf.sh: Likewise.
38513         * posix/wordexp-tst.sh: Likewise.
38514         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
38516 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
38518         [BZ #13679]
38519         * Makeconfig (+link): Defined as $(+link-static) if
38520         $(build-shared) isn't yes.
38521         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
38522         isn't yes.
38523         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
38525         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
38527         [BZ #14562]
38528         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
38529         new chunk size with MALLOC_ALIGN_MASK.
38531 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
38533         [BZ #5044]
38534         * stdio-common/printf_fphex.c: Include <stdbool.h> and
38535         <rounding-mode.h>.
38536         (__printf_fphex): Determine rounding using get_rounding_mode and
38537         round_away.
38538         * stdio-common/tst-printf-round.c (struct hex_test): New
38539         structure.
38540         (hex_tests): New variable.
38541         (test_hex_in_one_mode): New function.
38542         (do_test): Also run tests for hex float output.
38544 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
38546         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
38547         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
38548         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
38549         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
38550         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
38551         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
38552         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
38553         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
38555 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
38557         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
38558         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
38559         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
38560         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
38562 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
38564         [BZ #14579]
38565         * elf/rtld.c (dl_main): Limit the check for self loading to normal
38566         mode only.
38567         * elf/tst-rtld-load-self.sh: New test.
38568         * elf/Makefile: Run it.
38570 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
38572         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
38573         (tst-writev-ENV): Remove.
38574         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
38576 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
38578         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
38580 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
38582         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
38583         unconditional.
38584         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
38585         Likewise.
38586         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
38587         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
38588         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
38589         Likewise.
38591 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
38593         [BZ #14587]
38594         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
38595         * config.make.in (have-cpp-asm-debuginfo): Removed.
38596         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
38597         * configure: Regenerated.
38599 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
38601         [BZ #5044]
38602         * stdio-common/printf_fp.c: Include <stdbool.h> and
38603         <rounding-mode.h>.
38604         (___printf_fp): Determine rounding using get_rounding_mode and
38605         round_away.
38606         * stdio-common/tst-printf-round.c: New file.
38607         * stdio-common/Makefile (tests): Add tst-printf-round.
38608         (link-libm): New variable.
38609         ($(objpfx)tst-printf-round): Depend in $(link-libm).
38611 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
38613         [BZ #14576]
38614         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
38615         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
38616         Likewise.
38617         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
38618         Likewise.
38620 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
38622         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
38623         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
38624         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
38625         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
38627 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
38629         [BZ #14518]
38630         * include/rounding-mode.h: New file.
38631         * sysdeps/generic/get-rounding-mode.h: Likewise.
38632         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
38633         * stdlib/strtod_l.c: Include <rounding-mode.h>.
38634         (MAX_VALUE): New macro.
38635         (MIN_VALUE): Likewise.
38636         (overflow_value): New function.
38637         (underflow_value): Likewise.
38638         (round_and_return): Use overflow_value and underflow_value to
38639         determine return values in overflow and underflow cases.  Use
38640         round_away to determine rounding depending on rounding mode.
38641         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
38642         determine return values in overflow and underflow cases.
38643         * stdlib/tst-strtod-round.c: Include <fenv.h>.
38644         (struct test_results): New structure.
38645         (struct test): Use struct test_results to store expected results
38646         for all rounding modes.
38647         (TEST): Include expected results for all rounding modes.
38648         (test_in_one_mode): New function.
38649         (do_test): Use test_in_one_mode to compute and check results.
38650         Check results for all rounding modes.
38651         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
38652         $(link-libm).
38654 2012-12-09  Allan McRae  <allan@archlinux.org>
38656         * sysdeps/i386/fpu/libm-test-ulps: Update
38658 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
38660         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
38661         (_G_int32_t): Likewise.
38662         (_G_uint16_t): Likewise.
38663         (_G_uint32_t): Likewise.
38664         (_G_HAVE_BOOL): Likewise.
38665         (_G_HAVE_ATEXIT): Likewise.
38666         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
38667         (_G_HAVE_IO_FILE_OPEN): Likewise.
38668         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
38669         (_G_int32_t): Likewise.
38670         (_G_uint16_t): Likewise.
38671         (_G_uint32_t): Likewise.
38672         (_G_HAVE_BOOL): Likewise.
38673         (_G_HAVE_ATEXIT): Likewise.
38674         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
38675         (_G_HAVE_IO_FILE_OPEN): Likewise.
38676         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
38677         (_G_int32_t): Likewise.
38678         (_G_uint16_t): Likewise.
38679         (_G_uint32_t): Likewise.
38680         (_G_HAVE_BOOL): Likewise.
38681         (_G_HAVE_ATEXIT): Likewise.
38682         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
38683         (_G_HAVE_IO_FILE_OPEN): Likewise.
38685 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
38687         * csu/libc-tls.c: Update copyright years.
38689 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
38691         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
38692         [!_G_USING_THUNKS]: Remove conditional code.
38693         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
38694         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
38696         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
38697         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
38698         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
38699         (_G_VTABLE_LABEL_PREFIX): Likewise.
38700         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
38701         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
38702         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
38703         (_G_VTABLE_LABEL_PREFIX): Likewise.
38704         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
38705         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
38706         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
38707         (_G_VTABLE_LABEL_PREFIX): Likewise.
38708         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
38710 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
38712         * libio/Makefile: Include ../Makeconfig before tests.
38713         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
38714         only if $(build-shared) is yes.
38716         * iconv/gconv_db.c: Update copyright years.
38718 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
38720         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
38721         unwind info if defined PIC. Fix special cases description.
38722         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
38724         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
38725         DP_HI_MASK entry.
38726         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
38728 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
38730         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
38732         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
38733         is NULL.
38735         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
38736         (LDLIBS-tst-chk4): This.
38737         (LDFLAGS-tst-chk5): Renamed to ...
38738         (LDLIBS-tst-chk5): This.
38739         (LDFLAGS-tst-chk6): Renamed to ...
38740         (LDLIBS-tst-chk6): This.
38741         (LDFLAGS-tst-lfschk4): Renamed to ...
38742         (LDLIBS-tst-lfschk4): This.
38743         (LDFLAGS-tst-lfschk5): Renamed to ...
38744         (LDLIBS-tst-lfschk5): This.
38745         (LDFLAGS-tst-lfschk6): Renamed to ...
38746         (LDLIBS-tst-lfschk6): This.
38748         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
38749         on $(common-objpfx)soversions.mk.
38751 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
38753         [BZ #10014]
38754         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
38755         example host name.
38757 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
38759         * malloc/arena.c (arena_get_retry): New function that gets
38760         another arena for the caller to try its request on.
38761         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
38762         current arena cannot fulfill the request.
38763         (__libc_memalign): Likewise.
38764         (__libc_memalign): Likewise.
38765         (__libc_pvalloc): Likewise.
38766         (__libc_calloc): Likewise.
38768 2012-09-05  John Tobey  <john.tobey@gmail.com>
38770         [BZ #13542]
38771         * manual/arith.texi (Operations on Complex): Fix description
38772         of carg branch cut.
38774 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
38776         [BZ #10014]
38777         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
38778         host name.
38780         [BZ #10038]
38781         * manual/memory.texi (Memory): Make order of menu items match
38782         order of sections.
38784 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
38786         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
38787         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
38788         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
38790 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
38792         * csu/libc-tls.c (static_dtv): Renamed to ...
38793         (_dl_static_dtv): This.  Make it global.
38794         (_dl_initial_dtv): Removed.
38795         (__libc_setup_tls): Updated.
38796         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
38797         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
38798         DL_INITIAL_DTV.
38800 2012-09-06  Petr Machata  <pmachata@redhat.com>
38802         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
38803         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
38804         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
38805         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
38807 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
38809         [BZ #14545]
38810         * csu/libc-tls.c (_dl_initial_dtv): New variable.
38811         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
38812         freeing dtv[-1].
38814 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
38816         [BZ #14544]
38817         * Makeconfig (link-static-before-libc): Replace $(+prector)
38818         with $(+prectorT).
38819         (link-static-after-libc): Replace $(+postctor) with
38820         $(+postctorT).
38821         (link-bounded): Replace $(+prector)/$(+postctor) with
38822         $(+prectorT)/$(+postctorT).
38823         (+prectorT): New macro.
38824         (+postctorT): Likewise.
38826 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
38828         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
38829         (round_str): Handle values above the maximum for IBM long double
38830         as inexact.
38831         * stdlib/tst-strtod-round.c (tests): Regenerated.
38833 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
38835         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
38836         assembler flag.
38837         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
38838         zarch_nohighgprs around the zarch optimized routines.
38839         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
38840         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
38841         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
38842         for zarch.
38844 2012-09-05  David S. Miller  <davem@davemloft.net>
38846         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38848         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
38849         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
38850         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
38851         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
38852         entries.
38854 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
38856         * malloc/arena.c: Fold copyright years.
38857         * malloc/mcheck.c, malloc/memusage.c: Likewise.
38859 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
38861         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
38863 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
38865         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
38867 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
38869         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
38870         change internal state upon failure.
38872 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
38874         * malloc/mcheck.c (mcheck_check_all): Fix typo.
38875         * malloc/memusage.c (mmap): Likewise.
38876         (mmap64, mremap): Likewise.  Adjust name in comment.
38878 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
38880         * libio/fileops.c: Fix typos in comments.
38881         * libio/oldfileops.c: Likewise.
38882         * libio/wfileops.c: Likewise.
38884 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
38886         [BZ #1349]
38887         * malloc/Makefile (tests): Add tst-malloc-usable test case.
38888         (tst-malloc-usable-ENV): Set environment for test case.
38889         * malloc/hooks.c (malloc_check_get_size): New function to get
38890         requested size.
38891         * malloc/malloc.c (musable): Use malloc_check_get_size.
38892         * malloc/tst-malloc-usable.c: New test case.
38894 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
38896         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
38898 2012-09-05  Allan McRae  <allan@archlinux.org>
38900         [BZ #13966]
38901         * configure.in (CXX_SYSINCLUDES): Use compiler output to
38902         determine header location.
38903         * configure: Regenerated.
38905 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
38907         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
38908         float format.
38909         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
38910         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
38911         format.
38912         (test): Regenerate.
38914 2012-09-04  David S. Miller  <davem@davemloft.net>
38916         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
38917         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
38918         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
38920 2012-09-04  Florian Weimer  <fweimer@redhat.com>
38922         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
38923         failures.
38925         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
38927 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
38929         [BZ #9914]
38930         * libio/iogetdelim.c: Include <limits.h>.
38931         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
38932         + len + 1 would overflow.
38934 2012-09-03  Andreas Jaeger  <aj@suse.de>
38936         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
38937         * sysdeps/i386/fpu/libm-test-ulps: Update.
38939 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
38941         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
38942         Add s_sinf-sse2, s_conf-sse2.
38944         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
38945         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
38946         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
38947         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
38949         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
38950         for using routine as __sinf_ia32.
38951         Use macro for function declaration and weak_alias.
38952         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
38953         for using routine as __cosf_ia32.
38954         Use macro for function declaration and weak_alias.
38956         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
38957         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
38959         * sysdeps/x86_64/fpu/s_sinf.S: New file.
38960         * sysdeps/x86_64/fpu/s_cosf.S: New file.
38961         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
38963         * math/libm-test.inc (cos_test): Add more test cases.
38964         (sin_test): Likewise.
38965         (sincos_test): Likewise.
38967 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
38969         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
38970         (IFUNC_RESOLVE): Make pointers to the specialized implementations
38971         hidden.
38972         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
38974 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
38976         [BZ #14538]
38977         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
38978         first element of the GOT.
38979         (elf_machine_load_address): Return the difference between
38980         the runtime address of _DYNAMIC and elf_machine_dynamic ().
38982 2012-09-01  Allan McRae  <allan@archlinux.org>
38984         [BZ #13412]
38985         * configure.in (AWK): Require gawk version 3.0 or later.
38986         * configure: Regenerated.
38988 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
38990         * sysdeps/unix/sysv/linux/kernel-features.h
38991         (__ASSUME_POSIX_CPU_TIMERS): Remove.
38992         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
38993         [__NR_clock_getres]: Make code unconditional.
38994         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
38995         (clock_getcpuclockid): Remove code left unreachable by removal of
38996         conditionals.
38997         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
38998         code unconditional.
38999         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
39000         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
39001         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
39002         Make code unconditional.
39003         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
39004         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
39005         * sysdeps/unix/sysv/linux/clock_settime.c
39006         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
39007         conditional code.
39008         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
39009         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
39011 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
39013         [BZ #14476]
39014         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
39015         scripts/test-installation.pl.
39017         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
39018         and $ld_so_version if it is set.
39020 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
39022         [BZ #14516]
39023         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
39024         failure if reading from procfs failed.
39025         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
39027 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
39029         * sysdeps/unix/sysv/linux/kernel-features.h
39030         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
39031         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
39032         Remove conditional code.
39033         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39034         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
39035         Remove conditional code.
39036         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39037         * sysdeps/unix/sysv/linux/i386/fxstat.c
39038         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
39039         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39040         * sysdeps/unix/sysv/linux/i386/fxstatat.c
39041         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
39042         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39043         * sysdeps/unix/sysv/linux/i386/lxstat.c
39044         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
39045         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39046         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
39047         Remove conditional code.
39048         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39049         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
39050         Remove conditional code.
39051         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39052         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
39053         <kernel-features.h>.
39054         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
39055         Remove.
39056         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
39057         Remove conditional code.
39058         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39059         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
39060         Remove conditional.
39062 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
39064         [BZ #5400]
39065         * NEWS: Add fixed bug number.
39067 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
39069         [BZ #14519]
39070         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
39071         underflowing exponent in case of negative sign.
39072         * stdlib/tst-strtod-round-data: Add more tests.
39073         * stdlib/tst-strtod-round.c (tests): Regenerated.
39075         [BZ #3479]
39076         * stdlib/strtod_l.c (NDIG): Remove.
39077         (HEXNDIG): Likewise.
39078         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
39079         smallest representable value.
39080         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
39081         lie within an exact representation of 1/2 ulp of the result.
39082         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
39083         unconditionally.
39084         (TENS_P9_IDX): Define unconditionally.
39085         (TENS_P9_SIZE): Likewise.
39086         (TENS_P10_IDX): Likewise.
39087         (TENS_P10_SIZE): Likewise.
39088         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
39089         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
39090         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
39091         entries for 10^2^13 and 10^2^14.
39092         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
39093         (TENS_P13_IDX): Define.
39094         (TENS_P13_SIZE): Likewise.
39095         (TENS_P14_IDX): Likewise.
39096         (TENS_P14_SIZE): Likewise.
39097         (_fpioconst_pow10): Change array size to
39098         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
39099         unconditional.
39100         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
39101         1024]: Add entries for 10^2^13 and 10^2^14.
39102         [LAST_POW10 > _LAST_POW10]: Remove #error.
39103         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
39104         (_fpioconst_pow10): Change array size to
39105         FPIOCONST_POW10_ARRAY_SIZE.
39106         * stdlib/gen-fpioconst.c: New file.
39107         * stdlib/gen-tst-strtod-round.c: Likewise.
39108         * stdlib/tst-strtod-round-data: Likewise.
39109         * stdlib/tst-strtod-round.c: Likewise.
39110         * stdlib/Makefile (tests): Add tst-strtod-round.
39112         [BZ #14459]
39113         * stdlib/strtod_l.c: Include <stdint.h>.
39114         (NDEBUG): Do not define.
39115         (round_and_return): Change EXPONENT parameter to type intmax_t.
39116         Rearrange calculations to avoid internal overflow possibilities.
39117         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
39118         Rearrange calculations to avoid internal overflow possibilities.
39119         Assert that number fits inside MPNSIZE limbs.
39120         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
39121         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
39122         calculations and add assertions to avoid internal overflow
39123         possibilities.  Add casts to avoid signed/unsigned operations.
39124         * stdlib/tst-strtod-overflow.c: New file.
39125         * stdlib/Makefile (tests): Add tst-strtod-overflow.
39127 2012-08-25  Marek Polacek  <polacek@redhat.com>
39129         * time/time.h: Fix some typos in comments.
39131 2012-08-23  Roland McGrath  <roland@hack.frob.com>
39133         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
39134         * posix/tst-rfc3484-2.c: Likewise.
39135         * posix/tst-rfc3484-3.c: Likewise.
39137 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
39139         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
39140         (EF_ARM_ABI_FLOAT_HARD): Likewise.
39142 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
39144         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
39145         #include of fxstatat64.c.
39147 2012-08-22  Roland McGrath  <roland@hack.frob.com>
39149         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
39150         * shadow/getspent_r.c: Likewise.
39151         * shadow/getspnam.c: Likewise.
39152         * shadow/getspnam_r.c: Likewise.
39153         * gshadow/getsgent.c: Likewise.
39154         * gshadow/getsgent_r.c: Likewise.
39155         * gshadow/getsgnam.c: Likewise.
39156         * gshadow/getsgnam_r.c: Likewise.
39157         * inet/getnetbyad.c: Likewise.
39158         * inet/getnetbyad_r.c: Likewise.
39159         * inet/getnetbynm.c: Likewise.
39160         * inet/getnetbynm_r.c: Likewise.
39161         * inet/getnetent.c: Likewise.
39162         * inet/getnetent_r.c: Likewise.
39163         * inet/getproto.c: Likewise.
39164         * inet/getproto_r.c: Likewise.
39165         * inet/getprtent.c: Likewise.
39166         * inet/getprtent_r.c: Likewise.
39167         * inet/getprtname.c: Likewise.
39168         * inet/getprtname_r.c: Likewise.
39169         * inet/getrpcbyname.c: Likewise.
39170         * inet/getrpcbyname_r.c: Likewise.
39171         * inet/getrpcbynumber.c: Likewise.
39172         * inet/getrpcbynumber_r.c: Likewise.
39173         * inet/getrpcent.c: Likewise.
39174         * inet/getrpcent_r.c: Likewise.
39175         * inet/getaliasent.c: Likewise.
39176         * inet/getaliasent_r.c: Likewise.
39177         * inet/getaliasname.c: Likewise.
39178         * inet/getaliasname_r.c: Likewise.
39179         * nscd/getgrgid_r.c: Likewise.
39180         * nscd/getgrnam_r.c: Likewise.
39181         * nscd/gethstbyad_r.c: Likewise.
39182         * nscd/gethstbynm3_r.c: Likewise.
39183         * nscd/getpwnam_r.c: Likewise.
39184         * nscd/getpwuid_r.c: Likewise.
39185         * nscd/getsrvbynm_r.c: Likewise.
39186         * nscd/getsrvbypt_r.c: Likewise.
39187         * nscd/gai.c: Likewise.
39189         * configure.in (build_nscd): New substituted variable, set
39190         by --disable-build-nscd and defaults to $use_nscd.
39191         * configure: Regenerated.
39192         * config.make.in (build-nscd): New substituted variable.
39193         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
39194         Change conditional to require [$(build-nscd) = yes] as well.
39195         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
39197         [BZ# 13696]
39198         * configure.in (use_nscd): New substituted variable, set by
39199         --disable-nscd.  If enabled, define USE_NSCD.
39200         * configure: Regenerated.
39201         * config.h.in: Add USE_NSCD.
39202         * config.make.in (use-nscd): New substituted variable.
39203         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
39204         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
39205         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
39206         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
39207         (CFLAGS-getgrnam_r.c): Likewise.
39208         (CFLAGS-initgroups.c): Likewise.
39209         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
39210         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
39211         Variables removed.
39212         * inet/getnetgrent_r.c
39213         (nscd_setnetgrent): New function, broken out of ...
39214         (setnetgrent): ... here.  Call it.
39215         (innetgr): Conditionalize nscd bits on [USE_NSCD].
39216         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
39217         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
39218         * nscd/Makefile (routines, aux): Move definitions after include of
39219         Makeconfig.  Conditionalize on [$(use-nscd) != no].
39220         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
39221         Conditionalize on [USE_NSCD].
39222         (is_nscd, nscd_init_cb): Likewise.
39223         (nss_load_library): Conditionalize init callback on [USE_NSCD].
39224         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
39225         * nss/nss_db/db-init.c: Likewise.
39226         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
39227         [USE_NSCD].
39228         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
39229         (make_request): Use it.
39230         (cache_valid_p): New function.
39231         (__check_pf): Use it.
39232         * NEWS: Add item for --disable-nscd.
39234 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
39236         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
39237         to support sed >= 4.2.1-20-ga9bf076.
39238         * configure: Regenerated.
39240 2012-08-22  Roland McGrath  <roland@hack.frob.com>
39242         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
39243         Conditionalize whole body on [IREL].
39245 2012-08-22  Jeff Law <law@redhat.com>
39247         [BZ #14505]
39248         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
39249         if the family is PF_UNSPEC.
39251 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
39253         * Makerules (lib-version): Rename from V.
39254         (install-lib-nosubdir): Change V to lib-version.
39256 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
39258         [BZ #14252]
39259         * powerpc32/power6/wcschr.c: New file.
39260         * powerpc32/power6/wcscpy.c: New file.
39261         * powerpc32/power6/wcsrchr.c: New file.
39262         * powerpc64/power6/wcschr.c: New file.
39263         * powerpc64/power6/wcscpy.c: New file.
39264         * powerpc64/power6/wcsrchr.c: New file.
39266 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
39268         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
39269         (two_way_short_needle): Use it.
39270         * string/strstr.c (AVAILABLE1_USES_J): Define.
39271         * string/strcasestr.c: Likewise.
39273         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
39274         array references.
39275         * string/strcasestr.c (TOLOWER): Make side-effect safe.
39277         [BZ #11607]
39278         * NEWS: Add an entry.
39279         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
39280         define their defaults.
39281         (two_way_short_needle): Detect end-of-string on-the-fly.
39282         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
39283         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
39284         * string/bug-strcasestr1.c: New test.
39285         * string/Makefile: Run it.
39287 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
39289         [BZ #11607]
39290         * string/str-two-way.h (two_way_short_needle): Optimize matching of
39291         the first character.
39293 2012-08-21  Roland McGrath  <roland@hack.frob.com>
39295         * csu/elf-init.c (__libc_csu_irel): Function removed.
39296         * csu/libc-start.c (apply_irel): New function.
39297         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
39299 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
39301         * sysdeps/unix/sysv/linux/kernel-features.h
39302         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
39303         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
39304         <kernel-features.h>.
39305         [__NR_fadvise64_64]: Make code unconditional.
39306         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
39307         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
39308         !__NR_fadvise64_64)]: Likewise.
39309         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
39310         !__NR_fadvise64_64))]: Likewise.
39311         [__NR_fadvise64]: Make code unconditional.
39312         [!__NR_fadvise64]: Remove conditional code.
39313         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
39314         <kernel-features.h>.
39315         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
39316         unconditional.
39317         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
39318         conditional code.
39319         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
39320         not include <kernel-features.h>.
39321         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
39322         unconditional.
39323         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
39324         conditional code.
39325         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
39326         include <kernel-features.h>.
39327         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
39328         unconditional.
39329         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
39330         conditional code.
39332 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
39334         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
39335         slight instruction rearrangements per scrollpipe analysis.
39336         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
39338 2012-08-20  Roland McGrath  <roland@hack.frob.com>
39340         * manual/syslog.texi (syslog; vsyslog, closelog):
39341         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
39342         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
39344         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
39345         DSOCAPS to match condition on defining it.
39347 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
39349         * sysdeps/unix/sysv/linux/kernel-features.h
39350         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
39351         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
39352         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
39353         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
39354         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
39355         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
39356         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
39357         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
39358         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
39359         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
39361         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
39362         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
39364         * sysdeps/unix/sysv/linux/kernel-features.h
39365         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
39366         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
39367         unconditional.
39368         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
39369         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
39370         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
39371         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
39372         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
39373         Make code unconditional.
39374         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
39375         (__mmap64) [!__NR_mmap2]: Likewise.
39376         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
39377         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
39378         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
39379         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
39380         [__NR_mmap2]: Make code unconditional.
39381         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
39382         (__mmap64) [!__NR_mmap2]: Likewise.
39384 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
39386         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
39388 2012-08-18  Andreas Jaeger  <aj@suse.de>
39390         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
39392 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
39394         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
39395         * include/unistd.h (__have_sock_cloexec): Likewise.
39396         (__have_pipe2): Likewise.
39397         (__have_dup3): Likewise.
39399 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
39401         [BZ #9685]
39402         * include/unistd.h (__have_pipe2): Change define into an extern int.
39403         (__have_dup3): Likewise.
39404         * socket/have_sock_cloexec.c: Include fcntl.h.
39405         (__have_pipe2): New variable.
39406         (__have_dup3): Likewise.
39408 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
39410         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
39412 2012-08-17  Marek Polacek  <polacek@redhat.com>
39414         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
39415         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
39417 2012-08-17  Roland McGrath  <roland@hack.frob.com>
39419         * configure.in: Add AC_SUBST for sysheaders.
39420         * configure: Regenerated.
39421         * config.make.in (sysheaders): New substituted variable.
39423         * sysdeps/unix/mkfifo.c: Moved ...
39424         * sysdeps/posix/mkfifo.c: ... here.
39425         * sysdeps/unix/mkfifoat.c: Moved ...
39426         * sysdeps/posix/mkfifoat.c: ... here.
39428         * sysdeps/unix/utime.c: Moved ...
39429         * sysdeps/posix/utime.c: ... here.
39431         * sysdeps/unix/time.c: Moved ...
39432         * sysdeps/posix/time.c: ... here.
39433         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
39434         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
39436         * sysdeps/unix/nice.c: Moved ...
39437         * sysdeps/posix/nice.c: ... here.
39439         * sysdeps/unix/alarm.c: Moved ...
39440         * sysdeps/posix/alarm.c: ... here.
39442         * intl/Makefile ($(codeset_mo)): Depend on the input file.
39444 2012-08-17  Jeff Law <law@redhat.com>
39446         * intl/Makefile (codeset_mo): New variable.
39447         ($(codeset_mo)): New target.
39448         (tst-codeset.out): Depend on that.  Remove explicit rule.
39449         (tst-gettext3.out, tst-gettext5.out): Likewise.
39450         (LOCPATH-ENV, tst-codeset-ENV): New variables.
39451         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
39452         * intl/tst-codeset.sh: Remove.
39453         * intl/tst-gettext3.sh: Likewise.
39454         * intl/tst-gettext5.sh: Likewise.
39456 2012-08-17  Roland McGrath  <roland@hack.frob.com>
39458         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
39459         * sysdeps/unix/syscalls.list: ... here.
39461         * sysdeps/posix/getaddrinfo.c
39462         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
39463         (gaiconf_init, gaiconf_reload): Use them.
39464         [!_STATBUF_ST_NSEC]
39465         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
39466         Define using time_t rather than struct timespec.
39468         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
39469         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
39470         Macros removed.
39471         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
39472         [!NO_THREADS].
39473         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
39474         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
39475         Likewise.
39477         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
39478         __libc_cleanup_push argument.
39480         * bits/param.h: New file.
39481         * misc/sys/param.h: New file.
39482         * include/sys/param.h: New file.
39483         * misc/Makefile (headers): Add bits/param.h.
39484         * sysdeps/generic/sys/param.h: File removed.
39485         * sysdeps/unix/sysv/linux/bits/param.h: New file.
39486         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
39487         * sysdeps/mach/hurd/bits/param.h: New file.
39488         * sysdeps/mach/hurd/sys/param.h: File removed.
39490         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
39491         last change.
39493         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
39494         [_IO_MTSAFE_IO].
39495         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
39496         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
39497         New macros.
39499         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
39500         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
39501         rather than -D_IO_MTSAFE_IO conditionally.
39502         * stdio-common/Makefile (CPPFLAGS): Likewise.
39503         * wcsmbs/Makefile (CPPFLAGS): Likewise.
39504         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
39505         Use $(libio-mtsafe).
39506         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
39507         of -D_IO_MTSAFE_IO.
39508         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
39509         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
39510         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
39511         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
39512         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
39513         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
39514         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
39515         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
39516         (CFLAGS-fread_u_chk.c): Likewise.
39517         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
39518         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
39519         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
39520         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
39521         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
39522         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
39523         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
39524         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
39525         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
39527         * libio/Makefile: Test [$(libc-reentrant) = yes]
39528         instead of [$(filter %REENTRANT, $(defines)) nonempty].
39530         * Makeconfig
39531         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
39532         * sysdeps/pthread/configure: File removed.
39533         * sysdeps/pthread/Makeconfig: New file.
39534         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
39535         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
39537 2012-08-16  Gary Benson  <gbenson@redhat.com>
39539         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
39540         unmapping the first object in a namespace.
39542 2012-08-16  Roland McGrath  <roland@hack.frob.com>
39544         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
39545         (__internal_setnetgrent): ... this.  Add internal_function to
39546         definition.  Add libc_hidden_def.
39547         (setnetgrent): Update caller.
39548         (internal_endnetgrent): Renamed to ...
39549         (__internal_endnetgrent): ... this.  Add internal_function to
39550         definition.  Add libc_hidden_def.
39551         (endnetgrent): Update caller.
39552         (internal_getnetgrent_r): Renamed to ...
39553         (__internal_getnetgrent_r): ... this.  Add internal_function to
39554         definition.  Add libc_hidden_def.
39555         (__getnetgrent_r): Update caller.
39556         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
39558 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
39560         * stdlib/longlong.h: Update from GCC.
39562 2012-08-16  Roland McGrath  <roland@hack.frob.com>
39564         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
39565         on _QL, which is set by umul_ppmm but never used.
39566         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
39567         variables, which are set by GMP macros but never used.
39568         * stdio-common/_itowa.c (_itowa): Likewise.
39569         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
39570         * stdlib/mod_1.c (mpn_mod_1): Likewise.
39572 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
39574         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
39575         struct La_sh_regs is not constant.
39576         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
39577         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
39578         and struct La_sparc64_regs are not constant.
39580 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
39582         * sysdeps/unix/sysv/linux/kernel-features.h
39583         (__ASSUME_POSIX_TIMERS): Remove.
39584         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
39585         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
39586         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
39587         Make code unconditional.
39588         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
39589         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
39590         Make code unconditional.
39591         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
39592         * sysdeps/unix/sysv/linux/clock_nanosleep.c
39593         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
39594         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
39595         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
39596         Make code unconditional.
39597         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
39598         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
39599         (__libc_missing_posix_timers): Remove.
39601 2012-08-15  Roland McGrath  <roland@hack.frob.com>
39603         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
39604         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
39606         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
39608         * elf/dl-sym.c: Include <stdlib.h>.
39610         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
39611         constants, which avoids warnings in 32-bit builds.
39613         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
39614         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
39616         * misc/lseek.c: File moved to ...
39617         * io/lseek.c: ... here.
39619         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
39621         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
39622         shifting LEN more than 31 bits at once.
39624 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
39626         [BZ #14195]
39627         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
39628         segmentation fault for a case of two empty input strings.
39629         * string/test-strncasecmp.c (check1): Renamed to...
39630         (bz12205): ...this.
39631         (bz14195): Add new testcase for two empty input strings and N > 0.
39632         (test_main): Call new testcase, adapt for renamed function.
39634 2012-08-15  Andreas Jaeger  <aj@suse.de>
39636         [BZ #14090]
39637         * crypt/md5test2.c: New test, based on test supplied by Serge
39638         Belyshev <belyshev@depni.sinp.msu.ru>.
39639         * crypt/Makefile (xtests): Add md5test-giant..
39640         * crypt/Makefile ($(objpfx)md5test-giant): Add.
39642 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
39644         [BZ #14090]
39645         * crypt/md5.c (md5_process_block): Don't assume the buffer
39646         length is less than 2**32.
39647         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
39648         length is less than 2**64.
39650 2012-08-15  Roland McGrath  <roland@hack.frob.com>
39652         * string/str-two-way.h: Include <sys/param.h>.
39653         (MAX): Macro removed.
39655         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
39656         Move #define and #undef of memmove to just before and after
39657         including <string.h>.
39659         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
39660         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
39661         and after including <string.h>.  Move declarations of
39662         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
39663         to before #include "string/memmove.c".
39665         * include/dirent.h: Declare __getdirentries.
39667         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
39668         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
39670 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
39672         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
39673         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
39674         * sysdeps/i386/configure: Regenerated.
39675         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
39676         STABS_CURRENT_FILE, and STABS_FUN.
39677         (END): Remove call to STABS_FUN_END.
39678         (STABS_CURRENT_FILE1): Delete.
39679         (STABS_CURRENT_FILE): Likewise.
39680         (STABS_FUN): Likewise.
39681         (STABS_FUN_END): Likewise.
39682         (STABS_FUN2): Likewise.
39683         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
39684         * sysdeps/x86_64/configure: Regenerated.
39686 2012-08-14  Roland McGrath  <roland@hack.frob.com>
39688         * elf/dl-open.c: Include <atomic.h>.
39689         * elf/dl-lookup.c: Likewise.
39691 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
39693         * sysdeps/unix/sysv/linux/kernel-features.h
39694         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
39695         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
39696         unconditionally.
39697         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
39698         unconditionally.
39699         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
39700         condition on __ASSUME_CLONE_THREAD_FLAGS.
39702 2012-08-14  Andreas Jaeger  <aj@suse.de>
39704         * sysdeps/i386/fpu/libm-test-ulps: Update.
39706 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
39708         * include/atomic.h (atomic_exchange_and_add): Split into ...
39709         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
39710         New atomic macros.
39712 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
39714         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
39716 2012-08-13  Jeff Law <law@redhat.com>
39718         * manual/stdio.texi (snprintf): Clarify handling of the trailing
39719         null byte in the output string.
39721 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
39723         * sysdeps/unix/sysv/linux/kernel-features.h
39724         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
39725         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
39726         (__ASSUME_ARG_MAX_STACK_BASED): Define.
39727         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
39728         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
39729         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
39730         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
39732 2012-08-09  Jeff Law <law@redhat.com>
39734         [BZ #13939]
39735         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
39736         When avoid_arena is set, don't retry in the that arena.  Pick the
39737         next one, whatever it might be.
39738         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
39739         (arena_lock): Pass in new parameter to arena_get2.
39740         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
39741         arena_get2.
39742         (__libc_malloc): Unify retrying after main arena failure with
39743         __libc_memalign version.
39744         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
39746 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
39748         [BZ #14166]
39749         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
39750         to __redirect_strstr.
39751         (__strstr_sse42): Use typeof __redirect_strstr.
39752         (__strstr_ia32): Likewise.
39753         (__libc_strstr): New prototype.
39754         (strstr): Renamed to ...
39755         (__libc_strstr): This.
39756         (strstr): New strong alias of __libc_strstr.
39757         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
39758         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
39759         __redirect_time.
39760         Include <time.h>.
39761         (__libc_time): New prototype.
39762         (time_ifunc): Replace time with __libc_time.
39763         (time): New strong alias and hidden definition of __libc_time.
39764         (__GI_time): Remove strong alias.
39765         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
39766         Include <stddef.h>.
39767         (memmove): Redefined to __redirect_memmove.
39768         (__memmove_sse2): Use typeof __redirect_memmove.
39769         (__memmove_ssse3): Likewise.
39770         (__memmove_ssse3_back): Likewise.
39771         (__libc_memmove): New prototype.
39772         (memmove): Renamed to ...
39773         (__libc_memmove): This.
39774         (memmove): New strong alias of __libc_memmove.
39776 2012-08-08  Mark Salter  <msalter@redhat.com>
39778         * elf/elf.h
39779         (R_MN10300_TLS_GD): Define.
39780         (R_MN10300_TLS_LD): Likewise.
39781         (R_MN10300_TLS_LDO): Likewise.
39782         (R_MN10300_TLS_GOTIE): Likewise.
39783         (R_MN10300_TLS_IE): Likewise.
39784         (R_MN10300_TLS_LE): Likewise.
39785         (R_MN10300_TLS_DTPMOD): Likewise.
39786         (R_MN10300_TLS_DTPOFF): Likewise.
39787         (R_MN10300_TLS_TPOFF): Likewise.
39788         (R_MN10300_SYM_DIFF): Likewise.
39789         (R_MN10300_ALIGN): Likewise.
39790         (R_MN10300_NUM): Update.
39792 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
39794         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
39795         Remove.
39797 2012-08-08  Roland McGrath  <roland@hack.frob.com>
39799         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
39801         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
39802         sysdeps/unix -> sysdeps/posix move.
39803         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
39805 2012-08-07      Allan McRae     <allan@archlinux.org>
39807         [BZ #14303]
39808         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
39809         (SUNOS_CPP): Likewise.
39810         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
39811         not found.
39812         (open_input): Call CPP using execvp.
39814 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
39816         * sysdeps/unix/sysv/linux/kernel-features.h
39817         (__ASSUME_PROT_GROWSUPDOWN): Remove.
39818         (__ASSUME_NO_CLONE_DETACHED): Likewise.
39819         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
39820         (__ASSUME_WAITID_SYSCALL): Likewise.
39821         * sysdeps/unix/sysv/linux/dl-execstack.c
39822         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
39823         code unconditional.
39824         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
39825         conditional code.
39826         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
39827         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
39828         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
39829         code.
39830         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
39831         unconditional.
39832         [__ASSUME_WAITID_SYSCALL]: Likewise.
39833         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
39835 2012-08-07  Roland McGrath  <roland@hack.frob.com>
39837         * sysdeps/unix/closedir.c: Renamed to ...
39838         * sysdeps/posix/closedir.c: ... here.
39839         * sysdeps/unix/dirfd.c: Renamed to ...
39840         * sysdeps/posix/dirfd.c: ... here.
39841         * sysdeps/unix/dirstream.h: Renamed to ...
39842         * sysdeps/posix/dirstream.h: ... here.
39843         * sysdeps/unix/fdopendir.c: Renamed to ...
39844         * sysdeps/posix/fdopendir.c: ... here.
39845         * sysdeps/unix/opendir.c: Renamed to ...
39846         * sysdeps/posix/opendir.c: ... here.
39847         * sysdeps/unix/readdir.c: Renamed to ...
39848         * sysdeps/posix/readdir.c: ... here.
39849         * sysdeps/unix/readdir_r.c: Renamed to ...
39850         * sysdeps/posix/readdir_r.c: ... here.
39851         * sysdeps/unix/rewinddir.c: Renamed to ...
39852         * sysdeps/posix/rewinddir.c: ... here.
39853         * sysdeps/unix/seekdir.c: Renamed to ...
39854         * sysdeps/posix/seekdir.c: ... here.
39855         * sysdeps/unix/telldir.c: Renamed to ...
39856         * sysdeps/posix/telldir.c: ... here.
39857         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
39858         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
39859         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
39860         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
39862         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
39863         * bits/fcntl.h: ... here.
39865         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
39866         not 0.
39867         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
39868         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
39869         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
39870         (struct flock): Move l_start, l_len to the beginning.
39871         Use __pid_t for l_pid.
39872         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
39873         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
39874         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
39875         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
39876         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
39877         [__USE_LARGEFILE64] (struct flock64): New type.
39878         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
39880         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
39881         * bits/dirent.h: ... here.
39883         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
39884         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
39886 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
39888         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
39889         Change from 2.6.0 to 2.6.16.
39890         * sysdeps/unix/sysv/linux/configure: Regenerated.
39891         * sysdeps/unix/sysv/linux/kernel-features.h
39892         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
39893         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
39894         version.
39895         (__ASSUME_UTIMES): Likewise.
39896         (__ASSUME_CLONE_STOPPED): Remove.
39897         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
39898         architectures, not kernel version.
39899         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
39900         (__ASSUME_NO_CLONE_DETACHED): Likewise.
39901         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
39902         (__ASSUME_WAITID_SYSCALL): Likewise.
39903         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
39904         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
39905         * README: State 2.6.16 as minimum Linux kernel version.  Do not
39906         refer to older versions.
39908 2012-08-06  Roland McGrath  <roland@hack.frob.com>
39910         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
39911         Define alphasort64 as an alias.
39912         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
39913         Define versionsort64 as an alias.
39914         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
39915         Define scandir64 as an alias.
39916         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
39917         Define scandirat64 as an alias.
39918         * dirent/alphasort64.c (alphasort64):
39919         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
39920         * dirent/versionsort64.c: Likewise.
39921         * dirent/scandir64.c: Likewise.
39922         * dirent/scandirat64.c: Likewise.
39923         * sysdeps/wordsize-64/alphasort.c: File removed.
39924         * sysdeps/wordsize-64/alphasort64.c: File removed.
39925         * sysdeps/wordsize-64/scandir.c: File removed.
39926         * sysdeps/wordsize-64/scandir64.c: File removed.
39927         * sysdeps/wordsize-64/scandirat.c: File removed.
39928         * sysdeps/wordsize-64/scandirat64.c: File removed.
39929         * sysdeps/wordsize-64/versionsort.c: File removed.
39930         * sysdeps/wordsize-64/versionsort64.c: File removed.
39931         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
39932         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
39933         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
39934         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
39935         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
39936         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
39937         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
39938         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
39940         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
39941         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
39942         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
39943         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39944         [defined __arch64__ || defined __sparcv9]
39945         (__INO_T_MATCHES_INO64_T): New macro.
39946         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
39947         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
39948         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
39949         * sysdeps/unix/sysv/linux/bits/dirent.h
39950         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
39951         (_DIRENT_MATCHES_DIRENT64): New macro.
39953         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
39954         Define lockf64 as an alias.
39955         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
39956         Define fseeko64 as an alias.
39957         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
39958         Define ftello64 as an alias.
39959         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
39960         Define _IO_fgetpos64 and fgetpos64 as aliases.
39961         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
39962         Define _IO_fsetpos64 and fsetpos64 as aliases.
39963         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
39964         Conditionalize body on this.
39965         * libio/fseeko64.c: Likewise.
39966         * libio/ftello64.c: Likewise.
39967         * libio/iofgetpos64.c: Likewise.
39968         * libio/iofsetpos64.c: Likewise.
39969         * sysdeps/wordsize-64/lockf.c: File removed.
39970         * sysdeps/wordsize-64/lockf64.c: File removed.
39971         * sysdeps/wordsize-64/fseeko.c: File removed.
39972         * sysdeps/wordsize-64/fseeko64.c: File removed.
39973         * sysdeps/wordsize-64/ftello.c: File removed.
39974         * sysdeps/wordsize-64/ftello64.c: File removed.
39975         * sysdeps/wordsize-64/iofgetpos.c: File removed.
39976         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
39977         * sysdeps/wordsize-64/iofsetpos.c: File removed.
39978         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
39979         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
39980         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
39981         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
39982         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
39983         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
39984         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
39985         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
39986         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
39987         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
39988         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
39990         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
39991         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
39992         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
39993         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39994         [defined __arch64__ || defined __sparcv9]
39995         (__OFF_T_MATCHES_OFF64_T): New macro.
39996         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
39997         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
39998         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39999         (__OFF_T_MATCHES_OFF64_T): New macro.
40001 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
40003         * stdlib/secure-getenv.c (__secure_getenv): Replace
40004         GLIBC_2_16 with GLIBC_2_17.
40006 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
40008         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
40009         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
40011 2012-08-03  David S. Miller  <davem@davemloft.net>
40013         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40015 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
40017         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
40018         Remove.
40019         (__ASSUME_CORRECT_SI_PID): Likewise.
40020         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
40021         (__ASSUME_TMPFS_NAME): Likewise.
40022         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
40023         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
40024         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
40025         (HAVE_AUX_SECURE): Make definition unconditional.
40026         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
40027         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
40029 2012-08-03  Roland McGrath  <roland@hack.frob.com>
40031         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
40032         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
40033         * sysdeps/mach/hurd/eloop-threshold.h: New file.
40034         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
40035         __eloop_threshold instead of SYMLOOP_MAX.
40037         * sysdeps/generic/eloop-threshold.h: New file.
40038         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
40039         of MAXSYMLINKS.
40040         * elf/chroot_canon.c (chroot_canon): Likewise.
40042 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
40044         [BZ #13717]
40045         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
40046         Change to 2.6.0 everywhere.
40047         * sysdeps/unix/sysv/linux/configure: Regenerated.
40048         * sysdeps/unix/sysv/linux/kernel-features.h
40049         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
40050         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
40051         kernel versions.
40052         (__ASSUME_POSIX_TIMERS): Define unconditionally.
40053         (__ASSUME_FUTEX_REQUEUE): Remove.
40054         (__ASSUME_STATFS64): Define unconditionally.
40055         (__ASSUME_AT_SECURE): Likewise.
40056         (__ASSUME_CORRECT_SI_PID): Likewise.
40057         (__ASSUME_TGKILL): Define without depending on kernel version for
40058         i386.
40059         (__ASSUME_UTIMES): Likewise.
40060         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
40061         kernel version.
40062         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
40063         (__ASSUME_TMPFS_NAME): Likewise.
40064         * README: Update reference to Linux kernel versions.
40066 2012-08-02  Marek Polacek  <polacek@redhat.com>
40068         [BZ# 14150]
40069         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
40070         libc_cv_asm_type_prefix with %.
40071         * configure: Regenerated.
40072         * include/libc-symbols.h: Remove comment about
40073         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
40074         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
40075         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
40076         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
40077         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
40078         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
40079         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
40080         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
40081         * elf/tst-unique2mod1.c: Likewise.
40082         * elf/tst-unique1mod2.c: Likewise.
40083         * elf/tst-unique1mod1.c: Likewise.
40084         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
40085         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
40086         Replace ASM_TYPE_DIRECTIVE with .type.
40087         * sysdeps/s390/s390-64/sysdep.h: Likewise.
40088         * sysdeps/i386/sysdep.h: Likewise.
40089         * sysdeps/x86_64/sysdep.h: Likewise.
40090         * sysdeps/sh/sysdep.h: Likewise.
40091         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
40092         Do not define ASM_TYPE_DIRECTIVE.
40093         * sysdeps/powerpc/sysdep.h: Likewise.
40094         * sysdeps/powerpc/powerpc32/sysdep.h:
40095         Replace ASM_TYPE_DIRECTIVE with .type.
40096         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
40097         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
40098         * sysdeps/i386/fpu/e_powf.S: Likewise.
40099         * sysdeps/i386/fpu/e_expl.S: Likewise.
40100         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
40101         * sysdeps/i386/fpu/e_acosh.S: Likewise.
40102         * sysdeps/i386/fpu/e_pow.S: Likewise.
40103         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
40104         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
40105         * sysdeps/i386/fpu/s_expm1.S: Likewise.
40106         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
40107         * sysdeps/i386/fpu/e_log2.S: Likewise.
40108         * sysdeps/i386/fpu/e_log2l.S: Likewise.
40109         * sysdeps/i386/fpu/e_scalb.S: Likewise.
40110         * sysdeps/i386/fpu/e_powl.S: Likewise.
40111         * sysdeps/i386/fpu/e_log10f.S: Likewise.
40112         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
40113         * sysdeps/i386/fpu/e_logl.S: Likewise.
40114         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
40115         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
40116         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
40117         * sysdeps/i386/fpu/e_log2f.S: Likewise.
40118         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
40119         * sysdeps/i386/fpu/e_log.S: Likewise.
40120         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
40121         * sysdeps/i386/fpu/e_logf.S: Likewise.
40122         * sysdeps/i386/fpu/e_log10l.S: Likewise.
40123         * sysdeps/i386/fpu/e_atanh.S: Likewise.
40124         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
40125         * sysdeps/i386/fpu/e_log10.S: Likewise.
40126         * sysdeps/i386/fpu/s_frexp.S: Likewise.
40127         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
40128         * sysdeps/i386/fpu/s_asinh.S: Likewise.
40129         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
40130         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
40131         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
40132         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
40133         * sysdeps/i386/i686/strtok.S: Likewise.
40134         * sysdeps/i386/i386-mcount.S: Likewise.
40135         * sysdeps/i386/strtok.S: Likewise.
40136         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
40137         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
40138         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
40139         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
40140         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
40141         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
40142         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
40143         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
40144         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
40145         * sysdeps/x86_64/_mcount.S: Likewise.
40146         * sysdeps/x86_64/strtok.S: Likewise.
40147         * sysdeps/sh/_mcount.S: Likewise.
40149 2012-08-01  Roland McGrath  <roland@hack.frob.com>
40151         * libio/iofopen.c: Include <fcntl.h>.
40152         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
40153         (_IO_fopen64, fopen64): Define as aliases.
40154         * libio/iofopen64.c: Include <fcntl.h>.
40155         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
40156         Conditionalize body on this.
40157         * sysdeps/wordsize-64/iofopen.c: File removed.
40158         * sysdeps/wordsize-64/iofopen64.c: File removed.
40160 2012-08-01  Marek Polacek  <polacek@redhat.com>
40162         * libc/Makeconfig: Use elf in place of binfmt-subdir.
40163         Use dlfcn directly instead of a variable.
40164         (binfmt-subdir): Do not define.
40165         (dlfcn): Likewise.
40167 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
40169         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
40170         Remove all definitions.
40171         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
40172         <kernel-features.h>.
40173         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
40174         (miss_F_GETOWN_EX): Remove all definitions.
40175         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
40176         macro definition.
40177         [!__ASSUME_FCNTL64]: Remove conditional code.
40178         [__ASSUME_FCNTL64]: Make code unconditional.
40179         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
40180         <kernel-features.h>.
40181         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
40182         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
40183         (lockf64) [__NR_fcntl64]: Make code unconditional.
40184         (lockf64) [__ASSUME_FCNTL64]: Likewise.
40186         * sysdeps/unix/sysv/linux/kernel-features.h
40187         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
40188         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
40189         Make code unconditional.
40190         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
40191         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
40192         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
40193         [__NR_vfork]: Make code unconditional.
40194         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
40195         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
40196         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
40197         [__NR_vfork]: Make code unconditional.
40198         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
40199         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
40201 2012-08-01  Roland McGrath  <roland@hack.frob.com>
40203         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
40204         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
40206         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
40207         Define mkstemp64 as an alias.
40208         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
40209         Define mkstemps64 as an alias.
40210         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
40211         Define mkostemp64 as an alias.
40212         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
40213         Define mkostemps64 as an alias.
40214         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
40215         Conditionalize body on this.
40216         * misc/mkostemp64.c: Likewise.
40217         * misc/mkostemps64.c: Likewise.
40218         * misc/mkstemps64.c: Likewise.
40219         * sysdeps/wordsize-64/mkstemp64.c: File removed.
40220         * sysdeps/wordsize-64/mkostemp64.c: File removed.
40221         * sysdeps/wordsize-64/mkostemp.c: File removed.
40222         * sysdeps/wordsize-64/mkstemp.c: File removed.
40223         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
40224         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
40225         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
40226         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
40228         [BZ #14138]
40229         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
40230         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
40231         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
40232         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
40234         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
40235         compat_symbol macros from <shlib-compat.h> rather than the underlying
40236         default_symbol_version and symbol_version macros, so that DEFAULT
40237         lines in shlib-versions are respected.
40238         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
40240 2012-08-01  Florian Weimer  <fweimer@redhat.com>
40242         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
40243         Declare with warn_unused_result.
40244         (setgid, setregid, setegid, setresgid): Likewise.
40245         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
40246         Likewise.
40247         * WUR-REPORT: Remove set*id functions.
40249 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
40251         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
40253 2012-07-31  Roland McGrath  <roland@hack.frob.com>
40255         [BZ #10191]
40256         * include/sys/socket.h (__libc_accept, __libc_accept4):
40257         Add attribute_hidden.
40258         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
40260         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
40261         use of PTR_MANGLE.
40262         * inet/getnetgrent_r.c (setup): Likewise.
40264         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
40266 2012-07-31  David S. Miller  <davem@davemloft.net>
40268         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40270 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
40272         [BZ #13629]
40273         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
40274         value between 1.0 and 2.0 and smaller part has absolute value less
40275         than 1.0.
40276         * math/s_clog10.c (__clog10): Likewise.
40277         * math/s_clog10f.c (__clog10f): Likewise.
40278         * math/s_clog10l.c (__clog10l): Likewise.
40279         * math/s_clogf.c (__clogf): Likewise.
40280         * math/s_clogl.c (__clogl): Likewise.
40281         * math/libm-test.inc (clog_test): Add more tests.
40282         (clog10_test): Likewise.
40283         * sysdeps/i386/fpu/libm-test-ulps: Update.
40284         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40286 2012-07-31  Florian Weimer  <fweimer@redhat.com>
40288         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
40289         Exit with zero in case no suitable GID is found, and write a
40290         message to standard error.
40292 2012-07-30  Roland McGrath  <roland@hack.frob.com>
40294         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
40295         rather than to 1.
40296         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
40297         (MAXPATHLEN): Removed.
40298         (NOGROUP, NODEV): New macros.
40299         (setbit, clrbit, isset, isclr): New macros.
40300         (howmany, roundup, powerof2): New macros.
40301         (DEV_BSIZE): New macro.
40303         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
40304         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
40306         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
40307         definition on [!__NO_LONG_DOUBLE_MATH].
40309         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
40310         PTR_MANGLE and PTR_DEMANGLE.
40312         * socket/accept4.c (accept4): Rename to __libc_accept4.
40313         Define accept4 as a weak alias.
40315         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
40316         on [_DIRENT_HAVE_D_TYPE].
40317         * io/ftw.c (ftw_dir): Likewise.
40319         * io/xmknod.c (__xmknod): Don't check PATH for being null.
40321         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
40323         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
40324         Use the BSD numbers rather than the arbitrary ones we had.
40325         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
40326         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
40327         (SIGXCPU, SIGXFSZ): New macros.
40328         (_NSIG): Now 32.
40330         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
40331         initializer on [_LIBC_REENTRANT].
40333         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
40334         definitions inside [_POSIX_MAPPED_FILES].
40336         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
40338         * dirent/opendir.c: Include <fcntl.h>.
40340         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
40341         (__libc_getspecific): Likewise.
40342         (__libc_key_create): Likewise.
40344         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
40345         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
40346         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
40347         (tmpfile64): Define as alias.
40348         * sysdeps/wordsize-64/tmpfile.c: File removed.
40349         * sysdeps/wordsize-64/tmpfile64.c: File removed.
40350         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
40351         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
40353         * stdio-common/vfscanf.c: Include <stdbool.h>.
40354         * nss/makedb.c: Likewise.
40355         * stdio-common/_i18n_number.h: Likewise.
40356         * argp/argp-help.c: Likewise.
40357         * posix/wordexp.c: Likewise.
40358         * sysdeps/posix/spawni.c: Likewise.
40359         * nss/nss_files/files-initgroups.c: Likewise.
40360         * stdio-common/reg-modifier.c: Include <stdlib.h>.
40361         * nss/nss_files/files-initgroups.c: Likewise.
40362         * nss/nss_db/db-netgrp.c: Likewise.
40363         * nss/nss_db/db-initgroups.c: Likewise.
40364         * io/fchmodat.c: Include <sys/stat.h>.
40366         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
40367         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
40369         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
40370         [HAVE_MMAP].
40372         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
40373         Add multiple inclusion protection.
40375 2012-07-27  David S. Miller  <davem@davemloft.net>
40377         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40379 2012-07-27  Gary Benson  <gbenson@redhat.com>
40381         [BZ #14298]
40382         * elf/rtld.c: Include <stap-probe.h>.
40383         (dl_main): Added static probes "init_start" and "init_complete".
40384         * elf/dl-load.c: Include <stap-probe.h>.
40385         (lose): Take new parameter "nsid".
40386         Added static probe "map_failed".
40387         (_dl_map_object_from_fd): Pass namespace id to lose.
40388         Added static probe "map_start".
40389         (open_verify): Pass namespace id to lose.
40390         * elf/dl-open.c: Include <stap-probe.h>.
40391         (dl_open_worker) Added static probes "map_complete", "reloc_start"
40392         and "reloc_complete".
40393         * elf/dl-close.c: Include <stap-probe.h>.
40394         (_dl_close_worker): Added static probes "unmap_start" and
40395         "unmap_complete".
40396         * elf/rtld-debugger-interface.txt: New file documenting the above.
40398 2012-07-26  Roland McGrath  <roland@hack.frob.com>
40400         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
40401         rather than a string variable.
40402         * sunrpc/rpc_main.c (h_output): Likewise.
40403         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
40405 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
40407         * inet/check_native.c: New file.
40409 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
40411         [BZ #13629]
40412         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
40413         if larger part has absolute value 1.0.
40414         * math/s_clog10.c (__clog10): Likewise.
40415         * math/s_clog10f.c (__clog10f): Likewise.
40416         * math/s_clog10l.c (__clog10l): Likewise.
40417         * math/s_clogf.c (__clogf): Likewise.
40418         * math/s_clogl.c (__clogl): Likewise.
40419         * math/libm-test.inc (clog_test): Add more tests.
40420         (clog10_test): Likewise.
40421         * sysdeps/i386/fpu/libm-test-ulps: Update.
40422         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40424         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
40425         (pltexit): Likewise.
40426         (La_regs): Likewise.
40427         (La_retval): Likewise.
40428         (int_retval): Likewise.
40429         Update #error for removed macros to refer only to definitions in
40430         tst-audit.h.
40431         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
40432         macro.
40433         (pltexit): Likewise.
40434         (La_regs): Likewise.
40435         (La_retval): Likewise.
40436         (int_retval): Likewise.
40437         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
40438         macro.
40439         (pltexit): Likewise.
40440         (La_regs): Likewise.
40441         (La_retval): Likewise.
40442         (int_retval): Likewise.
40443         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
40444         macro.
40445         (pltexit): Likewise.
40446         (La_regs): Likewise.
40447         (La_retval): Likewise.
40448         (int_retval): Likewise.
40449         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
40450         macro.
40451         (pltexit): Likewise.
40452         (La_regs): Likewise.
40453         (La_retval): Likewise.
40454         (int_retval): Likewise.
40455         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
40456         macro.
40457         (pltexit): Likewise.
40458         (La_regs): Likewise.
40459         (La_retval): Likewise.
40460         (int_retval): Likewise.
40461         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
40462         macro.
40463         (pltexit): Likewise.
40464         (La_regs): Likewise.
40465         (La_retval): Likewise.
40466         (int_retval): Likewise.
40467         * sysdeps/generic/tst-audit.h: Update comment to refer only to
40468         macro definitions in tst-audit.h.
40469         * sysdeps/i386/tst-audit.h: New file.
40470         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
40471         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
40472         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
40473         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
40474         * sysdeps/sh/tst-audit.h: Likewise.
40475         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
40476         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
40477         * sysdeps/x86_64/tst-audit.h: Likewise.
40479 2012-07-26  Andreas Jaeger  <aj@suse.de>
40481         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
40482         ptrace.
40484         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
40485         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
40486         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
40487         PTRACE_O_MASK.
40488         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
40489         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
40490         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
40492         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
40493         value.
40495         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
40496         _sigsys.
40497         (si_call_addr, si_syscall, si_arch): Define new macro.
40498         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
40499         _sigsys.
40500         (si_call_addr, si_syscall, si_arch): Define new marcro.
40501         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
40502         _sigsys.
40503         (si_call_addr, si_syscall, si_arch): Define new macro.
40504         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
40505         _sigsys.
40506         (si_call_addr, si_syscall, si_arch): Define new macro.
40508 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
40510         [BZ #13717]
40511         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
40512         Change to 2.4.21 where previously 2.4.1.
40513         * sysdeps/unix/sysv/linux/configure: Regenerated.
40514         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
40515         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
40516         Linux kernel version.
40517         (__ASSUME_STD_AUXV): Remove.
40518         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
40519         kernel version.
40520         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
40521         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
40522         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
40523         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
40524         (__ASSUME_NETLINK_SUPPORT): Likewise.
40525         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
40526         (__no_netlink_support): Remove conditional definition.
40527         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
40528         Remove.
40529         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
40530         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
40531         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
40532         (if_nameindex_ioctl): Remove.
40533         (if_nameindex_netlink): Do not handle __no_netlink_support.
40534         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
40535         code.
40536         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
40537         Remove conditional code.
40538         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
40539         code.
40540         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
40541         unconditional.
40542         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
40543         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
40544         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
40545         Remove.
40546         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
40547         [!__ASSUME_STD_AUXV]: Remove conditional code.
40548         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
40549         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
40550         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
40551         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
40552         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
40553         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
40554         code.
40555         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
40556         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
40557         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
40558         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
40559         conditional code.
40560         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
40561         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
40562         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
40563         code.
40564         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
40565         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
40566         conditional code.
40567         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
40568         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
40569         code unconditional.
40570         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
40571         conditional code.
40572         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
40573         unconditional.
40574         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
40575         conditional code.
40576         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
40577         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
40578         unconditional.
40579         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
40580         conditional code.
40581         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
40582         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
40583         code unconditional.
40584         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
40585         conditional code.
40586         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
40587         unconditional.
40588         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
40589         conditional code.
40590         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
40591         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
40592         code unconditional.
40593         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
40594         conditional code.
40595         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
40596         unconditional.
40597         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
40598         conditional code.
40600 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
40602         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
40603         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
40604         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
40605         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
40606         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
40607         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
40608         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
40609         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
40610         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
40611         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
40612         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
40613         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
40614         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
40615         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
40616         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
40617         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
40618         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
40619         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
40620         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
40621         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
40622         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
40623         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
40624         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
40626 2012-07-25  Florian Weimer  <fweimer@redhat.com>
40628         * Versions.def: Add GLIBC_2.17.
40629         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
40630         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
40631         Introduce __libc_secure_getenv.
40632         * stdlib/Versions (2.17): Add secure_getenv
40633         (GLIBC_PRIVATE): Add __libc_secure_getenv.
40634         * stdlib/secure-getenv.c: Rename __secure_getenv to
40635         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
40636         symbol __secure_getenv for GLIBC_2.0.
40637         * stdlib/tst-secure-getenv.c: New.
40638         * stdlib/Makefile (tests): Add testcase.
40639         * manual/startup.texi (Environment Access): Document
40640         secure_getenv.
40641         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
40642         __libc_secure_getenv.
40643         * inet/ruserpass.c (ruserpass): Likewise.
40644         * malloc/mtrace.c (mtrace): Likewise.
40645         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
40646         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
40647         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
40648         * sysdeps/posix/tempname.c: Likewise.  Evaluate
40649         HAVE_SECURE_GETENV.
40650         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
40651         __secure_getenv to __libc_secure_getenv.
40652         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
40653         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
40654         Likewise.
40655         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
40656         Likewise.
40657         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
40658         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
40659         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
40660         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
40661         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
40662         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
40663         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
40665 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
40667         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
40668         (struct La_i86_retval): Likewise.
40669         (struct La_x86_64_regs): Likewise.
40670         (struct La_x86_64_retval): Likewise.
40671         (struct La_x32_regs): Likewise.
40672         (struct La_x32_retval): Likewise.
40673         (struct La_ppc32_regs): Likewise.
40674         (struct La_ppc32_retval): Likewise.
40675         (struct La_ppc64_regs): Likewise.
40676         (struct La_ppc64_retval): Likewise.
40677         (struct La_sh_regs): Likewise.
40678         (struct La_sh_retval): Likewise.
40679         (struct La_s390_32_regs): Likewise.
40680         (struct La_s390_32_retval): Likewise.
40681         (struct La_s390_64_regs): Likewise.
40682         (struct La_s390_64_retval): Likewise.
40683         (struct La_sparc32_regs): Likewise.
40684         (struct La_sparc32_retval): Likewise.
40685         (struct La_sparc64_regs): Likewise.
40686         (struct La_sparc64_retval): Likewise.
40687         (struct audit_ifaces): Remove architecture-specific pltenter and
40688         pltexit members.
40689         * sysdeps/i386/ldsodefs.h: New file.
40690         * sysdeps/powerpc/ldsodefs.h: Likewise.
40691         * sysdeps/s390/ldsodefs.h: Likewise.
40692         * sysdeps/sh/ldsodefs.h: Likewise.
40693         * sysdeps/sparc/ldsodefs.h: Likewise.
40694         * sysdeps/x86_64/ldsodefs.h: Likewise.
40696 2012-07-25  Marek Polacek  <polacek@redhat.com>
40698         [BZ #6808]
40699         * math/libm-test.inc (yn_test): Add another test.
40700         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
40701         to ERANGE when the result is +-Inf.
40702         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
40703         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
40704         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
40705         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
40707 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
40709         * conform/data/time.h-data (NULL): Use macro-constant.  Require
40710         equal to 0.
40711         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
40712         clock_t.
40713         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
40715 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
40717         * configure.in <sysdeps resolving>: Correct printing
40718         Implies_before.
40719         * configure: Regenerate.
40721 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
40723         * math/w_ilogb.c: Include <limits.h>.
40724         * math/w_ilogbl.c: Likewise.
40726 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
40728         * manual/lang.texi (__va_copy): Document primarily as ISO C99
40729         va_copy.  Document allowing for unavailable va_copy only as
40730         pre-C99 compatibility.
40731         * manual/string.texi (Copying and Concatenation): Use va_copy
40732         instead of __va_copy in concat example.
40734 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
40736         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
40737         (__sendto): Use create_address_port.  Initialize APORT and deallocate
40738         it if not null.
40740         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
40741         with O_NOLINK passed to __file_name_lookup.
40743         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
40744         with O_NOLINK passed to __file_name_lookup.
40746         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
40747         negative N or less than NGIDS.
40749         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
40750         type to string_t.  Set ERANGE as errno and return it if NAME is not big
40751         enough.  Use memcpy instead of strncpy.
40753 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
40755         * elf/Makefile (check-data): Remove.
40756         (localplt.data): New vpath directive.
40757         ($(objpfx)check-localplt.out): Use localplt.data from vpath
40758         instead of $(check-data).
40759         * scripts/data/localplt-generic.data: Move to ...
40760         * sysdeps/generic/localplt.data: ... here.
40761         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
40762         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
40763         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
40764         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
40765         ... here.
40766         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
40767         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
40768         ... here.
40769         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
40770         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
40771         ... here.
40772         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
40773         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
40774         ... here.
40775         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
40776         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
40777         ... here.
40778         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
40779         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
40780         ... here.
40782 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40784         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
40785         PPC32 and PPC64 files.
40786         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
40787         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
40789 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
40791         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
40792         __makecontext_ret to ...
40793         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
40794         ... here and call exit if uc_link is NULL.  New file.
40795         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
40796         __makecontext_ret.S.
40797         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
40798         __makecontext_ret to ...
40799         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
40800         ... here and call exit if uc_link is NULL.  New file.
40801         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
40802         __makecontext_ret.S.
40804 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
40806         * elf/elf.h (R_390_IRELATIVE): New definition.
40807         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
40808         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
40809         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
40810         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
40811         (elf_machine_lazy_rel): Likewise.
40812         * sysdeps/s390/dl-irel.h: New file.
40813         * sysdeps/s390/s390-64/memcpy.S: New asm code.
40814         * sysdeps/s390/s390-64/memset.S: New asm code.
40815         * sysdeps/s390/s390-64/memcmp.S: New asm code.
40816         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
40817         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
40818         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
40819         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
40820         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
40821         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
40822         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
40823         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
40824         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
40825         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
40826         * sysdeps/s390/s390-32/memcpy.S: New asm code.
40827         * sysdeps/s390/s390-32/memset.S: New asm code.
40828         * sysdeps/s390/s390-32/memcmp.S: New asm code.
40830 2012-07-17  Marek Polacek  <polacek@redhat.com>
40832         [BZ #14349]
40833         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
40834         * sysdeps/s390/s390-64/configure.in: Likewise.
40835         * sysdeps/sparc/configure.in: Likewise.
40836         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
40837         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
40838         * sysdeps/i386/configure.in: Likewise.
40839         * sysdeps/x86_64/configure.in: Likewise.
40840         * sysdeps/sh/configure.in: Likewise.
40841         * sysdeps/s390/s390-32/configure: Regenerated.
40842         * sysdeps/s390/s390-64/configure: Likewise.
40843         * sysdeps/x86_64/configure: Likewise.
40844         * sysdeps/sh/configure: Likewise.
40845         * sysdeps/powerpc/powerpc64/configure: Likewise.
40846         * sysdeps/powerpc/powerpc32/configure: Likewise.
40847         * sysdeps/sparc/configure: Likwise.
40848         * sysdeps/i386/configure: Likewise.
40850         * elf/dl-open.c: Comment fixes.
40852 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
40854         * Makefile [CXX] (check-data): Remove.
40855         [CXX] (c++-types.data): New vpath directive.
40856         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
40857         vpath.  Do not allow for C++ type data being missing.
40858         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
40859         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
40860         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
40861         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
40862         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
40863         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
40864         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
40865         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
40866         ... here.
40867         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
40868         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
40869         ... here.
40870         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
40871         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
40872         ... here.
40873         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
40874         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
40875         ... here.
40876         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
40877         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
40878         ... here.
40879         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
40880         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
40881         ... here.
40882         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
40883         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
40884         ... here.
40885         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
40886         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
40888         * elf/tls-macros.h (TLS_LE): Move architecture-specific
40889         definitions to architecture-specific files.
40890         (TLS_IE): Likewise.
40891         (TLS_LD): Likewise.
40892         (TLS_GD): Likewise.
40893         * sysdeps/i386/tls-macros.h: New file.
40894         * sysdeps/powerpc/tls-macros.h: Likewise.
40895         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
40896         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
40897         * sysdeps/sh/tls-macros.h: Likewise.
40898         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
40899         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
40900         * sysdeps/x86_64/tls-macros.h: Likewise.
40902 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
40904         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
40905         zero value for regular exit case.
40907         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
40908         (__start_context): Preserve zero value for regular exit case.
40910 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
40911             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
40913         * manual/setjmp.texi (setcontext): Clarify normal process
40914         termination when uc_link is the null pointer.
40915         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
40916         exit call.
40918 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
40920         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
40921         preprocessor.  Test for each exception mask separately.
40923 2012-07-16  Andreas Jaeger  <aj@suse.de>
40925         * po/ru.po: Update from translation team.
40927 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
40929         * conform/data/string.h-data (NULL): Use macro-constant.  Require
40930         equal to 0.
40931         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
40932         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
40933         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
40934         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
40935         [ISO || ISO99 || ISO11] (*_t): Do not allow.
40937 2012-07-13  Andreas Jaeger  <aj@suse.de>
40939         * po/fr.po: Update from translation team.
40941 2012-07-12  Marek Polacek  <polacek@redhat.com>
40943         [BZ #14173]
40944         * math/libm-test.inc (yn_test): Add test for BZ #14173.
40945         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
40946         loop condition.
40948 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
40950         [BZ #13717]
40951         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
40952         Change to 2.4.1 where previously 2.4.0.
40953         * sysdeps/unix/sysv/linux/configure: Regenerated.
40954         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
40955         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
40956         version.
40957         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
40958         (__ASSUME_AT_CLKTCK): Remove.
40959         (__ASSUME_AT_PAGESIZE): Likewise.
40960         (__ASSUME_AT_XID): Likewise.
40961         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
40962         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
40963         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
40964         unconditionally.
40965         (HAVE_AUX_PAGESIZE): Likewise.
40966         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
40967         [__ASSUME_AT_CLKTCK]: Make code unconditional.
40968         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
40970 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
40972         [BZ #14307]
40973         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
40974         the temporary buffer used to invoke __gethostbyname2_r,
40975         __gethostbyaddr_r and gethostbyname4_r to make room for struct
40976         host_data / struct gaih_addrtuple.
40977         * resolv/nss_dns/dns-host.c (global scope): Move definition of
40978         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
40979         header file nss/nsswitch.h.
40980         * nss/nsswitch.h (global scope): Add definition of implementation
40981         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
40982         resolv/nss_dns/dns-host.c).
40984 2012-07-11  Andreas Jaeger  <aj@suse.de>
40986         * po/fr.po: Update from translation team.
40988         * po/sv.po: Update from translation team
40989         * po/fr.po: Another update from translation team.
40991 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40993         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
40994         for subnormals or multiply small sinh result by itself.
40995         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
40996         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40998 2012-07-11  David S. Miller  <davem@davemloft.net>
41000         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41002 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
41004         [BZ #14347]
41005         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
41006         (INTERNAL_MARK): Shift it here.
41008 2012-07-10  Marek Polacek  <polacek@redhat.com>
41010         [BZ #14151]
41011         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
41012         libc_cv_asm_global_directive with .globl.
41013         * configure: Regenerated.
41014         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
41015         with .globl.
41016         * sysdeps/i386/configure: Regenerated.
41017         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
41018         with .globl.
41019         * sysdeps/x86_64/configure: Regenerated.
41020         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
41021         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
41022         * elf/tst-unique2mod2.c: Likewise.
41023         * elf/tst-unique2mod1.c: Likewise.
41024         * elf/tst-unique1mod2.c: Likewise.
41025         * elf/tst-unique1mod1.c: Likewise.
41026         * sysdeps/s390/s390-32/sysdep.h: Likewise.
41027         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
41028         * sysdeps/s390/s390-64/sysdep.h: Likewise.
41029         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
41030         * sysdeps/mach/sysdep.h: Likewise.
41031         * sysdeps/i386/sysdep.h: Likewise.
41032         * sysdeps/i386/i386-mcount.S: Likewise.
41033         * sysdeps/x86_64/_mcount.S: Likewise.
41034         * sysdeps/x86_64/sysdep.h: Likewise.
41035         * sysdeps/sh/_mcount.S: Likewise.
41036         * sysdeps/sh/sysdep.h: Likewise.
41037         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
41038         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
41039         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
41040         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
41041         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
41042         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
41043         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
41044         * locale/localeinfo.h: Likewise.
41045         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
41046         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
41048 2012-07-09  Roland McGrath  <roland@hack.frob.com>
41050         [BZ #14336]
41051         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
41052         system".
41053         * manual/message.texi (The Uniforum approach): Likewise.
41054         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
41055         (glibc iconv Implementation): Likewise.
41057 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
41059         [BZ #14337]
41060         * math/s_clog.c (__clog): Avoid scaling a value down where that
41061         could result in underflow.
41062         * math/s_clog10.c (__clog10): Likewise.
41063         * math/s_clog10f.c (__clog10f): Likewise.
41064         * math/s_clog10l.c (__clog10l): Likewise.
41065         * math/s_clogf.c (__clogf): Likewise.
41066         * math/s_clogl.c (__clogl): Likewise.
41067         * math/libm-test.inc (clog_test): Add more tests.
41068         (clog10_test): Likewise.
41069         * sysdeps/i386/fpu/libm-test-ulps: Update.
41070         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41072 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
41074         [BZ #14283]
41075         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
41076         by 7 not 8 to examine high bit of fractional part.
41078         [BZ #14042]
41079         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
41080         for call to __mcount_internal.
41081         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
41082         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
41083         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
41085 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
41087         [BZ #14154]
41088         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
41089         approximation for values within 0x1p-13f of an odd multiple of
41090         pi/4.
41091         * math/libm-test.inc (tan_test): Do not allow spurious underflow
41092         exception.  Add more tests.
41093         * sysdeps/i386/fpu/libm-test-ulps: Update.
41095         [BZ #6778]
41096         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
41097         inputs and return -1 for them.  Do not check for +Inf in case not
41098         reachable for +Inf.
41099         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
41100         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
41101         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
41102         and return -1 for them.  Do not check for +Inf in case not
41103         reachable for +Inf.
41104         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
41105         define.
41106         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
41107         and return -1 for them.  Do not check for +Inf in case not
41108         reachable for +Inf.
41109         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
41110         spurious underflow.
41111         * sysdeps/i386/fpu/libm-test-ulps: Update.
41112         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41114 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
41116         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
41118 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
41120         [BZ #14157]
41121         [BZ #14331]
41122         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
41123         could result in spurious underflow.  Scale down values above
41124         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
41125         * math/s_csqrtf.c (__csqrtf): Likewise.
41126         * math/s_csqrtl.c (__csqrtl): Likewise.
41127         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
41128         spurious underflow.
41129         * sysdeps/i386/fpu/libm-test-ulps: Update.
41130         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41132 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
41134         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
41135         xopen-msg.sed.
41136         * catgets/xopen-msg.awk: New file.
41137         * catgets/xopen-msg.sed: Removed.
41139         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
41140         po2text.sed.
41141         * intl/po2test.awk: New file.
41142         * intl/po2test.sed: Removed.
41144 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
41146         [BZ #14328]
41147         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
41148         or multiply small sinh result by itself.
41149         * math/s_ctanf.c (__ctanf): Likewise.
41150         * math/s_ctanh.c (__ctanh): Likewise.
41151         * math/s_ctanhf.c (__ctanhf): Likewise.
41152         * math/s_ctanhl.c (__ctanhl): Likewise.
41153         * math/s_ctanl.c (__ctanl): Likewise.
41154         * math/libm-test.inc (ctan_test_tonearest): New function.
41155         (ctan_test_towardzero): Likewise.
41156         (ctan_test_downward): Likewise.
41157         (ctan_test_upward): Likewise.
41158         (ctanh_test_tonearest): Likewise.
41159         (ctanh_test_towardzero): Likewise.
41160         (ctanh_test_downward): Likewise.
41161         (ctanh_test_upward): Likewise.
41162         (main): Call these new functions.
41163         * sysdeps/i386/fpu/libm-test-ulps: Update.
41164         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41166 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
41168         * .gitignore: Delete /ports entry.
41170 2012-07-03  Andreas Jaeger  <aj@suse.de>
41172         * po/bg.po: Update from translation team.
41173         * po/cs.po: Likewise.
41174         * po/de.po: Likewise.
41175         * po/hr.po: Likewise.
41176         * po/nl.pl: Likewise.
41177         * po/pl.po: Likewise.
41178         * po/vi.po: Likewise.
41180 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
41182         * Makeconfig [!+link] (+link-before-libc): New variable.
41183         [!+link] (+link-after-libc): Likewise.
41184         [!+link] (+link-tests): Likewise.
41185         [!+link] (+link): Define in terms of $(+link-before-libc) and
41186         $(+link-after-libc).
41187         [!+link-static] (+link-static-before-libc): New variable.
41188         [!+link-static] (+link-static-after-libc): Likewise.
41189         [!+link-static] (+link-static-tests): Likewise.
41190         [!+link-static] (+link-static): Define in terms of
41191         $(+link-static-before-libc) and $(+link-static-after-libc).
41192         [build-shared] (link-libc-before-gnulib): New variable.
41193         [build-shared] (link-libc-tests): Likewise.
41194         [build-shared] (link-libc): Define in terms of
41195         $(link-libc-before-gnulib).
41196         [!build-shared] (link-libc-tests): New variable.
41197         (link-libc-static-tests): New variable.
41198         [!gnulib] (gnulib-arch): New variable.
41199         [!gnulib] (gnulib-tests): Likewise.
41200         [!gnulib] (static-gnulib-arch): Likewise.
41201         [!gnulib] (static-gnulib-tests): Likewise.
41202         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
41203         Define with "=" instead of ":=".
41204         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
41205         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
41206         * Rules (binaries-all-notests): New variable.
41207         (binaries-all-tests): Likewise.
41208         (binaries-static-notests): Likewise.
41209         (binaries-static-tests): Likewise.
41210         (binaries-all): Define using $(binaries-all-notests) and
41211         $(binaries-all-tests).
41212         (binaries-static): Define using $(binaries-static-notests) and
41213         $(binaries-static-tests).
41214         (binaries-shared-tests): New variable.
41215         (binaries-shared-notests): Likewise.
41216         (binaries-shared): Remove variable.
41217         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
41218         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
41219         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
41220         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
41221         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
41222         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
41223         * elf/Makefile (sln-modules): New variable.
41224         (extra-objs): Add $(sln-modules:=.o).
41225         (ldconfig-modules): Add static-stubs.
41226         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
41227         * elf/static-stubs.c: New file.
41229         [BZ #14283]
41230         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
41231         by 7 not 8 to examine high bit of fractional part.  Use volatile
41232         variables when splitting into final array of floats if
41233         __FLT_EVAL_METHOD__ != 0.
41234         * math/libm-test.inc (cos_test): Add another test.
41235         (sin_test): Likewise.
41236         * sysdeps/i386/fpu/libm-test-ulps: Update.
41238         [BZ #14273]
41239         * math/libm-test.inc (cosh_test): Add more tests.
41241         * version.h (RELEASE): Set to "development".
41242         (VERSION): Set to "2.16.90".
41244 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
41246         * NEWS: Update copyright. Remove last-updated date.
41247         Mention math library bug fixes and timezone data changes.
41248         * README: Mention GNU/Hurd, x32, and HPPA support status.
41250 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
41252         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
41254 2012-06-27  Andreas Jaeger  <aj@suse.de>
41256         * manual/contrib.texi (Contributors): Add Samuel Thibault.
41258 2012-06-25  Andreas Jaeger  <aj@suse.de>
41260         * sysdeps/s390/fpu/libm-test-ulps: Update.
41262 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
41263             Thomas Schwinge  <thomas@codesourcery.com>
41265         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
41266         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
41267         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
41268         fanotify_mark.
41270 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
41272         * sysdeps/mach/start.c: Remove file.
41273         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
41274         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
41275         * sysdeps/sh/init-first.c: Likewise.
41277         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
41278         registers for frame unwinding purposes, add CFI directives.
41279         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
41280         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
41281         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
41282         Likewise.
41284         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
41285         __fortify_fail returning.
41286         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
41288         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
41289         sysdeps/sh/____longjmp_chk.S.
41290         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
41291         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
41292         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
41293         (gen-as-const-headers): Append sigaltstack-offsets.sym.
41295         * sysdeps/sh/abort-instr.h: New file.
41296         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
41297         process in case exit returns.
41299         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
41300         initialize the GOT register before use.
41302         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
41303         calculation of ARGC > 4.
41305         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
41306         meaningful names to some local labels.
41308 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
41309             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
41311         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
41312         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
41313         (__arch_compare_and_exchange_val_16_acq): Likewise.
41314         (__arch_compare_and_exchange_val_32_acq): Likewise.
41315         (atomic_exchange_and_add): Fix gUSA sequence.
41316         (atomic_add): Likewise.
41317         (atomic_add_negative): Likewise.
41318         (atomic_add_zero): Likewise.
41319         (atomic_bit_test_set): Likewise.
41321 2012-06-22  Andreas Schwab  <schwab@redhat.com>
41323         [BZ #13579]
41324         * include/link.h (struct link_map): Add l_free_initfini.
41325         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
41326         l_initfini.
41327         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
41328         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
41329         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
41330         set.
41332 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
41334         * configure.in: Use AC_LANG_SOURCE.
41335         * configure: Regenerate.
41337 2012-06-22  Roland McGrath  <roland@hack.frob.com>
41339         * configure.in (libc_cv_localstatedir): New substituted variable.
41340         * configure: Regenerated.
41341         * config.make.in (localstatedir): New variable, substituted from
41342         libc_cv_localstatedir.
41343         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
41344         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
41345         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
41346         * sysdeps/gnu/configure: Regenerated.
41348 2012-06-21  Jeff Law  <law@redhat.com>
41350         [BZ #14277]
41351         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
41352         free.  Simplify list management for _LIBC case.
41354 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
41356         [BZ #14273]
41357         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
41358         Clear sign bit of 64-bit integer value before comparing against
41359         overflow value.
41361         * sysdeps/mach/configure: Regenerated.
41363 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
41365         [BZ #14278]
41366         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
41368 2012-06-21  Jeff Law  <law@redhat.com>
41370         [BZ #13882]
41371         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
41372         uint16_t for elements in the "seen" array to avoid char overflows.
41373         * elf/dl-fini.c (_dl_sort_fini): Likewise.
41374         * elf/dl-open.c (dl_open_worker): Likewise.
41376 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
41378         * scripts/list-sources.sh: Scan PORTS for translations.
41379         * po/libc.pot: Regenerated.
41381 2012-06-21  Andreas Jaeger  <aj@suse.de>
41383         [BZ #12194]
41384         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
41385         warning.
41386         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
41387         * bits/byteswap-16.h (__bswap_16): Likewise.
41388         * bits/byteswap.h (__bswap_constant_16): Likewise.
41390 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
41392         [BZ #14117]
41393         * sysdeps/i386/fpu_control.h: Removed.
41394         * sysdeps/x86_64/fpu_control.h: Moved to ...
41395         * sysdeps/x86/fpu_control.h: Here.
41397         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
41398         (_FPU_SETCW): Likewise.
41400 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
41402         [BZ #14117]
41403         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
41404         * sysdeps/x86/fpu/bits/mathinline.h: This.
41405         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
41407         [BZ #14050]
41408         [BZ #14117]
41409         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
41410         functions if __x86_64__ is defined.
41412 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
41414         * string/endian.h: Add !__ASSEMBLER__ condition for including
41415         conversion interfaces.
41417 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
41419         [BZ #14241]
41420         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
41421         of ABS(x) in calculating zero to negative powers other than odd
41422         integers.
41423         * math/libm-test.inc (pow_test): Add more tests.
41425 2012-06-15  Andreas Jaeger  <aj@suse.de>
41427         * manual/contrib.texi (Contributors): Update entry of Liubov
41428         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
41429         Machado Filho.
41431 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
41433         * string/string.h: Add __wur to GNU version of strerror_r.
41435 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
41437         [BZ #14229]
41438         * string/Makefile (tests): Add tst-strtok_r.
41439         * string/tst-strtok_r.c: New file.
41440         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
41441         RAX_LP/RDX_LP on SAVE_PTR.
41443 2012-06-14  Roland McGrath  <roland@hack.frob.com>
41445         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
41447 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
41449         * libm_test.inc (csqrt_test): Allow more spurious underflow
41450         exceptions.
41451         (j0_test): Likewise.
41452         (j1_test): Likewise.
41453         (y0_test): Likewise.
41454         (y1_test): Likewise.
41456 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
41458         * po/Makefile (libc.pot): Use UTF-8 charset.
41460 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
41462         [BZ #14210]
41463         Suppress sign-conversion warning from FD_SET.
41464         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
41465         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
41466         not unsigned long int.
41467         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
41469 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
41471         [BZ #14050]
41472         [BZ #14117]
41473         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
41474         __extern_always_inline instead of __extern_inline.
41475         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
41476         (__signbit): Likewise.
41477         (__signbitl): Support C++ namespace.
41478         (lrintf): New inline function.
41479         (lrint): Likewise.
41480         (llrintf): Likewise.
41481         (llrint): Likewise.
41482         (fmaxf): Likewise.
41483         (fmax): Likewise.
41484         (fminf): Likewise.
41485         (fmin): Likewise.
41486         (rint): Likewise.
41487         (rintf): Likewise.
41488         (ceil): Likewise.
41489         (ceilf): Likewise.
41490         (floor): Likewise.
41491         (floorf): Likewise.
41492         (nearbyint): Likewise.
41493         (nearbyintf): Likewise.
41495 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
41497         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
41498         non-default versions.
41500 2012-06-11  Roland McGrath  <roland@hack.frob.com>
41502         [BZ #14218]
41503         * manual/argp.texi (Argp): Reword argp_parse description slightly.
41505 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
41507         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
41508         (FE_UPWARD, FE_DOWNWARD): Don't define.
41509         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
41510         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
41512         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
41513         reading it.
41514         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
41515         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
41517 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
41519         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
41520         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
41521         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
41522         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
41524 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
41526         [BZ #14117]
41527         * sysdeps/i386/fpu/bits/fenv.h: Removed.
41528         * sysdeps/i386/fpu/Implies: New file.
41529         * sysdeps/x86_64/fpu/Implies: Likewise.
41530         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
41531         * sysdeps/x86/fpu/bits/fenv.h: This.
41533         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
41534         __SSE_MATH__.
41536 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
41538         [BZ #14134]
41539         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
41540         character 0xffff that matches the last element of the
41541         conversion table.
41543 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41545         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
41546         fmodl commit.
41548 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41550         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
41551         values higher than 25.6283.
41553 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41555         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
41556         subnormal exponent extraction and add some __builtin_expect.
41557         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
41558         Fix for subnormal mantissa calculation.
41560 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
41562         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
41563         cpu2 is -1 and errno is not ENOSYS.
41565 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
41567         [BZ #14117]
41568         * sysdeps/i386/i486/bits/string.h: Renamed to ...
41569         * sysdeps/x86/bits/string.h: This.
41570         * sysdeps/x86_64/bits/string.h: Removed.
41572         * sysdeps/i386/i486/bits/string.h: Define inline functions only
41573         if not compiling for x86-64, but compiling for >= i486.
41575         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
41576         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
41578         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
41579         New macro from Linux kernel 3.4.0.
41580         (FP_XSTATE_MAGIC2): Likewise.
41581         (FP_XSTATE_MAGIC2_SIZE): Likewise.
41582         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
41583         (struct _fpx_sw_bytes): New struct.
41584         (struct _xsave_hdr): Likewise.
41585         (struct _ymmh_state): Likewise.
41586         (struct _xstate): Likewise.
41588         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
41589         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
41590         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
41591         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
41592         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
41593         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
41595         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
41596         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
41597         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
41598         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
41599         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
41600         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
41602 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
41604         [BZ #13743]
41605         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
41606         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
41607         (sysdep_headers): Include sys/platform/ppc.h.
41608         * sysdeps/powerpc/test-gettimebase.c: Test for
41609         __ppc_get_timebase() to catch future ISA opcode/insn changes.
41610         * manual/Makefile (appendices): Include platform.texi.
41611         * manual/contrib.texi (Contributors): Update @node pointers.
41612         * manual/maint.texi (Maintenance): Likewise.
41613         (Platform): New node.
41614         * manual/platform.texi: New file.  Document the new features.
41616 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
41617             Jakub Jelinek  <jakub@redhat.com>
41619         [BZ #14188]
41620         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
41621         where __builtin_expect is unavailable.
41623 2012-06-03  David S. Miller  <davem@davemloft.net>
41625         * stdlib/longlong.h: Updated from GCC.
41627 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
41629         [BZ #14042]
41630         * sysdeps/powerpc/powerpc32/mcount.c: New file.
41631         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
41632         __mcount_internal.
41633         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
41634         (GLIBC_2.16): Likewise.
41636 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
41638         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
41640 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
41642         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
41643         (default-abi): New variable.
41644         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
41645         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
41646         variable.
41647         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
41648         Likewise.
41649         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
41650         Likewise.
41651         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
41652         Likewise.
41654         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
41655         definition.  Document in comment.
41657 2012-06-01  David S. Miller  <davem@davemloft.net>
41659         * stdlib/longlong.h: Updated from GCC.
41661 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
41663         [BZ #14117]
41664         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
41665         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
41666         sys/debugreg.h sys/io.h here.
41667         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
41668         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
41669         sys/io.h.
41670         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
41671         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
41672         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
41673         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
41674         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
41675         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
41677         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
41678         Define only if __x86_64__ is defined.
41680 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
41682         [BZ #14048]
41683         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
41684         Use int64_t for variable i.
41685         * math/libm-test.inc (fmod_test): Add more tests.
41687         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
41688         z computation is not scheduled after fetestexcept.
41689         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
41690         Use math_force_eval instead of asm to ensure calculation scheduled
41691         before exception test.
41692         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
41693         Ensure a1 + u.d computation is not scheduled after fetestexcept.
41695 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
41697         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
41698         computation is not scheduled after fetestexcept.
41700 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
41702         [BZ #14117]
41703         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
41704         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
41706 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41708         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
41709         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
41711 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
41713         [BZ #14117]
41714         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
41715         <bits/wordsize.h>.
41716         (__WCHAR_MIN): Support __WORDSIZE == 64.
41717         (__WCHAR_MAX): Likewise.
41719         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
41720         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
41722         [BZ #14183]
41723         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
41724         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
41726         [BZ #14117]
41727         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
41728         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
41730         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
41731         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
41733         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
41734         Defined to 1 if __x86_64__ isn't defined.
41735         (_STAT_VER_LINUX_OLD): New.
41736         (st_atime): Remove duplicate.
41737         (st_mtime): Likewise.
41738         (st_ctime): Likewise.
41740 2012-05-31  David S. Miller  <davem@davemloft.net>
41742         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
41743         entries.
41745 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
41747         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
41748         gen-libm-test.pl.
41750         [BZ #14132]
41751         * elf/dl-reloc.c: Include <_itoa.h>.
41752         (_dl_reloc_bad_type): Remove use of INTUSE.
41753         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
41754         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
41755         * stdio-common/psiginfo.c (psiginfo): Likewise.
41756         * stdio-common/psignal.c (psignal): Likewise.
41757         * string/strsignal.c (strsignal): Likewise.
41758         * include/signal.h (_sys_siglist): Declare hidden proto.
41759         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
41760         INTVARDEF with libc_hidden_data_def.
41761         * stdio-common/itoa-udigits.c: Likewise.
41762         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
41763         (_itoa_lower_digits_internal): Remove declaration.
41764         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
41765         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
41766         (_sys_sigabbrev_internal): Remove aliases.
41767         (_sys_siglist): Define hidden alias.
41769 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
41771         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
41772         bits/sysctl.h.
41774 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
41776         [BZ #14117]
41777         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
41778         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
41780         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
41781         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
41782         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
41783         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
41784         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
41785         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
41787         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
41788         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
41789         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
41791         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
41792         with __addr.
41793         (insw): Likewise.
41794         (insl): Likewise.
41795         (outsb): Likewise.
41796         (outsw): Likewise.
41797         (outsl): Likewise.
41799         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
41800         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
41801         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
41803         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
41804         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
41805         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
41806         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
41807         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
41808         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
41810         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
41811         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
41813         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
41814         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
41816         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
41817         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
41818         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
41820         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
41821         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
41822         to ...
41823         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
41825         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
41826         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
41827         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
41829         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
41830         for x86-64.
41831         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
41833 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
41835         * math/math.h (M_El): Use two more decimal places.
41836         (M_LOG2El): Likewise.
41837         (M_LOG10El): Likewise.
41838         (M_LN2l): Likewise.
41839         (M_LN10l): Likewise.
41840         (M_PIl): Likewise.
41841         (M_PI_2l): Likewise.
41842         (M_PI_4l): Likewise.
41843         (M_1_PIl): Likewise.
41844         (M_2_PIl): Likewise.
41845         (M_2_SQRTPIl): Likewise.
41846         (M_SQRT2l): Likewise.
41847         (M_SQRT1_2l): Likewise.
41849 2012-05-31  David S. Miller  <davem@davemloft.net>
41851         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
41852         values between float registers.
41853         * sysdeps/sparc/sparc64/memset.S: Likewise.
41854         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
41856 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
41858         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
41859         -D_FORTIFY_SOURCE=1.
41860         (CPPFLAGS-tst-longjmp_chk.c): Define.
41861         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
41862         (CPPFLAGS-tst-longjmp_chk2.c): Define.
41863         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
41864         CFLAGS-tst-wchar-h.c.
41866 2012-05-31  Marek Polacek  <polacek@redhat.com>
41868         [BZ #14132]
41869         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
41870         __endmntent_internal): Remove declaration.
41871         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
41872         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
41873         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
41875 2012-05-30  David S. Miller  <davem@davemloft.net>
41877         * sysdeps/sparc/sparc32/soft-fp/q_util.c
41878         (___Q_simulate_exceptions): Use real FP ops rather than writing
41879         into the %fsr.
41880         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
41881         Likewise.
41883 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
41885         [BZ #14117]
41886         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
41887         * sysdeps/x86/bits/xtitypes.h: This.
41889         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
41890         * sysdeps/x86/bits/wordsize.h: This.
41892         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
41893         * sysdeps/x86/bits/huge_vall.h: This.
41895         * sysdeps/i386/bits/select.h: Removed.
41896         * sysdeps/x86_64/bits/select.h: Renamed to ...
41897         * sysdeps/x86/bits/select.h: This.
41899         * sysdeps/i386/bits/setjmp.h: Removed.
41900         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
41901         * sysdeps/x86/bits/setjmp.h: This.
41903         * sysdeps/i386/bits/mathdef.h: Removed.
41904         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
41905         * sysdeps/x86/bits/mathdef.h: This.
41907 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
41909         [BZ #14132]
41910         * include/sys/socket.h (__connect_internal)
41911         (__libc_sa_len_internal): Remove declaration.
41912         (__connect, __libc_sa_len): Declare hidden_proto.
41913         (SA_LEN): Remove use of INTUSE.
41914         * socket/connect.c: Add libc_hidden_def.
41915         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
41916         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
41917         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
41918         alias.
41919         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
41920         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
41921         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
41922         of adding _internal alias.
41924 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
41926         [BZ #14117]
41927         * sysdeps/i386/bits/link.h: Removed.
41928         * sysdeps/i386/bits/linkmap.h: Likewise.
41929         * sysdeps/x86_64/bits/link.h: Renamed to ...
41930         * sysdeps/x86/bits/link.h: This.
41931         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
41932         * sysdeps/x86/bits/linkmap.h: This.
41934         * sysdeps/i386/bits/endian.h: Removed.
41935         * sysdeps/x86_64/bits/endian.h: Renamed to ...
41936         * sysdeps/x86/bits/endian.h: This.
41938         * sysdeps/i386/bits/byteswap.h: Removed.
41939         * sysdeps/i386/bits/byteswap-16.h: Likewise.
41940         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
41941         * sysdeps/x86/bits/byteswap.h: This.
41942         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
41943         * sysdeps/x86/bits/byteswap-16.h: This.
41944         * sysdeps/i386/Implies: Add x86.
41945         * sysdeps/x86_64/Implies: Likewise.
41947 2012-05-30  David S. Miller  <davem@davemloft.net>
41949         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
41950         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
41951         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
41952         (FP_TRAPPING_EXCEPTIONS): Define.
41953         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
41954         (FP_TRAPPING_EXCEPTIONS): Define.
41955         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
41956         subnormals only when inexact has been signalled or underflow
41957         exceptions are enabled.
41958         (_FP_PACK_CANONICAL): Likewise.
41960 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
41962         [BZ #14183]
41963         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
41964         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
41966 2012-05-30  Richard Henderson  <rth@twiddle.net>
41968         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
41969         with #ifndef NOT_IN_libc.
41971         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
41972         marked to avoid plt entry.
41974 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
41976         [BZ #14112]
41977         * Makeconfig (default-abi): New macro.
41978         (abi-includes): Likewise.
41979         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
41980         $(abi-$(default-abi)-lib-soname) for soname if defined.
41981         ($(common-objpfx)gnu/lib-names.stmp): Generate from
41982         abi-variants.
41983         * Makefile (installed-stubs): Likewise.
41984         * include/stubs-biarch.h: Removed.
41985         * scripts/lib-names.awk: Only handle one library at a time.
41986         * scripts/soversions.awk: Remove WORDSIZE support.
41987         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
41988         entries.
41989         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
41990         Removed.
41991         (syscall-list-default-condition): Likewise.
41992         (syscall-list-default-condition): Likewise.
41993         (syscall-list-includes): Likewise.
41994         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
41995         syscall-list-* with abi-*.  Handle undefined abi-variants.
41996         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
41997         * sysdeps/unix/sysv/linux/i386/Implies: New file.
41998         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
41999         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
42000         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
42001         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
42002         Removed.
42003         (syscall-list-32-options): Likewise.
42004         (syscall-list-32-condition): Likewise.
42005         (syscall-list-64-options): Likewise.
42006         (syscall-list-64-condition): Likewise.
42007         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
42008         macro.
42009         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
42010         Renamed to ...
42011         (abi-*): This.
42012         (abi-64-ld-soname): New macro.
42013         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
42014         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
42015         Renamed to ...
42016         (abi-*): This.
42017         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
42018         * sysdeps/x86_64/x32/shlib-versions: Likewise.
42020 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
42022         * sysdeps/unix/sysv/linux/kernel-features.h
42023         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
42024         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
42025         include <kernel-features.h>.
42026         [!__NR_ftruncate64]: Remove conditional code.
42027         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42028         [__NR_ftruncate64]: Make code unconditional.
42029         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42030         * sysdeps/unix/sysv/linux/truncate64.c: Do not
42031         include <kernel-features.h>.
42032         [!__NR_ftruncate64]: Remove conditional code.
42033         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42034         [__NR_ftruncate64]: Make code unconditional.
42035         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42036         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
42037         include <kernel-features.h>.
42038         [!__NR_ftruncate64]: Remove conditional code.
42039         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42040         [__NR_ftruncate64]: Make code unconditional.
42041         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42042         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
42043         include <kernel-features.h>.
42044         [!__NR_ftruncate64]: Remove conditional code.
42045         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42046         [__NR_ftruncate64]: Make code unconditional.
42047         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42049         * configure.in (libc_cv_fpie): Weaken to a compile test using
42050         LIBC_TRY_CC_OPTION.
42051         * configure: Regenerated.
42053 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
42055         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
42056         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
42057         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
42058         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
42059         Refreshed.
42060         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
42061         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
42062         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
42063         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
42064         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
42065         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
42066         Refreshed.
42068 2012-05-27  David S. Miller  <davem@davemloft.net>
42070         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
42071         (___Q_zero): New.
42072         (__Q_simulate_exceptions): Return void.  Change to simulate
42073         exceptions by writing into the %fsr.
42074         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
42075         (__Qp_handle_exceptions): Likewise.
42076         (numbers): Delete.
42077         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
42078         __Qp_handle_exceptions.
42079         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
42080         __Qp_handle_exceptions.
42081         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
42082         as unused and give dummy FP_RND_NEAREST initializer.
42083         (FP_INHIBIT_RESULTS): Define.
42084         (___Q_simulate_exceptions): Update declaration.
42085         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
42086         formatting.
42087         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
42088         as unused and give dummy FP_RND_NEAREST initializer.
42089         (__Qp_handle_exceptions): Update declaration.
42090         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
42091         formatting.
42093 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
42095         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
42096         the temporary FPU control word.
42097         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
42098         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
42099         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
42100         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
42101         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
42102         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
42103         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
42104         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
42105         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
42106         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
42107         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
42109 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
42111         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
42112         fields.
42114 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
42116         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
42117         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
42118         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
42119         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
42120         Likewise.
42121         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
42122         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
42123         Likewise.
42125 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
42127         * po/h.po: Update from translation team.
42129 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
42131         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
42133         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
42134         handling of denormals.
42135         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
42136         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
42137         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
42138         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
42139         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
42140         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
42141         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
42142         Likewise.
42144 2012-05-26  Marek Polacek  <polacek@redhat.com>
42146         [BZ #14152]
42147         * math/libm-test.inc (fma_test): Don't always expect underflow
42148         exception.
42150 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
42152         [BZ #12416]
42153         * elf/tst-execstack.c: Include stackinfo.h.
42154         (do_test): Adjust test case to ensure that pthread_getattr_np
42155         behaviour remains the same after marking stack executable.
42157 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
42159         * sysdeps/unix/sysv/linux/kernel-features.h
42160         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
42161         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
42162         kernel-features.h.
42163         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
42164         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
42165         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
42166         kernel-features.h.
42167         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
42168         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
42170 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
42172         * configure.in: Define the default includes to being none.
42173         * configure: Regenerated.
42175 2012-05-25  Roland McGrath  <roland@hack.frob.com>
42177         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
42178         * sysdeps/x86_64/setjmp.S: Likewise.
42179         * sysdeps/i386/bsd-setjmp.S: Likewise.
42180         * sysdeps/i386/bsd-_setjmp.S: Likewise.
42181         * sysdeps/i386/setjmp.S: Likewise.
42182         * sysdeps/i386/__longjmp.S: Likewise.
42183         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
42184         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
42186         * include/stap-probe.h: New file.
42187         * configure.in: Handle --enable-systemtap.
42188         * configure: Regenerated.
42189         * config.h.in (USE_STAP_PROBE): New #undef.
42190         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
42191         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
42192         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
42194 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
42196         [BZ #13717]
42197         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
42198         to 2.4.0 where earlier.
42199         * sysdeps/unix/sysv/linux/configure: Regenerated.
42200         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
42201         <kernel-features.h>.
42202         [__ASSUME_32BITUIDS]: Make code unconditional.
42203         [!__ASSUME_32BITUIDS]: Remove conditional code.
42204         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
42205         <kernel-features.h>.
42206         [__ASSUME_32BITUIDS]: Make code unconditional.
42207         [!__ASSUME_32BITUIDS]: Remove conditional code.
42208         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
42209         [__ASSUME_32BITUIDS]: Make code unconditional.
42210         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
42211         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
42212         <kernel-features.h>.
42213         [__ASSUME_32BITUIDS]: Make code unconditional.
42214         [!__ASSUME_32BITUIDS]: Remove conditional code.
42215         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
42216         <kernel-features.h>.
42217         [__ASSUME_32BITUIDS]: Make code unconditional.
42218         [!__ASSUME_32BITUIDS]: Remove conditional code.
42219         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
42220         <kernel-features.h>.
42221         [__ASSUME_32BITUIDS]: Make code unconditional.
42222         [!__ASSUME_32BITUIDS]: Remove conditional code.
42223         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
42224         <kernel-features.h>.
42225         [__ASSUME_32BITUIDS]: Make code unconditional.
42226         [!__ASSUME_32BITUIDS]: Remove conditional code.
42227         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
42228         <kernel-features.h>.
42229         [__ASSUME_32BITUIDS]: Make code unconditional.
42230         [!__ASSUME_32BITUIDS]: Remove conditional code.
42231         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
42232         <kernel-features.h>.
42233         [__ASSUME_32BITUIDS]: Make code unconditional.
42234         [!__ASSUME_32BITUIDS]: Remove conditional code.
42235         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
42236         <kernel-features.h>.
42237         [__ASSUME_32BITUIDS]: Make code unconditional.
42238         [!__ASSUME_32BITUIDS]: Remove conditional code.
42239         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
42240         <kernel-features.h>.
42241         [__ASSUME_32BITUIDS]: Make code unconditional.
42242         [!__ASSUME_32BITUIDS]: Remove conditional code.
42243         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
42244         <kernel-features.h>.
42245         [__ASSUME_32BITUIDS]: Make code unconditional.
42246         [!__ASSUME_32BITUIDS]: Remove conditional code.
42247         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
42248         <kernel-features.h>.
42249         [__ASSUME_32BITUIDS]: Make code unconditional.
42250         [!__ASSUME_32BITUIDS]: Remove conditional code.
42251         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
42252         <kernel-features.h>.
42253         [__NR_setresgid] (__setresgid): Do not declare.
42254         [__ASSUME_32BITUIDS]: Make code unconditional.
42255         [!__ASSUME_32BITUIDS]: Remove conditional code.
42256         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
42257         <kernel-features.h>.
42258         [__NR_setresuid] (__setresuid): Do not declare.
42259         [__ASSUME_32BITUIDS]: Make code unconditional.
42260         [!__ASSUME_32BITUIDS]: Remove conditional code.
42261         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
42262         <kernel-features.h>.
42263         [__ASSUME_32BITUIDS]: Make code unconditional.
42264         [!__ASSUME_32BITUIDS]: Remove conditional code.
42265         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
42266         <kernel-features.h>.
42267         [__ASSUME_32BITUIDS]: Make code unconditional.
42268         [!__ASSUME_32BITUIDS]: Remove conditional code.
42269         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
42270         <kernel-features.h>.
42271         [__ASSUME_32BITUIDS]: Make code unconditional.
42272         [!__ASSUME_32BITUIDS]: Remove conditional code.
42273         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
42274         <kernel-features.h>.
42275         [__ASSUME_32BITUIDS]: Make code unconditional.
42276         [!__ASSUME_32BITUIDS]: Remove conditional code.
42277         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
42278         <kernel-features.h>.
42279         [__ASSUME_32BITUIDS]: Make code unconditional.
42280         [!__ASSUME_32BITUIDS]: Remove conditional code.
42281         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
42282         <kernel-features.h>.
42283         [__ASSUME_32BITUIDS]: Make code unconditional.
42284         [!__ASSUME_32BITUIDS]: Remove conditional code.
42285         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
42286         <kernel-features.h>.
42287         [__ASSUME_32BITUIDS]: Make code unconditional.
42288         [!__ASSUME_32BITUIDS]: Remove conditional code.
42289         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
42290         <kernel-features.h>.
42291         [__ASSUME_32BITUIDS]: Make code unconditional.
42292         [!__ASSUME_32BITUIDS]: Remove conditional code.
42293         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
42294         <kernel-features.h>.
42295         [__ASSUME_32BITUIDS]: Make code unconditional.
42296         [!__ASSUME_32BITUIDS]: Remove conditional code.
42297         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
42298         <kernel-features.h>.
42299         [__ASSUME_32BITUIDS]: Make code unconditional.
42300         [!__ASSUME_32BITUIDS]: Remove conditional code.
42301         * sysdeps/unix/sysv/linux/kernel-features.h
42302         (__ASSUME_SETRESUID_SYSCALL): Remove.
42303         (__ASSUME_SETRESGID_SYSCALL): Likewise.
42304         (__ASSUME_32BITUIDS): Likewise.
42305         (__ASSUME_LDT_WORKS): Likewise.
42306         (__ASSUME_O_DIRECTORY): Likewise.
42307         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
42308         architecture but not kernel version.
42309         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
42310         (__ASSUME_MMAP2_SYSCALL): Likewise.
42311         (__ASSUME_STAT64_SYSCALL): Likewise.
42312         (__ASSUME_IPC64): Likewise.
42313         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
42314         <kernel-features.h>.
42315         [__ASSUME_32BITUIDS]: Make code unconditional.
42316         [!__ASSUME_32BITUIDS]: Remove conditional code.
42317         * sysdeps/unix/sysv/linux/opendir.c: Do not include
42318         <kernel-features.h>.
42319         [__ASSUME_O_DIRECTORY]: Make code unconditional.
42320         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
42321         132096]: Remove conditional code.
42322         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
42323         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
42324         <kernel-features.h>.
42325         [__ASSUME_32BITUIDS]: Make code unconditional.
42326         [!__ASSUME_32BITUIDS]: Remove conditional code.
42327         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
42328         <kernel-features.h>.
42329         [__ASSUME_32BITUIDS]: Make code unconditional.
42330         [!__ASSUME_32BITUIDS]: Remove conditional code.
42331         * sysdeps/unix/sysv/linux/setegid.c: Do not include
42332         <kernel-features.h>.
42333         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
42334         unconditional.
42335         (__setresgid): Do not declare.
42336         [__ASSUME_32BITUIDS]: Make code unconditional.
42337         [!__ASSUME_32BITUIDS]: Remove conditional code.
42338         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
42339         <kernel-features.h>.
42340         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
42341         unconditional.
42342         (__setresuid): Do not declare.
42343         [__ASSUME_32BITUIDS]: Make code unconditional.
42344         [!__ASSUME_32BITUIDS]: Remove conditional code.
42345         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
42346         <kernel-features.h>.
42347         [__ASSUME_32BITUIDS]: Make code unconditional.
42348         [!__ASSUME_32BITUIDS]: Remove conditional code.
42349         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
42350         <kernel-features.h>.
42351         [__ASSUME_32BITUIDS]: Make code unconditional.
42352         [!__ASSUME_32BITUIDS]: Remove conditional code.
42354 2012-05-25  Richard Henderson  <rth@twiddle.net>
42356         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
42357         dl_hwcap to ifunc resolver.
42358         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
42359         elf_ifunc_invoke.
42360         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
42361         dl_hwcap to ifunc resolver.
42362         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
42364 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
42366         [BZ #14153]
42367         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
42368         for |x| <= 2**-26, not 2**-57.
42369         * math/libm-test.inc (acos_test): Do not allow spurious underflow
42370         exception.
42372 2012-05-24  Jeff Law  <law@redhat.com>
42374         * stdio-common/Makefile (tests): Add bug25.
42375         * stdio-common/bug25.c: New test.
42377 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
42379         [BZ #13576]
42380         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
42381         multiple of MALLOC_ALIGNMENT in size.
42382         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
42384 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
42386         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
42387         Require >= 256.
42388         (FILENAME_MAX): Use macro-int-constant.
42389         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
42390         (_IOFBF): Use macro-int-constant.
42391         (_IOLBF): Likewise.
42392         (_IONBF): Likewise.
42393         (SEEK_CUR): Likewise.
42394         (SEEK_END): Likewise.
42395         (SEEK_SET): Likewise.
42396         (TMP_MAX): Likewise.
42397         (EOF): Use macro-int-constant.  Require < 0.
42398         (NULL): Use macro-constant.  Require == 0.
42399         (stdin): Require type to be FILE *.
42400         (stdout): Likewise.
42401         (stderr): Likewise.
42402         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
42403         macro-int-constant.
42404         (EXIT_SUCCESS): Likewise.
42405         (NULL): Use macro-constant.  Require == 0.
42406         (RAND_MAX): Use macro-int-constant.
42407         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
42408         [C99-based standards] (strtof): Require function.
42409         [C99-based standards] (strtold): Likewise.
42410         [C99-based standards] (strtoll): Likewise.
42411         [C99-based standards] (strtoull): Likewise.
42412         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
42413         [ISO || ISO99 || ISO11] (limits.h): Likewise.
42414         [ISO || ISO99 || ISO11] (math.h): Likewise.
42415         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
42416         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
42417         [ISO || ISO99 || ISO11] (*_t): Do not allow.
42419 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
42421         [BZ #14132]
42422         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
42423         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
42424         * intl/dgettext.c (DCGETTEXT): Likewise.
42425         * intl/gettext.c (DCGETTEXT): Likewise.
42426         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
42427         * posix/regex_internal.h (gettext): Likewise.
42428         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
42429         Remove declaration.
42430         * include/argz.h (__argz_count_internal)
42431         (__argz_stringify_internal): Remove declaration.
42432         (__argz_count, __argz_stringify): Declare hidden proto.
42433         * intl/dcgettext.c: Remove use of INTDEF.
42434         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
42435         * string/argz-stringify.c: Likewise.
42436         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
42437         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
42438         Declare hidden proto.
42439         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
42440         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
42441         Declare hidden proto.
42442         * include/stdio.h (__asprintf_internal): Don't declare.
42443         (__asprintf): Don't define as macro.  Declare hidden proto.
42444         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
42445         (__fsetlocking): Declare hidden proto.
42446         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
42447         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
42448         hidden proto.
42449         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
42450         (_IO_setlinebuf): Remove use of INTUSE.
42451         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
42452         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
42453         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
42454         Remove declaration.
42455         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
42456         (_IO_do_flush): Remove use of INTUSE.
42457         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
42458         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
42459         (_IO_adjust_column, _IO_least_wmarker)
42460         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
42461         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
42462         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
42463         (_IO_default_doallocate, _IO_wdefault_doallocate)
42464         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
42465         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
42466         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
42467         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
42468         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
42469         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
42470         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
42471         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
42472         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
42473         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
42474         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
42475         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
42476         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
42477         proto.
42478         (_IO_flush_all_internal, _IO_adjust_column_internal)
42479         (_IO_default_uflow_internal, _IO_default_finish_internal)
42480         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
42481         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
42482         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
42483         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
42484         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
42485         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
42486         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
42487         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
42488         (_IO_file_close_internal, _IO_file_close_it_internal)
42489         (_IO_file_underflow_internal, _IO_file_overflow_internal)
42490         (_IO_file_init_internal, _IO_file_attach_internal)
42491         (_IO_file_fopen_internal, _IO_file_read_internal)
42492         (_IO_file_sync_internal, _IO_file_seek_internal)
42493         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
42494         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
42495         (_IO_str_underflow_internal, _IO_str_overflow_internal)
42496         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
42497         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
42498         (_IO_list_all_internal, _IO_link_in_internal)
42499         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
42500         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
42501         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
42502         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
42503         (_IO_do_write_internal, _IO_padn_internal)
42504         (_IO_getline_info_internal, _IO_getline_internal)
42505         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
42506         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
42507         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
42508         (_IO_vfscanf_internal, _IO_vfprintf_internal)
42509         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
42510         (_IO_init_internal, _IO_un_link_internal): Don't declare.
42511         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
42512         with libc_hidden_ver, remove use of INTUSE.
42513         * libio/genops.c: Likewise.
42514         * libio/freopen.c: Likewise.
42515         * libio/freopen64.c: Likewise.
42516         * libio/iofclose.c: Likewise.
42517         * libio/iofdopen.c: Likewise.
42518         * libio/iofflush.c: Likewise.
42519         * libio/iofflush_u.c: Likewise.
42520         * libio/iofgets.c: Likewise.
42521         * libio/iofgets_u.c: Likewise.
42522         * libio/iofopen.c: Likewise.
42523         * libio/iofopncook.c: Likewise.
42524         * libio/iofread.c: Likewise.
42525         * libio/iofread_u.c: Likewise.
42526         * libio/ioftell.c: Likewise.
42527         * libio/iofwrite.c: Likewise.
42528         * libio/iogetline.c: Likewise.
42529         * libio/iogets.c: Likewise.
42530         * libio/iogetwline.c: Likewise.
42531         * libio/iopadn.c: Likewise.
42532         * libio/iopopen.c: Likewise.
42533         * libio/ioseekoff.c: Likewise.
42534         * libio/ioseekpos.c: Likewise.
42535         * libio/iosetbuffer.c: Likewise.
42536         * libio/iosetvbuf.c: Likewise.
42537         * libio/ioungetc.c: Likewise.
42538         * libio/ioungetwc.c: Likewise.
42539         * libio/iovdprintf.c: Likewise.
42540         * libio/iovsprintf.c: Likewise.
42541         * libio/iovsscanf.c: Likewise.
42542         * libio/memstream.c: Likewise.
42543         * libio/obprintf.c: Likewise.
42544         * libio/oldfileops.c: Likewise.
42545         * libio/oldiofclose.c: Likewise.
42546         * libio/oldiofdopen.c: Likewise.
42547         * libio/oldiofopen.c: Likewise.
42548         * libio/oldiopopen.c: Likewise.
42549         * libio/oldstdfiles.c: Likewise.
42550         * libio/putc.c: Likewise.
42551         * libio/setbuf.c: Likewise.
42552         * libio/setlinebuf.c: Likewise.
42553         * libio/stdfiles.c: Likewise.
42554         * libio/strops.c: Likewise.
42555         * libio/vasprintf.c: Likewise.
42556         * libio/vscanf.c: Likewise.
42557         * libio/vsnprintf.c: Likewise.
42558         * libio/vswprintf.c: Likewise.
42559         * libio/wfiledoalloc.c: Likewise.
42560         * libio/wfileops.c: Likewise.
42561         * libio/wgenops.c: Likewise.
42562         * libio/wmemstream.c: Likewise.
42563         * libio/wstrops.c: Likewise.
42564         * libio/__fpurge.c: Likewise.
42565         * libio/__fsetlocking.c: Likewise.
42566         * assert/assert.c: Likewise.
42567         * debug/fgets_chk.c: Likewise.
42568         * debug/fgets_u_chk.c: Likewise.
42569         * debug/fread_chk.c: Likewise.
42570         * debug/fread_u_chk.c: Likewise.
42571         * debug/gets_chk.c: Likewise.
42572         * debug/obprintf_chk.c: Likewise.
42573         * debug/vasprintf_chk.c: Likewise.
42574         * debug/vdprintf_chk.c: Likewise.
42575         * debug/vsnprintf_chk.c: Likewise.
42576         * debug/vsprintf_chk.c: Likewise.
42577         * malloc/mtrace.c: Likewise.
42578         * misc/error.c: Likewise.
42579         * misc/syslog.c: Likewise.
42580         * stdio-common/asprintf.c: Likewise.
42581         * stdio-common/fxprintf.c: Likewise.
42582         * stdio-common/getw.c: Likewise.
42583         * stdio-common/isoc99_fscanf.c: Likewise.
42584         * stdio-common/isoc99_scanf.c: Likewise.
42585         * stdio-common/isoc99_vfscanf.c: Likewise.
42586         * stdio-common/isoc99_vscanf.c: Likewise.
42587         * stdio-common/isoc99_vsscanf.c: Likewise.
42588         * stdio-common/printf-prs.c: Likewise.
42589         * stdio-common/printf_fp.c: Likewise.
42590         * stdio-common/printf_fphex.c: Likewise.
42591         * stdio-common/printf_size.c: Likewise.
42592         * stdio-common/putw.c: Likewise.
42593         * stdio-common/scanf.c: Likewise.
42594         * stdio-common/sprintf.c: Likewise.
42595         * stdio-common/tmpfile.c: Likewise.
42596         * stdio-common/vfprintf.c: Likewise.
42597         * stdio-common/vfscanf.c: Likewise.
42598         * stdlib/strfmon_l.c: Likewise.
42599         * sunrpc/openchild.c: Likewise.
42600         * sunrpc/xdr_stdio.c: Likewise.
42601         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
42602         * sysdeps/mach/hurd/tmpfile.c: Likewise.
42604 2012-05-24  Roland McGrath  <roland@hack.frob.com>
42606         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
42608         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
42609         in the third column, to generate for the shared library an IFUNC
42610         that uses _dl_vdso_vsym.
42611         * Makerules (COMPILE.c, compile-stdin.c): New variables.
42612         * Makeconfig (object-suffixes-noshared): New variable.
42614         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
42615         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
42616         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
42617         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
42619         [BZ #14132]
42620         * include/sys/time.h (__gettimeofday): Remove macro.
42621         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
42622         * time/gettimeofday.c (__gettimeofday): Remove #undef.
42623         Remove INTDEF.
42624         (__gettimeofday): Add libc_hidden_def.
42625         (gettimeofday): Add libc_hidden_weak.
42626         * sysdeps/mach/gettimeofday.c: Likewise.
42627         * sysdeps/posix/gettimeofday.c: Likewise.
42628         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
42629         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
42630         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
42631         (__gettimeofday_internal): Remove strong_alias.
42632         (__gettimeofday): Add libc_hidden_def.
42633         (gettimeofday): Add libc_hidden_weak.
42634         * sysdeps/unix/syscalls.list (gettimeofday):
42635         Remove __gettimeofday_internal alias.
42637 2012-05-24  Daniel Jacobowitz  <drow@false.org>
42638             H.J. Lu  <hongjiu.lu@intel.com>
42640         [BZ #12495]
42641         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
42642         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
42643         (largebin_index_32_big): New.
42644         (largebin_index): Use it for 16-byte alignment.
42645         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
42646         correction with front_misalign.
42648 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
42650         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
42651         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
42652         Likewise.
42653         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
42654         Likewise.
42655         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
42656         Likewise.
42657         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
42658         Likewise.
42659         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
42660         Likewise.
42661         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
42662         Likewise.
42663         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
42664         Likewise.
42665         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
42666         Likewise.
42667         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
42668         Likewise.
42669         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
42670         Likewise.
42671         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
42672         Likewise.
42673         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
42674         Likewise.
42676         * scripts/data/c++-types-x32-linux-gnu.data: New file.
42677         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
42679 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
42681         [BZ #10846]
42682         [BZ #14036]
42683         * math/libm-test.inc (exp_test): Add test from bug 14036.
42684         (pow_test): Add test from bug 10846.
42686         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
42687         and other flags.
42688         (special_function): Do not include flags in test name.
42689         (parse_args): Likewise.
42690         * sysdeps/i386/fpu/libm-test-ulps: Update.
42691         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
42692         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
42693         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
42694         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42696         * math/gen-libm-test.pl (%beautify): Add entries for underflow
42697         exceptions.
42698         * math/libm-test.inc ("Philosophy"): Update comment about
42699         exception testing.
42700         (UNDERFLOW_EXCEPTION): New macro.
42701         (UNDERFLOW_EXCEPTION_OK): Likewise.
42702         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
42703         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
42704         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
42705         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
42706         (INVALID_EXCEPTION_OK): Update value.
42707         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
42708         (OVERFLOW_EXCEPTION_OK): Likewise.
42709         (IGNORE_ZERO_INF_SIGN): Likewise.
42710         (test_exceptions): Handle underflow exceptions.
42711         (acos_test): Update for underflow exception expectations.
42712         (cexp_test): Likewise.
42713         (clog_test): Likewise.
42714         (clog10_test): Likewise.
42715         (csqrt_test): Likewise.
42716         (ctan_test): Likewise.
42717         (ctanh_test): Likewise.
42718         (exp_test): Likewise.
42719         (exp10_test): Likewise.
42720         (exp2_test): Likewise.
42721         (expm1_test): Likewise.
42722         (fma_test): Likewise.
42723         (j0_test): Likewise.
42724         (jn_test): Likewise.
42725         (nexttoward_test): Likewise.
42726         (pow_test): Likewise.
42727         (scalbn_test): Likewise.
42728         (scalbln_test): Likewise.
42729         (tan_test): Likewise.
42730         (y1_test): Likewise.
42731         * sysdeps/i386/fpu/libm-test-ulps: Update.
42732         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42734 2012-05-23  David S. Miller  <davem@davemloft.net>
42736         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
42737         (__libc_sigaction): Remove unused local variables.
42739 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
42741         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
42743 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
42745         mktime: avoid signed integer overflow
42746         * time/mktime.c (__mktime_internal): Do not mishandle the case
42747         where diff == INT_MIN.
42749         mktime: simplify computation of average
42750         * time/mktime.c (ranged_convert): Use new time_t_avg function
42751         instead of rolling our own (probably-slower) code.
42753         mktime: do not assume signed right shift propagates sign bit
42754         * time/mktime.c (isdst_differ): New static function.
42755         (__mktime_internal): No need to normalize tm_isdst now.
42756         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
42757         tm_isdst values.
42759         mktime: merge another wrapv change from gnulib
42760         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
42761         from some compilers.
42763         mktime: remove incorrect attempt at unusual arithmetics
42764         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
42765         The code didn't really work on such machines anyway.
42766         (TYPE_MINIMUM): Assume two's complement.
42767         (twos_complement_arithmetic): Verify that long_int and time_t
42768         are two's complement (or unsigned, in the latter case).
42770         mktime: check signed shifts on long_int and time_t, too
42771         * time/mktime.c (SHR): Check that shifts work as desired
42772         on the types long_int and time_t too, as SHR is used on
42773         such types.
42775         mktime: do not assume 'long' is wide enough
42776         * time/mktime.c (verify): Move decl up.
42777         (long_int): New type.
42778         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
42779         to remove assumption in the code that 'long' is wide enough to
42780         store year values.  This assumption is not true on x32 and on
42781         some non-glibc platforms.
42783         mktime: merge wrapv change from gnulib
42784         * time/mktime.c (WRAPV): New macro.
42785         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
42786         (guess_time_tm, __mktime_internal): Do not assume that signed
42787         integer overflow wraps around; modern compilers generate code
42788         where this assumption is no longer valid.
42790 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
42792         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
42793         Replace "jmp L(pseudo_end)" with "ret".
42794         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
42795         Likewise.
42797 2012-05-23  Andreas Jaeger  <aj@suse.de>
42799         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
42800         * sysdeps/unix/sysv/linux/poll.c: Remove file.
42802 2012-05-23  Andreas Jaeger  <aj@suse.de>
42803             Maximilian Attems  <max@stro.at>
42805         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
42806         New macros.
42808 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
42810         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
42811         code so that pseudo_end is just ret and the stack pointer is
42812         correct also for static library in error case.
42814 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
42816         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
42817         move to syscalls.list.
42818         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
42819         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
42820         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
42821         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
42823         * manual/install.texi (Running make install): Do not mention Linux
42824         kernel version for which pt_chown is not needed.
42825         (Linux): Do not mention problems with nscd with 2.0 kernels.
42826         * INSTALL: Regenerated.
42828 2012-05-23  Andreas Jaeger  <aj@suse.de>
42830         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
42831         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
42832         macro.
42833         * sysdeps/unix/sysv/linux/s390/bits/mman.h
42834         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
42835         * sysdeps/unix/sysv/linux/sh/bits/mman.h
42836         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
42837         * sysdeps/unix/sysv/linux/i386/bits/mman.h
42838         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
42839         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
42840         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
42841         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
42842         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
42843         * sysdeps/unix/sysv/linux/bits/in.h
42844         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
42846 2012-05-22  Roland McGrath  <roland@hack.frob.com>
42848         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
42849         (PREPARE_VERSION): Just use assert instead, it will be elided
42850         under [NDEBUG] anyway.
42852 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
42854         * sysdeps/unix/sysv/linux/Makefile: Include
42855         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
42856         (sysdep_routines): Remove sysctl.
42857         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
42858         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
42859         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
42860         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
42861         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
42863 2012-05-22  Andreas Jaeger  <aj@suse.de>
42865         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
42866         that pseudo_end is just ret and the stack pointer is correct also
42867         for static library in error case.
42869 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
42871         [BZ #14122]
42872         * nss/nsswitch.c (defconfig_entries): New variable.
42873         (__nss_database_lookup): Don't leak defconfig entries.
42874         (nss_parse_service_list): Don't leak on error paths.
42875         (free_database_entries): New function.
42876         (free_defconfig): New function.
42877         (free_mem): Move common code to free_database_entries.
42879 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
42881         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
42882         Add arch_prctl.
42883         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
42885         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
42886         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
42887         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
42888         New macro.
42889         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
42890         (INTERNAL_SYSCALL_TYPES): Likewise.
42891         (LOAD_ARGS_TYPES_[1-6]): Likewise.
42892         (LOAD_REGS_TYPES_[1-6]): Likewise.
42893         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
42894         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
42896 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42898         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
42899         copysignl for GLIBC_2_0.
42900         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
42901         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
42902         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
42903         logbl for GLIBC_2_0.
42904         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
42905         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
42907 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
42909         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
42910         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
42912         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
42913         Use "neg %eax".
42915         * time/mktime.c: Update copyright years.
42917 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
42919         mktime: merge comment-quoting-style change from gnulib
42920         * time/mktime.c: Quote 'like this' in comments.
42921         The GNU coding standards suggest that we no longer quote `like this',
42922         as "`" and "'" are typically rendered asymmetrically nowadays.
42923         The typical gnulib style is to quote 'like this' when quoting
42924         code, and "like this" when quoting English.
42926         * time/mktime.c (compile-command): Add "-I.".
42928         mktime: merge mktime-internal.h change from gnulib
42929         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
42931         mktime: merge time_r change from gnulib
42932         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
42934         mktime: merge DEBUG change from gnulib
42935         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
42936         case system <time.h> has a #define.
42938         mktime: merge <sys/types.h> change from gnulib
42939         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
42940         since <time.t> is now guaranteed to define time_t.
42942         mktime: merge HAVE_CONFIG_H change from gnulib
42943         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
42945 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
42947         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
42948         Use "neg %eax".
42950         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
42951         __rlim_t cast.
42952         (struct rusage): Use anonymous union to pad each field to
42953         __syscall_slong_t.
42955 2012-05-21  David S. Miller  <davem@davemloft.net>
42957         * Makefules (o-iterator): Remove .s cases.
42958         (compile-command.s): Delete.
42959         (COMPILE.s): Delete.
42960         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
42962 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
42964         * configure.in (libc_cv_predef_stack_protector): Only consider
42965         "foobar" and "__stack_chk_fail" lines in libc_undefs.
42966         * configure: Regenerated.
42968 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
42970         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
42971         New macro.  Use R*LP on int and pointer.
42972         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
42973         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
42974         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
42975         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
42977         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
42978         [__WORDSIZE_TIME64_COMPAT32] instead of
42979         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
42980         (struct utmp): Likewise.
42981         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
42982         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
42983         Renamed to ...
42984         (__WORDSIZE_TIME64_COMPAT32): This.
42985         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
42986         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
42987         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
42988         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
42989         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
42990         (__WORDSIZE_TIME64_COMPAT32): New macro.
42992 2012-05-21  Andreas Jaeger  <aj@suse.de>
42994         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
42995         only if [SHARED]. Add prototype for __wcschr_ia32.
42997 2012-05-21  Roland McGrath  <roland@hack.frob.com>
42999         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
43000         of %rbp unmolested in the jmp_buf while mangling the low bits.
43001         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
43002         unmolested high bits of %rbp while demangling the low bits.
43003         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
43005 2012-05-21  Andreas Jaeger  <aj@suse.de>
43007         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
43008         * sunrpc/svc_simple.c: Use it for registerrpc.
43009         * sunrpc/xcrypt.c: Use it for passwd2des.
43011         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
43013 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
43015         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
43016         Don't define if [__SYSCALL_WORDSIZE != 32].
43017         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
43018         New macro.
43020 2012-05-21  Bruno Haible  <bruno@clisp.org>
43021             Andreas Jaeger  <aj@suse.de>
43023         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
43024         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
43025         inptr and inend for must_buffer_ch.
43026         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
43027         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
43028         * stdio-common/Makefile (tests): Remove bug15.
43029         (bug15-ENV): Remove macro.
43030         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
43031         anymore.
43033 2012-05-19  Andreas Jaeger  <aj@suse.de>
43034             Roland McGrath  <roland@hack.frob.com>
43036         * manual/contrib.texi: Completely rewritten. It contains now an
43037         alphabetical list of contributors and their contributions.
43039 2012-05-21  Richard Henderson  <rth@twiddle.net>
43041         * misc/getauxval.c (__getauxval): Use unsigned long int.
43042         * misc/sys/auxv.h: Include <sys/cdefs.h>.
43043         (getauxval): Use unsigned long int.
43045 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
43047         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
43049 2012-05-21  Roland McGrath  <roland@hack.frob.com>
43051         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
43052         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
43053         __alignof__ (long double).
43055 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43057         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43059 2012-05-20  Richard Henderson  <rth@twiddle.net>
43061         * misc/getauxval.c: New file.
43062         * misc/sys/auxv.h: New file.
43063         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
43064         (routines): Add getauxval.
43065         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
43066         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
43067         * elf/dl-sysdep.c (_dl_auxv): Remove.
43068         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
43069         * elf/dl-support.c (_dl_auxv): New variable.
43070         (_dl_aux_init): Initialize it.
43071         * manual/startup.texi (Auxiliary Vector): New node.
43072         * sysdeps/generic/bits/hwcap.h: New file.
43073         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
43074         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
43075         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
43076         * sysdeps/sparc/sysdep.h: ... here.  Include it.
43077         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
43078         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
43079         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
43080         Update.
43081         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
43082         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
43083         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
43084         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
43085         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
43086         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
43087         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
43088         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
43090 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43092         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43094 2012-05-19  David S. Miller  <davem@davemloft.net>
43096         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43098 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
43100         [BZ #14123]
43101         * math/s_ccosh.c: Include <float.h>
43102         (__ccosh): Avoid internal overflow calculating sinh and cosh
43103         values before multiplying by sin and cos values.
43104         * math/s_ccoshf.c: Likewise.
43105         * math/s_ccoshl.c: Likewise.
43106         * math/s_csin.c: Likewise.
43107         * math/s_csinf.c: Likewise.
43108         * math/s_csinl.c: Likewise.
43109         * math/s_csinh.c: Likewise.
43110         * math/s_csinhf.c: Likewise.
43111         * math/s_csinhl.c: Likewise.
43112         * math/libm-test.inc (ccos_test): Add more tests.
43113         (ccosh_test): Likewise.
43114         (csin_test): Likewise.
43115         (csinh_test): Likewise.
43116         * sysdeps/i386/fpu/libm-test-ulps: Update.
43117         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43119 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
43121         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
43122         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
43124         * sysdeps/x86_64/x32/_itoa.h: Add comment.
43126 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
43128         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
43129         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
43130         * sysdeps/powerpc/soft-fp/Versions: Likewise.
43131         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
43132         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
43133         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
43134         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
43135         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
43136         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
43137         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
43138         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
43139         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
43140         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
43141         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
43142         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
43143         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
43144         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
43145         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
43146         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
43147         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
43148         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
43149         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
43150         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
43151         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
43152         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
43153         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
43154         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
43155         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
43156         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
43157         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
43158         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
43160 2012-05-18  Andreas Jaeger  <aj@suse.de>
43162         * csu/.gitignore: Delete.
43164 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
43166         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
43167         (timex): Use __syscall_slong_t.
43169 2012-05-18  Andreas Jaeger  <aj@suse.de>
43170             Carlos O'Donell  <carlos_odonell@mentor.com>
43172         * manual/install.texi (Configuring and compiling): Update
43173         description about files modified in the source directory.
43174         * INSTALL: Regenerated.
43176 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
43178         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
43179         value.  Use "or" to set return value to -1.
43180         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
43181         negate return value.
43183 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
43185         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
43186         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
43187         failure if the compiler has Graphite support disabled.
43188         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
43189         Likewise.
43190         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
43191         (CFLAGS-memmove.c): Likewise.
43192         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
43193         Likewise.
43195 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
43197         * sysdeps/x86_64/x32/_itoa.h: New file.
43199         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
43200         getdents system call only if kernel and user dirents have the
43201         same d_ino and d_off.
43203         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
43204         LLONG_MAX != LONG_MAX.
43205         (_itoa_word): Use _ITOA_WORD_TYPE on value.
43206         (_fitoa_word): Likewise.
43208         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
43209         years.
43210         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
43211         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
43212         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
43214         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
43215         include <bits/wordsize.h>.  Check __x86_64__ instead of
43216         __WORDSIZE.
43217         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
43218         if __x86_64__ is defined.  Use anonymous union on fpstate.
43220         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
43221         anonymous union.
43223 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
43225         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
43226         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
43227         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
43228         Refer to _rtld_local_ro instead of _rtld_global_ro.
43229         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
43230         Likewise.
43231         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
43232         Likewise.
43233         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
43234         Likewise.
43235         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
43236         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
43237         of _rtld_global, and rtld_progname instead of _dl_argv[0].
43239         * sysdeps/powerpc/powerpc32/dl-machine.c
43240         (__elf_machine_runtime_setup) [PROF]: Don't reference
43241         _dl_prof_resolve.
43243 2012-05-18  Andreas Jaeger  <aj@suse.de>
43245         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
43246         function only available for GCCs before 3.4 since GCC 3.4
43247         introduced a builtin.
43248         (lrint): Likewise.
43249         (llrintf): Likewise.
43250         (llrint): Likewise.
43251         (fmaxf): Likewise.
43252         (fmax): Likewise.
43253         (fminf): Likewise.
43254         (fmin): Likewise.
43255         (rint): Likewise.
43256         (rintf): Likewise.
43257         (nearbyint): Likewise.
43258         (nearbyintf): Likewise.
43259         (ceil): Likewise.
43260         (ceilf): Likewise.
43261         (floor): Likewise.
43262         (floorf): Likewise.
43264 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
43266         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
43267         on both fields and cast pointer to __syscall_ulong_t.
43269         * bits/types.h (__fsword_t): New type.
43270         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
43271         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
43272         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
43273         (__FSWORD_T_TYPE): Likewise.
43274         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
43275         (__FSWORD_T_TYPE): Likewise.
43276         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
43277         (__FSWORD_T_TYPE): Likewise.
43278         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
43279         (__FSWORD_T_TYPE): Likewise.
43280         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
43281         __SWORD_TYPE with __fsword_t.
43282         (statfs64): Likewise.
43284 2012-05-17  David S. Miller  <davem@davemloft.net>
43286         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
43288 2012-05-17  Andreas Jaeger  <aj@suse.de>
43290         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
43291         warning.
43293 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
43295         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
43297 2012-05-17  Andreas Jaeger  <aj@suse.de>
43299         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
43300         when it is used.
43302 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
43304         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
43306 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
43308         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
43309         * sysdeps/x86_64/tst-mallocalign1.c: New file.
43311 2012-05-17  Andreas Jaeger  <aj@suse.de>
43312             Carlos O'Donell  <carlos_odonell@mentor.com>
43314         [BZ #14059]
43315         * sysdeps/x86_64/multiarch/init-arch.h
43316         (bit_YMM_Usable): Rename to...
43317         (bit_AVX_Usable): ... this.
43318         (bit_FMA4_Usable): New macro.
43319         (bit_XMM_state): New macro.
43320         (bit_YMM_state): New macro.
43321         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
43322         [__ASSEMBLER__] (index_AVX_Usable): ... this.
43323         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
43324         (CPUID_OSXSAVE): New macro.
43325         (CPUID_AVX): New macro.
43326         (CPUID_FMA4): New macro.
43327         (index_YMM_Usable): Rename to...
43328         (index_AVX_Usable): ... this.
43329         (HAS_AVX): Use HAS_ARCH_FEATURE.
43330         (HAS_FMA4): Likewise.
43331         (HAS_YMM_USABLE): Remove.
43332         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
43333         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
43334         are present.
43335         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
43336         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
43337         * sysdeps/x86_64/multiarch/Makefile: Likewise.
43338         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
43339         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
43341 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
43343         * math/libm-test.c: Support platforms without multiple rounding modes.
43344         * math/bug-nextafter.c: Support platforms without FP exceptions.
43345         * math/bug-nexttoward.c: Likewise.
43346         * math/test-fenv.c: Likewise.
43347         * math/test-misc.c: Likewise.
43348         * stdlib/bug-getcontext.c: Likewise.
43350 2012-05-17  Andreas Jaeger  <aj@suse.de>
43352         * manual/examples/search.c (critter_cmp): Change signature to
43353         avoid warnings.
43354         * manual/string.texi (Collation Functions): Likewise.
43356 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
43358         * bits/types.h: Fold copyright years.
43359         * bits/typesizes.h: Likewise.
43360         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
43361         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
43362         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
43363         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
43364         * time/time.h: Likewise.
43366 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
43368         [BZ #208]
43369         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
43370         in instead of returning them.  Return void.
43371         (__libc_mallinfo): Accumulate over all arenas.
43372         (__malloc_stats): Adjust for change in int_mallinfo interface.
43374 2012-05-16  Roland McGrath  <roland@hack.frob.com>
43376         [BZ #10375]
43377         * configure.in (NM): Add AC_CHECK_TOOL for it.
43378         (libc_extra_cflags): New substituted variable.
43379         Check for -fstack-protector being used implicitly.
43380         * configure: Regenerated.
43381         * config.make.in (config-extra-cflags): New variable,
43382         gets @libc_extra_cflags@.
43383         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
43385         [BZ #10375]
43386         * configure.in: Check for _FORTIFY_SOURCE being predefined.
43387         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
43388         * configure: Regenerated.
43389         * config.make.in (CPPUNDEFS): New substituted variable.
43390         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
43391         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
43392         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
43394 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
43396         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
43397         (mq_attr): Use __syscall_slong_t.
43399 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
43401         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
43402         Check __x86_64__ instead of __WORDSIZE.
43403         (_STAT_VER_LINUX): Likewise.
43404         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
43405         __syscall_ulong_t and __syscall_slong_t.
43406         (stat64): Likewise.
43408 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
43410         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
43412 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
43414         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
43416 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
43418         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
43419         __syscall_ulong_t.
43421         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
43422         include <bits/wordsize.h>.  Check __x86_64__ instead of
43423         __WORDSIZE.
43424         (greg_t): Use "__extension__ long long int" if __x86_64__ is
43425         defined.
43426         (mcontext_t): Replace "unsigned long" with "unsigned long long".
43428         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
43429         include <bits/wordsize.h>.  Check __x86_64__ instead of
43430         __WORDSIZE.
43431         (user_regs_struct): Use "__extension__ unsigned long long"
43432         instead of "unsigned long" if __x86_64__ is defined.
43433         (user): Likewise.  Pad after pointer field if __ILP32__ is
43434         defined.
43436 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
43438         * configure.in (makeinfo): Require version 4.5 or later.  Allow
43439         versions 5 to 9.
43440         * configure: Regenerated.
43441         * manual/install.texi (texinfo): Increase version requirement to
43442         4.5 or later.
43443         * INSTALL: Regenerated.
43445         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
43447 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
43449         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
43451         * sysdeps/x86_64/x32/ffs.c: New file.
43453         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
43454         __syscall_ulong_t.
43455         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
43456         defined.  Use __syscall_ulong_t.
43457         (shminfo): Use __syscall_ulong_t.
43458         (shm_info): Likewise.
43460         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
43461         __syscall_ulong_t.
43463         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
43464         <bits/wordsize.h>.
43465         (msgqnum_t): Use __syscall_ulong_t.
43466         (msglen_t): Likewise.
43467         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
43468         __syscall_ulong_t.
43470         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
43471         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
43473         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
43475         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
43476         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
43478         * sysvipc/sys/msg.h (msgbuf): Replace long int with
43479         __syscall_slong_t.
43481         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
43482         include <bits/wordsize.h>.  Check __x86_64__ instead of
43483         __WORDSIZE.
43485         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
43486         "unsigned long long int" if __x86_64__ is defined.
43487         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
43489         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
43490         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
43491         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
43493         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
43494         <stdint.h>.
43495         (GET_PC): Cast to uintptr_t first.
43496         (GET_FRAME): Likewise.
43497         (GET_STACK): Likewise.
43499         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
43500         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
43501         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
43502         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
43503         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
43504         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
43505         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
43506         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
43507         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
43508         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
43509         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
43510         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
43511         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
43512         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
43513         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
43514         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
43515         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
43516         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
43517         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
43518         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
43519         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
43520         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
43521         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
43522         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
43523         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
43524         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
43525         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
43526         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
43527         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
43529 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
43531         * Makerules (+depfiles): Also collect depfiles from .oS in
43532         $(extra-objs).
43533         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
43534         .oS, $(libnldbl-routines)).
43536         * Makerules (native-compile-mkdep-flags): Define.
43537         * sunrpc/Makefile (extra-objs): Add $(addprefix
43538         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
43539         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
43540         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
43541         calling $(make-target-directory).
43543 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43545         * bits/types.h (__snseconds_t): Removed.
43546         * time/time.h (struct timespec): Replace __snseconds_t with
43547         __syscall_slong_t.
43548         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
43549         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
43550         Likewise.
43551         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
43552         (__SNSECONDS_T_TYPE): Likewise.
43553         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
43554         (__SNSECONDS_T_TYPE): Likewise.
43555         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
43556         (__SNSECONDS_T_TYPE): Likewise.
43558 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43560         * sysdeps/mach/hurd/bits/typesizes.h
43561         (__SYSCALL_SLONG_TYPE): New macro.
43562         (__SYSCALL_ULONG_TYPE): Likewise.
43564 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43566         * bits/types.h (__syscall_slong_t): New type.
43567         (__syscall_ulong_t): Likewise.
43569         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
43570         (__SYSCALL_ULONG_TYPE): Likewise.
43571         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
43572         (__SYSCALL_SLONG_TYPE): Likewise.
43573         (__SYSCALL_ULONG_TYPE): Likewise.
43574         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
43575         (__SYSCALL_SLONG_TYPE): Likewise.
43576         (__SYSCALL_ULONG_TYPE): Likewise.
43577         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
43578         (__SYSCALL_SLONG_TYPE): Likewise.
43579         (__SYSCALL_ULONG_TYPE): Likewise.
43581 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43583         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
43584         Add sigaltstack-offsets.sym.
43585         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
43586         <sigaltstack-offsets.h>.
43587         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
43588         longjmp_msg pointer.
43589         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
43590         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
43591         signal stack.
43592         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
43594 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
43596         * elf/stackguard-macros.h: Remove file.
43597         * sysdeps/generic/stackguard-macros.h: New file.
43598         * sysdeps/i386/stackguard-macros.h: Likewise.
43599         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
43600         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
43601         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
43602         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
43603         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
43604         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
43605         * sysdeps/x86_64/stackguard-macros.h: Likewise.
43606         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
43607         <elf/stackguard-macros.h>.
43609         [BZ #14109]
43610         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
43611         __aligned__ in attribute.
43612         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
43613         (gregset_t): Likewise.
43615 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43617         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
43618         * sysdeps/x86_64/64/Implies-after: Here.  New file.
43619         * sysdeps/x86_64/x32/Implies-after: New file.
43621 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43623         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
43624         and access return value for _dl_profile_fixup.  Use R10_LP to
43625         load frame size.
43627 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43629         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
43631 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43633         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
43634         * sysdeps/x86_64/x32/sysdep.h: New file.
43636 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43638         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
43639         * sysdeps/x86_64/setjmp.S: Likewise.
43641 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43643         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
43644         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
43645         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
43646         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
43647         remove unused global constant.
43649 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
43651         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
43652         include of <not-cancel.h>.
43654 2012-05-15  Roland McGrath  <roland@hack.frob.com>
43656         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
43658 2012-05-15  Jeff Law  <law@redhat.com>
43659             Andreas Jaeger  <aj@suse.de>
43661         [BZ #13594]
43662         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
43663         out from...
43664         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
43665         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
43666         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
43667         code changing __hst_map_handle.map.
43669 2012-05-15  Roland McGrath  <roland@hack.frob.com>
43671         * configure.in (sysnames): Look for Implies-before and Implies-after
43672         files.
43673         * configure: Regenerated.
43675 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43677         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
43678         8-byte data alignment with LP_SIZE alignment.
43680 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43682         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
43683         into R10_LP.
43685 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43687         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
43689 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43691         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
43692         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
43693         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
43694         Likewise.
43695         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
43697 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43699         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
43700         (stackinfo_sub_sp): Likewise.
43702 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43704         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
43705         RAX_LP.
43707 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43709         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
43710         into R*_LP.
43712 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43714         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
43715         sizes into R*_LP.
43717 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43719         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
43721 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43723         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
43724         into R11_LP and load __x86_64_shared_cache_size_half into
43725         R8_LP.
43727 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43729         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
43730         R8_LP.
43732 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43734         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
43735         logb for POWER7.
43736         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
43737         logbf for POWER7.
43738         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
43739         logbl for POWER7.
43740         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
43741         powerpc32/power7/fpu/s_logb.c via #include.
43742         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
43743         powerpc32/power7/fpu/s_logbf.c via #include.
43744         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
43745         powerpc32/power7/fpu/s_logbl.c via #include.
43747 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
43749         * README.libm: Remove file.
43751 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
43753         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
43754         count for x32.  Use R*_LP and omit operand-size suffix.
43756 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
43758         * shlib-versions: Move x86_64-.*-linux.* entries to ...
43759         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
43760         * sysdeps/x86_64/x32/shlib-versions: New file.
43762 2012-05-14  Roland McGrath  <roland@hack.frob.com>
43764         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
43765         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
43766         Use _dl_fatal_printf instead.
43768 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
43770         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
43771         set if not set by the user.  Do not allow for being unset.
43772         * sysdeps/unix/sysv/linux/configure: Regenerated.
43774 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
43776         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
43777         the `q' suffix from lea and replace .quad with ASM_ADDR.
43779 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
43781         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
43782         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
43783         instead of $17.
43784         (PTR_DEMANGLE): Likewise.
43786 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
43788         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
43789         (LP_OP): Likewise.
43790         (ASM_ADDR): Likewise.
43791         (RAX_LP): Likewise.
43792         (RBP_LP): Likewise.
43793         (RBX_LP): Likewise.
43794         (RCX_LP): Likewise.
43795         (RDI_LP): Likewise.
43796         (RSI_LP): Likewise.
43797         (RSP_LP): Likewise.
43798         (R8_LP): Likewise.
43799         (R9_LP): Likewise.
43800         (R10_LP): Likewise.
43801         (R10_LP): Likewise.
43802         (R11_LP): Likewise.
43803         (R12_LP): Likewise.
43804         (R13_LP): Likewise.
43805         (R14_LP): Likewise.
43806         (R15_LP): Likewise.
43808 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
43810         * sysdeps/x86_64/x32/dl-machine.h: New file.
43812 2012-05-14  Andreas Jaeger  <aj@suse.de>
43814         * manual/Makefile (subdir): Remove export of subdir.
43815         (all): Remove target.
43816         (.PHONY): Remove all from list.
43817         (mkinstalldirs): Remove.
43818         (.PHONY): Remove installdirs from list.
43819         ($(inst_infodir)/libc.info): Use make-target-directory.
43820         (installdirs): Remove.
43821         (subdir_%): Remove.
43822         (glibc-targets): Remove.
43823         (lib): Remove.
43824         (stubs): Remove.
43825         ($(objpfx)stubs ../po/manual.pot): Remove.
43826         ($(objpfx)stamp%): Remove.
43827         (make-target-directory): Remove.
43828         (subdir_install): Remove.
43829         (routines): Remove.
43830         (aux): Remove.
43831         (sources): Remove.
43832         (objects): Remove.
43833         (headers): Remove.
43835         [BZ #13750]
43836         * manual/.gitignore: Remove, it's not needed anymore.
43837         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
43838         all files in it.
43839         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
43840         directory.
43841         (texis): Renamed to $(objpfx)texis.
43842         (texis-path): New, contains path to generated files.
43843         (chapters.%): Use texis-path for complete path, add extra argument
43844         libc-texinfo.sh.
43845         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
43846         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
43847         (summary,texi, stamp-summary): Use complete path of
43848         files. Generate files in build dir.
43849         (dir-add.texi): Build in build dir.
43850         (libm-err.texi,stamp-libm-err): Likewise.
43851         (version.texi, stamp-version): Likewise.
43852         (.%c.texi): Likewise.
43853         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
43854         (mostlyclean): Remove target.
43855         (realclean): Remove target.
43856         (generated): Add new variable with contents from mostlyclean and
43857         realclean, remove entries duplicated in common-mostlyclean, add
43858         stamp-libm-err and stamp-version.
43859         (generated-dirs): Add libc directory.
43860         ($(inst_infodir)/libc.info): Install files from build dir.
43862         * manual/install.texi (Configuring and compiling): Adjust since
43863         the info files are not part of the tar ball anymore.
43865 2012-05-14  Andreas Jaeger  <aj@suse.de>
43867         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
43868         variable.
43870 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
43872         [BZ #13717]
43873         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
43874         to 2.2.0 where earlier.
43875         * sysdeps/unix/sysv/linux/configure: Regenerated.
43876         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
43877         Remove conditional code.
43878         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
43879         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
43880         Remove conditional code.
43881         [!__NR_lchown]: Likewise.
43882         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
43883         [__NR_lchown]: Likewise.
43884         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
43885         comment referencing __ASSUME_LCHOWN_SYSCALL.
43886         * sysdeps/unix/sysv/linux/i386/sigaction.c
43887         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
43888         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
43889         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
43890         Remove conditional code.
43891         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
43892         (__protocol_available): Remove #if 0 code.
43893         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
43894         conditional code.
43895         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
43896         * sysdeps/unix/sysv/linux/kernel-features.h
43897         (__ASSUME_GETCWD_SYSCALL): Don't define.
43898         (__ASSUME_REALTIME_SIGNALS): Likewise.
43899         (__ASSUME_PREAD_SYSCALL): Likewise.
43900         (__ASSUME_PWRITE_SYSCALL): Likewise.
43901         (__ASSUME_POLL_SYSCALL): Likewise.
43902         (__ASSUME_LCHOWN_SYSCALL): Likewise.
43903         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
43904         non-SPARC.
43905         (__ASSUME_SIOCGIFNAME): Don't define.
43906         (__ASSUME_MSG_NOSIGNAL): Likewise.
43907         (__ASSUME_SENDFILE): Define unconditionally.
43908         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
43909         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
43910         conditional code.
43911         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
43912         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
43913         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
43914         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
43915         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
43916         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
43917         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
43918         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
43919         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
43920         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43921         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
43922         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
43923         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43924         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
43925         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
43926         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43927         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
43928         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
43929         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43930         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
43931         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
43932         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43933         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
43934         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
43935         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43936         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
43937         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
43938         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43939         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
43940         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
43941         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43942         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
43943         Remove conditional code.
43944         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43945         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
43946         Remove conditional code.
43947         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43948         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
43949         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
43950         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
43951         Remove conditional code.
43952         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43953         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
43954         Remove conditional code.
43955         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43956         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
43957         Remove conditional code.
43958         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43959         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
43960         Remove conditional code.
43961         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43962         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
43963         Remove conditional code.
43964         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43965         * sysdeps/unix/sysv/linux/sh/pwrite64.c
43966         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
43967         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43968         * sysdeps/unix/sysv/linux/sigaction.c
43969         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
43970         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
43971         * sysdeps/unix/sysv/linux/sigpending.c
43972         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
43973         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
43974         * sysdeps/unix/sysv/linux/sigprocmask.c
43975         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
43976         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
43977         * sysdeps/unix/sysv/linux/sigsuspend.c
43978         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
43979         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
43980         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
43981         (__libc_missing_rt_sigs): Remove.
43982         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
43983         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
43984         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
43985         Remove conditional code.
43986         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
43987         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
43988         return 1.
43989         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
43990         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
43991         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
43992         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
43994 2012-05-14  Andreas Jaeger  <aj@suse.de>
43996         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
43997         it's not used in glibc.
43998         (__coshm1): Likewise.
43999         (__acosh1p): Likewise.
44000         (__sgn): Likewise.
44002         * manual/string.texi (Copying and Concatenation): Add missing
44003         variable in concat example.
44004         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
44006 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
44008         [BZ #14103]
44009         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
44010         __builtin_clzl with __builtin_clzll.
44012 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
44014         [BZ #14104]
44015         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
44016         libc_freeres_ptr.
44018 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44020         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
44021         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
44022         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
44023         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
44025 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
44027         * NEWS: Update ia64 info.
44029 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
44031         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
44032         used as bcopy.
44034 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
44036         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
44037         * sysdeps/unix/syscalls.list (dup3): Likewise.
44038         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
44039         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
44041 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
44043         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
44044         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
44046 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
44048         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
44049         thread pointer.
44050         (TLS_IE): Use mov/add instead of movq/addq to load thread
44051         pointer.
44052         (TLS_GD_PREFIX): New.
44053         (TLS_GD): Use it.
44055 2012-05-11  David S. Miller  <davem@davemloft.net>
44057         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
44058         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
44059         (_FPU_SETCW): Likewise.
44061 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
44063         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
44064         is 32-byte aligned.
44066 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
44068         [BZ #11837]
44069         * iconvdata/gb18030.c: Update tables.
44070         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
44071         characters specially.
44072         (BODY for TO_LOOP): Add encoding of missing ranges.
44074 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
44076         [BZ #13673]
44077         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
44078         * sysdeps/mach/hurd/dup3.c: Likewise.
44079         * sysdeps/mach/hurd/readlinkat.c: Likewise.
44080         * sysdeps/powerpc/memmove.c:: Likewise.
44082 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
44084         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
44085         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
44087 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
44089         * elf/elf.h (R_X86_64_RELATIVE64): New.
44090         (R_X86_64_NUM): Updated.
44091         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
44092         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
44093         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
44094         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
44095         tst-quad1pie tst-quad2pie
44096         (modules-names): Add tst-quadmod1 tst-quadmod2.
44097         ($(objpfx)tst-quad1): New dependency.
44098         ($(objpfx)tst-quad2): Likewise.
44099         ($(objpfx)tst-quad1pie): Likewise.
44100         ($(objpfx)tst-quad2pie): Likewise.
44101         * sysdeps/x86_64/tst-quad1.c: New file.
44102         * sysdeps/x86_64/tst-quad1pie.c: New file.
44103         * sysdeps/x86_64/tst-quad2.c: Likewise.
44104         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
44105         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
44106         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
44107         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
44108         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
44110 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44112         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
44113         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
44114         * streams/stropts.h (t_scalar_t): Define type.
44116         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
44117         (_PATH_PRESERVE): Set to "/var/lib".
44118         (_PATH_RWHODIR): Set to "/var/spool/rwho".
44120         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
44121         instead of int.
44123         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
44124         if __dir_mkfile succeeded.
44126         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
44127         checking for _hurd_dtablesize.  Unlock it right after having
44128         finished _hurd_dtable allocation.
44130 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44132         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
44133         * sysdeps/mach/hurd/configure: Regenerated.
44134         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
44135         special-casing to...
44136         * sysdeps/gnu/configure.in: ... this new file.
44137         * sysdeps/unix/sysv/linux/configure: Regenerated.
44138         * sysdeps/gnu/configure: New generated file.
44140         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
44141         for Linux: use nsec instead of usec, as well as:
44142         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
44143         members of type struct timespec.
44144         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
44145         New macros.
44146         (struct stat64): Likewise.
44147         (_STATBUF_ST_NSEC): New macro.
44148         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
44150         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
44151         __strtoul_internal rather than strtoul.
44153 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
44155         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
44156         and reject them.
44158 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44160         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
44161         which preserves existing values.
44162         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
44164 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
44166         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
44167         TIMEOUT values.  Return EINVAL for NFDS values either negative or
44168         greater than FD_SETSIZE.
44170 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44172         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
44173         allocated, call __vm_protect to finish enabling the existing space, and
44174         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
44175         allocate the remainder.
44177 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
44179         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
44180         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
44182 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44184         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
44185         sysdeps/mach/hurd/readlink.c.
44187         * posix/tst-sysconf.c (posix_options): Only use
44188         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
44189         _POSIX_SYNCHRONIZED_IO when they are defined
44190         * sysdeps/mach/hurd/bits/posix_opt.h:
44191         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
44192         (_XOPEN_REALTIME): Undefine macro.
44193         (_XOPEN_REALTIME_THREADS): Undefine macro.
44194         (_XOPEN_SHM): Undefine macro.
44195         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
44196         macro to -1.
44197         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
44198         macro to -1.
44199         (_POSIX_ASYNC_IO): Undefine macro.
44200         (_POSIX_PRIORITIZED_IO): Undefine macro.
44201         (_POSIX_SPIN_LOCKS): Define macro to -1.
44203         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
44204         SA_NODEFER, SA_RESETHAND.
44205         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
44206         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
44207         F_DUPFD_CLOEXEC.
44209 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44211         * elf/Makefile (pldd-modules): Define unconditionally.
44213 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44215         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
44217 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44219         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
44220         Return ENOENT when name is empty.
44221         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
44223 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44225         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
44227         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
44229 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44231         Fix mlock in all cases except non-readable pages.
44232         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
44233         instead of VM_PROT_ALL as parameter to __vm_wire function.
44235         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
44236         (__mkdir): When path is `/', just fail with EEXIST.
44237         * sysdeps/mach/hurd/mkdirat.c: Likewise.
44239 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44241         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
44242         <sys/uio.h> (for writev).
44243         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
44244         and <sys/param.h> (for MIN).
44246 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
44248         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
44249         REQUESTED_TIME.  Properly set the remaining time and return EINTR
44250         if interrupted.
44252 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44254         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
44255         Depend on against $(link-rpcuserlibs).
44257 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44259         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
44260         (__libc_stack_end): Do not use attribute_relro.
44261         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
44262         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
44263         to libthread-provided value.
44264         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
44265         attribute_relro.
44267 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44269         [BZ #3748]
44270         * bits/libc-lock.h (__libc_once_get): New macro.
44271         * sysdeps/mach/bits/libc-lock.h: Likewise.
44272         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
44273         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
44274         instead of using implementation details.
44276         * libio/fileops.c: Unconditionally include <kernel-features.h>.
44277         * libio/freopen.c: Likewise.
44278         * libio/freopen64.c: Likewise.
44279         * misc/syslog.c: Likewise.
44280         * nscd/connections.c: Likewise.
44281         * nscd/netgroupcache.c: Likewise.
44282         * sysdeps/posix/getcwd.c: Likewise.
44284 2012-05-10  Roland McGrath  <roland@hack.frob.com>
44286         * math/w_ilogbf.c: Add #include <limits.h>.
44288 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44290         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
44291         path instead of returning without unlocking.
44293         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
44294         immediate-write ioctls.
44295         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
44297 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44299         * sysdeps/mach/hurd/i386/init-first.c (init): Use
44300         __builtin_frame_address instead of making assumptions about the
44301         location of the return address relative to DATA.  Force early load of
44302         the return address.
44303         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
44304         __builtin_frame_address.
44306         dup3 for GNU Hurd.
44307         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
44308         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
44309         implement dup3 and do some further code clean-ups.
44310         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
44311         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
44313 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44315         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
44317         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
44318         HURD_CRITICAL_END around holding _hurd_dtable_lock.
44319         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
44320         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
44321         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
44322         d->port.lock.
44324         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
44325         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
44326         when handler == SIG_ERR, not when handler != SIG_ERR.
44328 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44330         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
44331         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
44332         definitions.
44334         accept4 for GNU Hurd.
44335         * include/sys/socket.h (__libc_accept4): New prototype.
44336         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
44337         to implement __libc_accept4.
44338         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
44339         __libc_accept4.
44340         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
44342         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
44343         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
44344         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
44345         signal-defines.sym.
44347 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44349         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
44351 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44353         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
44354         assertion on O_CLOEXEC flag.
44355         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
44356         * hurd/intern-fd.c: Likewise.
44357         * hurd/port2fd.c: Likewise.
44359 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44361         [BZ #3906]
44362         * bits/in.h (IPV6_PKTINFO): Define new macro.
44363         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
44365 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44367         [BZ #13954]
44368         [BZ #13955]
44369         [BZ #13956]
44370         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
44371         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
44372         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
44373         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
44374         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
44375         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
44376         * math/libm-test.inc (logb_test) : Additional logb tests.
44378 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
44379             Andreas Jaeger  <aj@suse.de>
44381         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
44382         * configure: Regenerated.
44383         * config.h.in (LINK_OBSOLETE_RPC): New macro.
44384         * config.make.in (link-obsolete-rpc): New substituted variable.
44385         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
44386         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
44387         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
44388         (shared-only-routines): Don't set it under [link-obsolete-rpc],
44389         so that libc.a contains the symbols.
44390         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
44391         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
44392         * sunrpc/auth_none.c: Likewise.
44393         * sunrpc/auth_unix.c: Likewise.
44394         * sunrpc/authdes_prot.c: Likewise.
44395         * sunrpc/authuxprot.c: Likewise.
44396         * sunrpc/clnt_gen.c: Likewise.
44397         * sunrpc/clnt_perr.c: Likewise.
44398         * sunrpc/clnt_raw.c: Likewise.
44399         * sunrpc/clnt_simp.c: Likewise.
44400         * sunrpc/clnt_tcp.c: Likewise.
44401         * sunrpc/clnt_udp.c: Likewise.
44402         * sunrpc/clnt_unix.c: Likewise.
44403         * sunrpc/des_crypt.c: Likewise.
44404         * sunrpc/des_soft.c: Likewise.
44405         * sunrpc/get_myaddr.c: Likewise.
44406         * sunrpc/key_call.c: Likewise.
44407         * sunrpc/key_prot.c: Likewise.
44408         * sunrpc/netname.c: Likewise.
44409         * sunrpc/pm_getmaps.c: Likewise.
44410         * sunrpc/pm_getport.c: Likewise.
44411         * sunrpc/pmap_clnt.c: Likewise.
44412         * sunrpc/pmap_prot.c: Likewise.
44413         * sunrpc/pmap_prot2.c: Likewise.
44414         * sunrpc/pmap_rmt.c: Likewise.
44415         * sunrpc/publickey.c: Likewise.
44416         * sunrpc/rpc_cmsg.c: Likewise.
44417         * sunrpc/rpc_common.c: Likewise.
44418         * sunrpc/rpc_dtable.c: Likewise.
44419         * sunrpc/rpc_prot.c: Likewise.
44420         * sunrpc/rpc_thread.c: Likewise.
44421         * sunrpc/rtime.c: Likewise.
44422         * sunrpc/svc.c: Likewise.
44423         * sunrpc/svc_auth.c: Likewise.
44424         * sunrpc/svc_raw.c: Likewise.
44425         * sunrpc/svc_run.c: Likewise.
44426         * sunrpc/svc_tcp.c: Likewise.
44427         * sunrpc/svc_udp.c: Likewise.
44428         * sunrpc/svc_unix.c: Likewise.
44429         * sunrpc/svcauth_des.c: Likewise.
44430         * sunrpc/xcrypt.c: Likewise.
44431         * sunrpc/xdr.c: Likewise.
44432         * sunrpc/xdr_array.c: Likewise.
44433         * sunrpc/xdr_float.c: Likewise.
44434         * sunrpc/xdr_intXX_t.c: Likewise.
44435         * sunrpc/xdr_mem.c: Likewise.
44436         * sunrpc/xdr_rec.c: Likewise.
44437         * sunrpc/xdr_ref.c: Likewise.
44438         * sunrpc/xdr_sizeof.c: Likewise.
44439         * sunrpc/xdr_stdio.c: Likewise.
44441 2012-05-10  Roland McGrath  <roland@hack.frob.com>
44443         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
44444         change.  Update copyright years.
44446 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
44448         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
44450 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
44451             Joseph Myers  <joseph@codesourcery.com>
44452             Paul Pluzhnikov  <ppluzhnikov@google.com>
44454         [BZ #14012]
44455         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
44456         requiring rpcgen.
44457         [cross-compiling] (extra-libs): Likewise.
44458         [cross-compiling] (extra-libs-others): Likewise.
44459         [cross-compiling] (librpcsvc-routines): Likewise.
44460         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
44461         [cross-compiling] (omit-deps): Likewise.
44462         (sunrpc-CPPFLAGS): New variable.
44463         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
44464         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
44465         (cross-rpcgen-objs): New variable.
44466         (extra-objs): Append $(cross-rpcgen-objs).
44467         ($(cross-rpcgen-objs)): New rule.
44468         ($(objpfx)cross-rpcgen): Likewise.
44469         (rpcgen-cmd): Define to use $(built-program-file).  Expand
44470         comment.
44471         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
44472         ($(objpfx)x%.stmp): Likewise.
44473         * sunrpc/proto.h [IS_IN_build] (_): Define.
44474         [IS_IN_build] (_libc_intl_domainname): Likewise.
44476 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
44478         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
44479         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
44480         and R_X86_64_TPOFF64.
44482 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
44484         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
44485         sysdeps/unix/sysv/syscalls.list.
44486         (stime): Likewise.
44487         (utime): Likewise.
44488         * sysdeps/unix/sysv/syscalls.list: Remove file.
44490 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
44492         [BZ #3440]
44493         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
44494         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
44495         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
44496         (__LC_IDENTIFICATION): Make these macros useful in #if
44497         expressions, as required by C99.
44499 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
44501         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
44502         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
44503         after this.
44505 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
44507         * stdlib/longlong.h: Updated from GCC.
44509 2012-05-09  Andreas Jaeger  <aj@suse.de>
44511         * nscd/nscd.c (run_modes): Make named enum, reorder so that
44512         default is first entry.
44513         (run_mode): Set type.
44514         (main): Remove informal message about syslog.
44515         (options): Fix typo.
44517         [BZ #14053]
44518         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
44519         to asm.
44520         (lrint): Likewise.
44521         (llrintf): Likewise.
44522         (llrint): Likewise.
44523         (rint): Likewise.
44524         (rintf): Likewise.
44525         (nearbyint): Likewise.
44526         (nearbyintf): Likewise.
44528 2012-05-09  Andreas Jaeger  <aj@suse.de>
44529             Pedro Alves  <palves@redhat.com>
44531         * nscd/nscd.c (run_mode): Use enum.
44532         (main): Cleanup coding style issue.
44534 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
44535             Andreas Jaeger  <aj@suse.de>
44537         * nscd/nscd.c (go_background): Replaced with...
44538         (run_mode): ... this.
44539         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
44540         (options): Add -F --foreground.
44541         (main): Implement it.
44542         (parse_opt): Parse it.
44544 2012-05-09  Andreas Jaeger  <aj@suse.de>
44546         [BZ #14083]
44547         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
44548         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
44549         -Wconversion warning.
44550         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
44551         Likewise.
44553 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
44555         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
44556         == 0.
44557         (LC_ALL): Use macro-int-constant.
44558         (LC_COLLATE): Likewise.
44559         (LC_CTYPE): Likewise.
44560         (LC_MESSAGES): Likewise.
44561         (LC_MONETARY): Likewise.
44562         (LC_NUMERIC): Likewise.
44563         (LC_TIME): Likewise.
44564         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
44565         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
44566         [ISO || ISO99 || ISO11] (*_t): Do not allow.
44567         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
44568         Specify type.
44569         [C99-based standards] (float_t): Expect type.
44570         [C99-based standards] (double_t): Expect type.
44571         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
44572         type.
44573         [C99-based standards] (HUGE_VALL): Likewise.
44574         [C99-based standards] (INFINITY): Likewise.
44575         [C99-based standards] (NAN): Likewise.
44576         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
44577         [C99-based standards] (FP_NAN): Likewise.
44578         [C99-based standards] (FP_NORMAL): Likewise.
44579         [C99-based standards] (FP_SUBNORMAL): Likewise.
44580         [C99-based standards] (FP_ZERO): Likewise.
44581         [C99-based standards] (FP_FAST_FMA): Use
44582         optional-macro-int-constant.  Specify type.  Require == 1.
44583         [C99-based standards] (FP_FAST_FMAF): Likewise.
44584         [C99-based standards] (FP_FAST_FMAL): Likewise.
44585         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
44586         [C99-based standards] (FP_ILOGBNAN): Likewise.
44587         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
44588         Specify type.
44589         [C99-based standards] (MATH_ERREXCEPT): Likewise.
44590         [C99-based standards] (math_errhandling): Specify type.
44591         [ISO99 || ISO11] (signgam): Do not allow.
44592         [non-C99-based standards] (copysignf): Do not allow.
44593         [non-C99-based standards] (exp2f): Likewise.
44594         [non-C99-based standards] (log2f): Likewise.
44595         [non-C99-based standards] (modff): Allow.
44596         [non-C99-based standards] (erff): Do not allow.
44597         [non-C99-based standards] (erfcf): Likewise.
44598         [non-C99-based standards] (gammaf): Likewise.
44599         [non-C99-based standards] (hypotf): Likewise.
44600         [non-C99-based standards] (j0f): Likewise.
44601         [non-C99-based standards] (j1f): Likewise.
44602         [non-C99-based standards] (jnf): Likewise.
44603         [non-C99-based standards] (lgammaf): Likewise.
44604         [non-C99-based standards] (tgammaf): Likewise.
44605         [non-C99-based standards] (y0f): Likewise.
44606         [non-C99-based standards] (y1f): Likewise.
44607         [non-C99-based standards] (ynf): Likewise.
44608         [non-C99-based standards] (isnanf): Likewise.
44609         [non-C99-based standards] (acoshf): Likewise.
44610         [non-C99-based standards] (asinhf): Likewise.
44611         [non-C99-based standards] (atanhf): Likewise.
44612         [non-C99-based standards] (cbrtf): Likewise.
44613         [non-C99-based standards] (expm1f): Likewise.
44614         [non-C99-based standards] (ilogbf): Likewise.
44615         [non-C99-based standards] (log1pf): Likewise.
44616         [non-C99-based standards] (logbf): Likewise.
44617         [non-C99-based standards] (nextafterf): Likewise.
44618         [non-C99-based standards] (remainderf): Likewise.
44619         [non-C99-based standards] (rintf): Likewise.
44620         [non-C99-based standards] (scalbf): Likewise.
44621         [non-C99-based standards] (copysignl): Likewise.
44622         [non-C99-based standards] (exp2l): Likewise.
44623         [non-C99-based standards] (log2l): Likewise.
44624         [non-C99-based standards] (modfl): Allow.
44625         [non-C99-based standards] (erfl): Do not allow.
44626         [non-C99-based standards] (erfcl): Likewise.
44627         [non-C99-based standards] (gammal): Likewise.
44628         [non-C99-based standards] (hypotl): Likewise.
44629         [non-C99-based standards] (j0l): Likewise.
44630         [non-C99-based standards] (j1l): Likewise.
44631         [non-C99-based standards] (jnl): Likewise.
44632         [non-C99-based standards] (lgammal): Likewise.
44633         [non-C99-based standards] (tgammal): Likewise.
44634         [non-C99-based standards] (y0l): Likewise.
44635         [non-C99-based standards] (y1l): Likewise.
44636         [non-C99-based standards] (ynl): Likewise.
44637         [non-C99-based standards] (isnanl): Likewise.
44638         [non-C99-based standards] (acoshl): Likewise.
44639         [non-C99-based standards] (asinhl): Likewise.
44640         [non-C99-based standards] (atanhl): Likewise.
44641         [non-C99-based standards] (cbrtl): Likewise.
44642         [non-C99-based standards] (expm1l): Likewise.
44643         [non-C99-based standards] (ilogbl): Likewise.
44644         [non-C99-based standards] (log1pl): Likewise.
44645         [non-C99-based standards] (logbl): Likewise.
44646         [non-C99-based standards] (nextafterl): Likewise.
44647         [non-C99-based standards] (remainderl): Likewise.
44648         [non-C99-based standards] (rintl): Likewise.
44649         [non-C99-based standards] (scalbl): Likewise.
44650         [ISO || ISO99 || ISO11] (*_t): Do not allow.
44651         [non-C99-based standards] (FP_*): Do not allow.
44652         [C99-based standards] (FP_*): Change to
44653         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
44654         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
44655         allow.
44656         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
44657         (SIG_ERR): Likewise.
44658         [X/Open-based standards] (SIG_HOLD): Likewise.
44659         (SIG_IGN): Likewise.
44660         (SIGABRT): Use macro-int-constant.  Specify type.  Require
44661         positive value.
44662         (SIGFPE): Likewise.
44663         (SIGILL): Likewise.
44664         (SIGINT): Likewise.
44665         (SIGSEGV): Likewise.
44666         (SIGTER): Likewise.
44667         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
44668         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
44669         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
44670         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
44671         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
44672         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
44673         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
44674         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
44675         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
44676         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
44677         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
44678         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
44679         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
44680         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
44681         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
44682         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
44683         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
44684         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
44685         [X/Open-based standards] (SIGTRAP): Likewise.
44686         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
44687         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
44688         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
44689         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
44690         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
44691         allow.
44693 2012-05-08  Ian Wienand  <ianw@vmware.com>
44695         [BZ #14080]
44696         * time/tzset.c (__tzset_parse_tz): Update default rules for
44697         daylight time changes in the Energy Policy Act of 2005.
44699 2012-05-09  Andreas Jaeger  <aj@suse.de>
44701         [BZ #13983]
44702         * elf/ldconfig.c (parse_conf): Change string to make clear that
44703         ldconfig only issued a warning if ld.so.conf does not exist.
44705 2012-05-08  David S. Miller  <davem@davemloft.net>
44707         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
44708         movxtod instead of popping the value on the stack.
44710         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44712 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
44714         * config.h.in: Add HAVE_ARM_PCS_VFP.
44716 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
44718         [BZ #13979]
44719         * include/features.h: Warn if user requests __FORTIFY_SOURCE
44720         checking but the checks are disabled for any reason.
44722 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
44724         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
44725         and ELF64_R_TYPE with ELFW(R_TYPE).
44727 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
44729         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
44730         (ulimit): Likewise.
44732         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
44733         (settimeofday): Likewise.
44735 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
44737         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
44738         a struct th_u2 inside the union, and move tu_block/tu_code into
44739         a new th_u3 union of tu_block/tu_code inside of that.  Move
44740         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
44741         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
44742         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
44743         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
44744         (th_stuff): Change to th_u1.tu_stuff.
44745         (th_data): Define.
44746         (th_msg): Change to th_u1.th_u2.tu_data.
44748 2012-05-07  David S. Miller  <davem@davemloft.net>
44750         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44752         [BZ #14074]
44753         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
44754         (SETUP_PIC_REG): Use it.
44755         (SETUP_PIC_REG_LEAF): Use it.
44757 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
44759         [BZ #13885]
44760         [BZ #13923]
44761         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
44762         USE_AS_EXPM1L.
44763         (EXPL_FINITE): Likewise.
44764         (FLDLOG): Likewise.
44765         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
44766         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
44767         e_expl.S.
44768         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
44769         USE_AS_EXPM1L.
44770         (EXPL_FINITE): Likewise.
44771         (FLDLOG): Likewise.
44772         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
44773         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
44774         e_expl.S.
44775         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
44776         test of -max_value argument for long double.
44777         * sysdeps/i386/fpu/libm-test-ulps: Update.
44778         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44780 2012-05-06  David S. Miller  <davem@davemloft.net>
44782         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
44783         quad soft-float symbols whose references which are compiler
44784         generated.
44785         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
44787 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
44789         [BZ #13884]
44790         [BZ #13914]
44791         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
44792         USE_AS_EXP10L.
44793         (EXPL_FINITE): Likewise.
44794         (FLDLOG): Likewise.
44795         (c0): Likewise.
44796         (c1): Likewise.
44797         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
44798         Adjust comments for base varying.
44799         (__expl_finite): Change alias to EXPL_FINITE.
44800         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
44801         e_expl.S.
44802         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
44803         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
44804         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
44805         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
44806         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
44807         USE_AS_EXP10L.
44808         (EXPL_FINITE): Likewise.
44809         (FLDLOG): Likewise.
44810         (c0): Likewise.
44811         (c1): Likewise.
44812         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
44813         Adjust comments for base varying.
44814         (__expl_finite): Change alias to EXPL_FINITE.
44815         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
44816         tests for bugs.
44817         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
44819         [BZ #14064]
44820         * math/libm-test.inc (check_float_internal): Correct ulp
44821         calculation for subnormal expected results.
44823 2012-05-06  Andreas Jaeger  <aj@suse.de>
44825         * Makeconfig (+math-flags): New, set to -frounding-math.
44826         (+cflags): Add +math-flags so that all of glibc gets compiled with
44827         it.
44829         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
44831 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
44833         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
44834         Disable one test.
44836         [BZ #13787]
44837         [BZ #13922]
44838         [BZ #14036]
44839         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
44840         (__ieee754_expl): Allow for and saturate large arguments.
44841         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
44842         (u_threshold): Likewise.
44843         (__exp): Call __ieee754_exp before checking for overflow and
44844         underflow.
44845         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
44846         (u_threshold): Likewise.
44847         (__expf): Call __ieee754_expf before checking for overflow and
44848         underflow.
44849         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
44850         (u_threshold): Likewise.
44851         (__expl): Call __ieee754_expl before checking for overflow and
44852         underflow.
44853         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
44854         (__ieee754_expl): Allow for and saturate large arguments.
44855         * math/libm-test.inc (exp_test): Add another test.  Do not allow
44856         missing overflow exception on overflow.
44857         (expm1_test): Do not allow missing overflow exception on overflow.
44859         * sysdeps/i386/fpu/e_expl.c: Move to ...
44860         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
44861         rather than using inline asm.
44862         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
44863         * sysdeps/x86_64/fpu/e_expl.S: Copy from
44864         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
44866         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
44867         (nice): Likewise.
44868         (poll): Likewise.
44869         (signal): Likewise.
44870         (time): Likewise.
44871         (times): Likewise.
44873 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
44875         * sysdeps/unix/syscalls.list (adjtime): Add entry from
44876         sysdeps/unix/common/syscalls.list.
44877         (fchmod): Likewise.
44878         (fchown): Likewise.
44879         (ftruncate): Likewise.
44880         (getrusage): Likewise.
44881         (gettimeofday): Likewise.
44882         (setpgid): Likewise.
44883         (setregid): Likewise.
44884         (setreuid): Likewise.
44885         (sigaction): Likewise.
44886         (truncate): Likewise.
44887         (vhangup): Likewise.
44888         * sysdeps/unix/common/syscalls.list: Remove file.
44889         * sysdeps/unix/bsd/Implies: Don't include unix/common.
44890         * sysdeps/unix/sysv/linux/Implies: Likewise.
44892 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
44894         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
44895         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
44896         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
44897         Moved to ...
44898         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
44899         Here.
44900         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
44901         to ...
44902         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
44903         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
44904         to ...
44905         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
44906         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
44907         to ...
44908         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
44909         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
44910         to ...
44911         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
44912         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
44913         to ...
44914         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
44915         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
44916         to ...
44917         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
44918         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
44919         to ...
44920         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
44921         Here.
44922         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
44923         to ...
44924         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
44925         Here.
44926         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
44927         to ...
44928         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
44929         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
44930         Moved to ...
44931         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
44932         Here.
44933         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
44934         to ...
44935         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
44937 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
44939         * sysdeps/unix/common/bits/dirent.h: Remove file.
44940         * sysdeps/unix/common/bits/fcntl.h: Likewise.
44942         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
44943         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
44944         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
44945         * sysdeps/unix/bsd/isatty.c: Likewise.
44946         * sysdeps/unix/bsd/tcdrain.c: Likewise.
44947         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
44948         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
44950 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44952         [BZ #13563]
44953         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
44954         long double comparison inaccuracies.
44955         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
44956         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44958 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
44960         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
44961         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
44963 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
44965         [BZ #14049]
44966         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
44967         nonzero digits before rounding a hex value.
44968         * stdlib/tst-strtod.c (tests): Add another test.
44970 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
44972         * sysdeps/s390/fpu/libm-test-ulps: Update.
44974 2012-05-03  Andreas Jaeger  <aj@suse.de>
44976         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
44977         does not get optimized out.
44978         (malloc_opt_barrier): New.
44980 2012-05-03  Andreas Jaeger  <aj@suse.de>
44981             Roland McGrath  <roland@hack.frob.com>
44983         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
44984         intermediate file deletion.
44985         (generated): Add .symlist files.
44987 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
44989         [BZ #13775]
44990         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
44991         Redirect under this condition.
44992         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
44993         [__USE_GNU] (__dprintf_chk): Not under this condition.
44994         [__USE_GNU] (__vdprintf_chk): Likewise.
44995         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
44996         under this condition.
44997         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
44998         [__USE_XOPEN2K8] (dprintf): Define under this condition.
44999         [__USE_XOPEN2K8] (vdprintf): Likewise.
45000         [__USE_GNU] (__dprintf_chk): Not under this condition.
45001         [__USE_GNU] (__vdprintf_chk): Likewise.
45002         [__USE_GNU] (dprintf): Likewise.
45003         [__USE_GNU] (vdprintf): Likewise.
45005 2012-05-03  Roland McGrath  <roland@hack.frob.com>
45007         * elf/Makefile (common-generated): Set this instead of generated for
45008         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
45009         $(all-built-dso)-derived lists.
45011 2012-05-03  Andreas Jaeger  <aj@suse.de>
45013         * sysdeps/i386/fpu/libm-test-ulps: Update.
45015         * FAQ: Removed.
45016         * FAQ.in: Likewise.
45017         * scripts/gen-FAQ.pl: Likewise.
45018         * manual/install.texi (Installation): Point to online location of
45019         FAQ.
45020         * Makefile (files-for-dist): Remove FAQ.
45021         (FAQ): Remove.
45023 2012-05-02  Allan McRae  <allan@archlinux.org>
45025         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
45026         (LDFLAGS-reldepmod5.so): Likewise.
45027         (LDFLAGS-reldep6mod1.so): Likewise.
45028         (LDFLAGS-reldep6mod4.so): Likewise.
45029         (LDFLAGS-reldep8mod3.so): Likewise.
45030         (LDFLAGS-unload4mod1.so): Likewise.
45031         (LDFLAGS-unload4mod2.so): Likewise.
45032         (LDFLAGS-tst-initorder): Likewise.
45033         (LDFLAGS-tst-initordera2.so): Likewise.
45034         (LDFLAGS-tst-initordera3.so): Likewise.
45035         (LDFLAGS-tst-initordera4.so): Likewise.
45036         (LDFLAGS-tst-initorderb2.so): Likewise.
45037         (LDFLAGS-noload): Likewise.
45038         (LDFLAGS-next): Likewise.
45039         (LDFLAGS-order2mod1.so): Likewise.
45040         (LDFLAGS-order2mod2.so): Likewise.
45041         (LDFLAGS-tst-initorder2): Likewise.
45042         (LDFLAGS-tst-initorder2a.so): Likewise.
45043         (LDFLAGS-tst-initorder2b.so): Likewise.
45044         (LDFLAGS-tst-initorder2c.so): Likewise.
45045         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
45047 2012-05-02  David S. Miller  <davem@davemloft.net>
45049         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45051 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
45053         [BZ #14055]
45054         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
45056 2012-05-02  Andreas Jaeger  <aj@suse.de>
45058         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
45059         since we manipulate rounding mode.
45060         (CPPFLAGS-test-idouble.c): Likewise.
45061         (CPPFLAGS-test-ifloat.c): Likewise.
45062         (CFLAGS-test-ldouble.c): Likewise.
45063         (CFLAGS-test-double.c): Likewise.
45064         (CFLAGS-test-float.c): Likewise.
45065         (CFLAGS-test-misc.c): Likewise.
45066         (CFLAGS-test-test-fenv.c): Likewise.
45068 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
45070         [BZ #2550]
45071         [BZ #2570]
45072         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
45073         comparisons to determine direction to adjust input.
45075 2012-05-01  Roland McGrath  <roland@hack.frob.com>
45077         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
45078         output to the target.
45080         * scripts/localplt.awk: New file.
45081         * elf/Makefile ($(objpfx)check-localplt): Target removed.
45082         (check-localplt-CFLAGS): Variable removed.
45083         ($(all-built-dso:=.jmprel)): New static pattern rule.
45084         (generated): Add those targets.
45085         (localplt-built-dso): New variable.
45086         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
45088         * elf/check-localplt.c: File removed.
45090         * scripts/check-execstack.awk: New file.
45091         * elf/Makefile ($(objpfx)check-execstack): Target removed.
45092         (check-execstack-CFLAGS): Variable removed.
45093         ($(objpfx)check-execstack.h): Target removed.
45094         ($(objpfx)execstack-default): New target.
45095         (generated): Add that instead of check-execstack.h.
45096         ($(all-built-dso:=.phdr)): New static pattern rule.
45097         (generated): Add those targets.
45098         * elf/check-execstack.c: File removed.
45100         * scripts/check-textrel.awk: New file.
45101         * elf/Makefile ($(objpfx)check-textrel): Target removed.
45102         (check-textrel-CFLAGS): Variable removed.
45103         (all-built-dso): Use := to define.o
45104         ($(all-built-dso:=.dyn)): New static pattern rule.
45105         (generated): Add those targets.
45106         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
45107         * config.make.in (READELF): New substituted variable.
45108         * elf/check-textrel.c: File removed.
45110 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
45112         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
45113         allow.
45114         * conform/data/ctype.h-data [C99-based standards] (isblank):
45115         Expect function.
45116         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
45117         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
45118         [ISO || ISO99 || ISO11] (*_t): Do not allow.
45119         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
45120         Specify type.  Require positive value.
45121         (EILSEQ): Likewise.
45122         (ERANGE): Likewise.
45123         [ISO || POSIX] (EILSEQ): Do not expect.
45124         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
45125         Specify type.  Require positive value.
45126         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
45127         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
45128         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
45129         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
45130         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
45131         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
45132         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
45133         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
45134         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
45135         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
45136         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
45137         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
45138         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
45139         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
45140         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
45141         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
45142         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
45143         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
45144         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
45145         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
45146         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
45147         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
45148         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
45149         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
45150         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
45151         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
45152         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
45153         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
45154         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
45155         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
45156         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
45157         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
45158         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
45159         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
45160         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
45161         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
45162         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
45163         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
45164         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
45165         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
45166         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
45167         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
45168         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
45169         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
45170         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
45171         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
45172         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
45173         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
45174         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
45175         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
45176         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
45177         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
45178         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
45179         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
45180         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
45181         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
45182         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
45183         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
45184         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
45185         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
45186         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
45187         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
45188         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
45189         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
45190         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
45191         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
45192         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
45193         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
45194         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
45195         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
45196         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
45197         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
45198         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
45199         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
45200         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
45201         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
45202         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
45203         Require >= 2.
45204         (FLT_ROUNDS): Expect as macro, not constant.
45205         (FLT_MANT_DIG): Use macro-int-constant.
45206         (DBL_MANT_DIG): Likewise.
45207         (LDBL_MANT_DIG): Likewise.
45208         (FLT_DIG): Likewise.
45209         (DBL_DIG): Likewise.
45210         (LDBL_DIG): Likewise.
45211         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
45212         (DBL_MIN_EXP): Likewise.
45213         (LDBL_MIN_EXP): Likewise.
45214         (FLT_MAX_EXP): Use macro-int-constant.
45215         (DBL_MAX_EXP): Likewise.
45216         (LDBL_MAX_EXP): Likewise.
45217         (FLT_MAX_10_EXP): Likewise.
45218         (DBL_MAX_10_EXP): Likewise.
45219         (LDBL_MAX_10_EXP): Likewise.
45220         (FLT_MAX): Use macro-constant.
45221         (DBL_MAX): Likewise.
45222         (LDBL_MAX): Likewise.
45223         (FLT_EPSILON): Use macro-constant.  Give upper bound.
45224         (DBL_EPSILON): Likewise.
45225         (LDBL_EPSILON): Likewise.
45226         (FLT_MIN): Likewise.
45227         (DBL_MIN): Likewise.
45228         (LDBL_MIN): Likewise.
45229         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
45230         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
45231         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
45232         [ISO11] (FLT_HAS_SUBNORM): Likewise.
45233         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
45234         [ISO11] (DBL_DECIMAL_DIG): Likewise.
45235         [ISO11] (FLT_DECIMAL_DIG): Likewise.
45236         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
45237         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
45238         [ISO11] (FLT_TRUE_MIN): Likewise.
45239         [ISO11] (LDBL_TRUE_MIN): Likewise.
45240         [ISO || ISO99 || ISO11] (*_t): Do not allow.
45241         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
45242         (SCHAR_MIN): Use macro-int-constant.  Specify type.
45243         (SCHAR_MAX): Likewise.
45244         (UCHAR_MAX): Likewise.
45245         (CHAR_MIN): Likewise.
45246         (CHAR_MAX): Likewise.
45247         (MB_LEN_MAX): Use macro-int-constant.
45248         (SHRT_MIN): Use macro-int-constant.  Specify type.
45249         (SHRT_MAX): Likewise.
45250         (USHRT_MAX): Likewise.
45251         (INT_MAX): Likewise.
45252         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
45253         bound negative.
45254         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
45255         bound with "U".
45256         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
45257         bound with "L".
45258         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
45259         bound negative.  Suffix upper bound with "L".
45260         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
45261         bound with "UL".
45262         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
45263         Specify type.
45264         [C99-based standards] (LLONG_MAX): Likewise.
45265         [C99-based standards] (ULLONG_MAX): Likewise.
45266         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
45267         == 0.
45268         [ISO11] (max_align_t): Require type.
45269         [ISO || ISO99 || ISO11] (*_t): Do not allow.
45271         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
45272         from $CFLAGS, without defining away __attribute__ calls.
45273         (checknamespace): Use $CFLAGS_namespace.
45275         * conform/conformtest.pl (@keywords): Only include C99 keywords
45276         for standards based on C99 or C11.
45278         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
45279         Disable tests.
45280         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
45281         UNIX98]: Likewise.
45283         * conform/conformtest.pl: Handle "macro-int-constant" and test for
45284         usability of symbols in #if.
45286         * conform/conformtest.pl: If macro or constant types start
45287         "promoted:", expect the symbol to be of the following type
45288         promoted by the integer promotions.
45290         * conform/conformtest.pl: Parse all "constant" and "macro" lines
45291         in one place.  Also handle "macro-constant".
45293         * conform/conformtest.pl: Only accept expected macro values with
45294         "==".  Parse all "macro" lines in one place.
45295         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
45297         * conform/conformtest.pl: Handle braced types on "constant" lines
45298         instead of handling "typed-constant".
45299         * conform/data/signal.h-data: Use "constant" instead of
45300         "typed-constant".
45302         * conform/conformtest.pl: Handle "optional-" at start of lines in
45303         one place rather than duplicating several cases.  Handle each
45304         format of "macro" line with initial "optional-".
45306         * conform/conformtest.pl: Only accept expected constant or
45307         optional-constant values with "==".  Parse all "constant" lines in
45308         one place.  Parse all "optional-constant" lines in one place.
45309         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
45310         * conform/data/fmtmsg.h-data: Likewise.
45311         * conform/data/netinet/in.h-data: Likewise.
45312         * conform/data/tar.h-data: Likewise.
45313         * conform/data/limits.h-data: Use "==" form on "constant" and
45314         "optional-constant" lines.
45316         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
45317         Use -std=c99 for XOPEN2K.
45318         (@knownproblems): Remove.
45319         (newtoken): Don't check %isknown.
45321         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
45322         Do not expect macro.
45323         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
45324         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
45325         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
45326         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
45327         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
45328         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
45329         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
45330         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
45331         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
45332         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
45333         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
45334         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
45335         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
45336         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
45337         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
45338         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
45339         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
45340         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
45341         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
45342         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
45343         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
45344         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
45345         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
45346         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
45347         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
45348         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
45349         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
45350         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
45351         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
45352         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
45353         [XPG3] (acosh): Likewise.
45354         [XPG3] (asinh): Likewise.
45355         [XPG3] (atanh): Likewise.
45356         [XPG3] (cbrt): Likewise.
45357         [XPG3] (expm1): Likewise.
45358         [XPG3] (ilogb): Likewise.
45359         [XPG3] (log1p): Likewise.
45360         [XPG3] (logb): Likewise.
45361         [XPG3] (nextafter): Likewise.
45362         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
45363         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
45364         [XPG3] (remainder): Likewise.
45365         [XPG3] (rint): Likewise.
45366         [XPG3 || XPG4 || UNIX98] (round): Likewise.
45367         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
45368         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
45369         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
45370         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
45371         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
45372         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
45373         [UNIX98 || XOPEN2K] (scalb): Expect.
45374         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
45375         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
45376         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
45377         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
45378         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
45379         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
45380         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
45381         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
45382         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
45383         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
45384         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
45385         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
45386         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
45387         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
45388         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
45389         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
45390         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
45391         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
45392         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
45393         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
45394         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
45395         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
45396         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
45397         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
45398         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
45399         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
45400         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
45401         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
45402         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
45403         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
45404         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
45405         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
45406         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
45407         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
45408         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
45409         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
45410         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
45411         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
45412         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
45413         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
45414         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
45415         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
45416         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
45417         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
45418         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
45419         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
45420         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
45421         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
45422         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
45423         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
45424         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
45425         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
45426         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
45427         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
45428         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
45429         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
45430         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
45431         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
45432         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
45433         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
45434         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
45435         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
45436         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
45437         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
45438         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
45439         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
45440         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
45441         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
45442         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
45443         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
45444         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
45445         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
45446         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
45447         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
45448         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
45449         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
45450         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
45451         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
45452         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
45453         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
45454         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
45455         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
45456         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
45457         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
45458         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
45459         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
45460         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
45461         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
45462         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
45463         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
45464         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
45465         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
45466         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
45467         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
45468         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
45469         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
45470         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
45471         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
45472         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
45473         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
45474         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
45475         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
45476         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
45477         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
45478         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
45479         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
45480         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
45481         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
45482         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
45483         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
45484         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
45485         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
45486         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
45487         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
45488         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
45489         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
45490         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
45491         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
45492         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
45493         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
45494         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
45495         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
45496         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
45497         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
45498         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
45499         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
45500         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
45501         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
45502         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
45503         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
45504         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
45505         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
45506         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
45507         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
45508         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
45509         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
45510         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
45512         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
45513         _XOPEN_SOURCE_EXTENDED for XPG4.
45515         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
45517         * Makeconfig (localtime): Remove variable.
45518         (inst_localtime-file): Likewise.
45520 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
45522         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
45523         Update.
45524         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
45525         Update.
45526         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
45527         Update.
45528         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
45529         Update.
45530         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
45531         Update.
45532         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
45533         Update.
45534         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
45535         Update.
45536         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
45537         Update.
45538         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
45539         Update.
45541 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
45543         [BZ #2550]
45544         [BZ #2570]
45545         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
45546         comparisons to determine direction to adjust input.
45547         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
45548         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
45549         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
45550         Likewise.
45551         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
45552         Likewise.
45553         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
45554         Likewise.
45555         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
45556         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
45557         Likewise.
45558         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
45559         Likewise.
45560         * math/libm-test.inc (nexttoward_test): Add more tests.
45562 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
45564         [BZ #14040]
45565         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
45566         in version GLIBC_2.1, not GLIBC_2.0.
45567         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
45568         Likewise.
45570 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
45572         [BZ #13942]
45573         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
45574         (1 - x) * (1 + x).
45575         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
45576         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
45577         * math/libm-test.inc (acos_test): Add more tests.
45578         (asin_test): Likewise.
45579         * sysdeps/i386/fpu/libm-test-ulps: Update.
45580         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45582         [BZ #14034]
45583         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
45584         of square root.
45585         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
45586         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
45587         * math/libm-test.inc (acos_test_tonearest): New function.
45588         (acos_test_towardzero): Likewise.
45589         (acos_test_downward): Likewise.
45590         (acos_test_upward): Likewise.
45591         (asin_test_tonearest): Likewise.
45592         (asin_test_towardzero): Likewise.
45593         (asin_test_downward): Likewise.
45594         (asin_test_upward): Likewise.
45595         (main): Call the new functions.
45596         * sysdeps/i386/fpu/libm-test-ulps: Update.
45597         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
45599         [BZ #13884]
45600         [BZ #13924]
45601         * math/e_exp10.c: Include <float.h>.
45602         (__ieee754_exp10): Handle underflow here rather than multiplying
45603         large negative argument by M_LN10.
45604         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
45605         of __ieee754_expf.
45606         * math/e_exp10l.c: Include <float.h>.
45607         (__ieee754_exp10l): Handle underflow here rather than multiplying
45608         large negative argument by M_LN10l.
45609         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
45610         spurious overflow exception on underflow.
45612 2012-04-29  Marek Polacek  <polacek@redhat.com>
45614         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
45615         (__fortify_function): New macro.
45616         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
45617         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
45618         __extern_always_inline.
45619         * libio/bits/stdio2.h: Likewise.
45620         * libio/bits/stdio.h: Likewise.
45621         * string/string.h: Likewise.
45622         * string/bits/string3.h: Likewise.
45623         * include/stdio.h: Likewise.
45624         * stdlib/bits/stdlib.h: Likewise.
45625         * stdlib/stdlib.h: Likewise.
45626         * rt/bits/mqueue2.h: Likewise.
45627         * rt/mqueue.h: Likewise.
45628         * posix/bits/unistd.h: Likewise.
45629         * posix/unistd.h: Likewise.
45630         * io/bits/poll2.h: Likewise.
45631         * io/bits/fcntl2.h: Likewise.
45632         * io/fcntl.h: Likewise.
45633         * io/sys/poll.h: Likewise.
45634         * misc/bits/syslog.h: Likewise.
45635         * misc/bits/syslog-ldbl.h: Likewise.
45636         * misc/sys/syslog.h: Likewise.
45637         * socket/bits/socket2.h: Likewise.
45638         * socket/sys/socket.h: Likewise.
45639         * debug/tst-chk1.c: Likewise.
45640         * wcsmbs/bits/wchar2.h: Likewise.
45641         * wcsmbs/bits/wchar-ldbl.h: Likewise.
45642         * wcsmbs/wchar.h: Likewise.
45644 2012-04-29  Andreas Jaeger  <aj@suse.de>
45646         * Makerules (tests): Remove enable-check-abi protection.
45647         (check-abi-warn): Remove.
45648         (check-abi-%): Remove check-abi-warn usage.
45650         * configure.in: Remove check-abi configure option.
45651         * configure: Regenerated.
45652         * config.make.in (enable-check-abi): Remove.
45654 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
45656         [BZ #14033]
45657         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
45658         double functions to double *_finite functions.
45660         [BZ #13941]
45661         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
45662         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
45663         LDBL_MIN_EXP.
45664         * stdio-common/Makefile (tests): Add tst-sprintf3.
45665         * stdio-common/tst-sprintf3.c: New file.
45667         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
45668         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
45670 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
45672         * conform/conformtest.pl: Remove duplicate typed-constant
45673         handling.
45675 2012-04-28  David S. Miller  <davem@davemloft.net>
45677         * Makerules (%.abilist): Add vpath on sysdep_dirs.
45678         (check-abi-%): Remove AWK script prerequisite and explicit
45679         abilist directory.
45680         (check-abi): Rewrite to just diff the symlist with the abilist.
45681         (config-tls, config-abi-config): Delete, no longer used.
45682         (update-abi-%): Remove AWK script and explicit abilist directory.
45683         (update-abi): Rewrite to simply compare and conditionally copy the
45684         symlist and the sysdep abilist file.  Remove update-abi-config
45685         checks.
45686         * abilist/ld.abilist: Remove.
45687         * abilist/libBrokenLocale.abilist: Remove.
45688         * abilist/libanl.abilist: Remove.
45689         * abilist/libcrypt.abilist: Remove.
45690         * abilist/libdl.abilist: Remove.
45691         * abilist/librt.abilist: Remove.
45692         * abilist/libthread_db.abilist: Remove.
45693         * abilist/libutil.abilist: Remove.
45694         * scripts/extract-abilist.awk: Remove.
45695         * scripts/merge-abilist.awk: Remove.
45696         * sysdeps/generic/libcidn.abilist: New file.
45697         * sysdeps/generic/libnss_compat.abilist: New file.
45698         * sysdeps/generic/libnss_db.abilist: New file.
45699         * sysdeps/generic/libnss_dns.abilist: New file.
45700         * sysdeps/generic/libnss_files.abilist: New file.
45701         * sysdeps/generic/libnss_hesiod.abilist: New file.
45702         * sysdeps/generic/libnss_nis.abilist: New file.
45703         * sysdeps/generic/libnss_nisplus.abilist: New file.
45704         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
45705         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
45706         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
45707         file.
45708         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
45709         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
45710         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
45711         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
45712         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
45713         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
45714         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
45715         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
45716         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
45717         file.
45718         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
45719         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
45720         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
45721         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
45722         file.
45723         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
45724         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
45725         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
45726         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
45727         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
45728         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
45729         file.
45730         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
45731         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
45732         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
45733         file.
45734         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
45735         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
45736         New file.
45737         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
45738         New file.
45739         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
45740         New file.
45741         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
45742         New file.
45743         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
45744         New file.
45745         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
45746         New file.
45747         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
45748         New file.
45749         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
45750         New file.
45751         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
45752         New file.
45753         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
45754         New file.
45755         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
45756         New file.
45757         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
45758         New file.
45759         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
45760         New file.
45761         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
45762         file.
45763         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
45764         New file.
45765         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
45766         New file.
45767         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
45768         file.
45769         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
45770         New file.
45771         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
45772         New file.
45773         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
45774         file.
45775         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
45776         New file.
45777         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
45778         New file.
45779         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
45780         New file.
45781         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
45782         New file.
45783         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
45784         New file.
45785         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
45786         New file.
45787         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
45788         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
45789         file.
45790         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
45791         New file.
45792         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
45793         file.
45794         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
45795         file.
45796         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
45797         file.
45798         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
45799         file.
45800         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
45801         file.
45802         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
45803         New file.
45804         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
45805         file.
45806         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
45807         file.
45808         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
45809         New file.
45810         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
45811         file.
45812         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
45813         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
45814         file.
45815         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
45816         New file.
45817         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
45818         file.
45819         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
45820         file.
45821         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
45822         file.
45823         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
45824         file.
45825         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
45826         file.
45827         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
45828         New file.
45829         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
45830         file.
45831         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
45832         file.
45833         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
45834         New file.
45835         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
45836         file.
45837         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
45838         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
45839         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
45840         file.
45841         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
45842         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
45843         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
45844         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
45845         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
45846         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
45847         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
45848         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
45849         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
45850         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
45851         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
45852         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
45853         file.
45854         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
45855         New file.
45856         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
45857         file.
45858         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
45859         file.
45860         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
45861         file.
45862         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
45863         file.
45864         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
45865         file.
45866         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
45867         New file.
45868         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
45869         New file.
45870         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
45871         file.
45872         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
45873         New file.
45874         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
45875         file.
45876         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
45877         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
45878         file.
45879         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
45880         New file.
45881         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
45882         file.
45883         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
45884         file.
45885         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
45886         file.
45887         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
45888         file.
45889         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
45890         file.
45891         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
45892         New file.
45893         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
45894         New file.
45895         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
45896         file.
45897         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
45898         New file.
45899         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
45900         file.
45902 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
45904         * conform/conformtest.pl: Fix typo in handling typed-constant from
45905         allow-header.
45907 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
45909         * README: Cut down references to pre-2.6 Linux kernels and
45910         Linuxthreads.  Update lists of configurations in libc and ports
45911         and sort alphabetically.  Say "or newer" with Linux kernel version
45912         requirements.
45914         * config.h.in [IS_IN_build]: Allow compiling without optimization.
45916 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
45918         [BZ #887]
45919         * math/libm-test.inc (logb_test_downward): New test to expose
45920         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
45921         rounding mode.
45923 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
45925         [BZ #14027]
45926         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
45927         to be done.
45928         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
45929         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
45931 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
45933         * sysdeps/unix/i386/brk.S: Remove file.
45934         * sysdeps/unix/i386/dl-brk.S: Likewise.
45935         * sysdeps/unix/i386/pipe.S: Likewise.
45936         * sysdeps/unix/i386/sigreturn.S: Likewise.
45937         * sysdeps/unix/i386/syscall.S: Likewise.
45938         * sysdeps/unix/i386/vfork.S: Likewise.
45939         * sysdeps/unix/i386/wait.S: Likewise.
45941         * sysdeps/unix/common/tcsendbrk.c: Move to ...
45942         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
45944         * configure.in (arm*-none*): Do not allow without
45945         --enable-hacker-mode.
45946         (netbsd*): Remove case setting base_os.
45947         (386bsd*): Likewise.
45948         (freebsd*): Likewise.
45949         (bsdi*): Likewise.
45950         (osf*): Likewise.
45951         (sunos*): Likewise.
45952         (ultrix*): Likewise.
45953         (newsos*): Likewise.
45954         (dynix*): Likewise.
45955         (*bsd*): Likewise.
45956         (sysv*): Likewise.
45957         (isc*): Likewise.
45958         (esix*): Likewise.
45959         (sco*): Likewise.
45960         (minix*): Likewise.
45961         (irix4*): Likewise.
45962         (irix6*): Likewise.
45963         (solaris[2-9]*): Likewise.
45964         (none): Likewise.
45965         * configure: Regenerated.
45967 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
45969         [BZ #11521]
45970         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
45971         overflow or cancellation in calculating denominator.
45972         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
45973         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
45974         down expression to avoid unexpected rounding in newer GCCs.
45975         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
45977 2012-04-26  David S. Miller  <davem@davemloft.net>
45979         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
45980         long-double compat symbols.
45981         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
45982         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
45983         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
45984         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
45985         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
45986         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
45987         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
45988         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
45989         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
45990         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
45991         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
45992         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
45993         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
45995 2012-04-25  David S. Miller  <davem@davemloft.net>
45997         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
45998         HWCAP_* values only after the memory barriers have been defined.
45999         (atomic_full_barrier): Define.
46000         (atomic_read_barrier): Define.
46001         (atomic_write_barrier): Define.
46003 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
46005         * shlib-versions: Add libgcc_s version information.
46006         * sysdeps/generic/libgcc_s.h: Remove.
46007         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
46008         libgcc_s.h.
46009         * sysdeps/gnu/unwind-resume.c: Likewise.
46010         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
46012 2012-04-25  David S. Miller  <davem@davemloft.net>
46014         * sysdeps/unix/sparc/brk.S: Delete.
46015         * sysdeps/unix/sparc/dl-brk.S: Delete.
46016         * sysdeps/unix/sparc/pipe.S: Delete.
46017         * sysdeps/unix/sparc/sysdep.S: Delete.
46018         * sysdeps/unix/sparc/sysdep.h: Delete.
46019         * sysdeps/unix/sparc/vfork.S: Delete.
46020         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
46021         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
46022         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
46023         (ret_ERRVAL, r0, r1, MOVE): Define.
46024         (JUMPTARGET): Remove.
46025         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
46026         sysdeps/unix/sparc/sysdep.h
46027         (ENTRY, END): Remove.
46028         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
46030 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
46032         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
46033         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
46034         -DIS_IN_build.
46036         * timezone/README: Update upstream location and email address for
46037         tzcode and tzdata.
46038         * timezone/zdump.c: Update from tzcode 2012b.
46039         * timezone/zic.c: Likewise.
46041         * configure.in (libc_cv_as_needed): Remove test.
46042         * configure: Regenerated.
46043         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
46044         conditional definition.
46045         [$(have-as-needed) != yes] (no-as-needed): Likewise.
46046         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
46047         * config.make.in (have-as-needed): Remove variable.
46049 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
46050             Paul Pluzhnikov  <ppluzhnikov@google.com>
46052         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
46053         strings correctly.
46055 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
46057         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
46058         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
46059         * sysdeps/sh/strlen.S: Likewise.
46061 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
46063         * sysdeps/unix/fork.S: Remove file.
46064         * sysdeps/unix/i386/fork.S: Likewise.
46065         * sysdeps/unix/sparc/fork.S: Likewise.
46067         * sysdeps/unix/system.c: Remove file.
46068         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
46070         * sysdeps/unix/getegid.S: Remove file.
46071         * sysdeps/unix/geteuid.S: Likewise.
46073 2012-04-24  Roland McGrath  <roland@hack.frob.com>
46075         * scripts/check-localplt.awk: New file.
46076         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
46077         of diff.
46078         * scripts/data/localplt-generic.data: Add a comment.
46080         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
46081         NODE when __dir_mkfile failed.
46082         * sysdeps/mach/hurd/symlinkat.c: Likewise.
46083         Reported by Ludovic Courtès <ludo@gnu.org>.
46085 2012-04-24  Andreas Jaeger  <aj@suse.de>
46087         * Makerules (common-clean): Also remove gen-as-const-headers
46088         files.
46090 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
46092         * Makerules (native-compile): Do not change working directory for
46093         build.  Use $(OUTPUT_OPTION) in command.
46094         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
46096 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
46098         [BZ #13886]
46099         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
46100         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
46101         * math/libm-test.inc (floor_test): Add more tests.
46102         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
46104 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
46106         * sysdeps/unix/getdents.c: Remove file.
46107         * sysdeps/unix/sysv/getdents.c: Likewise.
46108         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
46110         * sysdeps/unix/syscalls.list (madvise): Add syscall from
46111         sysdeps/unix/mman/syscalls.list.
46112         (mmap): Likewise.
46113         (mprotect): Likewise.
46114         (msync): Likewise.
46115         (munmap): Likewise.
46116         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
46117         * sysdeps/unix/mman/syscalls.list: Remove.
46118         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
46120         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
46121         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
46122         * configure: Regenerated.
46123         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
46124         $(libgcc_s_suffix).
46125         * config.make.in (libgcc_s_suffix): Remove variable.
46127 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
46129         * sysdeps/unix/sysv/gethostname.c: Move to ...
46130         * sysdeps/posix/gethostname.c: ... here.
46132         * sysdeps/unix/execve.S: Remove file.
46134         * sysdeps/unix/_exit.S: Remove file.
46136 2012-04-23  Andreas Jaeger  <aj@suse.de>
46138         [BZ #13739]
46139         * manual/Makefile: Remove make dist support, there's no
46140         need for a stand-alone documentation tar ball.
46141         (TEXI2DVI): Define always, it's not in Makeconfig.
46142         (dist): Removed.
46143         (tar-it): Removed.
46144         (edition): Removed.
46145         (glibc-doc-$(edition).tar): Removed
46146         (%.Z): Removed.
46147         (%.gz): Removed.
46148         (%.uu): Removed.
46149         (ETAGS): Remove, it's in Makeconfig.
46150         (move-if-change): Remove, it's in Makeconfig.
46152 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
46154         [BZ #13970]
46155         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
46156         (strtod, strtof, strtold, strtol, strtoul, strtoq)
46157         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
46158         (strtod_l, strtof_l, strtold_l): Remove __wur.
46159         It is not necessarily an error to ignore strtol's return value.
46160         One can reliably look at the stored endptr to decide whether
46161         the number had valid syntax.
46163 2012-04-21  Andreas Jaeger  <aj@suse.de>
46165         [BZ #13739]
46166         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
46168 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
46170         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
46171         * sysdeps/unix/sysv/Versions: Remove file.
46173 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
46175         [BZ #13927]
46176         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
46178 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
46180         [BZ #7064]
46181         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
46182         version from __vm86.
46184 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
46186         * sysdeps/unix/common/lxstat.c: Remove file.
46187         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
46189         * sysdeps/unix/sysv/Makefile: Remove file.
46191         * sysdeps/unix/sysv/direct.h: Remove file.
46193         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
46194         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
46195         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
46196         * sysdeps/unix/sysv/bits/signum.h: Likewise.
46197         * sysdeps/unix/sysv/bits/stat.h: Likewise.
46198         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
46199         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
46201         * sysdeps/unix/sysv/setrlimit.c: Remove file.
46203         * sysdeps/unix/xmknod.c: Remove file.
46204         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
46206         * sysdeps/unix/sysv/settimeofday.c: Remove file.
46208         * sysdeps/unix/sysv/i386/time.S: Remove file.
46210         * sysdeps/unix/fxstat.c: Remove file.
46211         * sysdeps/unix/xstat.c: Likewise.
46212         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
46214         * sysdeps/unix/sysv/sigaction.c: Remove file.
46216         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
46217         (sysdep_headers): Remove variable.
46218         [termio.h not in sysdep_headers] (generated): Likewise.
46219         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
46220         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
46221         * sysdeps/unix/sysv/tcdrain.c: Likewise.
46222         * sysdeps/unix/sysv/tcflow.c: Likewise.
46223         * sysdeps/unix/sysv/tcflush.c: Likewise.
46224         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
46225         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
46226         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
46227         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
46228         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
46230         * sysdeps/unix/siglist.c: Remove file.
46232         * sysdeps/unix/getppid.S: Remove file.
46234         * sysdeps/unix/mkdir.c: Remove file.
46235         * sysdeps/unix/rmdir.c: Likewise.
46237 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
46239         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
46240         ERR_MAX value.
46241         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
46242         errlist-compat value.
46244 2012-04-18  David S. Miller  <davem@davemloft.net>
46246         * sysdeps/generic/memcopy.h (reg_char): Delete.
46247         * debug/strcat_chk.c: Use char, not reg_char.
46248         * debug/strcpy_chk.c: Likewise.
46249         * debug/strncat_chk.c: Likewise.
46250         * debug/strncpy_chk.c: Likewise.
46251         * string/memchr.c: Likewise.
46252         * string/memrchr.c: Likewise.
46253         * string/rawmemchr.c: Likewise.
46254         * string/strcat.c: Likewise.
46255         * string/strchr.c: Likewise.
46256         * string/strchrnul.c: Likewise.
46257         * string/strcmp.c: Likewise.
46258         * string/strcpy.c: Likewise.
46259         * string/strncat.c: Likewise.
46260         * string/strncmp.c: Likewise.
46261         * string/strncpy.c: Likewise.
46263 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
46265         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
46266         __builtin_memcopy is called when src and dest ranges are known to not
46267         overlap.
46269 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
46271         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
46272         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
46273         fwd_align_merge macro call.
46274         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
46275         bwd_align_merge macro call.
46276         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
46278 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
46280         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
46281         bwd_align_merge macros.
46282         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
46283         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
46284         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
46286 2012-04-18  David S. Miller  <davem@davemloft.net>
46288         * sysdeps/sparc/sparc64/memcopy.h: Delete.
46290 2012-04-18  Andreas Jaeger  <aj@suse.de>
46292         [BZ# 6794]
46293         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
46294         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
46295         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
46297         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
46298         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
46299         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
46301         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
46302         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
46303         Adjust for changed ldbl-128 files.
46305         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
46306         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
46307         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
46309 2012-04-17  David S. Miller  <davem@davemloft.net>
46311         * sysdeps/sparc/sparc32/memcopy.h: Delete.
46313 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
46315         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
46316         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
46317         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
46318         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
46319         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
46320         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
46322 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
46324         [BZ #6794]
46325         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
46326         * math/libm-test.inc: Add ilogb errno and exception tests.
46327         * math/w_ilogb.c: New file: ilogb wrapper.
46328         * math/w_ilogbf.c: New file: ilogbf wrapper.
46329         * math/w_ilogbl.c: New file: ilogbl wrapper.
46330         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
46331         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
46332         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
46333         exception being thrown with 0.0 as argument.
46334         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
46335         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
46336         exception being thrown with 0.0 as argument.
46337         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
46338         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
46339         exception being thrown with 0.0 as argument.
46340         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
46341         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
46342         exception being thrown with 0.0 as argument.
46343         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
46344         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
46345         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
46346         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
46347         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
46348         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
46349         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
46350         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
46351         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
46353 2012-04-17  Petr Baudis  <pasky@ucw.cz>
46355         * include/sys/uio.h: Change __vector to __iovec to avoid clash
46356         with altivec.
46358 2012-04-16  Marek Polacek  <polacek@redhat.com>
46360         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
46362 2012-04-16  Marek Polacek  <polacek@redhat.com>
46364         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
46365         operands of fdivp instruction.
46367 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
46369         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
46370         * elf/tst-auditmod3b.c: Likewise.
46371         * elf/tst-auditmod4b.c: Likewise.
46372         * elf/tst-auditmod5b.c: Likewise.
46373         * elf/tst-auditmod6b.c: Likewise.
46374         * elf/tst-auditmod6c.c: Likewise.
46375         * elf/tst-auditmod7b.c: Likewise.
46376         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
46377         * sysdeps/x86_64/preconfigure.in: Likewise.
46378         * sysdeps/x86_64/preconfigure: Regenerated.
46380 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
46382         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
46383         __ILP32__.
46385 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
46387         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
46388         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
46390 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
46392         [BZ #13973]
46393         * locale/iso-639.def: Fix gl language name. Spotted by
46394         Yaron Shahrabani.
46396 2012-04-12  Roland McGrath  <roland@hack.frob.com>
46398         [BZ #2074]
46399         * libio/libio.h (__io_write_fn): Update comment.
46401 2012-04-12  Petr Baudis  <pasky@ucw.cz>
46403         [BZ #2074]
46404         * stdio.texi (Hook Functions): The user provided writer function
46405         is not allowed to return -1.
46407 2012-04-11  David S. Miller  <davem@davemloft.net>
46409         * sysdeps/sparc/fpu/libm-test-ulps: Update.
46411 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
46413         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
46414         Add a leading slash to rtkaio.
46416 2012-04-11  Jim Meyering  <meyering@redhat.com>
46418         [BZ #11959]
46419         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
46420         It is not necessarily an error to ignore fwrite's return
46421         value.  One can reliably use ferror to test for errors after
46422         the fact.
46424 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
46426         * bits/types.h (__snseconds_t): New type.
46427         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
46429         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
46430         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
46431         (__SNSECONDS_T_TYPE): Likewise.
46432         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
46433         (__SNSECONDS_T_TYPE): Likewise.
46434         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
46435         (__SNSECONDS_T_TYPE): Likewise.
46437 2012-04-10  Andreas Jaeger  <aj@suse.de>
46439         [BZ #2636]
46440         * manual/time.texi (Processor Time): Return type of times is
46441         elapsed real time since an arbitrary point in the past.
46442         (CPU Time): Move CLK_TCK from here...
46443         (Processor Time): ...to here.  Correct description.
46444         * manual/conf.texi (Constants for Sysconf): Correct description of
46445         _SC_CLK_TCK.
46447 2012-04-10  David S. Miller  <davem@davemloft.net>
46449         [BZ #13967]
46450         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
46451         where the is a gap between DT_REL(A) and DT_JMPREL.
46453 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
46455         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
46456         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
46457         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
46459 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
46461         * elf/dl-support.c (_dl_inhibit_cache): New variable.
46462         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
46463         (dl_main): Handle --inhibit-cache.
46464         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
46465         _dl_inhibit_cache.
46466         * elf/dl-load.c (_dl_map_object): Use it.
46467         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
46469 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
46471         [BZ #13872]
46472         * sysdeps/i386/fpu/e_powl.S (p78): New object.
46473         (__ieee754_powl): Saturate large exponents rather than testing for
46474         overflow of y*log2(x).
46475         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
46476         * math/libm-test.inc (pow_test): Do not permit spurious overflow
46477         exceptions.
46479         [BZ #11521]
46480         * math/s_ctan.c: Include <float.h>.
46481         (__ctan): Avoid internal overflow or cancellation in calculating
46482         denominator.
46483         * math/s_ctanf.c: Likewise.
46484         * math/s_ctanl.c: Likewise.
46485         * math/s_ctanh.c: Likewise.
46486         * math/s_ctanhf.c: Likewise.
46487         * math/s_ctanhl.c: Likewise.
46488         * math/libm-test.inc (ctan_test): Add more tests.
46489         (ctanh_test): Likewise.
46490         * sysdeps/i386/fpu/libm-test-ulps: Update.
46491         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46493 2012-04-09  Andreas Jaeger  <aj@suse.de>
46495         [BZ #6894]
46496         * manual/filesys.texi (Directory Entries): Mention that d_namlen
46497         is an optional BSD extension.
46499         [BZ #10254]
46500         * manual/stdio.texi (Opening Streams): Document additional fopen
46501         parameters.
46503 2012-04-09  Roland McGrath  <roland@hack.frob.com>
46505         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
46506         %eax without telling the compiler.
46508 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
46510         [BZ # 13963]
46511         * manual/install.texi: Use sourceware.org.
46513 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
46515         [BZ #13873]
46516         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
46517         (__ieee754_pow): Generate overflow and underflow using huge*huge
46518         and tiny*tiny rather than just returning constant infinity or zero
46519         for large exponents.
46520         * math/libm-test.inc (pow_test): Require overflow exceptions for
46521         applicable cases of large exponents.
46523         [BZ #706]
46524         * sysdeps/i386/fpu/e_pow.S (p10): New object.
46525         (__ieee754_pow): Use iterative multiplication algorithm only for
46526         integer exponents with absolute value below 1024.  Check for odd
46527         integer exponents when using algorithm for real exponents.
46528         * math/libm-test.inc (pow_test): Add more tests.
46529         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
46531 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
46533         [BZ #13705]
46534         * math/libm-test.inc (exp_test): Do not allow overflow exception
46535         on underflow test.
46537 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
46539         [BZ #13705]
46540         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
46541         instead of __kernel_standard_f.
46543 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
46545         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
46546         * sysdeps/x86_64/memset_chk.S: Likewise.
46548 2012-04-08  Andreas Jaeger  <aj@suse.de>
46550         [BZ #10153]
46551         * manual/startup.texi (Environment Access): Describe return value
46552         for putenv and setenv.
46554         [BZ #6895]
46555         * manual/filesys.texi (Directory Entries): Add description for
46556         DT_LNK.
46558         [BZ #6890]
46559         * manual/filesys.texi (Directory Entries): Clarify that it's file
46560         system not operating system in the description of DT_UNKNOWN.
46562         [BZ #6578]
46563         * manual/syslog.texi (closelog): Fix reference, it's openlog.
46565 2012-04-08  Stephen Compall  <s11@member.fsf.org>
46567         [BZ #6649]
46568         * manual/llio.texi (Opening and Closing Files): Add cross
46569         reference to explain mode argument.
46571 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
46573         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
46574         * sysdeps/x86_64/memset_chk.S: Likewise.
46576 2012-04-07  David S. Miller  <davem@davemloft.net>
46578         * elf/elf.h (R_SPARC_WDISP10): Define.
46579         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
46580         R_SPARC_SIZE32.
46581         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
46582         R_SPARC_SIZE64 and R_SPARC_H34.
46584 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
46586         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
46587         conditions and remove no longer applicable assertion.
46589 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
46591         * bits/byteswap.h: Include <features.h>.
46592         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
46593         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
46595 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
46597         * bits/byteswap.h (__bswap_16): Removed.
46598         Include <bits/byteswap-16.h> to get __bswap_16.
46599         * sysdeps/i386/bits/byteswap.h: Likewise.
46600         * sysdeps/s390/bits/byteswap.h: Likewise.
46601         * sysdeps/x86_64/bits/byteswap.h: Likewise.
46602         * bits/byteswap-16.h: New file.
46603         * sysdeps/i386/bits/byteswap-16.h: Likewise.
46604         * sysdeps/s390/bits/byteswap-16.h: Likewise.
46605         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
46606         * string/Makefile (headers): Add bits/byteswap-16.h.
46608 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
46610         [BZ #13895]
46611         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
46612         extra indirection.
46613         * nss/Makefile (tests-static, tests): Add tst-nss-static.
46614         * nss/tst-nss-static.c: New.
46616 2012-04-06  Robert Millan  <rmh@gnu.org>
46618         [BZ #6486]
46619         * manual/llio.texi (File Position Primitive): lseek
46620         refers to WHENCE when it really means OFFSET.
46622 2012-04-06  Andreas Jaeger  <aj@suse.de>
46624         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
46625         strncmp declarations.
46627         * abilist/libc.abilist: Add __poll and __ppoll.
46629 2012-04-05  David S. Miller  <davem@davemloft.net>
46631         * scripts/check-local-headers.sh: Accept a host triplet in the
46632         path matched by the exclude regexp.
46634         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
46635         definition.
46636         * sysdeps/powerpc/powerpc32/dl-machine.h
46637         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
46638         * sysdeps/s390/s390-32/dl-machine.h
46639         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
46640         * sysdeps/sparc/sparc32/dl-machine.h
46641         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
46642         * sysdeps/sparc/sparc64/dl-machine.h
46643         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
46645         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
46646         lazy binding.
46647         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
46648         undefined symbol errors.
46650         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
46651         DT_NEEDED entries.
46653 2012-04-05  Michael Matz  <matz@suse.de>
46655         [BZ #13592]
46656         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
46658 2012-04-05  Andreas Jaeger  <aj@suse.de>
46660         [BZ #13908]
46661         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
46662         comment.
46664 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
46666         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
46667         which ROUND is no valid rounding mode.
46669 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
46671         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
46672         read again.
46673         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
46675 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
46677         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
46678         an exception using FPU order intentionally.
46680 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
46682         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
46683         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
46684         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
46685         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
46687 2012-04-05  Simon Josefsson  <simon@josefsson.org>
46689         [BZ #12340]
46690         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
46691         EINVAL when BUFLEN is too smal.
46693 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
46695         [BZ #13553]
46696         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
46697         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
46699 2012-04-03  Andreas Jaeger  <aj@suse.de>
46701         [BZ #13938]
46702         * manual/setjmp.texi (System V contexts): Fix sentence.
46704         [BZ #13926]
46705         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
46706         New macro for this case.
46707         [!__GNUC__] (__bswap_64): New inline function for this case.
46708         * sysdeps/x86_64/bits/byteswap.h: Likewise.
46709         * bits/byteswap.h: Likewise.
46710         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
46711         ull, guard with __GLIBC_HAVE_LONG_LONG.
46713         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
46714         __GLIBC_HAVE_LONG_LONG.
46716         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
46717         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
46719 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
46721         [BZ #13691]
46722         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
46723         inptr and inend, rather than using last_ch.
46725 2012-04-02  David S. Miller  <davem@davemloft.net>
46727         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
46728         * stdio-common/printf-parse.h (read_int): Change return type to
46729         'int', return -1 on INT_MAX overflow.
46730         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
46731         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
46732         overflows INT_MAX.  Check for overflow of in-format-string precision
46733         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
46734         SIZE_MAX not INT_MAX for integer overflow test.
46735         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
46736         skip the construct in the format string but do not record anything.
46737         * stdio-common/bug22.c: Adjust to test both width/prevision
46738         INT_MAX overflow as well as total length INT_MAX overflow.  Check
46739         explicitly for proper errno values.
46741 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
46743         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
46744         CHAR_MAX.
46745         * string/test-strcmp.c [! WIDE]: Likewise.
46746         * time/tst-mktime2.c: Likewise for INT_MAX.
46747         * string/test-string.h: #include <sys/param.h> for MIN.
46749         * csu/init-first.c (__libc_init_first): Call __ctype_init.
46750         * sysdeps/i386/init-first.c (init): Likewise.
46751         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
46752         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
46753         * sysdeps/sh/init-first.c (init): Likewise.
46755 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
46757         * po/ru.po: Update from translation team.
46758         * po/vi.po: Likewise.
46760 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
46762         * resolv/nss_dns/dns-host.c: Merge copyright years.
46764 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
46766         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
46767         Optimize memcpy with prefetch if
46768         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
46769         src, dst pointers have unequal 16 byte alignments.
46771 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
46773         [BZ #13928]
46774         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
46775         from a CNAME entry and return the minimum ttl for the query.
46776         (gaih_getanswer_slice): Likewise.
46778 2012-03-30  Jeff Law  <law@redhat.com>
46780         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
46781         due to long keys.
46782         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
46783         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
46785         * resolv/nss_dns/dns-host.c: Update copyright year.
46787 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
46789         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
46790         requests to save a system call.  Fix check that all bytes are sent.
46792         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
46793         comments for sendmmsg.
46795 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
46797         [BZ #13691]
46798         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
46799         with only 1 character between 0x0041 and 0x01b0.
46800         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
46801         * wcsmbs/tst-mbsnrtowcs.c: New file.
46803 2012-03-29  David S. Miller  <davem@davemloft.net>
46805         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
46806         small copies by hand.
46808 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
46810         [BZ #13761]
46811         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
46812         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
46813         group memberships.
46815 2012-03-28  David S. Miller  <davem@davemloft.net>
46817         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
46818         that branches into memcpy.
46819         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
46820         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
46821         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
46822         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
46823         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
46824         bits.
46825         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
46826         implementation too.
46827         * sysdeps/sparc/mempcpy.S: New file.
46829         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
46830         the IFUNC routine in the libc case.
46831         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
46833         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
46834         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
46835         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
46836         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
46837         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
46838         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
46839         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
46840         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
46842         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
46843         loop to 256 bytes instead of 64 bytes and fix test signedness.
46845         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
46846         * sysdeps/sparc/sparc32/Makefile: rather than here...
46847         * sysdeps/sparc/sparc64/Makefile: and here.
46849 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
46851         * malloc/mallocbug.c: Avoid warnings about unused variables.
46853 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
46855         [BZ #13760]
46856         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
46857         in the right place. Discard and retry query if response is
46858         larger than input buffer size.
46860 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
46862         [BZ #369]
46863         [BZ #2678]
46864         [BZ #3866]
46865         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
46866         x for large integer exponent.
46867         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
46868         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
46869         sign of result as needed afterwards.
46870         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
46871         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
46872         result for underflowing pow the same as for overflow.
46873         (__kernel_standard_l): Handle powl overflow and underflow here
46874         rather than calling __kernel_standard.
46875         * math/libm-test.inc (pow_test): Add more tests.
46877         [BZ #3868]
46878         [BZ #13879]
46879         [BZ #13910]
46880         [BZ #13911]
46881         [BZ #13912]
46882         [BZ #13913]
46883         [BZ #13915]
46884         [BZ #13916]
46885         [BZ #13917]
46886         [BZ #13918]
46887         [BZ #13919]
46888         [BZ #13920]
46889         [BZ #13921]
46890         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
46891         * sysdeps/ieee754/k_standard.c: Include <float.h>.
46892         (__kernel_standard_l): New function.
46893         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
46894         __kernel_standard.
46895         * math/w_acosl.c (__acosl): Likewise.
46896         * math/w_asinl.c (__asinl): Likewise.
46897         * math/w_atan2l.c (__atan2l): Likewise.
46898         * math/w_atanhl.c (__atanhl): Likewise.
46899         * math/w_coshl.c (__coshl): Likewise.
46900         * math/w_exp10l.c (__exp10l): Likewise.
46901         * math/w_exp2l.c (__exp2l): Likewise.
46902         * math/w_fmodl.c (__fmodl): Likewise.
46903         * math/w_hypotl.c (__hypotl): Likewise.
46904         * math/w_j0l.c (__j0l, __y0l): Likewise.
46905         * math/w_j1l.c (__j1l, __y1l): Likewise.
46906         * math/w_jnl.c (__jnl, __ynl): Likewise.
46907         * math/w_lgammal.c (__lgammal): Likewise.
46908         * math/w_log10l.c (__log10l): Likewise.
46909         * math/w_log2l.c (__log2l): Likewise.
46910         * math/w_logl.c (__logl): Likewise.
46911         * math/w_powl.c (__powl): Likewise.
46912         * math/w_remainderl.c (__remainderl): Likewise.
46913         * math/w_scalbl.c (sysv_scalbl): Likewise.
46914         * math/w_sinhl.c (__sinhl): Likewise.
46915         * math/w_sqrtl.c (__sqrtl): Likewise.
46916         * math/w_tgammal.c (__tgammal): Likewise.
46917         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
46918         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
46919         * math/libm-test.inc (acos_test): Add more tests.
46920         (acosh_test): Likewise.
46921         (asin_test): Likewise.
46922         (atanh_test): Likewise.
46923         (exp_test): Likewise.
46924         (exp10_test): Likewise.
46925         (exp2_test): Likewise.
46926         (expm1_test): Likewise.
46927         (lgamma_test): Likewise.
46928         (log_test): Likewise.
46929         (log10_test): Likewise.
46930         (log1p_test): Likewise.
46931         (log2_test): Likewise.
46932         (pow_test): Do not allow some spurious overflow exceptions.
46933         (sqrt_test): Add more tests.
46934         (tgamma_test): Likewise.
46935         (y0_test): Likewise.
46936         (y1_test): Likewise.
46937         (yn_test): Likewise.
46939 2012-03-27  Anton Blanchard  <anton@samba.org>
46941         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
46942         MAP_HUGETLB.
46943         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
46944         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
46945         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
46947 2012-03-27  David S. Miller  <davem@davemloft.net>
46949         * conform/Makefile: Run run-conformtest.sh using $(BASH).
46951         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
46952         have-as-vis3 check.
46954 2012-03-27  Andreas Jaeger  <aj@suse.de>
46956         * sysdeps/x86_64/elf/configure.in: Moved to ...
46957         * sysdeps/x86_64/configure.in: ... here.
46958         * sysdeps/x86_64/elf/start.S: Moved to ...
46959         * sysdeps/x86_64/start.S: ... here.
46960         * sysdeps/x86_64/elf/configure: Delete.
46962         * sysdeps/x86_64/configure.in: Merge contents from
46963         sysdeps/i386/configure.in (without i686 check).
46965         * sysdeps/i386/elf/Versions: Merge into ...
46966         * sysdeps/i386/Versions: ... this.
46967         * sysdeps/i386/elf/Versions: Delete file.
46968         * sysdeps/i386/elf/start.S: Moved to ...
46969         * sysdeps/i386/start.S: ...here.
46970         * sysdeps/i386/elf/configure.in: Merge into...
46971         * sysdeps/i386/configure.in: ...here.
46972         * sysdeps/i386/elf/configure.in: Delete file.
46973         * sysdeps/i386/elf/configure: Delete file.
46975         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
46976         * debug/backtracesyms.c: ... here.
46977         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
46978         * debug/backtracesymsfd.c: ... here.
46979         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
46980         * sysdeps/generic/ifunc-sel.h: ... here.
46982         * sysdeps/unix/i386/start.c: Delete file.
46983         * sysdeps/unix/sparc/start.c: Delete file.
46984         * sysdeps/unix/start.c: Delete file.
46986         * sysdeps/sh/elf/configure.in: Moved to ...
46987         * sysdeps/sh/configure.in: ... here.
46988         * sysdeps/sh/elf/start.S: Moved to ...
46989         * sysdeps/sh/start.S: ... here.
46990         * sysdeps/sh/elf/configure: Delete file.
46992         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
46993         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
46994         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
46995         * sysdeps/powerpc/powerpc64/entry.h: ... here.
46996         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
46997         * sysdeps/powerpc/powerpc64/start.S: here.
46998         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
46999         * sysdeps/powerpc/powerpc64/Makefile: ... this.
47000         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
47001         * sysdeps/powerpc/powerpc64/configure.in: ... this.
47002         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
47004         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
47005         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
47006         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
47007         * sysdeps/powerpc/powerpc32/start.S: ... here.
47008         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
47009         * sysdeps/powerpc/powerpc32/configure.in: ... this.
47010         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
47012         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
47013         * sysdeps/powerpc/ifunc-sel.h: ... here.
47014         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
47015         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
47017         * sysdeps/sparc/elf/configure.in: Moved to ...
47018         * sysdeps/sparc/configure.in: ... here.
47019         * sysdeps/sparc/elf/configure: Delete file.
47020         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
47021         * sysdeps/sparc/sparc32/start.S: ... here.
47022         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
47023         * sysdeps/sparc/sparc64/start.S: ... here.
47024         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
47025         * sysdeps/sparc/sparc32/Makefile: ... this.
47026         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
47027         * sysdeps/sparc/sparc64/Makefile: ... this.
47029         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
47030         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
47031         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
47032         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
47033         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
47034         * sysdeps/s390/s390-32/setjmp.S: ... here.
47035         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
47036         * sysdeps/s390/s390-32/configure.in: ... here.
47037         * sysdeps/s390/s390-32/elf/configure: Delete file.
47038         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
47039         * sysdeps/s390/s390-32/start.S: ... here.
47041         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
47042         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
47043         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
47044         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
47045         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
47046         * sysdeps/s390/s390-64/setjmp.S: ... here.
47047         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
47048         * sysdeps/s390/s390-64/configure.in: ... here
47049         * sysdeps/s390/s390-64/elf/configure: Delete file.
47050         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
47051         * sysdeps/s390/s390-64/start.S: ... here.
47052         * sysdeps/s390/s390-64/elf/configure: Delete.
47054         * configure.in: Remove support for elf directories in sysdeps.
47056         * configure: Regenerated.
47057         * sysdeps/i386/configure: Regenerated.
47058         * sysdeps/powerpc/powerpc32/configure: Regenerated.
47059         * sysdeps/powerpc/powerpc64/configure: Regenerated.
47060         * sysdeps/s390/s390-32/configure: Regenerated.
47061         * sysdeps/s390/s390-64/configure: Regenerated.
47062         * sysdeps/sh/configure: Regenerated.
47063         * sysdeps/sparc/configure: Regenerated.
47064         * sysdeps/x86_64/configure: Regenerated.
47066 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
47068         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47070         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
47071         denormal result into account.
47073 2012-03-25  Roland McGrath  <roland@hack.frob.com>
47075         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
47076         Reported by Allan McRae <allan@archlinux.org>.
47078 2012-03-23  Jeff Law  <law@redhat.com>
47080         * nss/getnssent.c (__nss_getent): Fix typo.
47082 2012-03-23  David S. Miller  <davem@davemloft.net>
47084         * sysdeps/sparc/fpu/libm-test-ulps: Update.
47086 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
47088         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
47089         to pad to uint64_t for each field.
47090         (dl_tls_index): Replace unsigned long with uint64_t.
47092 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
47093         Paul Pluzhnikov  <ppluzhnikov@google.com>
47095         [BZ #6528]
47096         * grp/Makefile (otherlibs): Don't set it.
47097         * inet/Makefile (otherlibs): Likewise.
47098         * login/Makefile (otherlibs): Likewise.
47099         * nscd/Makefile (otherlibs): Likewise.
47100         * posix/Makefile (otherlibs): Likewise.
47101         * pwd/Makefile (otherlibs): Likewise.
47102         * rt/Makefile (otherlibs): Likewise.
47103         * sunrpc/Makefile (otherlibs): Likewise.
47104         * nss/Makefile (otherlibs): Likewise.
47105         Add libnss_files to routines and static-only-routines.
47106         ($(objpfx)getent): Remove rule.
47107         * resolv/Makefile: Add libnss_dns and libresolv to routines and
47108         static-only-routines.
47110 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
47112         [BZ #13892]
47113         * math/s_cexp.c: Include <float.h>.
47114         (__cexp): Handle exp result overflowing not necessarily
47115         overflowing both real and imaginary parts of result.
47116         * math/s_cexpf.c: Likewise.
47117         * math/s_cexpl.c: Likewise.
47118         * math/libm-test.inc (cexp_test): Add more tests.
47119         * sysdeps/i386/fpu/libm-test-ulps: Update.
47120         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47122 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
47124         * include/link.h (ELFW): New macro.
47125         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
47126         Replace ELF64_R_TYPE with ELFW(R_TYPE).
47128 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
47130         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
47131         with uint64_t.
47133 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
47135         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
47136         declaration.
47137         (struct La_x32_retval): Likewise.
47139 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
47141         * sysdeps/x86_64/preconfigure.in: New file.
47142         * sysdeps/x86_64/preconfigure: New generated file.
47144 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
47146         [BZ #13824]
47147         * math/e_exp2l.c: Include <float.h>.
47148         (__ieee754_exp2l): Handle overflow and underflow cases
47149         separately.  Only pass fractional part of argument to
47150         __ieee754_expl.
47151         * math/libm-test.inc (exp2_test): Add more tests.
47153         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
47154         negating x to take absolute value.
47155         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
47156         Likewise.
47157         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
47158         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
47159         Likewise.
47160         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
47161         computing low part if x was negated.
47162         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
47164 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
47166         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
47167         la_x32_gnu_pltexit.
47168         (pltexit): Cast int_retval to ptrdiff_t.
47169         * elf/tst-auditmod3b.c: Likewise.
47170         * elf/tst-auditmod4b.c: Likewise.
47171         * elf/tst-auditmod5b.c: Likewise.
47172         * elf/tst-auditmod6b.c: Likewise.
47173         * elf/tst-auditmod6c.c: Likewise.
47174         * elf/tst-auditmod7b.c: Likewise.
47176         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
47177         and x32_gnu_pltexit.
47179         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
47180         __ELF_NATIVE_CLASS.
47181         (La_x32_regs): New macro.
47182         (La_x32_retval): Likewise.
47183         (la_x32_gnu_pltenter): New function prototype.
47184         (la_x32_gnu_pltexit): Likewise.
47186 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
47188         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
47189         exponent.
47191         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47193         * configure.in (libc_cv_cc_nofma): Check for option to disable
47194         generation of FMA instructions.
47195         * configure: Regenerate.
47196         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
47197         * sysdeps/ieee754/dbl-64/Makefile: New file.
47198         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
47199         Remove brandred-fma4.
47200         (CFLAGS-brandred-fma4.c): Remove.
47201         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
47202         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
47203         define.
47204         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
47205         define.
47207 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
47209         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
47210         LLONG_MAX != LONG_MAX.
47211         (_itoa_word): Use _ITOA_WORD_TYPE on value.
47212         (_fitoa_word): Likewise.
47213         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
47214         LLONG_MAX != LONG_MAX.
47215         * stdio-common/_itowa.h: Include <_itoa.h>.
47216         (_itowa_word): Use _ITOA_WORD_TYPE on value.
47217         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
47218         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
47219         only if not defined.
47220         (_ITOA_WORD_TYPE): Likewise.
47221         (_itoa_word): Use _ITOA_WORD_TYPE on value.
47222         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
47224 2012-03-21  David S. Miller  <davem@davemloft.net>
47226         * sysdeps/sparc/fpu/libm-test-ulps: Update.
47228 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
47230         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
47231         of x86_64 when setting libc_cv_slibdir, libdir and
47232         libc_cv_localedir.
47233         * sysdeps/unix/sysv/linux/configure: Regenerated.
47235 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
47237         * manual/lang.texi (Old Varargs): Remove section.
47238         (How Variadic): Update menu.
47239         (va_start): Do not mention varargs.h.
47241 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
47242             Joseph Myers  <joseph@codesourcery.com>
47244         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
47245         link test.
47246         * configure: Regenerated.
47248 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
47250         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
47251         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
47252         conformtest.pl
47254 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
47256         * NOTES: Remove.
47257         * Makefile (files-for-dist): Remove NOTES.
47258         (NOTES): Remove rule.
47259         * README: Don't refer to NOTES.
47260         * manual/creature.texi: Don't include macros.texi.
47261         * manual/intro.texi (creature.texi): Remove comment referring to
47262         NOTES.
47264         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
47265         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
47266         * configure: Regenerated.
47267         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
47268         LIBC_TRY_CC_OPTION.
47269         (libc_cv_as_i686): Likewise.
47270         (libc_cv_cc_avx): Likewise.
47271         (libc_cv_cc_sse2avx): Likewise.
47272         (libc_cv_cc_fma4): Likewise.
47273         (libc_cv_cc_novzeroupper): Likewise.
47274         * sysdeps/i386/configure: Regenerated.
47276         [BZ #13883]
47277         * sysdeps/i386/fpu/s_cexp.S: Remove.
47278         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
47279         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
47280         * math/libm-test.inc (cexp_test): Add more tests.
47281         * sysdeps/i386/fpu/libm-test-ulps: Update.
47282         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47284 2012-03-21  Allan McRae  <allan@archlinux.org>
47286         * timezone/Makefile: Do not install iso3166.tab and zone.tab
47288 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
47290         [BZ #13871]
47291         * math/w_exp2.c: Do not include <float.h>.
47292         (o_threshold, u_threshold): Remove.
47293         (__exp2): Calculate result before checking finiteness and calling
47294         __kernel_standard.
47295         * math/w_exp2f.c: Likewise.
47296         * math/w_exp2l.c: Likewise.
47297         * math/libm-test.inc (exp2_test): Require overflow exception for
47298         1e6 input.
47300         [BZ #3866]
47301         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
47302         range of signed 64-bit integers before using fistpll.  Remove
47303         checks for whether integers fit in mantissa bits.
47304         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
47305         the range of signed 32-bit integers before using fistpl.  Remove
47306         checks for whether integers fit in mantissa bits.
47307         * sysdeps/i386/fpu/e_powl.S (p64): New object.
47308         (__ieee754_powl): Test for y outside the range of signed 64-bit
47309         integers before using fistpll.  Reduce 64-bit values to 63-bit
47310         ones as needed.
47311         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
47312         divide-by-zero is raised for zero to large negative powers.
47313         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
47314         (__ieee754_powl): Test for y outside the range of signed 64-bit
47315         integers before using fistpll.  Reduce 64-bit values to 63-bit
47316         ones as needed.
47317         * math/libm-test.inc (pow_test): Add more tests.
47319 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
47321         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
47322         <stdio-common/_itoa.h>.
47323         * debug/segfault.c: Likewise.
47324         * elf/dl-cache.c: Likewise.
47325         * elf/dl-minimal.c: Likewise.
47326         * elf/dl-misc.c: Likewise.
47327         * elf/dl-sysdep.c: Likewise.
47328         * elf/dl-version.c: Likewise.
47329         * elf/rtld.c: Likewise.
47330         * hurd/hurdsock.c: Likewise.
47331         * hurd/lookup-retry.c: Likewise.
47332         * malloc/malloc.c: Likewise.
47333         * malloc/mtrace.c: Likewise.
47334         * nscd/nscd_getgr_r.c: Likewise.
47335         * nscd/nscd_getpw_r.c: Likewise.
47336         * nscd/nscd_getserv_r.c: Likewise.
47337         * posix/getopt_init.c: Likewise.
47338         * posix/wordexp.c: Likewise.
47339         * stdio-common/_itoa.c: Likewise.
47340         * stdio-common/printf_fphex.c: Likewise.
47341         * stdio-common/vfprintf.c: Likewise.
47342         * string/_strerror.c: Likewise.
47343         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
47344         * sysdeps/i386/i686/hp-timing.h: Likewise.
47345         * sysdeps/mach/_strerror.c: Likewise.
47346         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
47347         * sysdeps/mach/hurd/sethostid.c: Likewise.
47348         * sysdeps/mach/hurd/xmknodat.c: Likewise.
47349         * sysdeps/mach/xpg-strerror.c: Likewise.
47350         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
47351         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
47352         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
47353         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
47354         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
47355         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
47356         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
47357         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
47358         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
47359         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
47360         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
47361         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
47362         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
47363         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
47364         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
47365         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
47366         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
47367         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
47368         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
47369         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
47370         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
47372         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
47374         * stdio-common/_itoa.h: Moved to ...
47375         * sysdeps/generic/_itoa.h: Here.
47377         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
47379         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
47380         instead of "_itoa.h" and "_itowa.h".
47381         * stdio-common/vfprintf.: Likewise.
47383 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
47385         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
47386         <bits/wordsize.h>.
47387         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
47388         (__signbit): Likwise.
47389         (llrintf): Likwise.
47390         (llrint): Likwise.
47392 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
47394         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
47395         __WORDSIZE != 64.
47397 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
47399         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
47400         OVERFLOW_EXCEPTION_OK.
47401         * math/libm-test.inc ("Philosophy"): Update comment about
47402         exception testing.
47403         (OVERFLOW_EXCEPTION): Define.
47404         (OVERFLOW_EXCEPTION_OK): Likewise.
47405         (INVALID_EXCEPTION_OK): Renumber.
47406         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
47407         (IGNORE_ZERO_INF_SIGN): Likewise.
47408         (test_exceptions): Handle FE_OVERFLOW.
47409         (exp10_test): Expect overflow exceptions.
47410         (exp2_test): Likewise.
47411         (expm1_test): Likewise.
47412         (nextafter_test): Likewise.
47413         (pow_test): Likewise.
47414         (scalbn_test): Likewise.
47415         (scalbln_test): Likewise.
47417 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
47419         * sysdeps/x86_64/bits/atomic.h
47420         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
47421         64bit integer.
47422         (atomic_exchange_acq): Likewise.
47423         (__arch_exchange_and_add_body): Likewise.
47424         (__arch_add_body): Likewise.
47425         (atomic_add_negative): Likewise.
47426         (atomic_add_zero): Likewise.
47428 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
47430         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
47431         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
47433 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
47435         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
47436         Check __x86_64__ instead of __WORDSIZE.
47438 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
47440         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
47442 2012-03-19  David S. Miller  <davem@davemloft.net>
47444         * sysdeps/sparc/fpu/libm-test-ulps: Update.
47446         * sysdeps/sparc/fpu/fenv_private.h: New file.
47447         * sysdeps/sparc/fpu/math_private.h: Use it.
47448         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
47449         Remove.
47450         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
47451         (libc_feholdexcept_setroundl): Remove.
47452         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
47453         Remove.
47454         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
47455         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
47457 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
47459         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
47460         int64_t instead of long int.
47461         (INSERT_WORDS64): Likwise.
47463 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
47465         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
47466         _Unwind_GetCFA return to _Unwind_Ptr first.
47468 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
47470         [BZ #13629]
47471         * math/s_clog.c: Include <float.h>.
47472         (__clog): Scale large or subnormal inputs.
47473         * math/s_clogf.c: Likewise.
47474         * math/s_clogl.c: Likewise.
47475         * math/s_clog10.c: Include <float.h>.
47476         (M_LOG10_2): Define.
47477         (__clog10): Scale large or subnormal inputs.
47478         * math/s_clog10f.c: Likewise.
47479         * math/s_clog10l.c: Likewise.
47480         * math/libm-test.inc (clog_test): Add more tests.
47481         (clog10_test): Likewise.
47482         * sysdeps/i386/fpu/libm-test-ulps: Update.
47483         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47485         [BZ #11451]
47486         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
47487         x and y.
47488         * math/libm-test.inc (atan2_test): Add another test.
47490         * Makerules (common-objdir-compile): Remove.
47491         * sysdeps/unix/Makefile (config-generated): Do not add
47492         $(unix-generated) to variable.
47493         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
47494         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
47495         Remove rule.
47496         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
47497         Likewise.
47498         [generic bits/local_lim.h] (before-compile): Do not append to
47499         variable.
47500         [generic bits/local_lim.h] (common-generated): Likewise.
47501         [generic sys/param.h] (before-compile): Do not append to variable.
47502         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
47503         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
47504         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
47505         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
47506         include.
47507         [generic sys/param.h] (sys/param.h-includes): Remove variable.
47508         [generic sys/param.h] (sys/param.h-includes): Remove rule.
47509         [generic sys/param.h] ($(addprefix
47510         $(common-objpfx),$(sys/param.h-includes))): Likewise.
47511         [generic sys/param.h] (common-generated): Do not append to
47512         variable.
47513         [generic sys/param.h] (sysdep_headers): Likewise.
47514         [generic bits/errno.h] (before-compile): Do not append to
47515         variable.
47516         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
47517         rule.
47518         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
47519         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
47520         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
47521         [generic bits/errno.h] (common-generated): Do not append to
47522         variable.
47523         [generic bits/ioctls.h] (before-compile): Do not append to
47524         variable.
47525         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
47526         rule.
47527         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
47528         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
47529         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
47530         rule.
47531         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
47532         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
47533         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
47534         [generic bits/ioctls.h] (common-generated): Do not append to
47535         variable.
47536         [generic sys/syscall.h] (syscall.h): Remove variable.
47537         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
47538         rule.
47539         [generic sys/syscall.h] (before-compile): Do not append to
47540         variable.
47541         [generic sys/syscall.h] (common-generated): Likewise.
47542         * sysdeps/unix/errnos-tmpl.c: Remove file.
47543         * sysdeps/unix/errnos.awk: Likewise.
47544         * sysdeps/unix/ioctls-tmpl.c: Likewise.
47545         * sysdeps/unix/ioctls.awk: Likewise.
47546         * sysdeps/unix/mk-local_lim.c: Likewise.
47547         * sysdeps/unix/snarf-ioctls: Likewise.
47549 2012-03-19  Richard Henderson  <rth@twiddle.net>
47551         * sysdeps/i386/fpu/fenv_private.h: New file.
47552         * sysdeps/i386/fpu/math_private.h: Use it.
47553         (math_opt_barrier, math_force_eval): Remove.
47554         (libc_feholdexcept_setround_53bit): Remove.
47555         (libc_feupdateenv_53bit): Remove.
47556         * sysdeps/x86_64/fpu/math_private.h: Likewise.
47557         (math_opt_barrier, math_force_eval): Remove.
47558         (libc_feholdexcept): Remove.
47559         (libc_feholdexcept_setround): Remove.
47560         (libc_fetestexcept, libc_fesetenv): Remove.
47561         (libc_feupdateenv_test): Remove.
47562         (libc_feupdateenv, libc_feholdsetround): Remove.
47563         (libc_feresetround): Remove.
47565         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
47566         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
47568         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
47569         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
47570         (libc_feupdateenv_testl): New.
47571         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
47572         (libc_feupdateenv_testf): New.
47573         (libc_feupdateenv): Use libc_feupdateenv_test.
47574         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
47575         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
47577         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
47578         (libc_feholdsetroundf, libc_feholdsetroundl): New.
47579         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
47580         (libc_feresetround_noex): New.
47581         (libc_feresetround_noexf): New.
47582         (libc_feresetround_noexl): New.
47583         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
47584         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
47585         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
47586         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
47587         SET_RESTORE_ROUND.
47588         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
47589         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
47590         (__cos): Likewise.
47591         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
47592         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
47593         SET_RESTORE_ROUND_NOEX.
47594         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
47595         SET_RESTORE_ROUND_NOEXF.
47596         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
47597         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
47598         (libc_feholdsetroundf): New.
47599         (libc_feresetround, libc_feresetroundf): New.
47601         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
47602         (libc_feholdexcept_setround_53bit): Convert from macro to function.
47603         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
47605         * sysdeps/generic/math_private.h: Include <fenv.h>.
47606         (default_libc_feholdexcept): New.
47607         (default_libc_feholdexcept_setround): New.
47608         (default_libc_fesetenv, default_libc_feupdateenv): New.
47609         (libc_feholdexcept): Only define if undefined.
47610         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
47611         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
47612         (libc_feholdexcept_setroundl): Likewise.
47613         (libc_feholdexcept_setround_53bit): Likewise.
47614         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
47615         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
47616         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
47617         (libc_feupdateenv_53bit): Likewise.
47618         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
47619         (libc_feholdexcept): Convert from macro to inline function.
47620         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
47621         (libc_fesetenv, libc_feupdateenv): Likewise.
47623         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
47624         not previously defined.
47625         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
47626         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
47627         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
47628         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
47629         * sysdeps/ieee754/flt-32/math_private.h: New file.
47630         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
47631         math_private.h below SET_FLOAT_WORD.
47632         (__isnan, __isinf_ns, __finite): Remove.
47633         (__isnanf, __isinf_nsf, __finitef): Remove.
47635 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
47637         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47639 2012-03-17  David S. Miller  <davem@davemloft.net>
47641         [BZ #6471]
47642         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
47643         for 2.16.
47645 2012-03-16  David S. Miller  <davem@davemloft.net>
47647         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
47648         warnings.
47650         [BZ #6471]
47651         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
47652         properly.
47653         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
47654         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
47655         sysdep_routines when subdir is sysvipc.
47656         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
47657         __getshmlba helper.
47659         * sysdeps/sparc/fpu/libm-test/ulps: Update.
47661 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
47663         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
47664         [__LP64__].
47666 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
47668         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
47669         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
47670         (__lround): Renamed to ...
47671         (__llround): This.  Replace long int with long long int.
47672         Define lround functions as aliases of llround functions.
47673         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
47675 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
47677         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
47678         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
47679         adresses to uintptr_t.  Replace "long int" and "unsigned long
47680         int" with "greg_t" on va_arg.
47682 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
47684         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
47685         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
47687         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
47688         Move e_machine check before EI_CLASS check.  Handle x32
47689         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
47690         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
47691         SKIP_EM_IA_64 and include
47692         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
47694         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
47695         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
47696         (add_system_dir): New macro.
47698         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
47699         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
47701 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
47703         [BZ #2551]
47704         [BZ #2552]
47705         [BZ #2553]
47706         [BZ #2554]
47707         [BZ #2562]
47708         [BZ #2563]
47709         [BZ #2565]
47710         [BZ #2566]
47711         [BZ #2576]
47712         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
47713         (y0): Likewise.
47714         * math/w_j0f.c (j0f): Likewise.
47715         (y0f): Likewise.
47716         * math/w_j0l.c (__j0l): Likewise.
47717         (__y0l): Likewise.
47718         * math/w_j1.c (j1): Likewise.
47719         (y1): Likewise.
47720         * math/w_j1f.c (j1f): Likewise.
47721         (y1f): Likewise.
47722         * math/w_j1l.c (__j1l): Likewise.
47723         (__y1l): Likewise.
47724         * math/w_jn.c (jn): Likewise.
47725         (yn): Likewise.
47726         * math/w_jnf.c (jnf): Likewise.
47727         (ynf): Likewise.
47728         * math/w_jnl.c (__jnl): Likewise.
47729         (__ynl): Likewise.
47730         * math/libm-test.inc (j0_test): Add more tests.
47731         (j1_test): Likewise.
47732         (jn_test): Likewise.  Add trailing semicolon to existing test.
47733         (y0_test): Likewise.
47734         (y1_test): Likewise.
47735         * sysdeps/i386/fpu/libm-test-ulps: Update.
47736         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47738         [BZ #13851]
47739         [BZ #13854]
47740         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
47741         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
47742         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
47743         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
47744         (__tanl): Set errno for infinite argument.
47745         * sysdeps/i386/fpu/mptan.c: Remove.
47746         * sysdeps/i386/fpu/s_tan.S: Likewise.
47747         * sysdeps/i386/fpu/s_tanl.S: Likewise.
47748         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
47749         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
47750         * math/libm-test.inc (tan_test): Add more tests and enable more
47751         tests for double and long double.
47752         * sysdeps/i386/fpu/libm-test-ulps: Update.
47753         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47755 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
47757         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
47758         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
47760 2012-03-16  Roland McGrath  <roland@hack.frob.com>
47762         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
47763         * configure.in: Use it for both main tree and add-ons.
47764         * configure: Regenerated.
47766 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
47768         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
47770 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
47772         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
47773         in comment.
47775         [BZ #13851]
47776         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
47777         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
47778         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
47779         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
47780         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
47781         infinite argument.
47782         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
47783         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
47784         != 0 for prec == 2.
47785         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
47786         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
47787         * sysdeps/i386/fpu/s_cosl.S: Likewise.
47788         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
47789         * sysdeps/i386/fpu/s_sinl.S: Likewise.
47790         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
47791         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
47792         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
47793         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
47794         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
47795         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
47796         * math/libm-test.inc (cos_test): Add more tests and enable more
47797         tests for long double.
47798         (sin_test): Likewise.
47799         (sincos_test): Likewise.
47800         * sysdeps/i386/fpu/libm-test-ulps: Update.
47801         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47803 2012-03-16  David S. Miller  <davem@davemloft.net>
47805         * sysdeps/sparc/fpu/math_private.h: New file.
47807 2012-03-15  David S. Miller  <davem@davemloft.net>
47809         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
47810         file.
47811         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
47812         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
47813         file.
47814         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
47815         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
47816         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
47817         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
47818         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
47819         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
47820         sysdep routines.
47821         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
47823         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
47824         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
47826         * sysdeps/sparc/sparc-ifunc.h: New file.
47827         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
47828         sparc-ifunc.h
47829         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
47830         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
47831         Likewise.
47832         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
47833         Likewise.
47834         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
47835         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
47836         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
47837         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
47838         Likewise.
47839         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
47840         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
47841         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
47842         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
47843         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
47844         Likewise.
47845         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
47846         Likewise.
47847         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
47848         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
47849         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
47850         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
47851         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
47852         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
47853         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
47854         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
47855         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
47856         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
47857         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
47858         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
47859         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
47860         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
47861         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
47862         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
47863         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
47864         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
47865         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
47866         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
47867         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
47868         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
47869         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
47870         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
47872 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
47874         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
47875         scaling.
47876         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47878 2012-03-15  Andreas Jaeger  <aj@suse.de>
47880         [BZ #13852]
47881         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
47882         ieee754/flt-32 implementation for sin, cos and sincos.
47883         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
47884         * sysdeps/i386/fpu/s_cosf.S: Likewise.
47885         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
47886         * sysdeps/i386/fpu/s_sinf.S: Likewise.
47887         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
47888         ieee754/flt-32 implementation for tan.
47890         * math/libm-test.inc (cos_test): Enable some large input tests for
47891         float as well
47892         (sin_test): Likewise.
47893         (sincos_test): Likewise.
47894         (tan_test): Add tests for large input.
47896         * sysdeps/i386/fpu/libm-test-ulps: Update.
47898 2012-03-15  Andreas Jaeger  <aj@suse.de>
47900         [BZ #13658]
47901         * math/libm-test.inc (cos_test): Add more test cases.
47902         (sin_test): Likewise.
47903         (sincos_test): Likewise.
47905 2012-03-15  Andreas Jaeger  <aj@suse.de>
47907         [BZ #13837]
47908         * math/libm-test.inc (cos_test): Add a test case for large input
47909         value.
47910         (sin_test): Likewise.
47911         (sincos_test): Likewise.
47913 2012-03-15  Andreas Jaeger  <aj@suse.de>
47914             Joseph Myers  <joseph@codesourcery.com>
47916         [BZ #13658]
47917         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
47918         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
47919         * sysdeps/i386/fpu/branred.c: Likewise.
47920         * sysdeps/i386/fpu/dosincos.c: Likewise.
47921         * sysdeps/i386/fpu/mpa.c: Likewise.
47922         * sysdeps/i386/fpu/s_cos.S: Likewise.
47923         * sysdeps/i386/fpu/s_sin.S: Likewise.
47924         * sysdeps/i386/fpu/s_sincos.S: Likewise.
47925         * sysdeps/i386/fpu/sincos32.c: Likewise.
47927         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
47928         Define.
47929         (libc_feupdateenv_53bit): Define.
47930         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
47931         Define.
47932         (libc_feupdateenv_53bit): Define.
47934         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
47935         53 bit (without extend i386 double precision).
47937         * math/libm-test.inc (sincos_test): Add tests for large input.
47938         (sin): Likewise.
47939         (cos): Likewise.
47941         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
47943 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
47945         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47947 2012-03-15  David S. Miller  <davem@davemloft.net>
47949         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
47950         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
47951         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
47952         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
47953         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
47954         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
47955         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
47956         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
47957         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
47958         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
47959         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
47960         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
47961         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
47962         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
47963         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
47964         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
47965         file.
47966         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
47967         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
47968         file.
47969         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
47970         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
47971         file.
47972         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
47973         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
47974         file.
47975         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
47976         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
47977         fmin/fmax sysdep routines.
47978         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
47980 2012-03-14  David S. Miller  <davem@davemloft.net>
47982         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
47983         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
47984         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
47985         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
47986         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
47987         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
47988         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
47989         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
47990         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
47991         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
47992         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
47993         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
47994         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
47995         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
47996         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
47997         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
47998         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
47999         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
48000         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
48001         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
48002         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
48003         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
48004         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
48005         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
48006         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
48007         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
48008         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
48009         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
48010         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
48011         routines.
48012         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
48013         file.
48014         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
48015         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
48016         file.
48017         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
48018         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
48019         file.
48020         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
48021         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
48022         file.
48023         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
48024         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
48025         file.
48026         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
48027         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
48028         file.
48029         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
48030         file.
48031         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
48032         file.
48033         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
48034         file.
48035         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
48036         New file.
48037         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
48038         file.
48039         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
48040         file.
48041         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
48042         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
48043         file.
48044         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
48045         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
48046         file.
48047         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
48048         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
48049         file.
48050         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
48051         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
48052         VIS3 routines.
48054         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
48055         New file.
48057         * sysdeps/sparc/fpu/libm-test-ulps: Update.
48059         * sysdeps/sparc/configure.in: New file.
48060         * sysdeps/sparc/configure: Generate.
48061         * configure.in (libc_cv_sparc_as_vis3): Substitute.
48062         * configure: Regenerate.
48063         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
48064         * config.make.in (have-as-vis3): New.
48065         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
48066         available use -Av9d instead of -Av9a.
48067         * sysdeps/sparc/sparc64/Makefile: Likewise.
48068         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
48069         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
48070         New file.
48071         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
48072         file.
48073         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
48074         New file.
48075         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
48076         file.
48077         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
48078         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
48079         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
48080         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
48081         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
48083         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
48084         fzeros/fnegs to load 0x80000000 into a float register instead of
48085         using the stack.
48086         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
48088 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
48090         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
48091         bits/syscall.h.
48092         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
48093         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
48094         ($(inst_includedir)/bits/syscall.h): Remove rule.
48095         ($(objpfx)bits/syscall.d): Include instead of
48096         $(objpfx)syscall-list.d.
48097         (generated): Change syscall-list.h and syscall-list.d to
48098         bits/syscall.h and bits/syscall.d.
48100 2012-03-14  Roland McGrath  <roland@hack.frob.com>
48102         [BZ #13846]
48103         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
48105 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
48107         [BZ #13841]
48108         * math/s_csqrt.c: Include <float.h>.
48109         (__csqrt): Scale large or subnormal inputs.
48110         * math/s_csqrtf.c: Likewise.
48111         * math/s_csqrtl.c: Likewise.
48112         * math/libm-test.inc (csqrt_test): Add more tests.
48113         * sysdeps/i386/fpu/libm-test-ulps: Update.
48114         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48116         [BZ #13840]
48117         * math/libm-test.inc (hypot_test): Add more tests.
48119 2012-03-13  David S. Miller  <davem@davemloft.net>
48121         [BZ #13840]
48122         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
48123         double-precision for the calculation instead of scaling.
48125 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
48127         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
48128         manipulate bits before adding and subtracting TWO52[sx].
48129         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
48130         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
48131         Likewise.
48132         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
48134 2012-03-13  David S. Miller  <davem@davemloft.net>
48136         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
48137         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
48138         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
48139         rtld-global-offsets.h
48140         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
48142         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
48143         large parameters.
48145         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
48147         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
48148         'err' in the ifdef scope in which it is actually used.
48150         * nss/nss_db/db-init.c: Include string.h
48152 2012-03-12  David S. Miller  <davem@davemloft.net>
48154         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
48155         masking out of the most significant byte of random value used.
48156         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
48157         Fix coding style in previous change.
48159         * sysdeps/unix/sysv/linux/kernel-features.h
48160         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
48161         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
48162         expression.
48163         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
48164         later.
48166 2012-03-11  David S. Miller  <davem@davemloft.net>
48168         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
48169         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
48170         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
48171         for 'resultvar' otherwise things get truncated on 64-bit.
48173         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
48174         Fix masking out of the most significant byte of random value used.
48176         * sysdeps/sparc/fpu/libm-test-ulps: Update.
48178 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
48180         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
48182 2012-03-09  David S. Miller  <davem@davemloft.net>
48184         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
48185         variables with appropriate CPP guards.
48186         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
48187         from the frame pointer, not the stack pointer.  Correct layout
48188         comments.  Fix test on resulting framesize and the management of
48189         the outregs buffer for pltexit.  Preserve floating point return
48190         values across _dl_call_pltexit call.
48191         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
48192         framesize and the management of the outregs buffer for pltexit.
48193         Preserve floating point return values across _dl_call_pltexit
48194         call.
48195         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
48196         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
48197         (la_sparc64_gnu_pltexit): New functions.
48198         (print_exit): Fix format string for return register value.
48200 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
48202         * sunrpc/Makefile (others): Add rpcgen.
48203         ($(objpfx)rpcgen): Remove special build rule and dependency on
48204         libc.
48205         * sunrpc/rpcgen.c: New file.
48207 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
48209         [BZ #13673]
48210         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
48211         * stdio-common/bug-vfprintf-nargs.c: Likewise.
48212         * sysdeps/i386/crti.S: Likewise.
48213         * sysdeps/i386/crtn.S: Likewise.
48214         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
48215         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
48216         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
48217         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
48218         * sysdeps/sh/crti.S: Likewise.
48219         * sysdeps/sh/crtn.S: Likewise.
48220         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
48222         [BZ #13673]
48223         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
48224         with URL.
48225         * locale/programs/locfile-kw.gperf: Likewise.
48226         * locale/programs/charmap-kw.h: Regenerated.
48227         * locale/programs/locfile-kw.h: Likewise.
48229         [BZ #13673]
48230         * intl/plural.y: Replace FSF snail mail address with URL.
48231         * intl/plural.c: Regenerated.
48233 2012-03-09  Richard Henderson  <rth@twiddle.net>
48235         * include/math_private.h: Remove file.
48236         * math/math_private.h: Move file ...
48237         * sysdeps/generic/math_private.h: ... here.
48239         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
48240         * sysdeps/powerpc/fpu/math_private.h: Likewise.
48241         * sysdeps/x86_64/fpu/math_private.h: Likewise.
48243         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
48244         and <math_private.h>.
48245         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
48246         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
48247         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
48248         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
48249         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
48250         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
48251         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
48252         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48253         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
48254         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
48255         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48256         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
48257         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
48258         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
48259         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
48260         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
48261         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
48262         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
48263         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
48264         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
48265         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48266         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
48267         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
48268         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48269         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
48270         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
48271         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
48272         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
48273         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48274         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
48275         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
48276         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48277         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
48278         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
48279         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
48280         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
48281         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
48282         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
48283         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
48284         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
48285         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
48286         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
48287         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
48288         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
48289         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
48290         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
48291         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
48292         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
48293         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
48294         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
48295         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
48296         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
48297         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
48298         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
48299         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
48300         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
48301         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
48302         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
48303         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
48304         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
48305         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
48306         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
48307         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48308         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
48309         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
48310         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
48311         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
48312         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
48313         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
48314         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
48315         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
48316         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
48317         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
48318         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
48319         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
48320         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
48321         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
48322         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
48323         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
48324         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
48325         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
48326         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
48327         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
48328         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
48329         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
48330         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
48331         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
48332         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
48333         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
48334         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
48335         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
48336         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
48337         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
48338         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
48339         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
48340         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
48341         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
48342         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
48343         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
48344         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
48345         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
48346         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
48347         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
48348         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
48349         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
48350         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
48351         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
48352         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
48353         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
48354         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
48355         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
48356         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
48357         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
48358         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
48359         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
48360         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
48361         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
48362         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
48363         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
48364         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
48365         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
48366         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
48367         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
48368         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
48369         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
48370         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
48371         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
48372         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
48373         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
48374         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
48375         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
48376         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
48377         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
48378         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
48379         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
48380         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
48381         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
48382         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
48383         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
48384         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
48385         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
48386         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
48387         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
48388         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
48389         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
48390         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
48391         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
48392         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
48393         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
48394         * sysdeps/ieee754/k_standard.c: Likewise.
48395         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
48396         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
48397         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
48398         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
48399         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
48400         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
48401         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
48402         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
48403         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
48404         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
48405         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
48406         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
48407         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
48408         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
48409         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
48410         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
48411         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
48412         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
48413         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
48414         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
48415         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
48416         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
48417         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
48418         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
48419         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
48420         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
48421         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
48422         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
48423         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
48424         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
48425         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
48426         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
48427         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
48428         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
48429         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
48430         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
48431         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
48432         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
48433         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
48434         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
48435         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
48436         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
48437         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
48438         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
48439         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
48440         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
48441         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
48442         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
48443         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
48444         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
48445         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
48446         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
48447         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
48448         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
48449         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
48450         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
48451         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
48452         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
48453         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
48454         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
48455         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
48456         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
48457         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
48458         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
48459         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
48460         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
48461         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
48462         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
48463         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
48464         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
48465         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
48466         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
48467         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
48468         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
48469         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
48470         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
48471         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
48472         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
48473         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
48474         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
48475         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
48476         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
48477         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
48478         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
48479         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
48480         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
48481         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
48482         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
48483         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
48484         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
48485         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
48486         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
48487         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
48488         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
48489         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
48490         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
48491         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
48492         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
48493         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
48494         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
48495         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
48496         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
48497         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
48498         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
48499         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
48500         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
48501         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
48502         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
48503         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
48504         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
48505         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
48506         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
48507         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
48508         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
48509         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
48510         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
48511         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
48512         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
48513         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
48514         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
48515         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
48516         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
48517         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
48518         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
48519         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
48520         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
48521         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
48522         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
48523         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
48524         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
48525         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
48526         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
48527         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
48528         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
48529         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
48530         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
48531         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
48532         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
48533         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
48534         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
48535         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
48536         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
48537         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
48538         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
48539         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
48540         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
48541         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
48542         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
48543         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
48544         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
48545         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
48546         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
48547         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
48548         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
48549         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
48550         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
48551         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
48552         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
48553         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
48554         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
48555         * sysdeps/ieee754/s_lib_version.c: Likewise.
48556         * sysdeps/ieee754/s_matherr.c: Likewise.
48557         * sysdeps/ieee754/s_signgam.c: Likewise.
48558         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
48559         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
48560         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
48561         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
48562         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
48563         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
48564         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
48565         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
48566         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
48567         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
48568         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
48569         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
48570         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
48571         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
48572         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
48573         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
48574         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
48575         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
48576         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
48577         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
48578         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
48580 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
48582         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
48583         * sunrpc/rpc_main.c: Likewise.
48584         * sunrpc/rpc_svcout.c: Likewise.
48586 2012-03-09  David S. Miller  <davem@davemloft.net>
48588         * include/math_private.h: New file.
48590 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
48592         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
48593         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
48594         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
48595         from <bits/socket_type.h>.
48596         (enum __socket_type): Don't define here.
48597         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
48598         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
48599         bits/socket_type.h.
48601         [BZ #13566]
48602         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
48603         checking __USE_GNU.
48605         * Makerules ($(inst_includedir)/%.h): New rule.
48606         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
48607         (install-others): Remove variable setting.
48608         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
48610 2012-03-08  Richard Henderson  <rth@twiddle.net>
48612         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
48613         from macro to inline function; merge with the
48614         !__LIBC_INTERNAL_MATH_INLINES version.
48615         (__ieee754_sqrtf): Likewise.
48617         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
48618         to inline function.
48619         (__rintf, __floor, __floorf): Likewise.
48621         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
48622         macro to inline function.
48623         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
48625         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
48626         not <math/math_private.h>.
48628 2012-03-08  David S. Miller  <davem@davemloft.net>
48630         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
48631         copyright year.
48632         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
48634 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
48636         * resolv/gai_misc.c (handle_requests): Fix struct timespec
48637         normalization.
48638         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
48639         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
48641 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
48643         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
48644         be defined individually, they must be defined as a block.  Define
48645         S for printing a string instead of hidint the different by using a
48646         macro for adding the 'l'.
48647         * stdio-common/tst-fphex-wide.c: Adjust.
48649 2012-03-07  Marek Polacek  <polacek@redhat.com>
48651         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
48653 2012-03-08  Marek Polacek  <polacek@redhat.com>
48655         [BZ #13806]
48656         * stdio-common/Makefile (tests): Add tst-fphex-wide.
48657         * stdio-common/tst-fphex.c: Define a few macros to make the
48658         test reusable.  Use them.
48659         * stdio-common/tst-fphex-wide.c: New file.
48661 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
48663         [BZ #6911]
48664         * manual/macros.texi (gnusystems): New macro.
48665         (nongnusystems): Likewise.
48666         (gnulinuxhurdsystems): Likewise.
48667         (gnuhurdsystems): Likewise..
48668         (gnulinuxsystems): Likewise.
48669         * manual/charset.texi: Use new macros or @theglibc{} to refer to
48670         variants of the GNU system, not "GNU system".
48671         * manual/conf.texi: Likewise.
48672         * manual/errno.texi: Likewise.  Update example of errno macro
48673         expansion.
48674         * manual/filesys.texi: Likewise.
48675         (getumask): Document as specific to GNU/Hurd.
48676         * manual/install.texi: Likewise.  Reword some references to
48677         GNU/Linux.
48678         * manual/intro.texi: Likewise.
48679         * manual/io.texi: Likewise.
48680         (File Name Portability): Detail which constraints are inapplicable
48681         to all GNU systems and which are only inapplicable to GNU/Hurd.
48682         * manual/job.texi: Likewise.
48683         * manual/llio.texi: Likewise.
48684         (O_NOCTTY): Document as present on GNU/Linux.
48685         * manual/maint.texi: Likewise.
48686         * manual/memory.texi: Likewise.
48687         * manual/pattern.texi: Likewise.
48688         * manual/pipe.texi: Likewise.
48689         * manual/process.texi: Likewise.
48690         * manual/resource.texi: Likewise.
48691         (RUSAGE_CHILDREN): Remove statement about specifying a particular
48692         child on GNU/Hurd.
48693         * manual/setjmp.texi: Likewise.
48694         * manual/signal.texi: Likewise.
48695         * manual/startup.texi: Likewise.
48696         * manual/stdio.texi: Likewise.
48697         * manual/terminal.texi: Likewise.
48698         (ONLCR): Document as POSIX.
48699         (OXTABS): Document availability on GNU/Linux as XTABS.
48700         (ONOEOT): Document availability separately from other bits.
48701         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
48702         * manual/time.texi: Likewise.
48703         * manual/users.texi: Likewise.
48704         * INSTALL: Regenerated.
48705         * sysdeps/gnu/errlist.c: Regenerated.
48707         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
48708         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
48709         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
48710         puts.
48711         * configure: Regenerated.
48713 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
48715         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
48716         default includes instead of AC_HEADER_CHECK.
48717         * sysdeps/i386/configure: Regenerated.
48719         [BZ #10716]
48720         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
48721         * math/s_cacoshf.c (__cacoshf): Likewise.
48722         * math/s_cacoshl.c (__cacoshl): Likewise.
48723         * math/s_casinh.c (__casinh): Set signs of result from argument.
48724         * math/s_casinhf.c (__casinhf): Likewise.
48725         * math/s_casinhl.c (__casinhl): Likewise.
48726         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
48727         (casinh_test): Add more tests.
48728         * sysdeps/i386/fpu/libm-test-ulps: Update.
48729         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48731 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
48733         * po/zh_TW.po: Update from translation team.
48735         * login/Makefile (distribute): Remove variable.
48736         * catgets/Makefile: Likewise.
48737         * mach/Makefile: Likewise.
48738         * malloc/Makefile: Likewise.
48739         * misc/Makefile: Likewise.
48740         * iconv/Makefile: Likewise.
48741         * nscd/Makefile: Likewise.
48742         * hurd/Makefile: Likewise.
48743         * manual/Makefile: Likewise.
48744         * locale/Makefile: Likewise.
48745         * intl/Makefile: Likewise.
48746         * conform/Makefile: Likewise.
48747         * nss/Makefile: Likewise.
48748         * time/Makefile: Likewise.
48749         * soft-fp/Makefile: Likewise.
48750         * dirent/Makefile: Likewise.
48751         * gmon/Makefile: Likewise.
48752         * po/Makefile: Likewise.
48753         * rt/Makefile: Likewise.
48754         * socket/Makefile: Likewise.
48755         * math/Makefile: Likewise.
48756         * signal/Makefile: Likewise.
48757         * debug/Makefile: Likewise.
48758         * elf/Makefile: Likewise.
48759         * timezone/Makefile: Likewise.
48760         * stdlib/Makefile: Likewise.
48761         * iconvdata/Makefile: Likewise.
48762         * sunrpc/Makefile: Likewise.
48763         * io/Makefile: Likewise.
48764         * argp/Makefile: Likewise.
48765         * inet/Makefile: Likewise.
48766         * hesiod/Makefile: Likewise.
48767         * grp/Makefile: Likewise.
48768         * csu/Makefile: Likewise.
48769         * wctype/Makefile: Likewise.
48770         * crypt/Makefile: Likewise.
48771         * libio/Makefile: Likewise.
48772         * string/Makefile: Likewise.
48773         * nis/Makefile: Likewise.
48774         * resolv/Makefile: Likewise.
48775         * stdio-common/Makefile: Likewise.
48776         * wcsmbs/Makefile: Likewise.
48777         * dlfcn/Makefile: Likewise.
48778         * posix/Makefile: Likewise.
48780         [BZ #6959]
48781         * timezone/Makefile: Don't install timezone files, just the programs
48782         and scripts.
48784 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
48786         * nss/databases.def: Add missing gshadow entry.
48788         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
48790 2012-03-06  Marek Polacek  <polacek@redhat.com>
48792         [BZ #13726]
48793         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
48794         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
48795         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
48796         * stdio-common/tst-long-dbl-fphex.c: New file.
48798 2012-03-06  David S. Miller  <davem@davemloft.net>
48800         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
48801         (set_obp_int): New function.
48802         (get_obp_int): New function.
48803         (__get_clockfreq_via_dev_openprom): Likewise.
48804         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
48805         Avoid unused variable warnings on 'val' and use builtin_expect.
48806         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
48807         __builtin_expect.
48808         (INLINE_CLONE_SYSCALL): Likewise.
48810 2012-03-05  David S. Miller  <davem@davemloft.net>
48812         * sysdeps/sparc/fpu/libm-test-ulps: Update.
48814 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
48816         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
48818         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
48819         only for |x| >= 40.
48820         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
48822 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
48824         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
48825         Replace gettimeofday with __vdso_gettimeofday.
48827         * sysdeps/unix/sysv/linux/x86_64/init-first.c
48828         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
48829         __vdso_clock_gettime and __vdso_getcpu.
48831         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
48832         time with __vdso_time.
48834 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
48836         * manual/lang.texi (size_t): Note types to which size_t may be
48837         equivalent with the GNU C Library, but do not describe when
48838         differences between them are significant.
48840 2012-03-05  Andreas Jaeger  <aj@suse.de>
48842         * sysdeps/i386/fpu/libm-test-ulps: Update.
48844 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
48846         [BZ #3976]
48847         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
48848         (__ieee754_pow): Save and restore rounding mode and use
48849         round-to-nearest for main computations.
48850         * math/libm-test.inc (pow_test_tonearest): New function.
48851         (pow_test_towardzero): Likewise.
48852         (pow_test_downward): Likewise.
48853         (pow_test_upward): Likewise.
48854         (main): Call the new functions.
48855         * sysdeps/i386/fpu/libm-test-ulps: Update.
48856         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48858         [BZ #3976]
48859         * math/libm-test.inc (cosh_test_tonearest): New function.
48860         (cosh_test_towardzero): Likewise.
48861         (cosh_test_downward): Likewise.
48862         (cosh_test_upward): Likewise.
48863         (sinh_test_tonearest): Likewise.
48864         (sinh_test_towardzero): Likewise.
48865         (sinh_test_downward): Likewise.
48866         (sinh_test_upward): Likewise.
48867         (main): Call the new functions.
48868         * sysdeps/i386/fpu/libm-test-ulps: Update.
48869         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48871 2012-03-05  Tom de Vries  <tom@codesourcery.com>
48873         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
48874         default stack guard is set in last bytes.
48875         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
48877 2012-03-05  Kees Cook  <keescook@chromium.org>
48879         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
48881         [BZ #13656]
48882         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
48883         possibly allocate from heap instead of stack.
48884         * stdio-common/bug-vfprintf-nargs.c: New file.
48885         * stdio-common/Makefile (tests): Add nargs overflow test.
48887 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
48889         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
48891 2012-03-03  Marek Polacek  <polacek@redhat.com>
48893         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
48894         * math/math_private.h: Likewise.
48895         * stdlib/tst-strtod.c: Likewise.
48896         * sysdeps/i386/i486/bits/atomic.h: Likewise.
48897         * sysdeps/x86_64/bits/atomic.h: Likewise.
48899 2012-03-02  David S. Miller  <davem@davemloft.net>
48901         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
48902         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
48903         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
48904         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
48905         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
48906         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
48907         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
48908         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
48910 2012-03-02  Roland McGrath  <roland@hack.frob.com>
48912         [BZ #13792]
48913         * manual/examples/README: New file, says the example source files
48914         can be used under GPL>=2.
48915         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
48916         line containing just "*/".
48917         * manual/examples/add.c: Add copyright header (GPL>=2).
48918         * manual/examples/argp-ex1.c: Likewise.
48919         * manual/examples/argp-ex2.c: Likewise.
48920         * manual/examples/argp-ex3.c: Likewise.
48921         * manual/examples/argp-ex4.c: Likewise.
48922         * manual/examples/atexit.c: Likewise.
48923         * manual/examples/db.c: Likewise.
48924         * manual/examples/dir.c: Likewise.
48925         * manual/examples/dir2.c: Likewise.
48926         * manual/examples/execinfo.c: Likewise.
48927         * manual/examples/filecli.c: Likewise.
48928         * manual/examples/filesrv.c: Likewise.
48929         * manual/examples/fmtmsgexpl.c: Likewise.
48930         * manual/examples/genpass.c: Likewise.
48931         * manual/examples/inetcli.c: Likewise.
48932         * manual/examples/inetsrv.c: Likewise.
48933         * manual/examples/isockad.c: Likewise.
48934         * manual/examples/longopt.c: Likewise.
48935         * manual/examples/memopen.c: Likewise.
48936         * manual/examples/memstrm.c: Likewise.
48937         * manual/examples/mkfsock.c: Likewise.
48938         * manual/examples/mkisock.c: Likewise.
48939         * manual/examples/mygetpass.c: Likewise.
48940         * manual/examples/pipe.c: Likewise.
48941         * manual/examples/popen.c: Likewise.
48942         * manual/examples/rprintf.c: Likewise.
48943         * manual/examples/search.c: Likewise.
48944         * manual/examples/select.c: Likewise.
48945         * manual/examples/setjmp.c: Likewise.
48946         * manual/examples/sigh1.c: Likewise.
48947         * manual/examples/sigusr.c: Likewise.
48948         * manual/examples/stpcpy.c: Likewise.
48949         * manual/examples/strdupa.c: Likewise.
48950         * manual/examples/strftim.c: Likewise.
48951         * manual/examples/strncat.c: Likewise.
48952         * manual/examples/subopt.c: Likewise.
48953         * manual/examples/swapcontext.c: Likewise.
48954         * manual/examples/termios.c: Likewise.
48955         * manual/examples/testopt.c: Likewise.
48956         * manual/examples/testpass.c: Likewise.
48957         * manual/examples/timeval_subtract.c: Likewise.
48959         [BZ #13792]
48960         * manual/time.texi (Elapsed Time): Move timeval_subtract example
48961         function to ...
48962         * manual/timeval_subtract.c.texi: ... here, new file.
48964 2012-03-02  David S. Miller  <davem@davemloft.net>
48966         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
48968 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
48970         [BZ #3976]
48971         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
48972         (__sin): Save and restore rounding mode and use round-to-nearest
48973         for all computations.
48974         (__cos): Save and restore rounding mode and use round-to-nearest
48975         for all computations.
48976         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
48977         <fenv.h>.
48978         (tan): Save and restore rounding mode and use round-to-nearest for
48979         all computations.
48980         * math/libm-test.inc (cos_test_tonearest): New function.
48981         (cos_test_towardzero): Likewise.
48982         (cos_test_downward): Likewise.
48983         (cos_test_upward): Likewise.
48984         (sin_test_tonearest): Likewise.
48985         (sin_test_towardzero): Likewise.
48986         (sin_test_downward): Likewise.
48987         (sin_test_upward): Likewise.
48988         (tan_test_tonearest): Likewise.
48989         (tan_test_towardzero): Likewise.
48990         (tan_test_downward): Likewise.
48991         (tan_test_upward): Likewise.
48992         (main): Call the new functions.
48993         * sysdeps/i386/fpu/libm-test-ulps: Update.
48994         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48996         [BZ #10135]
48997         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
48998         small n, then large n, before computing and testing k+n.
48999         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
49000         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
49001         Likewise.
49002         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
49003         Likewise.
49004         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
49005         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
49006         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
49007         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
49008         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
49009         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
49010         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
49011         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
49012         * math/libm-test.inc (scalbn_test): Add more tests.
49013         (scalbln_test): Likewise.
49015         * manual/filesys.texi (mode_t): Describe constraints on size and
49016         signedness, not exact equivalence to a particular type.
49017         (ino_t): Likewise.
49018         (ino64_t): Likewise.
49019         (dev_t): Likewise.
49020         (nlink_t): Likewise.
49021         (blkcnt_t): Likewise.
49022         (blkcnt64_t): Likewise.
49023         * manual/llio.texi (off_t): Likewise.
49025         [BZ #3976]
49026         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
49027         (__ieee754_exp): Save and restore rounding mode and use
49028         round-to-nearest for all computations.
49029         * math/libm-test.inc (exp_test_tonearest): New function.
49030         (exp_test_towardzero): Likewise.
49031         (exp_test_downward): Likewise.
49032         (exp_test_upward): Likewise.
49033         (main): Call the new functions.
49034         * sysdeps/i386/fpu/libm-test-ulps: Update.
49035         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49037 2012-03-01  Chris Demetriou  <cgd@google.com>
49039         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
49040         have predictable order.
49042 2012-03-01  David S. Miller  <davem@davemloft.net>
49044         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
49046         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
49047         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
49048         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
49049         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
49051         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
49052         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
49053         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
49054         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
49055         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
49056         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
49057         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
49058         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
49059         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
49061         * sysdeps/sparc/fpu/libm-test-ulps: Update.
49063         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
49064         * sysdeps/sparc/fpu/libm-test-ulps: to here.
49065         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
49067         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
49068         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
49069         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
49070         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
49071         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
49072         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
49073         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
49074         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
49075         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
49076         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
49077         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
49078         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
49079         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
49080         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
49081         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
49082         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
49083         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
49084         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
49085         * sysdeps/sparc/elf/configure: Regenerated.
49087 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
49089         * configure.in (AS, LD): Require binutils 2.20 or later.
49090         * configure: Regenerated.
49091         * manual/install.texi (Tools for Compilation): Give binutils 2.20
49092         as required minimum version.
49093         * INSTALL: Regenerated.
49095         [BZ #2541]
49096         [BZ #4108]
49097         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
49098         before squaring exponent.
49099         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
49100         bottom long double and 27 bits of top long double before squaring
49101         exponent.
49102         * math/libm-test.inc (erfc_test): Add more tests.
49103         * sysdeps/i386/fpu/libm-test-ulps: Update.
49104         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
49105         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49107 2012-03-01  Kai Tietz  <ktietz@redhat.com>
49109         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
49110         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
49111         containing bit-fields.
49112         * soft-fp/extended.h (_FP_UNION_E): Likewise.
49113         * soft-fp/single.h (_FP_UNION_S): Likewise.
49114         * soft-fp/double.h (_FP_UNION_D): Likewise.
49116 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
49118         [BZ #13786]
49119         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
49120         not include ../strcmp.S.
49121         [USE_AS_STRNCASECMP_L]: Likewise.
49122         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
49123         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
49124         * sysdeps/i386/i686/multiarch/strncase_l-c.c
49125         (__strncasecmp_l_ia32): Define as alias to
49126         __strncasecmp_l_nonascii.
49128         [BZ #5794]
49129         * math/libm-test.inc (expm1_test): Add test for bug 5794.
49130         * sysdeps/i386/fpu/libm-test-ulps: Update.
49131         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49133         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
49134         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49136 2012-02-29  Jeff Law  <law@redhat.com>
49138         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
49139         out of bounds read.
49141 2012-02-29  Marek Polacek  <polacek@redhat.com>
49143         [BZ #13706]
49144         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
49145         * elf/Makefile: Add rules to run tst-unused-dep.out.
49147 2012-02-28  David S. Miller  <davem@davemloft.net>
49149         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
49150         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
49151         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
49152         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
49153         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
49154         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
49156 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
49158         * math/libm-test.inc (llround_test): Move one test from
49159         lround_test.  Use TEST_f_L in moved test.
49160         (lround_test): Move misplaced test to llround_test.  Add testcase
49161         from bug 2561.
49163 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
49165         * sysdeps/x86_64/fpu/e_expf.S: New file.
49166         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
49168 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
49170         [BZ #13637]
49171         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
49172         of remain_len that may cause incomplete multi-byte character and
49173         false match.
49174         * posix/bug-regex33.c: New file.
49175         * posix/Makefile (tests): Add bug-regex33.
49177 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
49179         * manual/macros.texi: New file.
49180         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
49181         * manual/libc.texinfo: Include macros.texi.
49182         * manual/creatute.texi: Likewise.
49183         * manual/install.texi: Likewise.
49184         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
49185         @glibcadj{} in references to the GNU C Library.
49186         * manual/charset.texi: Likewise.
49187         * manual/conf.texi: Likewise.
49188         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
49189         when not using those macros.
49190         * manual/creature.texi: Likewise.
49191         * manual/crypt.texi: Likewise.
49192         * manual/errno.texi: Likewise.
49193         * manual/filesys.texi: Likewise.
49194         * manual/header.texi: Likewise.
49195         * manual/install.texi: Likewise.
49196         * manual/intro.texi: Likewise.
49197         * manual/io.texi: Likewise.
49198         * manual/job.texi: Likewise.
49199         * manual/lang.texi: Likewise.
49200         * manual/libc.texiinfo: Likewise.
49201         * manual/llio.texi: Likewise.
49202         * manual/locale.texi: Likewise.
49203         * manual/maint.texi: Likewise.
49204         * manual/math.texi: Likewise.
49205         * manual/memory.texi: Likewise.
49206         * manual/message.texi: Likewise.
49207         * manual/nss.texi: Likewise.
49208         * manual/pattern.texi: Likewise.
49209         * manual/process.texi: Likewise.
49210         * manual/resource.texi: Likewise.
49211         * manual/search.texi: Likewise.
49212         * manual/setjmp.texi: Likewise.
49213         * manual/signal.texi: Likewise.
49214         * manual/socket.texi: Likewise.
49215         * manual/startup.texi: Likewise.
49216         * manual/stdio.texi: Likewise.
49217         * manual/string.texi: Likewise.
49218         * manual/sysinfo.texi: Likewise.
49219         * manual/syslog.texi: Likewise.
49220         * manual/terminal.texi: Likewise.
49221         * manual/time.texi: Likewise.
49222         * manual/users.texi: Likewise.
49223         * INSTALL: Regenerated.
49224         * NOTES: Regenerated.
49225         * sysdeps/gnu/errlist.c: Regenerated.
49227 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
49229         * include/dirent.h: Include <dirstream.h> before
49230         <dirent/dirent.h>.
49232 2012-02-28  David S. Miller  <davem@davemloft.net>
49234         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
49235         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
49236         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
49237         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
49239 2012-02-27  David S. Miller  <davem@davemloft.net>
49241         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
49242         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
49243         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
49244         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
49246         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
49247         frame pointer instead of stack pointer relative arg slot.
49248         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
49249         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
49250         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
49252 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
49254         [BZ #3992]
49255         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
49257 2012-02-27  David S. Miller  <davem@davemloft.net>
49259         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
49260         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
49261         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
49262         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
49263         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
49264         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
49265         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
49266         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
49268 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
49270         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
49271         later.  Allow versions 5-9.
49272         * configure: Regenerated.
49273         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
49274         required minimum version and 4.6 as recommended version.  Do not
49275         mention bugs in GCC 2.7 and 2.8.
49276         * INSTALL: Regenerated.
49278 2012-02-27  David S. Miller  <davem@davemloft.net>
49280         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
49281         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
49282         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
49283         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
49284         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
49285         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
49286         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
49287         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
49289         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
49290         manipulate bits before adding and subtracting TWO112[sx].
49291         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
49293 2012-02-27  Roland McGrath  <roland@hack.frob.com>
49295         [BZ #13775]
49296         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
49297         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
49298         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
49299         being in POSIX, because they are in 1003.1-2008.
49301         * rt/tst-aio.c: Include <fcntl.h>.
49302         * rt/tst-aio7.c: Likewise.
49303         * rt/tst-aio64.c: Likewise.
49305         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
49307 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
49309         * manual/install.texi (--with-headers): Describe headers as
49310         interface headers, not private headers.
49311         (Specific advice for GNU/Linux systems): Describe use of headers
49312         from "make headers_install", not private headers from older
49313         kernels.
49314         * INSTALL: Regenerated.
49315         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
49316         Change to 2.6.19.
49317         * sysdeps/unix/sysv/linux/configure: Regenerated.
49319         * manual/llio.texi (fclean): Remove documentation.
49321         * manual/Makefile (libc-texi-generated): New variable.  Include
49322         version.texi.
49323         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
49324         $(libc-texi-generated), not duplicated list of files.
49325         (version.texi, stamp-version): New rules.
49326         (realclean): Remove $(libc-texi-generated), not individual files
49327         from that list.  Do not remove dir-add.texinfo.
49328         * manual/libc.texinfo: Comment out uses of edition numbers and
49329         references to printed manual.  Remove last-updated dates.
49330         (EDITION): Comment out.
49331         (ISBN): Likewise.
49332         (VERSION, UPDATED): Remove.
49333         (version.texi): Include.
49335 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
49337         * sysdeps/posix/spawni.c: Include <signal.h>.
49338         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
49339         * sysdeps/pthread/aio_fsync.c: Likewise.
49341 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
49343         * conform/Makefile (tests): Run only when not cross-compiling and
49344         when fast-check is not defined.
49346         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
49347         * conform/data/limits.h-data: Fixes for POSIX2008.
49348         * conform/run-conformtest.sh: Run all tests.
49349         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
49350         headers.
49351         * include/bits/dlfcn.h: Likewise.
49352         * include/langinfo.h: Likewise.
49353         * include/monetary.h: Likewise.
49354         * include/sys/poll.h: Likewise.
49356         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
49357         for __USE_GNU.
49358         * posix/spawn.h: Define __need_sigset_t.
49359         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
49360         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
49361         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
49362         to get sigevent_t only.
49363         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
49364         only for __USE_GNU.
49365         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
49366         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
49367         process_vm_writev only for __USE_GNU.
49368         * termios/termios.h: Declare tcgetsid also for POSIX2008.
49370         * conform/Makefile: For now ignore errors from run-conformtest.
49371         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
49372         POSIX to avoid namespace pollution.  Don't prepend headers.
49373         * conform/data/aio.h-data: Fixes for POSIX testing.
49374         * conform/data/fcntl.h-data: Likewise.
49375         * conform/data/glob.h-data: Likewise.
49376         * conform/data/grp.h-data: Likewise.
49377         * conform/data/pthread.h-data: Likewise.
49378         * conform/data/pwd.h-data: Likewise.
49379         * conform/data/signal.h-data: Likewise.
49380         * conform/data/spawn.h-data: Likewise.
49381         * conform/data/stdio.h-data: Likewise.
49382         * conform/data/stdlib.h-data: Likewise.
49383         * conform/data/stropts.h-data: Likewise.
49384         * conform/data/sys/mman.h-data: Likewise.
49385         * conform/data/sys/stat.h-data: Likewise.
49386         * conform/data/sys/types.h-data: Likewise.
49387         * conform/data/sys/wait.h-data: Likewise.
49388         * conform/data/time.h-data: Likewise.
49389         * conform/data/unistd.h-data: Likewise.
49390         * conform/data/utime.h-data: Likewise.
49392         * io/sys/stat.h: fchmod was always in POSIX.
49393         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
49394         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
49395         * rt/aio.h: Define __need_timespec before including <time.h>.
49396         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
49397         struct.  Add forward declaration of pthread_attr_t and use it in
49398         sigevent.
49399         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
49400         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
49401         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
49402         always remove CLK_TCK definition.
49404 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
49406         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
49408 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
49410         * conform/run-conformtest.sh: New file.
49411         * conform/Makefile: Run run-conformtest for tests.
49412         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
49413         support.
49415         * conform/data/uchar.h-data: New file.
49416         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
49417         * conform/data/arpa/inet.h-data: Likewise.
49418         * conform/data/assert.h-data: Likewise.
49419         * conform/data/complex.h-data: Likewise.
49420         * conform/data/cpio.h-data: Likewise.
49421         * conform/data/ctype.h-data: Likewise.
49422         * conform/data/dirent.h-data: Likewise.
49423         * conform/data/dlfcn.h-data: Likewise.
49424         * conform/data/errno.h-data: Likewise.
49425         * conform/data/fcntl.h-data: Likewise.
49426         * conform/data/float.h-data: Likewise.
49427         * conform/data/fmtmsg.h-data: Likewise.
49428         * conform/data/fnmatch.h-data: Likewise.
49429         * conform/data/ftw.h-data: Likewise.
49430         * conform/data/glob.h-data: Likewise.
49431         * conform/data/grp.h-data: Likewise.
49432         * conform/data/iconv.h-data: Likewise.
49433         * conform/data/inttypes.h-data: Likewise.
49434         * conform/data/langinfo.h-data: Likewise.
49435         * conform/data/libgen.h-data: Likewise.
49436         * conform/data/limits.h-data: Likewise.
49437         * conform/data/locale.h-data: Likewise.
49438         * conform/data/math.h-data: Likewise.
49439         * conform/data/monetary.h-data: Likewise.
49440         * conform/data/mqueue.h-data: Likewise.
49441         * conform/data/ndbm.h-data: Likewise.
49442         * conform/data/net/if.h-data: Likewise.
49443         * conform/data/netdb.h-data: Likewise.
49444         * conform/data/netinet/in.h-data: Likewise.
49445         * conform/data/nl_types.h-data: Likewise.
49446         * conform/data/poll.h-data: Likewise.
49447         * conform/data/pthread.h-data: Likewise.
49448         * conform/data/pwd.h-data: Likewise.
49449         * conform/data/regex.h-data: Likewise.
49450         * conform/data/sched.h-data: Likewise.
49451         * conform/data/search.h-data: Likewise.
49452         * conform/data/semaphore.h-data: Likewise.
49453         * conform/data/setjmp.h-data: Likewise.
49454         * conform/data/signal.h-data: Likewise.
49455         * conform/data/spawn.h-data: Likewise.
49456         * conform/data/stdarg.h-data: Likewise.
49457         * conform/data/stdio.h-data: Likewise.
49458         * conform/data/stdlib.h-data: Likewise.
49459         * conform/data/string.h-data: Likewise.
49460         * conform/data/strings.h-data: Likewise.
49461         * conform/data/stropts.h-data: Likewise.
49462         * conform/data/sys/ipc.h-data: Likewise.
49463         * conform/data/sys/mman.h-data: Likewise.
49464         * conform/data/sys/msg.h-data: Likewise.
49465         * conform/data/sys/resource.h-data: Likewise.
49466         * conform/data/sys/select.h-data: Likewise.
49467         * conform/data/sys/sem.h-data: Likewise.
49468         * conform/data/sys/shm.h-data: Likewise.
49469         * conform/data/sys/socket.h-data: Likewise.
49470         * conform/data/sys/stat.h-data: Likewise.
49471         * conform/data/sys/statvfs.h-data: Likewise.
49472         * conform/data/sys/time.h-data: Likewise.
49473         * conform/data/sys/timeb.h-data: Likewise.
49474         * conform/data/sys/times.h-data: Likewise.
49475         * conform/data/sys/types.h-data: Likewise.
49476         * conform/data/sys/uio.h-data: Likewise.
49477         * conform/data/sys/un.h-data: Likewise.
49478         * conform/data/sys/utsname.h-data: Likewise.
49479         * conform/data/sys/wait.h-data: Likewise.
49480         * conform/data/syslog.h-data: Likewise.
49481         * conform/data/tar.h-data: Likewise.
49482         * conform/data/termios.h-data: Likewise.
49483         * conform/data/utime.h-data: Likewise.
49484         * conform/data/utmpx.h-data: Likewise.
49485         * conform/data/varargs.h-data: Likewise.
49486         * conform/data/wchar.h-data: Likewise.
49487         * conform/data/wctype.h-data: Likewise.
49488         * conform/data/wordexp.h-data: Likewise.
49490         * include/stropts.h: New file.
49491         * include/uchar.h: New file.
49492         * include/aio.h: Changes to allow conformtest.pl to use the headers.
49493         * include/assert.h: Likewise.
49494         * include/ctype.h: Likewise.
49495         * include/dirent.h: Likewise.
49496         * include/dlfcn.h: Likewise.
49497         * include/fcntl.h: Likewise.
49498         * include/fnmatch.h: Likewise.
49499         * include/glob.h: Likewise.
49500         * include/grp.h: Likewise.
49501         * include/libio.h: Likewise.
49502         * include/locale.h: Likewise.
49503         * include/math.h: Likewise.
49504         * include/net/if.h: Likewise.
49505         * include/netdb.h: Likewise.
49506         * include/netinet/in.h: Likewise.
49507         * include/pthread.h: Likewise.
49508         * include/pwd.h: Likewise.
49509         * include/regex.h: Likewise.
49510         * include/sched.h: Likewise.
49511         * include/search.h: Likewise.
49512         * include/setjmp.h: Likewise.
49513         * include/signal.h: Likewise.
49514         * include/stdio.h: Likewise.
49515         * include/stdlib.h: Likewise.
49516         * include/string.h: Likewise.
49517         * include/sys/cdefs.h: Likewise.
49518         * include/sys/mman.h: Likewise.
49519         * include/sys/msg.h: Likewise.
49520         * include/sys/resource.h: Likewise.
49521         * include/sys/select.h: Likewise.
49522         * include/sys/socket.h: Likewise.
49523         * include/sys/stat.h: Likewise.
49524         * include/sys/statvfs.h: Likewise.
49525         * include/sys/time.h: Likewise.
49526         * include/sys/times.h: Likewise.
49527         * include/sys/uio.h: Likewise.
49528         * include/sys/utsname.h: Likewise.
49529         * include/sys/wait.h: Likewise.
49530         * include/termios.h: Likewise.
49531         * include/time.h: Likewise.
49532         * include/ulimit.h: Likewise.
49533         * include/unistd.h: Likewise.
49534         * include/utime.h: Likewise.
49535         * include/wchar.h: Likewise.
49536         * include/wctype.h: Likewise.
49537         * include/wordexp.h: Likewise.
49539         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
49541         * time/time.h: TIME_UTC must be a macro.
49542         Make timespec_get available for ISO C11 only as well.
49544 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
49546         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
49547         Reported by Peng Haitao <penght@cn.fujitsu.com>.
49549 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
49551         * configure.in: Use -o not -a in test for unsupported multi-arch.
49553 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
49555         * manual/texinfo.tex: Update to version 2012-01-19.16.
49557 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
49559         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
49561 2012-02-24  Roland McGrath  <roland@hack.frob.com>
49563         [BZ #13738]
49564         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
49565         * manual/fdl-1.3.texi: New file.
49566         * manual/fdl-1.1.texi: File removed.
49568         [BZ #13738]
49569         * manual/libc.texinfo (FDL_VERSION): New @set.
49570         Use it for mention of FDL in cover text.
49571         (Documentation License): Use it in @include file name.
49573 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
49574             Roland McGrath  <roland@hack.frob.com>
49576         [BZ #5461]
49577         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
49578         (not LONG_LONG_MAX and LONG_LONG_MIN.
49579         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
49580         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
49581         name.
49582         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
49584 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
49586         [BZ #2547]
49587         [BZ #11365]
49588         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
49589         manipulate bits before adding and subtracting TWO23[sx].
49590         * math/libm-test.inc (nearbyint_test): Add more tests.
49592 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
49594         [BZ #2548]
49595         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
49596         bits before adding and subtracting TWO23[sx].
49597         * math/libm-test.inc (rint_test): Add more tests.
49598         (rint_test_tonearest): Likewise.
49599         (rint_test_towardzero): Likewise.
49600         (rint_test_downward): Likewise.
49601         (rint_test_upward: Likewise.
49603 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
49605         [BZ #10110]
49606         * include/stdc-predef.h: New file.  Extracted from features.h.
49607         * include/features.h: Include stdc-predef.h.
49608         * Makefile (headers): Add stdc-predef.h.
49609         * CONFORMANCE (Compiler limitations): Update.
49611 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
49613         * manual/libc.texinfo (VERSION, UPDATED): Revert.
49615 2012-02-21  David S. Miller  <davem@davemloft.net>
49617         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
49618         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
49620 2012-02-20  David S. Miller  <davem@davemloft.net>
49622         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
49623         using a normal save/restore sequence, rather than allocating a
49624         dummy stack frame just to store a frame pointer and restore.
49625         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
49627 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
49629         * manual/install.texi: Fix stray word in line-wrapped comment.
49631 2012-02-20  David S. Miller  <davem@davemloft.net>
49633         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
49634         both binutils and gcc support GOTDATA.
49636         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
49637         "rd %pc" in the PIC register setup sequences.
49639         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
49640         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
49641         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
49642         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
49643         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
49644         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
49645         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
49646         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
49647         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
49648         (SYSCALL_ERROR_HANDLER): Likewise.
49649         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
49650         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
49651         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
49652         (SYSCALL_ERROR_HANDLER): Likewise.
49654         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
49655         (HAVE_GCC_GOTDATA): New.
49656         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
49657         relocation support in both binutils and gcc.
49658         * sysdeps/sparc/elf/configure: Regenerate.
49660         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
49661         * sysdeps/sparc/sparc32/elf/configure: Delete.
49662         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
49663         * sysdeps/sparc/sparc64/elf/configure: Delete.
49664         * sysdeps/sparc/elf/configure.in: New file.
49665         * sysdeps/sparc/elf/configure: Generate.
49667         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
49668         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
49669         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
49670         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
49671         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
49673 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
49675         * manual/install.texi: Do not mention specific glibc version
49676         numbers.
49677         * manual/libc.texinfo (VERSION, UPDATED): Update.
49678         (@copying): Use @copyright{} and range of years.
49680 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
49682         [BZ #13695]
49683         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
49684         [crti.S not in sysdirs] (generated): Do not append.
49685         [crti.S not in sysdirs] (omit-deps): Likewise.
49686         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
49687         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
49688         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
49689         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
49690         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
49691         Likewise.
49692         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
49693         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
49694         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
49695         * csu/defs.awk: Remove file.
49696         * sysdeps/generic/initfini.c: Likewise.
49697         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
49698         variable.
49699         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
49700         Likewise.
49702 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
49704         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
49705         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
49706         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
49707         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
49708         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
49709         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
49710         <bits/epoll.h>.
49711         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
49712         (__EPOLL_PACKED): Define to empty if not defined by
49713         <bits/epoll.h>.
49714         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
49715         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
49716         bits/epoll.h.
49718 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
49720         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
49721         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
49722         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
49723         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
49724         <bits/timerfd.h>.
49725         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
49726         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
49727         bits/timerfd.h.
49729 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
49731         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
49732         in C locale.
49733         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
49734         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
49735         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
49736         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49738 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
49740         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
49741         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
49743 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
49745         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
49746         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
49747         defined.
49748         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
49749         Likewise.
49750         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
49751         entry for 2.16.
49753 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
49755         * math/w_acos.c: Use non-signaling floating-point comparisons.
49756         * math/w_acosf.c: Likewise.
49757         * math/w_acosh.c: Likewise.
49758         * math/w_acoshf.c: Likewise.
49759         * math/w_acoshl.c: Likewise.
49760         * math/w_acosl.c: Likewise.
49761         * math/w_asin.c: Likewise.
49762         * math/w_asinf.c: Likewise.
49763         * math/w_asinl.c: Likewise.
49764         * math/w_atanh.c: Likewise.
49765         * math/w_atanhf.c: Likewise.
49766         * math/w_atanhl.c: Likewise.
49767         * math/w_exp2.c: Likewise.
49768         * math/w_exp2f.c: Likewise.
49769         * math/w_exp2l.c: Likewise.
49770         * math/w_j0.c: Likewise.
49771         * math/w_j0f.c: Likewise.
49772         * math/w_j0l.c: Likewise.
49773         * math/w_j1.c: Likewise.
49774         * math/w_j1f.c: Likewise.
49775         * math/w_j1l.c: Likewise.
49776         * math/w_jn.c: Likewise.
49777         * math/w_jnf.c: Likewise.
49778         * math/w_log.c: Likewise.
49779         * math/w_log10.c: Likewise.
49780         * math/w_log10f.c: Likewise.
49781         * math/w_log10l.c: Likewise.
49782         * math/w_log2.c: Likewise.
49783         * math/w_log2f.c: Likewise.
49784         * math/w_log2l.c: Likewise.
49785         * math/w_logf.c: Likewise.
49786         * math/w_logl.c: Likewise.
49787         * math/w_sqrt.c: Likewise.
49788         * math/w_sqrtf.c: Likewise.
49789         * math/w_sqrtl.c: Likewise.
49790         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
49791         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
49792         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
49793         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
49794         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
49796 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
49798         [BZ #9739]
49799         * manual/string.texi (strnlen): Use correct parameter name in
49800         equivalent expression.
49802 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
49804         [BZ #11174]
49805         * manual/users.texi (seteuid): Consistently use neweuid for
49806         argument name.
49808 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
49810         [BZ #13704]
49811         * manual/nss.texi (Services in the NSS configuration): Correct
49812         list of services in example configuration file.
49814 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
49816         [BZ #11322]
49817         * manual/arith.texi: Remove statements about negative zero
49818         behaving identically to zero.
49820 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
49822         [BZ #5993]
49823         * manual/install.texi: Do not document upgrading from libc5.
49825 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
49827         [BZ #4596]
49828         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
49830 2012-02-18  David S. Miller  <davem@davemloft.net>
49832         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
49833         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
49834         %o7 across the call.
49835         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
49836         instead.
49837         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
49838         SETUP_PIC_REG_LEAF.
49839         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
49840         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
49841         * sysdeps/sparc/crtn.S: Likewise.
49843 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
49845         * aout/Makefile: Remove.
49847 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
49849         [BZ #13058]
49850         * manual/examples/argp-ex1.c (main): Format definition in GNU
49851         style.
49852         * manual/examples/argp-ex2.c (main): Likewise.
49853         * manual/examples/argp-ex3.c (main): Likewise.
49854         * manual/examples/argp-ex4.c (main): Likewise.
49855         * manual/examples/longopt.c (main): Use new-style prototype
49856         definition.
49857         * manual/examples/strncat.c (main): Specify return type and use
49858         (void) for arguments.
49859         * manual/examples/subopt.c (main): Use char **argv argument.
49861 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
49863         [BZ #5077]
49864         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
49865         rounding modes.
49867 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
49869         [BZ #6907]
49870         * manual/string.texi (strchr): Change when strchrnul is
49871         recommended.
49873 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
49875         [BZ #174]
49876         * manual/locale.texi (setlocale): Document LOCPATH.
49878 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
49880         [BZ #10210]
49881         * manual/process.texi (execle): Move @dots{} before last argument.
49883 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
49885         [BZ #12047]
49886         * manual/charset.texi (Generic Charset Conversion): Fix typo
49887         (LC_TYPE -> LC_CTYPE).
49889 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
49891         [BZ #5805]
49892         * manual/arith.texi (scalbn): Use @var{} on parameter names.
49893         (scalbnf): Likewise.
49894         (scalbnl): Likewise.
49895         (scalbln): Likewise.
49896         (scalblnf): Likewise.
49897         (scalblnl): Likewise.
49898         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
49899         (vwarnx): Likewise.
49900         (verr): Likewise.
49901         (verrx): Likewise.
49902         * manual/filesys.texi (telldir): Use braces around return type.
49903         * manual/llio.texi (mmap): Add space after comma.
49904         (mmap64): Likewise.
49905         * manual/math.texi (jn): Use @var{} on parameter names.
49906         (jnf): Likewise.
49907         (jnl): Likewise.
49908         (yn): Likewise.
49909         (ynf): Likewise.
49910         (ynl): Likewise.
49911         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
49912         line.
49913         * manual/resource.texi (ulimit): Use @dots{} instead of literal
49914         "...".
49915         (sched_get_priority_min): Remove semicolon on @deftypefun line.
49916         (sched_get_priority_max): Likewise.
49917         * manual/signal.texi (sigvec): Add space after comma.
49918         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
49919         names.
49920         (if_indextoname): Likewise.
49921         (if_freenameindex): Likewise.
49922         (sendto): Use ',' instead of '.' in prototype.
49923         * manual/startup.texi (syscall): Use @dots{} instead of literal
49924         "...".
49925         * manual/stdio.texi (__fpending): Separate initial words of
49926         paragraph from @deftypefun line.
49927         * manual/syslog.texi (syslog): Use @dots{} instead of literal
49928         "...".
49929         (vsyslog): Use @var{} on parameter names.
49930         * manual/terminal.texi (stty): Use @var{} on parameter names.
49931         * manual/users.texi (getutmp): Use @var{} on parameter names.
49932         (getutmpx): Likewise.
49934 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
49936         [BZ #6884]
49937         * manual/stdio.texi (fopen): Fix typos in description of
49938         ",ccs=STRING".
49940 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
49942         [BZ #4026]
49943         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
49944         get clock_id definition.
49946 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
49948         [BZ #4822]
49949         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
49950         (madvise): Cast every argument to void on its own.
49952 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
49954         [BZ #9902]
49955         * manual/startup.texi (Exit Status): Fix typo.
49957 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
49959         [BZ #10140]
49960         * manual/examples/argp-ex1.c: Include <stdlib.h>.
49961         * manual/examples/argp-ex2.c: Likewise.
49962         * manual/examples/argp-ex3.c: Likewise.
49964 2012-02-16  Richard Henderson  <rth@redhat.com>
49966         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
49967         * sysdeps/s390/s390-32/initfini.c: Remove.
49968         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
49969         * sysdeps/s390/s390-64/initfini.c: Remove.
49971 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
49973         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
49974         compiler output for sysdeps/generic/initfini.c.
49975         * sysdeps/sh/elf/initfini.c: Remove file.
49977 2012-02-16  David S. Miller  <davem@davemloft.net>
49979         [BZ #11494]
49980         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
49982         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
49983         * sysdeps/sparc/crti.S: New file.
49984         * sysdeps/sparc/crtn.S: New file.
49985         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
49986         * sysdeps/sparc/sparc64/Makefile: Likewise.
49988 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
49990         [BZ #3335]
49991         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
49993 2012-02-15  Roland McGrath  <roland@hack.frob.com>
49995         [BZ #4822]
49996         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
49998         * mach/devstream.c (cookie_io_functions_t): Macro removed.
49999         (write, read, close): Likewise.
50000         Patch by Aurelien Jarno <aurelien@aurel32.net>.
50002 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
50004         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
50005         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
50006         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
50007         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
50008         <bits/signalfd.h>.
50009         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
50010         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
50011         bits/signalfd.h.
50013 2012-02-14  Marek Polacek  <polacek@redhat.com>
50015         * sysdeps/x86_64/crti.S: New file.
50016         * sysdeps/x86_64/crtn.S: New file.
50017         * sysdeps/x86_64/elf/initfini.c: Remove file.
50019 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
50021         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
50022         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
50023         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
50024         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
50025         <bits/inotify.h>.
50026         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
50027         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
50028         bits/inotify.h.
50030 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
50032         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
50033         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
50034         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
50035         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
50036         <bits/eventfd.h>.
50037         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
50038         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
50039         bits/eventfd.h.
50041 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
50043         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
50044         __feraiseexcept instead of feraiseexcept.
50046         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
50047         nanosleep invocations.
50048         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
50049         strings, and add error checking for a nanosleep invocations.
50051 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
50053         Replace FSF snail mail address with URLs, as per GNU coding standards.
50054         Most of the snail mail addresses were wrong anyway, and omitting
50055         them makes the source code easier to maintain.  Almost all of the
50056         changes are to license notices and to locale LC_IDENTIFICATION
50057         addresses, except for this one:
50058         * manual/libc.texinfo: In "Published by", give the FSF's URL,
50059         not its snail mail address.
50061 2012-02-09  Richard Henderson  <rth@twiddle.net>
50063         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
50064         of kernel-features.h.
50066         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
50068 2012-02-08  Marek Polacek  <polacek@redhat.com>
50070         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
50071         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
50072         * sysdeps/gnu/_G_config.h: Likewise.
50073         * sysdeps/generic/_G_config.h: Likewise.
50075 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
50077         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
50078         tests.
50079         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
50081         * sysdeps/powerpc/powerpc32/crti.S: New file.
50082         * sysdeps/powerpc/powerpc32/crtn.S: New file.
50083         * sysdeps/powerpc/powerpc64/crti.S: New file.
50084         * sysdeps/powerpc/powerpc64/crtn.S: New file.
50086         * Makeconfig (have-initfini): Don't set.
50087         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
50088         * configure.in (nopic_initfini): Don't substitute.
50089         * config.h.in (HAVE_INITFINI): Don't #undef.
50090         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
50091         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
50093 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
50095         Support crti.S and crtn.S provided directly by architectures.
50096         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
50097         [crti.S in sysdirs] (omit-deps): Likewise.
50098         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
50099         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
50100         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
50101         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
50102         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
50103         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
50104         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
50105         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
50106         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
50107         compiler output for sysdeps/generic/initfini.c.
50108         * sysdeps/i386/elf/Makefile: Remove file.
50109         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
50111 2012-02-07  Marek Polacek  <polacek@redhat.com>
50113         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
50114         * sysdeps/gnu/_G_config.h: Likewise.
50115         * sysdeps/mach/hurd/_G_config.h: Likewise.
50117 2012-02-07  Marek Polacek  <polacek@redhat.com>
50119         * math/Makefile (tests): Add tst-CMPLX2.
50120         * math/tst-CMPLX2.c: New file.
50122 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
50124         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
50126         * math/libm-test.inc (jn_test): Add missing L suffix.
50128 2012-02-06  Marek Polacek  <polacek@redhat.com>
50130         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
50131         * sysdeps/i386/fpu/e_powf.S: Likewise.
50132         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
50133         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
50134         * sysdeps/i386/fpu/e_acosh.S: Likewise.
50135         * sysdeps/i386/fpu/e_pow.S: Likewise.
50136         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
50137         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
50138         * sysdeps/i386/fpu/s_expm1.S: Likewise.
50139         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
50140         * sysdeps/i386/fpu/e_log2.S: Likewise.
50141         * sysdeps/i386/fpu/e_log2l.S: Likewise.
50142         * sysdeps/i386/fpu/e_scalb.S: Likewise.
50143         * sysdeps/i386/fpu/e_powl.S: Likewise.
50144         * sysdeps/i386/fpu/s_log1p.S: Likewise.
50145         * sysdeps/i386/fpu/e_log10f.S: Likewise.
50146         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
50147         * sysdeps/i386/fpu/e_logl.S: Likewise.
50148         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
50149         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
50150         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
50151         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
50152         * sysdeps/i386/fpu/e_log2f.S: Likewise.
50153         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
50154         * sysdeps/i386/fpu/e_log.S: Likewise.
50155         * sysdeps/i386/fpu/s_cexp.S: Likewise.
50156         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
50157         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
50158         * sysdeps/i386/fpu/e_logf.S: Likewise.
50159         * sysdeps/i386/fpu/e_log10l.S: Likewise.
50160         * sysdeps/i386/fpu/e_atanh.S: Likewise.
50161         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
50162         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
50163         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
50164         * sysdeps/i386/fpu/e_log10.S: Likewise.
50165         * sysdeps/i386/fpu/s_frexp.S: Likewise.
50166         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
50167         * sysdeps/i386/fpu/s_asinh.S: Likewise.
50168         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
50169         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
50170         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
50171         * sysdeps/i386/asm-syntax.h: Likewise.
50172         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
50173         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
50174         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
50175         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
50176         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
50177         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
50178         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
50179         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
50180         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
50181         * sysdeps/powerpc/sysdep.h: Likewise.
50182         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
50183         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
50185 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
50187         [BZ #411]
50188         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
50190 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
50192         * sysdeps/i386/sysdep.h: Include <features.h>.
50193         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
50194         version.
50196 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
50198         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
50199         Define.
50200         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
50201         LOAD_PIC_REG_STR.
50203 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
50205         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
50206         (SETUP_PIC_REG): Use GET_PC_THUNK.
50207         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
50208         macro.
50210 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
50212         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
50213         for non-PIC compilation.
50214         (SETUP_PIC_REG): Add .p2align directive.
50215         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
50216         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
50217         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
50218         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
50219         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
50220         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
50221         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
50222         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
50223         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
50224         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
50225         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
50226         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
50227         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
50228         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
50229         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
50230         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
50231         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
50232         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
50233         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
50234         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
50235         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
50236         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
50237         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
50238         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
50239         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
50240         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
50241         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
50242         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
50243         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
50244         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
50245         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
50246         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
50247         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
50248         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
50249         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
50250         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
50251         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
50252         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
50253         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
50254         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
50255         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
50257 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
50259         * math/tst-CMPLX.c: Include <stdio.h>.
50261 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
50263         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
50264         float.
50265         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
50266         * sysdeps/sparc/bits/mathdef.h: Likewise.
50268 2012-01-31  Marek Polacek  <polacek@redhat.com>
50270         * libio/libio.h: Don't define _PARAMS.
50271         * locale/programs/config.h: Don't define PARAMS.
50272         * stdlib/strtol_l.c: Likewise.
50273         (__strtol_l): Remove PARAMS from the prototype.
50275 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
50277         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
50278         names.  Just use the correct names.  Remove unnecessary wrapper
50279         functions.
50280         * malloc/arena.c: Likewise.
50281         * malloc/hooks.c: Likewise.
50283         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
50284         ARENA_TEST says not to.  Simplify test for creation of a new arena.
50285         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
50287 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
50289         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
50290         into tail calls.
50291         (update_get_addr): New function.
50292         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
50293         GET_ADDR_MODULE parameter.
50295 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
50297         * crypt/cert.c: Remove __STDC__ conditionals.
50298         * crypt/crypt-entry.c: Likewise.
50299         * crypt/crypt_util.c: Likewise.
50300         * libio/filedoalloc.c: Likewise.
50301         * libio/fileops.c: Likewise.
50302         * libio/genops.c: Likewise.
50303         * libio/iofclose.c: Likewise.
50304         * libio/iofdopen.c: Likewise.
50305         * libio/iofopen.c: Likewise.
50306         * libio/iofopen64.c: Likewise.
50307         * libio/iogetdelim.c: Likewise.
50308         * libio/iopopen.c: Likewise.
50309         * libio/obprintf.c: Likewise.
50310         * libio/oldfileops.c: Likewise.
50311         * libio/oldiofclose.c: Likewise.
50312         * libio/oldiofdopen.c: Likewise.
50313         * libio/oldiofopen.c: Likewise.
50314         * libio/oldiopopen.c: Likewise.
50315         * libio/wfiledoalloc.c: Likewise.
50316         * libio/wgenops.c: Likewise.
50317         * locale/programs/xmalloc.c: Likewise.
50318         * misc/syslog.c: Likewise.
50319         * stdio-common/xbug.c: Likewise.
50320         * string/memchr.c: Likewise.
50321         * string/memcmp.c: Likewise.
50322         * string/memrchr.c: Likewise.
50323         * string/rawmemchr.c: Likewise.
50324         * sysdeps/posix/getcwd.c: Likewise.
50325         * time/strftime_l.c: Likewise.
50327 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
50329         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
50330         * config.make.in (config-cflags-sse2avx): Define.
50331         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
50332         Fix typo.
50334 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
50336         * scripts/config.guess: Update from upstream config git repository.
50337         * scripts/config.sub: Likewise.
50339 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
50341         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
50342         (EM_NUM): Update.
50343         (R_TILEPRO_*, R_TILEGX_*): New macros.
50345         * scripts/firstversions.awk: Fix bug in version range handling.
50347         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
50349         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
50351         * include/sys/epoll.h: New file.
50352         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
50353         libc_hidden_def.
50355 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
50357         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
50358         Avoid unnecessary __WORDSIZE == 64 test.
50359         (fmaxf): Use VEX format if possible.
50360         (fmax): Likewise.
50361         (fminf): Likewise.
50362         (fmin): Likewise.
50364         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
50365         * math/math_private.h: Remove libc_fegetround* and
50366         libc_fesetround*.
50367         * sysdeps/i386/configure.in: Check for -msse2avx.
50368         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
50369         also if SSE2AVX is defined.
50370         Remove libc_fegetround* and libc_fesetround*.
50371         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
50372         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
50373         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
50374         of HAS_YMM_USABLE.
50375         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
50376         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
50377         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
50378         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
50379         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
50381         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
50383 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
50385         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
50386         size is not set.
50387         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
50389 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
50391         [BZ #13618]
50392         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
50393         relocation.
50394         * Makeconfig (libm): Define.
50395         * elf/Makefile: Add rules to build and run tst-relsort1.
50396         * elf/tst-relsort1.c: New file.
50397         * elf/tst-relsort1mod1.c: New file.
50398         * elf/tst-relsort1mod2.c: New file.
50400 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
50402         * math/s_ldexp.c: Remove __STDC__ conditionals.
50403         * math/s_ldexpf.c: Likewise.
50404         * math/s_ldexpl.c: Likewise.
50405         * math/s_nextafter.c: Likewise.
50406         * math/s_nexttowardf.c: Likewise.
50407         * math/s_significand.c: Likewise.
50408         * math/s_significandf.c: Likewise.
50409         * math/s_significandl.c: Likewise.
50410         * math/w_jnl.c: Likewise.
50411         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
50412         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
50413         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
50414         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
50415         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
50416         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
50417         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
50418         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
50419         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
50420         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
50421         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
50422         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
50423         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
50424         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
50425         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
50426         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
50427         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
50428         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
50429         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
50430         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
50431         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
50432         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
50433         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
50434         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
50435         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
50436         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
50437         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
50438         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
50439         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
50440         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
50441         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
50442         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
50443         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
50444         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
50445         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
50446         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
50447         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
50448         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
50449         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
50450         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
50451         * sysdeps/ieee754/k_standard.c: Likewise.
50452         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
50453         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
50454         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
50455         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
50456         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
50457         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
50458         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
50459         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
50460         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
50461         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
50462         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
50463         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
50464         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
50465         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
50466         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
50467         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
50468         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
50469         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
50470         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
50471         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
50472         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
50473         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
50474         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
50475         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
50476         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
50477         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
50478         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
50479         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
50480         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
50481         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
50482         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
50483         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
50484         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
50485         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
50486         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
50487         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
50488         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
50489         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
50490         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
50491         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
50492         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
50493         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
50494         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
50495         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
50496         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
50497         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
50498         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
50499         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
50500         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
50501         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
50502         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
50503         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
50504         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
50505         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
50506         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
50507         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
50508         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
50509         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
50510         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
50511         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
50512         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
50513         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
50514         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
50515         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
50516         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
50517         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
50518         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
50519         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
50520         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
50521         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
50522         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
50523         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
50524         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
50525         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
50526         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
50527         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
50528         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
50529         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
50530         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
50531         * sysdeps/ieee754/s_matherr.c: Likewise.
50532         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
50533         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
50534         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
50535         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
50537 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
50539         * crypt/md5.h: Remove __STDC__ conditionals.
50540         * libio/libioP.h: Likewise.
50541         * locale/programs/config.h: Likewise.
50542         * sysdeps/generic/sysdep.h: Likewise.
50543         * sysdeps/i386/asm-syntax.h: Likewise.
50544         * sysdeps/s390/asm-syntax.h: Likewise.
50545         * sysdeps/unix/sysdep.h: Likewise.
50546         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
50547         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
50549 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
50551         * libio/libio.h: Remove __STDC__ conditionals.
50552         * malloc/obstack.h: Likewise.
50553         * math/complex.h: Likewise.
50554         * math/math.h: Likewise.
50555         * sysdeps/generic/_G_config.h: Likewise.
50556         * sysdeps/gnu/_G_config.h: Likewise.
50557         * sysdeps/mach/hurd/_G_config.h: Likewise.
50558         * sysdeps/powerpc/bits/mathdef.h: Likewise.
50559         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
50560         * sysdeps/sparc/bits/mathdef.h: Likewise.
50562 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
50564         [BZ #13583]
50565         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
50566         Clean up HAS_* macros.
50567         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
50568         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
50569         possible.
50570         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
50571         HAS_AVX.
50572         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
50573         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
50574         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
50575         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
50576         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
50578 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
50580         * elf/tst-unique3.cc (gets): Remove declaration.
50581         * elf/tst-unique3lib.cc (gets): Likewise.
50582         * elf/tst-unique3lib2.cc (gets): Likewise.
50583         * elf/tst-unique4.cc (gets): Likewise.
50585 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
50587         * include/stdio.h: Add C++ protection.  Add gets declarations and
50588         definitions.
50589         * debug/tst-chk1.c: Don't declare gets here.
50590         * stdio-common/tst-gets.c: Likewise.
50592 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
50594         * posix/glob: Remove directory.
50596 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
50598         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
50600 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
50602         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
50603         of the non-standard EPFNOSUPPORT.
50605 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
50607         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
50608         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
50609         ANYWHERE set to 1 only on KERN_NO_SPACE error.
50611 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
50613         * wcsmbs/uchar.h: Test __STDC_VERSION__.
50615 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
50617         * nscd/aicache.c (addhstaiX): Do not cache negative results of
50618         transient errors.
50619         * nscd/grpcache.c (cache_addgr): Likewise.
50620         * nscd/hstcache.c (cache_addhst): Likewise.
50621         * nscd/initgrcache.c (addinitgroupsX): Likewise.
50622         * nscd/pwdcache.c (cache_addpw): Likewise.
50623         * nscd/servicescache.c (cache_addserv): Likewise.
50625 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
50627         * malloc/malloc.c: Various cleanups.
50628         * malloc/hooks.c: Likewise.
50630         * stdlib/Makefile (tests): Add bug-fmtmsg1.
50631         * stdlib/bug-fmtmsg1.c: New file.
50633         * stdlib/fmtmsg.c (init): Add missing unlock.
50634         Patch by Peng Haitao <penght@cn.fujitsu.com>.
50636 2012-01-12  Marek Polacek  <polacek@redhat.com>
50638         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
50639         and _GNU_SOURCE.
50641 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
50643         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
50644         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
50645         macro to ensure uniqueness of label name.
50646         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
50647         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
50649 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
50651         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
50653         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
50654         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
50655         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
50656         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
50658 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
50660         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
50662         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
50663         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
50664         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
50666         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
50668         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
50669         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
50670         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
50671         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
50673         * math/bits/math-finite.h: Add ldexp support.
50675 2012-01-10  Marek Polacek  <polacek@redhat.com>
50677         * locale/programs/localedef.h (show_archive_content): Add noreturn
50678         attribute.
50680 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
50682         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
50684 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
50686         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
50688         * io/Makefile (headers): Add bits/poll2.h.
50690 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
50692         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
50693         typo #include statement.
50695 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
50697         * include/sys/cdefs.h: Define __attribute_alloc_size.
50698         * catgets/gencat.c: Add alloc_size attribute and apply consistently
50699         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
50700         * elf/pldd.c: Likewise.
50701         * iconv/iconv_charmap.c: Likewise.
50702         * iconv/iconvconfig.c: Likewise.
50703         * iconv/strtab.c: Likewise.
50704         * locale/programs/locale.c: Likewise.
50705         * locale/programs/localedef.h: Likewise.
50706         * locale/programs/simple-hash.c: Likewise.
50707         * nscd/nscd.h: Likewise.
50708         * nss/makedb.c: Likewise.
50709         * sysdeps/generic/ldconfig.h: Likewise.
50710         * locale/programs/localedef.c: Remove xmalloc prototype.
50711         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
50713 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
50715         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
50716         appropriate.
50718 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
50720         * math/Makefile (tests): Add tst-CMPLX.
50721         * math/tst-CMPLX.c: New file.
50723         * math/complex.h (CMPLXL): Fix typo.
50725         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
50726         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
50727         GLIBC_2.16.
50728         * debug/tst-chk1.c: Add poll and ppoll tests.
50729         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
50730         * include/sys/poll.h: Add hidden proto for ppoll.
50731         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
50732         * sysdeps/mach/hurd/ppoll.c: Likewise.
50733         * io/ppoll.c: Likewise.
50734         * debug/poll_chk.c: New file.
50735         * debug/ppoll_chk.c: New file.
50736         * include/bits/poll2.h: New file.
50737         * io/bits/poll2.h: New file.
50739         [BZ #1350]
50740         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
50742         * configure.in: static is always set to yes.  Remove.
50743         * config.make.in: Don't set build-static.
50744         * Makeconfig: Remove use of build-static.
50745         * dlfcn/Makefile: Likewise.
50746         * elf/Makefile: Likewise.
50747         * math/Makefile: Likewise.
50748         * misc/Makefile: Likewise.
50749         * nptl/Makefile: Likewise.
50750         * sysdeps/mach/hurd/Makefile: Likewise.
50752         * configure.in: PWD_P is not used anymore.
50753         * config.make.in: Remove PWD_P entry.
50755         * configure.in: Remove last remnants of RANLIB.
50756         No need to check for signed size_t anymore.
50757         Don't set libc_commonpagesize and libc_relro_required here for Alpha
50758         and IA-64.
50759         Remove __builtin_expect test because we require at least gcc 3.4.
50760         * aclocal.m4: Likewise.
50762         * wcsmbs/mbrtoc16.c: Implement using towc function.
50763         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
50764         * wcsmbs/wcsmbsload.c: Likewise.
50765         * iconv/gconv_simple.c: Likewise.
50766         * iconv/gconv_int.h: Likewise.
50767         * iconv/gconv_builtin.h: Likewise.
50768         * iconv/iconv_prog.c: Remove CHAR16 handling.
50770         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
50772         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
50774         * configure.in: Remove --with-elf and --enable-bounded options.
50775         Dont set base_machine for ia64.  More non-ELF conditions removed.
50776         Remove testing and setting of leading underscore information.
50777         * config.make.in (build-bounded): Set to no.
50778         * config.h.in: Remove NO_UNDERSCORES entry.
50779         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
50780         them.
50781         * csu/start.c: Remove !NO_UNDERSCORE code.
50782         * locale/localeinfo.h: Likewise.
50783         * sysdeps/generic/machine-gmon.h: Likewise.
50784         * sysdeps/generic/sysdep.h: Likewise.
50785         * sysdeps/i386/sysdep.h: Likewise.
50786         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
50787         * sysdeps/mach/sysdep.h: Likewise.
50788         * sysdeps/s390/s390-32/sysdep.h: Likewise.
50789         * sysdeps/s390/s390-64/sysdep.h: Likewise.
50790         * sysdeps/sh/sysdep.h: Likewise.
50791         * sysdeps/sparc/sparc32/alloca.S: Likewise.
50792         * sysdeps/unix/i386/sysdep.S: Likewise.
50793         * sysdeps/unix/sparc/start.c: Likewise.
50794         * sysdeps/unix/sparc/sysdep.S: Likewise.
50795         * sysdeps/unix/sparc/sysdep.h: Likewise.
50796         * sysdeps/unix/start.c: Likewise.
50797         * sysdeps/unix/x86_64/sysdep.S: Likewise.
50798         * sysdeps/x86_64/sysdep.h: Likewise.
50800 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
50802         [BZ #13553]
50803         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
50804         for non-gcc.
50805         * argp/argp-fmtstream.h: Use const instead __const.
50806         * argp/argp.h: Likewise.
50807         * assert/assert.h: Likewise.
50808         * bits/fenv.h: Likewise.
50809         * bits/sched.h: Likewise.
50810         * bits/sigset.h: Likewise.
50811         * bits/sigthread.h: Likewise.
50812         * catgets/nl_types.h: Likewise.
50813         * conform/data/pthread.h-data: Likewise.
50814         * crypt/crypt-private.h: Likewise.
50815         * crypt/crypt.h: Likewise.
50816         * crypt/crypt_util.c: Likewise.
50817         * ctype/ctype.h: Likewise.
50818         * debug/execinfo.h: Likewise.
50819         * debug/mbsnrtowcs_chk.c: Likewise.
50820         * debug/mbsrtowcs_chk.c: Likewise.
50821         * debug/wcsnrtombs_chk.c: Likewise.
50822         * debug/wcsrtombs_chk.c: Likewise.
50823         * debug/wcstombs_chk.c: Likewise.
50824         * dirent/dirent.h: Likewise.
50825         * dlfcn/dlfcn.h: Likewise.
50826         * elf/neededtest4.c: Likewise.
50827         * grp/grp.h: Likewise.
50828         * gshadow/gshadow.h: Likewise.
50829         * iconv/gconv.h: Likewise.
50830         * iconv/gconv_int.h: Likewise.
50831         * iconv/gconv_simple.c: Likewise.
50832         * iconv/iconv.h: Likewise.
50833         * iconv/loop.c: Likewise.
50834         * iconv/skeleton.c: Likewise.
50835         * include/aio.h: Likewise.
50836         * include/aliases.h: Likewise.
50837         * include/argz.h: Likewise.
50838         * include/arpa/inet.h: Likewise.
50839         * include/assert.h: Likewise.
50840         * include/dirent.h: Likewise.
50841         * include/dlfcn.h: Likewise.
50842         * include/execinfo.h: Likewise.
50843         * include/fcntl.h: Likewise.
50844         * include/fenv.h: Likewise.
50845         * include/glob.h: Likewise.
50846         * include/grp.h: Likewise.
50847         * include/libintl.h: Likewise.
50848         * include/mntent.h: Likewise.
50849         * include/netdb.h: Likewise.
50850         * include/pwd.h: Likewise.
50851         * include/rpc/netdb.h: Likewise.
50852         * include/sched.h: Likewise.
50853         * include/search.h: Likewise.
50854         * include/shadow.h: Likewise.
50855         * include/signal.h: Likewise.
50856         * include/stdio.h: Likewise.
50857         * include/stdlib.h: Likewise.
50858         * include/string.h: Likewise.
50859         * include/sys/socket.h: Likewise.
50860         * include/sys/stat.h: Likewise.
50861         * include/sys/statfs.h: Likewise.
50862         * include/sys/statvfs.h: Likewise.
50863         * include/sys/syslog.h: Likewise.
50864         * include/sys/time.h: Likewise.
50865         * include/sys/uio.h: Likewise.
50866         * include/time.h: Likewise.
50867         * include/unistd.h: Likewise.
50868         * include/utmp.h: Likewise.
50869         * include/wchar.h: Likewise.
50870         * include/wctype.h: Likewise.
50871         * inet/aliases.h: Likewise.
50872         * inet/arpa/inet.h: Likewise.
50873         * inet/netinet/ether.h: Likewise.
50874         * inet/netinet/in.h: Likewise.
50875         * intl/libintl.h: Likewise.
50876         * io/bits/fcntl2.h: Likewise.
50877         * io/fcntl.h: Likewise.
50878         * io/ftw.h: Likewise.
50879         * io/sys/poll.h: Likewise.
50880         * io/sys/stat.h: Likewise.
50881         * io/sys/statfs.h: Likewise.
50882         * io/sys/statvfs.h: Likewise.
50883         * io/utime.h: Likewise.
50884         * libio/bits/stdio.h: Likewise.
50885         * libio/bits/stdio2.h: Likewise.
50886         * libio/libio.h: Likewise.
50887         * libio/libioP.h: Likewise.
50888         * libio/stdio.h: Likewise.
50889         * locale/lc-ctype.c: Likewise.
50890         * locale/locale.h: Likewise.
50891         * login/utmp.h: Likewise.
50892         * malloc/arena.c: Likewise.
50893         * malloc/malloc.c: Likewise.
50894         * malloc/malloc.h: Likewise.
50895         * malloc/mcheck.c: Likewise.
50896         * malloc/mtrace.c: Likewise.
50897         * math/bits/mathcalls.h: Likewise.
50898         * math/fenv.h: Likewise.
50899         * math/math_private.h: Likewise.
50900         * misc/bits/error.h: Likewise.
50901         * misc/bits/syslog.h: Likewise.
50902         * misc/err.h: Likewise.
50903         * misc/error.h: Likewise.
50904         * misc/fstab.h: Likewise.
50905         * misc/mntent.h: Likewise.
50906         * misc/regexp.h: Likewise.
50907         * misc/search.h: Likewise.
50908         * misc/sgtty.h: Likewise.
50909         * misc/sys/mman.h: Likewise.
50910         * misc/sys/syslog.h: Likewise.
50911         * misc/sys/uio.h: Likewise.
50912         * misc/sys/xattr.h: Likewise.
50913         * misc/ttyent.h: Likewise.
50914         * nis/rpcsvc/ypclnt.h: Likewise.
50915         * nss/nss.h: Likewise.
50916         * posix/bits/unistd.h: Likewise.
50917         * posix/fnmatch.h: Likewise.
50918         * posix/glob.h: Likewise.
50919         * posix/sched.h: Likewise.
50920         * posix/spawn.h: Likewise.
50921         * posix/sys/wait.h: Likewise.
50922         * posix/unistd.h: Likewise.
50923         * posix/wordexp.h: Likewise.
50924         * pwd/pwd.h: Likewise.
50925         * resolv/netdb.h: Likewise.
50926         * resource/sys/resource.h: Likewise.
50927         * rt/aio.h: Likewise.
50928         * rt/bits/mqueue2.h: Likewise.
50929         * rt/mqueue.h: Likewise.
50930         * shadow/shadow.h: Likewise.
50931         * signal/signal.h: Likewise.
50932         * socket/send.c: Likewise.
50933         * socket/sendto.c: Likewise.
50934         * socket/sys/socket.h: Likewise.
50935         * stdio-common/printf.h: Likewise.
50936         * stdlib/bits/stdlib.h: Likewise.
50937         * stdlib/fmtmsg.h: Likewise.
50938         * stdlib/monetary.h: Likewise.
50939         * stdlib/stdlib.h: Likewise.
50940         * stdlib/ucontext.h: Likewise.
50941         * streams/stropts.h: Likewise.
50942         * string/argz.h: Likewise.
50943         * string/bits/string2.h: Likewise.
50944         * string/string.h: Likewise.
50945         * string/strings.h: Likewise.
50946         * sunrpc/rpc/auth.h: Likewise.
50947         * sunrpc/rpc/auth_des.h: Likewise.
50948         * sunrpc/rpc/clnt.h: Likewise.
50949         * sunrpc/rpc/netdb.h: Likewise.
50950         * sunrpc/rpc/pmap_clnt.h: Likewise.
50951         * sunrpc/rpc/xdr.h: Likewise.
50952         * sysdeps/generic/inttypes.h: Likewise.
50953         * sysdeps/generic/net/if.h: Likewise.
50954         * sysdeps/generic/sys/swap.h: Likewise.
50955         * sysdeps/gnu/net/if.h: Likewise.
50956         * sysdeps/gnu/utmpx.h: Likewise.
50957         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
50958         * sysdeps/i386/i486/bits/string.h: Likewise.
50959         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
50960         * sysdeps/s390/bits/string.h: Likewise.
50961         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
50962         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
50963         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
50964         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
50965         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
50966         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
50967         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
50968         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
50969         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
50970         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
50971         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
50972         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
50973         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
50974         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
50975         * sysdeps/unix/sysv/linux/readv.c: Likewise.
50976         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
50977         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
50978         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
50979         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
50980         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
50981         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
50982         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
50983         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
50984         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
50985         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
50986         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
50987         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
50988         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
50989         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
50990         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
50991         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
50992         * sysvipc/sys/ipc.h: Likewise.
50993         * sysvipc/sys/msg.h: Likewise.
50994         * sysvipc/sys/sem.h: Likewise.
50995         * sysvipc/sys/shm.h: Likewise.
50996         * termios/termios.h: Likewise.
50997         * time/sys/time.h: Likewise.
50998         * time/time.h: Likewise.
50999         * wcsmbs/bits/wchar2.h: Likewise.
51000         * wcsmbs/uchar.h: Likewise.
51001         * wcsmbs/wchar.h: Likewise.
51002         * wctype/wctype.h: Likewise.
51004         [BZ #13551]
51005         * Makeconfig: Remove all but ELF support including AIX support.
51006         * Makerules: Likewise.
51007         * config.h.in: Likewise.
51008         * config.make.in: Likewise.
51009         * configure: Likewise.
51010         * configure.in: Likewise.
51011         * csu/Makefile: Likewise.
51012         * csu/version.c: Likewise.
51013         * debug/Makefile: Likewise.
51014         * dlfcn/Makefile: Likewise.
51015         * elf/Makefile: Likewise.
51016         * extra-lib.mk: Likewise.
51017         * iconv/Makefile: Likewise.
51018         * include/libc-symbols.h: Likewise.
51019         * include/shlib-compat.h: Likewise.
51020         * resolv/Makefile: Likewise.
51021         * resolv/res_libc.c: Likewise.
51022         * rt/Makefile: Likewise.
51023         * sysdeps/i386/asm-syntax.h: Likewise.
51024         * sysdeps/i386/sysdep.h: Likewise.
51025         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
51026         * sysdeps/mach/sysdep.h: Likewise.
51027         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
51028         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
51029         * sysdeps/s390/asm-syntax.h: Likewise.
51030         * sysdeps/s390/s390-32/sysdep.h: Likewise.
51031         * sysdeps/s390/s390-64/sysdep.h: Likewise.
51032         * sysdeps/sh/sysdep.h: Likewise.
51033         * sysdeps/unix/sparc/sysdep.h: Likewise.
51034         * sysdeps/wordsize-32/divdi3.c: Likewise.
51035         * sysdeps/x86_64/sysdep.h: Likewise.
51037         * argp/Versions: Remove _argp_unlock_xxx.
51039         [BZ #13559]
51040         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
51041         * abilist/libBrokenLocale.abilist: Likewise.
51042         * abilist/libanl.abilist: Likewise.
51043         * abilist/libc.abilist: Likewise.
51044         * abilist/libcrypt.abilist: Likewise.
51045         * abilist/libdl.abilist: Likewise.
51046         * abilist/libm.abilist: Likewise.
51047         * abilist/libnsl.abilist: Likewise.
51048         * abilist/libpthread.abilist: Likewise.
51049         * abilist/libresolv.abilist: Likewise.
51050         * abilist/librt.abilist: Likewise.
51051         * abilist/libthread_db.abilist: Likewise.
51052         * abilist/libutil.abilist: Likewise.
51053         * abilist/libnss_db.abilist: New file.
51055         * scripts/abilist.awk: Add support for indirect functions.
51057         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
51059         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
51061         * shlib-versions: Remove entries for ports architectures.
51063         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
51064         files in ports.
51065         * elf/stackguard-macros.h: Remove support for IA-64.
51066         * elf/tst-auditmod1.c: Likewise.
51067         * sysdeps/generic/ldsodefs.h: Likewise.
51069         * sysdeps/unix/sysv/linux/configure.in: Ports should define
51070         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
51071         configure files.
51073         [BZ #13552]
51074         * configure.in: Remove --enable-omitfp support.
51075         * FAQ.in: Adjust.
51076         * config.make.in: Likewise.
51077         * Makeconfig: Likewise.
51078         * manual/install.texi: Likewise.
51080         In case anyone cares, the IA-64 architecture could move to ports.
51081         * sysdeps/ia64/*: Removed.
51082         * sysdeps/unix/sysv/linux/ia64/*: Removed.
51083         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
51085         [BZ #13555]
51086         * configure.in: Remove entries for unsupported architectures.
51088         [BZ #13533]
51089         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
51090         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
51091         routines.
51092         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
51093         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
51094         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
51095         fall back to using wcrtomb.
51096         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
51097         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
51098         renaming.
51099         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
51100         * wcsmbs/tst-c16c32-1.c: New file.
51102         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
51103         local variable.
51105         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
51107         * elf/tst-unique3.cc: Add explicit declaration of gets.
51108         * elf/tst-unique3lib.cc: Likewise.
51109         * elf/tst-unique3lib2.cc: Likewise.
51110         * elf/tst-unique4.cc: Likewise.
51112         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
51114 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
51116         [BZ #13566]
51117         * assert/assert.h (static_assert): Don't define for C++.
51118         * libio/stdio.h (gets): Do declare for C++ <= C++11.
51119         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
51121 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
51123         * iconv/loop.c (single loop): Fix assertion in storing of
51124         remaining bytes.
51126         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
51128 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
51130         * posix/getconf.c: Update copyright year.
51131         * nss/getent.c: Likewise.
51132         * nss/makedb.c: Likewise.
51133         * iconv/iconvconfig.c: Likewise.
51134         * iconv/iconv_prog.c: Likewise.
51135         * elf/ldconfig.c: Likewise.
51136         * elf/pldd.c: Likewise.
51137         * elf/sotruss.ksh: Likewise.
51138         * catgets/gencat.c: Likewise.
51139         * csu/version.c: Likewise.
51140         * elf/ldd.bash.in: Likewise.
51141         * elf/sprof.c (print_version): Likewise.
51142         * locale/programs/locale.c: Likewise.
51143         * locale/programs/localedef.c: Likewise.
51144         * login/programs/pt_chown.c: Likewise.
51145         * nscd/nscd.c (print_version): Likewise.
51146         * debug/xtrace.sh: Likewise.
51147         * malloc/memusage.sh: Likewise.
51148         * malloc/mtrace.pl: Likewise.
51149         * debug/catchsegv.sh: Likewise.
51151 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
51153         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
51154         pure attribute.
51156 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
51158         [BZ #13533]
51159         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
51160         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
51161         transformations.
51162         * iconv/gconv_int.h: Likewise.
51163         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
51164         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
51165         from libc for GLIBC_2.16.
51166         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
51167         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
51168         * wcsmbs/uchar.h: Really define mbstate_t.
51169         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
51170         * wcsmbs/c16rtomb.c: New file.
51171         * wcsmbs/mbrtoc16.c: New file.
51172         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
51173         for C/POSIX locale.
51174         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
51175         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
51177         * wcsmbs/wchar.h: Add missing __restrict.
51179 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
51181         [BZ #13532]
51182         * time/Makefile (routines): Add timespec_get.
51183         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
51184         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
51185         timespec for ISO C11.
51186         * time/timespec_get.c: New file.
51187         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
51188         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
51190         [BZ #13531]
51191         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
51192         * stdlib/stdlib.h: Declare aligned_alloc.
51193         * Versions.def: Add GLIBC_2.16 for libc.
51194         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
51196         [BZ 13527]
51197         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
51198         ISO C11.
51200         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
51201         code.
51203         [BZ #13528]
51204         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
51206         [BZ #13529]
51207         * assert/assert.h (static_assert): Define.
51209         * version.h: Update for 2.16 development version.
51211         [BZ #13526]
51212         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
51213         _ISOC11_SOURCE.
51215         * version.h (RELEASE): Bump for 2.15 release.
51216         * include/features.h (__GLIBC_MINOR__): Bump to 15.
51218         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
51219         Patch by Marek Polacek <mpolacek@redhat.com>.
51221         * bits/byteswap.h: Protect long long constants with __extension__.
51222         * sysdeps/i386/bits/byteswap.h: Likewise.
51223         * sysdeps/ia64/bits/byteswap.h: Likewise.
51224         * sysdeps/s390/bits/byteswap.h: Likewise.
51225         * sysdeps/x86_64/bits/byteswap.h: Likewise.
51227 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51229         [BZ #13540]
51230         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
51231         destination buffer.
51232         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
51234 2011-12-23  Marek Polacek  <polacek@redhat.com>
51236         * elf/dl-addr.c (determine_info): Add inline keyword.
51237         * elf/tst-auditmod4b.c (check_avx): Likewise.
51238         * elf/tst-auditmod6b.c (check_avx): Likewise.
51239         * elf/tst-auditmod6c.c (check_avx): Likewise.
51240         * elf/tst-auditmod7b.c (check_avx): Likewise.
51242 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
51244         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
51245         !__SSE_MATH__.
51247 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51249         [BZ #13540]
51250         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
51251         processing for last bytes.
51253 2011-08-06  Bruno Haible  <bruno@clisp.org>
51255         [BZ #13061]
51256         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
51257         U+0385, not to U+1FEE.
51259         [BZ #13062]
51260         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
51261         entry for U+00A5 U+0301.
51263 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
51265         [BZ #13166]
51266         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
51267         buffer for the output is too small.
51269         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
51270         optimization.
51272         [BZ #13185]
51273         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
51274         SSE flags if possible.
51276 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51278         [BZ #13540]
51279         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
51280         processing for last bytes.
51282 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
51284         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
51285         (syscall-list-default-options, syscall-list-default-condition)
51286         (syscall-list-includes): Define.
51287         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
51288         list of ABIs and options and #if conditions for each ABI.  Do not
51289         handle common syscalls between ABIs specially.
51290         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
51291         Remove.
51292         (syscall-list-variants, syscall-list-32bit-options)
51293         (syscall-list-32bit-condition, syscall-list-64bit-options)
51294         (syscall-list-64bit-condition): Define.
51295         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
51296         (syscall-list-variants, syscall-list-32bit-options)
51297         (syscall-list-32bit-condition, syscall-list-64bit-options)
51298         (syscall-list-64bit-condition): Define.
51299         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
51300         Remove.
51301         (syscall-list-variants, syscall-list-32bit-options)
51302         (syscall-list-32bit-condition, syscall-list-64bit-options)
51303         (syscall-list-64bit-condition): Define.
51304         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
51305         Remove.
51306         (syscall-list-variants, syscall-list-32bit-options)
51307         (syscall-list-32bit-condition, syscall-list-64bit-options)
51308         (syscall-list-64bit-condition): Define.
51310 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
51312         * locale/iso-639.def: Add brx entry.
51314         [BZ #13328]
51315         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
51316         Proposed by Mariusz_Cukr <marcukr@op.pl>.
51318         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
51319         __feraiseexcept_renamed.
51321 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
51323         [BZ #13538]
51324         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
51325         EPOLLET with unsigned values.
51326         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
51327         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
51329         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
51330         to large cancellation.
51331         * math/s_cacoshf.c: Likewise.
51332         * math/s_cacoshl.c: Likewise.
51334 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
51336         [BZ #13305]
51337         [BZ #12786]
51338         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
51339         * math/s_cacoshf.c: Likewise.
51340         * math/s_cacoshl.c: Likewise.
51342 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
51344         [BZ #13439]
51345         * iconv/gconv.h: Define __GCONV_SWAP.
51346         * iconvdata/unicode.c: The swap bit must be stored in __flags.
51347         * iconvdata/utf-16.c: Likewise.
51348         * iconvdata/utf-32.c: Likewise.
51350 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
51352         [BZ #13524]
51353         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
51354         numerator after shifting it by one limb.
51356 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
51358         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
51359         under [__USE_EXTERN_INLINES].
51361 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
51363         [BZ #13446]
51364         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
51366 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
51368         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
51369         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
51370         optimized code.
51371         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
51372         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
51373         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
51374         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
51375         for strncasecmp/strncasecmp_l compilation.
51376         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
51377         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
51379 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
51381         [BZ #13484]
51382         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
51383         of __asm__.
51385 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
51387         [BZ #13506]
51388         * time/tzfile.c (__tzfile_read): Check values from file header.
51390 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
51392         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
51393         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
51394         * powerpc/powerpc32/dl-start.S: Likewise.
51395         * powerpc/powerpc32/elf/start.S: Likewise.
51396         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
51397         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
51398         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
51399         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
51400         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
51401         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
51402         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
51403         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
51404         * powerpc/powerpc32/fpu/s_round.S: Likewise.
51405         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
51406         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
51407         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
51408         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
51409         * powerpc/powerpc32/memset.S: Likewise.
51410         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
51411         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
51412         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
51413         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
51414         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
51415         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
51416         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
51417         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
51418         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
51419         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
51420         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
51421         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
51422         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
51424 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
51426         * math/libm-test.inc: Added more nearbyint tests.
51427         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
51428         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
51429         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
51430         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
51432 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
51434         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
51435         FD_CLOEXEC.
51437 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51439         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
51440         Add wcscpy-ssse3 wcscpy-c.
51441         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
51442         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
51443         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
51444         * sysdeps/x86_64/wcschr.S: New file.
51445         * sysdeps/x86_64/wcsrchr.S: New file.
51446         * string/test-strcmp.c: Remove checking of wcscmp function for
51447         wrong alignments.
51448         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
51449         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
51450         wcsrchr-sse2 wcsrchr-c.
51451         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
51452         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
51453         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
51454         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
51455         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
51456         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
51457         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
51458         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
51459         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
51460         * wcsmbc/wcschr.c (WCSCHR): New macro.
51462 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51464         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
51465         * wcsmbs/test-wcsrchr.c: New file.
51466         * string/test-strrchr.c: Add wcsrchr support.
51467         (WIDE): New macro.
51468         * wcsmbs/test-wcscpy.c: New file.
51469         * string/test-strcpy.c: Add wcscpy support.
51470         (WIDE): New macro.
51472 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
51474         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
51475         the inner loop.
51477 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
51479         [BZ #13472]
51480         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
51482 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
51484         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
51485         Minor optimizations.
51487         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
51488         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
51489         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
51491 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
51493         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
51494         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
51495         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
51496         for gcc to avoid warnings.
51497         * inet/Makefile (tests): Add tst-checks.
51498         * inet/tst-checks.c: New file.
51500         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
51501         warning.
51503         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
51504         __wmemcmp_sse2.
51506         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
51507         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
51509         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
51511 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
51513         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
51514         problem.
51516         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
51518 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
51520         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
51521         conditional on GCC version.
51522         (__arch_compare_and_exchange_val_8_acq)
51523         (__arch_compare_and_exchange_val_16_acq)
51524         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
51525         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
51526         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
51528 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
51530         * sysdeps/sh/backtrace.c: New file.
51532 2011-12-02  Andreas Schwab  <schwab@redhat.com>
51534         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
51535         parenthesis.
51537 2011-12-01  Andreas Schwab  <schwab@redhat.com>
51539         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
51540         falling back to utime.
51542 2011-11-30  Andreas Schwab  <schwab@redhat.com>
51544         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
51545         expectations for float.
51547 2011-11-29  Andreas Schwab  <schwab@redhat.com>
51549         * locale/weight.h (findidx): Add parameter len.
51550         * locale/weightwc.h (findidx): Likewise.
51551         * posix/fnmatch_loop.c (FCT): Adjust caller.
51552         * posix/regcomp.c (build_equiv_class): Likewise.
51553         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
51554         * posix/regexec.c (check_node_accept_bytes): Likewise.
51555         * string/strcoll_l.c (STRCOLL): Likewise.
51556         * string/strxfrm_l.c (STRXFRM): Likewise.
51558 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
51560         * Makefile.in: Remove CVSOPT handling.
51561         * configure.in: Remove use of AC_REVISION.
51562         * iconvdata/Makefile (distribute): No need to filter out CVS.
51563         * scripts/list-sources.sh: Remove CVS, subversion and monotone
51564         handling.
51566 2011-11-16  Andreas Schwab  <schwab@redhat.com>
51568         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
51569         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
51570         [USE_AS_STRNCASECMP_L]: Likewise.
51571         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
51572         NO_TLS_DIRECT_SEG_REFS.
51573         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
51574         Fix argument offsets for non-PIC.
51575         [USE_AS_STRNCASECMP_L]: Likewise.
51576         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
51577         NO_TLS_DIRECT_SEG_REFS.
51579 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
51581         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
51582         O_CLOEXEC.
51583         * locale/loadlocale.c (_nl_load_locale): Likewise.
51585 2011-11-15  Andreas Schwab  <schwab@redhat.com>
51587         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
51588         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
51589         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
51590         (SYSCALL_GETTIME): Set errno on error.
51592         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
51593         count references to noai6ai_cached.
51595 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
51597         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
51599         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
51600         FD_CLOEXEC for /proc/self/maps.
51602         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
51603         FD_CLOEXEC for /proc/meminfo.
51605         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
51606         gai.conf.
51608         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
51609         FD_CLOEXEC for given file.
51611         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
51613         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
51614         FD_CLOEXEC for /etc/hosts.
51615         (_gethtent): Likewise.
51617         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
51619         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
51620         cancellation and set FD_CLOEXEC for /etc/netgroup.
51622         * nss/nss_files/files-key.c (search): Don't allow cancellation when
51623         reading /etc/publickey.
51625         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
51626         allow cancellation when reading /etc/group.
51628         * nss/nss_files/files-alias.c (internal_setent): Don't allow
51629         cancellation.
51630         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
51632         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
51633         when using data file.
51635         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
51637         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
51638         (write_nis_obj): Use "c" and "e" in fopen.
51640         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
51642         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
51644         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
51646         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
51648         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
51649         locale.alias.
51651         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
51653         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
51655         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
51657         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
51658         file parsing and set FD_CLOEXEC.
51660 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
51662         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
51664 2011-11-14  Andreas Schwab  <schwab@redhat.com>
51666         * malloc/arena.c (arena_get2): Don't call reused_arena when
51667         _int_new_arena failed.
51669 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
51671         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
51672         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
51673         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
51674         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
51675         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
51676         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
51677         to compile strcasecmp and strncasecmp.
51678         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
51679         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
51681         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
51683 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
51685         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
51686         locale-defines.sym to gen-as-const-headers.
51687         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
51688         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
51689         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
51690         to compile strcasecmp and strncasecmp.
51691         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
51692         strcasecmp_l and strncasecmp_l.
51693         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
51694         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
51695         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
51696         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
51697         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
51698         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
51699         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
51700         * sysdeps/i386/i686/multiarch/strncase.S: New file.
51701         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
51702         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
51703         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
51705 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
51707         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
51708         result of SYSDEP_GETTIME_CPU to retval.
51709         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
51710         parameter list to macro.  Remove trailing semicolon.  Adjust users.
51712         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
51713         variable.
51715         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
51716         mantissa words.
51717         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
51719         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
51720         from unused variable.
51722         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
51723         DWARF definitions.
51724         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
51725         for assembling.
51727         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
51728         over namespaces.
51730         * sunrpc/rpc_prot.c (rejected): Fix case value.
51732         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
51733         unsigned long long int to avoid warnings in shift.
51735         * posix/regex_internal.c (re_string_reconstruct): Actually use result
51736         of use of trans.
51737         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
51738         variable tmp.
51740         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
51741         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
51742         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
51744         * nis/nis_table.c (nis_list): Use variable of correct type for
51745         result of __follow_path call.
51747 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
51749         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
51750         of math functions ceil, trunc, floor, round, and sqrt, when
51751         avaliable on the platform.
51752         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
51753         name clash.
51754         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
51755         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
51756         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
51758 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
51760         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
51761         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
51763 2011-11-11  Roland McGrath  <roland@hack.frob.com>
51765         * include/unistd.h: Fix __readlink return type.
51766         Reported by Chris Metcalf <cmetcalf@tilera.com>.
51768 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
51770         * stdlib/ucontext.h: Undo last change for makecontext.
51772 2011-11-11  Andreas Schwab  <schwab@redhat.com>
51774         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
51776         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
51777         * setjmp/setjmp.h: Mark functions as non-leaf.
51778         * setjmp/bits/setjmp2.h: Likewise.
51779         * stdlib/ucontext.h: Likewise.
51781 2011-11-10  Andreas Schwab  <schwab@redhat.com>
51783         * malloc/arena.c (_int_new_arena): Don't increment narenas.
51784         (reused_arena): Don't check arena limit.
51785         (arena_get2): Atomically check arena limit.
51787 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
51789         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
51790         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
51792         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
51793         instructions.
51795 2011-11-07  Andreas Schwab  <schwab@redhat.com>
51797         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
51798         handler when locking.
51800         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
51801         Fix size of allocated buffer.
51803 2011-11-04  Andreas Schwab  <schwab@redhat.com>
51805         [BZ #10103]
51806         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
51807         declarations for long double functions.
51808         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
51810         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
51812 2011-11-03  Andreas Schwab  <schwab@redhat.com>
51814         * nscd/nscd.c (main): Don't start AVC thread until credentials are
51815         installed.
51817         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
51818         is disabled.
51820 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
51822         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
51824 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
51826         * include/alloca.h (stackinfo_alloca_round): Define.
51827         (extend_alloca): Use it.
51828         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
51829         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
51830         here.
51832         * scripts/check-local-headers.sh: Ignore libaudit.h.
51834         * nscd/Makefile (extra-objs): Make recursively expanded.
51836 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
51838         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
51839         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
51841         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
51842         * posix/tst-rfc3484-2.c: Likewise.
51843         * posix/tst-rfc3484-3.c: Likewise.
51845         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
51846         process_vm_writev.
51847         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
51848         process_vm_writev.
51849         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
51850         process_vm_writev from libc using GLIBC_2.15 version.
51852         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
51854 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
51856         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
51857         stack usage.
51859 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
51861         [BZ #13367]
51862         * nss/getent.c (initgroups_keys): Show error message in case no group
51863         names are given.
51865         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
51866         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
51867         __bump_nl_timestamp.
51868         * nscd/connections (nscd_init): When host database is served open
51869         netlink socket and request notification about configuration changes.
51870         (main_loop_poll): Track netlink file descriptor and bump timestamp
51871         in case data becomes available.
51872         (main_loop_epoll): Likewise.
51873         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
51874         (database_pers_head): Add extra_data fileds.
51875         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
51876         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
51877         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
51878         Adjust caller.
51879         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
51880         in6ai data, call __free_in6ai.
51881         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
51882         Add -DHAVE_NETLINK.
51883         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
51884         interface information.  Reuse previous data if netlink timestamp
51885         is not changed.
51886         (__bump_nl_timestamp): New function.
51887         (__free_in6ai): New function.
51889 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
51891         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
51892         close_not_cancel_no_status here.
51893         (__check_pf): Reorganize code a bit to not call close twice if OOM.
51895 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
51897         [BZ #13276]
51898         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
51899         return value.
51901         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
51902         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
51903         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
51905 2011-07-03  Andreas Jaeger  <aj@suse.de>
51907         [BZ #10709]
51908         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
51909         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
51910         * math/libm-test.inc (sin_test): Add test case.
51912 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
51914         [BZ #13337]
51915         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
51916         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
51918         * elf/chroot_canon.c (chroot_canon): Cleanups.
51920         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
51922         [BZ #13335]
51923         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
51924         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
51926         * string/test-strchr.c: Make usable for strchrnul testing.
51927         * string/test-strchrnul.c: New file.
51928         * string/Makefile (strop-tests): Add strchrnul.
51930         * po/it.po: Update from translation team.
51931         * po/es.po: Likewise.
51933 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
51935         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
51936         the three constants needed as parameters.  Drop the others.
51937         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
51938         __m128i_strloadu_tolower.
51939         Create and initialize variable zero and use it in all the places
51940         where _mm_setzero_si128 was used.
51942         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
51943         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
51944         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
51945         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
51946         anymore.
51947         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
51948         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
51949         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
51950         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
51951         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
51952         __mpranred, __mptan.
51953         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
51954         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
51955         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
51956         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
51957         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
51958         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
51959         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
51960         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
51961         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
51963 2011-10-28  Andreas Schwab  <schwab@redhat.com>
51965         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
51966         redefine if SHARED.
51967         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
51969         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
51970         wide char related routines to wcsmbs subdir.
51972 2011-10-27  Andreas Schwab  <schwab@redhat.com>
51974         [BZ #13344]
51975         * misc/sys/cdefs.h (__THROWNL): Define.
51976         * posix/unistd.h: Use __THREADNL instead of __THREAD
51977         for memory synchronization functions.
51979 2011-10-26  Roland McGrath  <roland@hack.frob.com>
51981         [BZ #13349]
51982         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
51983         doesn't exist.
51984         * manual/stdio.texi (Obstack Streams): Node removed.
51986 2011-10-26  Andreas Schwab  <schwab@redhat.com>
51988         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
51989         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
51990         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
51992         * math/math_private.h (math_force_eval): Allow non-addressable
51993         arguments.
51994         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
51996 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
51998         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
51999         file is not needed.
52001         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
52002         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
52003         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
52004         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
52005         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
52006         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
52007         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
52008         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
52009         Add AVX variants.
52010         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
52011         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
52012         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
52013         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
52014         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
52015         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
52016         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
52017         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
52018         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
52019         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
52020         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
52021         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
52022         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
52023         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
52024         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
52025         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
52026         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
52027         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
52028         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
52030         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
52031         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
52033         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
52034         place.  Use VEX encoding when compiling for AVX.
52036 2011-10-25  Andreas Schwab  <schwab@redhat.com>
52038         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
52039         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
52041         * string/test-strchr.c (do_test): Don't generate NUL bytes.
52043 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
52045         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
52046         useless if() expression.
52047         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
52048         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
52049         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
52050         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
52051         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
52052         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
52053         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
52054         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
52055         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
52056         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
52057         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
52058         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
52059         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
52060         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
52061         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
52062         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
52063         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
52064         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
52065         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
52067         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
52069 2011-10-25  Andreas Schwab  <schwab@redhat.com>
52071         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
52072         condition.
52073         * elf/dl-fini.c (_dl_sort_fini): Likewise.
52075 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
52077         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
52078         .text section.  Avoid duplicate constants.
52079         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
52080         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
52081         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
52082         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
52083         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
52084         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
52085         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
52086         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
52087         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
52088         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
52089         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
52090         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
52091         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
52092         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
52093         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
52094         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
52095         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
52096         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
52097         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
52098         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
52099         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
52100         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
52101         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
52102         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
52103         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
52104         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
52105         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
52106         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
52107         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
52108         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
52109         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
52110         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
52111         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
52112         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
52113         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
52114         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
52115         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
52116         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
52117         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
52118         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
52119         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
52120         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
52121         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
52122         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
52123         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
52125 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
52127         * sysdeps/x86_64/dla.h: Move to ...
52128         * sysdeps/x86_64/fpu/dla.h: ...here.
52129         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
52130         situations.  Use __builtin_fma only for gcc 4.6 and up.
52132         * config.make.in: Add have-mfma4 entry.
52133         * configure.in: Substitute libc_cv_cc_fma4.
52134         * math/Makefile (dbl-only-routines): Add sincostab.
52135         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
52136         Use __sincostab not sincos.
52137         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
52138         name is a macro.
52139         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
52140         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
52141         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
52142         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
52143         using __copysign.
52144         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
52145         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
52146         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
52147         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
52148         and __inv.
52149         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
52150         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
52151         __copysign.
52152         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
52153         define aliases when function name is a macro.
52154         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
52155         sysdeps/ieee754/dbl-64/sincos.tbl.
52156         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
52157         fma4-enabled routines.
52158         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
52159         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
52160         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
52161         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
52162         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
52163         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
52164         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
52165         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
52166         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
52167         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
52168         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
52169         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
52170         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
52171         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
52172         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
52173         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
52174         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
52175         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
52176         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
52177         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
52178         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
52179         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
52180         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
52181         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
52182         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
52183         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
52184         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
52185         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
52186         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
52187         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
52189         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
52190         rename.
52191         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
52192         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
52193         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
52194         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
52195         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
52196         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
52197         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
52198         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
52200 2011-10-24  Andreas Schwab  <schwab@redhat.com>
52202         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
52204 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
52206         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
52208         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
52209         prediction.
52210         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
52212         * string/strnlen.c: Don't define STRNLEN, reverse logic.
52213         Remove unused variable magic_bits.
52214         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
52216         * string/strnlen.c: Define and use STRNLEN macro.
52217         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
52218         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
52219         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
52220         * wcsmbs/wcslen.c: Define and use WCSLEN.
52221         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
52222         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
52223         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
52224         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
52225         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
52226         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
52227         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
52229 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52231         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
52232         strnlen-sse2-no-bsf.
52233         Rename strlen-no-bsf to strlen-sse2-no-bsf.
52234         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
52235         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
52236         Add strnlen support.
52237         (USE_AS_STRNLEN): New macro.
52238         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
52239         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
52240         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
52241         * sysdeps/x86_64/wcslen.S: New file.
52243 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
52245         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
52246         XMM-moves are used for copying on small sizes.
52248 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52250         * wcsmbs/Makefile (strop-tests): Add wcschr.
52251         * wcsmbs/test-wcschr.c: New file.
52252         * string/test-strchr.c: Update.
52253         Add wcschr support.
52254         (WIDE): New macro.
52256 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52258         * wcsmbs/Makefile (strop-tests): Add wcslen.
52259         * wcsmbs/test-wcslen.c: New file.
52260         * string/test-strlen.c: Update.
52261         Add wcslen support.
52262         (WIDE): New macro.
52264 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
52266         * po/it.po: Update from translation team.
52268 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52270         * sysdeps/x86_64/wcscmp.S: Update.
52271         Fix wrong comparison semantics.
52272         wcscmp shall use signed comparison not unsigned.
52273         Don't use substraction to avoid overflow bug.
52274         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
52275         * wcsmbc/wcscmp.c: Likewise.
52276         * string/test-strcmp.c: Likewise.
52277         Add new tests to check cases with negative values.
52279 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
52281         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
52282         * sysdeps/x86_64/dla.h: ...here.  New file.
52283         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
52284         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
52285         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
52286         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
52287         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
52288         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
52289         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
52290         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
52291         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
52293 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
52295         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
52296         __ynl_finite aliases.
52298 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
52300         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
52302         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
52303         define DLA_FMA.
52304         [DLA_FMA] (EMULV): Use DLA_FMA.
52305         [DLA_FMA] (MUL12): Use EMULV.
52306         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
52307         that are not needed.
52308         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
52309         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
52310         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
52311         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
52312         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
52313         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
52314         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
52316 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
52318         * math/s_nan.c: Undef __nan.
52319         * math/s_nanf.c: Undef __nanf.
52320         * math/s_nanl.c: Undef __nanl.
52321         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
52322         "math_private.h".
52324 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
52326         * math/s_catan.c: Add branch predictions.
52327         * math/s_catanf.c: Likewise.
52328         * math/s_catanh.c: Likewise.
52329         * math/s_catanhf.c: Likewise.
52330         * math/s_catanhl.c: Likewise.
52331         * math/s_catanl.c: Likewise.
52332         * math/s_cexp.c: Likewise.
52333         * math/s_cexpf.c: Likewise.
52334         * math/s_cexpl.c: Likewise.
52335         * math/s_clog.c: Likewise.
52336         * math/s_clog10.c: Likewise.
52337         * math/s_clog10f.c: Likewise.
52338         * math/s_clog10l.c: Likewise.
52339         * math/s_clogf.c: Likewise.
52340         * math/s_clogl.c: Likewise.
52341         * math/s_csqrt.c: Likewise.
52342         * math/s_csqrtf.c: Likewise.
52343         * math/s_csqrtl.c: Likewise.
52344         * math/s_ctanf.c: Likewise.
52345         * math/s_ctanh.c: Likewise.
52346         * math/s_ctanhf.c: Likewise.
52347         * math/s_ctanhl.c: Likewise.
52348         * math/s_ctanl.c: Likewise.
52350         * math/math_private.h: Define __nan, __nanf, __nanl.
52351         * math/s_cacosh.c: Include <math_private.h>.
52352         * math/s_cacoshl.c: Likewise.
52353         * math/s_casinh.c: Likewise.
52354         * math/s_casinhf.c: Likewise.
52355         * math/s_casinhl.c: Likewise.
52356         * math/s_ccos.c: Rely entire on ccosh.
52357         * math/s_ccosf.c: Rely entire on ccoshf.
52358         * math/s_ccosl.c: Rely entirely on ccoshl.
52359         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
52360         Remove tests for FE_INVALID.
52361         * math/s_ccoshf.c: Likewise.
52362         * math/s_ccoshl.c: Likewise.
52363         * math/s_csin.c: Likewise.
52364         * math/s_csinf.c: Likewise.
52365         * math/s_csinh.c Likewise.
52366         * math/s_csinhf.c: Likewise.
52367         * math/s_csinhl.c: Likewise.
52368         * math/s_csinl.c: Likewise.
52369         * math/s_ctan.c: Likewise.
52370         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
52371         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
52372         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
52374 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
52376         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
52377         compilation problems.
52379         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
52380         __builtin_expect.
52382 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
52384         * sysdeps/i386/configure.in: Test for -mfma4 option.
52385         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
52386         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
52387         COMMON_CPUID_INDEX_80000001.
52388         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
52389         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
52390         use it if FMA3 is not supported.
52391         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
52393         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
52394         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
52396 2011-10-20  Andreas Schwab  <schwab@redhat.com>
52398         [BZ #12892]
52399         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
52400         it would create a cycle with a link time dependency.
52402 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
52404         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
52405         instruction.
52406         * string/Makefile (strop-tests): Add rawmemchr.
52407         * string/test-rawmemchr.c: New file.
52409         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
52410         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
52411         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
52412         when compiling str{,n}casecmp and when AVX is available.  Hook up
52413         new optimized code in initializers.
52415 2011-10-19  Andreas Schwab  <schwab@redhat.com>
52417         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
52418         __feraiseexcept instead of feraiseexcept.
52420 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
52422         * math/math_private.h: Define defaults for libc_fetestexcept and
52423         libc_feupdateenv.
52424         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
52425         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
52426         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
52427         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
52428         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
52429         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
52430         libc_fetestexcept and libc_feupdateenv.
52432         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
52433         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
52434         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
52435         * sysdeps/x86_64/fpu/math_private.h: Define special version of
52436         libc_feholdexcept_setround.
52438         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
52439         Add s_nearbyint-c and s_nearbyintf-c.
52440         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
52441         nearbyintf inlines.
52442         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
52443         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
52444         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
52445         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
52447         * math/math_private.h: Define defaults for libc_fegetround,
52448         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
52449         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
52450         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
52451         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
52452         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
52453         standard functions.
52454         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
52455         Remove comments and hacks for old compiler versions.
52456         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
52457         libc_fegetround, libc_fesetround, libc_feholdexcept, and
52458         libc_feholdexceptl.
52460 2011-10-18  Andreas Schwab  <schwab@redhat.com>
52462         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
52463         (__feraiseexcept_renamed): Add __NTH.
52464         (feraiseexcept): Add __NTH.  Rename local variables to fix
52465         namespace violations.
52467 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
52469         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
52471         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
52473         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
52474         recently added interfaces.
52475         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
52477         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
52478         about macro parameter expansion.
52480         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
52481         __NO_MATH_INLINES is defined.  Cleanups.
52483         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
52484         and __floorf is target has SSE4.1.
52485         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
52486         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
52487         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
52488         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
52490         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
52491         name.
52492         (floorf): Likewise.
52494         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
52496 2011-10-17  Andreas Schwab  <schwab@redhat.com>
52498         * misc/sys/cdefs.h: Fix last change.
52500         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
52501         database lookup.
52503 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
52505         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
52507         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
52508         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
52509         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
52510         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
52511         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
52512         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
52513         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
52514         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
52515         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
52516         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
52517         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
52518         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
52519         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
52520         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
52521         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
52522         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
52523         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
52524         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
52525         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
52526         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
52527         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
52528         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
52530         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
52531         ceil, ceilf, floor, floorf.
52533         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
52534         Perform IRELATIVE relocations last.
52536         * elf/do-rel.h: Add another parameter nrelative, replacing the
52537         local variable with the same name.  Change name of the function
52538         to end in Rel or Rela (uppercase).
52539         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
52540         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
52541         elf_dynamic_do_##reloc function.
52543 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
52545         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
52546         is sufficient, at least on modern CPUs.
52548         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
52550         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
52551         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
52553         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
52554         __expl_finite.
52555         * math/bits/math-finite.h: Add entries for exp.
52556         * math/e_expl.c: Add __*_finite alias.
52557         * sysdeps/i386/fpu/e_exp.S: Likewise.
52558         * sysdeps/i386/fpu/e_expf.S: Likewise.
52559         * sysdeps/i386/fpu/e_expl.c: Likewise.
52560         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
52561         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
52562         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
52563         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
52564         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
52565         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
52566         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
52568         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
52569         is sufficient, at least on modern CPUs.
52571         * ctype/ctype-info.c (__ctype_init): Define.
52572         * include/ctype.h (__ctype_init): Declare.
52573         (__ctype_b_loc): The variable is always initialized.
52574         (__ctype_toupper_loc): Likewise.
52575         (__ctype_tolower_loc): Likewise.
52576         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
52577         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
52579 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
52581         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
52583         * configure.in: Also look in $cxxmachine/include for C++ system
52584         headers.
52586 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52588         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
52589         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
52590         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
52591         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
52592         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
52593         (USE_AS_WMEMCMP): New macro.
52594         Fixing indents.
52595         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
52596         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
52597         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
52598         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
52599         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
52600         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
52601         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
52602         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
52603         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
52604         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
52605         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
52606         (USE_AS_WMEMCMP): New macro.
52607         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
52608         * sysdeps/string/test-memcmp.c: Update.
52609         Fix simple_wmemcmp.
52610         Add new tests.
52611         * wcsmbs/wmemcmp.c: Update.
52612         (WMEMCMP): New macro.
52613         Fix overflow bug.
52615 2011-10-12  Andreas Jaeger  <aj@suse.de>
52617         [BZ #13268]
52618         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
52620 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
52622         * libio/iofwide.c (do_length): Avoid warning.
52624         * ctype/ctype.h (__isctype_f): Add missing __THROW.
52626 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
52628         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
52630         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
52631         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
52632         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
52633         * sysdeps/i386/i686/fpu/e_log.S: New file.
52634         * sysdeps/i386/i686/fpu/e_logf.S: New file.
52635         * sysdeps/i386/i686/fpu/e_logl.S: New file.
52637         * ctype/ctype.h: Add support for inlined isXXX functions when
52638         compiling C++ code.
52640 2011-10-14  Andreas Schwab  <schwab@redhat.com>
52642         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
52644         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
52646 2011-10-13  Roland McGrath  <roland@hack.frob.com>
52648         [BZ #13291]
52649         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
52651 2011-10-13  Andreas Schwab  <schwab@redhat.com>
52653         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
52654         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
52655         feraiseexcept.
52657         * sysdeps/x86_64/memrchr.S: Check for zero size.
52659         * string/stratcliff.c: Add memrchr tests.
52661 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52663         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
52664         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
52665         rawmemchr-sse2 rawmemchr-sse2-bsf.
52666         * sysdeps/i386/i686/multiarch/memchr.S: New file.
52667         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
52668         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
52669         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
52670         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
52671         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
52672         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
52673         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
52674         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
52675         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
52676         * string/memrchr.c (MEMRCHR): New macro.
52678 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
52680         Add integration with gcc's -ffinite-math-only and optimize wrapper
52681         functions in libm.
52682         * Versions.def: Define GLIBC_2.15 version for libm.
52683         * math/Makefile (headers): Add bits/math-finite.h.
52684         * math/bits/math-finite.h: New file.
52685         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
52686         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
52687         * math/e_acoshl.c: Add __*_finite alias.
52688         * math/e_acosl.c: Likewise.
52689         * math/e_asinl.c: Likewise.
52690         * math/e_atan2l.c: Likewise.
52691         * math/e_atanhl.c: Likewise.
52692         * math/e_coshl.c: Likewise.
52693         * math/e_exp10.c: Likewise.
52694         * math/e_exp10f.c: Likewise.
52695         * math/e_exp10l.c: Likewise.
52696         * math/e_exp2l.c: Likewise.
52697         * math/e_fmodl.c: Likewise.
52698         * math/e_gammal_r.c: Likewise.
52699         * math/e_hypotl.c: Likewise.
52700         * math/e_j0l.c: Likewise.
52701         * math/e_j1l.c: Likewise.
52702         * math/e_jnl.c: Likewise.
52703         * math/e_lgammal_r.c: Likewise.
52704         * math/e_log10l.c: Likewise.
52705         * math/e_log2l.c: Likewise.
52706         * math/e_logl.c: Likewise.
52707         * math/e_powl.c: Likewise.
52708         * math/e_sinhl.c: Likewise.
52709         * math/e_sqrtl.c: Likewise.
52710         * math/e_scalb.c: Completely rewritten and optimized.
52711         * math/e_scalbf.c: Likewise.
52712         * math/e_scalbl.c: Likewise.
52713         * math/w_acos.c: Likewise.
52714         * math/w_acosf.c: Likewise.
52715         * math/w_acosl.c: Likewise.
52716         * math/w_acosh.c: Likewise.
52717         * math/w_acoshf.c: Likewise.
52718         * math/w_acoshl.c: Likewise.
52719         * math/w_asin.c: Likewise.
52720         * math/w_asinf.c: Likewise.
52721         * math/w_asinl.c: Likewise.
52722         * math/w_atan2.c: Likewise.
52723         * math/w_atan2f.c: Likewise.
52724         * math/w_atan2l.c: Likewise.
52725         * math/w_atanh.c: Likewise.
52726         * math/w_atanhf.c: Likewise.
52727         * math/w_atanhl.c: Likewise.
52728         * math/w_exp10.c: Likewise.
52729         * math/w_exp10f.c: Likewise.
52730         * math/w_exp10l.c: Likewise.
52731         * math/w_fmod.c: Likewise.
52732         * math/w_fmodf.c: Likewise.
52733         * math/w_fmodl.c: Likewise.
52734         * math/w_j0.c: Likewise.
52735         * math/w_j0f.c: Likewise.
52736         * math/w_j0l.c: Likewise.
52737         * math/w_j1.c: Likewise.
52738         * math/w_j1f.c: Likewise.
52739         * math/w_j1l.c: Likewise.
52740         * math/w_jn.c: Likewise.
52741         * math/w_jnf.c: Likewise.
52742         * math/w_log.c: Likewise.
52743         * math/w_logf.c: Likewise.
52744         * math/w_logl.c: Likewise.
52745         * math/w_log10.c: Likewise.
52746         * math/w_log10f.c: Likewise.
52747         * math/w_log10l.c: Likewise.
52748         * math/w_log2.c: Likewise.
52749         * math/w_log2f.c: Likewise.
52750         * math/w_log2l.c: Likewise.
52751         * math/w_pow.c: Likewise.
52752         * math/w_powf.c: Likewise.
52753         * math/w_powl.c: Likewise.
52754         * math/w_remainder.c: Likewise.
52755         * math/w_remainderf.c: Likewise.
52756         * math/w_remainderl.c: Likewise.
52757         * math/w_scalb.c: Likewise.
52758         * math/w_scalbf.c: Likewise.
52759         * math/w_scalbl.c: Likewise.
52760         * math/w_sqrt.c: Likewise.
52761         * math/w_sqrtf.c: Likewise.
52762         * math/w_sqrtl.c: Likewise.
52763         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
52764         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
52765         used.
52766         * math/math_private.h: Declare __kernel_standard_f.
52767         * math/w_cosh.c: Remove cruft and optimize a bit.
52768         * math/w_coshf.c: Likewise.
52769         * math/w_coshl.c: Likewise.
52770         * math/w_exp2.c: Likewise.
52771         * math/w_exp2f.c: Likewise.
52772         * math/w_exp2l.c: Likewise.
52773         * math/w_hypot.c: Likewise.
52774         * math/w_hypotf.c: Likewise.
52775         * math/w_hypotl.c: Likewise.
52776         * math/w_lgamma.c: Likewise.
52777         * math/w_lgamma_r.c: Likewise.
52778         * math/w_lgammaf.c: Likewise.
52779         * math/w_lgammaf_r.c: Likewise.
52780         * math/w_lgammal.c: Likewise.
52781         * math/w_lgammal_r.c: Likewise.
52782         * math/w_sinh.c: Likewise.
52783         * math/w_sinhf.c: Likewise.
52784         * math/w_sinhl.c: Likewise.
52785         * math/w_tgamma.c: Likewise.
52786         * math/w_tgammaf.c: Likewise.
52787         * math/w_tgammal.c: Likewise.
52788         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
52789         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
52790         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
52791         Minor optimizations.  Pretty printing.  Remove cruft.
52792         * sysdeps/i386/fpu/e_acosf.S: Likewise.
52793         * sysdeps/i386/fpu/e_acosh.S: Likewise.
52794         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
52795         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
52796         * sysdeps/i386/fpu/e_acosl.c: Likewise.
52797         * sysdeps/i386/fpu/e_asin.S: Likewise.
52798         * sysdeps/i386/fpu/e_asinf.S: Likewise.
52799         * sysdeps/i386/fpu/e_atan2.S: Likewise.
52800         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
52801         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
52802         * sysdeps/i386/fpu/e_atanh.S: Likewise.
52803         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
52804         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
52805         * sysdeps/i386/fpu/e_exp10.S: Likewise.
52806         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
52807         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
52808         * sysdeps/i386/fpu/e_exp2.S: Likewise.
52809         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
52810         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
52811         * sysdeps/i386/fpu/e_fmod.S: Likewise.
52812         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
52813         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
52814         * sysdeps/i386/fpu/e_hypot.S: Likewise.
52815         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
52816         * sysdeps/i386/fpu/e_log.S: Likewise.
52817         * sysdeps/i386/fpu/e_log10.S: Likewise.
52818         * sysdeps/i386/fpu/e_log10f.S: Likewise.
52819         * sysdeps/i386/fpu/e_log10l.S: Likewise.
52820         * sysdeps/i386/fpu/e_log2.S: Likewise.
52821         * sysdeps/i386/fpu/e_log2f.S: Likewise.
52822         * sysdeps/i386/fpu/e_log2l.S: Likewise.
52823         * sysdeps/i386/fpu/e_logf.S: Likewise.
52824         * sysdeps/i386/fpu/e_logl.S: Likewise.
52825         * sysdeps/i386/fpu/e_pow.S: Likewise.
52826         * sysdeps/i386/fpu/e_powf.S: Likewise.
52827         * sysdeps/i386/fpu/e_powl.S: Likewise.
52828         * sysdeps/i386/fpu/e_remainder.S: Likewise.
52829         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
52830         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
52831         * sysdeps/i386/fpu/e_scalb.S: Likewise.
52832         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
52833         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
52834         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
52835         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
52836         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
52837         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
52838         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
52839         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
52840         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
52841         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
52842         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
52843         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
52844         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
52845         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
52846         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
52847         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
52848         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
52849         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
52850         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
52851         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
52852         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
52853         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
52854         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
52855         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
52856         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
52857         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
52858         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
52859         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
52860         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
52861         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
52862         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
52863         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
52864         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
52865         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
52866         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
52867         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
52868         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
52869         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
52870         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
52871         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
52872         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
52873         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
52874         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
52875         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
52876         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
52877         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
52878         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
52879         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
52880         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
52881         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
52882         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
52883         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
52884         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
52885         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
52886         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
52887         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
52888         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
52889         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
52890         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
52891         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
52892         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
52893         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
52894         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
52895         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
52896         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
52897         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
52898         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
52899         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
52900         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
52901         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
52902         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
52903         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
52904         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
52905         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
52906         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
52907         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
52908         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
52909         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
52910         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
52911         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
52912         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
52913         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
52914         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
52915         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
52916         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
52917         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
52918         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
52919         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
52920         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
52921         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
52922         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
52923         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
52924         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
52925         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
52926         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
52927         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
52928         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
52929         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
52930         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
52931         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
52932         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
52933         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
52934         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
52935         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
52936         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
52937         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
52938         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
52939         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
52940         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
52941         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
52942         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
52943         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
52944         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
52945         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
52946         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
52947         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
52948         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
52949         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
52950         (__isnanf): Likewise.
52951         (__isinf_ns): Likewise.
52952         (__isinf_nsf): Likewise.
52953         (__finite): Likewise.
52954         (__finitef): Likewise.
52955         (__ieee754_sqrt): Define as macro.
52956         (__ieee754_sqrtf): Define as macro.
52957         (__ieee754_sqrtl): Define as macro.
52958         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
52959         inlined copy.
52960         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
52961         __FINITE_MATH_ONLY__ consistent.
52962         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
52964 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
52966         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
52967         of rawmemchr.
52969         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
52971 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
52973         * po/ja.po: Update from translation team.
52975 2011-10-08  Roland McGrath  <roland@hack.frob.com>
52977         * locale/programs/locarchive.c (prepare_address_space): New function.
52978         (create_archive, enlarge_archive, open_archive): Use it.
52980         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
52981         inside [SHARED], where it is used.
52983         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
52985         * nss/getent.c (netgroup_keys): Remove unused variable.
52986         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
52988 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
52990         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
52991         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
52992         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
52993         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
52994         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
52995         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
52996         * math/Makefile (libm-calls): Add s_isinf_ns.
52997         * math/divtc3.c: Use __isinf_nsl instead of isinf.
52998         * math/multc3.c: Likewise.
52999         * math/s_casin.c: Likewise.
53000         * math/s_casinf.c: Likewise.
53001         * math/s_casinl.c: Likewise.
53002         * math/s_ccos.c: Likewise.
53003         * math/s_ccosf.c: Likewise.
53004         * math/s_ccosl.c: Likewise.
53005         * math/s_ctan.c: Likewise.
53006         * math/s_ctanf.c: Likewise.
53007         * math/s_ctanh.c: Likewise.
53008         * math/s_ctanhf.c: Likewise.
53009         * math/s_ctanhl.c: Likewise.
53010         * math/s_ctanl.c: Likewise.
53011         * math/w_fmod.c: Likewise.
53012         * math/w_fmodf.c: Likewise.
53013         * math/w_fmodl.c: Likewise.
53014         * math/w_remainder.c: Likewise.
53015         * math/w_remainderf.c: Likewise.
53016         * math/w_remainderl.c: Likewise.
53017         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
53018         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
53019         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
53020         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
53021         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
53022         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
53023         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
53024         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
53026         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
53027         of the number.
53028         * stdio-common/printf_fphex.c: Likewise.
53029         * stdio-common/printf_size.c: Likewise.
53031         * math/e_exp10.c: Include math_private.h using <...> not "...".
53032         * math/e_exp10f.c: Likewise.
53033         * math/e_exp10l.c: Likewise.
53034         * math/e_exp2l.c: Likewise.
53035         * math/e_j0l.c: Likewise.
53036         * math/e_j1l.c: Likewise.
53037         * math/e_jnl.c: Likewise.
53038         * math/e_lgammal_r.c: Likewise.
53039         * math/e_rem_pio2l.c: Likewise.
53040         * math/e_scalb.c: Likewise.
53041         * math/e_scalbf.c: Likewise.
53042         * math/e_scalbl.c: Likewise.
53043         * math/k_cosl.c: Likewise.
53044         * math/k_sinl.c: Likewise.
53045         * math/k_tanl.c: Likewise.
53046         * math/s_cacoshf.c: Likewise.
53047         * math/s_catan.c: Likewise.
53048         * math/s_catanf.c: Likewise.
53049         * math/s_catanh.c: Likewise.
53050         * math/s_catanhf.c: Likewise.
53051         * math/s_catanhl.c: Likewise.
53052         * math/s_catanl.c: Likewise.
53053         * math/s_ccosh.c: Likewise.
53054         * math/s_ccoshf.c: Likewise.
53055         * math/s_ccoshl.c: Likewise.
53056         * math/s_cexp.c: Likewise.
53057         * math/s_cexpf.c: Likewise.
53058         * math/s_cexpl.c: Likewise.
53059         * math/s_clog.c: Likewise.
53060         * math/s_clog10.c: Likewise.
53061         * math/s_clog10f.c: Likewise.
53062         * math/s_clog10l.c: Likewise.
53063         * math/s_clogf.c: Likewise.
53064         * math/s_clogl.c: Likewise.
53065         * math/s_csin.c: Likewise.
53066         * math/s_csinf.c: Likewise.
53067         * math/s_csinh.c: Likewise.
53068         * math/s_csinhf.c: Likewise.
53069         * math/s_csinhl.c: Likewise.
53070         * math/s_csinl.c: Likewise.
53071         * math/s_csqrt.c: Likewise.
53072         * math/s_csqrtf.c: Likewise.
53073         * math/s_csqrtl.c: Likewise.
53074         * math/s_ctan.c: Likewise.
53075         * math/s_ctanf.c: Likewise.
53076         * math/s_ctanh.c: Likewise.
53077         * math/s_ctanhf.c: Likewise.
53078         * math/s_ctanhl.c: Likewise.
53079         * math/s_ctanl.c: Likewise.
53080         * math/s_ldexp.c: Likewise.
53081         * math/s_ldexpf.c: Likewise.
53082         * math/s_ldexpl.c: Likewise.
53083         * math/s_significand.c: Likewise.
53084         * math/s_significandf.c: Likewise.
53085         * math/s_significandl.c: Likewise.
53086         * math/w_acos.c: Likewise.
53087         * math/w_acosf.c: Likewise.
53088         * math/w_acosh.c: Likewise.
53089         * math/w_acoshf.c: Likewise.
53090         * math/w_acoshl.c: Likewise.
53091         * math/w_acosl.c: Likewise.
53092         * math/w_asin.c: Likewise.
53093         * math/w_asinf.c: Likewise.
53094         * math/w_asinl.c: Likewise.
53095         * math/w_atan2.c: Likewise.
53096         * math/w_atan2f.c: Likewise.
53097         * math/w_atan2l.c: Likewise.
53098         * math/w_atanh.c: Likewise.
53099         * math/w_atanhf.c: Likewise.
53100         * math/w_atanhl.c: Likewise.
53101         * math/w_cosh.c: Likewise.
53102         * math/w_coshf.c: Likewise.
53103         * math/w_coshl.c: Likewise.
53104         * math/w_dremf.c: Likewise.
53105         * math/w_exp10.c: Likewise.
53106         * math/w_exp10f.c: Likewise.
53107         * math/w_exp10l.c: Likewise.
53108         * math/w_exp2.c: Likewise.
53109         * math/w_exp2f.c: Likewise.
53110         * math/w_fmod.c: Likewise.
53111         * math/w_fmodf.c: Likewise.
53112         * math/w_fmodl.c: Likewise.
53113         * math/w_hypot.c: Likewise.
53114         * math/w_hypotf.c: Likewise.
53115         * math/w_hypotl.c: Likewise.
53116         * math/w_j0.c: Likewise.
53117         * math/w_j0f.c: Likewise.
53118         * math/w_j0l.c: Likewise.
53119         * math/w_j1.c: Likewise.
53120         * math/w_j1f.c: Likewise.
53121         * math/w_j1l.c: Likewise.
53122         * math/w_jn.c: Likewise.
53123         * math/w_jnf.c: Likewise.
53124         * math/w_jnl.c: Likewise.
53125         * math/w_lgamma.c: Likewise.
53126         * math/w_lgamma_r.c: Likewise.
53127         * math/w_lgammaf.c: Likewise.
53128         * math/w_lgammaf_r.c: Likewise.
53129         * math/w_lgammal.c: Likewise.
53130         * math/w_lgammal_r.c: Likewise.
53131         * math/w_log.c: Likewise.
53132         * math/w_log10.c: Likewise.
53133         * math/w_log10f.c: Likewise.
53134         * math/w_log10l.c: Likewise.
53135         * math/w_log2.c: Likewise.
53136         * math/w_log2f.c: Likewise.
53137         * math/w_log2l.c: Likewise.
53138         * math/w_logf.c: Likewise.
53139         * math/w_logl.c: Likewise.
53140         * math/w_pow.c: Likewise.
53141         * math/w_powf.c: Likewise.
53142         * math/w_powl.c: Likewise.
53143         * math/w_remainder.c: Likewise.
53144         * math/w_remainderf.c: Likewise.
53145         * math/w_remainderl.c: Likewise.
53146         * math/w_scalb.c: Likewise.
53147         * math/w_scalbf.c: Likewise.
53148         * math/w_scalbl.c: Likewise.
53149         * math/w_sinh.c: Likewise.
53150         * math/w_sinhf.c: Likewise.
53151         * math/w_sinhl.c: Likewise.
53152         * math/w_sqrt.c: Likewise.
53153         * math/w_sqrtf.c: Likewise.
53154         * math/w_sqrtl.c: Likewise.
53155         * math/w_tgamma.c: Likewise.
53156         * math/w_tgammaf.c: Likewise.
53157         * math/w_tgammal.c: Likewise.
53159         * po/ja.po: Update from translation team.
53161 2011-09-29  Andreas Jaeger  <aj@suse.de>
53163         [BZ #13179]
53164         * sunrpc/netname.c (netname2host): Fix logic.
53166         [BZ #6779]
53167         [BZ #6783]
53168         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
53169         correctly.
53170         * math/w_remainder.c (__remainder): Likewise.
53171         * math/w_remainderf.c (__remainderf): Likewise.
53172         * math/libm-test.inc (remainder_test): Add test cases.
53174 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
53176         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
53177         sdiv_qrnnd.
53179 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
53181         * string/test-memcmp.c: Avoid unncessary #defines.
53182         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
53184 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53186         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
53187         Use new sse2 version for core i3 - i7 as it's faster
53188         than sse42 version.
53189         (bit_Prefer_PMINUB_for_stringop): New.
53190         * sysdeps/x86_64/rawmemchr.S: Update.
53191         Replace with faster SSE2 version.
53192         * sysdeps/x86_64/memrchr.S: New file.
53193         * sysdeps/x86_64/memchr.S: Update.
53194         Replace with faster SSE2 version.
53196 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
53198         * elf/dl-load.c (lose): Add cast to avoid warning.
53200 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
53202         * po/ca.po: Update from translation team.
53204         * inet/getnetgrent_r.c: Hook up nscd.
53205         * nscd/Makefile (routines): Add nscd_netgroup.
53206         (nscd-modules): Add netgroupcache.
53207         (CFLAGS-netgroupcache.c): Define.
53208         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
53209         (cache_search): Add const to second parameter.
53210         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
53211         INNETGR.
53212         (dbs): Add netgrdb entry.
53213         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
53214         (verify_persistent_db): Handle netgrdb.
53215         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
53216         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
53217         GETFDNETGR.
53218         (netgroup_response_header): Define.
53219         (innetgroup_response_header): Define.
53220         (datahead): Add netgroup_response_header and innetgroup_response_header
53221         elements.
53222         * nscd/nscd.conf: Add entries for netgroup cache.
53223         * nscd/nscd.h (dbtype): Add netgrdb.
53224         (_PATH_NSCD_NETGROUP_DB): Define.
53225         (netgroup_iov_disabled): Declare.
53226         (xmalloc, xcalloc, xrealloc): Move declarations here.
53227         (cache_search): Adjust prototype.
53228         Add netgroup-related prototypes.
53229         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
53230         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
53231         (__nscd_innetgr): Declare.
53232         * nscd/selinux.c (perms): Use access_vector_t as element type and
53233         add netgroup-related initializers.
53234         * nscd/netgroupcache.c: New file.
53235         * nscd/nscd_netgroup.c: New file.
53236         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
53237         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
53238         For four parameters use innetgr.
53239         * nss/nss_files/files-init.c: Add definition and callback for netgr.
53240         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
53241         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
53242         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
53244         * nscd/connections.c (register_traced_file): Don't register file
53245         for disabled databases.
53247 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
53249         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
53251         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
53252         from tree and freeing node.
53254 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
53256         * nss/nsswitch.c (__nss_database_lookup): Handle
53257         nss_parse_service_list out of memory case.
53259 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
53261         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
53262         out of memory case.
53264 2011-10-04  Andreas Schwab  <schwab@redhat.com>
53266         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
53267         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
53268         pass it down.
53269         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
53270         elf_machine_rela, elf_machine_lazy_rel.
53271         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
53272         (ELF_DYNAMIC_DO_REL): Likewise.
53273         (ELF_DYNAMIC_DO_RELA): Likewise.
53274         (ELF_DYNAMIC_RELOCATE): Likewise.
53275         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
53276         to ELF_DYNAMIC_DO_REL.
53277         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
53278         (dl_main): In trace mode always set __RTLD_NOIFUNC.
53279         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
53280         elf_machine_rela.
53281         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
53282         skip_ifunc, don't call ifunc function if non-zero.
53283         (elf_machine_rela): Likewise.
53284         (elf_machine_lazy_rel): Likewise.
53285         (elf_machine_lazy_rela): Likewise.
53286         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
53287         (elf_machine_lazy_rel): Likewise.
53288         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
53289         Likewise.
53290         (elf_machine_lazy_rel): Likewise.
53291         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
53292         Likewise.
53293         (elf_machine_lazy_rel): Likewise.
53294         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
53295         (elf_machine_lazy_rel): Likewise.
53296         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
53297         (elf_machine_lazy_rel): Likewise.
53298         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
53299         (elf_machine_lazy_rel): Likewise.
53300         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
53301         (elf_machine_lazy_rel): Likewise.
53302         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
53303         (elf_machine_lazy_rel): Likewise.
53304         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
53305         (elf_machine_lazy_rel): Likewise.
53307 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
53309         * nss/nss_files/files-init.c (_nss_files_init): Use static
53310         initialization for all the *_traced_file variables.
53312 2011-09-28  Andreas Schwab  <schwab@redhat.com>
53314         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
53316 2011-09-27  Roland McGrath  <roland@hack.frob.com>
53318         [BZ #13226]
53319         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
53321 2011-09-27  Andreas Schwab  <schwab@redhat.com>
53323         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
53324         Reread the line before reparsing it.
53326 2011-09-26  Andreas Schwab  <schwab@redhat.com>
53328         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
53330 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
53331             Maxim Kuvyrkov  <maxim@codesourcery.com>
53332             Joseph Myers  <joseph@codesourcery.com>
53334         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
53335         if needed for __stack_chk_guard.
53337 2011-09-19  Roland McGrath  <roland@hack.frob.com>
53339         * sysdeps/posix/spawni.c (script_execute): Always define it.
53340         It will be optimized away if unused.
53341         (maybe_script_execute): New function.
53342         (__spawni): Call it.
53344         * Makerules: Don't include tls.make.
53345         (config-tls): Always set to thread.
53346         * tls.make.c: File removed.
53348 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
53350         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
53351         * config.make.in (CPPFLAGS-config): New substituted variable.
53353 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
53355         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
53357         [BZ #13192]
53358         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
53359         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
53361 2011-09-15  Roland McGrath  <roland@hack.frob.com>
53363         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
53364         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
53365         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
53366         (CALL_FAIL): Likewise.
53367         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
53368         (CALL_FAIL): Macro removed.
53369         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
53371 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
53373         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
53374         for __FINITE_MATH_ONLY__ == 1.
53376 2011-09-15  Andreas Schwab  <schwab@redhat.com>
53378         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
53379         __ieee754_sqrt instead of sqrt.
53380         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
53381         __ieee754_sqrtf instead of sqrtf.
53382         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
53383         __floorf instead of floorf.
53384         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
53385         __floorf, __truncf instead of floorf, truncf.
53387 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
53389         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
53391         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
53392         __extern_always_inline.
53393         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
53394         32-bit.
53396 2011-09-14  Andreas Schwab  <schwab@redhat.com>
53398         * elf/rtld.c (dl_main): Also relocate in dependency order when
53399         doing symbol dependency testing.
53401 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
53403         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
53404         Always define `refsym'.
53406 2011-09-13  Andreas Schwab  <schwab@redhat.com>
53408         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
53409         (__FD_ELT): Renamed from __FDELT.
53410         * misc/bits/select2.h (__FD_ELT): Likewise.
53411         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
53412         __FD_MASK instead of __FDELT, __FDMASK.
53413         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
53414         Likewise.
53415         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
53416         Likewise.
53418         * elf/Makefile (gen-ldd): Fix pattern.
53420         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
53421         (init_tls): Likewise.
53423 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
53425         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
53427 2011-09-12  Andreas Schwab  <schwab@redhat.com>
53429         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
53430         `struct cmsghdr *' instead of `void *'.
53431         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
53432         Likewise.
53434 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
53436         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
53437         if non-absolute.
53438         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
53439         ldd_rewrite_script.
53441 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
53443         * configure.in: Remove --with-tls option.
53444         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
53445         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
53446         out in case it is missing.
53447         * sysdeps/ia64/elf/configure.in: Likewise.
53448         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
53449         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
53450         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
53451         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
53452         * sysdeps/sh/elf/configure.in: Likewise.
53453         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
53454         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
53455         * sysdeps/x86_64/elf/configure.in: Likewise.
53456         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
53457         * sysdeps/mach/hurd/tls.h: Likewise.
53459         [BZ #13067]
53460         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
53462         [BZ #13090]
53463         * configure.in: Fix use of AC_INIT.
53465         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
53467 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
53469         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
53470         __set_errno.
53471         * malloc/hooks.c: Likewise.
53473         [BZ #11929]
53474         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
53475         variables statically.
53476         (narenas): Initialize.
53477         (list_lock): Initialize.
53478         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
53479         initializtion of main_arena and list_lock.  Small cleanups.
53480         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
53481         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
53482         Add initializers to main_arena and mp_.
53483         (malloc_state): Remove pagesize member.  Change all users to use
53484         GLRO(dl_pagesize).
53486         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
53487         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
53488         is always initialized.
53490         * malloc/malloc.c: Removed unused configurations and dead code.
53491         * malloc/arena.c: Likewise.
53492         * malloc/hooks.c: Likewise.
53493         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
53495         * include/tls.h: Removed.  USE___THREAD must always be defined.
53496         * bits/libc-tsd.h: Don't handle !USE___THREAD.
53497         * elf/dl-libc.c: Likewise.
53498         * elf/dl-tsd.c: Likewise.
53499         * include/errno.h: Likewise.
53500         * include/netdb.h: Likewise.
53501         * include/resolv.h: Likewise.
53502         * inet/herrno-loc.c: Likewise.
53503         * inet/herrno.c: Likewise.
53504         * malloc/arena.c: Likewise.
53505         * malloc/hooks.c: Likewise.
53506         * malloc/malloc.c: Likewise.
53507         * resolv/res-state.c: Likewise.
53508         * resolv/res_libc.c: Likewise.
53509         * sysdeps/i386/dl-machine.h: Likewise.
53510         * sysdeps/ia64/dl-machine.h: Likewise.
53511         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
53512         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
53513         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
53514         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
53515         * sysdeps/sh/dl-machine.h: Likewise.
53516         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
53517         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
53518         * sysdeps/unix/i386/sysdep.S: Likewise.
53519         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
53520         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
53521         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
53522         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
53523         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
53524         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
53525         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
53526         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
53527         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
53528         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
53529         * sysdeps/unix/x86_64/sysdep.S: Likewise.
53530         * sysdeps/x86_64/dl-machine.h: Likewise.
53531         * tls.make.c: Likewise.
53533         * configure.in: Remove --with-__thread option.  Make tests for
53534         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
53535         tls_model attribute fail if no support is available.  Remove
53536         USE_IN_LIBIO.
53537         * Makeconfig: Adjust for dropped configure option.  All features are
53538         now mandatory.
53539         * Makerules: Likewise.
53540         * Versions.def: Likewise.
53541         * argp/argp-fmtstream.c: Likewise.
53542         * argp/argp-fmtstream.h: Likewise.
53543         * argp/argp-help.c: Likewise.
53544         * assert/assert.c: Likewise.
53545         * config.h.in: Likewise.
53546         * config.make.in: Likewise.
53547         * configure: Likewise.
53548         * configure.in: Likewise.
53549         * csu/Versions: Likewise.
53550         * csu/init.c: Likewise.
53551         * elf/tst-audit2.c: Likewise.
53552         * elf/tst-tls10.c: Likewise.
53553         * elf/tst-tls10.h: Likewise.
53554         * elf/tst-tls11.c: Likewise.
53555         * elf/tst-tls12.c: Likewise.
53556         * elf/tst-tls14.c: Likewise.
53557         * elf/tst-tlsmod11.c: Likewise.
53558         * elf/tst-tlsmod12.c: Likewise.
53559         * elf/tst-tlsmod13.c: Likewise.
53560         * elf/tst-tlsmod13a.c: Likewise.
53561         * elf/tst-tlsmod14a.c: Likewise.
53562         * elf/tst-tlsmod15b.c: Likewise.
53563         * elf/tst-tlsmod16a.c: Likewise.
53564         * elf/tst-tlsmod16b.c: Likewise.
53565         * elf/tst-tlsmod7.c: Likewise.
53566         * elf/tst-tlsmod8.c: Likewise.
53567         * elf/tst-tlsmod9.c: Likewise.
53568         * gmon/gmon.c: Likewise.
53569         * grp/fgetgrent_r.c: Likewise.
53570         * grp/putgrent.c: Likewise.
53571         * hurd/fopenport.c: Likewise.
53572         * include/libc-symbols.h: Likewise.
53573         * include/tls.h: Likewise.
53574         * intl/gettextP.h: Likewise.
53575         * intl/loadinfo.h: Likewise.
53576         * locale/global-locale.c: Likewise.
53577         * locale/localeinfo.h: Likewise.
53578         * mach/devstream.c: Likewise.
53579         * malloc/arena.c: Likewise.
53580         * malloc/set-freeres.c: Likewise.
53581         * misc/err.c: Likewise.
53582         * misc/getttyent.c: Likewise.
53583         * misc/mntent_r.c: Likewise.
53584         * posix/getopt.c: Likewise.
53585         * posix/wordexp.c: Likewise.
53586         * pwd/fgetpwent_r.c: Likewise.
53587         * resolv/Versions: Likewise.
53588         * resolv/res_hconf.c: Likewise.
53589         * shadow/fgetspent_r.c: Likewise.
53590         * shadow/putspent.c: Likewise.
53591         * stdio-common/printf_fphex.c: Likewise.
53592         * stdio-common/tmpfile.c: Likewise.
53593         * stdlib/abort.c: Likewise.
53594         * stdlib/fmtmsg.c: Likewise.
53595         * sunrpc/auth_unix.c: Likewise.
53596         * sunrpc/clnt_perr.c: Likewise.
53597         * sunrpc/clnt_tcp.c: Likewise.
53598         * sunrpc/clnt_udp.c: Likewise.
53599         * sunrpc/clnt_unix.c: Likewise.
53600         * sunrpc/openchild.c: Likewise.
53601         * sunrpc/svc_simple.c: Likewise.
53602         * sunrpc/svc_tcp.c: Likewise.
53603         * sunrpc/svc_udp.c: Likewise.
53604         * sunrpc/svc_unix.c: Likewise.
53605         * sunrpc/xdr.c: Likewise.
53606         * sunrpc/xdr_array.c: Likewise.
53607         * sunrpc/xdr_rec.c: Likewise.
53608         * sunrpc/xdr_ref.c: Likewise.
53609         * sunrpc/xdr_stdio.c: Likewise.
53611 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
53613         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
53615 2011-07-03  Andreas Jaeger  <aj@suse.de>
53617         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
53618         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
53619         regenerate with gen-libm-tests.pl.
53621 2010-05-12  Petr Baudis  <pasky@suse.cz>
53623         [BZ #11589]
53624         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
53625         around j0() zero points by switching to j1().
53626         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
53627         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
53628         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
53629         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
53631 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
53633         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
53634         instead of 0.
53635         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
53636         instead of 0.
53637         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
53638         Patch in part by Pavel Roskin <proski@gnu.org>.
53640         [BZ #13138]
53641         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
53642         realloc.
53643         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
53644         Free memory block if necessary.
53646         [BZ #12847]
53647         * libio/genops.c (INTDEF): For string streams the _lock pointer can
53648         be NULL.  Don't lock in this case.
53650 2011-09-09  Roland McGrath  <roland@hack.frob.com>
53652         * elf/elf.h (ELFOSABI_GNU): New macro.
53653         (ELFOSABI_LINUX): Define to that.
53655 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
53657         * string/strncat.c (strncat): Undef the symbol in case it has been
53658         defined in bits/string.h.
53660 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
53662         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
53664         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
53665         link map.
53667 2011-08-17  Andreas Jaeger  <aj@suse.de>
53669         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
53671 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
53672             Ian Lance Taylor  <iant@google.com>
53674         * math/libm-test.inc (lround_test): New testcase.
53675         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
53677 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
53679         * Makefile: Remove support for automatic cvs check-ins.
53680         * Makerules: Likewise.
53681         * config.make.in: Likewise.
53682         * configure.in: Likewise.
53683         * intl/Makefile: Likewise.
53684         * locale/Makefile: Likewise.
53685         * po/Makefile: Likewise.
53686         * posix/Makefile: Likewise.
53687         * sysdeps/gnu/Makefile: Likewise.
53688         * sysdeps/mach/hurd/Makefile: Likewise.
53689         * sysdeps/sparc/sparc32/Makefile: Likewise.
53691         [BZ #13118]
53692         * posix/Makefile (bug-regex32-ENV): Define.
53693         Patch by John Stanley <jpsinthemix@verizon.net>.
53695         * misc/Makefile (headers): Add bits/select2.h.
53696         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
53697         * misc/bits/select2.h: New file.
53698         * include/bits/select2.h: New file.
53699         * debug/Makefile (routines): Add fdelt_chk.
53700         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
53701         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
53702         FD_ISSET.
53703         * debug/fdelt_chk.c: New file.
53705         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
53706         * wcsmbs/test-wmemcmp.c: Likewise.
53707         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
53708         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
53710 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53712         * string/Makefile (strop-tests): Add memcmp.
53713         * string/test-wmemcmp.c: New file.
53714         * string/test-memcmp.c: Add wmemcmp support.
53716 2011-09-08  Roland McGrath  <roland@hack.frob.com>
53718         [BZ #13153]
53719         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
53720         2011-07-19 change.
53722         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
53723         garbage value in a __mach_port_mod_refs call in the cases of the
53724         task-self and thread-self ports.
53726 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
53728         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
53730 2011-09-08  Andreas Schwab  <schwab@redhat.com>
53732         * elf/dl-load.c (lose): Check for non-null L.
53734 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
53736         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
53738         * elf/dl-libc.c (dlerror_run): Pass back error code from
53739         dl_catch_error.
53741         [BZ #13123]
53742         * elf/dl-load.c (lose): Free l_origin if it is valid.
53744         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
53745         names.
53746         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
53747         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
53748         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
53749         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
53750         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
53751         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
53753 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
53755         * sysdeps/powerpc/fpu/e_hypot.c: New file.
53756         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
53757         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
53758         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
53759         * sysdeps/powerpc/fpu/k_cosf.c: New file.
53760         * sysdeps/powerpc/fpu/k_sinf.c: New file.
53761         * sysdeps/powerpc/fpu/s_cosf.c: New file.
53762         * sysdeps/powerpc/fpu/s_sinf.c: New file.
53763         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
53764         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
53766 2011-08-15  Alan Modra  <amodra@gmail.com>
53768         [BZ #13092]
53769         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
53770         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
53771         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
53772         ppc_mcount to static-only-routines.
53773         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
53774         __mcount_internal.
53775         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
53776         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
53778 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
53780         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
53781         for finite and infinity parameters.
53783 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
53785         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
53786         and add nop instructions for throughput optimization.
53787         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
53789 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
53791         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
53792         aligned copy for power7 with vector-scalar instructions.
53793         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
53795 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
53797         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
53798         AVX check.
53800 2011-09-07  Andreas Schwab  <schwab@redhat.com>
53802         [BZ #13144]
53803         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
53804         last change.
53806 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
53808         * sysdeps/unix/sysv/linux/x86_64/init-first.c
53809         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
53810         syscall wrapper around clock_gettime in __vdso_clock_gettime.
53811         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
53812         clock_gettime.
53814 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
53816         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
53817         Forgot to demangle the pointer.
53819         * sysdeps/i386/sysdep.h: Define atom_text_section.
53820         * sysdeps/x86_64/sysdep.h: Likewise.
53821         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
53822         section with atom_text_section.
53823         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
53824         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
53825         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
53826         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
53827         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
53829         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
53830         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
53831         already be defined.  Change to take two parameters and don't assign
53832         result to variable.  Adjust all users.
53833         Define INTERNAL_GETTIME if not already defined.
53834         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
53835         call.
53836         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
53837         HAVE_CLOCK_GETTIME_VSYSCALL.
53838         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
53840         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
53841         gettimeofday vsyscall, just use time.
53843 2011-09-06  Andreas Schwab  <schwab@redhat.com>
53845         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
53846         <errno.h>.
53848 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
53850         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
53851         syscall on x86-64.
53852         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
53853         syscall.
53854         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
53855         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
53856         syscall if possible.
53858 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
53860         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
53861         e_ident.  Don't pass to find_mapsXX.
53862         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
53864 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
53866         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53867         strchr-sse2-no-bsf strrchr-sse2-no-bsf
53868         * sysdeps/x86_64/multiarch/strchr.S: Update.
53869         Check bit_slow_BSF bit.
53870         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
53871         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
53872         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
53874 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
53876         [BZ #13134]
53877         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
53878         before glibc 2.15.
53879         (tryshell): Define.
53880         (__spawni): Change last parameter to be flag.  Test
53881         SPAWN_XFLAGS_USE_PATH flag to use path or not.
53882         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
53883         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
53884         * posix/spawni.c: Likewise.
53885         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
53886         * posix/spawnp.c: Likewise.  Change normal version to use
53887         SPAWN_XFLAGS_USE_PATH.
53888         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
53889         SPAWN_XFLAGS_TRY_SHELL.
53891         [BZ #13150]
53892         * posix/glob.h: Remove gcc 1.x support.
53894         [BZ #13068]
53895         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
53897 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
53899         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53900         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
53901         strrchr-sse2-bsf
53902         * sysdeps/i386/i686/multiarch/strchr.S: New file.
53903         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
53904         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
53905         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
53906         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
53907         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
53909 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53911         * sysdeps/x86_64/wcscmp.S: New file.
53913         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
53914         wcscmp-c wcscmp-sse2
53915         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
53916         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
53917         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
53918         * wcsmbs/wcscmp.c: Allow renaming.
53920 2011-09-05  David S. Miller  <davem@davemloft.net>
53922         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
53923         stack slot, rather than the struct return pointer slot.
53924         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
53925         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
53926         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
53927         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
53929 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
53931         * po/ja.po: Update from translation team.
53933         [BZ #13144]
53934         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
53935         kernel in 64-bit binaries.
53937 2011-09-01  David S. Miller  <davem@davemloft.net>
53939         * elf/elf.h (HWCAP_SPARC_*): Move to..
53940         * sysdeps/sparc/sysdep.h: this new file and add new values.
53941         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
53942         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
53943         _DL_HWCAP_COUNT to 24.
53944         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
53945         entries.
53946         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
53947         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
53948         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
53949         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
53950         instead of magic constants.
53951         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
53953 2011-08-31  David S. Miller  <davem@davemloft.net>
53955         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
53956         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
53957         Reimplement to do errno handling inline.
53958         (SYSCALL_ERROR_HANDLER): New macro.
53959         (__SYSCALL_STRING): Do not do errno handling in asm.
53960         (__CLONE_SYSCALL_STRING): Delete.
53961         (__INTERNAL_SYSCALL_STRING): Delete.
53962         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
53963         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
53964         (PSEUDO): Reimplement to do errno handling inline.
53965         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
53966         (SYSCALL_ERROR_HANDLER): New macro.
53967         (__SYSCALL_STRING): Do not do errno handling in asm.
53968         (__CLONE_SYSCALL_STRING): Delete.
53969         (__INTERNAL_SYSCALL_STRING): Delete.
53970         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
53971         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
53972         i386.
53973         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
53974         (inline_syscall*): Add 'err' argument.
53975         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
53976         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
53977         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
53978         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
53980         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
53981         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
53983 2011-08-30  Andreas Schwab  <schwab@redhat.com>
53985         * elf/rtld.c (dl_main): Relocate objects in dependency order.
53987 2011-08-29  Jiri Olsa <jolsa@redhat.com>
53989         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
53990         directive.
53992 2011-08-24  David S. Miller  <davem@davemloft.net>
53994         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
53996 2011-08-24  Andreas Schwab  <schwab@redhat.com>
53998         * elf/Makefile: Add rules to build and run unload8 test.
53999         * elf/unload8.c: New file.
54000         * elf/unload8mod1.c: New file.
54001         * elf/unload8mod1x.c: New file.
54002         * elf/unload8mod2.c: New file.
54003         * elf/unload8mod3.c: New file.
54005         * elf/dl-close.c (_dl_close_worker): Reset private search list if
54006         it wasn't used.
54008 2011-08-23  David S. Miller  <davem@davemloft.net>
54010         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
54011         subtract stack bias.
54012         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
54013         %sp not %fp in calculations.
54014         (_JMPBUF_UNWINDS_ADJ): Likewise.
54016         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
54017         (aio_suspend): Call it to force an exception region around the
54018         AIO_MISC_WAIT() invocation.
54020 2011-08-23  Andreas Schwab  <schwab@redhat.com>
54022         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
54023         backslash.
54025 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
54027         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
54028         protection macro.
54029         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
54030         and <dl-machine.h>.
54031         (Elf64_FuncDesc): Remove.
54033 2011-08-22  David S. Miller  <davem@davemloft.net>
54035         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
54036         sigaltstack check, add missing cfi directives.
54037         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
54038         missing cfi directives, and sigaltstack handling.
54040 2011-08-16  Andreas Schwab  <schwab@redhat.com>
54042         [BZ #11724]
54043         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
54044         object is seen twice.
54045         * elf/dl-fini.c (_dl_sort_fini): Likewise.
54047         * elf/Makefile (distribute): Add tst-initorder2.c.
54048         (tests): Add tst-initorder2.
54049         (modules-names): Add tst-initorder2a tst-initorder2b
54050         tst-initorder2c tst-initorder2d.  Add rules to build them.
54051         ($(objpfx)tst-initorder2.out): New rule.
54052         * elf/tst-initorder2.c: New file.
54053         * elf/tst-initorder2.exp: New file.
54055 2011-08-22  Andreas Schwab  <schwab@redhat.com>
54057         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
54059         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
54060         dependencies back to end of function.
54062         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
54063         $(elfobjdir)/ld.so.
54065 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
54067         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
54068         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
54069         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
54070         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
54071         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
54072         of __vdso_gettimeofday.
54073         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
54074         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
54075         attribute_hidden.
54076         (_libc_vdso_platform_setup): Remove initialization of
54077         __vdso_gettimeofday and __vdso_time.
54079 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
54081         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
54082         and fgetc_unlocked.
54083         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
54084         getc_unlocked.
54086         * elf/dl-open.c (add_to_global): Report additions to the global scope
54087         for LD_DEBUG=scopes.
54088         (dl_open_worker): Also print scope of newly loaded dependencies.
54089         (_dl_show_scope): Indicate if there is no scope.
54091         [BZ #13114]
54092         * stdio-common/Makefile (tests): Add bug24.
54093         * stdio-common/bug24.c: New file.
54095 2011-08-19  Andreas Jaeger  <aj@suse.de>
54097         [BZ #13114]
54098         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
54099         non-existant file when using close-on-exec mode.
54101 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
54103         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
54104         the very first instruction.
54106         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
54107         the CFI state in the end.
54108         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
54109         inclusion of dl-trampoline.h.
54110         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
54112 2011-08-19  Andreas Schwab  <schwab@redhat.com>
54114         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
54115         expectations for long double.
54117         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
54118         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
54120 2011-08-14  David S. Miller  <davem@davemloft.net>
54122         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
54123         artificual limit depends upon the system page size.
54125 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
54127         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
54128         * resolv/Makefile: Define CFLAGS-libresolv.
54130 2011-08-17  Andreas Schwab  <schwab@redhat.com>
54132         * nss/makedb.c (compute_tables): Make variables used in nested
54133         function static.
54135 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
54137         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
54138         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
54139         if buffer was too small.
54141         * elf/pldd.c (main): Attach to all threads in the process.
54142         Rewrite /proc handling to use *at functions.
54144 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
54146         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
54147         specifies first scope to show.
54148         (dl_open_worker): Update callers.  Move printing scope of new
54149         object to before the relocation.
54150         * elf/rtld.c (dl_main): Update _dl_show_scope call.
54151         * sysdeps/generic/ldsodefs.h: Update declaration.
54153         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
54154         string for the scope number.
54156 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
54158         * nscd/servicescache.c (cache_addserv): Make sure written is always
54159         initialized.
54161 2011-08-14  Roland McGrath  <roland@hack.frob.com>
54163         * sysdeps/i386/i486/bits/atomic.h
54164         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
54165         statement expression, so as to suppress "set but not used" warning.
54166         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
54168         * string/strncat.c (STRNCAT): Use prototype definition.
54170         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
54171         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
54172         -Iprograms here.
54173         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
54174         (localedef-modules): Add localedef.
54175         (locale-modules): Add locale.
54177         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
54178         * elf/rtld.c (dl_main): Invert order of assignment in last change,
54179         to avoid a warning.
54181 2011-08-14  David S. Miller  <davem@davemloft.net>
54183         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
54184         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
54186 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
54188         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
54189         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
54190         * elf/rtld.c (dl_main): Set l_name of vDSO.
54191         Call _dl_show_scope when DL_DEBUG_SCOPES.
54192         (process_dl_debug): Recognize scopes flag and also set it for all.
54193         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
54194         Declare _dl_show_scope.
54196         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
54197         (do_dlopen): Pass caller_dlopen to dl_open.
54198         (__libc_dlopen_mode): Initialize caller_dlopen.
54200         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
54201         of libc.  Make tolower call locale-independent.  Optimize a bit by
54202         using isdigit instead of isalnum.
54203         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
54205 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
54207         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
54208         was a dependency or dynamically loaded.
54210 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
54212         * intl/l10nflist.c: Allow architecture-specific pop function.
54213         * sysdeps/x86_64/l10nflist.c: New file.
54215         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
54216         classification.
54218 2011-08-10  Andreas Schwab  <schwab@redhat.com>
54220         * include/dirent.h: Add libc_hidden_proto for scandirat and
54221         scandirat64.  Don't declare __scandirat64.
54222         * dirent/scandirat.c: Add libc_hidden_def.
54223         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
54224         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
54226 2011-08-10  David S. Miller  <davem@davemloft.net>
54228         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
54229         enum.
54230         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
54231         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
54232         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
54234 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
54236         * Versions.def [libc]: Add GLIBC_2.15.
54237         * dirent/Makefile (routines): Add scandirat and scandirat64.
54238         * dirent/Versions [libc]: Export scandirat and scandirat64 for
54239         GLIBC_2.15.
54240         * dirent/dirent.h: Declare scandirat and scandirat64.
54241         * dirent/scandirat.c: New file.
54242         * dirent/scandirat64.c: New file.
54243         * sysdeps/wordsize-64/scandirat.c: New file.
54244         * sysdeps/wordsize-64/scandirat64.c: New file.
54245         * dirent/opendir.c: Define opendirat.
54246         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
54247         using scandirat.
54248         * dirent/scandir64.c: Adjust for scandir.c change.
54249         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
54250         __scandirat64, and __scandir_cancel_handler.
54251         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
54252         additional parameter and use openat instead of open (outside of ld.so).
54253         Add new __opendir as wrapper around __opendirat.
54254         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
54255         here without requiring old scandirat implementation.
54257 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
54259         * dirent/scandir.c (cancel_handler): Renamed to
54260         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
54261         defined.  Adjust users.
54262         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
54263         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
54265 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
54267         * string/test-string.h (IMPL): Use __STRING to expand name and then
54268         stringify it.
54270         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
54271         of cleanups.
54273 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
54275         * string/Makefile: Update.
54276         (strop-tests): Append strncat.
54277         * string/test-wcscmp.c: New file.
54278         New comprehensive test for wcscmp.
54279         * string/test-strcmp.c: Update.
54280         (WIDE): New define.
54282 2011-07-22  Andreas Schwab  <schwab@redhat.com>
54284         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
54285         line.
54287 2011-07-26  Andreas Schwab  <schwab@redhat.com>
54289         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
54290         encoding to ACE if AI_IDN.
54292 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
54294         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
54295         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
54297 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
54299         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
54300         Fix overflow bug in strncat.
54301         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
54303         * string/test-strncat.c: Update.
54304         Add new tests for checking overflow bugs.
54306 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
54308         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
54309         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
54310         * sysdeps/i386/i686/multiarch/strcat.S: New file.
54311         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
54312         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
54313         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
54314         * sysdeps/i386/i686/multiarch/strncat.S: New file.
54315         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
54316         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
54318         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
54319         (USE_AS_STRCAT): Define.
54320         Add strcat and strncat support.
54321         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
54323 2011-07-25  Andreas Schwab  <schwab@redhat.com>
54325         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
54326         __n bigger than INT_MAX+1.
54327         (__strncmp_g): Likewise.
54329 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
54331         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
54332         * libio/stido.h: Likewise.
54334         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
54335         (AF_NFC): Define.
54336         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
54337         (AF_NFC): Define.
54339         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
54340         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
54341         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
54342         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
54343         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
54345         [BZ #13021]
54346         * scripts/test-installation.pl: Don't expect libnss_test1 to be
54347         installed.
54349         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
54350         typo.
54351         (_dl_x86_64_save_sse): Likewise.
54353 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
54355         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
54356         OSXSAVE.
54357         (_dl_x86_64_save_sse): Likewise.
54359         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
54361         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
54363 2011-07-21  Andreas Schwab  <schwab@redhat.com>
54365         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
54366         change.
54367         (_dl_x86_64_save_sse): Use correct AVX check.
54369 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
54371         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
54372         bug in strncpy/strncat.
54373         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
54375 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
54377         * string/tester.c (test_strcat): Add tests for different alignments
54378         of source and destination.
54379         (test_strncat): Likewise.
54381 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
54383         [BZ #12852]
54384         * posix/glob.c (glob): Check passed in values before using them in
54385         expressions to avoid some overflows.
54386         (glob_in_dir): Likewise.
54388         [BZ #13007]
54389         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
54390         check for AVX enablement so that we don't crash with old kernels and
54391         new hardware.
54392         * elf/tst-audit4.c: Add same checks here.
54393         * elf/tst-audit6.c: Likewise.
54395         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
54397 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
54399         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
54401 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
54403         * po/cs.po: Update from translation team.
54404         * po/bg.po: Likewise.
54406 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
54408         * misc/sys/cdefs.h: Add support for const attribute.
54409         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
54410         to gnu_dev_{major,minor,makedev} functions.
54412 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
54414         * intl/dcigettext.c (get_output_charset): Add missing bracket.
54416 2011-07-20  Andreas Schwab  <schwab@redhat.com>
54418         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
54419         strlen results.
54421 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
54423         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
54424         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
54425         register in order to avoid conflicts with the soft frame pointer
54426         being held in r11 when necessary.
54427         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
54428         (INTERNAL_VSYSCALL_NCS): Likewise.
54430 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
54432         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
54433         * elf/dl-fini.c (_dl_fini): Adjust caller.
54434         * elf/dl-close.c (_dl_close_worker): Likewise.
54435         * sysdeps/generic/ldsodefs.h: Adjust declaration.
54437 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
54439         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
54440         "aux_cache->nlibs < 0".
54442         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
54443         in the reload-count case.
54445 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
54447         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
54448         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
54449         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
54450         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
54451         * sysdeps/x86_64/multiarch/strcat.S: New file.
54452         * sysdeps/x86_64/multiarch/strncat.S: New file.
54453         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
54454         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
54455         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
54456         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
54457         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
54458         (USE_AS_STRCAT): Define.
54459         Add strcat and strncat support.
54460         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
54461         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
54462         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
54463         * string/strncat.c: Update.
54464         (USE_AS_STRNCAT): Define.
54465         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
54466         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
54467         and i7.
54468         * sysdeps/x86_64/multiarch/init-arch.h
54469         (bit_Prefer_PMINUB_for_stringop): New.
54470         (index_Prefer_PMINUB_for_stringop): Likewise.
54471         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
54472         bit_Prefer_PMINUB_for_stringop.
54474 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
54476         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
54477         buffer64.
54478         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
54479         of casting of buffer.
54480         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
54481         buffer32 and buffer64.
54482         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
54483         writes instead of casting of buffer.
54484         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
54485         buffer32.
54486         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
54487         casting of buffer.
54489 2011-07-19  Andreas Schwab  <schwab@redhat.com>
54491         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
54493 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
54495         * nscd/nscd.c (termination_handler): Don't do anything for a database
54496         if it has not yet been initialized.
54498 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
54500         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
54502 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
54504         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
54506 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
54508         * po/nl.po: Update from translation team.
54509         * po/sv.po: Likewise.
54511 2011-07-16  Roland McGrath  <roland@hack.frob.com>
54513         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
54514         now disallowed by GCC.
54516         * configure.in (use-default-link): Default to yes if a test -shared
54517         link meets our qualifications.
54518         * configure: Regenerated.
54520         * config.make.in (output-format): New variable.
54521         * configure.in: Check for ld --print-output-format support.
54522         * configure: Regenerated.
54523         * Makerules ($(common-objpfx)format.lds)
54524         [$(output-format) != unknown]: Just use $(output-format),
54525         instead of the linker-script munging.
54527 2011-07-14  Roland McGrath  <roland@hack.frob.com>
54529         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
54530         of $(common-objpfx)shlib.lds.
54531         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
54533         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
54534         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
54536         * configure.in (-z relro check): Adjust test code to add a large
54537         writable data section after it.
54538         * configure: Regenerated.
54540 2011-07-11  Roland McGrath  <roland@hack.frob.com>
54542         * configure.in (-z relro check): Fix test code to make the variable
54543         truly const.
54544         * configure: Regenerated.
54546 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
54548         * nscd/nscd.h (struct traced_file): Define.
54549         (struct database_dyn): Remove inotify_descr, reset_res, and filename
54550         elements.  Add traced_files.
54551         (inotify_fd): Declare.
54552         (register_traced_file): Declare.
54553         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
54554         (inotify_fd): Export.
54555         (resolv_conf_descr): Remove.
54556         (nscd_init): Move inotify descriptor creation to main.
54557         Don't register files for notification here.
54558         (register_traced_file): New function.
54559         (invalidate_cache): Don't use reset_res to determine whether to call
54560         res_init, go through the list of registered files.
54561         (main_loop_poll): The inotify descriptors are now stored in the
54562         structures for the traced files.
54563         (main_loop_epoll): Likewise
54564         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
54565         to __nss_disable_nscd.
54566         * nscd/cache.c (prune_cache): There is no single inotify descriptor
54567         for a database anymore.  Check the records for all the registered
54568         files instead.
54569         * nss/Makefile (libnss_files-routines): Add files-init.
54570         (libnss_db-routines): Add db-init.
54571         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
54572         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
54573         * nss/nss_db/db-init.c: New file.
54574         * nss/nss_files/files-init.c: New file.
54575         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
54576         __nss_lookup_function.
54577         (__nss_lookup_function): Call nss_load_library.
54578         (nss_load_all_libraries): New function.
54579         (__nss_disable_nscd): Take parameter with callback function for files
54580         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
54581         used for the cached services.
54582         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
54583         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
54584         options for features to all the files in nscd.
54586         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
54588 2011-07-10  Roland McGrath  <roland@hack.frob.com>
54590         * csu/elf-init.c (__libc_csu_init): Comment typo.
54592 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
54594         * po/pl.po: Update from translation team.
54595         * po/ja.po: Likewise.
54596         * po/ru.po: Likewise.
54597         * po/ko.po: Likewise.
54598         * po/fr.po: Likewise.
54600 2011-07-09  Roland McGrath  <roland@hack.frob.com>
54602         * configure.in (.ctors/.dtors header and trailer check):
54603         Use an empirical test on a built program.
54604         * configure: Regenerated.
54606         * configure.in (-z relro check): Use an empirical test on a built DSO.
54607         Detect, but do not require, on ia64.
54608         * configure: Regenerated.
54610         * configure.in (READELF): Find it with AC_CHECK_TOOL.
54611         Update tests that use readelf to use $READELF instead.
54612         * configure: Regenerated.
54614 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
54616         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
54617         if the result is not used.
54619 2011-07-05  Andreas Jaeger  <aj@suse.de>
54621         [BZ#9696]
54622         * stdlib/tst-strtod.c: Add testcase.
54624 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
54626         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
54627         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
54628         The latter has a higher limit.  Take additional parameter to pass to
54629         the new function.
54630         (__pathconf): Pass file to __statfs_link_max.
54631         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
54632         __statfs_link_max.
54633         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
54634         __statfs_link_max.
54636         [BZ #12868]
54637         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
54638         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
54639         Handle Lustre.
54640         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
54641         (__statfs_filesize_max): Likewise.
54642         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
54644 2011-07-05  Andreas Jaeger  <aj@suse.de>
54646         * resolv/res_comp.c (dn_skipname): Remove unused variable.
54648 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
54650         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
54651         `status' variable.
54652         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
54653         Likewise.
54655 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
54657         * Makefile (strop-tests): Add strncat.
54658         * string/test-strncat.c: New file.
54660 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
54662         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
54664 2011-06-21  Andreas Jaeger  <aj@suse.de>
54666         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
54667         Copy rule from iconvdata/Makefile.
54669 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
54671         [BZ #12922]
54672         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
54673         but no long options are defined, just return 'W'.
54675 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
54677         [BZ #9696]
54678         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
54680 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
54682         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
54683         netgroups to read.
54684         (innetgr): Likewise.
54686 2011-07-05  Roland McGrath  <roland@hack.frob.com>
54688         * config.make.in (install_root): Default to $(DESTDIR).
54690 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
54692         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
54694 2011-07-02  Roland McGrath  <roland@hack.frob.com>
54696         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
54698         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
54699         containing directory rather than embedding absolute directory names.
54701         * scripts/check-local-headers.sh: Rewritten using awk.
54702         Match by word, not by line.  Print error messages for matches.
54703         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
54705         * Makerules [shlib-lds-flags empty]:
54706         ($(common-objpfx)libc_pic.opts): New target.
54707         ($(common-objpfx)libc_pic.os.clean): New target.
54708         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
54710         * config.make.in (OBJCOPY): New variable.
54711         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
54712         * configure: Regenerated.
54714         * config.make.in (use-default-link): New variable.
54715         * configure.in (use_default_link): Grok --with-default-link to set it.
54716         * configure: Regenerated.
54717         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
54718         (shlib-lds, shlib-lds-flags): Define to empty.
54720         * Makerules (shlib-lds): New variable.
54721         (shlib-lds-flags): New variable.
54722         (build-shlib, build-moduile, build-module-asneeded): Use it.
54723         ($(common-objpfx)libc.so): Use $(shlib-lds).
54724         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
54725         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
54727         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
54728         DT_FLAGS/DT_FLAGS_1 with zero flags.
54730         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
54731         linker script munging.
54733 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
54735         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
54736         as 128-bit value.
54737         * crypt/sha512.c (sha512_process_block): Perform total addition using
54738         128-bit if possible.
54739         (__sha512_finish_ctx): Likewise.
54740         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
54741         as 64-bit value.
54742         * crypt/sha256.c (SWAP64): Define.
54743         (sha256_process_block): Perform total addition using 64-bit if
54744         possible.
54745         (__sha256_finish_ctx): Likewise.
54747 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
54749         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
54750         * nscd/initgrcache.c (addinitgroupsX): Likewise.
54751         * nscd/hstcache.c (cache_addhst): Likewise.
54752         * nscd/grpcache.c (cache_addgr): Likewise.
54753         * nscd/aicache.c (addhstaiX): Likewise
54754         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
54756 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
54758         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
54759         * nscd/initgrcache.c (addinitgroupsX): Likewise.
54760         * nscd/hstcache.c (cache_addhst): Likewise.
54761         * nscd/grpcache.c (cache_addgr): Likewise.
54762         * nscd/aicache.c (addhstaiX): Likewise
54764 2011-07-01  Andreas Schwab  <schwab@redhat.com>
54766         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
54767         domain only when needed.
54769 2011-06-30  Andreas Schwab  <schwab@redhat.com>
54771         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
54772         is always restored.
54774 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
54776         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
54777         are re-adding the entry.
54778         * nscd/servicescache.c (cache_addserv): Likewise.
54780 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
54782         * sysdeps/generic/dl-irel.h: fix protection against multiple
54783         inclusions.
54784         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
54786 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
54788         [BZ #12935]
54789         * malloc/memusage.sh: Fix quoting in message.
54790         * debug/xtrace.sh: Likewise.
54792         * configure.in: Remove support for --experimental-malloc option, make
54793         it the default.
54794         * config.make.in: Likewise.
54795         * malloc/Makefile: Likewise.
54797 2011-06-27  Andreas Schwab  <schwab@redhat.com>
54799         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
54800         two-byte characters.
54802 2011-06-27  Roland McGrath  <roland@hack.frob.com>
54804         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
54805         AC_CACHE_CHECK invocation.
54806         * configure: Regenerated.
54808         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
54810 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
54812         [BZ #12350]
54813         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
54814         bit from old_res_options.
54816         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
54818         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
54819         value type for setfct.
54821 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
54823         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
54824         __gettimeofday instead of gettimeofday.
54826 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
54828         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
54830 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
54832         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
54834         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
54835         info.
54837 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
54839         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
54840         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
54841         strcpy-sse2-unaligned strncpy-sse2-unaligned
54842         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
54843         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
54844         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
54845         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
54846         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
54847         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
54848         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
54849         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
54850         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
54851         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
54852         (STRCPY): Support SSE2 and SSSE3 versions.
54854 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
54856         [BZ #12874]
54857         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
54858         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
54859         kernels which artificially limit size of requests.
54861 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
54863         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
54864         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
54865         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
54866         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
54867         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
54868         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
54869         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
54870         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
54871         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
54872         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
54873         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
54874         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
54875         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
54876         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
54877         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
54878         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
54879         Enable unaligned load optimization for Intel Core i3, i5 and i7
54880         processors.
54881         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
54882         Define.
54883         (index_Fast_Unaligned_Load): Define.
54884         (HAS_FAST_UNALIGNED_LOAD): Define.
54886 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
54888         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
54890 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
54892         [BZ #12907]
54893         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
54894         until it is clear that the information is realy needed.
54895         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
54897 2011-06-22  Andreas Schwab  <schwab@redhat.com>
54899         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
54901 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
54903         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
54904         /sys/devices/system/cpu/online if it is usable.
54906         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
54907         reading the information from the /proc filesystem to once a second.
54909 2011-06-21  Andreas Jaeger  <aj@suse.de>
54911         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
54912         NULL after inclusion of kernel headers.
54914 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
54916         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
54917         calls to internal_setent.
54919         [BZ #12885]
54920         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
54921         addresses using gethostbyname4_r ignore IPv4 addresses.
54923         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
54924         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
54926         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
54928 2011-06-20  David S. Miller  <davem@davemloft.net>
54930         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
54931         inclusions.
54932         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
54934         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
54935         (elf_irel): Use it.
54936         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
54937         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
54938         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
54939         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
54940         * sysdeps/x86_64/dl-irel.h: Likewise.
54942         * elf/dl-runtime.c: Use elf_ifunc_invoke.
54943         * elf/dl-sym.c: Likewise.
54945 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
54947         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
54948         need to dereference resplen2.
54950 2011-06-14  Andreas Schwab  <schwab@redhat.com>
54952         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
54954 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
54956         * Makeconfig: Define vardbdir and inst_vardbdir.
54957         * nss/Makefile: Add rules to install db-Makefile.
54959         * nss/nss_db/db-XXX.c: Cleanup.
54961         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
54962         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
54963         GLIBC_PRIVATE.
54964         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
54965         * nss/makedb.c: Implement -g option to specify that value strings
54966         are generated and should not be added to table iterated over for
54967         get*ent calls.
54968         * nss/nss_db/db-initgroups.c: New file.
54970         * nss/getent.c: Add support for initgroups lookups through getgrouplist
54971         interface.
54973         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
54974         (internal_getgrouplist): Adjust to name change.
54975         Update use_initgroups_entry if this is not the first call.
54976         * nss/databases.def: Add initgroups entry.
54978         * nss/makedb.c (compute_tables): Check result of multiple hash table
54979         sizes to minimize maximum chain length.
54981 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
54983         * Versions.def: Add entry for libnss_db.
54984         * shlib-versions: Likewise.
54985         * nss/Makefile: Add rules to build libnss_db.
54986         * nss/Versions: Add libnss_db information.  Organize libnss_files
54987         entries better.
54988         * nss/db-Makefile: Add gshadow support.  Change rules for the new
54989         makedb progra.  Some minor improvements to generate smaller files.
54990         * nss/nss_db/nss_db.h: Move NSS database header data structures to
54991         here from...
54992         * nss/makedb.c: ...here.
54993         Improve database format to be smaller and require less memory at
54994         runtime.
54995         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
54996         db anymore.
54997         * nss/nss_db/db-netgrp.c: Likewise.
54998         * nss/nss_db/db-open.c: Likewise.
54999         * nss/nss_files/flies-XXX.x: Adjust comments.
55000         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
55001         * nss/nss_files/files-grp.c: Likewise.
55002         * nss/nss_files/files-hosts.c: Likewise.
55003         * nss/nss_files/files-network.c: Likewise.
55004         * nss/nss_files/files-proto.c: Likewise.
55005         * nss/nss_files/files-pwd.c: Likewise.
55006         * nss/nss_files/files-rpc.c: Likewise.
55007         * nss/nss_files/files-service.c: Likewise.
55008         * nss/nss_files/files-sgrp.c: Likewise.
55009         * nss/nss_files/files-spwd.c: Likewise.
55010         * nss/nss_db/db-alias.c: Removed.
55011         * nss/nss_db/dummy-db.h: Removed.
55013 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
55015         * nss/makedb.c: Rewritten to not use database library.
55016         * nss/Makefile: Update to build new makedb program.
55018 2011-06-14  Andreas Jaeger  <aj@suse.de>
55020         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
55021         memset declaration.
55023 2011-06-10  Andreas Schwab  <schwab@redhat.com>
55025         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
55026         tmpbuf.
55028 2011-06-10  Roland McGrath  <roland@hack.frob.com>
55030         * Makerules (shlib.lds): Fail if the linker script comes out empty.
55031         * elf/Makefile ($(objpfx)ld.so): Likewise.
55033         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
55034         Don't list ld.so twice in dependencies.
55036         * posix/bug-regex31.c: Include <stdlib.h>.
55038         * nscd/hstcache.c (cache_addhst): Remove unused variable.
55040         * nis/nss_compat/compat-spwd.c
55041         (getspent_next_nss_netgr): Remove unused variable.
55042         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
55044         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
55045         nonmembers" output to use the right array.
55047         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
55049         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
55051         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
55052         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
55053         * catgets/gencat.c (read_input_file): Likewise.
55054         * locale/programs/locarchive.c (enlarge_archive): Likewise.
55056         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
55057         variable definition inside #if's controlling its use.
55059         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
55061         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
55063         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
55065         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
55066         unreachable code.
55068         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
55070         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
55071         * configure: Regenerated.
55073         * Makerules: Revert last change.
55074         * elf/Makefile: Likewise.
55076 2011-06-09  Roland McGrath  <roland@hack.frob.com>
55078         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
55079         * elf/Makefile ($(objpfx)librtld.os): Likewise.
55080         (reloc-link): Likewise.
55082 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
55084         * elf/Makefile: Add rules to build pldd.
55085         * elf/pldd.c: New file.
55086         * elf/pldd-xx.c: New file.
55088 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
55090         * version.h: Update for 2.15 development version.
55092 2011-06-07  David S. Miller  <davem@davemloft.net>
55094         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
55095         ifuncs.
55096         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
55097         elf_machine_lazy_rel): Likewise.
55098         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
55099         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
55100         elf_machine_lazy_rel): Likewise.
55101         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
55102         dl_hwcap via passed in argument.
55103         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
55104         Likewise.
55106 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
55108         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
55110 2011-06-06  Roland McGrath  <roland@hack.frob.com>
55112         [BZ #12849]
55113         * manual/fdl-1.1.texi: New file, verbatim from:
55114         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
55115         * manual/lgpl-2.1.texi: New file, verbatim from:
55116         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
55117         * manual/Makefile (licenses): New variable, list those new file names.
55118         (texis): Use it.
55119         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
55121         * manual/fdl.texi: File removed.
55122         * manual/lesser.texi: File removed.
55123         * manual/libc.texinfo (Copying, Documentation License):
55124         Use new @include file names, put @appendix directive before @include.
55126 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
55128         [BZ #12841]
55129         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
55130         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
55131         (mq_open): Add __NTH.
55133 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
55135         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
55136         Assume Intel Core i3/i5/i7 processor if AVX is available.
55138 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
55140         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
55141         typo.
55143 2011-05-31  Andreas Schwab  <schwab@redhat.com>
55145         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
55146         memory.  Use alloca_account.  Fix memory leak when retrying.
55148 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
55150         * version.h (RELEASE): Bump for 2.14 release.
55151         * include/features.h (__GLIBC_MINOR__): Bump to 14.
55153         * config.make.in (RANLIB): Remove entry.
55155 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
55157         * po/Makefile (po-sed-cmd): Add ksh to extensions.
55158         (libc.pot): Work around missing support for .ksh extension in xgettext.
55160         [BZ #12684]
55161         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
55162         if both request failed.
55163         (send_dg): In case of server errors clear resplen or *resplen2.
55165         [BZ #12454]
55166         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
55167         when there are multiple maps.
55168         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
55169         (_dl_fini): Remove test here.
55171         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
55173 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
55175         [BZ #12350]
55176         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
55177         bit from old_res_options.
55178         (gaih_inet): Likewise.
55180         [BZ #11099]
55181         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
55182         as signed.
55184         * resolv/res_init.c (res_setoptions): Make the code more compact.
55186         [BZ #11558]
55187         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
55188         set RES_USEVC.
55190         [BZ #11634]
55191         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
55193         * malloc/malloc.h: Mark malloc hook variables as deprecated.
55195         [BZ #11781]
55196         * malloc/malloc.h: Declare malloc hook variables as volatile.
55198         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
55199         in last patch.
55201         [BZ #11799]
55202         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
55203         raise in the comment.
55204         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
55205         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
55206         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
55208 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
55210         [BZ #12811]
55211         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
55212         grow the buffers more if it already has to be sufficient.
55213         (build_wcs_upper_buffer): Likewise.
55214         * posix/regexec.c (check_matching): Likewise.
55215         (clean_state_log_if_needed): Likewise.
55216         (extend_buffers): Don't enlarge buffers beyond size of the input
55217         buffer.
55218         Patches mostly by Emil Wojak <emil@wojak.eu>.
55219         * posix/bug-regex32.c: New file.
55220         * posix/Makefile (tests): Add bug-regex32.
55222         * locale/findlocale.c (_nl_find_locale): Return right away if
55223         _nl_explode_name failed.
55224         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
55226         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
55228         * debug/xtrace.sh: Unify messages.
55229         * malloc/memusage.sh: Likewise.
55231         [BZ #12813]
55232         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
55233         time symbol from vDSO.  Substitute with vsyscall if not available.
55234         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
55235         __vdso_time.
55237         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
55238         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
55239         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
55240         Add sendmmsg and internal_sendmmsg.
55241         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
55242         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
55243         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
55245         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
55246         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
55247         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
55249 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
55251         [BZ #12813]
55252         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
55253         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
55254         available.
55255         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
55256         __vdso_getcpu.
55258         [BZ #12814]
55259         * iconvdata/Makefile (tests): Add bug-iconv9.
55260         * iconvdata/bug-iconv9.c: New file.
55262 2011-05-27  Andreas Schwab  <schwab@redhat.com>
55264         [BZ #12814]
55265         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
55267 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
55269         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
55270         (struct user_regs_struct): Change intcs field back to cs.
55272 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
55274         * po/ja.po: Update from translation team.
55276 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
55278         [BZ #12795]
55279         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
55280         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
55282 2011-05-20  Andreas Schwab  <schwab@redhat.com>
55284         * stdlib/longlong.h: Update from GCC.
55286 2011-05-23  Andreas Schwab  <schwab@redhat.com>
55288         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
55289         parameter name.
55290         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
55291         Add parameter name.
55292         (__sysconf): Pass it down.
55294 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
55296         [BZ #12671]
55297         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
55298         some situations.
55299         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
55300         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
55301         add in in __libc_use_alloca calls.  Adjust callers.
55302         (glob): Use malloc in some situations.
55304         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
55305         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
55306         pltexit.
55308 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
55310         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
55311         and CLOCK_BOOTTIME_ALARM.
55313         [BZ #12782]
55314         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
55315         is returned.
55317         * string/_strerror.c (__strerror_r): Print negative errors as signed
55318         numbers.
55320         [BZ #12777]
55321         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
55322         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
55323         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
55325         * configure.in: Fix typo in redirection and correct removal of test
55326         files in two cases.
55328         [BZ #12788]
55329         * locale/setlocale.c (new_composite_name): Fix test to check for
55330         identical name of all categories.
55332         [BZ #12792]
55333         * libio/filedoalloc.c (local_isatty): New function.
55334         (_IO_file_doallocate): Use local_isatty.
55335         * stdio-common/perror.c (perror): In case a new stream is used
55336         forward the stream error.
55337         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
55338         error flag.
55340 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
55342         [BZ #11869]
55343         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
55344         alloca.
55345         * include/alloca.h (extend_alloca_account): Define.
55347         [BZ #11857]
55348         * posix/regex.h: Fix comments with documentation of user-accessible
55349         fields after compilation and describe correct free'ing of pattern
55350         after re_compile_pattern.
55351         Patch by Reuben Thomas <rrt@sc3d.org>.
55353 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
55355         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
55356         and -mno-altivec to prevent the compiler from using Altivec and/or
55357         VSX instructions when the corresponding registers are not available.
55359 2011-05-19  Andreas Schwab  <schwab@redhat.com>
55361         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
55363 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
55365         * libio/freopen.c (freopen): Use __dup2, not dup2.
55366         * libio/freopen64.c (freopen64): Likewise.
55368 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
55370         [BZ #12775]
55371         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
55372         * math/Makefile (tests): Add test-powl.
55373         (CFLAGS-test-powl.c): Define.
55374         * math/test-powl.c: New file.
55376 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
55378         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
55380 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
55382         [BZ #11837]
55383         * iconvdata/gb18030.c: Update to GB18020-2005.
55385 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
55387         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
55388         RE_SYNTAX_POSIX_AWK): Update to match recent development.
55389         Patch by Aharon Robbins <arnold@skeeve.com>.
55391         [BZ #11892]
55392         * stdlib/putenv.c (putenv): Don't always create copy of the variable
55393         on the stack.
55395         [BZ #11895]
55396         * misc/pselect.c (__pselect): Handle timeout value errors hidden
55397         through underflows.
55399         [BZ #12766]
55400         * misc/error.c (error_at_line): Ensure file_name and old_file_name
55401         point to strings before performing equality test for error_one_per_line
55402         mode.
55404         [BZ #11697]
55405         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
55407         [BZ #11820]
55408         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
55409         (struct user_fpregs_struct): Avoid __uint*_t types.
55411         [BZ #6420]
55412         * malloc/mtrace.c (tr_where): Add additional parameter to point to
55413         symbol info.  Use it instead of calling _dl_addr locally.
55414         (lock_and_info): New function.
55415         (tr_freehook): Call lock_and_info and pass symbol info as additional
55416         parameter to tr_where.
55417         (tr_mallochook): Likewise.
55418         (tr_reallochook): Likewise.
55419         (tr_memalignhook): Likewise.
55421         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
55422         used and couldn't be at all thread-safe.
55424 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
55426         * libio/freopen.c (freopen): Don't close old file descriptor
55427         before the new one is opened.  Instead dup the new file descriptor
55428         to the old one after the new stream is created.
55429         * libio/freopen64.c (freopen64): Likewise.
55430         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
55431         * libio/fileops.c (_IO_new_file_close_it): Handle new
55432         _IO_FLAGS2_NOCLOSE flag.
55433         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
55434         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
55435         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
55436         _IO_FLAGS2_NOCLOSE flag.
55437         * include/unistd.h: Add hidden_proto for dup3.
55438         Define __have_dup3.
55439         * io/dup3.c: Define hidden symbol.
55440         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
55442         [BZ #7101]
55443         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
55444         when an incomplete long option is used.
55445         * posix/tst-getopt_long1.c: New file.
55446         * posix/Makefile (tests): Add tst-getopt_long1.
55448         [BZ #10138]
55449         * scripts/config.guess: Update from autoconf-2.68.
55450         * scripts/config.sub: Likewise.
55452         [BZ #10157]
55453         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
55454         tests into ...
55455         (has_cpuclock): ...this.  New function.
55456         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
55457         macro here based on has_cpuclock code.
55459         [BZ #10149]
55460         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
55461         First byte (not low byte) is now always NUL.
55462         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
55464         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
55465         Use non-cancelable interfaces.
55467         [BZ #9809]
55468         * locale/iso-639.def: Add entry for Sorani.
55470         [BZ #11901]
55471         * include/stdlib.h: Move include protection to the right place.
55472         Define abort_msg_s.  Declare __abort_msg with it.
55473         * stdlib/abort.c (__abort_msg): Adjust type.
55474         * assert/assert.c (__assert_fail_base): New function.  Majority
55475         of code from __assert_fail.  Allocate memory for __abort_msg with
55476         mmap.
55477         (__assert_fail): Now call __assert_fail_base.
55478         * assert/assert-perr.c: Remove bulk of implementation.  Use
55479         __assert_fail_base.
55480         * include/assert.hL Declare __assert_fail_base.
55481         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
55482         mmap.
55483         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
55485 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
55487         [BZ #11952]
55488         [BZ #12453]
55489         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
55490         until all modules are registered in the DTV.
55491         * elf/Makefile: Add rules to build and run tst-tls19.
55492         * elf/tst-tls19.c: New file.
55493         * elf/tst-tls19mod1.c: New file.
55494         * elf/tst-tls19mod2.c: New file.
55495         * elf/tst-tls19mod3.c: New file.
55496         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
55498         [BZ #12083]
55499         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
55500         correctly.
55502         [BZ #12601]
55503         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
55504         two-byte sequence errors.
55505         * iconvdata/Makefile (tests): Add bug-iconv8.
55506         * iconvdata/bug-iconv8.c: New file.
55508         [BZ #12626]
55509         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
55510         buf2 definition.
55512         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
55514         [BZ #12432]
55515         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
55516         (dummy_getcfa): New function.
55517         (init): Get _Unwind_GetCFA address, use dummy if not found.
55518         (backtrace_helper): In recursion check, also check whether CFA changes.
55519         (__backtrace): Completely initialize arg.
55521         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
55522         storing incomplete byte sequence in state object.  Avoid testing for
55523         guaranteed too small input if we know there is enough data available.
55525 2011-05-11  Andreas Schwab  <schwab@redhat.com>
55527         * Makeconfig (+link-pie): Indent.
55528         * Rules (binaries-pie): Define if $(have-fpie) and
55529         $(build-shared).
55530         (binaries-shared): Also filter out $(binaries-pie).
55531         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
55532         * nscd/Makefile (others-pie): Add nscd.
55533         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
55534         ($(objpfx)nscd): Remove command override.
55535         * login/Makefile (others-pie): Add pt_chown.
55536         ($(objpfx)pt_chown): Remove command override.
55537         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
55538         remove command overrides.
55540 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
55542         * libio/tst_putwc.c: Fix error messages.
55544         [BZ #12724]
55545         * libio/fileops.c (_IO_new_file_close_it): Always flush when
55546         currently writing and seek to current position when not.
55547         * libio/Makefile (tests): Add bug-fclose1.
55548         * libio/bug-fclose1.c: New file.
55550 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
55552         [BZ #12511]
55553         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
55554         don't set DF_1_NODELETE here.
55555         (do_lookup_x): When entering new entry test for copy relocation
55556         and if necessary set DF_1_NODELETE flag.
55557         * elf/tst-unique4.cc: New file.
55558         * elf/tst-unique4.h: New file.
55559         * elf/tst-unique4lib.cc: New file.
55560         * elf/Makefile: Add rules to build and run tst-unique4.
55561         Patch by Piotr Bury <pbury@goahead.com>.
55563 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
55565         [BZ #12052]
55566         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
55568         [BZ #12625]
55569         * misc/mntent_r.c (addmntent): Flush the stream after the output
55571         [BZ #12393]
55572         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
55573         (is_trusted_path_normalize): Skip initial colon.  Append slash
55574         to empty buffer.  Duplicate is_trusted_path code but allow
55575         constructed patch to be prefix.
55576         (is_dst): Allow $ORIGIN followed by /.
55577         (_dl_dst_substitute): Correct clearing of check_for_trusted.
55578         Correct testing of result of is_trusted_path_normalize
55579         (decompose_rpath): Fix warning.
55581 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
55583         [BZ #11257]
55584         * grp/initgroups.c (internal_getgrouplist): When we found the service
55585         list through the initgroups entry in nsswitch.conf do not always
55586         continue on a successful lookup.  Don't always use the
55587         __nss_group_database value if it is set.
55588         * nss/nsswitch.conf (initgroups): Change action for successful db
55589         lookup to continue for compatibility.
55591 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
55593         [BZ #11532]
55594         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
55595         and CP774 modules.
55596         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
55597         and CP774 modules.
55598         * iconvdata/tst-tables.sh: Likewise.
55599         * iconvdata/cp770.c: New file.
55600         * iconvdata/cp771.c: New file.
55601         * iconvdata/cp772.c: New file.
55602         * iconvdata/cp773.c: New file.
55603         * iconvdata/cp774.c: New file.
55604         * iconvdata/testdata/CP770: New file.
55605         * iconvdata/testdata/CP770..UTF8: New file.
55606         * iconvdata/testdata/CP771: New file.
55607         * iconvdata/testdata/CP771..UTF8: New file.
55608         * iconvdata/testdata/CP772: New file.
55609         * iconvdata/testdata/CP772..UTF8: New file.
55610         * iconvdata/testdata/CP773: New file.
55611         * iconvdata/testdata/CP773..UTF8: New file.
55612         * iconvdata/testdata/CP774: New file.
55613         * iconvdata/testdata/CP774..UTF8: New file.
55615         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
55616         END CHARMAP line.
55617         * iconvdata/gen-8bit-gap.sh: Likewise.
55618         * iconvdata/gen-8bit.sh: Likewise.
55620         * locale/iso-639.def: Add ary entry.
55622         [BZ #11258]
55623         * locale/C-translit.h.in: Add U20A1 transliteration.
55625         [BZ #12178]
55626         * locale/iso-639.def: Add wae entry.
55627         Patch by Kevin Bortis <bortis@translate-wae.ch>.
55629         [BZ #12545]
55630         * locale/programs/localedef.c (construct_output_path): Use ssize_t
55631         for n.
55633         [BZ #12711]
55634         * locale/C-translit.h.in: Add entry for U20B9.
55635         Patch by pravin.d.s@gmail.com.
55637 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
55639         [BZ #12713]
55640         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
55641         ENAMETOOLONG use generic getcwd.
55642         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
55643         in rtld.  Use *stat64.
55644         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
55645         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
55646         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
55647         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
55648         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
55649         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
55650         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
55651         __fstatat64 macros.
55652         * include/dirent.h: Add libc_hidden_proto for rewinddir.
55653         * dirent/rewinddir.c: Add libc_hidden_def.
55654         * sysdeps/mach/hurd/rewinddir.c: Likewise.
55655         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
55657         * include/dirent.h (__alloc_dir): Add flags parameter.
55658         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
55659         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
55660         __alloc_dir.
55661         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
55662         from fdopendir if O_CLOEXEC is already set.
55664 2011-03-15  Alan Modra  <amodra@gmail.com>
55666         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
55667         l_tls_firstbyte_offset non-zero.  Save padding offset in
55668         l_tls_firstbyte_offset for later use.
55669         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
55670         freeing static tls block.
55672 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
55674         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
55675         where #ifdef was intended.  The intent is to prevent ARG_MAX from
55676         being defined by the kernel headers.
55678 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
55680         [BZ #12734]
55681         * resolv/resolv.h: Define RES_NOTLDQUERY.
55682         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
55683         no-tld-query and set RES_NOTLDQUERY.
55684         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
55685         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
55686         modern BIND to search name as TLD unless forbidden.
55688 2011-05-07  Petr Baudis  <pasky@suse.cz>
55689             Ulrich Drepper  <drepper@gmail.com>
55691         [BZ #12393]
55692         * elf/dl-load.c (fillin_rpath): Move trusted path check...
55693         (is_trusted_path): ...to here.
55694         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
55695         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
55696         using is_trusted_path_normalize() in setuid scripts.
55698 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
55700         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
55701         __BEGIN/__END_DECLS.
55703 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
55705         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
55706         NSS_STATUS_NOTFOUND if no record was found.
55708 2011-05-05  Andreas Schwab  <schwab@redhat.com>
55710         * sunrpc/Makefile (headers): Add rpc/netdb.h.
55711         (headers-not-in-tirpc): Remove rpc/netdb.h
55712         * resolv/netdb.h: Revert last change.
55714 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
55716         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
55717         circular dependency between libgcc.a and libc.a.
55719 2011-05-05  Andreas Schwab  <schwab@redhat.com>
55721         * resolv/netdb.h: Don't include <rpc/netdb.h>.
55722         * nis/Makefile: Don't install rpcsvc/*.
55723         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
55724         instead of <rpc/types.h>.
55725         (MAXHOSTNAMELEN): Define.
55727 2011-05-03  Andreas Schwab  <schwab@redhat.com>
55729         * elf/ldconfig.c (add_dir): Don't crash on empty path.
55731 2011-04-28  Maciej Babinski  <mbabinski@google.com>
55733         [BZ #12714]
55734         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
55735         gethostbyname4_r when IPv6 results are possible.
55737 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
55739         [BZ #12723]
55740         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
55741         _PC_PIPE_BUF handling.
55743 2011-04-30  Bruno Haible  <bruno@clisp.org>
55745         [BZ #12717]
55746         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
55747         * resolv/netdb.h (getnameinfo): Change type of flags parameter
55748         to 'int'.
55749         * inet/getnameinfo.c (getnameinfo): Likewise.
55751 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
55753         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
55754         to groups setting in database lookup.
55755         * nss/nsswitch.conf: Add initgroups entry.
55757 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
55759         [BZ #12685]
55760         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
55761         mode string.
55762         Patch by Eric Blake <eblake@redhat.com>.
55764 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
55766         * sunrpc/Makefile (need-export-routines): Add svc_run.
55767         (routines): Remove svc_run.
55768         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
55769         * sunrpc/clnt_perr.c (clnt_perrno): Export.
55770         * sunrpc/svc_run.c (svc_run): Likewise.
55771         * sunrpc/svc_udp.c (svcudp_create): Likewise.
55773 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
55775         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
55776         problem in reallocation in last patch.
55778 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
55780         * sunrpc/Makefile: Move inclusion of Rules.
55782 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
55784         * nss/nss_files/files-initgroups.c: New file.
55785         * nss/Makefile (libnss_files-routines): Add files-initgroups.
55786         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
55787         _nss_files_initgroups_dyn.
55789 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
55791         * elf/elf.h (R_ARM_IRELATIVE): Define.
55793 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
55795         * po/ru.po: Update from translation team.
55797 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
55799         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
55800         dependencies.
55802 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
55804         [BZ #12653]
55805         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
55806         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
55807         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
55808         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
55809         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
55811 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
55813         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
55814         differing bytes.
55815         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
55816         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
55817         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
55819 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
55821         [BZ #12420]
55822         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
55823         storing it.
55824         * stdlib/bug-getcontext.c: New file.
55825         * stdlib/Makefile: Add rules to build and run bug-getcontext.
55827 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
55829         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
55830         instructions into .machine "z9-109".
55831         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
55832         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
55834 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
55836         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
55837         between environment variables and auxiliary vector.
55839 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
55841         * Makefile: Add rules to build linkobj/libc.so.
55842         * include/libc-symbols.h: Define libc_hidden_nolink.
55843         * include/rpc/auth.h: Mark functions which are to be hidden.
55844         * include/rpc/auth_des.h: Likewise.
55845         * include/rpc/auth_unix.h: Likewise.
55846         * include/rpc/clnt.h: Likewise.
55847         * include/rpc/des_crypt.h: Likewise.
55848         * include/rpc/key_prot.h: Likewise.
55849         * include/rpc/pmap_clnt.h: Likewise.
55850         * include/rpc/pmap_prot.h: Likewise.
55851         * include/rpc/pmap_rmt.h: Likewise.
55852         * include/rpc/rpc_msg.h: Likewise.
55853         * include/rpc/svc.h: Likewise.
55854         * include/rpc/svc_auth.h: Likewise.
55855         * include/rpc/xdr.h: Likewise.
55856         * nis/Makefile: Link all DSOs against linkobj/libc.so.
55857         * nss/Makefile: Likewise.
55858         * sunrpc/Makefile: Don't install headers.  Build library with normal
55859         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
55860         * sunrpc/auth_des.c: Hide exported symbols by default, export some
55861         for the compat linking library.  Remove use of INTDEF/INTUSE.
55862         * sunrpc/auth_none.c: Likewise.
55863         * sunrpc/auth_unix.c: Likewise.
55864         * sunrpc/authdes_prot.c: Likewise.
55865         * sunrpc/authuxprot.c: Likewise.
55866         * sunrpc/clnt_gen.c: Likewise.
55867         * sunrpc/clnt_perr.c: Likewise.
55868         * sunrpc/clnt_raw.c: Likewise.
55869         * sunrpc/clnt_simp.c: Likewise.
55870         * sunrpc/clnt_tcp.c: Likewise.
55871         * sunrpc/clnt_udp.c: Likewise.
55872         * sunrpc/clnt_unix.c: Likewise.
55873         * sunrpc/des_crypt.c: Likewise.
55874         * sunrpc/des_soft.c: Likewise.
55875         * sunrpc/get_myaddr.c: Likewise.
55876         * sunrpc/key_call.c: Likewise.
55877         * sunrpc/key_prot.c: Likewise.
55878         * sunrpc/netname.c: Likewise.
55879         * sunrpc/pm_getmaps.c: Likewise.
55880         * sunrpc/pm_getport.c: Likewise.
55881         * sunrpc/pmap_clnt.c: Likewise.
55882         * sunrpc/pmap_prot.c: Likewise.
55883         * sunrpc/pmap_prot2.c: Likewise.
55884         * sunrpc/pmap_rmt.c: Likewise.
55885         * sunrpc/publickey.c: Likewise.
55886         * sunrpc/rpc_cmsg.c: Likewise.
55887         * sunrpc/rpc_common.c: Likewise.
55888         * sunrpc/rpc_dtable.c: Likewise.
55889         * sunrpc/rpc_prot.c: Likewise.
55890         * sunrpc/rpc_thread.c: Likewise.
55891         * sunrpc/rtime.c: Likewise.
55892         * sunrpc/svc.c: Likewise.
55893         * sunrpc/svc_auth.c: Likewise.
55894         * sunrpc/svc_authux.c: Likewise.
55895         * sunrpc/svc_raw.c: Likewise.
55896         * sunrpc/svc_run.c: Likewise.
55897         * sunrpc/svc_simple.c: Likewise.
55898         * sunrpc/svc_tcp.c: Likewise.
55899         * sunrpc/svc_udp.c: Likewise.
55900         * sunrpc/svc_unix.c: Likewise.
55901         * sunrpc/svcauth_des.c: Likewise.
55902         * sunrpc/xcrypt.c: Likewise.
55903         * sunrpc/xdr.c: Likewise.
55904         * sunrpc/xdr_array.c: Likewise.
55905         * sunrpc/xdr_float.c: Likewise.
55906         * sunrpc/xdr_intXX_t.c: Likewise.
55907         * sunrpc/xdr_mem.c: Likewise.
55908         * sunrpc/xdr_rec.c: Likewise.
55909         * sunrpc/xdr_ref.c: Likewise.
55910         * sunrpc/xdr_sizeof.c: Likewise.
55911         * sunrpc/xdr_stdio.c: Likewise.
55913 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
55915         [BZ #12650]
55916         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
55917         * sysdeps/ia64/dl-tls.h: Likewise.
55918         * sysdeps/powerpc/dl-tls.h: Likewise.
55919         * sysdeps/s390/dl-tls.h: Likewise.
55920         * sysdeps/sh/dl-tls.h: Likewise.
55921         * sysdeps/sparc/dl-tls.h: Likewise.
55922         * sysdeps/x86_64/dl-tls.h: Likewise.
55923         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
55925 2011-03-14  Andreas Schwab  <schwab@redhat.com>
55927         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
55928         rpath element also skip the following colon.
55929         (expand_dynamic_string_token): Add is_path parameter and pass
55930         down to DL_DST_REQUIRED and _dl_dst_substitute.
55931         (decompose_rpath): Call expand_dynamic_string_token with
55932         non-zero is_path.  Ignore empty rpaths.
55933         (_dl_map_object_from_fd): Call expand_dynamic_string_token
55934         with zero is_path.
55936 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
55938         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
55939         Make cancelable.
55941 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
55943         [BZ #12655]
55944         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
55945         Patch by Filipe David Manana <fdmanana@apache.org>.
55947 2011-04-07  Andreas Schwab  <schwab@redhat.com>
55949         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
55950         Maintain aligned stack.
55951         (CHECK_RSP): Remove unused macro.
55953 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
55955         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
55956         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
55958 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
55960         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
55962         * include/features.h: Mention __USE_XOPEN2K8 in comment.
55964 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
55966         [BZ #12518]
55967         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
55968         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
55969         * sysdeps/x86_64/memmove.c: New file.
55970         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
55971         (memcpy): Renamed to ...
55972         (__new_memcpy): This.
55973         (memcpy): Provide GLIBC_2_14 memcpy.
55974         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
55975         (memcpy): Provide GLIBC_2_2_5 memcpy.
55977 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
55979         [BZ #12631]
55980         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
55982 2011-03-30  Andreas Schwab  <schwab@redhat.com>
55984         * misc/syncfs.c: New file.
55985         * misc/Makefile (routines): Add syncfs.
55986         * posix/unistd.h: Declare syncfs.
55987         * sysdeps/unix/syscalls.list: Add syncfs.
55989 2011-04-01  Andreas Schwab  <schwab@redhat.com>
55991         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
55992         open_by_handle_at.
55993         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
55994         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
55995         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
55996         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
55997         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
55998         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
55999         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
56001 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
56003         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
56004         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
56005         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
56006         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
56007         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
56008         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
56009         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
56011         * io/Makefile: Compile fallocate.c, fallocate64.c, and
56012         sync_file_range.c with -fexceptions.
56013         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
56014         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
56015         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
56016         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
56017         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
56018         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
56019         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
56020         sync_file_range as cancellation point
56021         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
56022         now a wrapper around __call_sync_file_range with cancellation handling.
56023         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
56024         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
56025         function name to __call_sync_file_range.
56026         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
56027         Add call_sync_file_range.
56029 2011-04-01  Andreas Schwab  <schwab@redhat.com>
56031         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
56032         bits/timex.h.
56034 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
56036         * iconv/iconv.h: Fix typo in comment.
56037         * io/fcntl.h: Likewise.
56038         * libio/stdio.h: Likewise.
56039         * posix/spawn.h: Likewise.
56040         * posix/unistd.h: Likewise.
56041         * stdlib/stdlib.h: Likewise.
56042         * time/time.h: Likewise.
56043         * wcsmbs/wchar.h: Likewise.
56045         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
56046         open_by_handle): Add.
56047         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
56048         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
56049         Augment a few comments.
56050         * sysdeps/unix/sysv/linux/ia64/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.
56055         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
56056         open_by_handle.
56058         * io/fcntl.h (AT_EMPTY_PATH): Define.
56060 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
56062         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
56063         * sysdeps/unix/sysv/linux/bits/time.h: New file.
56064         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
56065         to...
56066         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
56067         * Versions.def: Add GLIBC_2.14.
56068         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
56069         Export.
56071 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
56073         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
56074         round counter.
56075         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
56077 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
56079         [BZ #12597]
56080         * string/test-strncmp.c (do_page_test): New function.
56081         (check2): Likewise.
56082         (test_main): Call check2.
56083         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
56085 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
56087         [BZ #12587]
56088         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
56089         Handle cache information in CPU leaf 4.
56090         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
56092 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
56094         [BZ #12583]
56095         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
56096         character representation.
56097         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
56099 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
56101         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
56102         END(__isnan) to END(__isnanf) to match function entry point/label
56103         EALIGN(__isnanf,...).
56105 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
56107         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
56109 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
56111         [BZ #12510]
56112         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
56113         copy from the symbol referenced in the relocation to initialize the
56114         used variable.
56115         Patch by Piotr Bury <pbury@goahead.com>.
56116         * elf/Makefile: Add rules to build and tst-unique3.
56117         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
56118         * elf/tst-unique3.cc: New file.
56119         * elf/tst-unique3.h: New file.
56120         * elf/tst-unique3lib.cc: New file.
56121         * elf/tst-unique3lib2.cc: New file.
56123         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
56125 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
56127         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
56128         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
56129         to _start.
56131 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
56133         * elf/dl-load.c (_dl_map_object): If we are looking for the first
56134         to-be-loaded object along a path to loader is ld.so.
56136 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
56137             Ulrich Drepper  <drepper@gmail.com>
56139         * sysdeps/x86_64/memset.S: After aligning destination, code
56140         branches to different locations depending on the value of
56141         misalignment, when multiarch is enabled. Fix this.
56143 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
56145         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
56146         Set _x86_64_preferred_memory_instruction for AMD processsors.
56147         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
56148         Set bit_Prefer_SSE_for_memop for AMD processors.
56150 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
56152         * libio/fmemopen.c (fmemopen): Optimize a bit.
56154 2011-03-03  Andreas Schwab  <schwab@redhat.com>
56156         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
56158 2011-03-03  Roland McGrath  <roland@redhat.com>
56160         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
56162 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
56164         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
56165         __bzero_ultra1 instead of __memset_ultra1.
56167 2011-02-23  Andreas Schwab  <schwab@redhat.com>
56168             Ulrich Drepper  <drepper@gmail.com>
56170         [BZ #12509]
56171         * include/link.h (struct link_map): Add l_orig_initfini.
56172         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
56173         returning unsuccessfully.
56174         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
56175         close of a file loaded at startup, restore the original l_initfini
56176         list.
56177         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
56178         list, store the pointer.
56179         * elf/Makefile ($(objpfx)noload-mem): New rule.
56180         (noload-ENV): Define.
56181         (tests): Add $(objpfx)noload-mem.
56182         * elf/noload.c: Include <memcheck.h>.
56183         (main): Call mtrace.  Close all opened handles.
56185 2011-02-17  Andreas Schwab  <schwab@redhat.com>
56187         [BZ #12454]
56188         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
56189         dependencies are missing.
56191 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
56193         Fix __if_freereq crash: Unlike the generic version which uses free,
56194         Hurd needs munmap.
56195         * sysdeps/mach/hurd/ifreq.h: New file.
56197 2011-01-27  Petr Baudis  <pasky@suse.cz>
56198             Ulrich Drepper  <drepper@gmail.com>
56200         [BZ 12445]#
56201         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
56202         to extend_alloca().
56203         * stdio-common/bug23.c: New file.
56204         * stdio-common/Makefile (tests): Add bug23.
56206 2010-09-28  Andreas Schwab  <schwab@redhat.com>
56207             Ulrich Drepper  <drepper@gmail.com>
56209         [BZ #12489]
56210         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
56211         before performing relro protection.  At old place add assertion
56212         to make sure nothing changed.
56214 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
56215             Glauber de Oliveira Costa  <glommer@gmail.com>
56217         * elf/elf.h: Add new ARM TLS relocs.
56219 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
56221         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
56222         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
56223         cast from r3.
56224         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
56225         'tests' variable.
56226         * sysdeps/wordsize-64/tst-writev.c: New file.
56228 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
56230         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
56231         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
56232         insns in _dl_start to prevent a TOC reference before relocs are
56233         resolved.
56235 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
56237         [BZ #12469]
56238         * Makeconfig: Remove RANLIB definition.
56239         * Makerules: Don't use RANLIB.
56240         * aclocal.m4: Remove ranlib test.
56241         * configure.in: No need to check for ranlib.
56242         * elf/rtld-Rules: Don't use RANLIB.
56244 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
56246         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
56247         protection macro.
56248         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
56249         inclusion protection macro.
56251         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
56252         SIGRTMIN and SIGRTMAX and print information in that case only when
56253         SIGRTMIN is defined.
56255 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
56257         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
56258         arginfo fn returning -1.
56260         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
56261         and thousands string is zero terminated.
56263 2011-02-03  Andreas Schwab  <schwab@redhat.com>
56265         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
56266         sysdeps/unix/sysv/linux/bits/socket.h.
56268 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
56270         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
56271         (__CPU_COUNT): Remove old macros.
56272         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
56273         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
56274         (__CPU_ALLOC, __CPU_FREE): Add macros.
56275         (__sched_cpualloc, __sched_cpufree): Add declarations.
56277 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
56279         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
56280         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
56281         * nscd/aicache.c (addhstaiX): Return timeout of added value.
56282         (readdhstai): Return value of addhstaiX call.
56283         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
56284         (addgrbyX): Return value returned by cache_addgr.
56285         (readdgrbyname): Return value returned by addgrbyX.
56286         (readdgrbygid): Likewise.
56287         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
56288         (addpwbyX): Return value returned by cache_addpw.
56289         (readdpwbyname): Return value returned by addhstbyX.
56290         (readdpwbyuid): Likewise.
56291         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
56292         (addservbyX): Return value returned by cache_addserv.
56293         (readdservbyname): Return value returned by addservbyX:
56294         (readdservbyport): Likewise.
56295         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
56296         (addhstbyX): Return value returned by cache_addhst.
56297         (readdhstbyname): Return value returned by addhstbyX.
56298         (readdhstbyaddr): Likewise.
56299         (readdhstbynamev6): Likewise.
56300         (readdhstbyaddrv6): Likewise.
56301         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
56302         (readdinitgroups): Return value returned by addinitgroupsX.
56303         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
56304         (prune_cache): Keep track of timeout value of re-added entries.
56305         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
56306         * nscd/nscd.h: Adjust prototypes of readd* functions.
56308 2011-02-04  Roland McGrath  <roland@redhat.com>
56310         * nis/nis_server.c (nis_servstate): Use the right name for 0.
56311         (nis_stats): Likewise.
56312         * nis/nis_modify.c (nis_modify): Likewise.
56313         * nis/nis_remove.c (nis_remove): Likewise.
56314         * nis/nis_add.c (nis_add): Likewise.
56316         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
56318         * posix/fnmatch_loop.c: Add some consts.
56320         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
56322 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
56324         [BZ #12460]
56325         * config.make.in (config-cflags-novzeroupper): Define.
56326         * configure.in: Substitute libc_cv_cc_novzeroupper.
56327         * elf/Makefile (AVX-CFLAGS): Define.
56328         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
56329         (CFLAGS-tst-auditmod4a.c): Likewise.
56330         (CFLAGS-tst-auditmod4b.c): Likewise.
56331         (CFLAGS-tst-auditmod6b.c): Likewise.
56332         (CFLAGS-tst-auditmod6c.c): Likewise.
56333         (CFLAGS-tst-auditmod7b.c): Likewise.
56334         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
56336 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
56338         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
56339         function to the callback.
56340         Patch partly by Jiri Olsa <jolsa@redhat.com>.
56342 2011-02-02  Andreas Schwab  <schwab@redhat.com>
56344         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
56345         of errno.
56347 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
56349         [BZ #11724]
56350         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
56351         of constructors.
56352         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
56353         of destructors.
56354         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
56356         [BZ #11724]
56357         * elf/Makefile: Add rules to build and run new test.
56358         * elf/tst-initorder.c: New file.
56359         * elf/tst-initorder.exp: New file.
56360         * elf/tst-initordera1.c: New file.
56361         * elf/tst-initordera2.c: New file.
56362         * elf/tst-initordera3.c: New file.
56363         * elf/tst-initordera4.c: New file.
56364         * elf/tst-initorderb1.c: New file.
56365         * elf/tst-initorderb2.c: New file.
56366         * elf/tst-order-a1.c: New file.
56367         * elf/tst-order-a2.c: New file.
56368         * elf/tst-order-a3.c: New file.
56369         * elf/tst-order-a4.c: New file.
56370         * elf/tst-order-b1.c: New file.
56371         * elf/tst-order-b2.c: New file.
56372         * elf/tst-order-main.c: New file.
56373         New test case by George Gensure <werkt0@gmail.com>.
56375 2010-10-01  Andreas Schwab  <schwab@redhat.com>
56377         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
56378         decoding ACE if AI_CANONIDN.
56380 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
56382         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
56384 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
56386         * version.h (RELEASE): Bump for 2.13 release.
56387         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
56389         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
56391         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
56392         MADV_NOHUGEPAGE.
56393         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
56394         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
56395         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
56396         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
56397         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
56398         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
56400         * posix/getconf.c: Update copyright year.
56401         * catgets/gencat.c: Likewise.
56402         * csu/version.c: Likewise.
56403         * debug/catchsegv.sh: Likewise.
56404         * debug/xtrace.sh: Likewise.
56405         * elf/ldconfig.c: Likewise.
56406         * elf/ldd.bash.in: Likewise.
56407         * elf/sprof.c (print_version): Likewise.
56408         * iconv/iconv_prog.c: Likewise.
56409         * iconv/iconvconfig.c: Likewise.
56410         * locale/programs/locale.c: Likewise.
56411         * locale/programs/localedef.c: Likewise.
56412         * malloc/memusage.sh: Likewise.
56413         * malloc/mtrace.pl: Likewise.
56414         * nscd/nscd.c (print_version): Likewise.
56415         * nss/getent.c: Likewise.
56417         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
56418         PF_CAIF, and PF_ALG.
56419         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
56421 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
56423         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
56424         (modules-names): Use them.
56425         (ifunc-test-modules, ifunc-pie-tests): Define.
56426         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
56427         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
56428         (test-extras): Likewise.
56429         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
56430         $(compile-command.c).
56431         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
56432         (all-built-dso): Define.
56433         (check-textrel.out, check-execstack.out): Depend on it.
56435         * configure.in: Don't override --enable-multi-arch.
56437 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
56439         [BZ #6812]
56440         * nscd/hstcache.c (tryagain): Define.
56441         (cache_addhst): Return tryagain not notfound for temporary errors.
56442         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
56443         failed.
56445 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
56447         [BZ #10563]
56448         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
56449         to make the syscall.
56450         * sysdeps/unix/sysv/linux/setgroups.c: New file.
56452         [BZ #12378]
56453         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
56454         and fall back to matching as normal character if the string ends before
56455         the matching ']' is found.  This is what POSIX requires.
56456         * posix/testfnm.c: Adjust test result.
56457         * posix/globtest.sh: Adjust test result.  Add new test.
56458         * posix/tst-fnmatch.input: Likewise.
56459         * posix/tst-fnmatch2.c: Add new test.
56461 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
56463         * elf/Makefile (check-execstack): Revert last change.  Depend on
56464         check-execstack.h.
56465         (check-execstack.h): New target.
56466         (generated): Add check-execstack.h.
56467         * elf/check-execstack.c: Include "check-execstack.h".
56468         (main): Revert last change.
56469         (handle_file): Return zero if GNU_STACK is absent and
56470         DEFAULT_STACK_PERMS doesn't include PF_X.
56472 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
56474         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
56475         in child fails because the descriptor is already closed.
56476         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
56477         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
56478         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
56480         [BZ #12397]
56481         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
56482         syscall.
56484         [BZ #10484]
56485         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
56486         temporary buffer used to handle multi lookups locally.
56487         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
56489 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
56491         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
56492         loader is ld.so.
56494 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
56496         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
56497         alignment for SSE2.
56499 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
56501         [BZ #12394]
56502         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
56503         characters.  When rounding increased number of integer digits recompute
56504         number of groups.
56505         * stdio-common/tst-grouping.c: New file.
56506         * stdio-common/Makefile: Add rules to build and run tst-grouping.
56508 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
56510         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
56511         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
56513         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
56514         void.
56515         * bits/select.h: Likewise.
56517 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
56519         * po/ja.po: Update from translation team.
56521 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
56523         [BZ #11155]
56524         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
56525         implementation just like for lxstat, fxstatat, et al.
56527 2010-12-27  Jim Meyering  <meyering@redhat.com>
56529         [BZ #12348]
56530         * posix/regexec.c (build_trtable): Return failure indication upon
56531         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
56533 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
56535         [BZ #12201]
56536         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
56537         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
56538         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
56539         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
56541         [BZ #12207]
56542         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
56544         [BZ #12204]
56545         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
56546         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
56548 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
56550         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
56551         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
56552         script has SORT_BY_INIT_PRIORITY.
56553         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
56554         NO_CTORS_DTORS_SECTIONS is defined.
56555         * elf/soinit.c: Likewise.
56556         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
56557         NO_CTORS_DTORS_SECTIONS is defined.
56558         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
56559         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
56560         * sysdeps/sh/init-first.c: Likewise.
56561         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
56563 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
56565         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
56566         always use the slow path.
56568 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
56570         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
56571         similar rule which adds the sysdep directories to the header search in
56572         order to pick up the correct platform stackinfo.h.
56573         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
56574         perform test if it is, otherwise return successfully without testing.
56575         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
56576         DEFAULT_STACK_PERMS define in stackinfo.h.
56577         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
56578         defined in stackinfo.h.
56579         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
56580         DEFAULT_STACK_PERMS defined in stackinfo.h.
56581         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
56582         * sysdeps/ia64/stackinfo.h: Likewise.
56583         * sysdeps/s390/stackinfo.h: Likewise.
56584         * sysdeps/sh/stackinfo.h: Likewise.
56585         * sysdeps/sparc/stackinfo.h: Likewise.
56586         * sysdeps/x86_64/stackinfo.h: Likewise.
56587         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
56588         PF_X for powerpc64.  Retain PF_X for powerpc32.
56590 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
56592         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
56593         accurately.
56594         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
56595         GETDENTS_64BIT_ALIGNED.
56597 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
56599         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
56601 2010-12-10  Andreas Schwab  <schwab@redhat.com>
56603         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
56604         _GNU_SOURCE.
56606         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
56607         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
56608         Remove __restrict.
56609         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
56610         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
56612 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
56614         [BZ #11655]
56615         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
56616         are initialized.
56618 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
56620         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
56622 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
56624         * po/it.po: Update from translation team.
56626 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
56628         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
56629         unused codes.
56631 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
56633         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
56635 2010-11-24  Andreas Schwab  <schwab@redhat.com>
56637         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
56638         specially.
56639         (gaih_getanswer_slice): Likewise.
56641 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
56643         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
56645 2010-05-31  Petr Baudis  <pasky@suse.cz>
56647         [BZ #11149]
56648         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
56649         silently even in the chroot mode.
56651 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
56653         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
56654         last patch a bit.  Pretty printing
56656 2010-05-31  Petr Baudis <pasky@suse.cz>
56658         [BZ #10085]
56659         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
56660         initialization of skip_initgroups_dyn.
56662 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
56664         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
56665         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
56667 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
56669         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
56671 2010-11-11  Andreas Schwab  <schwab@redhat.com>
56673         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
56674         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
56675         (tst-fnmatch-ENV): Set MALLOC_TRACE.
56676         ($(objpfx)tst-fnmatch-mem): New rule.
56677         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
56678         * posix/tst-fnmatch.c (main): Call mtrace.
56680 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
56682         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
56683         Support Intel processor model 6 and model 0x2c.
56685 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
56687         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
56688           signed comparison.
56690 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
56692         [BZ #12205]
56693         * string/test-strncasecmp.c (check_result): New function.
56694         (do_one_test): Use it.
56695         (check1): New function.
56696         (test_main): Use it.
56697         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
56698         Support strcasecmp and strncasecmp.
56700 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
56702         [BZ #12194]
56703         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
56704         * sysdeps/x86_64/bits/byteswap.h: Likewise.
56706 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
56708         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
56709         IFUNC support.
56710         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
56711         memset-x86-64.
56712         * sysdeps/x86_64/multiarch/bzero.S: New file.
56713         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
56714         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
56715         * sysdeps/x86_64/multiarch/memset.S: New file.
56716         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
56717         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
56718         Set bit_Prefer_SSE_for_memop for Intel processors.
56719         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
56720         Define.
56721         (index_Prefer_SSE_for_memop): Define.
56722         (HAS_PREFER_SSE_FOR_MEMOP): Define.
56724 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
56726         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
56727         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
56729 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
56731         [BZ #12191]
56732         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
56733         (__x86_64_raw_data_cache_size_half): Likewise.
56734         (__x86_64_raw_shared_cache_size): Likewise.
56735         (__x86_64_raw_shared_cache_size_half): Likewise.
56737         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
56738         (__x86_64_raw_data_cache_size_half): Likewise.
56739         (__x86_64_raw_shared_cache_size): Likewise.
56740         (__x86_64_raw_shared_cache_size_half): Likewise.
56741         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
56742         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
56743         and __x86_64_raw_shared_cache_size_half.  Round
56744         __x86_64_data_cache_size_half, __x86_64_data_cache_size
56745         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
56746         to multiple of 256 bytes.
56748 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
56750         [BZ #12167]
56751         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
56752         of inacessible symlinks.  Verify result of symlink before returning it.
56753         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
56754         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
56756 2010-10-28  Erich Ritz  <erichritz@gmail.com>
56758         * math/math.h (isinf): Fix typo in comment.
56760 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
56762         * po/da.po: Update from translation team.
56764 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
56766         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
56767         is added to the list.
56769 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
56770             Ulrich Drepper  <drepper@gmail.com>
56772         * elf/dl-object.c (_dl_new_object): Don't append the new object to
56773         the global list here.  Move code to...
56774         (_dl_add_to_namespace_list): ...here.  New function.
56775         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
56776         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
56777         * elf/dl-load.c (lose): Don't remove the element from the list.
56778         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
56779         (_dl_map_object): Likewise.
56781 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
56783         [BZ #12159]
56784         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
56785         into all bytes of SSE register.
56786         Patch by Richard Li <richardpku@gmail.com>.
56788 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
56790         [BZ #12140]
56791         * malloc/malloc.c (_int_free): Fill correct number of bytes when
56792         perturbing.
56794 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
56796         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
56797         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
56798         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
56799         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
56800         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
56801         submachine.
56802         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
56804 2010-10-22  Andreas Schwab  <schwab@redhat.com>
56806         * include/dlfcn.h (__RTLD_SECURE): Define.
56807         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
56808         mode & __RTLD_SECURE instead.
56809         (open_path): Rename preloaded parameter to secure.
56810         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
56811         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
56812         * elf/dl-deps.c (openaux): Likewise.
56813         * elf/rtld.c (struct map_args): Remove is_preloaded.
56814         (map_doit): Don't use it.
56815         (dl_main): Likewise.
56816         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
56817         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
56819 2010-09-09  Andreas Schwab  <schwab@redhat.com>
56821         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
56822         (sysd-rules-targets): Remove duplicates.
56823         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
56824         rtld-%.$o dependency.
56826 2010-10-18  Andreas Schwab  <schwab@redhat.com>
56828         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
56829         _dl_map_object do it.
56831 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
56833         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
56834         fast fma builtins, define the macros in the C99 standard.
56835         (FP_FAST_FMAF): Likewise.
56836         (FP_FAST_FMAL): Likewise.
56837         * sysdeps/x86_64/bits/mathdef.h: Likewise.
56839         * bits/mathdef.h: Update copyright year.
56840         * sysdeps/powerpc/bits/mathdef.h: Likewise.
56842 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
56844         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
56845         builtins, define the macros in the C99 standard.
56846         (FP_FAST_FMAF): Likewise.
56847         (FP_FAST_FMAL): Likewise.
56848         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
56849         multiply/add.
56850         (FP_FAST_FMAF): Likewise.
56852 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
56854         [BZ #3268]
56855         * math/libm-test.inc (fma_test): Some new testcases.
56856         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
56857         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
56858         y and infinite z.  Do multiplication by C already in long double.
56859         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
56860         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
56861         y and infinite z.  Do bitwise or of inexact bit into u.d.
56862         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
56863         * sysdeps/i386/fpu/s_fmaf.S: Removed.
56864         * sysdeps/i386/fpu/s_fma.S: Removed.
56865         * sysdeps/i386/fpu/s_fmal.S: Removed.
56867 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
56869         [BZ #3268]
56870         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
56871         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
56872         computation is not scheduled after fetestexcept.  Fix value
56873         of minimum denormal long double.
56875 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
56877         [BZ #3268]
56878         * math/libm-test.inc (fma_test): Add some more tests.
56879         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
56880         correctly.
56882 2010-10-15  Andreas Schwab  <schwab@redhat.com>
56884         * scripts/data/localplt-s390-linux-gnu.data: New file.
56885         * scripts/data/localplt-s390x-linux-gnu.data: New file.
56887 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
56889         [BZ #3268]
56890         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
56891         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
56892         instead of dbl-64.
56893         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
56894         inlines.
56895         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
56896         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
56897         if one of x and y is very large and the other is subnormal.
56898         * sysdeps/s390/fpu/s_fmaf.c: New file.
56899         * sysdeps/s390/fpu/s_fma.c: New file.
56900         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
56901         * sysdeps/powerpc/fpu/s_fma.S: New file.
56902         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
56903         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
56904         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
56906 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
56908         [BZ #3268]
56909         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
56910         fma tests.
56911         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
56912         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
56913         * sysdeps/i386/i686/multiarch/s_fma.c: Include
56914         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
56915         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
56916         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
56917         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
56919 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
56921         [BZ #12078]
56922         * posix/regcomp.c (parse_branch): One more memory leak plugged.
56923         * posix/bug-regex31.input: Add test case.
56925 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
56927         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
56928         * posix/bug-regex31.input: New file.
56930         [BZ #12078]
56931         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
56932         (parse_sub_exp): Fix last change, use postorder.
56934         * posix/bug-regex31.c: New file.
56935         * posix/Makefile: Add rules to build and run bug-regex31.
56937         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
56939         [BZ #12078]
56940         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
56942         [BZ #12108]
56943         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
56944         to have entries in sys_siglist.
56946         [BZ #12093]
56947         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
56948         be NULL.
56950 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
56952         [BZ #3268]
56953         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
56954         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
56955         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
56956         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
56957         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
56958         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
56959         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
56960         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
56961         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
56962         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
56963         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
56964         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
56965         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
56966         * math/ftestexcept.c (fetestexcept): Likewise.
56967         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
56968         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
56969         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
56970         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
56971         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
56972         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
56973         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
56975 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
56977         [BZ #12107]
56978         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
56979         newline.
56981 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
56983         * string/bug-strstr1.c: New file.
56984         * string/Makefile: Add rules to build and run bug-strstr1.
56986 2010-10-05  Eric Blake  <eblake@redhat.com>
56988         [BZ #12092]
56989         * string/str-two-way.h (two_way_long_needle): Always clear memory
56990         when skipping input due to the shift table.
56992 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
56994         [BZ #12005]
56995         * malloc/mcheck.c: Handle large requests.
56997         [BZ #12077]
56998         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
56999         for strncmp and strncasecmp.
57000         * string/stratcliff.c: Add tests for strcmp and strncmp.
57001         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
57003 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
57005         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
57006         __set_fpscr.
57008 2010-09-30  Andreas Jaeger  <aj@suse.de>
57010         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
57011         (CGROUP_SUPER_MAGIC): Define.
57012         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
57013         Handle btrfs and cgroup file systems.
57014         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
57015         Likewise.
57017 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
57019         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
57020         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
57022 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
57024         [BZ #12067]
57025         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
57026         trying to locate the ELF header.
57028 2010-09-27  Andreas Schwab  <schwab@redhat.com>
57030         [BZ #11611]
57031         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
57032         Mask out sign-bit copies when constructing f_fsid.
57034 2010-09-24  Petr Baudis <pasky@suse.cz>
57036         * debug/stack_chk_fail_local.c: Add missing licence exception.
57037         * debug/warning-nop.c: Likewise.
57039 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
57041         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
57042         implementing getdents64 using getdents syscall, set d_type if
57043         __ASSUME_GETDENTS32_D_TYPE.
57045 2010-09-16  Andreas Schwab  <schwab@redhat.com>
57047         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
57048         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
57050 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
57052         [BZ #12037]
57053         * posix/unistd.h: Undo change of feature selection for ftruncate from
57054         2010-01-11.
57056 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
57058         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
57059         detection.
57061 2010-09-20  Andreas Schwab  <schwab@redhat.com>
57063         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
57064         fanotify_mark.
57065         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
57067 2010-09-14  Andreas Schwab  <schwab@redhat.com>
57069         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
57070         variables after CHECK_SP call.
57071         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
57073 2010-09-13  Andreas Schwab  <schwab@redhat.com>
57074             Ulrich Drepper  <drepper@redhat.com>
57076         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
57077         re-relocationg ld.so.
57078         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
57079         _dl_init_paths call.
57080         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
57081         here anymore.
57083 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
57085         * resolv/res_init.c (__res_vinit): Count the default server we added.
57087 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
57088             Ulrich Drepper  <drepper@redhat.com>
57090         [BZ #11968]
57091         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
57092         (____longjmp_chk): Use %ebx for saving value across system call.
57093         Add unwind info.
57095 2010-09-06  Andreas Schwab  <schwab@redhat.com>
57097         * manual/Makefile: Don't mix pattern rules with normal rules.
57099 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
57101         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
57102         operation.
57103         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
57104         * libio/iofopncook.c (_IO_cookie_init): Likewise.
57105         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
57106         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
57107         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
57108         Likewise.
57110 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
57112         [BZ #11979]
57113         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
57114         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
57116 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
57118         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
57119         * sysdeps/x86_64/addmul_1.S: Likewise.
57120         * sysdeps/x86_64/lshift.S: Likewise.
57121         * sysdeps/x86_64/mul_1.S: Likewise.
57122         * sysdeps/x86_64/rshift.S: Likewise.
57123         * sysdeps/x86_64/sub_n.S: Likewise.
57124         * sysdeps/x86_64/submul_1.S: Likewise.
57126 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
57128         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
57129         Define __sched_param instead of SCHED_* and sched_param when
57130         <bits/sched.h> is included with __need_schedparam defined.
57131         * bits/sched.h [__need_schedparam]
57132         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
57133         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
57134         (__defined_schedparam): Define to 1.
57135         (__sched_param): New structure, identical to sched_param.
57136         (__need_schedparam): Undefine.
57138 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
57140         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
57141         (epoll_create1): Declare.
57143         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
57145 2010-08-31  Andreas Schwab  <schwab@redhat.com>
57147         [BZ #7066]
57148         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
57149         shifting retval into place.
57151 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
57153         * nis/rpcsvc/nis.h: Update copyright notice.
57154         * nis/rpcsvc/nis.x: Likewise.
57155         * nis/rpcsvc/nis_callback.h: Likewise.
57156         * nis/rpcsvc/nis_callback.x: Likewise.
57157         * nis/rpcsvc/nis_object.x: Likewise.
57158         * nis/rpcsvc/nis_tags.h: Likewise.
57159         * nis/rpcsvc/yp.h: Likewise.
57160         * nis/rpcsvc/yp.x: Likewise.
57161         * nis/rpcsvc/ypupd.h: Likewise.
57162         * nis/yp_xdr.c: Likewise.
57163         * nis/ypupdate_xdr.c: Likewise.
57165         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
57166         mainly the body of pmap_getport.  Add parameters to specify timeouts.
57167         (pmap_getport): Use __libc_rpc_getport.
57168         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
57169         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
57170         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
57172 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
57174         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
57175         fanotify_mark.
57177 2010-08-27  Roland McGrath  <roland@redhat.com>
57179         * sysdeps/i386/i686/multiarch/Makefile
57180         (CFLAGS-varshift.c): New variable.
57182 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
57184         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
57185         * sysdeps/i386/i686/multiarch/varshift.c: New file.
57187         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
57189         * sysdeps/x86_64/strlen.S: Minimal code improvement.
57191 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
57193         * sysdeps/x86_64/strlen.S: Unroll the loop.
57194         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
57195         strlen-sse2 strlen-sse2-bsf.
57196         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
57197         __strlen_no_bsf if bit_Slow_BSF is set.
57198         (__strlen_sse42): Removed.
57199         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
57200         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
57202 2010-08-25  Roland McGrath  <roland@redhat.com>
57204         * sysdeps/x86_64/multiarch/varshift.S: File removed.
57205         * sysdeps/x86_64/multiarch/varshift.c: New file.
57206         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
57207         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
57208         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
57209         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
57211 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
57213         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
57214         strlen-sse2 strlen-sse2-bsf.
57215         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
57216         __strlen_sse2_bsf if bit_Slow_BSF is unset.
57217         (__strlen_sse2): Removed.
57218         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
57219         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
57220         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
57221         bit_Slow_BSF for Atom.
57222         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
57223         (index_Slow_BSF): Define.
57224         (HAS_SLOW_BSF): Define.
57226 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
57228         [BZ #10851]
57229         * resolv/res_init.c (__res_vinit): When no server address at all
57230         is given default to loopback.
57232 2010-08-24  Roland McGrath  <roland@redhat.com>
57234         * configure.in: Remove config-name.h generation.
57235         * configure: Regenerated.
57236         * config-name.in: File removed.
57237         * scripts/config-uname.sh: New file.
57238         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
57239         ($(objdir)config-name.h): New target.
57241         * sunrpc/rpc_parse.h: Avoid nested comment.
57243 2010-08-24  Richard Henderson  <rth@redhat.com>
57244             Ulrich Drepper  <drepper@redhat.com>
57245             H.J. Lu  <hongjiu.lu@intel.com>
57247         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
57248         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
57249         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
57250         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
57251         _mm_alignr_epi8 with _mm_loadu_si128.
57252         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
57253         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
57254         (__m128i_shift_right): Removed.
57255         * sysdeps/i386/i686/multiarch/varshift.h: New file.
57256         * sysdeps/i386/i686/multiarch/varshift.S: New file.
57257         * sysdeps/x86_64/multiarch/varshift.h: New file.
57258         * sysdeps/x86_64/multiarch/varshift.S: New file.
57260 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
57262         * configure.in: Move assembler checks to before sysdep dir checking.
57264 2010-08-20  Petr Baudis  <pasky@suse.cz>
57266         * LICENSES: Sync the sunrpc license.
57268 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
57270         * sunrpc/auth_des.c: Update copyright notice once again.
57271         * sunrpc/auth_none.c: Likewise.
57272         * sunrpc/auth_unix.c: Likewise.
57273         * sunrpc/authdes_prot.c: Likewise.
57274         * sunrpc/authuxprot.c: Likewise.
57275         * sunrpc/bindrsvprt.c: Likewise.
57276         * sunrpc/clnt_gen.c: Likewise.
57277         * sunrpc/clnt_perr.c: Likewise.
57278         * sunrpc/clnt_raw.c: Likewise.
57279         * sunrpc/clnt_simp.c: Likewise.
57280         * sunrpc/clnt_tcp.c: Likewise.
57281         * sunrpc/clnt_udp.c: Likewise.
57282         * sunrpc/clnt_unix.c: Likewise.
57283         * sunrpc/des_crypt.c: Likewise.
57284         * sunrpc/des_soft.c: Likewise.
57285         * sunrpc/get_myaddr.c: Likewise.
57286         * sunrpc/getrpcport.c: Likewise.
57287         * sunrpc/key_call.c: Likewise.
57288         * sunrpc/key_prot.c: Likewise.
57289         * sunrpc/openchild.c: Likewise.
57290         * sunrpc/pm_getmaps.c: Likewise.
57291         * sunrpc/pm_getport.c: Likewise.
57292         * sunrpc/pmap_clnt.c: Likewise.
57293         * sunrpc/pmap_prot.c: Likewise.
57294         * sunrpc/pmap_prot2.c: Likewise.
57295         * sunrpc/pmap_rmt.c: Likewise.
57296         * sunrpc/rpc/auth.h: Likewise.
57297         * sunrpc/rpc/auth_unix.h: Likewise.
57298         * sunrpc/rpc/clnt.h: Likewise.
57299         * sunrpc/rpc/des_crypt.h: Likewise.
57300         * sunrpc/rpc/key_prot.h: Likewise.
57301         * sunrpc/rpc/netdb.h: Likewise.
57302         * sunrpc/rpc/pmap_clnt.h: Likewise.
57303         * sunrpc/rpc/pmap_prot.h: Likewise.
57304         * sunrpc/rpc/pmap_rmt.h: Likewise.
57305         * sunrpc/rpc/rpc.h: Likewise.
57306         * sunrpc/rpc/rpc_des.h: Likewise.
57307         * sunrpc/rpc/rpc_msg.h: Likewise.
57308         * sunrpc/rpc/svc.h: Likewise.
57309         * sunrpc/rpc/svc_auth.h: Likewise.
57310         * sunrpc/rpc/types.h: Likewise.
57311         * sunrpc/rpc/xdr.h: Likewise.
57312         * sunrpc/rpc_clntout.c: Likewise.
57313         * sunrpc/rpc_cmsg.c: Likewise.
57314         * sunrpc/rpc_common.c: Likewise.
57315         * sunrpc/rpc_cout.c: Likewise.
57316         * sunrpc/rpc_dtable.c: Likewise.
57317         * sunrpc/rpc_hout.c: Likewise.
57318         * sunrpc/rpc_main.c: Likewise.
57319         * sunrpc/rpc_parse.c: Likewise.
57320         * sunrpc/rpc_parse.h: Likewise.
57321         * sunrpc/rpc_prot.c: Likewise.
57322         * sunrpc/rpc_sample.c: Likewise.
57323         * sunrpc/rpc_scan.c: Likewise.
57324         * sunrpc/rpc_scan.h: Likewise.
57325         * sunrpc/rpc_svcout.c: Likewise.
57326         * sunrpc/rpc_tblout.c: Likewise.
57327         * sunrpc/rpc_util.c: Likewise.
57328         * sunrpc/rpc_util.h: Likewise.
57329         * sunrpc/rpcinfo.c: Likewise.
57330         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
57331         * sunrpc/rpcsvc/key_prot.x: Likewise.
57332         * sunrpc/rpcsvc/klm_prot.x: Likewise.
57333         * sunrpc/rpcsvc/mount.x: Likewise.
57334         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
57335         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
57336         * sunrpc/rpcsvc/rex.x: Likewise.
57337         * sunrpc/rpcsvc/rstat.x: Likewise.
57338         * sunrpc/rpcsvc/rusers.x: Likewise.
57339         * sunrpc/rpcsvc/sm_inter.x: Likewise.
57340         * sunrpc/rpcsvc/spray.x: Likewise.
57341         * sunrpc/rpcsvc/yppasswd.x: Likewise.
57342         * sunrpc/rtime.c: Likewise.
57343         * sunrpc/svc.c: Likewise.
57344         * sunrpc/svc_auth.c: Likewise.
57345         * sunrpc/svc_authux.c: Likewise.
57346         * sunrpc/svc_raw.c: Likewise.
57347         * sunrpc/svc_run.c: Likewise.
57348         * sunrpc/svc_simple.c: Likewise.
57349         * sunrpc/svc_tcp.c: Likewise.
57350         * sunrpc/svc_udp.c: Likewise.
57351         * sunrpc/svc_unix.c: Likewise.
57352         * sunrpc/svcauth_des.c: Likewise.
57353         * sunrpc/xcrypt.c: Likewise.
57354         * sunrpc/xdr.c: Likewise.
57355         * sunrpc/xdr_array.c: Likewise.
57356         * sunrpc/xdr_float.c: Likewise.
57357         * sunrpc/xdr_mem.c: Likewise.
57358         * sunrpc/xdr_rec.c: Likewise.
57359         * sunrpc/xdr_ref.c: Likewise.
57360         * sunrpc/xdr_sizeof.c: Likewise.
57361         * sunrpc/xdr_stdio.c: Likewise.
57363         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
57364         handling.
57366 2010-08-19  Andreas Schwab  <schwab@redhat.com>
57368         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
57370 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
57372         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
57373         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
57374         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
57375         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
57376         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
57377         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
57378         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
57379         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
57380         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
57381         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
57382         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
57383         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
57384         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
57385         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
57387 2010-07-26  Anton Blanchard  <anton@samba.org>
57389         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
57390         * malloc/arena.c (heap_trim): Likewise.
57392 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
57394         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
57395         here.  Not...
57396         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
57397         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
57399 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
57401         * sysdeps/i386/elf/Makefile: New file.
57403 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
57405         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
57406         from fanotify_init.
57407         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
57408         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
57410 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
57412         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
57413         of strncasecmp_l.
57414         * sysdeps/multiarch/strcmp.S: Likewise.
57416 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
57418         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
57419         strncase_l-nonascii.
57420         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
57421         Add strncase_l-ssse3.
57422         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
57423         * sysdeps/x86_64/strcmp.S: Likewise.
57424         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
57425         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
57426         * sysdeps/x86_64/strncase.S: New file.
57427         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
57428         * sysdeps/x86_64/strncase_l.S: New file.
57429         * string/Makefile (strop-tests): Add strncasecmp.
57430         * string/test-strncasecmp.c: New file.
57432         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
57433         warning.
57435         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
57436         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
57438 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
57440         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
57442 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
57444         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
57445         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
57446         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
57448 2010-05-01  Alan Modra  <amodra@gmail.com>
57450         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
57451         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
57452         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
57453         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
57454         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
57455         tidying.  Don't tail-call __sigjmp_save for static lib.
57456         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
57457         save location.
57458         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
57459         (CALL_MCOUNT): Add eh info, and nop after bl.
57460         (TAIL_CALL_SYSCALL_ERROR): New macro.
57461         (PSEUDO_RET): Use it.
57462         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
57463         Correct save location of integer regs and cr.
57464         (_dl_profile_resolve): Correct cr save location.  Delete nops
57465         after bl when SHARED.  Reduce cfi size a little by better
57466         placement of cfi directives.
57467         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
57468         make a stack frame.  Instead use parm save area as a temp.
57469         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
57470         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
57471         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
57472         Don't make a stack frame for parent, use parm save area.
57473         Increase child stack frame to 112 bytes.  Don't save unused reg,
57474         and adjust reg usage.  Set up cfi on error recovery and
57475         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
57476         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
57477         (__makecontext): Add dummy nop after jump to exit.
57478         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
57479         Use correct parm save area and cr save, reduce stack frame.
57480         Correct cfi for possible PSEUDO_RET frame setup.
57481         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
57482         Branch to local label emitted by PSEUDO_RET rather than
57483         __syscall_error.
57485 2010-08-12  Andreas Schwab  <schwab@redhat.com>
57487         [BZ #11904]
57488         * locale/programs/locale.c (print_assignment): New function.
57489         (show_locale_vars): Use it.
57491 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
57493         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
57494         field.
57495         (struct statfs64): Likewise.
57496         (_STATFS_F_FLAGS): Define.
57497         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
57498         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
57499         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
57500         (ST_VALID): Define locally.
57501         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
57502         __statvfs_getflags, use the provided value.
57503         * sysdeps/unix/sysv/linux/kernel-features.h: Define
57504         __ASSUME_STATFS_F_FLAGS.
57506         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
57508         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
57509         Add sys/fanotify.h.
57510         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
57511         fanotify_mask for GLIBC_2.13.
57512         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
57513         fanotify_init and fanotify_mark.
57514         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
57515         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
57517         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
57518         Add prlimit.
57519         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
57520         prlimit64 for GLIBC_2.13.
57521         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
57522         prlimit64.
57523         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
57524         syscall.
57525         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
57526         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
57527         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
57528         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
57529         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
57530         add prlimit alias.
57531         * sysdeps/unix/sysv/linux/prlimit.c: New file.
57533         [BZ #11903]
57534         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
57535         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
57537         * nss/Makefile: Add rules to build and run tst-nss-test1.
57538         * shlib-versions: Add entry for libnss_test1.
57539         * nss/nss_test1.c: New file.
57540         * nss/tst-nss-test1.c: New file.
57542         * nss/nsswitch.c (__nss_database_custom): Define new variable.
57543         (__nss_configure_lookup): Set appropriate entry in
57544         __nss_configure_lookup to true.
57545         * nss/nsswitch.h: Define enum with indeces of databases in
57546         databases and __nss_database_custom arrays.  Declare
57547         __nss_database_custom.
57548         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
57549         to avoid using nscd when custom rules are installed.
57550         * nss/getXXbyYY_r.c: Likewise.
57551         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
57553         * nss/nss_files/files-parse.c: Whitespace fixes.
57555 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
57557         [BZ #11883]
57558         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
57559         * posix/fnmatch_loop.c: Likewise.
57561 2010-07-17  Andi Kleen  <ak@linux.intel.com>
57563         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
57564         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
57565         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
57566         * Versions.def [GLIBC_2.13]: Add.
57568 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
57570         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
57571         Also fail if tpwd after pwuid call is NULL.
57573 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
57575         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
57576         when converting to ms.
57578 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
57580         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
57581         EOPNOTSUPP errors with ENOTTY.
57582         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
57583         EOPNOTSUPP errors with ENOTTY.
57585 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
57587         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
57588         Add strcasecmp_l-ssse3.
57589         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
57590         strcasecmp.
57591         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
57592         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
57593         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
57595 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
57597         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
57599         * string/Makefile (strop-tests): Add strcasecmp.
57600         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
57601         strcasecmp_l-nonascii.
57602         (gen-as-const-headers): Add locale-defines.sym.
57603         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
57604         * sysdeps/x86_64/strcasecmp.S: New file.
57605         * sysdeps/x86_64/strcasecmp_l.S: New file.
57606         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
57607         * sysdeps/x86_64/locale-defines.sym: New file.
57608         * string/test-strcasecmp.c: New file.
57610         * string/test-strcasestr.c: Test both ends of the range of characters.
57611         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
57613 2010-07-29  Roland McGrath  <roland@redhat.com>
57615         [BZ #11856]
57616         * manual/locale.texi (Yes-or-No Questions): Fix example code.
57618 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
57620         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
57621         for ld.so.
57623 2010-07-27  Andreas Schwab  <schwab@redhat.com>
57625         * manual/memory.texi (Malloc Tunable Parameters): Document
57626         M_PERTURB.
57628 2010-07-26  Roland McGrath  <roland@redhat.com>
57630         [BZ #11840]
57631         * configure.in (-fgnu89-inline check): Set and substitute
57632         gnu89_inline, not libc_cv_gnu89_inline.
57633         * configure: Regenerated.
57634         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
57636 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
57638         * string/test-strnlen.c: New file.
57639         * string/Makefile (strop-tests): Add strnlen.
57640         * string/tester.c (test_strnlen): Add a few more test cases.
57641         * string/tst-strlen.c: Better error reporting.
57643         * sysdeps/x86_64/strnlen.S: New file.
57645 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
57647         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
57648         lower-latency instructions.
57650 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
57652         * string/test-strcasestr.c: New file.
57653         * string/test-strstr.c: New file.
57654         * string/Makefile (strop-tests): Add strstr and strcasestr.
57655         * string/str-two-way.h: Don't undefine MAX.
57656         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
57658 2010-07-21  Andreas Schwab  <schwab@redhat.com>
57660         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
57661         strcasestr-nonascii.
57662         (CFLAGS-strcasestr-nonascii.c): Define.
57663         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
57664         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
57665         Remove unused attribute.
57667 2010-07-20  Roland McGrath  <roland@redhat.com>
57669         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
57670         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
57671         ld.so.cache was broken.  With it, there is no way to disable dsocaps
57672         like LD_HWCAP_MASK can disable hwcaps.
57674 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
57676         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
57678 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
57680         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
57681         call in strcasestr.
57682         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
57683         __strcasestr_sse42_nonascii.
57684         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
57685         strcasestr-nonascii.c.
57686         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
57688 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
57690         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
57691         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
57692         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
57693         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
57695 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
57697         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
57698         fcntl.
57700 2010-07-06  Andreas Schwab  <schwab@redhat.com>
57702         [BZ #11577]
57703         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
57704         dl_signal_cerror.
57706 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
57708         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
57709         _PC_PIPE_BUF using F_GETPIPE_SZ.
57711 2010-07-05  Roland McGrath  <roland@redhat.com>
57713         * manual/arith.texi (Rounding Functions): Fix rint description
57714         implicit in round description.
57716 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
57718         * elf/Makefile: Fix linking for a few tests to make recent linker
57719         happy.
57721 2010-06-30  Andreas Schwab  <schwab@redhat.com>
57723         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
57724         $(common-objpfx)libc_nonshared.a.
57726 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
57728         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
57729         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
57730         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
57731         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
57732         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
57733         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
57734         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
57735         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
57736         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
57737         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
57738         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
57739         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
57740         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
57741         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
57742         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
57743         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
57744         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
57745         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
57746         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
57747         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
57748         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
57749         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
57750         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
57751         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
57752         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
57753         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
57754         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
57755         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
57756         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
57757         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
57758         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
57759         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
57760         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
57761         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
57762         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
57763         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
57764         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
57765         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
57766         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
57767         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
57768         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
57769         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
57770         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
57771         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
57772         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
57773         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
57774         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
57775         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
57777 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
57779         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
57780         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
57781         * string/memmove.c (memmove): Renamed to ...
57782         (MEMMOVE): ...this.  Default to memmove.
57783         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
57784         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
57785         (END_CHK): Define.
57786         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
57787         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
57788         mempcpy-ssse3-back memmove-ssse3-back.
57789         * sysdeps/x86_64/multiarch/bcopy.S: New file .
57790         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
57791         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
57792         * sysdeps/x86_64/multiarch/memcpy.S: New file.
57793         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
57794         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
57795         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
57796         * sysdeps/x86_64/multiarch/memmove.c: New file.
57797         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
57798         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
57799         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
57800         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
57801         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
57802         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
57803         Define.
57804         (index_Fast_Copy_Backward): Define.
57805         (HAS_ARCH_FEATURE): Define.
57806         (HAS_FAST_REP_STRING): Define.
57807         (HAS_FAST_COPY_BACKWARD): Define.
57809 2010-06-21  Andreas Schwab  <schwab@redhat.com>
57811         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
57812         Restore proper fallback handling.
57814 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
57816         [BZ #11701]
57817         * posix/group_member.c (__group_member): Correct checking loop.
57819         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
57820         OOM in getpwuid_r correctly.  Return error number when the caller
57821         should return, otherwise -1.
57822         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
57823         call returning > 0 value.
57824         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
57826 2010-06-07  Andreas Schwab  <schwab@redhat.com>
57828         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
57829         libc_nonshared.a from targets in modules-names.
57831 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
57833         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
57834         requires it.
57836 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
57838         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
57839         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
57840         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
57841         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
57843 2010-06-02  Andreas Schwab  <schwab@redhat.com>
57845         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
57847 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
57849         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
57850         and F_GETPIPE_SZ.
57851         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
57852         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
57853         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
57854         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
57855         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
57856         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
57858 2010-06-14  Roland McGrath  <roland@redhat.com>
57860         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
57862 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
57864         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
57865         __REDIRECT followed by __THROW.
57866         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
57867         * posix/getopt.h (getopt): Likewise.
57869 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
57871         * hurd/lookup-at.c (__file_name_lookup_at): Accept
57872         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
57873         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
57874         in AT_FLAGS.
57875         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
57876         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
57878 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
57880         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
57882 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
57884         [BZ #11640]
57885         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
57886         Properly check family and model.
57888 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
57890         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
57892 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
57894         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
57896 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
57898         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
57899         symbol reference.
57901 2010-05-19  Andreas Schwab  <schwab@redhat.com>
57903         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
57904         symbol reference.
57906 2010-05-21  Andreas Schwab  <schwab@redhat.com>
57908         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
57909         and internal_recvmmsg.
57910         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
57911         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
57912         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
57913         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
57915         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
57916         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
57917         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
57919 2010-05-20  Andreas Schwab  <schwab@redhat.com>
57921         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
57923 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
57925         POWER7 optimizations.
57926         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
57927         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
57929 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
57931         * version.h: Update for 2.13 development version.
57933 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
57935         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
57936         exceptions.  Return 0.
57938 2010-05-07  Roland McGrath  <roland@redhat.com>
57940         * elf/ldconfig.c (main): Add a const.
57942 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
57944         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
57945         (args_options): Add no-idn option.
57946         (ahosts_keys_int): Add idn_flags to ai_flags.
57947         (parse_option): Handle 'i' option to clear idn_flags.
57949         * malloc/malloc.c (_int_free): Possible race in the most recently
57950         added check.  Only act on the data if no current modification
57951         happened.
57953 See ChangeLog.17 for earlier changes.