Remove TLS configure tests.
[platform/upstream/linaro-glibc.git] / ChangeLog
1 2016-04-28  Stefan Liebler  <stli@linux.vnet.ibm.com>
2
3         [BZ #18508]
4         * stdlib/Makefile ($(objpfx)tst-makecontext3):
5         Depend on $(libdl).
6         * stdlib/tst-makecontext.c (cf): Test if _Unwind_Backtrace
7         is not called infinitely times.
8         (backtrace_helper): New function.
9         (trace_arg): New struct.
10         (st1): Enlarge stack size.
11         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
12         (__makecontext_ret): Omit cfi_startproc and cfi_endproc.
13         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
14         Likewise.
15
16 2016-04-28  Stefan Liebler  <stli@linux.vnet.ibm.com>
17
18         [BZ #18080]
19         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S
20         (__setcontext): Use SIG_SETMASK instead of SIG_BLOCK.
21         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S
22         (__setcontext): Likewise.
23         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S
24         (__swapcontext): Use SIG_SETMASK instead of SIG_BLOCK.
25         Call rt_sigprocmask syscall one time to set new signal mask
26         and retrieve the current signal mask instead of two calls.
27         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S
28         (__swapcontext): Likewise.
29         * stdlib/Makefile (tests): Add new testcase tst-setcontext2.
30         * stdlib/tst-setcontext2.c: New file.
31
32 2016-04-09  Mike Frysinger  <vapier@gentoo.org>
33
34         * sysdeps/x86_64/configure.ac: Change == to = when calling test.
35         * sysdeps/x86_64/configure: Likewise.
36
37 2016-04-04  Stefan Liebler  <stli@linux.vnet.ibm.com>
38
39         * sysdeps/s390/bits/link.h: (La_s390_vr) New typedef.
40         (La_s390_32_regs): Append vector register lr_v24-lr_v31.
41         (La_s390_64_regs): Likewise.
42         (La_s390_32_retval): Append vector register lrv_v24.
43         (La_s390_64_retval): Likeweise.
44         * sysdeps/s390/s390-32/dl-trampoline.h (_dl_runtime_profile):
45         Handle extended structs La_s390_32_regs and La_s390_32_retval.
46         * sysdeps/s390/s390-64/dl-trampoline.h (_dl_runtime_profile):
47         Handle extended structs La_s390_64_regs and La_s390_64_retval.
48
49 2016-04-04  Stefan Liebler  <stli@linux.vnet.ibm.com>
50
51         * sysdeps/s390/s390-32/dl-trampoline.S: Include dl-trampoline.h twice
52         to create a non-vector/vector version for _dl_runtime_resolve and
53         _dl_runtime_profile. Move implementation to ...
54         * sysdeps/s390/s390-32/dl-trampoline.h: ... here.
55         (_dl_runtime_resolve) Save and restore fpr/vrs.
56         (_dl_runtime_profile) Save and restore vrs and fix some issues
57         if _dl_call_pltexit is called.
58         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup):
59         Choose the correct resolver function if running on a machine with vx.
60         * sysdeps/s390/s390-64/dl-trampoline.S: Include dl-trampoline.h twice
61         to create a non-vector/vector version for _dl_runtime_resolve and
62         _dl_runtime_profile. Move implementation to ...
63         * sysdeps/s390/s390-64/dl-trampoline.h: ... here.
64         (_dl_runtime_resolve) Save and restore fpr/vrs.
65         (_dl_runtime_profile) Save and restore vrs and fix some issues
66         * sysdeps/s390/s390-64/dl-machine.h: (elf_machine_runtime_setup):
67         Choose the correct resolver function if running on a machine with vx.
68
69 2016-04-04  Stefan Liebler  <stli@linux.vnet.ibm.com>
70
71         * config.h.in (HAVE_S390_VX_ASM_SUPPORT): New macro undefine.
72         * sysdeps/s390/configure.ac: Add test for S390 vector instruction
73         assembler support.
74         * sysdeps/s390/configure: Regenerated.
75
76 2016-04-04  Stefan Liebler  <stli@linux.vnet.ibm.com>
77
78         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add z13.
79         * sysdeps/s390/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increased.
80
81 2016-04-04  Stefan Liebler  <stli@linux.vnet.ibm.com>
82
83         * sysdeps/s390/dl-procinfo.c (_dl_s390_platforms): Add vector flag.
84         * sysdeps/s390/dl-procinfo.h: Add vector capability.
85         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h (HWCAP_S390_VX): Define.
86
87 2016-03-02  Stefan Liebler  <stli@linux.vnet.ibm.com>
88
89         [BZ #19682]
90         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list:
91         Remove socketcall syscalls.
92
93 2016-02-25  Carlos O'Donell  <carlos@redhat.com>
94
95         [BZ #18665]
96         * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): Always set
97         *herrno_p.
98         (gaih_getanswer): Document functional behviour. Return tryagain
99         if any result is tryagain.
100         * resolv/res_query.c (__libc_res_nsearch): Set buffer size to zero
101         when freed.
102         * resolv/res_send.c: Add copyright text.
103         (__libc_res_nsend): Document that MAXPACKET is expected.
104         (send_vc): Document. Remove buffer reuse.
105         (send_dg): Document. Remove buffer reuse. Set *thisanssizp to set the
106         size of the buffer. Add Dprint for truncated UDP buffer.
107
108 2016-02-25  Andreas Schwab  <schwab@suse.de>
109
110         [BZ #18032]
111         * posix/fnmatch_loop.c (FCT): Remove extra increment when skipping
112         over collating symbol inside a bracket expression.  Minor cleanup.
113         * posix/tst-fnmatch3.c (do_test): Add test case.
114
115 2016-02-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
116
117         [BZ #17269]
118         * libio/wstrops.c (_IO_wstr_overflow): Guard against integer overflow
119         (enlarge_userbuf): Likewise.
120
121 2016-02-25  Florian Weimer  <fweimer@redhat.com>
122
123         [BZ #19018]
124         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
125         Mangle function pointer before storing it.
126         (__call_tls_dtors): Demangle function pointer before calling it.
127
128 2016-02-25  Florian Weimer  <fweimer@redhat.com>
129
130         [BZ #18928]
131         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Remove
132         _dl_pointer_guard member.
133         * elf/rtld.c (_rtld_global_ro): Remove _dl_pointer_guard
134         initializer.
135         (security_init): Always set up pointer guard.
136         (process_envvars): Do not process LD_POINTER_GUARD.
137
138 2015-07-21  Mike Frysinger  <vapier@gentoo.org>
139
140         [BZ #18694]
141         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h: Include
142         bits/wordsize.h.
143         (sigaction): Declare __glibc_reserved0 only when __WORDSIZE is 64.
144
145 2015-02-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
146
147         [BZ #16618]
148         * stdio-common/tst-sscanf.c (main): Test for buffer overflow.
149         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Compute needed
150         size in bytes. Store needed elements in wpmax. Use needed size
151         in bytes for extend_alloca.
152
153 2015-02-16  H.J. Lu  <hongjiu.lu@intel.com>
154
155         [BZ #17801]
156         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
157         Set the bit_AVX_Fast_Unaligned_Load bit for AVX2.
158         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX_Fast_Unaligned_Load):
159         New.
160         (index_AVX_Fast_Unaligned_Load): Likewise.
161         (HAS_AVX_FAST_UNALIGNED_LOAD): Likewise.
162         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Check the
163         bit_AVX_Fast_Unaligned_Load bit instead of the bit_AVX_Usable bit.
164         * sysdeps/x86_64/multiarch/memcpy_chk.S (__memcpy_chk): Likewise.
165         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy): Likewise.
166         * sysdeps/x86_64/multiarch/mempcpy_chk.S (__mempcpy_chk): Likewise.
167         * sysdeps/x86_64/multiarch/memmove.c (__libc_memmove): Replace
168         HAS_AVX with HAS_AVX_FAST_UNALIGNED_LOAD.
169         * sysdeps/x86_64/multiarch/memmove_chk.c (__memmove_chk): Likewise.
170
171 2015-02-16  Leonhard Holz  <leonhard.holz@web.de>
172
173         [BZ #16009]
174         * string/strxfrm_l.c (STRXFRM): Allocate fixed size cache for
175         weights and rules. Use do_xfrm_cached if data fits in cache,
176         do_xfrm otherwise.  Moved former main loop to...
177         * (do_xfrm_cached): New function.
178         * (do_xfrm): Non-caching version of do_xfrm_cached. Uses
179         find_idx, find_position and stack_push.
180         * (find_idx): New function.
181         * (find_position): Likewise.
182         * localedata/sort-test.sh: Added test run for do_xfrm.
183         * localedata/xfrm-test.c (main): Added command line option
184         -nocache to run the test with strings that are too large for
185         the STRXFRM cache.
186
187 2015-02-16  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
188             Roland McGrath  <roland@hack.frob.com>
189
190         * locale/weight.h: Add include guard.
191         (findidx): Make static rather than auto; take new parameters
192         TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
193         * locale/weightwc.h: Likewise.
194         * posix/fnmatch_loop.c
195         (FCT): Change type of EXTRA from int32_t to wint_t.
196         Don't include either header inside the function.
197         Call FINDIDX rather than findidx, and pass new arguments.
198         #undef FINDIDX at the end of the file.
199         * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
200         FINDIDX before including fnmatch_loop.c for the non-wide version.
201         [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
202         #include <locale/weightwc.h>, and define FINDIDX to findidxwc
203         for the wide version.
204         * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
205         (build_equiv_class) [_LIBC]: Don't #include it inside the function.
206         Pass new arguments to findidx.
207         * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
208         [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
209         Don't #include it inside the function.  Pass new arguments to findidx.
210         * posix/regex_internal.h
211         [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
212         (re_string_elem_size_at): Don't #include it inside the function.
213         Pass new arguments to findidx.
214         * string/strcoll_l.c: #include WEIGHT_H at top level.
215         (get_next_seq): Don't #include it inside the function.
216         Pass new arguments to findidx.
217         (get_next_seq_nocache): Likewise.
218         * string/strxfrm_l.c: #include WEIGHT_H at top level.
219         (STRXFRM): Don't #include it inside the function.
220         Pass new arguments to findidx.
221
222 2014-12-16  Florian Weimer  <fweimer@redhat.com>
223
224         [BZ #17630]
225         * resolv/nss_dns/dns-network.c (getanswer_r): Iterate over alias
226         names.
227
228 2014-12-15  Jeff Law  <law@redhat.com>
229
230         [BZ #16617]
231         * stdio-common/vfprintf.c (vfprintf): Allocate large specs array
232         on the heap.  (CVE-2012-3406)
233         * stdio-common/bug23-2.c, stdio-common/bug23-3.c: New file.
234         * stdio-common/bug23-4.c: New file.  Test case by Joseph Myers.
235         * stdio-common/Makefile (tests): Add bug23-2, bug23-3, bug23-4.
236
237 2014-11-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
238
239         [BZ #17266]
240         * misc/sys/cdefs.h: Define __extern_always_inline for clang
241         4.2 and newer.
242
243 2014-11-19  Carlos O'Donell  <carlos@redhat.com>
244             Florian Weimer  <fweimer@redhat.com>
245             Joseph Myers  <joseph@codesourcery.com>
246             Adam Conrad  <adconrad@0c3.net>
247             Andreas Schwab  <schwab@suse.de>
248             Brooks  <bmoses@google.com>
249
250         [BZ #17625]
251         * wordexp-test.c (__dso_handle): Add prototype.
252         (__register_atfork): Likewise.
253         (__app_register_atfork): New function.
254         (registered_forks): New global.
255         (register_fork): New function.
256         (test_case): Add 3 new tests for WRDE_CMDSUB.
257         (main): Call __app_register_atfork.
258         (testit): If WRDE_NOCMD set registered_forks to zero, run test, and if
259         fork count is non-zero fail the test.
260         * posix/wordexp.c (exec_comm): Return WRDE_CMDSUB if WRDE_NOCMD flag
261         is set.
262         (parse_dollars): Remove check for WRDE_NOCMD.
263         (parse_dquote): Likewise.
264
265 2014-11-10  Renlin Li  <Renlin.Li@arm.com>
266
267         [BZ #17555]
268         * sysdeps/aarch64/start.S (_start): Delete x29 overwritten assignment.
269
270 2014-10-22  Maciej W. Rozycki  <macro@codesourcery.com>
271
272         [BZ #17485]
273         * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define.
274
275 2014-10-08  Roland McGrath  <roland@hack.frob.com>
276
277         [BZ #17460]
278         * nscd/nscd.c (more_help): Rewrite list of tables collection
279         using xstrdup and asprintf.
280
281         * nscd/nscd_conf.c: Remove local xstrdup declaration.
282
283 2014-10-09  Allan McRae  <allan@archlinux.org>
284
285         * po/fr.po: Update French translation from translation project.
286
287 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
288
289         [BZ #17370]
290         * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
291
292 2014-09-11  Tim Lammens  <tim.lammens@gmail.com>
293
294         [BZ #17370]
295         * libio/wfileops (do_ftell_wide): Free OUT.
296
297 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
298             Jakub Jelinek  <jakub@redhat.com>
299
300         [BZ #17266]
301         * libio/stdio.h: Check definition of __fortify_function
302         instead of __extern_always_inline to include bits/stdio2.h.
303         * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
304         check if __extern_always_inline is defined.
305         [__USE_MISC || __USE_XOPEN]: Likewise.
306         [__USE_ISOC99] Likewise.
307         * misc/sys/cdefs.h (__fortify_function): Define only if
308         __extern_always_inline is defined.
309         [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
310         __extern_always_inline and __extern_inline only for g++-4.3
311         and newer or a compatible gcc.
312
313 2014-09-15  Andreas Schwab  <schwab@linux-m68k.org>
314
315         [BZ #17371]
316         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
317         last change to handle zero prefix length.
318
319 2014-09-12  Joseph Myers  <joseph@codesourcery.com>
320
321         * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
322         (UDP_NO_CHECK6_RX): Likewise.
323
324 2014-09-13  Allan McRae  <allan@archlinux.org>
325
326         * po/ru.po: Update Russian translation from translation project.
327
328 2014-09-07  Allan McRae  <allan@archlinux.org
329
330         * version.h (RELEASE): Set to "stable".
331         (VERSION): Set to "2.20"
332         * include/features.h (__GLIBC_MINOR__): Set to 20.
333
334         * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
335         Liebler.
336
337         * po/ko.po: Update Korean translation from translation project.
338
339 2014-09-06  Chris Metcalf  <cmetcalf@tilera.com>
340
341         [BZ #17354]
342         * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
343         macro for handling signed relocations.
344
345 2014-09-03  Florian Weimer  <fweimer@redhat.com>
346
347         [BZ #17325]
348         * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
349         * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
350         assert.
351         * iconvdata/ibm933.c (BODY): Fix check for sentinel.
352         * iconvdata/ibm935.c (BODY): Likewise.
353         * iconvdata/ibm937.c (BODY): Likewise.
354         * iconvdata/ibm939.c (BODY): Likewise.
355         * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
356         assert.
357         * iconvdata/Makefile (iconv-test.out): Pass module list to test
358         script.
359         * iconvdata/run-iconv-test.sh: New test loop for checking for
360         decoder crashers.
361
362 2014-09-02  Khem Raj  <raj.khem@gmail.com>
363
364         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
365         libm_hidden_ver.
366
367 2014-09-01  Allan McRae  <allan@archlinux.org>
368
369         * po/eo.po: Update Esperanto translation from translation project.
370
371         * po/ca.po: Update Catalan translation from translation project.
372
373 2014-08-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
374
375         * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
376         __proc_dostop call.
377
378 2014-08-27  Mark Wielaard  <mjw@redhat.com>
379
380         [BZ #17319]
381         * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
382         to call set_thread_area instead of hand written asm.
383         (__NR_set_thread_area): Removed define.
384         (TLS_FLAG_WRITABLE): Likewise.
385         (__ASSUME_SET_THREAD_AREA): Remove check.
386         (TLS_EBX_ARG): Remove define.
387         (TLS_LOAD_EBX): Likewise.
388
389 2014-08-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
390
391         Simplify atomicity of socket creation in bind.
392
393         * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
394         looking up the name after linking the file.
395
396 2014-08-27  Allan McRae  <allan@archlinux.org>
397
398         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
399
400 2014-08-26  Florian Weimer  <fweimer@redhat.com>
401
402         [BZ #17187]
403         * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
404         trans_compare, open_translit, __gconv_translit_find):
405         Remove module loading code.
406
407 2014-08-26  Allan McRae  <allan@archlinux.org>
408
409         * po/vi.po: Update Vietnamese translation from translation project.
410
411         * po/uk.po: Update Ukrainian translation from translation project.
412
413         * po/fr.po: Update French translation from translation project.
414
415         * po/ru.po: Update Russian translation from translation project.
416
417         * po/pl.po: Update Polish translation from translation project.
418
419         * po/cs.po: Update Czech translation from translation project.
420
421         * po/de.po: Update German translation from translation project.
422
423         * po/bg.po: Update Bulgarian translation from translation project.
424
425         * po/sv.po: Update Sweedish translation from translation project.
426
427         * po/nl.po: Update Dutch translation from translation project.
428
429         * po/es.po: Update Spanish translation from translation project.
430
431 2014-08-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
432
433         * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
434
435         * catgets/Makefile (CPPFLAGS-gencat): Remove.
436         * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
437         (CPPFLAGS-iconvconfig): Likewise.
438         * timezone/Makefile (CPPFLAGS-zic): Likewise.
439
440         * include/libc-symbols.h: Remove unnecessary check for
441         NOT_IN_libc.
442         * nptl/pthreadP.h: Likewise.
443         * sysdeps/aarch64/setjmp.S: Likewise.
444         * sysdeps/alpha/setjmp.S: Likewise.
445         * sysdeps/arm/sysdep.h: Likewise.
446         * sysdeps/i386/setjmp.S: Likewise.
447         * sysdeps/m68k/setjmp.c: Likewise.
448         * sysdeps/posix/getcwd.c: Likewise.
449         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
450         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
451         * sysdeps/s390/s390-32/setjmp.S: Likewise.
452         * sysdeps/s390/s390-64/setjmp.S: Likewise.
453         * sysdeps/sh/sh3/setjmp.S: Likewise.
454         * sysdeps/sh/sh4/setjmp.S: Likewise.
455         * sysdeps/unix/alpha/sysdep.h: Likewise.
456         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
457         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
458         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
459         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
460         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
461         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
462         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
463         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
464         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
465         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
466         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
467         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
468         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
469         * sysdeps/x86_64/setjmp.S: Likewise.
470
471 2014-08-13  Joseph Myers  <joseph@codesourcery.com>
472
473         [BZ #17263]
474         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
475         <stdint.h>.
476         (__get_clockfreq): Use uint64_t instead of hp_timing_t in
477         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
478
479 2014-08-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
480
481         * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
482
483         [BZ #17262]
484         * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
485         and __x86_64__ when disabling x87 inline functions.
486
487 2014-08-12  H.J. Lu  <hongjiu.lu@intel.com>
488
489         [BZ #17259]
490         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
491         asm statement with __cpuid_count.
492
493 2014-08-12  Mike Frysinger  <vapier@gentoo.org>
494
495         * configure.ac: Change __ehdr_start code to dereference the struct.
496         Run readelf on the output to look for relocations.
497         * configure: Regenerated.
498
499 2014-08-12  Joseph Myers  <joseph@codesourcery.com>
500
501         [BZ #17261]
502         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
503         value to 0.
504         (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
505
506 2014-08-12  Roland McGrath  <roland@hack.frob.com>
507
508         * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
509
510 2014-08-12  Bernard Ogden  <bernie.ogden@linaro.org>
511
512         [BZ #16892]
513         * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
514         atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
515
516 2014-08-12  Sean Anderson  <seanga2@gmail.com>
517
518         * malloc/malloc.c: Fix typo in comment.
519
520 2014-08-09  Allan McRae  <allan@archlinux.org>
521
522         * Regenerate libc.po.
523
524 2014-08-08  Mike Frysinger  <vapier@gentoo.org>
525
526         * intl/tst-gettext2.sh: Check every lang file for creation.
527
528 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
529
530         * sysdeps/aarch64/fpu/math_private.h
531         (libc_feholdsetround_noex_aarch64_ctx): New function.
532
533 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
534
535         * sysdeps/arm/armv6/strcpy.S (strcpy):
536         Fix performance issue in misaligned cases.
537
538 2014-08-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
539
540         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
541         Move definition from termios.h.
542         (struct termio): Likewise.
543         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
544         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
545         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
546         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
547         Likewise.
548         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
549         Move definition to ioctl-types.h
550         (struct termio): Likewise.
551         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
552         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
553         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
554         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
555         Likewise.
556
557 2014-08-05  Richard Henderson  <rth@redhat.com>
558
559         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
560         exceptions.
561         * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
562         Add fraiseexcpt.
563         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
564         Use __feraiseexcept.
565         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
566         Protect libm symbols with IS_IN_libm.
567
568         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
569
570 2014-08-04  Bernard Ogden  <bernie.ogden@linaro.org>
571
572         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
573
574 2014-08-04  Will Newton  <will.newton@linaro.org>
575
576         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
577         file.
578
579 2014-08-04  Mike Frysinger  <vapier@gentoo.org>
580
581         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
582         variants for each function.
583
584 2014-08-04  Roland McGrath  <roland@hack.frob.com>
585
586         * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
587         appended ...
588         * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
589         * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
590         appended ...
591         * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
592         * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
593         * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
594         * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
595         * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
596         * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
597         * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
598         * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
599         * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
600         * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
601         * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
602         * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
603         * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
604         * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
605         * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
606         * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
607         * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
608         * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
609         * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
610         * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
611         * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
612         * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
613         * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
614         * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
615         * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
616         * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
617         * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
618         * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
619         * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
620         * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
621         * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
622         * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
623         * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
624         * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
625         * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
626         * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
627         * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
628         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
629         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
630         * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
631         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
632         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
633         * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
634         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
635         * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
636         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
637         * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
638         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
639         * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
640         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
641         * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
642         * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
643         * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
644         Update #include.
645         * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
646         * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
647
648 2014-08-04  Roland McGrath  <roland@hack.frob.com>
649
650         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
651         * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
652         * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
653         * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
654         * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
655         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
656
657 2014-08-04  Roland McGrath  <roland@hack.frob.com>
658
659         * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
660         * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
661         * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
662         * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
663
664 2014-08-04  Roland McGrath  <roland@hack.frob.com>
665
666         * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
667         * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
668         (__libc_vfork): Define function under this name.
669         (__vfork): Define as an alias.
670         * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
671         * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
672
673 2014-08-04  Roland McGrath  <roland@hack.frob.com>
674
675         * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
676         that was previously under [RESET_PID].
677         * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
678
679 2014-08-04  Andreas Schwab  <schwab@suse.de>
680
681         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
682
683 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
684
685         * stdlib/tst-setcontext.c (test_stack): Fix coding style.
686         (main): Likewise.
687
688 2014-08-01  Roland McGrath  <roland@hack.frob.com>
689
690         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
691
692 2014-08-01  Richard Henderon  <rth@redhat.com>
693
694         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
695         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
696         typo in exact zero test.
697         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
698         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
699         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
700
701 2014-08-01  Roland McGrath  <roland@hack.frob.com>
702
703         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
704         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
705         * sysdeps/arm/sysdep.h: ... here.
706         [!__ASSEMBLER__]: Include <stdint.h>.
707
708 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
709
710         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
711         (HAVE_WCTYPE_H): Likewise.
712         (HAVE_ISWCTYPE): Likewise.
713         (ENABLE_NLS): Likewise.
714         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
715         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
716
717         * posix/regex_internal.c: Check if DEBUG is defined and is
718         set.
719
720         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
721         (HAVE_MBSRTOWCS): Likewise.
722         * posix/fnmatch.c: Include string.h unconditionally.
723
724 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
725
726         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
727         reversal.
728
729 2014-07-31  Roland McGrath  <roland@hack.frob.com>
730
731         * sysdeps/generic/safe-fatal.h: New file.
732         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
733         * nptl/forward.c: Include it.
734         (__pthread_unwind): Use __safe_fatal as default action, rather
735         than a bogus use of INTERNAL_SYSCALL that could never work.
736
737         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
738         * configure.ac (libc_cv_builtin_trap): New test.
739         * configure: Regenerated.
740         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
741         (ABORT_INSTRUCTION): Define using __builtin_trap.
742
743         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
744         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
745         * sysdeps/nptl/nptl-signals.h: New file.
746         * nptl/pthreadP.h: Include <nptl-signals.h>.
747
748 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
749
750         * sysdeps/s390/s390-64/utf16-utf32-z9.c
751         (ONE_DIRECTION): Define.
752         * sysdeps/s390/s390-64/utf8-utf16-z9.c
753         (ONE_DIRECTION): Define.
754         * sysdeps/s390/s390-64/utf8-utf32-z9.c
755         (ONE_DIRECTION): Define.
756
757 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
758
759         * sysdeps/s390/Makefile: Delete file.
760         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
761         * sysdeps/s390/__longjmp.c: Delete file.
762         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
763         Remove fields __flags and __reserved.
764         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
765         and add versioning.
766         * sysdeps/s390/rtld-__longjmp.c: Delete file.
767         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
768         * sysdeps/s390/rtld-setjmp.S: Likewise.
769         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
770         * sysdeps/s390/s390-32/__longjmp.c: ... here.
771         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
772         * sysdeps/s390/s390-32/setjmp.S: ... here.
773         Add versioning.
774         (__sigsetjmp): Remove setting __flags field.
775         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
776         * sysdeps/s390/s390-64/__longjmp.c: ... here.
777         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
778         * sysdeps/s390/s390-64/setjmp.S: ... here.
779         Add versioning.
780         (__sigsetjmp): Remove setting __flags field.
781         * sysdeps/s390/setjmp.S: Delete file.
782         * sysdeps/s390/sigjmp.c: Likewise.
783         * sysdeps/s390/v1-longjmp.c: Likewise.
784         * sysdeps/s390/v1-setjmp.h: Likewise.
785         * sysdeps/s390/v1-sigjmp.c: Likewise.
786         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
787         Remove v1-longjmp_chk.
788         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
789         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
790         Include debug/longjmp_chk.c and add versioning.
791         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
792         Include nptl/pt-longjmp.c and add versioning.
793         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
794         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
795         Include __longjmp.c.
796         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
797         Move to ...
798         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
799         (__getcontext): Remove setting __flags field.
800         Add versioning.
801         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
802         Don't restore upper high grps.
803         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
804         Likewise.
805         (__swapcontext): Remove setting uc_flags field.
806         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
807         Delete file.
808         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
809         Include __longjmp.c.
810         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
811         Move to ...
812         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
813         (__getcontext): Remove setting __flags field.
814         Add versioning.
815         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
816         (__swapcontext): Remove setting uc_flags field.
817         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
818         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
819         Remove fields uc_high_gprs and __reserved.
820         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
821         New file with reverted content.
822         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
823         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
824         Regenerated.
825         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
826         Regenerated.
827
828 2014-07-31  Andreas Schwab  <schwab@suse.de>
829
830         * config.h.in (HAVE_IFUNC): Define to 0.
831         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
832         definedness.
833
834 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
835
836         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
837         memmove-avx-unaligned, memcpy-avx-unaligned and
838         mempcpy-avx-unaligned.
839         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
840         Add tests for AVX memcpy functions.
841         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
842         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
843         memcpy_chk.
844         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
845         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
846         memmove_chk.
847         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
848         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
849         mempcpy_chk.
850         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
851         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
852         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
853
854 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
855
856         [BZ #17213]
857         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
858         powerpc64le.
859
860 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
861
862         [BZ #16839]
863         * manual/llio.texi: Add section about open file description locks.
864         * manual/examples/ofdlocks.c: Example of open file description
865         lock usage.
866         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
867         F_OFD_SETLK, and F_OFD_SETLKW.
868
869 2014-07-23  Allan McRae  <allan@archlinux.org>
870
871         * po/es.po: Update Spanish translation from translation project.
872
873 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
874
875         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
876
877 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
878
879         [BZ #17078]
880         * sysdeps/arm/dl-machine.h (elf_machine_rela)
881         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
882         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
883
884 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
885
886         [BZ #17088]
887         * math/fesetenv.c (__fesetenv)
888         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
889         * math/feupdateenv.c (__feupdateenv)
890         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
891
892         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
893         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
894         (__ASSUME_SOCKETCALL): Do not define.
895
896         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
897         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
898         (__ASSUME_SOCKETCALL): Do not define.
899         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
900         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
901         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
902         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
903         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
904         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
905         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
906         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
907
908         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
909         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
910         (__ASSUME_SOCKETCALL): Do not define.
911         (__ASSUME_IPC64): Define unconditionally.
912         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
913         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
914         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
915         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
916         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
917         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
918         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
919         Likewise.
920
921         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
922         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
923         (__ASSUME_SOCKETCALL): Do not define.
924         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
925         (__ASSUME_FUTEX_LOCK_PI): Likewise.
926         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
927         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
928         (__ASSUME_REQUEUE_PI): Define unconditionally.
929         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
930         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
931         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
932         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
933         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
934         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
935
936         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
937         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
938         (__ASSUME_SOCKETCALL): Do not define.
939         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
940         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
941         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
942         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
943         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
944         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
945
946         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
947         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
948         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
949         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
950         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
951         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
952         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
953         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
954         (__ASSUME_GETCPU_SYSCALL): Likewise.
955
956         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
957         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
958         cases for individual architectures.
959         * sysdeps/gnu/configure: Regenerated.
960         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
961         LIBC_SLIBDIR_RTLDDIR.
962         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
963         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
964         LIBC_SLIBDIR_RTLDDIR.
965         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
966         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
967         LIBC_SLIBDIR_RTLDDIR.
968         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
969         Regenerated.
970         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
971         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
972         file.
973         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
974         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
975         file.
976         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
977         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
978         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
979         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
980
981         * sysdeps/aarch64/shlib-versions: Move to ...
982         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
983         * sysdeps/alpha/shlib-versions: Move to ...
984         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
985         * sysdeps/arm/shlib-versions: Move to ...
986         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
987         * sysdeps/hppa/shlib-versions: Move all contents except for
988         libgcc_s entry to ...
989         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
990         entry from ...
991         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
992         * sysdeps/ia64/shlib-versions: Move to ...
993         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
994         entry from ...
995         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
996         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
997         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
998         * sysdeps/microblaze/shlib-versions: Move to ...
999         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
1000         * sysdeps/mips/shlib-versions: Move to ...
1001         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
1002         entry from ...
1003         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
1004         * sysdeps/tile/shlib-versions: Move to ...
1005         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
1006         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
1007         from ...
1008         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
1009         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
1010         entry from ...
1011         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
1012
1013 2014-07-17  Will Newton  <will.newton@linaro.org>
1014
1015         * sysdeps/arm/bits/atomic.h
1016         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
1017         (__arch_compare_and_exchange_bool_16_int): Likewise.
1018         (__arch_compare_and_exchange_bool_64_int): Likewise.
1019
1020         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
1021         into an #else block.
1022
1023 2014-07-16  Roland McGrath  <roland@hack.frob.com>
1024
1025         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
1026         just Linux configurations.  Test empirically that the compiler sets
1027         __ARM_EABI__, rather than using the tuple to decide.
1028         * sysdeps/arm/preconfigure: Regenerated.
1029         * sysdeps/unix/sysv/linux/arm/configure: File removed.
1030         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
1031         contents appended ...
1032         * sysdeps/arm/configure.ac: ... here.
1033         * sysdeps/arm/configure: Regenerated.
1034
1035 2014-07-15  Roland McGrath  <roland@hack.frob.com>
1036
1037         * nptl/pthread_kill.c: New file.
1038         * nptl/pthread_sigmask.c: New file.
1039         * nptl/pthread_sigqueue.c: New file.
1040
1041         * sysdeps/nptl/lowlevellock.h: New file.
1042         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
1043         * sysdeps/nptl/lowlevellock-futex.h: New file.
1044
1045         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
1046         Remove dead declarations.
1047
1048 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
1049
1050         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
1051         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
1052         config-cflags-avx2.
1053         * sysdeps/x86_64/configure.ac: Likewise.
1054         * sysdeps/i386/configure: Regenerated.
1055         * sysdeps/x86_64/configure: Likewise.
1056         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
1057         memset-avx2 only if config-cflags-avx2 is yes.
1058         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
1059         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
1060         defined.
1061         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
1062         only if HAVE_AVX2_SUPPORT is defined.
1063         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
1064
1065 2014-07-14  Alan Modra  <amodra@gmail.com>
1066
1067         [BZ #17153]
1068         * elf/elf.h (DT_PPC64_NUM): Correct value.
1069         * NEWS: Add to fixed bug list.
1070
1071 2014-07-13  Jim Meyering  <meyering@fb.com>
1072
1073         [BZ 17150]
1074         regex: don't deref NULL upon heap allocation failure
1075         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
1076         failure in one more place.
1077         To trigger the segfault, configure grep -with-included-regex,
1078         build it, and run these commands:
1079         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
1080
1081 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
1082
1083         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
1084
1085 2014-07-11  Richard Henderson  <rth@redhat.com>
1086
1087         * sysdeps/aarch64/libm-test-ulps: Update.
1088
1089 2014-07-10  Florian Weimer  <fweimer@redhat.com>
1090
1091         [BZ #17135]
1092         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
1093         * nptl/allocatestack.c (__nptl_setxid_error): New function.
1094         (__nptl_setxid): Initialize error member.  Call
1095         __nptl_setxid_error.
1096         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
1097         * nptl/descr.h (struct xid_command): Add error member.
1098         * nptl/tst-setuid3.c: New file.
1099         * nptl/Makefile (tests): Add it.
1100
1101 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1102
1103         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
1104         New define.
1105         (__lll_trylock): Use __lll_base_trylock.
1106         (__lll_cond_trylock): Likewise.
1107
1108 2014-07-10  Roland McGrath  <roland@hack.frob.com>
1109
1110         * nptl/pthread_create.c (start_thread): Use atomic_or and
1111         lll_futex_wake directly rather than lll_robust_dead.
1112         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
1113         (lll_robust_dead): Macro removed.
1114         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
1115         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
1116         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
1117         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
1118         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
1119         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
1120         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
1121         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
1122         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
1123         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
1124         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
1125         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
1126         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
1127         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
1128         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
1129
1130         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
1131         Use atomic_compare_and_exchange_val_acq directly rather than
1132         lll_robust_trylock.
1133         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
1134         (__lll_robust_trylock, lll_robust_trylock): Removed.
1135         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
1136         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
1137         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
1138         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
1139         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
1140         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
1141         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
1142         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
1143         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
1144         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
1145         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
1146         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
1147         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
1148         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
1149
1150 2014-07-02  Florian Weimer  <fweimer@redhat.com>
1151
1152         * manual/locale.texi (Locale Names): New section documenting
1153         locale name syntax.  Adjust menu and node chaining accordingly.
1154         (Choosing Locale): Reference Locale Names, Locale Categories.
1155         Mention setting LC_ALL=C.  Reflect that name syntax is now
1156         documented.
1157         (Locale Categories): New section title.  Reference Locale Names.
1158         LC_ALL is an environment variable, but not a category.
1159         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
1160         description, now in Locale Name.  Reference that section.  Locale
1161         name syntax is now documented.
1162
1163 2014-07-02  Florian Weimer  <fweimer@redhat.com>
1164
1165         [BZ #17137]
1166         * locale/findlocale.c (name_present, valid_locale_name): New
1167         functions.
1168         (_nl_find_locale): Use the loc_name variable to store name
1169         candidates.  Call name_present and valid_locale_name to check and
1170         validate locale names.  Return an error if the locale is invalid.
1171
1172 2014-07-02  Florian Weimer  <fweimer@redhat.com>
1173
1174         * locale/setlocale.c (setlocale): Use strdup for allocating
1175         composite name copy.
1176
1177 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
1178
1179         Sync up with gnulib.
1180         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
1181         [!_LIBC && ENABLE_NLS]: Include gettext.h.
1182         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
1183         and _GL_ARG_NONNULL.
1184         [USE_UNLOCKED_IO]: Include unlocked-io.h.
1185         [!_LIBC]: Include code for Windows and Cygwin.
1186         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
1187         Include prototype for int strerror_r.
1188         [!_LIBC] (is_open): New function.
1189         (flush_stdout): New function.
1190         (print_errno_message): Use it.
1191         (error): Likewise.
1192         (error_at_line): Likewise.
1193         (error_tail) Add function attribute macros.  Use
1194         __builtin_expect.
1195
1196         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
1197
1198         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
1199
1200         * io/ftw.c: Include sys/param.h unconditionally.
1201
1202         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
1203
1204         [BZ #17125]
1205         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
1206         libc_freeres_ptr.
1207         (freecache): New function to free CACHE on exit.
1208
1209         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
1210         initialization.
1211
1212 2014-07-09  David S. Miller  <davem@davemloft.net>
1213
1214         * sysdeps/sparc/fpu/libm-test-ulps: Update.
1215
1216         * sysdeps/sparc/nptl/internaltypes.h: Delete.
1217         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
1218         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
1219         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
1220         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
1221         * sysdeps/sparc/nptl/sem_init.c: Likewise.
1222         * sysdeps/sparc/nptl/sem_post.c: Likewise.
1223         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
1224         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
1225         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
1226         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
1227         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
1228         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
1229
1230 2014-07-09  Andreas Schwab  <schwab@suse.de>
1231
1232         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
1233         output.
1234         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
1235         (do_test): Likewise.
1236
1237         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
1238
1239 2014-07-09  Will Newton  <will.newton@linaro.org>
1240
1241         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
1242         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
1243         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
1244         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
1245         * sysdeps/hppa/start.S (_start): Likewise.
1246
1247 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
1248
1249         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
1250
1251         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
1252         defined.
1253
1254 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
1255
1256         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
1257         after checking that it is non-NULL.
1258
1259         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
1260
1261 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1262
1263         * sysdeps/powerpc/memmove.c: Remove file.
1264         * sysdeps/powerpc/powerpc32/power4/memcopy.h
1265         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
1266         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
1267         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
1268         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
1269         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
1270         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
1271         string memmove instead of removed powerpc one.
1272
1273         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
1274         [weak_alias]: Fix compiler warning due trailing data.
1275         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
1276         [weak_alias]: Likewise.
1277         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
1278         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
1279
1280         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
1281         (__libc_ifunc_impl_list): Add memmove functions.
1282
1283 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
1284
1285         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
1286         Remove code.
1287         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
1288         Likewise
1289         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
1290         Likewise
1291         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
1292         Likewise
1293         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
1294         Likewise
1295         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
1296         Likewise
1297         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
1298         Likewise
1299         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
1300         Likewise
1301         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
1302         Likewise
1303         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
1304         Likewise
1305         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
1306         Likewise
1307         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
1308         Likewise
1309         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
1310         Likewise
1311         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
1312         Likewise
1313         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
1314         Likewise
1315         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
1316         Likewise
1317         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
1318         Likewise
1319
1320 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1321
1322         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
1323         to avoid alignment traps in non-cacheable memory.
1324         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
1325
1326         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
1327         multiarch objects.
1328         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
1329         file: multiarch power7 memmove.
1330         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
1331         multiarch default memmove.
1332         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
1333         multiarch memove for powerpc32/power4.
1334
1335         * string/bcopy.c: Use full path to include memmove.c.
1336         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
1337         multiarch objects.
1338         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
1339         bcopy for powerpc64.
1340         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
1341         bcopy for powerpc64.
1342         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
1343         and memmove implementations.
1344         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
1345         optimized multiarch memmove for POWER7/powerpc64.
1346         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
1347         default multiarch memmove for powerpc64.
1348         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
1349         multiarch for powerpc64.
1350         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
1351         for POWER7/powerpc64.
1352         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
1353         memmove for POWER7/powerpc64.
1354
1355         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
1356         glibc default one.
1357
1358         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
1359         __ELF_NATIVE_CLASS equal to 64.
1360
1361 2014-07-07  Roland McGrath  <roland@hack.frob.com>
1362
1363         * sysdeps/nptl/lowlevellock.h: File removed.
1364
1365         * NEWS: NPTL is no longer an add-on!
1366         * nptl/internaltypes.h: Moved ...
1367         * sysdeps/nptl/internaltypes.h: ... here.
1368         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
1369         * sysdeps/nptl/fork.c: Likewise.
1370         * sysdeps/nptl/gai_misc.h: Likewise.
1371         * sysdeps/nptl/librt-cancellation.c: Likewise.
1372         * sysdeps/nptl/jmp-unwind.c: Likewise.
1373         * sysdeps/nptl/setxid.h: Likewise.
1374         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
1375         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
1376         * sysdeps/unix/sysv/linux/arm/Implies: New file.
1377         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
1378         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
1379         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
1380         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
1381         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
1382         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
1383         * sysdeps/unix/sysv/linux/mips/Implies: New file.
1384         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
1385         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
1386         * sysdeps/unix/sysv/linux/sh/Implies: New file.
1387         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
1388         * sysdeps/unix/sysv/linux/tile/Implies: New file.
1389         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
1390         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
1391         * nptl/Makeconfig: Moved ...
1392         * sysdeps/nptl/Makeconfig: ... here.
1393         * nptl/configure: File removed.
1394         * nptl/ANNOUNCE: File removed.
1395         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
1396         * sysdeps/unix/sysv/linux/configure: Regenerated.
1397
1398         * nptl/Makefile (routines): Add libc_pthread_init,
1399         libc_multiple_threads, register-atfork and unregister-atfork.
1400         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
1401         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
1402         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
1403         pthread-pi-defines.sym, structsem.sym.
1404         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
1405         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
1406         [$(subdir) = nptl] (tests): Add tst-setgetname.
1407         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
1408         * sysdeps/unix/sysv/linux/sigaction.c: Just include
1409         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
1410         [!LIBC_SIGACTION]: Remove aliases.
1411         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
1412         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
1413         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
1414         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
1415         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
1416         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
1417         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
1418         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
1419         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
1420         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
1421         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
1422         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
1423         __libc_allocate_rtsig_private.
1424         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
1425         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
1426         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
1427         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
1428         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
1429         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
1430         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
1431         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
1432         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
1433         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
1434         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
1435         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
1436         * nptl/internaltypes.h: ... here.
1437         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
1438         * sysdeps/nptl/jmp-unwind.c: ... here.
1439         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
1440         * nptl/libc-lowlevellock.c: ... here.
1441         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
1442         * nptl/libc_multiple_threads.c: ... here.
1443         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
1444         * nptl/libc_pthread_init.c: ... here.
1445         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
1446         * nptl/lowlevelbarrier.sym: ... here.
1447         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
1448         * nptl/lowlevelcond.sym: ... here.
1449         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
1450         * nptl/lowlevellock.c: ... here.
1451         * nptl/lowlevellock.h: Moved ...
1452         * sysdeps/nptl/lowlevellock.h: ... here.
1453         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
1454         * nptl/lowlevelrobustlock.c: ... here.
1455         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
1456         * nptl/lowlevelrobustlock.sym: ... here.
1457         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
1458         * nptl/lowlevelrwlock.sym: ... here.
1459         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
1460         * nptl/pt-fork.c: ... here.
1461         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
1462         * nptl/pthread-pi-defines.sym: ... here.
1463         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
1464         * nptl/pthread_attr_getaffinity.c: ... here.
1465         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
1466         * nptl/pthread_attr_setaffinity.c: ... here.
1467         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
1468         * nptl/pthread_mutex_cond_lock.c: ... here.
1469         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
1470         Update #include.
1471         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
1472         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
1473         * nptl/pthread_once.c: ... here, replacing old file.
1474         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
1475         * nptl/pthread_yield.c: ... here.
1476         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
1477         * nptl/register-atfork.c: ... here.
1478         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
1479         * nptl/sem_post.c: ... here.
1480         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
1481         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
1482         * nptl/sem_timedwait.c: ... here.
1483         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
1484         * nptl/sem_trywait.c: ... here.
1485         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
1486         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
1487         * nptl/sem_wait.c: ... here.
1488         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
1489         * nptl/structsem.sym: ... here.
1490         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
1491         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
1492         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
1493         * nptl/unregister-atfork.c: ... here.
1494         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
1495         * nptl/unwindbuf.sym: ... here.
1496         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
1497         * sysdeps/nptl/fork.c: ... here.
1498         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
1499         * sysdeps/nptl/fork.h: ... here.
1500         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
1501         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
1502         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
1503         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
1504         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
1505         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
1506         * sysdeps/unix/sysv/linux/getpid.c: ... here.
1507         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
1508         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
1509         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
1510         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
1511         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
1512         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
1513         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
1514         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
1515         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
1516         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
1517         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
1518         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
1519         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
1520         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
1521         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
1522         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
1523         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
1524         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
1525         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
1526         * sysdeps/unix/sysv/linux/raise.c: ... here.
1527         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
1528         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
1529         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
1530         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
1531         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
1532         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
1533         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
1534         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
1535         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
1536         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
1537         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
1538         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
1539         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
1540         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
1541         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
1542
1543 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
1544
1545         * sysdeps/generic/memcopy.h: Add comment for
1546         MEMCPY_OK_FOR_FWD_MEMMOVE.
1547
1548 2014-07-04  Will Newton  <will.newton@linaro.org>
1549
1550         * string/memchr.c: Merge from gnulib.
1551         [_LIBC]: Remove conditionals.
1552         (__ptr_t): Remove define.
1553         (LONG_MAX_32_BITS): Likewise.
1554         (LONG_MAX): Likewise.
1555         (MEMCHR): Use ANSI prototype and optimize algorithm.
1556
1557         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
1558
1559 2014-07-03  Roland McGrath  <roland@hack.frob.com>
1560
1561         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
1562         (lll_futex_timed_wait_bitset): Fix syscall argument count.
1563
1564         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
1565         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
1566         in a bare environment with no <stdlib.h> installed.
1567         * sysdeps/nptl/configure: Regenerated.
1568
1569         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
1570
1571         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
1572         AC_EGREP_CPP for kernel header checks, so they only succeed if
1573         including <linux/version.h> actually works right.
1574         * sysdeps/unix/sysv/linux/configure: Regenerated.
1575
1576         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
1577         value so it's not diagnosed as unused.
1578
1579         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
1580         thing) with "ifeq ($(subdir),rt)".
1581
1582 2014-07-03  Richard Henderson  <rth@redhat.com>
1583
1584         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
1585         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
1586         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
1587
1588         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
1589         (math_force_eval): New.
1590
1591         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
1592         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
1593
1594         * sysdeps/alpha/fpu/s_round.c: Remove file.
1595         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
1596
1597         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
1598         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
1599         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
1600         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
1601         (_dl_start, print_statistics): Likewise.
1602         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
1603         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
1604
1605         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
1606         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
1607         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
1608         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
1609         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
1610         (HP_SMALL_TIMING_AVAIL): Define.
1611         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
1612         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
1613         (HP_SMALL_TIMING_AVAIL): Define.
1614         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
1615         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
1616
1617         * sysdeps/aarch64/hp-timing.h: New file.
1618
1619         * sysdeps/generic/hp-timing.h: Remove dead comment.
1620         * sysdeps/generic/hp-timing-common.h: New file.
1621         * sysdeps/alpha/hp-timing.h: Include it.
1622         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
1623         * sysdeps/i386/i686/hp-timing.h: Likewise.
1624         * sysdeps/ia64/hp-timing.h: Likewise.
1625         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
1626         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
1627         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
1628         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
1629         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
1630         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
1631         (hp_timing_t): New.
1632
1633         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
1634         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
1635         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
1636         * elf/rtld.c (_dl_start_final): Likewise.
1637         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
1638         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
1639         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
1640         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
1641         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
1642         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
1643         (HP_TIMING_DIFF_INIT): Remove.
1644         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
1645         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
1646         (HP_TIMING_DIFF_INIT): Remove.
1647         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
1648         * sysdeps/i386/i686/hp-timing.c: Remove file.
1649         * sysdeps/x86_64/hp-timing.c: Remove file.
1650         * sysdeps/ia64/hp-timing.c: Remove file.
1651         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
1652         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
1653         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
1654         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
1655
1656         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
1657         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
1658         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
1659         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
1660         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
1661         (HP_TIMING_ACCUM): Remove.
1662         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
1663         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
1664         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
1665
1666         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
1667         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
1668         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
1669         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
1670         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
1671         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
1672         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
1673         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
1674
1675         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
1676
1677 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
1678
1679         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
1680
1681 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
1682
1683         Sync up with gettext.
1684         * intl/loadmsgcat.c: Define O_BINARY if not defined.
1685         [_MSC_VER]: Include malloc.h
1686         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
1687         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
1688         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
1689         TEMP_FAILURE_RETRY.  Cast return of alloca.
1690         [!_LIBC] Call gl_rwlock_init.
1691         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
1692
1693 2014-07-02  Roland McGrath  <roland@hack.frob.com>
1694
1695         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
1696         before checking its value.
1697
1698 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
1699
1700         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
1701
1702         * debug/memcpy_chk.c: Don't include pagecopy.h.
1703         * debug/mempcpy_chk.c: Likewise.
1704         * string/memcpy.c: Likewise.
1705         * string/memmove.c: Likewise.
1706         * sysdeps/powerpc/memmove.c: Likewise.
1707         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
1708         definition of PAGE_COPY_FWD_MAYBE here...
1709         * sysdeps/generic/pagecopy.h: ... from here.
1710         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
1711
1712 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
1713             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1714
1715         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
1716         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
1717         optimizations.
1718         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
1719         (__libc_ifunc_impl_list): Likewise.
1720         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
1721         multiarch strcat for PPC64.
1722         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
1723         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
1724
1725 2014-07-02  Roland McGrath  <roland@hack.frob.com>
1726
1727         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
1728
1729 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
1730
1731         * intl/loadmsgcat.c: Remove declaration of
1732         get_sysdep_segment_value.
1733         (get_sysdep_segment_value): Use ISO C style.
1734         (_nl_load_domain): Use ISO C style.  Get rid of redundant
1735         semicolon.  Fix typo and formatting in comment.
1736         (_nl_unload_domain): Use ISO C style.
1737
1738         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
1739
1740 2014-07-02  Will Newton  <will.newton@linaro.org>
1741
1742         * malloc/obstack.c: Merge from gnulib master.
1743         [HAVE_CONFIG_H]: Remove conditional code.
1744         [!_LIBC]: Include config.h.
1745         [!ELIDE_CODE]: Don't include inttypes.h, include
1746         stdint.h unconditionally.
1747         (print_and_abort): Mark as _Noreturn.
1748         (_obstack_allocated_p): Mark as __attribute_pure__.
1749         (obstack_free): Rename to __obstack_free.
1750         [!__attribute__]: Remove conditional code.
1751         * malloc/obstack.h: Merge from gnulib master.
1752         [__cplusplus]: Move conditional down.
1753         [!__attribute_pure__]: Define __attribute_pure__ here
1754         if it is not already defined.
1755         (_obstack_memory_used): Mark as __attribute_pure__.
1756         [!__obstack_free]: Define as obstack_free.
1757         [__GNUC__]: Remove check for ancient NeXT gcc.
1758
1759 2014-07-02  Will Newton  <will.newton@linaro.org>
1760             Paul Eggert  <eggert@cs.ucla.edu>
1761
1762         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
1763
1764 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
1765
1766         * resolv/gethnamaddr.c: Add comment warning that the file is
1767         not maintained.
1768
1769 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
1770
1771         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
1772         entries.
1773
1774         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
1775         entry for aio_cancel and aio_cancel64.
1776         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
1777         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
1778         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
1779         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
1780         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
1781         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
1782         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
1783         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
1784         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
1785         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
1786         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
1787         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
1788         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
1789
1790 2014-07-01  Roland McGrath  <roland@hack.frob.com>
1791
1792         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
1793         * nptl/pthread_mutex_lock.c: Likewise.
1794         * nptl/pthread_mutex_timedlock.c: Likewise.
1795         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
1796
1797 2014-07-01  Richard henderson  <rth@redhat.com>
1798
1799         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
1800         (__isnan, __isnanl): Remove.
1801         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
1802
1803         * sysdeps/alpha/fpu/libm-test-ulps: Update.
1804
1805 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
1806
1807         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
1808
1809 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
1810
1811         * resolv/nss_dns/dns-host.c (getanswer_r)
1812         [MULTI_PTRS_ARE_ALIASES]: Remove code.
1813
1814 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
1815
1816         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
1817         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
1818         undefine.
1819         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
1820         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
1821
1822 2014-07-01  Roland McGrath <roland@hack.frob.com>
1823
1824         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
1825         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
1826
1827         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
1828         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
1829
1830         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
1831         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
1832         ... here.
1833         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
1834         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
1835
1836         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
1837         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
1838         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
1839         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
1840
1841         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
1842         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
1843         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
1844         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
1845         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
1846         Moved ...
1847         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
1848         ... here.
1849         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
1850         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
1851         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
1852         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
1853         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
1854         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
1855         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
1856         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
1857         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
1858         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
1859         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
1860         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
1861         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
1862         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
1863         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
1864         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
1865         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
1866         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
1867         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
1868         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
1869         ... here.
1870         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
1871         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
1872         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
1873         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
1874         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
1875         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
1876         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
1877         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
1878
1879 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
1880
1881         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
1882         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
1883         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
1884         Add sysdep.
1885
1886 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1887
1888         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
1889
1890 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
1891
1892         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
1893         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
1894
1895         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
1896
1897         * sysdeps/arm/libm-test-ulps: Regenerated.
1898
1899 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
1900             Roland McGrath <roland@hack.frob.com>
1901
1902         * test-skeleton.c (signal_handler): Kill the whole process group
1903         before killing the child individually.
1904         (main): Report any failure on `setpgid'.
1905
1906 2014-06-30  Roland McGrath  <roland@hack.frob.com>
1907
1908         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
1909         from _TLS_H to _ARM_NPTL_TLS_H.
1910         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
1911         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
1912
1913 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
1914
1915         [BZ #16539]
1916         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
1917         (__expm1l): Return argument unchanged when small but not
1918         subnormal.
1919
1920         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
1921         include macro name.
1922         (_FP_UNPACK_RAW_1_P): Likewise.
1923         (_FP_PACK_RAW_1): Likewise.
1924         (_FP_PACK_RAW_1_P): Likewise.
1925         (_FP_MUL_MEAT_1_wide): Likewise.
1926         (_FP_MUL_MEAT_DW_1_hard): Likewise.
1927         (_FP_MUL_MEAT_1_hard): Likewise.
1928         (_FP_DIV_MEAT_1_imm): Likewise.
1929         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
1930         (_FP_DIV_MEAT_1_udiv): Likewise.
1931         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
1932         (_FP_UNPACK_RAW_2): Likewise.
1933         (_FP_UNPACK_RAW_2_P): Likewise.
1934         (_FP_PACK_RAW_2): Likewise.
1935         (_FP_PACK_RAW_2_P): Likewise.
1936         (_FP_MUL_MEAT_DW_2_wide): Likewise.
1937         (_FP_MUL_MEAT_2_wide): Likewise.
1938         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
1939         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
1940         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
1941         (_FP_MUL_MEAT_2_gmp): Likewise.
1942         (_FP_DIV_MEAT_2_udiv): Likewise.
1943         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
1944         (_FP_FRAC_SRL_4): Likewise.
1945         (_FP_FRAC_SRST_4): Likewise.
1946         (_FP_FRAC_SRS_4): Likewise.
1947         (_FP_UNPACK_RAW_4): Likewise.
1948         (_FP_UNPACK_RAW_4_P): Likewise.
1949         (_FP_PACK_RAW_4): Likewise.
1950         (_FP_PACK_RAW_4_P): Likewise.
1951         (_FP_MUL_MEAT_DW_4_wide): Likewise.
1952         (_FP_MUL_MEAT_4_wide): Likewise.
1953         (_FP_MUL_MEAT_4_gmp): Likewise.
1954         (umul_ppppmnnn): Likewise.
1955         (_FP_DIV_MEAT_4_udiv): Likewise.
1956         (__FP_FRAC_ADD_4): Likewise.
1957         (__FP_FRAC_SUB_3): Likewise.
1958         (__FP_FRAC_SUB_4): Likewise.
1959         (__FP_FRAC_DEC_3): Likewise.
1960         (__FP_FRAC_DEC_4): Likewise.
1961         (__FP_FRAC_ADDI_4): Likewise.
1962         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
1963         (_FP_FRAC_SRL_8): Likewise.
1964         (_FP_FRAC_SRS_8): Likewise.
1965
1966         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
1967         include macro name.
1968         (FP_UNPACK_RAW_EP): Likewise.
1969         (FP_PACK_RAW_E): Likewise.
1970         (FP_PACK_RAW_EP): Likewise.
1971         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
1972         (_FP_ISSIGNAN): Likewise.
1973         (_FP_ADD_INTERNAL): Likewise.
1974         (_FP_FMA): Likewise.
1975         (_FP_CMP): Likewise.
1976         (_FP_SQRT): Likewise.
1977         (_FP_TO_INT): Likewise.
1978         (_FP_FROM_INT): Likewise.
1979         (FP_EXTEND): Likewise.
1980         (_FP_DIV_MEAT_N_loop): Likewise.
1981
1982 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
1983
1984         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
1985         throughout.
1986
1987 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
1988
1989         [BZ #17097]
1990         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
1991         result with correct sign in case of exponents that produce
1992         overflow except for X very close to 1.
1993
1994 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
1995
1996         mktime: merge #if/#ifdef usage from glibc
1997         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
1998         as that works with both Glibc's and Gnulib's style.
1999         See thread starting at Siddhesh Poyarekar's bug report at:
2000         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
2001
2002 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
2003
2004         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
2005         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
2006         * sysdeps/tile/tilegx/memmove.c: Remove file.
2007
2008 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
2009
2010         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
2011         abi-name definition.
2012         * scripts/soversions.awk: Do not handle or generate ABI lines.
2013         * shlib-versions: Remove ABI entries.
2014         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
2015         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
2016
2017 2014-06-27  Roland McGrath  <roland@hack.frob.com>
2018
2019         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
2020         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
2021         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
2022         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
2023         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
2024         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
2025         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
2026         Moved ...
2027         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
2028         ... here.
2029         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
2030         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
2031         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
2032         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
2033         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
2034         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
2035         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
2036         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
2037         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
2038         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
2039         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
2040         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
2041         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
2042         Moved ...
2043         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
2044         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
2045         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
2046         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
2047         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
2048         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
2049         Moved ...
2050         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
2051         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
2052         Moved ...
2053         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
2054         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
2055         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
2056         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
2057         Moved ...
2058         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
2059         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
2060         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
2061         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
2062         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
2063         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
2064         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
2065         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
2066         Moved ...
2067         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
2068         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
2069         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
2070         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
2071         Moved ...
2072         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
2073         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
2074         Moved ...
2075         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
2076         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
2077         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
2078         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
2079         Moved ...
2080         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
2081         ... here.
2082         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
2083         Identical file removed.
2084         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
2085         Moved ...
2086         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
2087         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
2088         Identical file removed.
2089         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
2090         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
2091         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
2092         Moved ...
2093         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
2094         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
2095         Identical file removed.
2096         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
2097         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
2098         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
2099         Identical file removed.
2100         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
2101         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
2102         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
2103         Identical file removed.
2104         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
2105         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
2106         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
2107         Identical file removed.
2108         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
2109         Moved ...
2110         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
2111         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
2112         Identical file removed.
2113         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
2114         Moved ...
2115         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
2116         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
2117         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
2118         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
2119         Identical file removed.
2120         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
2121         Moved ...
2122         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
2123         ... here.
2124         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
2125         Identical file removed.
2126         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
2127         Moved ...
2128         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
2129         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
2130         Identical file removed.
2131         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
2132         Moved ...
2133         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
2134         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
2135         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
2136         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
2137         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
2138         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
2139         Moved ...
2140         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
2141         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
2142         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
2143
2144         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
2145         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
2146         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
2147         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
2148         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
2149
2150 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
2151
2152         [BZ #17092]
2153         * nscd/nscd.c (monitor_child): Return exit status of child
2154         instead of return value from wait syscall.
2155
2156 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
2157
2158         * configure.ac (libc_commonpagesize): Remove variable.
2159         (libc_relro_required): Likewise.
2160         (libc_cv_z_relro): Remove configure test.
2161         * configure: Regenerated.
2162         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
2163         variable.
2164         (libc_relro_required): Likewise.
2165         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
2166         (libc_relro_required): Likewise.
2167         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
2168         (libc_relro_required): Likewise.
2169         * sysdeps/arm/preconfigure: Regenerated.
2170         * sysdeps/ia64/preconfigure: Remove file.
2171         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
2172         variable.
2173         (libc_relro_required): Likewise.
2174
2175         [BZ #16561]
2176         [BZ #16562]
2177         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
2178         (__ieee754_yn): Set FE_TONEAREST mode internally and then
2179         recompute overflowing results in original rounding mode.
2180         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
2181         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
2182         recompute overflowing results in original rounding mode.
2183         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
2184         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
2185         recompute overflowing results in original rounding mode.
2186         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
2187         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
2188         recompute overflowing results in original rounding mode.
2189         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
2190         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
2191         recompute overflowing results in original rounding mode.
2192         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
2193         (libc_feholdsetround_ctx): New macro.
2194         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
2195         * sysdeps/i386/fpu/libm-test-ulps: Update.
2196         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
2197
2198 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
2199
2200         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
2201         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
2202         corresponding .cpsetup call.
2203
2204 2014-06-26  Roland McGrath  <roland@hack.frob.com>
2205
2206         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
2207         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
2208         * sysdeps/arm/Makefile [$(subdir) = csu]
2209         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
2210         (static-only-routines): Add aeabi_read_tp here.
2211         (shared-only-routines): Add libc-aeabi_read_tp here.
2212         (CFLAGS-libc-start.c): Add -fexceptions here.
2213         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
2214         (sysdep_routines, static-only-routines, shared-only-routines):
2215         Don't add to these here.
2216         (CFLAGS-libc-start.c): Likewise.
2217
2218         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
2219         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
2220         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
2221         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
2222         * sysdeps/arm/Makefile [$(subdir) = rt]
2223         (librt-sysdep_routines, librt-shared-only-routines):
2224         Append rt-aeabi_unwind_cpp_pr1 here.
2225         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
2226         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
2227         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
2228         (libpthread-sysdep_routines, libpthread-shared-only-routines):
2229         Append nptl-aeabi_unwind_cpp_pr1 here.
2230         (tests): Filter out tst-cleanupx4 here.
2231         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
2232         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
2233         Don't do those here.
2234
2235 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
2236
2237         * scripts/list-sources.sh: Do not handle ports specially.
2238
2239 2014-06-26  Roland McGrath  <roland@hack.frob.com>
2240
2241         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
2242         * sysdeps/arm/feupdateenv.c: Likewise.
2243
2244         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
2245
2246 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
2247
2248         * manual/texinfo.tex: Update to version 2014-05-05.10 with
2249         trailing whitespace removed.
2250         * scripts/config.guess: Update to version 2014-03-23.
2251         * scripts/config.sub: Update to version 2014-05-01
2252         * scripts/install-sh: Update to version 2013-12-25.23.
2253         * scripts/move-if-change: Update from gnulib.
2254
2255 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
2256
2257         * debug/memmove_chk.c: Remove pagecopy.h include.
2258
2259 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
2260
2261         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
2262         identical to gnulib mktime.
2263
2264 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
2265
2266         * configure.ac: Do not test for machine being rs6000.  Do not test
2267         for powerpc*-*soft.
2268         * configure: Regenerated.
2269
2270         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
2271         test.
2272         * configure: Regenerated.
2273         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
2274         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
2275         Remove configure test.
2276         * sysdeps/arm/configure: Regenerated.
2277         * sysdeps/nptl/configure.ac: Do not check
2278         libc_cv_asm_cfi_directives.
2279         * sysdeps/nptl/configure: Regenerated.
2280         * sysdeps/x86_64/nptl/configure.ac: Remove file.
2281         * sysdeps/x86_64/nptl/configure: Remove generated file.
2282         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
2283         unconditional.
2284         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
2285
2286 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
2287
2288         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
2289         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
2290         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
2291         it is defined.
2292
2293         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
2294         instead of whether it is defined.
2295         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
2296         * sysdeps/hppa/dl-machine.h: Likewise.
2297         * sysdeps/ia64/dl-machine.h: Likewise.
2298         * sysdeps/m68k/dl-machine.h: Likewise.
2299         * sysdeps/microblaze/dl-machine.h: Likewise.
2300         * sysdeps/mips/dl-machine.: Likewise.
2301         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
2302         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
2303         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
2304         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
2305         * sysdeps/sh/dl-machine.h: Likewise.
2306         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
2307         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
2308         * sysdeps/tile/dl-machine.h: Likewise.
2309         * sysdeps/x86_64/dl-machine.h: Likewise.
2310
2311         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
2312         code.
2313         (verify_persistent_db): Likewise.
2314
2315 2014-06-26  Roland McGrath  <roland@hack.frob.com>
2316
2317         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
2318         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
2319         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
2320         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
2321         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
2322         Moved ...
2323         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
2324         ... here.
2325         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
2326         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
2327         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
2328         Identical file removed.
2329         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
2330         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
2331         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
2332         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
2333         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
2334         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
2335         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
2336         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
2337         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
2338         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
2339         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
2340         Moved ...
2341         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
2342         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
2343         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
2344         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
2345         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
2346         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
2347         Moved ...
2348         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
2349         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
2350         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
2351         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
2352         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
2353         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
2354         Identical file removed.
2355         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
2356         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
2357         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
2358         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
2359         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
2360         Moved ...
2361         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
2362         ... here.
2363         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
2364         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
2365         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
2366         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
2367         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
2368         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
2369         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
2370         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
2371         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
2372         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
2373         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
2374         Moved ...
2375         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
2376         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
2377         Moved ...
2378         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
2379         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
2380         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
2381         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
2382         Moved ...
2383         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
2384         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
2385         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
2386
2387         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
2388         folded into ...
2389         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
2390         * sysdeps/unix/sysv/linux/s390/Versions
2391         (libpthread: GLIBC_2.19): New version set.
2392         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
2393         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
2394         (librt: GLIBC_2.3.3): New version set.
2395         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
2396         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
2397         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
2398         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
2399         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
2400         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
2401         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
2402         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
2403         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
2404         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
2405         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
2406         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
2407         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
2408         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
2409         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
2410         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
2411         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
2412         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
2413         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
2414         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
2415         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
2416         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
2417         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
2418         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
2419         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
2420         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
2421         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
2422         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
2423         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
2424         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
2425         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
2426         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
2427         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
2428         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
2429         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
2430         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
2431         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
2432         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
2433         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
2434         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
2435         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
2436         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
2437         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
2438         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
2439         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
2440
2441         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
2442         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
2443         (__libc_vfork): Define the function under this name.
2444         [!NOT_IN_libc] (__vfork): Make this an alias.
2445         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
2446         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
2447         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
2448         (__libc_vfork): Define the function under this name.
2449         [!NOT_IN_libc] (__vfork): Make this an alias.
2450         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
2451         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
2452         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
2453         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
2454         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
2455         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
2456
2457         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
2458         code that was previously under [RESET_PID].
2459         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
2460         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
2461         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
2462
2463         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
2464         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
2465         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
2466         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
2467         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
2468         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
2469         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
2470         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
2471         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
2472         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
2473         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
2474         Moved ...
2475         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
2476         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
2477         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
2478         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
2479         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
2480         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
2481         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
2482         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
2483         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
2484         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
2485         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
2486         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
2487         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
2488         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
2489         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
2490         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
2491         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
2492         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
2493         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
2494         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
2495         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
2496         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
2497         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
2498         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
2499         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
2500         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
2501         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
2502         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
2503         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
2504
2505 2014-06-25  Roland McGrath  <roland@hack.frob.com>
2506
2507         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
2508         that was previously under [RESET_PID].
2509         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
2510
2511 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
2512
2513         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
2514         not undefine and redefine.
2515         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
2516         [O_CLOEXEC]: Make code unconditional.
2517         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
2518         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
2519         <kernel-features.h>.
2520         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
2521         conditional variable definition.
2522         (shm_open) [O_CLOEXEC]: Make code unconditional.
2523         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
2524         code.
2525
2526         * configure.ac (USE_REGPARMS): Don't define here.
2527         * configure: Regenerated.
2528         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
2529         * sysdeps/i386/configure: Regenerated.
2530
2531         * nptl/createthread.c: Don't include kernel-features.h.
2532         * nptl/pthread_cancel.c: Likewise.
2533         * nptl/pthread_condattr_setclock.c: Likewise.
2534         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
2535         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
2536         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
2537         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
2538         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
2539         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
2540         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
2541         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
2542         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
2543         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
2544         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
2545         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
2546         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
2547         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
2548         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
2549         * nscd/gai.c: Likewise.
2550         * nss/nss_db/db-open.c: Likewise.
2551         * sysdeps/generic/ldsodefs.h: Likewise.
2552         * sysdeps/sh/nptl/tls.h: Likewise.
2553         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
2554         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
2555         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
2556         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
2557         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
2558         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
2559         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
2560         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
2561         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
2562         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
2563         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
2564         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
2565         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
2566         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
2567         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
2568         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
2569         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
2570         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
2571         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
2572         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
2573         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
2574         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
2575         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
2576         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
2577         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
2578         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
2579         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
2580         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
2581         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
2582         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
2583         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
2584         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
2585         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
2586         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
2587         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
2588         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
2589         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
2590         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
2591         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
2592         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
2593         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
2594         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
2595         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
2596         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
2597         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
2598         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
2599         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
2600         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
2601         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
2602         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
2603         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
2604         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
2605         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
2606         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
2607         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
2608         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
2609         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
2610         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
2611         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
2612         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
2613         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
2614         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
2615         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
2616         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
2617         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
2618         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
2619         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
2620         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
2621         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
2622         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
2623         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
2624         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
2625         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
2626         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
2627         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
2628         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
2629         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
2630         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
2631         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
2632         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
2633         * sysdeps/unix/sysv/linux/pread.c: Likewise.
2634         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
2635         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
2636         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
2637         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
2638         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
2639         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
2640         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
2641         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
2642         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
2643         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
2644         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
2645         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
2646         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
2647         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
2648         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
2649         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
2650         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
2651         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
2652         * sysdeps/unix/sysv/linux/system.c: Likewise.
2653         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
2654         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
2655         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
2656         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
2657         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
2658         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
2659         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
2660
2661         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
2662         * configure: Regenerated.
2663         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
2664
2665         * configure.ac (base_machine): Do not set specially for particular
2666         machines here.
2667         * configure: Regenerated.
2668         * sysdeps/powerpc/preconfigure: Move machine and base_machine
2669         settings from configure.ac.
2670         * sysdeps/i386/preconfigure: New file.
2671         * sysdeps/s390/preconfigure: Likewise.
2672         * sysdeps/sh/preconfigure: Likewise.
2673         * sysdeps/sparc/preconfigure: Likewise.
2674
2675 2014-06-25  Roland McGrath  <roland@hack.frob.com>
2676
2677         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
2678         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
2679         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
2680         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
2681         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
2682         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
2683         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
2684         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
2685         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
2686         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
2687         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
2688         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
2689         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
2690         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
2691         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
2692         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
2693         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
2694         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
2695         * sysdeps/sparc/sparc64/Makefile: ... appended here.
2696
2697         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
2698         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
2699         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
2700         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
2701         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
2702         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
2703         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
2704         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
2705         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
2706         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
2707         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
2708         * sysdeps/sparc/sparc32/sem_post.c: ... here.
2709         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
2710         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
2711         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
2712         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
2713         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
2714         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
2715         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
2716         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
2717         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
2718         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
2719         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
2720         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
2721         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
2722         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
2723         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
2724         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
2725         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
2726         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
2727         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
2728         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
2729         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
2730         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
2731         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
2732         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
2733         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
2734         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
2735
2736         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
2737         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
2738         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
2739         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
2740         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
2741         Moved ...
2742         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
2743         ... here.
2744         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
2745         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
2746         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
2747         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
2748         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
2749         Moved ...
2750         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
2751         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
2752         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
2753         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
2754         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
2755         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
2756         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
2757         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
2758         Moved ...
2759         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
2760         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
2761         Moved ...
2762         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
2763         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
2764         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
2765         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
2766         Moved ...
2767         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
2768         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
2769         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
2770         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
2771         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
2772         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
2773         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
2774         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
2775         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
2776         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
2777         Moved ...
2778         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
2779         ... here.
2780         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
2781         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
2782         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
2783         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
2784         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
2785         Moved ...
2786         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
2787         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
2788         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
2789         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
2790         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
2791         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
2792         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
2793         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
2794         Moved ...
2795         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
2796         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
2797         Moved ...
2798         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
2799         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
2800         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
2801         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
2802         Moved ...
2803         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
2804         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
2805         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
2806         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
2807         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
2808
2809 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
2810
2811         * timezone/checktab.awk: Update from tzcode 2014e.
2812         * timezone/private.h: Likewise.
2813         * timezone/tzfile.h: Likewise.
2814         * timezone/zdump.c: Likewise.
2815         * timezone/zic.c: Likewise.
2816
2817         * sysdeps/unix/sysv/linux/kernel-features.h
2818         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
2819         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
2820         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
2821         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
2822         Remove conditional code.
2823
2824 2014-06-25  Will Newton  <will.newton@linaro.org>
2825
2826         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
2827         (_dl_arm_cap_flags): Add HWCAP2 values.
2828         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
2829         (_DL_HWCAP_COUNT): Increase to 37.
2830         (_DL_HWCAP_LAST): New define.
2831         (_DL_HWCAP2_LAST): New define.
2832         (_dl_procinfo): Add support for printing
2833         AT_HWCAP2 entries.
2834         (_dl_string_hwcap): Use _dl_hwcap_string.
2835
2836 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2837
2838         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
2839
2840 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
2841
2842         * README: Do not mention ports directory.
2843
2844         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
2845         Remove macro.
2846         * sysdeps/unix/sysv/linux/futimes.c: Do not include
2847         <kernel-features.h>.
2848         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
2849         conditional variable definition.
2850         (__futimes): Update comment.
2851         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
2852         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
2853
2854         [BZ #16560]
2855         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
2856         arguments close to 0.
2857         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
2858         Likewise.
2859         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
2860         Likewise.
2861         * math/auto-libm-test-in: Add more tests of exp10.
2862         * math/auto-libm-test-out: Regenerated.
2863         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
2864
2865         * sysdeps/unix/sysv/linux/kernel-features.h
2866         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
2867         * sysdeps/unix/sysv/linux/readv.c: Do not include
2868         <kernel-features.h>.
2869         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
2870         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
2871         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
2872         unconditional.
2873         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
2874         conditional code.
2875         * sysdeps/unix/sysv/linux/writev.c: Do not include
2876         <kernel-features.h>.
2877         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
2878         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
2879         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
2880         unconditional.
2881         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
2882         conditional code.
2883
2884 2014-06-25  Will Newton  <will.newton@linaro.org>
2885
2886         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
2887         comment changes throughout the file.  Remove checks
2888         for HAVE_*_H definitions that are not required.
2889         (__gen_tempname): Call abort if an unknown kind value is
2890         passed.
2891
2892 2014-06-25  Andreas Schwab  <schwab@suse.de>
2893
2894         [BZ #17086]
2895         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
2896         scalbln, scalblnf, scalblnl in libc.
2897
2898 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
2899
2900         [BZ #17086]
2901         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
2902         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
2903         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
2904
2905 2014-06-24  Roland McGrath  <roland@hack.frob.com>
2906
2907         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
2908         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
2909         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
2910         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
2911         Update #include.
2912         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
2913         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
2914         Update #include.
2915         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
2916         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
2917         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
2918         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
2919         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
2920         * sysdeps/x86/bits/pthreadtypes.h: ... here.
2921         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
2922         * sysdeps/x86/bits/semaphore.h: ... here.
2923         * sysdeps/x86/nptl/elide.h: Moved ...
2924         * sysdeps/x86/elide.h: ... here.
2925         * sysdeps/x86_64/nptl/Implies: File removed.
2926         * sysdeps/i386/nptl/Implies: File removed.
2927
2928 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
2929
2930         [BZ #16539]
2931         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
2932         return the argument for normal arguments with exponent below -64.
2933         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
2934         Likewise.
2935         * math/auto-libm-test-in: Add another test of expm1.
2936         * math/auto-libm-test-out: Regenerated.
2937
2938         [BZ #16287]
2939         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
2940         calling __erfcl for arguments at least 16.
2941         * math/auto-libm-test-in: Add more tests of erf.
2942         * math/auto-libm-test-out: Regenerated.
2943
2944         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
2945         individual architectures.
2946         * sysdeps/unix/sysv/linux/configure: Regenerated.
2947         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
2948         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
2949         * sysdeps/unix/sysv/linux/powerpc/configure.ac
2950         (ldd_rewrite_script): Define variable.
2951         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
2952         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
2953         file.
2954         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
2955         generated file.
2956         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
2957         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
2958         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
2959         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
2960         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
2961         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
2962         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
2963         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
2964
2965 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
2966
2967         [BZ #17084]
2968         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
2969         Rename member __data.d to __data.__elision_data.
2970
2971 2014-06-24  Wilco  <wdijkstr@arm.com>
2972
2973         * NEWS: Add 16918 to fixed bug list.
2974
2975 2014-06-24  Wilco  <wdijkstr@arm.com>
2976
2977         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
2978
2979 2014-06-24  Wilco  <wdijkstr@arm.com>
2980
2981         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
2982         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
2983         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
2984         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
2985         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
2986         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
2987         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
2988         Use _FPU_MASK_RM.
2989
2990 2014-06-24  Wilco  <wdijkstr@arm.com>
2991
2992         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
2993
2994 2014-06-24  Wilco  <wdijkstr@arm.com>
2995
2996         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
2997         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
2998         * sysdeps/arm/fesetround.c (fesetround): Remove space.
2999         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
3000
3001 2014-06-24  Wilco  <wdijkstr@arm.com>
3002
3003         [BZ #16918]
3004         * sysdeps/arm/feupdateenv.c (feupdateenv):
3005         Rewrite to reduce FPSCR accesses and fix return value.
3006
3007 2014-06-24  Wilco  <wdijkstr@arm.com>
3008
3009         * sysdeps/arm/fclrexcpt.c (feclearexcept):
3010         Optimize to avoid unnecessary FPSCR writes.
3011         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
3012         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
3013         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
3014         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
3015
3016 2014-06-24  Wilco  <wdijkstr@arm.com>
3017
3018         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
3019         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
3020         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
3021         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
3022         Call libc_fetestexcept_vfp.
3023         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
3024         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
3025         __SOFTFP__ ifdef so that they can be built for softfp.
3026
3027 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
3028
3029         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
3030         argument type signed char.
3031
3032         * Makerules (check-abi): Dump diff of symlist if the test
3033         fails.
3034
3035 2014-06-23  Roland McGrath  <roland@hack.frob.com>
3036
3037         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
3038         using abort.
3039
3040         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
3041         Remove unused variable ST.
3042
3043 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
3044
3045         [BZ #16354]
3046         [BZ #17061]
3047         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
3048         small arguments before calling __expm1.
3049         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
3050         small arguments before calling __expm1f.
3051         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
3052         small arguments before calling __expm1l.
3053         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
3054         Likewise.
3055         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
3056         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
3057         spurious underflow for some cosh tests.
3058         * math/auto-libm-test-out: Regenerated.
3059         * sysdeps/i386/fpu/libm-test-ulps: Update.
3060
3061         [BZ #17050]
3062         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
3063         (__ieee754_y1): Set errno if return value overflows.
3064         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
3065         (__ieee754_y1f): Set errno if return value overflows.
3066         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
3067         (__ieee754_y1l): Set errno if return value overflows.
3068         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
3069         (__ieee754_y1l): Set errno if return value overflows.
3070         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
3071         * math/auto-libm-test-out: Regenerated.
3072
3073         * math/gen-auto-libm-tests.c: Document use of
3074         ignore-zero-inf-sign.
3075         (input_flag_type): Add value flag_ignore_zero_inf_sign.
3076         (input_flags): Add ignore-zero-inf-sign.
3077         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
3078         * math/gen-libm-test.pl (generate_testfile): Handle
3079         ignore-zero-inf-sign.
3080         * math/auto-libm-test-in: Mark some cpow tests with
3081         ignore-zero-inf-sign and some with xfail-rounding.
3082         * math/auto-libm-test-out: Regenerated.
3083         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
3084         * sysdeps/i386/fpu/libm-test-ulps: Update.
3085         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3086
3087         [BZ #16315]
3088         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
3089         overflowing or underflowing operations take place with sign of
3090         result.
3091         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
3092         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
3093         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
3094         (__ieee754_pow): Recompute overflowing and underflowing results in
3095         original rounding mode.
3096         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
3097         (__powl_helper): Allow negative argument X and scale negated value
3098         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
3099         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
3100         overflowing or underflowing operations take place with sign of
3101         result.
3102         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
3103         Include <math.h>.
3104         * math/auto-libm-test-in: Add more tests of pow.
3105         * math/auto-libm-test-out: Regenerated.
3106         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
3107         (pow_tonearest_test_data): Remove.
3108         (pow_test_tonearest): Likewise.
3109         (pow_towardzero_test_data): Likewise.
3110         (pow_test_towardzero): Likewise.
3111         (pow_downward_test_data): Likewise.
3112         (pow_test_downward): Likewise.
3113         (pow_upward_test_data): Likewise.
3114         (pow_test_upward): Likewise.
3115         (main): Don't call removed functions.
3116         * sysdeps/i386/fpu/libm-test-ulps: Update.
3117         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3118
3119 2014-06-23  Roland McGrath  <roland@hack.frob.com>
3120
3121         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
3122         Moved ...
3123         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
3124         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
3125         Moved ...
3126         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
3127         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
3128         Moved ...
3129         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
3130         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
3131         Moved ...
3132         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
3133         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
3134         File removed.
3135         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
3136         File removed.
3137         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
3138         File removed.
3139         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
3140         File removed.
3141         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
3142         File removed.
3143         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
3144         File removed.
3145         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
3146         File removed.
3147         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
3148         File removed.
3149         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
3150         File removed.
3151         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
3152         File removed.
3153         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
3154         File removed.
3155         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
3156         File removed.
3157         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
3158         Moved ...
3159         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
3160         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
3161         Moved ...
3162         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
3163         ... here.
3164         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
3165         Moved ...
3166         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
3167         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
3168         Moved ...
3169         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
3170         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
3171         Moved ...
3172         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
3173         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
3174         Moved ...
3175         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
3176         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
3177         Moved ...
3178         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
3179         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
3180         Moved ...
3181         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
3182         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
3183         Moved ...
3184         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
3185         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
3186         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
3187         ... here.
3188         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
3189         Moved ...
3190         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
3191         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
3192         Moved ...
3193         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
3194         ... here.
3195         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
3196         Moved ...
3197         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
3198         ... here.
3199         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
3200         Moved ...
3201         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
3202         ... here.
3203         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
3204         Moved ...
3205         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
3206         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
3207         Moved ...
3208         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
3209         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
3210         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
3211         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
3212         Moved ...
3213         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
3214         ... here.
3215         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
3216         Moved ...
3217         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
3218         ... here.
3219         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
3220         Moved ...
3221         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
3222         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
3223         Moved ...
3224         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
3225         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
3226         Moved ...
3227         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
3228         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
3229         Moved ...
3230         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
3231         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
3232         Moved ...
3233         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
3234         ... here.
3235         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
3236         Moved ...
3237         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
3238         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
3239         Moved ...
3240         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
3241         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
3242         Moved ...
3243         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
3244         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
3245         Moved ...
3246         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
3247         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
3248         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
3249         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
3250         Moved ...
3251         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
3252         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
3253         Moved ...
3254         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
3255         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
3256         Moved ...
3257         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
3258         ... here.
3259         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
3260         Moved ...
3261         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
3262         ... here.
3263         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
3264         Moved ...
3265         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
3266         ... here.
3267         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
3268         Moved ...
3269         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
3270         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
3271         Moved ...
3272         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
3273         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
3274         Moved ...
3275         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
3276         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
3277         Moved ...
3278         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
3279         ... here.
3280         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
3281         Moved ...
3282         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
3283         ... here.
3284         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
3285         Moved ...
3286         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
3287         ... here.
3288         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
3289         Moved ...
3290         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
3291         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
3292         Moved ...
3293         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
3294
3295 2014-06-23  Will Newton  <will.newton@linaro.org>
3296             Wilco  <wdijkstr@arm.com>
3297
3298         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
3299         implementation.  Include get-rounding-mode.h.
3300         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
3301         [!libc_feholdsetround_noex_ctx]: Define
3302         libc_feholdsetround_noex_ctx.
3303         [!libc_feholdsetround_noexf_ctx]: Define
3304         libc_feholdsetround_noexf_ctx.
3305         [!libc_feholdsetround_noexl_ctx]: Define
3306         libc_feholdsetround_noexl_ctx.
3307         (libc_feholdsetround_ctx): New function.
3308         (libc_feresetround_ctx): New function.
3309         (libc_feholdsetround_noex_ctx): New function.
3310         (libc_feresetround_noex_ctx): New function.
3311
3312 2014-06-23  Roland McGrath  <roland@hack.frob.com>
3313
3314         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
3315         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
3316         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
3317         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
3318         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
3319         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
3320
3321         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
3322         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
3323         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
3324         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
3325         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
3326         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
3327         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
3328         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
3329         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
3330         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
3331         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
3332         Moved ...
3333         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
3334         ... here.
3335         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
3336         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
3337         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
3338         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
3339         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
3340         Moved ...
3341         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
3342         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
3343         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
3344         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
3345         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
3346         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
3347         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
3348         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
3349         Moved ...
3350         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
3351         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
3352         Moved ...
3353         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
3354         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
3355         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
3356         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
3357         Moved ...
3358         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
3359         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
3360         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
3361         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
3362         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
3363         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
3364         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
3365         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
3366         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
3367         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
3368         Moved ...
3369         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
3370         ... here.
3371         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
3372         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
3373         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
3374         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
3375         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
3376         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
3377         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
3378         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
3379         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
3380         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
3381         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
3382         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
3383         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
3384         Moved ...
3385         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
3386         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
3387         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
3388         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
3389         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
3390         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
3391         Moved ...
3392         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
3393         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
3394         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
3395         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
3396         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
3397
3398         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
3399         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
3400         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
3401         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
3402         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
3403         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
3404         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
3405         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
3406         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
3407         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
3408         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
3409         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
3410         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
3411         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
3412         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
3413         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
3414         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
3415         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
3416         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
3417         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
3418         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
3419         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
3420         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
3421         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
3422         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
3423         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
3424         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
3425         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
3426
3427 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
3428
3429         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
3430         (FALLOC_FL_COLLAPSE_RANGE): New macro.
3431         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
3432         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
3433         (IPV6_PMTUDISC_INTERFACE): Likewise.
3434         (IPV6_PMTUDISC_OMIT): Likewise.
3435
3436 2014-06-23  Andreas Schwab  <schwab@suse.de>
3437
3438         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
3439         Remove unused errout label.
3440
3441 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3442
3443         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
3444         macro: hardware supports Vector Crypto instructions.
3445
3446 2014-06-23  Will Newton  <will.newton@linaro.org>
3447
3448         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
3449         rather than __builtin_expect.
3450
3451         * elf/dl-lookup.c (undefined_msg): Remove variable.
3452         (_dl_lookup_symbol_x): Replace undefined_msg with string
3453         literal.
3454
3455         * elf/dl-lookup.c (do_lookup_unique): New function.
3456         (do_lookup_x): Move STB_GNU_UNIQUE handling code
3457         to a separate function.
3458
3459 2014-06-23  Andreas Schwab  <schwab@suse.de>
3460
3461         [BZ #17079]
3462         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
3463         before reading the next line.
3464
3465 2014-06-23  Will Newton  <will.newton@linaro.org>
3466
3467         * test-skeleton.c (signal_handler): Use printf and %m
3468         rather than perror.  Use printf rather than fprintf to
3469         stderr.  Use puts rather than fputs to stderr.
3470         (main): Likewise.
3471
3472 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
3473
3474         * nscd/nscd.c (thread_info_t): Remove typedef.
3475         (thread_info): Remove variable.
3476
3477 2014-06-21  Allan McRae  <allan@archlinux.org>
3478
3479         * NEWS: Mention CVE-2014-4043.
3480
3481 2014-06-20  Roland McGrath  <roland@hack.frob.com>
3482
3483         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
3484         * nptl/smp.h: ... here.
3485
3486         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
3487
3488         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
3489         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
3490         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
3491         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
3492
3493         * nptl/allocatestack.c: Include <stack-aliasing.h>.
3494         * nptl/stack-aliasing.h: New file.
3495         * sysdeps/i386/i686/stack-aliasing.h: New file.
3496         * sysdeps/i386/i686/nptl/Makefile: File removed.
3497         * sysdeps/x86_64/stack-aliasing.h: New file.
3498         * sysdeps/x86_64/nptl/Makefile
3499         (CFLAGS-pthread_create.c): Variable removed.
3500
3501         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
3502         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
3503         old file.
3504         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
3505         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
3506         old file.
3507
3508 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
3509
3510         * sysdeps/unix/sysv/linux/arm/kernel-features.h
3511         (__ASSUME_SIGFRAME_V2): Remove macro.
3512         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
3513         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
3514         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
3515         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
3516         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
3517         Declare as function.  Remove conditional macro definitions.
3518         (__default_rt_sa_restorer): Likewise.
3519         (__default_sa_restorer_v1): Remove declaration.
3520         (__default_sa_restorer_v2): Likewise.
3521         (__default_rt_sa_restorer_v1): Likewise.
3522         (__default_rt_sa_restorer_v2): Likewise.
3523         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
3524         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
3525         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
3526
3527 2014-06-20  Roland McGrath  <roland@hack.frob.com>
3528
3529         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
3530         (libpthread-routines): Add sysdep.
3531         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
3532         * sysdeps/unix/sysv/linux/sparc/Versions
3533         (libpthread: GLIBC_2.3.3): New version set.
3534         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
3535         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
3536         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
3537         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
3538         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
3539         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
3540         Moved ...
3541         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
3542         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
3543         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
3544         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
3545         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
3546         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
3547         * sysdeps/sparc/nptl/sem_init.c: ... here.
3548         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
3549         * sysdeps/sparc/nptl/sem_post.c: ... here.
3550         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
3551         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
3552         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
3553         * sysdeps/sparc/nptl/sem_wait.c: ... here.
3554         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
3555         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
3556         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
3557         (libpthread-routines): Add cpu_relax.
3558         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
3559         File removed.
3560         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
3561         (librt: GLIBC_2.3.3): New version set.
3562         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
3563         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
3564         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
3565         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
3566         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
3567         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
3568         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
3569         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
3570         Moved ...
3571         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
3572         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
3573         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
3574         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
3575         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
3576         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
3577         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
3578         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
3579         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
3580         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
3581         Moved ...
3582         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
3583         Update #include.
3584         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
3585         Moved ...
3586         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
3587         Update #include.
3588         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
3589         Moved ...
3590         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
3591         Update #include.
3592         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
3593         Moved ...
3594         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
3595         Update #include.
3596         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
3597         Moved ...
3598         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
3599         Update #include.
3600         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
3601         Moved ...
3602         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
3603         Update #include.
3604         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
3605         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
3606         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
3607         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
3608         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
3609         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
3610         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
3611         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
3612         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
3613         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
3614         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
3615         Moved ...
3616         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
3617         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
3618         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
3619         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
3620         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
3621
3622 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
3623
3624         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
3625         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
3626         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
3627         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
3628         * nscd/nscd.c: Likewise.
3629         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
3630         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
3631         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
3632         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
3633
3634         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
3635         <kernel-features.h>.
3636         (init_mq_netlink): Remove conditional have_sock_cloexec
3637         definitions.  Remove code conditional on have_sock_cloexec < 0.
3638         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
3639         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
3640         * sysdeps/unix/sysv/linux/opensock.c: Do not include
3641         <kernel-features.h>.
3642         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
3643         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
3644
3645 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
3646
3647         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
3648         Add tests for memset_chk and memset.
3649
3650         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
3651         with AVX2_Usable.
3652
3653 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
3654
3655         [BZ #16046]
3656         * elf/tst-dl-iter-static.c: New file.
3657         * elf/Makefile (tests-static): Add tst-dl-iter-static.
3658
3659         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
3660         error.
3661
3662 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
3663
3664         * sysdeps/unix/sysv/linux/kernel-features.h
3665         (__ASSUME_F_GETOWN_EX): Remove macro.
3666         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
3667         <kernel-features.h>.
3668         (miss_F_GETOWN_EX): Remove variable or macro.
3669         (do_fcntl): Do not check miss_F_GETOWN_EX.
3670         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
3671
3672         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
3673         Remove macro.
3674         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
3675         [!__ASSUME_AT_RANDOM]: Remove conditional code.
3676         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
3677
3678         * sysdeps/unix/sysv/linux/kernel-features.h
3679         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
3680         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
3681         [ADJ_OFFSET_SS_READ]: Make code unconditional.
3682         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
3683
3684 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
3685
3686         [BZ #17075]
3687         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
3688         Fix calculation of the symbol's value.
3689         * sysdeps/arm/tst-armtlsdescloc.c: New file.
3690         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
3691         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
3692         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
3693         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
3694         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
3695         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
3696         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
3697         (modules-names): Add `tst-armtlsdescmod',
3698         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
3699         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
3700         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
3701         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
3702         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
3703         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
3704         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
3705         ($(objpfx)tst-armtlsdescloc): New dependency.
3706         ($(objpfx)tst-armtlsdescextnow): Likewise.
3707         ($(objpfx)tst-armtlsdescextlazy): Likewise.
3708         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
3709         TLS scheme support.
3710         * sysdeps/arm/configure: Regenerate.
3711
3712 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
3713
3714         * include/fcntl.h (__atfct_seterrno): Remove prototype.
3715         (__atfct_seterrno_2): Likewise.
3716         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
3717         <kernel-features.h>.
3718         (__ASSUME_ATFCTS): Do not undefine and redefine.
3719         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
3720         (__have_atfcts): Remove conditional definition.
3721         (__fxstatat([__NR_fstatat64]: Make code unconditional.
3722         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
3723         unreachable if [__ASSUME_ATFCTS].
3724         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
3725         not undefine and redefine.
3726         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
3727         <kernel-features.h>.
3728         (faccessat) [__NR_faccessat]: Make code unconditional.
3729         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
3730         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
3731         <kernel-features.h>.
3732         (fchmodat) [__NR_fchmodat]: Make code unconditional.
3733         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
3734         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
3735         <kernel-features.h>.
3736         (fchownat) [__NR_fchownat]: Make code unconditional.
3737         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
3738         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
3739         <kernel-features.h>.
3740         (futimesat) [__NR_futimesat]: Make code unconditional.
3741         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
3742         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
3743         <kernel-features.h>.
3744         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
3745         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
3746         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
3747         <kernel-features.h>.
3748         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
3749         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
3750         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
3751         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
3752         <kernel-features.h>.
3753         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
3754         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
3755         * sysdeps/unix/sysv/linux/linkat.c: Do not include
3756         <kernel-features.h>.
3757         (linkat) [__NR_linkat]: Make code unconditional.
3758         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
3759         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
3760         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
3761         <kernel-features.h>.
3762         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
3763         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
3764         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
3765         <kernel-features.h>.
3766         (mkdirat) [__NR_mkdirat]: Make code unconditional.
3767         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
3768         * sysdeps/unix/sysv/linux/openat.c: Do not include
3769         <kernel-features.h>.
3770         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
3771         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
3772         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
3773         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
3774         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
3775         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
3776         <kernel-features.h>.
3777         (readlinkat) [__NR_readlinkat]: Make code unconditional.
3778         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
3779         result of INLINE_SYSCALL directly, not via int variable.
3780         * sysdeps/unix/sysv/linux/renameat.c: Do not include
3781         <kernel-features.h>.
3782         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
3783         (renameat) [__NR_renameat]: Make code unconditional.
3784         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
3785         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
3786         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
3787         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
3788         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
3789         (__ASSUME_ATFCTS): Do not undefine and redefine.
3790         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
3791         <kernel-features.h>.
3792         (symlinkat) [__NR_symlinkat]: Make code unconditional.
3793         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
3794         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
3795         <kernel-features.h>.
3796         (unlinkat) [__NR_unlinkat]: Make code unconditional.
3797         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
3798         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
3799         (__ASSUME_ATFCTS): Do not undefine and redefine.
3800         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
3801         <kernel-features.h>.
3802         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
3803         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
3804         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
3805         <kernel-features.h>.
3806         (__xmknodat) [__NR_mknodat]: Make code unconditional.
3807         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
3808
3809 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
3810
3811         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
3812
3813 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
3814
3815         [BZ #17069]
3816         * posix/regcomp.c (parse_reg_exp): Deallocate partially
3817         constructed tree before returning error.
3818         * posix/bug-regexp36.c: Expand test case.
3819
3820 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
3821
3822         [BZ #6803]
3823         * math/libm-test.inc (scalbln_test_date):
3824         Add errno expectations.
3825         * math/w_scalblnf.c: New File.
3826         Add wrapper which checks for setting errno to ERANGE.
3827         Add weak_alias for corresponding scalbln function.
3828         * math/w_scalbln.c: Likewise.
3829         * math/w_scalblnl.c: Likewise.
3830         * math/Makefile (libm-calls): Add w_scalbln.
3831         * sysdeps/ieee754/flt-32/s_scalblnf.c:
3832         Remove weak_alias for corresponding scalbln function.
3833         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
3834         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
3835         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
3836         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
3837         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
3838         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
3839         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
3840         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
3841         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
3842         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
3843         Remove long_double_symbol for scalblnl function in libm, libc.
3844         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
3845         Add wrapper which checks for setting errno to ERANGE.
3846         Add long_double_symbol for scalblnl function in libm, libc.
3847         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
3848         Remove long_double_symbol for scalblnl in libm.
3849         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
3850         Add wrapper which checks for setting errno to ERANGE.
3851         Add long_double_symbol for scalblnl function in libm.
3852         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
3853         Do not use wrapper because of own implementation.
3854
3855 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
3856
3857         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
3858         3 bytes for __pad1 for x32.
3859         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
3860
3861 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
3862             H.J. Lu  <hongjiu.lu@intel.com>
3863
3864         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
3865         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
3866         * sysdeps/x86_64/multiarch/memset.S: Likewise.
3867         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
3868         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
3869
3870 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
3871
3872         [BZ #17069]
3873         * posix/regcomp.c (parse_expression): Deallocate partially
3874         constructed tree before returning error.
3875         * posix/Makefile.c (tests): Add bug-regex36.
3876         (generated): Add bug-regex36.mtrace.
3877         (tests-special): Add $(objpfx)bug-regex36-mem.out
3878         (bug-regex36-ENV): New variable.
3879         ($(objpfx)bug-regex36-mem.out): New rule.
3880         * posix/bug-regex36.c: New file.
3881
3882 2014-06-19  Will Newton  <will.newton@linaro.org>
3883
3884         * malloc/malloc.c (systrim): If extra is zero then return
3885         early.
3886
3887 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
3888
3889         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
3890
3891 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
3892
3893         * sysdeps/aarch64/strchr.S: New file.
3894
3895 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
3896
3897         [BZ #17022]
3898         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
3899         from arguments -2 or below.
3900         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
3901         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
3902
3903 2014-06-18  Andreas Schwab  <schwab@suse.de>
3904
3905         [BZ #17062]
3906         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
3907         of a bracket expr not to run off the end of the string.
3908         * posix/Makefile (tests): Add tst-fnmatch3.
3909         * posix/tst-fnmatch3.c: New file.
3910
3911 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
3912
3913         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
3914         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
3915         [$(cross-compiling) = no]: Likewise.
3916         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
3917         [$(cross-compiling) = no]: Likewise.
3918
3919 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
3920
3921         [BZ #17031]
3922         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
3923         double, adjusted for any remainder from the high double.
3924         * math/libm-test.inc (nearbyint): Add tests.
3925         (rint): Likewise.
3926
3927 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3928
3929         * nptl/sysdeps/powerpc/Makefile: Moved ...
3930         * sysdeps/powerpc/nptl/Makefile: ... here.
3931         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
3932         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
3933         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
3934         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
3935         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
3936         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
3937         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
3938         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
3939         * nptl/sysdeps/powerpc/tls.h: Moved ...
3940         * sysdeps/powerpc/nptl/tls.h: ... here.
3941
3942 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
3943
3944         [BZ #16681]
3945         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
3946         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
3947         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
3948         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
3949         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
3950         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
3951         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
3952         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
3953         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
3954
3955 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
3956
3957         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
3958
3959 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
3960
3961         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
3962         defined operator.
3963
3964         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
3965         $TIMEOUTFACTOR.
3966
3967 2014-06-16  Florian Weimer  <fweimer@redhat.com>
3968
3969         [BZ #17058]
3970         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
3971         non-executed part of the test.
3972
3973 2014-06-16  Andreas Schwab  <schwab@suse.de>
3974
3975         * string/bits/string2.h (strdup, strndup): Update feature guard.
3976
3977 2014-06-14  David S. Miller  <davem@davemloft.net>
3978
3979         * sysdeps/sparc/fpu/libm-test-ulps: Update.
3980
3981 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
3982
3983         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
3984         that was previously under [RESET_PID].
3985         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
3986
3987         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
3988         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
3989         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
3990         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
3991         (__libc_vfork): New strong alias.
3992         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
3993
3994 2014-06-14 Andi Kleen  <ak@linux.intel.com>
3995
3996         * sysdeps/generic/elide.h: New file.
3997
3998 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
3999
4000         * Makefile (installed-headers): Adjust path of pthread.h header.
4001
4002 2014-06-13  Roland McGrath  <roland@hack.frob.com>
4003
4004         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
4005         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
4006         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
4007         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
4008
4009         * nptl/sysdeps/s390/Makefile: Moved ...
4010         * sysdeps/s390/nptl/Makefile: ... here.
4011         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
4012         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
4013         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
4014         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
4015         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
4016         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
4017         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
4018         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
4019         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
4020         * sysdeps/s390/nptl/pthreaddef.h: ... here.
4021         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
4022         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
4023         * nptl/sysdeps/s390/tls.h: Moved ...
4024         * sysdeps/s390/nptl/tls.h: ... here.
4025
4026         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
4027         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
4028
4029 2014-06-13  David S. Miller  <davem@davemloft.net>
4030
4031         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
4032         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
4033         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
4034         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
4035         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
4036         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
4037         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
4038         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
4039         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
4040         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
4041         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
4042         Remove RESET_PID cpp guards.
4043         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
4044         Remove RESET_PID cpp guards.
4045         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
4046
4047 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
4048
4049         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
4050         __sp to uintptr_t.
4051
4052 2014-06-13  Andi Kleen  <ak@linux.intel.com>
4053
4054         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
4055         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
4056         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
4057         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
4058         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
4059         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
4060         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
4061         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
4062         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
4063         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
4064         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
4065         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
4066         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
4067         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
4068         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
4069         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
4070         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
4071         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
4072         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
4073         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
4074
4075         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
4076         (pthread_rwlock_rdlock): Add elision.
4077         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
4078         (pthread_rwlock_wrlock): Add elision.
4079         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
4080         (pthread_rwlock_trywrlock): Add elision.
4081         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
4082         (pthread_rwlock_tryrdlock): Add elision.
4083         * nptl/pthread_rwlock_unlock.c: Include elide.h.
4084         (pthread_rwlock_tryrdlock): Add elision unlock.
4085         * nptl/sysdeps/pthread/pthread.h:
4086         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
4087         (PTHREAD_RWLOCK_INITIALIZER,
4088         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
4089         Handle new elision field.
4090         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
4091         * sysdeps/arm/nptl/bits/pthreadtypes.h
4092         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4093         * sysdeps/sh/nptl/bits/pthreadtypes.h
4094         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4095         * sysdeps/tile/nptl/bits/pthreadtypes.h
4096         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4097         * sysdeps/a/nptl/bits/pthreadtypes.h
4098         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4099         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
4100         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4101         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
4102         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4103         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
4104         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4105         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
4106         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4107         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
4108         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4109         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
4110         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4111         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
4112         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4113         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
4114         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4115         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
4116         (elision_init): Set try_xbegin to zero when no RTM.
4117         * sysdeps/x86/nptl/bits/pthreadtypes.h
4118         (pthread_rwlock_t): Change __pad1 to __rwelision.
4119         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4120
4121 2014-06-13  Andi Kleen  <ak@linux.intel.com>
4122
4123         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
4124         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
4125         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
4126         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
4127
4128 2014-06-13  Meador Inge  <meadori@codesourcery.com>
4129
4130         [BZ #16996]
4131         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
4132         that the cached result has been set before returning it.
4133
4134 2014-06-12  Roland McGrath  <roland@hack.frob.com>
4135
4136         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
4137         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
4138         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
4139         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
4140         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
4141         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
4142
4143         * nptl/sysdeps/sparc/Makefile: Moved ...
4144         * sysdeps/sparc/nptl/Makefile: ... here.
4145         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
4146         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
4147         * nptl/sysdeps/sparc/tls.h: Moved ...
4148         * sysdeps/sparc/nptl/tls.h: ... here.
4149         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
4150         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
4151         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
4152         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
4153         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
4154         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
4155         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
4156         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
4157         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
4158         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
4159         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
4160         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
4161         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
4162         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
4163         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
4164         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
4165         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
4166         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
4167         Update #include.
4168         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
4169         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
4170         Update #include.
4171         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
4172         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
4173         Update #include.
4174         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
4175         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
4176         Update #include.
4177
4178         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
4179
4180         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
4181         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
4182
4183         * sysdeps/pthread/posix-timer.h: Include <list.h>.
4184         (struct list_links): Type removed.
4185         (struct thread_node, struct timer_node): Replace struct list_links
4186         with struct list_head.
4187         (list_unlink_ip): Likewise.
4188         * sysdeps/pthread/timer_routines.c
4189         (timer_free_list, thread_free_list, thread_active_list): Likewise.
4190         (list_append, list_insbefore): Likewise.
4191         (list_init): Function removed.
4192         (thread_init, init_module): Use INIT_LIST_HEAD instead.
4193         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
4194         * sysdeps/pthread/Makefile: ... here, new file.
4195
4196         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
4197         * sysdeps/nptl/Implies: ... here.
4198         * sysdeps/unix/sysv/linux/Implies: Add nptl.
4199         * nptl/sysdeps/pthread/list.h: Moved ...
4200         * include/list.h: ... here.
4201         * nptl/sysdeps/pthread/createthread.c: Moved ...
4202         * nptl/createthread.c: ... here.
4203         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
4204         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
4205         * nptl/pt-longjmp.c: ... here.
4206         * nptl/sysdeps/pthread/Makefile: Moved ...
4207         * sysdeps/nptl/Makefile: ... here.
4208         * nptl/sysdeps/pthread/Subdirs: Moved ...
4209         * sysdeps/nptl/Subdirs: ... here.
4210         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
4211         * sysdeps/nptl/aio_misc.h: ... here.
4212         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
4213         * sysdeps/nptl/bits/libc-lock.h: ... here.
4214         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
4215         * sysdeps/nptl/bits/libc-lockP.h: ... here.
4216         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
4217         * sysdeps/nptl/bits/stdio-lock.h: ... here.
4218         * nptl/sysdeps/pthread/configure: Moved ...
4219         * sysdeps/nptl/configure: ... here.
4220         * nptl/sysdeps/pthread/configure.ac: Moved ...
4221         * sysdeps/nptl/configure.ac: ... here.
4222         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
4223         * sysdeps/nptl/gai_misc.h: ... here.
4224         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
4225         * sysdeps/nptl/librt-cancellation.c: ... here.
4226         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
4227         * sysdeps/nptl/malloc-machine.h: ... here.
4228         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
4229         * sysdeps/nptl/pthread-functions.h: ... here.
4230         * nptl/sysdeps/pthread/pthread.h: Moved ...
4231         * sysdeps/nptl/pthread.h: ... here.
4232         * nptl/sysdeps/pthread/setxid.h: Moved ...
4233         * sysdeps/nptl/setxid.h: ... here.
4234         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
4235         * sysdeps/nptl/sigfillset.c: ... here.
4236         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
4237         * sysdeps/nptl/tcb-offsets.h: ... here.
4238         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
4239         * sysdeps/nptl/tst-mqueue8x.c: ... here.
4240         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
4241         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
4242         * nptl/sysdeps/pthread/allocalim.h: Moved ...
4243         * sysdeps/pthread/allocalim.h: ... here.
4244         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
4245         * sysdeps/pthread/bits/sigthread.h: ... here.
4246         * nptl/sysdeps/pthread/flockfile.c: Moved ...
4247         * sysdeps/pthread/flockfile.c: ... here.
4248         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
4249         * sysdeps/pthread/ftrylockfile.c: ... here.
4250         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
4251         * sysdeps/pthread/funlockfile.c: ... here.
4252         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
4253         * sysdeps/pthread/posix-timer.h: ... here.
4254         * nptl/sysdeps/pthread/timer_create.c: Moved ...
4255         * sysdeps/pthread/timer_create.c: ... here.
4256         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
4257         * sysdeps/pthread/timer_delete.c: ... here.
4258         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
4259         * sysdeps/pthread/timer_getoverr.c: ... here.
4260         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
4261         * sysdeps/pthread/timer_gettime.c: ... here.
4262         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
4263         * sysdeps/pthread/timer_routines.c: ... here.
4264         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
4265         * sysdeps/pthread/timer_settime.c: ... here.
4266         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
4267         * sysdeps/pthread/tst-timer.c: ... here.
4268         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
4269         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
4270
4271         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
4272         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
4273
4274         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
4275         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
4276         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
4277         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
4278         Update #include target.
4279         * nptl/sysdeps/i386/i686/Makefile: Moved ...
4280         * sysdeps/i386/i686/nptl/Makefile: ... here.
4281         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
4282         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
4283         Update #include target.
4284         * nptl/sysdeps/i386/i686/tls.h: Moved ...
4285         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
4286         * nptl/sysdeps/i386/Makefile: Moved ...
4287         * sysdeps/i386/nptl/Makefile: ... here.
4288         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
4289         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
4290         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
4291         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
4292         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
4293         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
4294         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
4295         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
4296         * sysdeps/i386/nptl/pthreaddef.h: ... here.
4297         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
4298         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
4299         * nptl/sysdeps/i386/tls.h: Moved ...
4300         * sysdeps/i386/nptl/tls.h: ... here.
4301
4302         * sysdeps/sh/Makefile [$(subdir) = csu]
4303         (gen-as-const-headers): Add tcb-offsets.sym.
4304         * nptl/sysdeps/sh/Makefile: File removed.
4305         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
4306         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
4307         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
4308         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
4309         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
4310         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
4311         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
4312         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
4313         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
4314         * sysdeps/sh/nptl/pthreaddef.h: ... here.
4315         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
4316         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
4317         * nptl/sysdeps/sh/tls.h: Moved ...
4318         * sysdeps/sh/nptl/tls.h: ... here.
4319         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
4320         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
4321         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
4322         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
4323         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
4324         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
4325         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
4326         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
4327         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
4328         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
4329         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
4330         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
4331         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
4332         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
4333         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
4334         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
4335         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
4336         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
4337         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
4338         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
4339         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
4340         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
4341         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
4342         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
4343         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
4344         Moved ...
4345         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
4346         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
4347         Moved ...
4348         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
4349         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
4350         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
4351         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
4352         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
4353         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
4354         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
4355         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
4356         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
4357         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
4358         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
4359         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
4360         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
4361         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
4362         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
4363         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
4364         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
4365         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
4366         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
4367
4368 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
4369
4370         * posix/spawn_faction_addopen.c: Include string.h.
4371
4372 2014-06-11  Roland McGrath  <roland@hack.frob.com>
4373
4374         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
4375         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
4376         * nptl/sysdeps/x86_64/Makefile: Moved ...
4377         * sysdeps/x86_64/nptl/Makefile: ... here.
4378         * nptl/sysdeps/x86_64/configure: Moved ...
4379         * sysdeps/x86_64/nptl/configure: ... here.
4380         * nptl/sysdeps/x86_64/configure.ac: Moved ...
4381         * sysdeps/x86_64/nptl/configure.ac: ... here.
4382         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
4383         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
4384         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
4385         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
4386         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
4387         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
4388         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
4389         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
4390         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
4391         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
4392         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
4393         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
4394         * nptl/sysdeps/x86_64/tls.h: Moved ...
4395         * sysdeps/x86_64/nptl/tls.h: ... here.
4396         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
4397         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
4398         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
4399         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
4400
4401         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
4402
4403 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4404
4405         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
4406
4407 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
4408
4409         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
4410         type.
4411         [POSIX] (off_t): Likewise.
4412         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
4413         [POSIX] (S_ISBLK): Require macro.
4414         [POSIX] (S_ISCHR): Likewise.
4415         [POSIX] (S_ISDIR): Likewise.
4416         [POSIX] (S_ISFIFO): Likewise.
4417         [POSIX] (S_ISREG): Likewise.
4418         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
4419         optional-macro.
4420         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
4421         type.
4422         [POSIX] (time_t): Likewise.
4423         [POSIX] (timer_t): Likewise.
4424
4425 2014-06-11  Florian Weimer  <fweimer@redhat.com>
4426
4427         [BZ #17048]
4428         * posix/spawn_int.h (struct __spawn_action): Make the path string
4429         non-const to support deallocation.
4430         * posix/spawn_faction_addopen.c
4431         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
4432         * posix/spawn_faction_destroy.c
4433         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
4434         path in all spawn_do_open actions.
4435         * posix/tst-spawn.c (do_test): Exercise the copy operation in
4436         posix_spawn_file_actions_addopen.
4437
4438 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
4439
4440         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
4441         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
4442         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
4443         conditional code always true.
4444         (__libc_vfork): New alias.
4445
4446 2014-06-11  Roland McGrath  <roland@hack.frob.com>
4447
4448         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4449         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
4450
4451         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
4452
4453         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4454         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
4455
4456         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
4457         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
4458
4459         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4460         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
4461
4462 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
4463
4464         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
4465         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
4466         multiarch strcmp for PPC64.
4467         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
4468         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
4469         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
4470         multiarch optimizations.
4471         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
4472         (__libc_ifunc_impl_list): Likewise.
4473
4474 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
4475
4476         * benchtests/scripts/validate_benchout.py: New script.
4477         * benchtests/Makefile (bench-func): Call it.
4478         * benchtests/scripts/benchout.schema.json: New file.
4479
4480 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
4481
4482         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
4483         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
4484         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
4485         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
4486         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
4487         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
4488         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
4489         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
4490         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
4491         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
4492         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
4493         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
4494         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
4495         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
4496         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
4497         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
4498         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
4499         Moved ...
4500         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
4501         ... here.
4502         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
4503         Moved ...
4504         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
4505         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
4506         Moved ...
4507         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
4508         ... here.
4509         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
4510         Moved ...
4511         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
4512         ... here.
4513         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
4514         Moved ...
4515         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
4516         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
4517         Moved ...
4518         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
4519         ... here.
4520         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
4521         Moved ...
4522         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
4523         ... here.
4524         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
4525         Moved ...
4526         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
4527         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
4528         Moved ...
4529         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
4530         ... here.
4531         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
4532         Moved ...
4533         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
4534         ... here.
4535         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
4536         Moved ...
4537         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
4538         ... here.
4539         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
4540         Moved ...
4541         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
4542         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
4543         Moved ...
4544         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
4545         ... here.
4546         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
4547         Moved ...
4548         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
4549         ... here.
4550         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
4551         Moved ...
4552         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
4553         ... here.
4554         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
4555         Moved ...
4556         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
4557         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
4558         Moved ...
4559         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
4560         ... here.
4561         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
4562         Moved ...
4563         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
4564         ... here.
4565         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
4566         Moved ...
4567         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
4568         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
4569         Moved ...
4570         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
4571         ... here.
4572         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
4573         Moved ...
4574         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
4575         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
4576         Moved ...
4577         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
4578         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
4579         Moved ...
4580         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
4581         ... here.
4582         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
4583         Moved ...
4584         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
4585         ... here.
4586         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
4587         Moved ...
4588         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
4589         ... here.
4590         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
4591         Moved ...
4592         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
4593         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
4594         Moved ...
4595         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
4596         ... here.
4597         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
4598         Moved ...
4599         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
4600         ... here.
4601         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
4602         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
4603         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
4604         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
4605         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
4606         Moved ...
4607         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
4608         ... here.
4609         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
4610         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
4611         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
4612         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
4613         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
4614         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
4615         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
4616         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
4617         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
4618         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
4619         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
4620         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
4621         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
4622         Moved ...
4623         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
4624         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
4625         Moved ...
4626         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
4627         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
4628         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
4629         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
4630         Moved ...
4631         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
4632         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
4633         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
4634         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
4635         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
4636         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
4637         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
4638
4639 2014-06-10  Wilco  <wdijkstr@arm.com>
4640
4641         * math/test-fenv-return.c: New file.
4642         * math/Makefile: Add new test test-fenv-return.
4643
4644 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
4645
4646         [BZ #17042]
4647         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
4648         when x - 1 is zero.
4649         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
4650         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
4651         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
4652         0.0L for an argument of 1.0L.
4653         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
4654         Likewise.
4655         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
4656         value when x - 1 is zero.
4657         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
4658         * sysdeps/i386/fpu/libm-test-ulps: Update.
4659         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
4660
4661 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
4662
4663         [BZ #15119]
4664         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
4665
4666 2014-06-09  Roland McGrath  <roland@hack.frob.com>
4667
4668         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
4669         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
4670
4671 2014-06-09  Roland McGrath  <roland@hack.frob.com>
4672
4673         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4674         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
4675
4676         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4677         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
4678
4679         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4680         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
4681
4682         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4683         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
4684
4685         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
4686         if not already defined.
4687         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
4688         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
4689         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
4690         (TLS_INIT_TP): Use it.
4691         (TLS_DEFINE_INIT_TP): New macro.
4692         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
4693
4694 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
4695
4696         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
4697         constant.
4698         [POSIX] (IXANY): Likewise.
4699         [POSIX] (OLCUC): Likewise.
4700         [POSIX || POSIX2008] (CBAUD): Do not allow.
4701         [POSIX || POSIX2008] (DEFECHO): Likewise.
4702         [POSIX || POSIX2008] (ECHOCTL): Likewise.
4703         [POSIX || POSIX2008] (ECHOKE): Likewise.
4704         [POSIX || POSIX2008] (ECHOPRT): Likewise.
4705         [POSIX || POSIX2008] (EXTA): Likewise.
4706         [POSIX || POSIX2008] (EXTB): Likewise.
4707         [POSIX || POSIX2008] (FLUSHO): Likewise.
4708         [POSIX || POSIX2008] (LOBLK): Likewise.
4709         [POSIX || POSIX2008] (PENDIN): Likewise.
4710         [POSIX || POSIX2008] (SWTCH): Likewise.
4711         [POSIX || POSIX2008] (VDISCARD): Likewise.
4712         [POSIX || POSIX2008] (VDSUSP): Likewise.
4713         [POSIX || POSIX2008] (VLNEXT): Likewise.
4714         [POSIX || POSIX2008] (VREPRINT): Likewise.
4715         [POSIX || POSIX2008] (VSTATUS): Likewise.
4716         [POSIX || POSIX2008] (VWERASE): Likewise.
4717         (B*): Change to B[0123456789]*.
4718         * conform/data/time.h-data [POSIX || UNIX98]
4719         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
4720         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
4721         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
4722         [POSIX] (tm_*): Do not allow.
4723
4724 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
4725
4726         * Makefile (install): Don't set LANGUAGE.
4727         * Makefile.in (install): Likewise.
4728         * assert/Makefile (test-assert-ENV): Remove variable.
4729         (test-assert-perr-ENV): Likewise.
4730         * elf/Makefile (neededtest4-ENV): Likewise.
4731         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
4732         [$(cross-compiling) = no]: Don't set LANGUAGE.
4733         * io/ftwtest-sh (LANG): Remove variable.
4734         * libio/Makefile (tst-widetext-ENV): Likewise.
4735         * manual/install.texi (Running make install): Don't refer to
4736         environment settings for make install.
4737         * INSTALL: Regenerated.
4738         * nptl/tst-tls6.sh: Don't set LANG.
4739         * posix/globtest.sh (LANG): Remove variable.
4740         * string/Makefile (tester-ENV): Likewise.
4741         (inl-tester-ENV): Likewise.
4742         (noinl-tester-ENV): Likewise.
4743         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
4744         [$(cross-compiling) = no]: Don't set LANGUAGE.
4745         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
4746         without explicit environment settings.
4747
4748 2014-06-06  Roland McGrath  <roland@hack.frob.com>
4749
4750         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
4751         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
4752         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
4753         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
4754
4755 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
4756
4757         * crypt/crypt-private.h [DOS]: Add some includes taken from the
4758         other files in the crypt directory.
4759         * crypt/crypt.c: Remove duplicate includes.
4760         * crypt/crypt-entry.c: Likewise.
4761         * crypt/crypt_util.c: Likewise.
4762
4763 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
4764
4765         * Makeconfig (run-program-env): New variable.
4766         (run-program-prefix-before-env): Likewise.
4767         (run-program-prefix-after-env): Likewise.
4768         (run-program-prefix): Define in terms of new variables.
4769         (built-program-cmd-before-env): New variable.
4770         (built-program-cmd-after-env): Likewise.
4771         (built-program-cmd): Define in terms of new variables.
4772         (test-program-prefix-before-env): New variable.
4773         (test-program-prefix-after-env): Likewise.
4774         (test-program-prefix): Define in terms of new variables.
4775         (test-program-cmd-before-env): New variable.
4776         (test-program-cmd-after-env): Likewise.
4777         (test-program-cmd): Define in terms of new variables.
4778         * Rules (make-test-out): Use $(run-program-env).
4779         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
4780         (help): Do not mention environment variables.  Mention
4781         --timeoutfactor option.
4782         (timeoutfactor): New variable.
4783         (blacklist_exports): Remove function.
4784         (exports): Remove variable.
4785         (command): Do not include ${exports}.
4786         * manual/install.texi (Configuring and compiling): Do not mention
4787         test wrappers preserving environment variables.  Mention that last
4788         assignment to a variable must take precedence.
4789         * INSTALL: Regenerated.
4790         * benchtests/Makefile (run-bench): Use $(run-program-env).
4791         * catgets/Makefile ($(objpfx)test1.cat): Use
4792         $(built-program-cmd-before-env), $(run-program-env) and
4793         $(built-program-cmd-after-env).
4794         ($(objpfx)test2.cat): Do not specify environment variables
4795         explicitly.
4796         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
4797         $(run-program-env) and $(built-program-cmd-after-env).
4798         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
4799         $(run-program-env) and $(test-program-cmd-after-env).
4800         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
4801         explicitly.
4802         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
4803         run_program_env and test_program_cmd_after_env arguments.
4804         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
4805         * elf/tst-pathopt.sh: Use run_program_env argument.
4806         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
4807         $(test-wrapper-env) and $(run-program-env).
4808         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
4809         run_program_env arguments.
4810         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
4811         * intl/Makefile ($(objpfx)tst-gettext.out): Use
4812         $(test-program-prefix-before-env), $(run-program-env) and
4813         $(test-program-prefix-after-env).
4814         ($(objpfx)tst-gettext2.out): Likewise.
4815         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
4816         run_program_env and test_program_prefix_after_env arguments.
4817         * intl/tst-gettext2.sh: Likewise.
4818         * intl/tst-gettext4.sh: Do not set environment variables
4819         explicitly.
4820         * intl/tst-gettext6.sh: Likewise.
4821         * intl/tst-translit.sh: Likewise.
4822         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
4823         $(test-program-prefix-before-env), $(run-program-env) and
4824         $(test-program-prefix-after-env).
4825         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
4826         run_program_env and test_program_prefix_after_env arguments.
4827         * math/Makefile (run-regen-ulps): Use $(run-program-env).
4828         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
4829         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
4830         explicitly with each use of ${test_wrapper_env}.
4831         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
4832         $(test-program-prefix-before-env), $(run-program-env) and
4833         $(test-program-prefix-after-env).
4834         * posix/tst-getconf.sh: Do not set environment variables
4835         explicitly.
4836         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
4837         run_program_env and test_program_prefix_after_env arguments.
4838         * stdio-common/tst-printf.sh: Do not set environment variables
4839         explicitly.
4840         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
4841         $(test-program-prefix-before-env), $(run-program-env) and
4842         $(test-program-prefix-after-env).
4843         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
4844         run_program_env and test_program_prefix_after_env arguments.
4845         Split $test calls into $test_pre and $test.
4846         * timezone/Makefile (build-testdata): Use
4847         $(built-program-cmd-before-env), $(run-program-env) and
4848         $(built-program-cmd-after-env).
4849
4850 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4851
4852         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
4853         strlen for non SHARED builds.
4854
4855 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
4856
4857         * nptl/allocatestack.c (check_list): Inlined function...
4858         (__reclaim_stacks): ... here.
4859
4860 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
4861
4862         [BZ #15698]
4863         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
4864         memory overrun.
4865
4866 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
4867
4868         * Rules (make-test-out): Include
4869         LOCPATH=$(common-objpfx)localedata in default environment.
4870         * debug/Makefile (tst-chk1-ENV): Remove variable.
4871         (tst-chk2-ENV): Likewise.
4872         (tst-chk3-ENV): Likewise.
4873         (tst-chk4-ENV): Likewise.
4874         (tst-chk5-ENV): Likewise.
4875         (tst-chk6-ENV): Likewise.
4876         (tst-lfschk1-ENV): Likewise.
4877         (tst-lfschk2-ENV): Likewise.
4878         (tst-lfschk3-ENV): Likewise.
4879         (tst-lfschk4-ENV): Likewise.
4880         (tst-lfschk5-ENV): Likewise.
4881         (tst-lfschk6-ENV): Likewise.
4882         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
4883         (tst-iconv7-ENV): Likewise.
4884         * intl/Makefile (LOCPATH-ENV): Likewise.
4885         (tst-codeset-ENV): Likewise.
4886         (tst-gettext3-ENV): Likewise.
4887         (tst-gettext5-ENV): Likewise.
4888         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
4889         (tst-fopenloc-ENV): Likewise.
4890         (tst-fgetws-ENV): Remove variable.
4891         (tst-ungetwc1-ENV): Likewise.
4892         (tst-ungetwc2-ENV): Likewise.
4893         (bug-ungetwc2-ENV): Likewise.
4894         (tst-swscanf-ENV): Likewise.
4895         (bug-ftell-ENV): Likewise.
4896         (tst-fgetwc-ENV): Likewise.
4897         (tst-fseek-ENV): Likewise.
4898         (tst-ftell-partial-wide-ENV): Likewise.
4899         (tst-ftell-active-handler-ENV): Likewise.
4900         (tst-ftell-append-ENV): Likewise.
4901         * posix/Makefile (tst-fnmatch-ENV): Likewise.
4902         (tst-regexloc-ENV): Likewise.
4903         (bug-regex1-ENV): Likewise.
4904         (tst-regex-ENV): Likewise.
4905         (tst-regex2-ENV): Likewise.
4906         (bug-regex5-ENV): Likewise.
4907         (bug-regex6-ENV): Likewise.
4908         (bug-regex17-ENV): Likewise.
4909         (bug-regex18-ENV): Likewise.
4910         (bug-regex19-ENV): Likewise.
4911         (bug-regex20-ENV): Likewise.
4912         (bug-regex22-ENV): Likewise.
4913         (bug-regex23-ENV): Likewise.
4914         (bug-regex25-ENV): Likewise.
4915         (bug-regex26-ENV): Likewise.
4916         (bug-regex30-ENV): Likewise.
4917         (bug-regex32-ENV): Likewise.
4918         (bug-regex33-ENV): Likewise.
4919         (bug-regex34-ENV): Likewise.
4920         (bug-regex35-ENV): Likewise.
4921         (tst-rxspencer-ENV): Likewise.
4922         (tst-rxspencer-no-utf8-ENV): Likewise.
4923         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
4924         (tst-sscanf-ENV): Likewise.
4925         (tst-swprintf-ENV): Likewise.
4926         (tst-swscanf-ENV): Likewise.
4927         (test-vfprintf-ENV): Likewise.
4928         (scanf13-ENV): Likewise.
4929         (bug14-ENV): Likewise.
4930         (tst-grouping-ENV): Likewise.
4931         * stdlib/Makefile (tst-strtod-ENV): Likewise.
4932         (tst-strtod3-ENV): Likewise.
4933         (tst-strtod4-ENV): Likewise.
4934         (tst-strtod5-ENV): Likewise.
4935         (testmb2-ENV): Likewise./
4936         * string/Makefile (tst-strxfrm-ENV): Likewise.
4937         (tst-strxfrm2-ENV): Likewise.
4938         (bug-strcoll1-ENV): Likewise.
4939         (test-strcasecmp-ENV): Likewise.
4940         (test-strncasecmp-ENV): Likewise.
4941         * time/Makefile (tst-strptime-ENV): Likewise.
4942         (tst-ftime_l-ENV): Likewise.
4943         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
4944         (tst-mbrtowc-ENV): Likewise.
4945         (tst-wcrtomb-ENV): Likewise.
4946         (tst-mbrtowc2-ENV): Likewise.
4947         (tst-c16c32-1-ENV): Likewise.
4948         (tst-mbsnrtowcs-ENV): Likewise.
4949
4950 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
4951
4952         * manual/resource.texi (How to get information about the memory
4953         subsystem?): Fix typo.
4954         Reported by Peon de la Parra Ivan <peon@keba.com>
4955
4956 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
4957
4958         [BZ #16882]
4959         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
4960         (pthread_spin_lock): Branch out of spin loop to proper location.
4961         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
4962         (pthread_spin_lock): Likewise.
4963
4964         * nptl/tst-spin4.c: New test.
4965         * nptl/Makefile (tests): Add tst-spin4.
4966
4967 2014-06-03  Andreas Schwab  <schwab@suse.de>
4968
4969         [BZ #15946]
4970         * resolv/res_send.c (send_dg): Reload file descriptor after
4971         calling reopen.
4972
4973 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
4974
4975         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
4976
4977 2014-06-03  Richard Henderson  <rth@redhat.com>
4978
4979         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
4980         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
4981         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
4982         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
4983         in the SAVE_PID block.
4984         (__libc_vfork): New alias.
4985         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
4986
4987         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
4988         child in registers, not on the stack.  Remove RESET_PID conditionals.
4989         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
4990
4991 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
4992
4993         * sysdeps/aarch64/libm-test-ulps: Regenerate.
4994
4995 2014-06-03  Wilco  <wdijkstr@arm.com>
4996
4997         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
4998         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
4999         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
5000         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
5001         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
5002         Likewise.
5003
5004 2014-06-03  Wilco  <wdijkstr@arm.com>
5005
5006         * sysdeps/aarch64/fpu/math_private.h
5007         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
5008         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
5009         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
5010         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
5011         Fix declarations.
5012
5013 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
5014
5015         * crypt/crypt-private.h: Include ufc-crypt.h.
5016         (__b64_from_24bit): Declare extern.
5017         * crypt/crypt_util.c(__b64_from_24bit): New function.
5018         (b64t): New static const variable.
5019         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
5020         (b64t): Remove variable.
5021         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
5022         * crypt/sha256-crypt.c: Include crypt-private.h.
5023         (b64t): Remove variable.
5024         (__sha256_crypt_r): Remove b64_from_24bit and replace
5025         with __b64_from_24bit.
5026         * crypt/sha512-crypt.c: Likewise.
5027
5028 2014-06-02  Roland McGrath  <roland@hack.frob.com>
5029
5030         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
5031         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
5032         Label the code __libc_vfork rather than __vfork.
5033         [!NOT_IN_libc] (vfork): Define as weak alias.
5034         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
5035         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
5036         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
5037
5038 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5039
5040         * malloc/malloc.c (malloc_info): Fix format specifier for
5041         n_mmaps.
5042
5043 2014-06-02  Wilco  <wdijkstr@arm.com>
5044
5045         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
5046         FPCR write.
5047
5048 2014-06-02  Wilco  <wdijkstr@arm.com>
5049
5050         [BZ #17009]
5051         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
5052         Rewrite to reduce FPCR/FPSR accesses.
5053
5054 2014-06-01  David S. Miller  <davem@davemloft.net>
5055
5056         * sysdeps/sparc/fpu/libm-test-ulps: Update.
5057
5058 2014-05-31  David S. Miller  <davem@davemloft.net>
5059
5060         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
5061         to occur in round to nearest mode when |x| >= 2.0
5062
5063 2014-05-30  Richard Henderson  <rth@twiddle.net>
5064
5065         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
5066         (PSEUDO_RET_NOERRNO): Remove.
5067         (ret): Don't redefine.
5068         (ret_NOERRNO): Define in terms of ret.
5069         (ret_ERRVAL): Likewise.
5070
5071         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
5072         use of PSEUDO_RET; perform the error check directly.
5073
5074 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
5075
5076         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
5077         with __int128_t.
5078
5079 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
5080
5081         * malloc/malloc (malloc_info): Fix formatting.
5082
5083 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
5084             Roland McGrath  <roland@hack.frob.com>
5085
5086         * malloc/malloc (malloc_info): Also print mmapped statistics.
5087
5088 2014-05-30  Roland McGrath  <roland@hack.frob.com>
5089
5090         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
5091         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
5092
5093 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
5094
5095         * malloc/malloc.c (malloc_info): Inline mi_arena.
5096
5097 2014-05-29  Richard Henderson  <rth@twiddle.net>
5098
5099         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
5100         Remove comma before expanding ASM_ARGS_##nr.
5101         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
5102         Make _x0 a strict output; make _x8 a strict input; adjust expansion
5103         of ASM_ARGS_##nr.
5104         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
5105         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
5106         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
5107         (ASM_ARGS_1): Add leading comma.
5108
5109         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
5110         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
5111         to __errno_location.
5112         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
5113         Remove the expected plt for __errno_location.
5114
5115         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
5116         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
5117         call to __read_tp.
5118
5119         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
5120         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
5121         it and break it down.
5122         (DOCARGS_0, DOCARGS_1): Do nothing.
5123         (DOCARGS_2): Update to store into the new stack frame.
5124         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
5125         (UNDOCARGS_1): Update to restore from the new stack frame.
5126         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
5127         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
5128
5129         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
5130         (SINGLE_THREAD_P): New parameter for result regno.
5131         (PSEUDO): Update to match; use cbz instead of beq.
5132
5133         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
5134         Use ENTRY to define the _nocancel entry point.  Share the syscall
5135         and syscall error check paths with the cancel path.
5136         (PSEUDO_END): New.
5137
5138         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
5139         whitespace; tabs before and after asm mnemonics.
5140
5141 2014-05-29  Eric Wong  <normalperson@yhbt.net>
5142
5143         [BZ #15132]
5144         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
5145         Call fstat64 or stat64 internally, depending on arguments passed.
5146         Replace stat buffer argument with file descriptor argument.
5147         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
5148         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
5149         Pass fd to __internal_statvfs instead of calling fstat64.
5150         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
5151         Pass fd to __internal_statvfs64 instead of calling fstat64.
5152         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
5153         Pass -1 to __internal_statvfs instead of calling stat64.
5154         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
5155         Pass -1 to __internal_statvfs64 instead of calling stat64.
5156
5157 2014-05-28  Roland McGrath  <roland@hack.frob.com>
5158
5159         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
5160         that was previously under [RESET_PID].
5161         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
5162
5163         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
5164         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
5165
5166 2014-05-27  Roland McGrath  <roland@hack.frob.com>
5167
5168         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
5169
5170         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
5171         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
5172
5173 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
5174
5175         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
5176
5177 2014-05-27  Andreas Schwab  <schwab@suse.de>
5178
5179         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
5180         TLS_INIT_TP macro.
5181         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
5182         * elf/rtld.c (init_tls, dl_main): Likewise.
5183         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
5184         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
5185         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
5186         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
5187         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
5188         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
5189         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
5190         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
5191         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
5192         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
5193         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
5194         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
5195         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
5196         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
5197         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
5198         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
5199         * sysdeps/generic/tls.h: Update description.
5200
5201 2014-05-27  Will Newton  <will.newton@linaro.org>
5202
5203         [BZ #16990]
5204         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
5205         and restore r2 rather than just restoring.
5206
5207 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
5208
5209         [BZ #16724]
5210         * libio/tst-ftell-append.c: New test case.
5211         * libio/Makefile (tests): Add test case.
5212         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
5213         append mode.
5214         * libio/wfileops.c (do_ftell_wide): Likewise.
5215
5216 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5217
5218         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
5219
5220         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
5221         ...
5222         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
5223         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
5224         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
5225         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
5226         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
5227         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
5228         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
5229         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
5230         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
5231         Moved ...
5232         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
5233         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
5234         Moved ...
5235         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
5236         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
5237         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
5238         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
5239         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
5240         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
5241         ...
5242         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
5243         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
5244         Moved ...
5245         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
5246         here.
5247         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
5248         ...
5249         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
5250         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
5251         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
5252
5253         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
5254         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
5255         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
5256         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
5257
5258         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
5259         merge into ...
5260         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
5261         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
5262         ...
5263         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
5264         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
5265         ...
5266         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
5267         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
5268         Moved ...
5269         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
5270         here.
5271         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
5272         Moved ...
5273         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
5274         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
5275         Moved ...
5276         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
5277
5278         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
5279         conditional [RESET_PID].
5280         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
5281         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
5282         removed.
5283         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
5284         removed.
5285
5286         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
5287         <tcb-offsets.h>.
5288         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
5289         (__libc_vfork): New strong alias.
5290         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
5291         removed.
5292         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
5293         Removed.
5294
5295         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
5296         <tcb-offsets.h>.
5297         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
5298         (__libc_vfork): New strong alias.
5299         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
5300         removed.
5301         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
5302         removed.
5303
5304 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
5305
5306         * malloc/malloc.c (mi_arena): New function.
5307         (malloc_info): Remove nested function mi_arena. Call non-nosted
5308         function mi_arena.
5309
5310 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5311
5312         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
5313         by insrwi.
5314         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
5315         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
5316         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
5317         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
5318         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
5319         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
5320         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
5321
5322 2014-05-26  Andreas Schwab  <schwab@suse.de>
5323
5324         [BZ #16984]
5325         * locale/programs/repertoire.c (repertoire_read): Add slash
5326         between I18NPATH element and file name.
5327         * locale/programs/locfile.c (locfile_read): Likewise.
5328
5329 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
5330
5331         * nptl/pthread_mutexattr_settype.c
5332         (__pthread_mutexattr_settype):
5333         Disable lock elision for PTHREAD_MUTEX_NORMAL.
5334
5335 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
5336
5337         * nptl/tst-mutex5 (do_test):
5338         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
5339
5340 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
5341
5342         * benchtests/README: Document 'init' directive.
5343         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
5344         BENCH_INIT.
5345         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
5346         (parse_file): Recognize 'init' directive.
5347
5348 2014-05-26  Kyle McMartin  <kyle@redhat.com>
5349
5350         [BZ #16796]
5351         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
5352         alignment of struct pthread.
5353
5354 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
5355
5356         [BZ #16878]
5357         * nscd/netgroupcache.c (addgetnetgrentX): Look for
5358         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
5359         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
5360         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
5361
5362 2014-05-25  Richard Henderson  <rth@twiddle.net>
5363
5364         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
5365         (SINGLE_THREAD_P_PIC): Remove.
5366         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
5367         (SINGLE_THREAD_P_PIC): Remove.
5368
5369         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
5370         branch to syscall error ...
5371         (PSEUDO): ... here.
5372         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
5373         from __local_syscall_error to .Lsyscall_error.
5374         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
5375         (SYSCALL_ERROR): Update label name.
5376
5377         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
5378         Do not use DOARGS/UNDOARGS.
5379         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
5380         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
5381         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
5382         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
5383         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
5384
5385         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
5386         block comment.
5387
5388         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
5389         define if !NOT_IN_libc.
5390         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
5391         define with non-default symbol versions.
5392
5393 2014-05-23  Richard Henderson  <rth@twiddle.net>
5394
5395         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
5396         (vfork, __vfork): Define via compat_symbol.
5397
5398         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
5399         [!HAVE_IFUNC] (vfork_compat): Remove.
5400         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
5401
5402 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
5403
5404         [BZ #16978]
5405         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
5406         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
5407         variable.
5408
5409 2014-05-23  Richard Henderson  <rth@twiddle.net>
5410
5411         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
5412         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
5413         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
5414         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
5415
5416         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
5417         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
5418         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
5419         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
5420         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
5421         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
5422         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
5423         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
5424         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
5425         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
5426         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
5427         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
5428         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
5429         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
5430         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
5431         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
5432         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
5433         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
5434         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
5435         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
5436         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
5437         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
5438         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
5439         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
5440         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
5441         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
5442         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
5443         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
5444         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
5445         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
5446         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
5447         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
5448         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
5449         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
5450         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
5451         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
5452         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
5453         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
5454         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
5455         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
5456         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
5457         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
5458         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
5459         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
5460         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
5461         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
5462         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
5463         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
5464         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
5465         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
5466         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
5467         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
5468         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
5469         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
5470         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
5471         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
5472
5473         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
5474         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
5475         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
5476         before exiting on error.
5477         (__libc_vfork): New strong alias.
5478         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
5479         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
5480
5481         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
5482         that was previously under [RESET_PID].
5483         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
5484
5485         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
5486
5487 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
5488
5489         [BZ #16977]
5490         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
5491         value when x - 1 is zero.
5492         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
5493         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
5494         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
5495         0.0L for an argument of 1.0L.
5496         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
5497         Likewise.
5498         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
5499         value when x - 1 is zero.
5500         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
5501         * sysdeps/i386/fpu/libm-test-ulps: Update.
5502         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
5503
5504 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
5505
5506         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
5507         alphasort and versionsort.
5508
5509 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5510
5511         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
5512         macro.
5513         [copysignf]: Likewise.
5514
5515 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
5516
5517         * crypt/md5-crypt.c: Fix formatting.
5518
5519 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
5520
5521         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
5522         (b64_from_24bit): New function.
5523
5524 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5525
5526         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
5527         libc_hidden_builtin_def to ifunc.
5528         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
5529         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
5530
5531 2014-05-21  Roland McGrath  <roland@hack.frob.com>
5532
5533         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
5534         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
5535
5536 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
5537
5538         * nscd/Depend (linuxthreads): Remove.
5539         (nptl): Add.
5540         * resolv/Depend (linuxthreads): Remove.
5541         * rt/Depend (linuxthreads): Remove.
5542
5543         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
5544         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
5545         $(common-objpfx)elf/.
5546         (link-libc-before-gnulib): Likewise.
5547         (elfobjdir): Remove variable.
5548         * Makefile (install): Use $(elf-objpfx) instead of
5549         $(common-objpfx)elf/.
5550         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
5551         $(elfobjdir)/.
5552         (link-libc-deps): Likewise.
5553         ($(common-objpfx)libc.so): Likewise.
5554         ($(common-objpfx)linkobj/libc.so): Likewise.
5555         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
5556         instead of $(common-objpfx)elf/.
5557         (symbolic-link-list): Likewise.
5558         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
5559         [$(cross-compiling) = no]: Likewise.
5560         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
5561         $(elfobjdir)/.
5562         (static-gnulib-arch): Likewise.
5563         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
5564         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
5565         $(common-objpfx)elf/.
5566
5567 2014-05-21  Richard Henderson  <rth@redhat.com>
5568
5569         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
5570         (SINGLE_THREAD_P): Use the correct width load.  Fold
5571         into the ldr offset.
5572
5573         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
5574         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
5575
5576 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
5577
5578         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
5579         (libgcc_s_resume): Use __attribute_used__.
5580         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
5581         Likewise.
5582
5583 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5584
5585         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
5586         optimization when used with float constants.
5587
5588         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
5589
5590 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
5591
5592         [BZ #16915]
5593         * locale/nl_langinfo_l.c: Make direct reference to every
5594         _nl_current_CATEGORY symbol.
5595         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
5596         (tests-static): Add tst-langinfo-static.
5597         (tests-special): Add tst-langinfo-static.out.
5598         ($(objpfx)tst-langinfo.out): Redirect output.
5599         ($(objpfx)tst-langinfo-static.out): New.
5600         * localedata/tst-langinfo.sh: Send output to stdout.
5601         * localedata/tst-langinfo-static.c: New file.
5602
5603         [BZ #16965]
5604         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
5605         when the shift amount is modulo the limb size.
5606
5607 2014-05-20  Richard Henderson  <rth@redhat.com>
5608
5609         [BZ #16967]
5610         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
5611         Change type of sa_flags from unsigned int to int.
5612
5613         [BZ #16966]
5614         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
5615
5616         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
5617
5618 2014-05-20  Will Newton  <will.newton@linaro.org>
5619
5620         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
5621         Test the return value of the system call in the nocancel case.
5622
5623 2014-05-20  Will Newton  <will.newton@linaro.org>
5624             Yvan Roux  <yvan.roux@linaro.org>
5625
5626         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
5627         #include of asm/ptrace.h.
5628         (PTRACE_GET_THREAD_AREA): Remove #undef.
5629         (PTRACE_GETHBPREGS): Likewise.
5630         (PTRACE_SETHBPREGS): Likewise.
5631         (struct user_regs_struct): New structure.
5632         (struct user_fpsimd_struct): New structure.
5633         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
5634         #include of asm/ptrace.h and second #include of sys/user.h.
5635         (PTRACE_GET_THREAD_AREA): Remove #undef.
5636         (PTRACE_GETHBPREGS): Likewise.
5637         (PTRACE_SETHBPREGS): Likewise.
5638         (ELF_NGREG): Use new struct user_regs_struct.
5639         (elf_fpregset_t): Use new struct user_fpsimd_struct.
5640
5641 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5642
5643         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
5644         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
5645
5646 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
5647
5648         [BZ #16958]
5649         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
5650         membar to avoid block loads/stores to overlap previous stores.
5651
5652 2014-05-17  Richard Henderson  <rth@redhat.com>
5653
5654         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
5655         Create the __##syscall_name##_nocancel entry point.
5656         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
5657         Remove; let the sysdep-cancel.h code create it.
5658
5659 2014-05-17  David S. Miller  <davem@davemloft.net>
5660
5661         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
5662         Protect with __USE_GNU.
5663         (TIOCSET_TEMPT): Likewise.
5664         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
5665         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
5666         these are already provided in bits/ioctl-types.h
5667
5668 2014-05-16  Roland McGrath  <roland@hack.frob.com>
5669
5670         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
5671         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
5672
5673         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
5674         Use wait4 regardless of [__NR_waitpid].
5675
5676 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
5677
5678         PR libgcc/60166
5679         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
5680         (_FP_NANSIGN_Q): Set the quiet bit.
5681
5682 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
5683
5684         * benchtests/Makefile
5685         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
5686         not $(common-objpfx)math/libm.so.
5687         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
5688         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
5689         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
5690         $(common-objpfx)dlfcn/libdl.so.
5691         ($(objpfx)tst-audit8): Depend on $(libm), not
5692         $(common-objpfx)math/libm.so.
5693         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
5694         not $(common-objpfx)dlfcn/libdl.so.
5695         * math/Makefile
5696         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
5697         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
5698         [$(build-shared) = yes].
5699         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
5700         $(common-objpfx)nptl/libpthread.so.
5701         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
5702         $(common-objpfx)math/libm.so$(libm.so-version) or
5703         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
5704         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
5705         $(common-objpfx)dlfcn/libdl.so.
5706         * setjmp/Makefile (link-libm): Remove variable.
5707         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
5708         * stdio-common/Makefile (link-libm): Remove variable.
5709         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
5710         * stdlib/Makefile (link-libm): Remove variable.
5711         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
5712         ($(objpfx)tst-strtod-round): Likewise.
5713         ($(objpfx)tst-tininess): Likewise.
5714         ($(objpfx)tst-strtod-underflow): Likewise.
5715         ($(objpfx)tst-strtod6): Likewise.
5716         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
5717         $(libdl), not $(common-objpfx)nptl/libpthread.so and
5718         $(common-objpfx)dlfcn/libdl.so.
5719
5720 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5721
5722         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
5723         BSD terminal modes definitions.
5724
5725 2014-05-16  Roland McGrath  <roland@hack.frob.com>
5726
5727         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
5728         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
5729
5730         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
5731         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
5732         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
5733         Don't do #include_next.
5734         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
5735         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
5736         Don't do #include_next.
5737         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
5738         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
5739         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
5740         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
5741
5742 2014-05-16  Allan McRae  <allan@archlinux.org>
5743
5744         * po/sv.po: Update Swedish translation from translation project.
5745
5746         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
5747         in sed expression.
5748
5749 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
5750
5751         [BZ #16917]
5752         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
5753         errno if the TIOCGPTN ioctl fails with an error different than
5754         EINVAL.
5755         * login/tst-ptsname.c: New file.
5756         * login/Makefile (tests): Add tst-ptsname.
5757
5758         [BZ #16943]
5759         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
5760         and prlimit64.
5761
5762 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
5763
5764         [BZ #16849]
5765         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
5766         herrno to return EAI_AGAIN.
5767
5768 2014-05-14  Roland McGrath  <roland@hack.frob.com>
5769
5770         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
5771         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
5772         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
5773         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
5774         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
5775         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
5776         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
5777         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
5778         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
5779         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
5780         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
5781         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
5782         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
5783         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
5784         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
5785         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
5786         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
5787         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
5788         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
5789         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
5790         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
5791         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
5792         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
5793         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
5794         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
5795         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
5796         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
5797         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
5798         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
5799         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
5800         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
5801         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
5802         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
5803         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
5804         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
5805         Moved ...
5806         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
5807         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
5808         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
5809         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
5810         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
5811         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
5812         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
5813         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
5814         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
5815         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
5816         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
5817         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
5818         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
5819         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
5820         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
5821         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
5822         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
5823         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
5824         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
5825         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
5826         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
5827         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
5828         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
5829         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
5830         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
5831         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
5832         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
5833         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
5834         Moved ...
5835         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
5836         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
5837         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
5838         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
5839         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
5840         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
5841         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
5842         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
5843         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
5844         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
5845         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
5846         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
5847         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
5848         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
5849         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
5850         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
5851         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
5852         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
5853         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
5854         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
5855         Moved ...
5856         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
5857         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
5858         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
5859
5860         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
5861         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
5862         (libpthread-sysdep_routines): Add elision-related stuff here instead.
5863         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
5864         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
5865         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
5866         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
5867         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
5868         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
5869         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
5870         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
5871         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
5872         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
5873         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
5874         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
5875         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
5876         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
5877         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
5878         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
5879         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
5880         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
5881         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
5882         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
5883         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
5884         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
5885         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
5886         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
5887         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
5888         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
5889         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
5890         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
5891
5892         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
5893         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
5894
5895         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
5896         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
5897         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
5898         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
5899         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
5900         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
5901         Moved ...
5902         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
5903         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
5904         Moved ...
5905         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
5906         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
5907         Moved ...
5908         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
5909         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
5910         Moved ...
5911         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
5912         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
5913         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
5914         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
5915         Moved ...
5916         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
5917         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
5918         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
5919         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
5920         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
5921         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
5922         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
5923         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
5924         Moved ...
5925         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
5926         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
5927         Moved ...
5928         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
5929         ... here.
5930         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
5931         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
5932         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
5933         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
5934         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
5935         Moved ...
5936         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
5937         ... here.
5938         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
5939         Moved ...
5940         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
5941         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
5942         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
5943         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
5944         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
5945         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
5946         Moved ...
5947         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
5948         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
5949         Moved ...
5950         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
5951         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
5952         Moved ...
5953         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
5954         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
5955         Moved ...
5956         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
5957         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
5958         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
5959         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
5960         Moved ...
5961         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
5962         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
5963         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
5964         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
5965         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
5966         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
5967         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
5968         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
5969         Moved ...
5970         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
5971         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
5972         Moved ...
5973         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
5974         ... here.
5975         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
5976         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
5977         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
5978         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
5979         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
5980         Moved ...
5981         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
5982         ... here.
5983         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
5984         Moved ...
5985         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
5986         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
5987         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
5988         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
5989         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
5990         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
5991         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
5992         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
5993         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
5994         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
5995         Moved ...
5996         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
5997         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
5998         Moved ...
5999         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
6000         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
6001         Moved ...
6002         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
6003         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
6004         Moved ...
6005         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
6006         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
6007         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
6008         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
6009         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
6010         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
6011         Moved ...
6012         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
6013         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
6014         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
6015         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
6016         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
6017         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
6018         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
6019         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
6020         Moved ...
6021         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
6022         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
6023         Moved ...
6024         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
6025         ... here.
6026         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
6027         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
6028         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
6029         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
6030         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
6031         Moved ...
6032         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
6033         ... here.
6034         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
6035         Moved ...
6036         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
6037         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
6038         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
6039         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
6040         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
6041         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
6042         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
6043         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
6044         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
6045         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
6046         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
6047
6048         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
6049         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
6050
6051         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
6052         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
6053
6054         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
6055         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
6056         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
6057         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
6058         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
6059         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
6060         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
6061         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
6062         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
6063         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
6064         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
6065         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
6066         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
6067         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
6068         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
6069         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
6070         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
6071         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
6072         Moved ...
6073         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
6074         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
6075         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
6076         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
6077         Moved ...
6078         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
6079         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
6080         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
6081         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
6082         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
6083         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
6084         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
6085         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
6086         Moved ...
6087         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
6088         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
6089         Moved ...
6090         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
6091         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
6092         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
6093         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
6094         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
6095         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
6096         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
6097         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
6098         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
6099         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
6100         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
6101         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
6102         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
6103         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
6104         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
6105         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
6106         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
6107
6108         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
6109         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
6110         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
6111         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
6112         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
6113
6114         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
6115         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
6116         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
6117         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
6118         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
6119         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
6120         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
6121         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
6122         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
6123         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
6124
6125         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
6126         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
6127
6128         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
6129         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
6130         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
6131         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
6132         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
6133         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
6134         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
6135         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
6136         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
6137         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
6138         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
6139         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
6140         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
6141         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
6142         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
6143         Update #include.
6144         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
6145         Likewise.
6146         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
6147         Likewise.
6148         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
6149         Likewise.
6150         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
6151         Likewise.
6152         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
6153         Likewise.
6154         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
6155         Likewise.
6156         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
6157         Likewise.
6158         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
6159         Likewise.
6160         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
6161         Likewise.
6162         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
6163         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
6164         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
6165         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
6166         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
6167         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
6168         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
6169         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
6170         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
6171         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
6172         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
6173         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
6174         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
6175         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
6176         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
6177
6178         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
6179         that was previously under [RESET_PID].
6180         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
6181         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
6182         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
6183
6184         * sysdeps/i386/nptl/Implies: New file.
6185         * sysdeps/x86_64/nptl/Implies: New file.
6186         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
6187         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
6188         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
6189         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
6190
6191         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
6192         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
6193         (__libc_vfork): New strong alias.
6194         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
6195         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
6196
6197         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
6198         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
6199         (__libc_vfork): New strong alias.
6200         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
6201         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
6202
6203         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
6204         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
6205         (__libc_vfork): New strong alias.
6206         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
6207         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
6208         * nptl/pt-vfork.c: New file.
6209         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
6210         (libpthread: GLIBC_2.20): New version set (empty).
6211
6212 2014-05-14  Will Newton  <will.newton@linaro.org>
6213
6214         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
6215         rather than #if.
6216
6217 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
6218
6219         [BZ #16564]
6220         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
6221         arguments with exponent 65 or above.
6222         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
6223         arguments 0x1p113L or above.
6224         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
6225         to arguments 0x1p107L or above.
6226         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
6227         positive arguments with exponent 65 or above.
6228         * math/auto-libm-test-in: Add more tests of log1p.
6229         * math/auto-libm-test-out: Regenerated.
6230
6231         [BZ #16928]
6232         * math/s_cacos.c (__cacos): Ensure zero real part of result from
6233         non-finite arguments is +0.
6234         * math/s_cacosf.c (__cacosf): Likewise.
6235         * math/s_cacosl.c (__cacosl): Likewise.
6236         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
6237         * sysdeps/i386/fpu/libm-test-ulps: Update.
6238         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6239
6240         [BZ #16927]
6241         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
6242         value.
6243         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
6244         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
6245         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
6246         for explicit high bit of mantissa when testing for argument equal
6247         to 1.
6248         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
6249         * sysdeps/i386/fpu/libm-test-ulps: Update.
6250         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6251
6252         [BZ #16516]
6253         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
6254         (__erf): Scale by 16 instead of 8 in potentially underflowing
6255         case.  Ensure exception if result actually underflows.
6256         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
6257         (__erff): Scale by 16 instead of 8 in potentially underflowing
6258         case.  Ensure exception if result actually underflows.
6259         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
6260         (efx8): Remove variable.
6261         (__erfl): Scale by 16 instead of 8 in potentially underflowing
6262         case.  Ensure exception if result actually underflows.
6263         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
6264         (efx8): Remove variable.
6265         (__erfl): Scale by 16 instead of 8 in potentially underflowing
6266         case.  Ensure exception if result actually underflows.
6267         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
6268         (efx8): Remove variable.
6269         (__erfl): Scale by 16 instead of 8 in potentially underflowing
6270         case.  Ensure exception if result actually underflows.
6271         * math/auto-libm-test-in: Add more tests of erf.
6272         * math/auto-libm-test-out: Regenerated.
6273
6274 2014-05-14  Andreas Schwab  <schwab@suse.de>
6275
6276         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
6277         Remove code conditionalized on USE___THREAD.
6278
6279         * config.h.in (HAVE_PT_CHOWN): Define as 0.
6280         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
6281         not definedness.
6282
6283 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
6284
6285         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
6286         Define unconditionally.
6287         (__ASSUME_O_CLOEXEC): Likewise.
6288         (__ASSUME_SOCK_CLOEXEC): Likewise.
6289         (__ASSUME_IN_NONBLOCK): Likewise.
6290         (__ASSUME_PIPE2): Likewise.
6291         (__ASSUME_EVENTFD2): Likewise.
6292         (__ASSUME_SIGNALFD4): Likewise.
6293         (__ASSUME_DUP3): Likewise.
6294         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
6295         (__ASSUME_DUP3): Do not define.
6296         (__ASSUME_EVENTFD2): Likewise.
6297         (__ASSUME_IN_NONBLOCK): Likewise.
6298         (__ASSUME_O_CLOEXEC): Likewise.
6299         (__ASSUME_PIPE2): Likewise.
6300         (__ASSUME_SIGNALFD4): Likewise.
6301         (__ASSUME_SOCK_CLOEXEC): Likewise.
6302         (__ASSUME_UTIMES): Undefine.
6303         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
6304         (__ASSUME_UTIMES): Do not define.
6305         (__ASSUME_O_CLOEXEC): Likewise.
6306         (__ASSUME_SOCK_CLOEXEC): Likewise.
6307         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
6308         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
6309         0x020621].
6310         (__ASSUME_PIPE2): Likewise.
6311         (__ASSUME_EVENTFD2): Likewise.
6312         (__ASSUME_SIGNALFD4): Likewise.
6313         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
6314         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
6315         Do not define.
6316         (__ASSUME_EVENTFD2): Likewise.
6317         (__ASSUME_SIGNALFD4): Likewise.
6318         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
6319         (__ASSUME_32BITUIDS): Likewise.
6320         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
6321         (__ASSUME_IPC64): Likewise.
6322         (__ASSUME_ST_INO_64_BIT): Likewise.
6323         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
6324         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
6325         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
6326         (__ASSUME_UTIMES): Do not define.
6327         (__ASSUME_PSELECT): Likewise.
6328         (__ASSUME_PPOLL): Likewise.
6329         (__ASSUME_O_CLOEXEC): Likewise.
6330         (__ASSUME_SOCK_CLOEXEC): Likewise.
6331         (__ASSUME_IN_NONBLOCK): Likewise.
6332         (__ASSUME_PIPE2): Likewise.
6333         (__ASSUME_EVENTFD2): Likewise.
6334         (__ASSUME_SIGNALFD4): Likewise.
6335         (__ASSUME_DUP3): Likewise.
6336         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
6337         (__ASSUME_UTIMES): Likewise.
6338         (__ASSUME_O_CLOEXEC): Likewise.
6339         (__ASSUME_SOCK_CLOEXEC): Likewise.
6340         (__ASSUME_IN_NONBLOCK): Likewise.
6341         (__ASSUME_PIPE2): Likewise.
6342         (__ASSUME_EVENTFD2): Likewise.
6343         (__ASSUME_SIGNALFD4): Likewise.
6344         (__ASSUME_DUP3): Likewise.
6345         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
6346         (__ASSUME_UTIMES): Likewise.
6347         (__ASSUME_O_CLOEXEC): Likewise.
6348         (__ASSUME_SOCK_CLOEXEC): Likewise.
6349         (__ASSUME_IN_NONBLOCK): Likewise.
6350         (__ASSUME_PIPE2): Likewise.
6351         (__ASSUME_EVENTFD2): Likewise.
6352         (__ASSUME_SIGNALFD4): Likewise.
6353         (__ASSUME_DUP3): Likewise.
6354         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
6355         Likewise.
6356         (__ASSUME_UTIMES): Likewise.
6357         (__ASSUME_EVENTFD2): Likewise.
6358         (__ASSUME_SIGNALFD4): Likewise.
6359         * sysdeps/unix/sysv/linux/tile/kernel-features.h
6360         (__ASSUME_O_CLOEXEC): Likewise.
6361         (__ASSUME_SOCK_CLOEXEC): Likewise.
6362         (__ASSUME_IN_NONBLOCK): Likewise.
6363         (__ASSUME_PIPE2): Likewise.
6364         (__ASSUME_EVENTFD2): Likewise.
6365         (__ASSUME_SIGNALFD4): Likewise.
6366         (__ASSUME_DUP3): Likewise.
6367         (__ASSUME_UTIMES): Undefine.
6368
6369         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
6370         feclearexcept.  Remove symbol versioning code.
6371         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
6372         symbol versioning code.
6373         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
6374         symbol versioning code.
6375         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
6376         feupdateenv.  Remove symbol versioning code.
6377         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
6378         fegetexceptflag.  Remove symbol versioning code.
6379         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
6380         fesetexceptflag.  Remove symbol versioning code.
6381         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
6382         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
6383         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
6384         (__posix_fadvise64_l32): Remove prototype.
6385         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
6386         code.
6387
6388 2014-05-13  Roland McGrath  <roland@hack.frob.com>
6389
6390         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
6391         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
6392         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
6393         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
6394
6395 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
6396
6397         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
6398         current working directory
6399
6400 2014-05-13  Roland McGrath  <roland@hack.frob.com>
6401
6402         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
6403         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
6404         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
6405         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
6406         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
6407         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
6408         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
6409         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
6410         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
6411         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
6412         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
6413         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
6414         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
6415         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
6416         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
6417         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
6418         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
6419         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
6420         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
6421         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
6422         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
6423         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
6424         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
6425         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
6426         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
6427         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
6428         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
6429         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
6430         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
6431         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
6432         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
6433         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
6434         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
6435         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
6436         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
6437         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
6438         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
6439         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
6440         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
6441         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
6442         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
6443         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
6444
6445         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
6446         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
6447
6448         * sysdeps/unix/sysv/linux/arm/Makefile
6449         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
6450         Add rt-aeabi_unwind_cpp_pr1.
6451         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
6452         Add nptl-aeabi_unwind_cpp_pr1.
6453         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
6454         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
6455         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
6456         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
6457         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
6458         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
6459
6460         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
6461         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
6462         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
6463         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
6464
6465         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
6466         Deconditionalize the code that was previously under [RESET_PID].
6467         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
6468
6469         * sysdeps/generic/exit-thread.h: New file.
6470         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
6471         * include/unistd.h (__exit_thread): Remove declaration.
6472         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
6473         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
6474         * csu/libc-start.c: Include <exit-thread.h>.
6475         (LIBC_START_MAIN): Pass no argument to __exit_thread.
6476         * nptl/pthread_create.c: Include <exit-thread.h>.
6477         (start_thread): Call __exit_thread in place of __exit_thread_inline.
6478         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
6479         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
6480         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
6481         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
6482         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
6483         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
6484         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
6485         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
6486         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
6487         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
6488         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
6489         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
6490         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
6491         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
6492         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
6493         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
6494
6495 2014-05-13  Andreas Schwab  <schwab@suse.de>
6496
6497         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
6498
6499 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
6500
6501         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
6502         (__ASSUME_UTIMES): Do not condition on kernel version.
6503         (__ASSUME_PSELECT): Define unconditionally.
6504         (__ASSUME_PPOLL): Likewise.
6505         (__ASSUME_ATFCTS): Likewise.
6506         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
6507         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
6508         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
6509         (__ASSUME_UTIMENSAT): Define unconditionally.
6510         (__ASSUME_PRIVATE_FUTEX): Likewise.
6511         (__ASSUME_FALLOCATE): Likewise.
6512         (__ASSUME_O_CLOEXEC): Likewise.
6513         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
6514         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
6515         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
6516         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
6517         (__ASSUME_IN_NONBLOCK): Likewise.
6518         (__ASSUME_PIPE2): Likewise.
6519         (__ASSUME_EVENTFD2): Likewise.
6520         (__ASSUME_SIGNALFD4): Likewise.
6521         (__ASSUME_DUP3): Likewise.
6522         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
6523         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
6524         (__ASSUME_AT_RANDOM): Likewise.
6525         (__ASSUME_PREADV): Likewise.
6526         (__ASSUME_PWRITEV): Likewise.
6527         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
6528         (__ASSUME_F_GETOWN_EX): Define unconditionally.
6529         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
6530         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
6531         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
6532         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
6533         (__ASSUME_O_CLOEXEC): Define unconditionally.
6534         (__ASSUME_PSELECT): Do not undefine conditionally.
6535         (__ASSUME_PPOLL): Likewise.
6536         (__ASSUME_ATFCTS): Likewise.
6537         (__ASSUME_SET_ROBUST_LIST): Likewise.
6538         (__ASSUME_UTIMENSAT): Likewise.
6539         (__ASSUME_FDATASYNC): Define unconditionally.
6540         * sysdeps/unix/sysv/linux/arm/kernel-features.h
6541         (__ASSUME_SIGFRAME_V2): Likewise.
6542         )__ASSUME_EVENTFD2): Likewise.
6543         (__ASSUME_SIGNALFD4): Likewise.
6544         (__ASSUME_PSELECT): Do not undefine conditionally.
6545         (__ASSUME_PPOLL): Likewise.
6546         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
6547         (__ASSUME_PSELECT): Define unconditionally.
6548         (__ASSUME_PPOLL): Likewise.
6549         (__ASSUME_O_CLOEXEC): Likewise.
6550         (__ASSUME_SOCK_CLOEXEC): Likewise.
6551         (__ASSUME_IN_NONBLOCK): Likewise.
6552         (__ASSUME_PIPE2): Likewise.
6553         (__ASSUME_EVENTFD2): Likewise.
6554         (__ASSUME_SIGNALFD4): Likewise.
6555         (__ASSUME_DUP3): Likewise.
6556         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
6557         (__ASSUME_O_CLOEXEC): Likewise.
6558         (__ASSUME_SOCK_CLOEXEC): Likewise.
6559         (__ASSUME_IN_NONBLOCK): Likewise.
6560         (__ASSUME_PIPE2): Likewise.
6561         (__ASSUME_EVENTFD2): Likewise.
6562         (__ASSUME_SIGNALFD4): Likewise.
6563         (__ASSUME_DUP3): Likewise.
6564         * sysdeps/unix/sysv/linux/mips/kernel-features.h
6565         (__ASSUME_EVENTFD2): Likewise.
6566         (__ASSUME_SIGNALFD4): Likewise.
6567         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
6568
6569 2014-05-12  Andreas Schwab  <schwab@suse.de>
6570
6571         [BZ #16932]
6572         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
6573         (_nss_nis_gethostbyname4_r): Return error if item length is larger
6574         than maximum RPC packet size.
6575         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
6576         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
6577         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
6578         (_nss_nis_getservbyport_r): Likewise.
6579
6580 2014-05-12  Will Newton  <will.newton@linaro.org>
6581
6582         * malloc/Makefile (tests): Add tst-mallopt.
6583         * malloc/tst-mallopt.c: New file.
6584
6585 2014-05-09  Roland McGrath  <roland@hack.frob.com>
6586
6587         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
6588         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
6589
6590 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6591
6592         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
6593         (tst-tlsmod6.so): Likewise.
6594
6595 2014-05-09  Roland McGrath  <roland@hack.frob.com>
6596
6597         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
6598
6599 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
6600
6601         [BZ #16064]
6602         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
6603         and <dl-procinfo.h>.
6604         (__fegetenv): Save SSE state in envp->__eip if supported.
6605         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
6606         envp->__eip if supported.
6607         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
6608         and <dl-procinfo.h>.
6609         (__fesetenv): Always set __eip, __cs_selector, __opcode,
6610         __data_offset and __data_selector in environment to 0.  Set SSE
6611         state if supported.
6612         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
6613         test-fenv-sse.
6614         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
6615         -mfpmath=sse.
6616         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
6617
6618 2014-05-09  Will Newton  <will.newton@linaro.org>
6619
6620         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
6621         and libc_relro_required for ARM.
6622         * sysdeps/arm/preconfigure: Regenerate.
6623
6624 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
6625             Stefan Liebler  <stli@linux.vnet.ibm.com>
6626
6627         * config.make.in (enable-lock-elision): New Makefile variable.
6628         * configure.ac: Likewise.
6629         * configure: Regenerate.
6630         * sysdeps/s390/configure.ac:
6631         Add check for gcc transactions support.
6632         * sysdeps/s390/configure: Regenerate.
6633         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
6634         Build elision files if enabled.
6635         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
6636         Add lock elision support for s390.
6637         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
6638         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
6639         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
6640         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
6641         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
6642         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
6643         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
6644         Likewise.
6645         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
6646         Likewise.
6647         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
6648         Likewise.
6649         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
6650         Likewise.
6651         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
6652         (__lll_timedlock_elision, __lll_lock_elision)
6653         (__lll_unlock_elision, __lll_trylock_elision)
6654         (lll_timedlock_elision, lll_lock_elision)
6655         (lll_unlock_elision, lll_trylock_elision): Add.
6656         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
6657         (pthread_mutex_t): Add lock elision support for s390.
6658
6659 2014-05-14  Wilco  <wdijkstr@arm.com>
6660
6661         * sysdeps/arm/fclrexcpt.c: Cleanup.
6662         * sysdeps/arm/fedisblxcpt.c: Cleanup.
6663         * sysdeps/arm/feenablxcpt.c: Cleanup.
6664         * sysdeps/arm/fegetenv.c: Cleanup.
6665         * sysdeps/arm/fegetexcept.c: Cleanup.
6666         * sysdeps/arm/fegetround.c: Cleanup.
6667         * sysdeps/arm/feholdexcpt.c: Cleanup.
6668         * sysdeps/arm/fesetenv.c: Cleanup.
6669         * sysdeps/arm/fesetround.c: Cleanup.
6670         * sysdeps/arm/feupdateenv.c: Cleanup.
6671         * sysdeps/arm/fgetexcptflg.c: Cleanup.
6672         * sysdeps/arm/fraiseexcpt.c: Cleanup.
6673         * sysdeps/arm/fsetexcptflg.c: Cleanup.
6674         * sysdeps/arm/ftestexcept.c: Cleanup.
6675         * sysdeps/arm/get-rounding-mode.h: Cleanup.
6676         * sysdeps/arm/setfpucw.c: Cleanup.
6677
6678 2014-05-09  Will Newton  <will.newton@linaro.org>
6679
6680         * sysdeps/arm/armv7/strcmp.S: New file.
6681         * NEWS: Mention addition of ARMv7 optimized strcmp.
6682
6683 2014-05-08  Roland McGrath  <roland@hack.frob.com>
6684
6685         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
6686         look for %.ac rather than %.in.
6687
6688         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
6689         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
6690         * sysdeps/mach/hurd/configure: Regenerated.
6691         * sysdeps/unix/sysv/linux/configure: Regenerated.
6692
6693         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
6694
6695 2014-05-07  Steve Ellcey  <sellcey@mips.com>
6696
6697         [BZ# 16922]
6698         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
6699         (LONG_SUB): Ditto.
6700         (PTR_SUB): Ditto.
6701
6702 2014-05-07  Andreas Schwab  <schwab@suse.de>
6703
6704         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
6705         when skipping over non-matching result from nscd.
6706
6707 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
6708
6709         [BZ #16876]
6710         * nptl/sockperf.c (client): Check socket return value.
6711
6712         [BZ #16877]
6713         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
6714         nscd security class.
6715
6716 2014-05-06  Roland McGrath  <roland@hack.frob.com>
6717
6718         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
6719         * sysdeps/arm/unwind.h: ... here.
6720
6721 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
6722
6723         [BZ# 16916]
6724         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
6725         Define.
6726
6727 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
6728
6729         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
6730         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
6731         multiarch strncpy for PPC64.
6732         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
6733         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
6734         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
6735         multiarch optimizations.
6736         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
6737         (__libc_ifunc_impl_list): Likewise.
6738         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
6739         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
6740         multiarch stpncpy for PPC64.
6741         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
6742         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
6743
6744 2014-05-06  Andreas Schwab  <schwab@suse.de>
6745
6746         [BZ #16912]
6747         * gmon/mcount.c (_MCOUNT_DECL): Use
6748         atomic_compare_and_exchange_bool_acq instead of
6749         catomic_compare_and_exchange_bool_acq.
6750
6751 2014-05-05  Roland McGrath  <roland@hack.frob.com>
6752
6753         * elf/Makefile (others, install-bin): Remove pldd.
6754         (pldd-modules): Variable removed.
6755         ($(objpfx)pldd): Target removed.
6756         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
6757         (others, install-bin): Append pldd here.
6758         ($(objpfx)pldd): New target.
6759
6760         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
6761         to 0, so the first #if test emitted later doesn't see it undefined.
6762         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
6763         * sysdeps/gnu/errlist.c: Regenerated.
6764
6765 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6766
6767         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
6768         [libc_hidden_builtin_def]: Define to empty value.
6769         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
6770         [libc_hidden_builtin_def]: Likewise.
6771         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
6772         [libc_hidden_builtin_def]: Likewise.
6773         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
6774         [libc_hidden_builtin_def]: Likewise.
6775         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
6776         __redirect_memcpy and define ifunc as default hidden symbol.
6777         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
6778         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
6779
6780 2014-05-04  Adam Conrad  <adconrad@0c3.net>
6781
6782         * locale/iso-4217.def: Reintroduce XDR currency.
6783
6784 2014-05-04  Allan McRae  <allan@archlinux.org>
6785
6786         * po/eo.po: Update Esperanto translation from translation project.
6787
6788 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
6789
6790         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
6791         and FEATURE_INDEX_MAX to 1.
6792         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
6793
6794 2014-05-01  Steve Ellcey  <sellcey@mips.com>
6795
6796         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
6797         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
6798         * iconvdata/big5.c (ONE_DIRECTION): Define.
6799         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
6800         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
6801         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
6802         * iconvdata/cp932.c (ONE_DIRECTION): Define.
6803         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
6804         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
6805         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
6806         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
6807         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
6808         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
6809         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
6810         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
6811         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
6812         * iconvdata/gbk.c (ONE_DIRECTION): Define.
6813         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
6814         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
6815         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
6816         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
6817         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
6818         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
6819         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
6820         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
6821         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
6822         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
6823         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
6824         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
6825         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
6826         * iconvdata/iso646.c (ONE_DIRECTION): Define.
6827         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
6828         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
6829         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
6830         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
6831         * iconvdata/johab.c (ONE_DIRECTION): Define.
6832         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
6833         * iconvdata/sjis.c (ONE_DIRECTION): Define.
6834         * iconvdata/t.61.c (ONE_DIRECTION): Define.
6835         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
6836         * iconvdata/tscii.c (ONE_DIRECTION): Define.
6837         * iconvdata/uhc.c (ONE_DIRECTION): Define.
6838         * iconvdata/unicode.c (ONE_DIRECTION): Define.
6839         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
6840         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
6841         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
6842
6843 2014-05-01  Roland McGrath  <roland@hack.frob.com>
6844
6845         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
6846         (_IO_JUMPS_OFFSET): Define to 0.
6847
6848         * nptl/sysdeps/pthread/bits/libc-lock.h
6849         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
6850         (__libc_lock_define_initialized_recursive): Always define using
6851         initializer.  Modern compilers treat uninitialized (implicit zero) and
6852         explicit zero initializers the same (i.e. put the datum in bss).
6853
6854 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
6855
6856         * nscd/nscd-client.h: Include <string.h>.
6857
6858 2014-05-01  David S. Miller  <davem@davemloft.net>
6859
6860         [BZ #16885]
6861         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
6862         multiple zero bytes exist at the end of a string.
6863         Reported by Aurelien Jarno <aurelien@aurel32.net>
6864
6865         * string/test-strcmp.c (check): Add explicit test for situations where
6866         there are multiple zero bytes after the first.
6867
6868 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
6869
6870         [BZ #16890]
6871         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
6872         when compiling wprintf.
6873         * stdio-common/tstdiomisc.c (t3): New function.
6874         (main): Call it.
6875
6876 2014-05-01  Steve Ellcey  <sellcey@mips.com>
6877
6878         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
6879         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
6880         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
6881         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
6882
6883 2014-05-01  Steve Ellcey  <sellcey@mips.com>
6884
6885         * stdlib/longlong.h: Updated from GCC.
6886
6887 2014-05-01  Will Newton  <will.newton@linaro.org>
6888             Bernard Ogden  <bernie.ogden@linaro.org>
6889
6890         * NEWS: Update fixed bug list.
6891
6892         [BZ #15119]
6893         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
6894
6895 2014-04-30  David S. Miller  <davem@davemloft.net>
6896
6897         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
6898         (libc_feholdexcept_setround_sparc_ctx): New function.
6899         (libc_fesetenv_sparc_ctx): Likewise.
6900         (libc_feupdateenv_sparc_ctx): Likewise.
6901         (libc_feholdsetround_sparc_ctx): Likewise.
6902         (libc_feholdexcept_setround_ctx): Define.
6903         (libc_feholdexcept_setroundf_ctx): Likewise.
6904         (libc_feholdexcept_setroundl_ctx): Likewise.
6905         (libc_fesetenv_ctx): Likewise.
6906         (libc_fesetenvf_ctx): Likewise.
6907         (libc_fesetenvl_ctx): Likewise.
6908         (libc_feupdateenv_ctx): Likewise.
6909         (libc_feupdateenvf_ctx): Likewise.
6910         (libc_feupdateenvl_ctx): Likewise.
6911         (libc_feresetround_ctx): Likewise.
6912         (libc_feresetroundf_ctx): Likewise.
6913         (libc_feresetroundl_ctx): Likewise.
6914         (libc_feholdsetround_ctx): Likewise.
6915         (libc_feholdsetroundf_ctx): Likewise.
6916         (libc_feholdsetroundl_ctx): Likewise.
6917
6918         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
6919         with __USE_GNU instead of XOPEN cpp guards.
6920
6921         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
6922         0.
6923
6924         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
6925         with XOPEN cpp guards.
6926
6927 2014-04-30  Julian Brown  <julian@codesourcery.com>
6928
6929         [BZ #16888]
6930         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
6931         handling.
6932
6933 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
6934
6935         [BZ #9894]
6936         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
6937         Change to 2.6.32.
6938         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
6939         * sysdeps/unix/sysv/linux/configure: Regenerated.
6940         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
6941         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
6942         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
6943         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
6944         * README: Update reference to required Linux kernel version.
6945         * manual/install.texi (Linux): Update reference to required Linux
6946         kernel headers version.
6947         * INSTALL: Regenerated.
6948
6949         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
6950         header inclusion.
6951         [POSIX] (limits.h): Likewise.
6952         [POSIX] (math.h): Likewise.
6953         [POSIX] (sys/wait.h): Likewise.
6954         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
6955         function.
6956         [POSIX] (stddef.h): Do not allow header inclusion.
6957
6958 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6959
6960         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
6961
6962 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
6963
6964         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
6965         Return immediately after lll_futex_wake.
6966
6967 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
6968
6969         [BZ #16791]
6970         * nscd/nscd-client.h (datahead_init_common): Initialize entire
6971         structure.
6972         (datahead_init_pos): Call datahead_init_common early.
6973         (datahead_init_neg): Likewise.
6974
6975         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
6976         datahead_init_neg): New functions.
6977         * nscd/aicache.c (addhstaiX): Use them.
6978         * nscd/grpcache.c (cache_addgr): Likewise.
6979         * nscd/hstcache.c (cache_addhst): Likewise.
6980         * nscd/initgrcache.c (addinitgroupsX): Likewise.
6981         * nscd/netgroupcache.c (do_notfound): Likewise.
6982         (addgetnetgrentX): Likewise.
6983         (addinnetgrX): Likewise.
6984         * nscd/pwdcache.c (cache_addpw): Likewise.
6985         * nscd/servicescache.c (cache_addserv): Likewise.
6986
6987 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
6988             Atsushi Onoe  <atsushi@onoe.org>
6989
6990         [BZ #14308]
6991         [BZ #12994]
6992         [BZ #13651]
6993         * resolv/res_query.c (__libc_res_nsearch): Return if at least
6994         one response is valid.
6995         * resolv/res_send.c (send_dg): Check for validity of other
6996         response if the current response is a referral.
6997
6998 2014-04-29  Steve Ellcey  <sellcey@mips.com>
6999
7000         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
7001
7002 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
7003
7004         [BZ #16823]
7005         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
7006         Always divide by positive zero when computing -Inf result.
7007         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
7008         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
7009
7010 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7011
7012         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
7013         FPSCR if value do not change.
7014         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
7015         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
7016         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
7017         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
7018         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
7019         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
7020         function.
7021
7022 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
7023
7024         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
7025         * sysdeps/unix/sysv/linux/hppa: Move directory from
7026         ports/systeps/unix/sysv/linux/hppa.
7027         * README: Update listing for hppa-*-linux-gnu.
7028
7029 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
7030
7031         [BZ #16754]
7032         * manual/stdio.texi (Hook functions): Fix types of stream hook
7033         functions.
7034         [BZ #16854]
7035         * socket/sys/socket.h: Fix typo in comment.
7036
7037 2014-04-28  Wilco  <wdijkstr@arm.com>
7038
7039         * sysdeps/arm/fenv_private.h: New file.
7040         * sysdeps/arm/math_private.h: New file.
7041         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
7042
7043 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
7044
7045         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
7046         with __int128_t.
7047         (La_x86_64_retval): Likewise.
7048
7049 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
7050
7051         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
7052         fpsr if value didn't change.
7053         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
7054         to fpcr if value didn't change.
7055         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
7056         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
7057         fpsr or fpcr if value didn't change.
7058         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
7059         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
7060         fpcr if value didn't change.
7061         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
7062         to fpsr if value didn't change.
7063
7064 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
7065
7066         * nptl/tst-sem3.c: Use test-skeleton.c
7067         (main): Rename to do_test.  Use return instead of
7068         exit.
7069         * nptl/tst-sem4.c: Use test-skeleton.c
7070         (main): Rename to do_test.
7071
7072 2014-04-22  David S. Miller  <davem@davemloft.net>
7073
7074         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
7075         (struct sigaction): New struct member __glibc_reserved0, change
7076         type of sa_flags to int.
7077
7078 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
7079
7080         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
7081         (COUNT_LEADING_ZEROS_0): Define for AArch64.
7082
7083 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
7084
7085         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
7086         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
7087
7088 2014-04-22  Will Newton  <will.newton@linaro.org>
7089             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
7090
7091         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
7092         (__longjmp): Add longjmp and longjmp_target SystemTap
7093         probes.
7094         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
7095         (__sigsetjmp): Add setjmp SystemTap probe.
7096
7097 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
7098
7099         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
7100         match manual order.
7101
7102 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7103
7104         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
7105
7106         * sysdeps/powerpc/fpu/fenv_private.h
7107         (libc_feholdexcept_setroundl_ctx): Define to
7108         libc_feholdexcept_setround_ppc_ctx.
7109         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
7110         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
7111         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
7112         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
7113
7114 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
7115
7116         * sysdeps/aarch64/math-tests.h: New file.
7117
7118 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
7119
7120         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
7121         New.
7122         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
7123         Check and set bit_AVX2_Usable.
7124         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
7125         macro.
7126         (bit_AVX2): Likewise.
7127         (index_AVX2_Usable): Likewise.
7128         (CPUID_AVX2): Likewise.
7129         (HAS_AVX2): Likewise.
7130
7131 2014-04-17  Will Newton  <will.newton@linaro.org>
7132
7133         * manual/setjmp.texi (System V contexts): Add note that
7134         calling setcontext on a context created by a call to a
7135         signal handler is undefined.  Update text to note that
7136         setcontext from a signal handler is possible but not
7137         recommended.
7138
7139         [BZ #16629]
7140         * stdlib/tst-setcontext.c: Include signal.h.
7141         (main): Check that the signal stack before and
7142         after swapcontext is the same.
7143
7144         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
7145         Re-implement to restore registers in user code and avoid
7146         rt_sigreturn system call.
7147
7148 2014-04-17  Wilco  <wdijkstr@arm.com>
7149
7150         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
7151         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
7152         * math/test-fenv.c: Skip exception trap tests on targets which only
7153         support non-stop mode.
7154
7155 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
7156             Wilco Dijkstra  <wilco.dijkstra@arm.com>
7157
7158         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
7159         (libc_feholdsetround_aarch64_ctx)
7160         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
7161         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
7162         (libc_feresetround_ctx, libc_feresetroundf_ctx)
7163         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
7164         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
7165         (libc_feresetround_noexl_ctx): Define.
7166
7167 2014-04-16  Richard Henderson  <rth@redhat.com>
7168
7169         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
7170
7171         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
7172         unwind tables.
7173
7174         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
7175         const from the non-libc, non-ldso copy.
7176
7177         * sysdeps/alpha/libm-test-ulps: Regenerate.
7178
7179 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
7180             Wilco Dijkstra  <wilco.dijkstra@arm.com>
7181
7182         * sysdeps/aarch64/fpu/math_private.h: New file.
7183
7184 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
7185
7186         * sysdeps/aarch64/libm-test-ulps: Regenerate.
7187
7188 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
7189
7190         [BZ #16275]
7191         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
7192         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
7193         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
7194         Intel MPX bound registers before _dl_profile_fixup.
7195         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
7196         registers after _dl_profile_fixup.  Save and restore bound
7197         registers bnd0/bnd1 when calling _dl_call_pltexit.
7198         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
7199         (LR_BND_OFFSET): Likewise.
7200         (LRV_BND0_OFFSET): Likewise.
7201         (LRV_BND1_OFFSET): Likewise.
7202
7203 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
7204
7205         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
7206         to...
7207         * sysdeps/mach/hurd/i386/tls.h: ... here.
7208         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
7209         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
7210         fields.
7211
7212 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
7213
7214         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
7215
7216 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
7217
7218         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
7219
7220 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
7221
7222         [BZ #14770]
7223         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
7224         * sysdeps/s390/configure: Regenerate.
7225
7226         [BZ #16824]
7227         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
7228         Set round-to-nearest internally to reduce error accumulation.
7229
7230 2014-04-16  Alan Modra  <amodra@gmail.com>
7231
7232         [BZ #16740]
7233         [BZ #16619]
7234         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
7235         * math/libm-test.inc (frexp_test_data): Add tests.
7236         * NEWS: Update fixed bug list.
7237
7238 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
7239
7240         * benchtests/Makefile: Depend on libraries in build directory.
7241         (bench-math): Separate out math tests.
7242         (bench-pthread): Separate out pthread tests.
7243         (bench): Include math and pthread tests.
7244
7245 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
7246
7247         [BZ #16831]
7248         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
7249         _dl_debug_initialize.
7250
7251         * configure.ac: Remove SELinux header check.
7252         * configure: Regenerate.
7253         * nscd/selinux.c (perms): Array of const char* to permission names.
7254         (nscd_request_avc_has_perm): Call security_deny_unknown to find
7255         default policy. Call string_to_security_class and string_to_av_perm to
7256         translate strings. Enforce default policy and call avs_has_perm with
7257         results of translated strings.
7258
7259 2014-04-13  David S. Miller  <davem@davemloft.net>
7260
7261         * sysdeps/sparc/fpu/libm-test-ulps: Update.
7262
7263 2014-04-12  Allan McRae  <allan@archlinux.org>
7264
7265         [BZ #16838]
7266         * manual/string.texi (Collation Functions): Fix qsort argument
7267         order in example.
7268         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
7269
7270 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
7271
7272         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
7273         Make the test a no-op if there are no exceptions defined.
7274
7275 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
7276
7277         * elf/Makefile (tests): make tst-dlopen-aout conditional on
7278         enable-hardcoded-path-in-tests
7279
7280 2014-04-11  Will Newton  <will.newton@linaro.org>
7281
7282         * benchtests/Makefile (extra-objs): Add json-lib.o.
7283         (bench-func): Tidy up JSON output.
7284         * benchtests/bench-skeleton.c: Include json-lib.h.
7285         (main): Use JSON library functions to do output of
7286         benchmark results.
7287         * benchtests/bench-timing-type.c (main): Output the
7288         timing type simply, leaving formatting to the user.
7289         * benchtests/json-lib.c: New file.
7290         * benchtests/json-lib.h: Likewise.
7291
7292 2014-04-11  Torvald Riegel  <triegel@redhat.com>
7293
7294         [BZ #15215]
7295         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
7296         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
7297         memory barriers.  Add comments.
7298         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
7299         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
7300         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
7301         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
7302         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
7303         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
7304
7305 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
7306
7307         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
7308         * sysdeps/s390/s390-64/configure.ac: ... this ...
7309         * sysdeps/s390/configure.ac: ... to here.
7310         * sysdeps/s390/s390-32/configure: Delete file.
7311         * sysdeps/s390/s390-64/configure: Delete file.
7312         * sysdeps/s390/configure: Regenerate.
7313
7314 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
7315
7316         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
7317
7318 2014-04-11  Will Newton  <will.newton@linaro.org>
7319
7320         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
7321         to zero if it is not defined elsewhere.  (mtrim): Test
7322         the value of MALLOC_DEBUG with #if rather than #ifdef.
7323
7324 2014-04-10 Torvald Riegel  <triegel@redhat.com>
7325
7326         * benchtests/pthread_once-inputs: New file.
7327         * benchtests/pthread_once-source.c: New file.
7328         * benchtests/README: Update documentation.
7329
7330 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
7331             H.J. Lu  <hongjiu.lu@intel.com>
7332
7333         [BZ #16275]
7334         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
7335         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
7336         * sysdeps/x86_64/configure: Regenerated.
7337         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
7338         macro.
7339         (REGISTER_SAVE_RAX): Likewise.
7340         (REGISTER_SAVE_RCX): Likewise.
7341         (REGISTER_SAVE_RDX): Likewise.
7342         (REGISTER_SAVE_RSI): Likewise.
7343         (REGISTER_SAVE_RDI): Likewise.
7344         (REGISTER_SAVE_R8): Likewise.
7345         (REGISTER_SAVE_R9): Likewise.
7346         (REGISTER_SAVE_BND0): Likewise.
7347         (REGISTER_SAVE_BND1): Likewise.
7348         (REGISTER_SAVE_BND2): Likewise.
7349         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
7350         bound registers when calling _dl_fixup.
7351
7352 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7353
7354         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
7355         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
7356         of its definition.
7357         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
7358         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
7359         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
7360         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
7361         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
7362         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
7363         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
7364
7365 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
7366
7367         [BZ #15514]
7368         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
7369         pathconf(_PC_NAME_MAX).
7370
7371 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7372
7373         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
7374         Remove macro usage.
7375         (__PTHREAD_SPINS): Move definition to ...
7376         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
7377         (__PTHREAD_SPINS): ... here.
7378         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
7379         (__PTHREAD_SPIN): Likewise.
7380         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
7381         (__PTHREAD_SPIN): Likewise.
7382         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
7383         (__PTHREAD_SPIN): Likewise.
7384         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
7385         (__PTHREAD_SPIN): Likewise.
7386         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
7387         (__PTHREAD_SPIN): Likewise.
7388         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
7389         (__PTHREAD_SPIN): Likewise.
7390         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
7391         (__PTHREAD_SPIN): Likewise.
7392         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
7393         (__PTHREAD_SPIN): Likewise.
7394         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
7395         (__PTHREAD_SPIN): Likewise.
7396         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
7397         (__PTHREAD_SPIN): Likewise.
7398         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
7399         (__PTHREAD_SPIN): Likewise.
7400         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
7401         (__PTHREAD_SPIN): Likewise.
7402
7403         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
7404         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
7405         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
7406         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
7407         imply folder.
7408         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
7409         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
7410         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
7411         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
7412         correct imply path.
7413         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
7414         strlen symbol for non multi-arch builds.
7415         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
7416         missing hidden_def and weak_alias.
7417
7418 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
7419
7420         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
7421
7422 2014-04-07  Will Newton  <will.newton@linaro.org>
7423
7424         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
7425         and contents.  [!_LIBC] Remove #ifndef and contents.
7426         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
7427         * string/memccpy.c (__memccpy): Use ANSI prototype.
7428         * string/memfrob.c (memfrob): Likewise.
7429         * string/strcoll.c (STRCOLL): Likewise.
7430         * string/strlen.c (strlen): Likewise.
7431         * string/strtok.c (STRTOK): Likewise.
7432         * string/strcat.c: Remove unused #include of memcopy.h.
7433         (strcat): Use ANSI prototype.
7434         * string/strchr.c: Remove unused #include of memcopy.h.
7435         (strchr): Use ANSI prototype.
7436         * string/strcmp.c: Remove unused #include of memcopy.h.
7437         (strcmp): Use ANSI prototype.
7438         * string/strcpy.c: Remove unused #include of memcopy.h.
7439         (strcpy): Use ANSI prototype.
7440
7441 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7442
7443         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
7444         * config.make.in (config-extra-cppflags): Set it from
7445         libc_extra_cppflags.
7446         * configure.ac (libc_extra_cflags): Make it accumulate over
7447         configure fragments.
7448         (libc_extra_cppflags): New flag.
7449         * configure. Regenerate.
7450         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
7451         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
7452         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
7453         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
7454
7455         [BZ #16815]
7456         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
7457         result for FE_DOWNWARD rounding mode.
7458         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
7459         Likewise.
7460         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
7461
7462 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
7463
7464         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
7465         in function argument name.
7466
7467 2014-04-03  David Svoboda  <svoboda@cert.org>
7468
7469         [BZ #5666]
7470         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
7471         explicitly.
7472
7473 2014-04-03  Roland McGrath  <roland@hack.frob.com>
7474
7475         * elf/dl-unmap-segments.h: New file.
7476         * sysdeps/generic/ldsodefs.h
7477         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
7478         * elf/dl-close.c: Include <dl-unmap-segments.h>.
7479         * elf/dl-fptr.c: Likewise.
7480         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
7481         * sysdeps/aarch64/tlsdesc.c: Likewise.
7482         * sysdeps/arm/tlsdesc.c: Likewise.
7483         * sysdeps/i386/tlsdesc.c: Likewise.
7484         * sysdeps/tile/dl-runtime.c: Likewise.
7485         * sysdeps/x86_64/tlsdesc.c: Likewise.
7486         * elf/dl-load.h: New file.
7487         * elf/dl-load.c: Include it.
7488         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
7489         Macros moved to dl-load.h.
7490         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
7491         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
7492         Use _dl_unmap_segments in place of __munmap.
7493         Break out segment-mapping loop into ...
7494         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
7495
7496 2014-04-03  Will Newton  <will.newton@linaro.org>
7497
7498         * elf/dl-lookup.c (do_lookup_x): Remove comment
7499         referring to nested function and move variable
7500         declarations down to before first use.
7501
7502 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
7503
7504         [BZ #16799]
7505         [BZ #16800]
7506         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
7507         with 0 numerator.
7508         * math/s_catanf.c (__catanf): Likewise.
7509         * math/s_catanh.c (__catanh): Likewise.
7510         * math/s_catanhf.c (__catanhf): Likewise.
7511         * math/s_catanhl.c (__catanhl): Likewise.
7512         * math/s_catanl.c (__catanl): Likewise.
7513         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
7514         by positive zero when computing -Inf result.
7515         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
7516         (catanh_test): Likewise.
7517         * sysdeps/i386/fpu/libm-test-ulps: Update.
7518         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7519
7520         [BZ #16789]
7521         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
7522         instead of using underflowing value in computing result.
7523         * math/s_clog10.c (__clog10): Likewise.
7524         * math/s_clog10f.c (__clog10f): Likewise.
7525         * math/s_clog10l.c (__clog10l): Likewise.
7526         * math/s_clogf.c (__clogf): Likewise.
7527         * math/s_clogl.c (__clogl): Likewise.
7528         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
7529         (clog10_test): Likewise.
7530         * sysdeps/i386/fpu/libm-test-ulps: Update.
7531         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7532
7533 2014-04-02  Alan Modra  <amodra@gmail.com>
7534
7535         [BZ #16739]
7536         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
7537         output when value is near a power of two.  Use int64_t for lx and
7538         remove casts.  Use decimal rather than hex exponent constants.
7539         Don't use long double multiplication when double will suffice.
7540         * math/libm-test.inc (nextafter_test_data): Add tests.
7541         * NEWS: Add 16739 and 16786 to bug list.
7542
7543         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
7544
7545         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
7546
7547 2014-04-01  Will Newton  <will.newton@linaro.org>
7548
7549         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
7550         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
7551
7552 2014-04-01  Florian Weimer  <fweimer@redhat.com>
7553
7554         [BZ #13347]
7555         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
7556         * nptl/tst-setuid2.c: New file.
7557         * nptl/Makefile (xtests): Add tst-setuid2.
7558
7559 2014-04-01  Alan Modra  <amodra@gmail.com>
7560
7561         [BZ #16786]
7562         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
7563
7564 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
7565
7566         [BZ #6803]
7567         [BZ #6804]
7568         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
7569         set errno as appropriate.
7570         * math/w_scalbf.c (__scalbf): Likewise.
7571         * math/w_scalbl.c (__scalbl): Likewise.
7572         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
7573         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
7574         * math/libm-test.inc (scalb_test_data): Add errno expectations.
7575         Add more NaN tests.
7576
7577         [BZ #16349]
7578         * math/w_atan2.c: Include <errno.h>.
7579         (__atan2): Set errno for result underflowing to zero.
7580         * math/w_atan2f.c: Include <errno.h>.
7581         (__atan2f): Set errno for result underflowing to zero.
7582         * math/w_atan2l.c: Include <errno.h>.
7583         (__atan2l): Set errno for result underflowing to zero.
7584         * math/auto-libm-test-in: Don't allow missing errno for some atan2
7585         tests.
7586         * math/auto-libm-test-out: Regenerated.
7587
7588 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7589
7590         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
7591         Encode instruction correctly in little endian.
7592         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
7593         Likewise.
7594         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
7595         Likewise.
7596         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
7597         Likewise.
7598         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
7599         Likewise.
7600
7601 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
7602
7603         [BZ #9894]
7604         * sysdeps/unix/sysv/linux/kernel-features.h
7605         [__sparc__ && !__arch64__ && !__sparc_v9__]
7606         (__ASSUME_SET_ROBUST_LIST): Do not define.
7607         [__sparc__ && !__arch64__ && !__sparc_v9__]
7608         (__ASSUME_FUTEX_LOCK_PI): Likewise.
7609         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
7610         Likewise.
7611         * sysdeps/unix/sysv/linux/arm/kernel-features.h
7612         (__ASSUME_FUTEX_LOCK_PI): Undefine.
7613         (__ASSUME_REQUEUE_PI): Likewise.
7614         (__ASSUME_SET_ROBUST_LIST): Likewise.
7615         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
7616         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
7617         Undefine.
7618         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
7619         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
7620         Likewise.
7621         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
7622         Likewise.
7623         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
7624         Likewise.
7625         * sysdeps/unix/sysv/linux/mips/kernel-features.h
7626         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
7627         Undefine.
7628         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
7629         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
7630         Likewise.
7631
7632         [BZ #16648]
7633         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
7634         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
7635         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
7636
7637 2014-03-31  Will Newton  <will.newton@linaro.org>
7638
7639         * benchtests/Makefile (bench): Add ffs and ffsll to list
7640         of tests.
7641         * benchtests/ffs-inputs: New file.
7642         * benchtests/ffsll-inputs: Likewise.
7643
7644 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
7645
7646         [BZ #16770]
7647         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
7648         too large before casting to int.
7649         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
7650         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
7651         * math/libm-test.inc (scalb_test_data): Add more tests.
7652
7653 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
7654
7655         * benchtests/Makefile (DETAILED_OPT): New make option.
7656         (bench-func): Run benchmark program with -d if DETAILED_OPT is
7657         set.
7658         * benchtests/bench-skeleton.c: Include stdbool.h.
7659         (main): Store and print timings per input.
7660         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
7661         member to each argument value.
7662         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
7663         (_print_arg_data): Initialize per-input timing to 0.
7664
7665         * benchtests/Makefile (timing-type): New binary.
7666         (bench-clean): Also remove bench-timing-type.
7667         (bench): New target for timing-type.
7668         (bench-func): Print output in JSON format.
7669         * benchtests/bench-skeleton.c (main): Print output in JSON
7670         format.
7671         * benchtests/bench-timing-type.c: New file.
7672         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
7673         (TIMING_PRINT_STATS): Remove.
7674         * benchtests/scripts/bench.py (_print_arg_data): Store variant
7675         name separately.
7676
7677         * benchtests/bench-modf.c: Remove.
7678         * benchtests/modf-inputs: New inputs file.
7679
7680 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
7681
7682         [BZ #16362]
7683         * math/s_clog10.c (M_PI_LOG10E): New macro.
7684         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
7685         imaginary parts are 0.
7686         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
7687         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
7688         imaginary parts are 0.
7689         * math/s_clog10l.c (M_PI_LOG10El): New macro.
7690         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
7691         imaginary parts are 0.
7692         * math/libm-test.inc (clog10_test_data): Update expected results
7693         for when real and imaginary parts are 0.
7694
7695 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
7696
7697         * elf/dl-load.c: Finish conversion of __builtin_expect into
7698         __glibc_{un}likely.
7699
7700 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
7701
7702         [BZ #16348]
7703         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
7704         1+x for argument with exponent below -67.
7705         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
7706         Likewise.
7707         * math/auto-libm-test-in: Add more tests of exp.
7708         * math/auto-libm-test-out: Regenerated.
7709
7710 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
7711
7712         [BZ #16759]
7713         * inet/getnetgrent_r.c (get_nonempty_val): New function.
7714         (nscd_getnetgrent): Use it.
7715
7716         [BZ #16760]
7717         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
7718         of stpcpy.
7719
7720 2014-03-27  Andi Kleen  <ak@linux.intel.com>
7721
7722         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
7723         (lll_robust_lock, lll_cond_lock, lll_timedlock)
7724         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
7725         (lll_robust_unlock): Remove out of line section. Use cfi
7726         intrinsics.
7727         (LLL_STUB_UNWIND_INFO*): Remove.
7728         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
7729         (lll_robust_lock, lll_cond_lock, lll_timedlock)
7730         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
7731         (lll_robust_unlock): Remove out of line section. Use cfi
7732         intrinsics.
7733         (LLL_STUB_UNWIND_INFO*): Remove.
7734
7735 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
7736
7737         [BZ #16758]
7738         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
7739         blank values.
7740
7741 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
7742
7743         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
7744
7745 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
7746
7747         [BZ #16198]
7748         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
7749         fnstenv.
7750         * math/test-fenv-preserve.c: New file.
7751         * math/Makefile (tests): Add test-fenv-preserve.
7752
7753 2014-03-26  Will Newton <will.newton@linaro.org>
7754
7755         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
7756
7757 2014-03-25  Roland McGrath  <roland@hack.frob.com>
7758
7759         * scripts/versionlist.awk: Partition the version sets and emit all
7760         GLIBC_* (sorted) before all others (sorted).
7761
7762 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
7763
7764         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
7765         GLIBC_2.2.5 version.
7766
7767 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7768
7769         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
7770         calls.
7771
7772         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
7773         previous change.
7774
7775         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
7776
7777 2014-03-25  Andreas Schwab  <schwab@suse.de>
7778
7779         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
7780         label to be used after in6ailist is initialized.
7781
7782 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7783
7784         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
7785         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
7786
7787 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
7788
7789         [BZ #16357]
7790         [BZ #16599]
7791         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
7792         min_plus_half.
7793         (fp_formats): Update initializers.
7794         (init_fp_formats): Initialize new field.
7795         (output_for_one_input_case): Allow underflow for results up to
7796         min_plus_half.
7797         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
7798         * math/auto-libm-test-in: Don't mark some underflows from asin and
7799         atanh as spurious.
7800         * math/auto-libm-test-out: Regenerated.
7801         * sysdeps/i386/fpu/libm-test-ulps: Update.
7802         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7803
7804 2014-03-25  Andreas Schwab  <schwab@suse.de>
7805
7806         * libio/Makefile (tst-ftell-partial-wide-ENV)
7807         (tst-ftell-active-handler-ENV): Define.
7808
7809 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
7810
7811         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
7812
7813 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
7814
7815         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
7816
7817 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
7818
7819         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
7820         * sysdeps/x86_64/fpu/multiarch/e_exp.c
7821         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
7822
7823 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
7824
7825         [BZ #16634]
7826         * elf/dl-load.c (open_verify): Add mode parameter.
7827         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
7828         (open_path): Change from boolean 'secure' to complete flag 'mode'
7829         (_dl_map_object): Adjust.
7830         * elf/Makefile (tests): Add tst-dlopen-aout.
7831         * elf/tst-dlopen-aout.c: New test.
7832
7833 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
7834
7835         [BZ #16714]
7836         * sysdeps/unix/sysv/linux/s390/bits/stat.h
7837         (struct stat): Rename member pad0 to __glibc_reserved0.
7838
7839         [BZ #16712]
7840         * sysdeps/s390/s390-32/bits/wordsize.h
7841         (__WORDSIZE32_SIZE_ULONG): New define.
7842         * sysdeps/s390/s390-64/bits/wordsize.h
7843         (__WORDSIZE32_SIZE_ULONG): Likewise.
7844         * sysdeps/generic/stdint.h (SIZE_MAX):
7845         Define as UL if __WORDSIZE32_SIZE_ULONG.
7846
7847         [BZ #16713]
7848         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
7849         (__glibc_reserved0): New variable.
7850         (sa_flags): Change type to int.
7851
7852         * posix/Makefile (before-compile): Use += before-compile instead
7853         of a :=.
7854
7855         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
7856         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
7857
7858 2014-03-20  Andreas Schwab  <schwab@suse.de>
7859
7860         [BZ #16743]
7861         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
7862         non-matching result from nscd.
7863
7864 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
7865
7866         * scripts/bench.py: Moved to ...
7867         * benchtests/scripts/bench.py: ... here.
7868         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
7869
7870 2014-03-24  Andreas Schwab  <schwab@suse.de>
7871
7872         [BZ #16002]
7873         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
7874         alloca_account and account alloca use for struct in6ailist.
7875
7876 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
7877
7878         [BZ #16284]
7879         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
7880         rounding mode to recompute results that overflow to infinity or
7881         underflow to zero.
7882         * math/auto-libm-test-in: Don't mark tests as expected to fail for
7883         bug 16284.
7884         * math/auto-libm-test-out: Regenerated.
7885         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
7886         (ccosh_test): Likewise.
7887         (csin_test_data): Use plus_oflow.
7888         (csin_test): Use ALL_RM_TEST.
7889         (csinh_test_data): Use plus_oflow.
7890         (csinh_test): Use ALL_RM_TEST.
7891         * sysdeps/i386/fpu/libm-test-ulps: Update.
7892         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7893
7894 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
7895
7896         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
7897         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
7898         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
7899
7900         [BZ #16731]
7901         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
7902         when x - 1 is zero.
7903         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
7904         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
7905         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
7906         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
7907         argument is 1.
7908         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
7909         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
7910         zero.
7911         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
7912         * sysdeps/i386/fpu/libm-test-ulps: Update.
7913         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7914
7915 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
7916
7917         * scripts/bench.pl: Remove file.
7918         * scripts/bench.py: New benchmark script.
7919         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
7920         * benchtests/README: Mention python dependency.
7921         * scripts/pylintrc: New file.
7922         * scripts/pylint: New file.
7923
7924         * bits/mathdef.h: Use #ifdef instead of #if.
7925         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
7926         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
7927         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
7928         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
7929         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
7930         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
7931
7932 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7933             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
7934
7935         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
7936         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
7937         and strpbrk-ppc64 objects.
7938         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
7939         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
7940         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
7941         multiarch strpbrk for POWER7.
7942         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
7943         multiarch strpbrk for PPC64.
7944         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
7945         ifunc selector.
7946         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
7947         strpbrk for POWER7.
7948
7949 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
7950
7951         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
7952         (atan_test): Likewise.
7953         (atanh_test_data): Use NO_TEST_INLINE for two tests.
7954         (atanh_test): Use ALL_RM_TEST.
7955         (atan2_test_data): Likewise.
7956         (cabs_test): Likewise.
7957         (cacosh_test): Likewise.
7958         (carg_test): Likewise.
7959         (casin_test): Likewise.
7960         (casinh_test): Likewise.
7961         (cbrt_test): Likewise.
7962         (csqrt_test): Likewise.
7963         (erf_test): Likewise.
7964         (erfc_test): Likewise.
7965         (pow10_test): Likewise.
7966         (exp2_test): Likewise.
7967         (hypot_test): Likewise.
7968         (j0_test): Likewise.
7969         (j1_test): Likewise.
7970         (lgamma_test): Likewise.
7971         (gamma_test): Likewise.
7972         (sincos_test): Likewise.
7973         (tanh_test): Likewise.
7974         (y0_test): Likewise.
7975         (y1_test): Likewise.
7976         * sysdeps/i386/fpu/libm-test-ulps: Update.
7977         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7978
7979 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7980
7981         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
7982         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
7983         and strcspn-ppc64 objects.
7984         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
7985         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
7986         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
7987         multiarch strcspn for POWER7.
7988         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
7989         multiarch strcspn for PPC64.
7990         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
7991         ifunc selector.
7992         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
7993         strcspn for POWER7.
7994
7995 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
7996
7997         * math/gen-libm-test.pl (generate_testfile): Expect only function
7998         name as argument to AUTO_TESTS_* and pass results for all rounding
7999         modes to parse_args.
8000         (parse_auto_input): Separate inputs of automatic tests from
8001         outputs before storing in %auto_tests.
8002         * math/libm-test.inc (acos_test_data): Update call to
8003         AUTO_TESTS_f_f.
8004         (acos_test): Use ALL_RM_TEST.
8005         (acos_tonearest_test_data): Remove.
8006         (acos_test_tonearest): Likewise.
8007         (acos_towardzero_test_data): Likewise.
8008         (acos_test_towardzero): Likewise.
8009         (acos_downward_test_data): Likewise.
8010         (acos_test_downward): Likewise.
8011         (acos_upward_test_data): Likewise.
8012         (acos_test_upward): Likewise.
8013         (acosh_test_data): Update call to AUTO_TESTS_f_f.
8014         (asin_test_data): Likewise.
8015         (asin_test): Use ALL_RM_TEST.
8016         (asin_tonearest_test_data): Remove.
8017         (asin_test_tonearest): Likewise.
8018         (asin_towardzero_test_data): Likewise.
8019         (asin_test_towardzero): Likewise.
8020         (asin_downward_test_data): Likewise.
8021         (asin_test_downward): Likewise.
8022         (asin_upward_test_data): Likewise.
8023         (asin_test_upward): Likewise.
8024         (asinh_test_data): Update call to AUTO_TESTS_f_f.
8025         (atan_test_data): Likewise.
8026         (atanh_test_data): Likewise.
8027         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
8028         (cabs_test_data): Update call to AUTO_TESTS_c_f.
8029         (carg_test_data): Likewise.
8030         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
8031         (ccos_test_data): Update call to AUTO_TESTS_c_c.
8032         (ccosh_test_data): Likewise.
8033         (cexp_test_data): Likewise.
8034         (clog_test_data): Likewise.
8035         (clog10_test_data): Likewise.
8036         (cos_test_data): Update call to AUTO_TESTS_f_f.
8037         (cos_test): Use ALL_RM_TEST.
8038         (cos_tonearest_test_data): Remove.
8039         (cos_test_tonearest): Likewise.
8040         (cos_towardzero_test_data): Likewise.
8041         (cos_test_towardzero): Likewise.
8042         (cos_downward_test_data): Likewise.
8043         (cos_test_downward): Likewise.
8044         (cos_upward_test_data): Likewise.
8045         (cos_test_upward): Likewise.
8046         (cosh_test_data): Update call to AUTO_TESTS_f_f.
8047         (cosh_test): Use ALL_RM_TEST.
8048         (cosh_tonearest_test_data): Remove.
8049         (cosh_test_tonearest): Likewise.
8050         (cosh_towardzero_test_data): Likewise.
8051         (cosh_test_towardzero): Likewise.
8052         (cosh_downward_test_data): Likewise.
8053         (cosh_test_downward): Likewise.
8054         (cosh_upward_test_data): Likewise.
8055         (cosh_test_upward): Likewise.
8056         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
8057         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
8058         (ctan_test_data): Likewise.
8059         (ctan_test): Use ALL_RM_TEST.
8060         (ctan_tonearest_test_data): Remove.
8061         (ctan_test_tonearest): Likewise.
8062         (ctan_towardzero_test_data): Likewise.
8063         (ctan_test_towardzero): Likewise.
8064         (ctan_downward_test_data): Likewise.
8065         (ctan_test_downward): Likewise.
8066         (ctan_upward_test_data): Likewise.
8067         (ctan_test_upward): Likewise.
8068         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
8069         (ctanh_test): Use ALL_RM_TEST.
8070         (ctanh_tonearest_test_data): Remove.
8071         (ctanh_test_tonearest): Likewise.
8072         (ctanh_towardzero_test_data): Likewise.
8073         (ctanh_test_towardzero): Likewise.
8074         (ctanh_downward_test_data): Likewise.
8075         (ctanh_test_downward): Likewise.
8076         (ctanh_upward_test_data): Likewise.
8077         (ctanh_test_upward): Likewise.
8078         (erf_test_data): Update call to AUTO_TESTS_f_f.
8079         (erfc_test_data): Likewise.
8080         (exp_test_data): Likewise.
8081         (exp_test): Use ALL_RM_TEST.
8082         (exp_tonearest_test_data): Remove.
8083         (exp_test_tonearest): Likewise.
8084         (exp_towardzero_test_data): Likewise.
8085         (exp_test_towardzero): Likewise.
8086         (exp_downward_test_data): Likewise.
8087         (exp_test_downward): Likewise.
8088         (exp_upward_test_data): Likewise.
8089         (exp_test_upward): Likewise.
8090         (exp10_test_data): Update call to AUTO_TESTS_f_f.
8091         (exp10_test): Use ALL_RM_TEST.
8092         (exp10_tonearest_test_data): Remove.
8093         (exp10_test_tonearest): Likewise.
8094         (exp10_towardzero_test_data): Likewise.
8095         (exp10_test_towardzero): Likewise.
8096         (exp10_downward_test_data): Likewise.
8097         (exp10_test_downward): Likewise.
8098         (exp10_upward_test_data): Likewise.
8099         (exp10_test_upward): Likewise.
8100         (exp2_test_data): Update call to AUTO_TESTS_f_f.
8101         (expm1_test_data): Likewise.
8102         (expm1_test): Use ALL_RM_TEST.
8103         (expm1_tonearest_test_data): Remove.
8104         (expm1_test_tonearest): Likewise.
8105         (expm1_towardzero_test_data): Likewise.
8106         (expm1_test_towardzero): Likewise.
8107         (expm1_downward_test_data): Likewise.
8108         (expm1_test_downward): Likewise.
8109         (expm1_upward_test_data): Likewise.
8110         (expm1_test_upward): Likewise.
8111         (fma_test_data): Update call to AUTO_TESTS_fff_f.
8112         (fma_test): Use ALL_RM_TEST.
8113         (fma_towardzero_test_data): Remove.
8114         (fma_test_towardzero): Likewise.
8115         (fma_downward_test_data): Likewise.
8116         (fma_test_downward): Likewise.
8117         (fma_upward_test_data): Likewise.
8118         (fma_test_upward): Likewise.
8119         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
8120         (j0_test_data): Update call to AUTO_TESTS_f_f.
8121         (j1_test_data): Likewise.
8122         (jn_test_data): Update call to AUTO_TESTS_if_f.
8123         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
8124         (log_test_data): Update call to AUTO_TESTS_f_f.
8125         (log10_test_data): Likewise.
8126         (log1p_test_data): Likewise.
8127         (log2_test_data): Likewise.
8128         (pow_test_data): Update call to AUTO_TESTS_ff_f.
8129         (pow_tonearest_test_data): Likewise.
8130         (sin_test_data): Update call to AUTO_TESTS_f_f.
8131         (sin_test): Use ALL_RM_TEST.
8132         (sin_tonearest_test_data): Remove.
8133         (sin_test_tonearest): Likewise.
8134         (sin_towardzero_test_data): Likewise.
8135         (sin_test_towardzero): Likewise.
8136         (sin_downward_test_data): Likewise.
8137         (sin_test_downward): Likewise.
8138         (sin_upward_test_data): Likewise.
8139         (sin_test_upward): Likewise.
8140         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
8141         (sinh_test_data): Update call to AUTO_TESTS_f_f.
8142         (sinh_test): Use ALL_RM_TEST.
8143         (sinh_tonearest_test_data): Remove.
8144         (sinh_test_tonearest): Likewise.
8145         (sinh_towardzero_test_data): Likewise.
8146         (sinh_test_towardzero): Likewise.
8147         (sinh_downward_test_data): Likewise.
8148         (sinh_test_downward): Likewise.
8149         (sinh_upward_test_data): Likewise.
8150         (sinh_test_upward): Likewise.
8151         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
8152         (sqrt_test): Use ALL_RM_TEST.
8153         (sqrt_tonearest_test_data): Remove.
8154         (sqrt_test_tonearest): Likewise.
8155         (sqrt_towardzero_test_data): Likewise.
8156         (sqrt_test_towardzero): Likewise.
8157         (sqrt_downward_test_data): Likewise.
8158         (sqrt_test_downward): Likewise.
8159         (sqrt_upward_test_data): Likewise.
8160         (sqrt_test_upward): Likewise.
8161         (tan_test_data): Update call to AUTO_TESTS_f_f.
8162         (tan_test): Use ALL_RM_TEST.
8163         (tan_tonearest_test_data): Remove.
8164         (tan_test_tonearest): Likewise.
8165         (tan_towardzero_test_data): Likewise.
8166         (tan_test_towardzero): Likewise.
8167         (tan_downward_test_data): Likewise.
8168         (tan_test_downward): Likewise.
8169         (tan_upward_test_data): Likewise.
8170         (tan_test_upward): Likewise.
8171         (tanh_test_data): Update call to AUTO_TESTS_f_f.
8172         (tgamma_test_data): Likewise.
8173         (y0_test_data): Likewise.
8174         (y1_test_data): Likewise.
8175         (yn_test_data): Update call to AUTO_TESTS_if_f.
8176         (main): Do not call removed functions.
8177
8178 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
8179
8180         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
8181         (ldexp_test_data): Remove.
8182         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
8183         scalbn_test_data.
8184         (scalb_test): Use ALL_RM_TEST.
8185
8186 2014-03-19  Andreas Schwab  <schwab@suse.de>
8187
8188         * nscd/nscd.service: Also invalidate netgroup cache on reload.
8189
8190 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
8191
8192         [BZ #16649]
8193         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
8194         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
8195         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
8196         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
8197         (__ASSUME_PREADV): Undefine.
8198         (__ASSUME_PWRITEV): Likewise.
8199
8200 2014-03-18  Roland McGrath  <roland@hack.frob.com>
8201
8202         * bits/mman-linux.h: Add comment about non-Linux use.
8203         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
8204         bits/mman-linux.h resting place.
8205
8206         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
8207         * bits/mman-linux.h: ... here.
8208
8209 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8210
8211         * conform/conformtest.pl: Add standard definition when calling C
8212         preprocessor on data files.
8213         (checknamespace): Remove unused variable.
8214
8215 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
8216
8217         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
8218         minus_oflow, plus_uflow and minus_uflow in expected results.
8219         * math/libm-test.inc (scalbn_test_data): Add more tests of
8220         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
8221         minus_uflow.
8222         (scalbn_test): Use ALL_RM_TEST.
8223         (scalbln_test_data): Add more tests of negative arguments.  Use
8224         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
8225         (scalbln_test): Use ALL_RM_TEST.
8226
8227 2014-03-18  Roland McGrath  <roland@hack.frob.com>
8228
8229         * scripts/abilist.awk: Ignore symbols marked with .hidden.
8230
8231 2014-03-18  Will Newton  <will.newton@linaro.org>
8232
8233         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
8234         inaccurate comment.
8235
8236 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
8237
8238         * Makerules [!subdir] (check-abi): Exit with error status if a
8239         test failed.
8240
8241 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
8242
8243         * math/libm-test.inc (nearbyint_test_data): Include all tests used
8244         for rint.  Include results for all rounding modes.
8245         (nearbyint_test): Use ALL_RM_TEST.
8246         (rint_test_data): Include all tests used for nearbyint.
8247
8248 2014-03-17  Will Newton  <will.newton@linaro.org>
8249
8250         * nptl/sysdeps/pthread/pthread.h: Revert previous
8251         change.
8252
8253         * sysdeps/generic/ldsodefs.h: Revert previous
8254         change.
8255
8256         * libio/genops.c: Revert previous change.
8257         * libio/libioP.h: Likewise.
8258         * stdio-common/vfprintf.c: Likewise.
8259
8260         * sysdeps/generic/math_private.h: Revert previous
8261         change.
8262
8263         * sysdeps/generic/math_private.h: Check whether
8264         HAVE_RM_CTX is defined with #ifdef rather
8265         than #if.
8266
8267         * argp/argp-fmtstream.h: Check whether
8268         __STRICT_ANSI__ is defined with #ifdef rather
8269         than #if.
8270         * argp/argp.h: Likewise.
8271
8272         * libio/genops.c: Check whether
8273         _IO_JUMPS_OFFSET is defined with #ifdef rather
8274         than #if.
8275         * libio/libioP.h: Likewise.
8276         * stdio-common/vfprintf.c: Likewise.
8277
8278         * sysdeps/generic/ldsodefs.h: Check whether
8279         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
8280         than #if.
8281
8282         * nptl/sysdeps/pthread/pthread.h: Check
8283         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
8284         its value.
8285
8286 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
8287
8288         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
8289         setting O_APPEND.
8290         * libio/tst-ftell-active-handler.c (do_append_test): Add a
8291         test case.
8292
8293         [BZ #16680]
8294         * libio/fileops.c (_IO_file_open): Seek to end of file but
8295         don't cache the offset.
8296         (get_file_offset): Remove function.
8297         (do_ftell): Use cached offset when available.
8298         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
8299         don't cache the offset.
8300         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
8301         case.
8302         (do_one_test): Call it.
8303         (do_ftell_test): Fix up expected old offset for a+ mode.
8304         * libio/wfileops.c (do_ftell_wide): Used cached offset when
8305         available.
8306
8307         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
8308         up test status with function return status.
8309         (do_write_test): Likewise.
8310         (do_append_test): Likewise.
8311
8312         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
8313         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
8314         Remove.
8315
8316 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
8317
8318         * math/gen-libm-test.pl (parse_args): Handle results specified for
8319         each rounding mode separately.
8320         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
8321         tests and results from lrint_tonearest_test_data,
8322         lrint_towardzero_test_data, lrint_downward_test_data and
8323         lrint_upward_test_data.
8324         (lrint_test): Use ALL_RM_TEST.
8325         (lrint_tonearest_test_data): Remove.
8326         (lrint_test_tonearest): Likewise.
8327         (lrint_towardzero_test_data): Likewise.
8328         (lrint_test_towardzero): Likewise.
8329         (lrint_downward_test_data): Likewise.
8330         (lrint_test_downward): Likewise.
8331         (lrint_upward_test_data): Likewise.
8332         (lrint_test_upward): Likewise.
8333         (llrint_test_data): Merge in per-rounding-mode tests and results
8334         from llrint_tonearest_test_data, llrint_towardzero_test_data,
8335         llrint_downward_test_data and llrint_upward_test_data.
8336         (llrint_test): Use ALL_RM_TEST.
8337         (llrint_tonearest_test_data): Remove.
8338         (llrint_test_tonearest): Likewise.
8339         (llrint_towardzero_test_data): Likewise.
8340         (llrint_test_towardzero): Likewise.
8341         (llrint_downward_test_data): Likewise.
8342         (llrint_test_downward): Likewise.
8343         (llrint_upward_test_data): Likewise.
8344         (llrint_test_upward): Likewise.
8345         (rint_test_data): Merge in per-rounding-mode tests and results
8346         from rint_tonearest_test_data, rint_towardzero_test_data,
8347         rint_downward_test_data and rint_upward_test_data.  Add
8348         per-rounding-mode results for tests not in those arrays.
8349         (rint_test): Use ALL_RM_TEST.
8350         (rint_tonearest_test_data): Remove.
8351         (rint_test_tonearest): Likewise.
8352         (rint_towardzero_test_data): Likewise.
8353         (rint_test_towardzero): Likewise.
8354         (rint_downward_test_data): Likewise.
8355         (rint_test_downward): Likewise.
8356         (rint_upward_test_data): Likewise.
8357         (rint_test_upward): Likewise.
8358         (main): Don't call removed functions.
8359
8360 2014-03-14  Roland McGrath  <roland@hack.frob.com>
8361
8362         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
8363         "Compiled on ..." crapola.  It is anti-useful.
8364
8365 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
8366
8367         * scripts/evaluate-test.sh: Handle fourth argument to determine
8368         whether test run should stop on failure.
8369         * Makeconfig (stop-on-test-failure): New variable.
8370         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
8371         $(stop-on-test-failure).
8372         * Makefile (tests): Give a summary of results from testing and
8373         exit with failure status if they include an ERROR or FAIL.
8374         (xtests): Likewise.
8375         * manual/install.texi (Configuring and compiling): Mention
8376         stop-on-test-failure=y.
8377         * INSTALL: Regenerated.
8378
8379 2014-03-14  Roland McGrath  <roland@hack.frob.com>
8380
8381         * scripts/versionlist.awk: New file.
8382         * Makerules [$(build-shared) = yes]
8383         (postclean-generated): Add Versions.def, not Versions.def.v and
8384         Versions.def.v.i.
8385         ($(common-objpfx)Versions.def.v.i): Target removed.
8386         ($(common-objpfx)Versions.def): New target.
8387         ($(common-objpfx)Versions.all): Depend on that rather that
8388         $(common-objpfx)Versions.def.v.
8389         * Versions.def: File removed.
8390
8391         * Makeconfig (+gccwarn): Add -Wundef.
8392         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
8393         a dl-sysdep.h breaking its contract.
8394         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
8395         * include/stackinfo.h: New file.
8396         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
8397         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
8398         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
8399         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
8400         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
8401         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
8402         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
8403         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
8404         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
8405         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
8406         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
8407         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
8408         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
8409         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
8410         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
8411
8412 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8413
8414         [BZ #16707]
8415         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
8416         implementation.
8417         * math/libm-test.inc (round_test_data): Add more tests.
8418
8419         [BZ #16706]
8420         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
8421         implementation.
8422         * math/libm-test.inc (nearbyint_test_data): Add more tests.
8423
8424         [BZ #16701]
8425         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
8426         implementation.
8427         * math/libm-test.inc (ceil_test_data): Add more tests.
8428
8429         * math/libm-test.inc (trunc_test_data): Add more tests related to
8430         BZ#16414.
8431
8432 2014-03-14  Roland McGrath  <roland@hack.frob.com>
8433
8434         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
8435         with #if rather than #ifdef.
8436         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
8437
8438 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
8439
8440         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
8441         first.  Disable AVX-512 GCC support if assembler doesn't support
8442         it.
8443         * sysdeps/x86_64/configure: Regenerated.
8444
8445 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
8446
8447         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
8448         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
8449         (__old_pthread_attr_setstack): Likewise.
8450         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
8451         [!_STACK_GROWS_DOWN]: Likewise.
8452
8453 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
8454
8455         * config.make.in (have-bash2): Delete.
8456         * configure.ac (libc_cv_have_bash2): Delete.
8457         * configure: Regenerate.
8458         * elf/Makefile (common-ldd-rewrite): Rename to ...
8459         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
8460         (sh-ldd-rewrite): Delete.
8461         (bash-ldd-rewrite): Delete.
8462         (have-bash2): Delete checks.
8463         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
8464         ldd-rewrite.
8465
8466         * config.make.in (have-ksh): Delete.
8467         (KSH): Delete.
8468         * configure.ac (libc_cv_have_ksh): Delete.
8469         * configure: Regenerate.
8470
8471         * elf/Makefile: Delete $(have-ksh) check.
8472         ($(objpfx)sotruss): Change KSH to BASH.
8473         * elf/sotruss.ksh: Rename to ...
8474         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
8475         function style to match POSIX.  Drop ksh vim mode setting.
8476
8477         * manual/time.texi (Specifying the Time Zone with TZ): Change
8478         Tuesday to Thursday.
8479
8480         * debug/tst-longjmp_chk2.c: Update header comment.
8481         (stackoverflow_handler): Add comment.  Call assert on pass value.
8482
8483 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
8484
8485         [BZ #16194]
8486         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
8487         (HAVE_AVX512_ASM_SUPPORT): Likewise.
8488         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
8489         (La_x86_64_vector): Add zmm.
8490         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
8491         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
8492         ($(objpfx)tst-audit10): New target.
8493         ($(objpfx)tst-audit10.out): Likewise.
8494         (tst-audit10-ENV): New.
8495         (AVX512-CFLAGS): Likewise.
8496         (CFLAGS-tst-audit10.c): Likewise.
8497         (CFLAGS-tst-auditmod10a.c): Likewise.
8498         (CFLAGS-tst-auditmod10b.c): Likewise.
8499         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
8500         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
8501         * sysdeps/x86_64/configure: Regenerated.
8502         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
8503         AVX-512 zmm register support.
8504         (_dl_x86_64_save_sse): Likewise.
8505         (_dl_x86_64_restore_sse): Likewise.
8506         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
8507         size vector registers.
8508         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
8509         (ZMM_SIZE): Likewise.
8510         * sysdeps/x86_64/tst-audit10.c: New file.
8511         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
8512         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
8513
8514 2014-03-13  Roland McGrath  <roland@hack.frob.com>
8515
8516         * configure.ac (HAVE_EHDR_START): New check.
8517         * configure: Regenerated.
8518         * config.h.in (HAVE_EHDR_START): New #undef.
8519         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
8520         assuming the lowest-addressed segment maps the start of the file.
8521
8522 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
8523
8524         * INSTALL: Regenerated.
8525
8526 2014-03-13  Will Newton  <will.newton@linaro.org>
8527
8528         * manual/setjmp.texi (System V contexts): Improve
8529         clarity and grammar of documentation.
8530
8531 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
8532
8533         [BZ #16381]
8534         * elf/Makefile (tests): Add tst-pie2.
8535         (tests-pie): Add tst-pie2.
8536         * elf/tst-pie2.c: New file.
8537         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
8538         for ET_EXEC.
8539         * elf/rtld.c (map_doit): Load executable as lt_executable.
8540         (dl_main): Likewise.
8541
8542 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
8543
8544         [BZ #16642]
8545         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
8546         (__ASSUME_PSELECT): Undefine.
8547
8548 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8549
8550         [BZ #16689]
8551         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
8552         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
8553         static build.
8554         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
8555         selector for static builds.
8556
8557 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
8558
8559         [BZ #16695]
8560         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
8561         key in the buffer.
8562
8563 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8564
8565         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
8566         IFUNC selector for static builds.
8567
8568 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
8569
8570         * sysdeps/mips/math_private.h [__mips_hard_float]
8571         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
8572         libc_feresetround_mips_ctx.
8573         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
8574         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
8575         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
8576
8577         [BZ #16677]
8578         * math/s_nextafter.c (__nextafter): Do not return value from
8579         overflowing computation.
8580         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
8581         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
8582         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
8583         Likewise.
8584         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
8585         Likewise.
8586         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
8587         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
8588
8589 2014-03-11  Roland McGrath  <roland@hack.frob.com>
8590
8591         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
8592         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
8593         Move sfi_sp use from the load-multiple (that no longer sets sp) to
8594         the new mov targetting sp.
8595
8596 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8597
8598         [BZ #16683]
8599         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
8600         Define it for static builds as well.
8601         (NO_BZERO_IMPL): Likewise.
8602
8603 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
8604
8605         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
8606         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
8607         multiarch strspn for PPC64.
8608         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
8609         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
8610         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
8611         (__libc_ifunc_impl_list): Likewise.
8612         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
8613         multiarch optimizations
8614         * string/strspn.c (strspn): Using macro to redefine symbol name.
8615
8616 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
8617             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8618
8619         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
8620         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
8621         multiarch strncat for PPC64.
8622         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
8623         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
8624         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
8625         (__libc_ifunc_impl_list): Likewise.
8626         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
8627         multiarch optimizations
8628
8629 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
8630
8631         [BZ #16639]
8632         * nscd/nscd.service: Make service type forking.
8633
8634 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8635
8636         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
8637         sign in non default rounding modes.
8638         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
8639
8640 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
8641
8642         * math/libm-test.inc (ALL_RM_TEST): New macro.
8643         (ceil_test): Use ALL_RM_TEST.
8644         (cimag_test): Likewise.
8645         (conj_test): Likewise.
8646         (copysign_test): Likewise.
8647         (cproj_test): Likewise.
8648         (creal_test): Likewise.
8649         (fabs_test): Likewise.
8650         (floor_test): Likewise.
8651         (fmax_test): Likewise.
8652         (fmin_test): Likewise.
8653         (fmod_test): Likewise.
8654         (fpclassify_test): Likewise.
8655         (frexp_test): Likewise.
8656         (ilogb_test): Likewise.
8657         (isfinite_test): Likewise.
8658         (finite_test): Likewise.
8659         (isgreater_test): Likewise.
8660         (isgreaterequal_test): Likewise.
8661         (isinf_test): Likewise.
8662         (isless_test): Likewise.
8663         (islessequal_test): Likewise.
8664         (islessgreater_test): Likewise.
8665         (isnan_test): Likewise.
8666         (isnormal_test): Likewise.
8667         (issignaling_test): Likewise.
8668         (isunordered_test): Likewise.
8669         (logb_test): Likewise.
8670         (logb_downward_test_data): Remove.
8671         (logb_test_downward): Likewise.
8672         (lround_test): Use ALL_RM_TEST.
8673         (llround_test): Likewise.
8674         (modf_test): Likewise.
8675         (nexttoward_test): Likewise.
8676         (remainder_test): Likewise.
8677         (drem_test): Likewise.
8678         (remainder_tonearest_test_data): Likewise.
8679         (remainder_test_tonearest): Likewise.
8680         (drem_test_tonearest): Likewise.
8681         (remainder_towardzero_test_data): Likewise.
8682         (remainder_test_towardzero): Likewise.
8683         (drem_test_towardzero): Likewise.
8684         (remainder_downward_test_data): Likewise.
8685         (remainder_test_downward): Likewise.
8686         (drem_test_downward): Likewise.
8687         (remainder_upward_test_data): Likewise.
8688         (remainder_test_upward): Likewise.
8689         (drem_test_upward): Likewise.
8690         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
8691         (round_test): Use ALL_RM_TEST.
8692         (signbit_test): Likewise.
8693         (trunc_test): Likewise.
8694         (significand_test): Likewise.
8695         (main): Don't call removed functions.
8696
8697 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
8698
8699         [BZ #16674]
8700         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
8701         || __USE_XOPEN2K8].
8702         (ILL_ILLOPN): Likewise.
8703         (ILL_ILLADR): Likewise.
8704         (ILL_ILLTRP): Likewise.
8705         (ILL_PRVOPC): Likewise.
8706         (ILL_PRVREG): Likewise.
8707         (ILL_COPROC): Likewise.
8708         (ILL_BADSTK): Likewise.
8709         (FPE_INTDIV): Likewise.
8710         (FPE_INTOVF): Likewise.
8711         (FPE_FLTDIV): Likewise.
8712         (FPE_FLTOVF): Likewise.
8713         (FPE_FLTUND): Likewise.
8714         (FPE_FLTRES): Likewise.
8715         (FPE_FLTINV): Likewise.
8716         (FPE_FLTSUB): Likewise.
8717         (SEGV_MAPERR): Likewise.
8718         (SEGV_ACCERR): Likewise.
8719         (BUS_ADRALN): Likewise.
8720         (BUS_ADRERR): Likewise.
8721         (BUS_OBJERR): Likewise.
8722         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
8723         (TRAP_TRACE): Likewise.
8724         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
8725         __USE_XOPEN2K8].
8726         (CLD_KILLED): Likewise.
8727         (CLD_DUMPED): Likewise.
8728         (CLD_TRAPPED): Likewise.
8729         (CLD_STOPPED): Likewise.
8730         (CLD_CONTINUED): Likewise.
8731         (POLL_IN): Likewise.
8732         (POLL_OUT): Likewise.
8733         (POLL_MSG): Likewise.
8734         (POLL_ERR): Likewise.
8735         (POLL_PRI): Likewise.
8736         (POLL_HUP): Likewise.
8737         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
8738         Likewise.
8739         (ILL_ILLOPN): Likewise.
8740         (ILL_ILLADR): Likewise.
8741         (ILL_ILLTRP): Likewise.
8742         (ILL_PRVOPC): Likewise.
8743         (ILL_PRVREG): Likewise.
8744         (ILL_COPROC): Likewise.
8745         (ILL_BADSTK): Likewise.
8746         (FPE_INTDIV): Likewise.
8747         (FPE_INTOVF): Likewise.
8748         (FPE_FLTDIV): Likewise.
8749         (FPE_FLTOVF): Likewise.
8750         (FPE_FLTUND): Likewise.
8751         (FPE_FLTRES): Likewise.
8752         (FPE_FLTINV): Likewise.
8753         (FPE_FLTSUB): Likewise.
8754         (SEGV_MAPERR): Likewise.
8755         (SEGV_ACCERR): Likewise.
8756         (BUS_ADRALN): Likewise.
8757         (BUS_ADRERR): Likewise.
8758         (BUS_OBJERR): Likewise.
8759         (BUS_MCEERR_AR): Likewise.
8760         (BUS_MCEERR_AO): Likewise.
8761         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
8762         (TRAP_TRACE): Likewise.
8763         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
8764         __USE_XOPEN2K8].
8765         (CLD_KILLED): Likewise.
8766         (CLD_DUMPED): Likewise.
8767         (CLD_TRAPPED): Likewise.
8768         (CLD_STOPPED): Likewise.
8769         (CLD_CONTINUED): Likewise.
8770         (POLL_IN): Likewise.
8771         (POLL_OUT): Likewise.
8772         (POLL_MSG): Likewise.
8773         (POLL_ERR): Likewise.
8774         (POLL_PRI): Likewise.
8775         (POLL_HUP): Likewise.
8776         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
8777         (ILL_ILLOPN): Likewise.
8778         (ILL_ILLADR): Likewise.
8779         (ILL_ILLTRP): Likewise.
8780         (ILL_PRVOPC): Likewise.
8781         (ILL_PRVREG): Likewise.
8782         (ILL_COPROC): Likewise.
8783         (ILL_BADSTK): Likewise.
8784         (FPE_INTDIV): Likewise.
8785         (FPE_INTOVF): Likewise.
8786         (FPE_FLTDIV): Likewise.
8787         (FPE_FLTOVF): Likewise.
8788         (FPE_FLTUND): Likewise.
8789         (FPE_FLTRES): Likewise.
8790         (FPE_FLTINV): Likewise.
8791         (FPE_FLTSUB): Likewise.
8792         (SEGV_MAPERR): Likewise.
8793         (SEGV_ACCERR): Likewise.
8794         (BUS_ADRALN): Likewise.
8795         (BUS_ADRERR): Likewise.
8796         (BUS_OBJERR): Likewise.
8797         (BUS_MCEERR_AR): Likewise.
8798         (BUS_MCEERR_AO): Likewise.
8799         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
8800         (TRAP_TRACE): Likewise.
8801         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
8802         __USE_XOPEN2K8].
8803         (CLD_KILLED): Likewise.
8804         (CLD_DUMPED): Likewise.
8805         (CLD_TRAPPED): Likewise.
8806         (CLD_STOPPED): Likewise.
8807         (CLD_CONTINUED): Likewise.
8808         (POLL_IN): Likewise.
8809         (POLL_OUT): Likewise.
8810         (POLL_MSG): Likewise.
8811         (POLL_ERR): Likewise.
8812         (POLL_PRI): Likewise.
8813         (POLL_HUP): Likewise.
8814         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
8815         Likewise.
8816         (ILL_ILLOPN): Likewise.
8817         (ILL_ILLADR): Likewise.
8818         (ILL_ILLTRP): Likewise.
8819         (ILL_PRVOPC): Likewise.
8820         (ILL_PRVREG): Likewise.
8821         (ILL_COPROC): Likewise.
8822         (ILL_BADSTK): Likewise.
8823         (ILL_BADIADDR): Likewise.
8824         (ILL_BREAK): Likewise.
8825         (FPE_INTDIV): Likewise.
8826         (FPE_INTOVF): Likewise.
8827         (FPE_FLTDIV): Likewise.
8828         (FPE_FLTOVF): Likewise.
8829         (FPE_FLTUND): Likewise.
8830         (FPE_FLTRES): Likewise.
8831         (FPE_FLTINV): Likewise.
8832         (FPE_FLTSUB): Likewise.
8833         (FPE_DECOVF): Likewise.
8834         (FPE_DECDIV): Likewise.
8835         (FPE_DECERR): Likewise.
8836         (FPE_INVASC): Likewise.
8837         (FPE_INVDEC): Likewise.
8838         (SEGV_MAPERR): Likewise.
8839         (SEGV_ACCERR): Likewise.
8840         (SEGV_PSTKOVF): Likewise.
8841         (BUS_ADRALN): Likewise.
8842         (BUS_ADRERR): Likewise.
8843         (BUS_OBJERR): Likewise.
8844         (BUS_MCEERR_AR): Likewise.
8845         (BUS_MCEERR_AO): Likewise.
8846         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
8847         (TRAP_TRACE): Likewise.
8848         (TRAP_BRANCH): Likewise.
8849         (TRAP_HWBKPT): Likewise.
8850         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
8851         __USE_XOPEN2K8].
8852         (CLD_KILLED): Likewise.
8853         (CLD_DUMPED): Likewise.
8854         (CLD_TRAPPED): Likewise.
8855         (CLD_STOPPED): Likewise.
8856         (CLD_CONTINUED): Likewise.
8857         (POLL_IN): Likewise.
8858         (POLL_OUT): Likewise.
8859         (POLL_MSG): Likewise.
8860         (POLL_ERR): Likewise.
8861         (POLL_PRI): Likewise.
8862         (POLL_HUP): Likewise.
8863         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
8864         (ILL_ILLOPN): Likewise.
8865         (ILL_ILLADR): Likewise.
8866         (ILL_ILLTRP): Likewise.
8867         (ILL_PRVOPC): Likewise.
8868         (ILL_PRVREG): Likewise.
8869         (ILL_COPROC): Likewise.
8870         (ILL_BADSTK): Likewise.
8871         (FPE_INTDIV): Likewise.
8872         (FPE_INTOVF): Likewise.
8873         (FPE_FLTDIV): Likewise.
8874         (FPE_FLTOVF): Likewise.
8875         (FPE_FLTUND): Likewise.
8876         (FPE_FLTRES): Likewise.
8877         (FPE_FLTINV): Likewise.
8878         (FPE_FLTSUB): Likewise.
8879         (SEGV_MAPERR): Likewise.
8880         (SEGV_ACCERR): Likewise.
8881         (BUS_ADRALN): Likewise.
8882         (BUS_ADRERR): Likewise.
8883         (BUS_OBJERR): Likewise.
8884         (BUS_MCEERR_AR): Likewise.
8885         (BUS_MCEERR_AO): Likewise.
8886         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
8887         (TRAP_TRACE): Likewise.
8888         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
8889         __USE_XOPEN2K8].
8890         (CLD_KILLED): Likewise.
8891         (CLD_DUMPED): Likewise.
8892         (CLD_TRAPPED): Likewise.
8893         (CLD_STOPPED): Likewise.
8894         (CLD_CONTINUED): Likewise.
8895         (POLL_IN): Likewise.
8896         (POLL_OUT): Likewise.
8897         (POLL_MSG): Likewise.
8898         (POLL_ERR): Likewise.
8899         (POLL_PRI): Likewise.
8900         (POLL_HUP): Likewise.
8901         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
8902         (ILL_ILLOPN): Likewise.
8903         (ILL_ILLADR): Likewise.
8904         (ILL_ILLTRP): Likewise.
8905         (ILL_PRVOPC): Likewise.
8906         (ILL_PRVREG): Likewise.
8907         (ILL_COPROC): Likewise.
8908         (ILL_BADSTK): Likewise.
8909         (FPE_INTDIV): Likewise.
8910         (FPE_INTOVF): Likewise.
8911         (FPE_FLTDIV): Likewise.
8912         (FPE_FLTOVF): Likewise.
8913         (FPE_FLTUND): Likewise.
8914         (FPE_FLTRES): Likewise.
8915         (FPE_FLTINV): Likewise.
8916         (FPE_FLTSUB): Likewise.
8917         (SEGV_MAPERR): Likewise.
8918         (SEGV_ACCERR): Likewise.
8919         (BUS_ADRALN): Likewise.
8920         (BUS_ADRERR): Likewise.
8921         (BUS_OBJERR): Likewise.
8922         (BUS_MCEERR_AR): Likewise.
8923         (BUS_MCEERR_AO): Likewise.
8924         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
8925         (TRAP_TRACE): Likewise.
8926         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
8927         __USE_XOPEN2K8].
8928         (CLD_KILLED): Likewise.
8929         (CLD_DUMPED): Likewise.
8930         (CLD_TRAPPED): Likewise.
8931         (CLD_STOPPED): Likewise.
8932         (CLD_CONTINUED): Likewise.
8933         (POLL_IN): Likewise.
8934         (POLL_OUT): Likewise.
8935         (POLL_MSG): Likewise.
8936         (POLL_ERR): Likewise.
8937         (POLL_PRI): Likewise.
8938         (POLL_HUP): Likewise.
8939         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
8940         (ILL_ILLOPN): Likewise.
8941         (ILL_ILLADR): Likewise.
8942         (ILL_ILLTRP): Likewise.
8943         (ILL_PRVOPC): Likewise.
8944         (ILL_PRVREG): Likewise.
8945         (ILL_COPROC): Likewise.
8946         (ILL_BADSTK): Likewise.
8947         (FPE_INTDIV): Likewise.
8948         (FPE_INTOVF): Likewise.
8949         (FPE_FLTDIV): Likewise.
8950         (FPE_FLTOVF): Likewise.
8951         (FPE_FLTUND): Likewise.
8952         (FPE_FLTRES): Likewise.
8953         (FPE_FLTINV): Likewise.
8954         (FPE_FLTSUB): Likewise.
8955         (SEGV_MAPERR): Likewise.
8956         (SEGV_ACCERR): Likewise.
8957         (BUS_ADRALN): Likewise.
8958         (BUS_ADRERR): Likewise.
8959         (BUS_OBJERR): Likewise.
8960         (BUS_MCEERR_AR): Likewise.
8961         (BUS_MCEERR_AO): Likewise.
8962         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
8963         (TRAP_TRACE): Likewise.
8964         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
8965         __USE_XOPEN2K8].
8966         (CLD_KILLED): Likewise.
8967         (CLD_DUMPED): Likewise.
8968         (CLD_TRAPPED): Likewise.
8969         (CLD_STOPPED): Likewise.
8970         (CLD_CONTINUED): Likewise.
8971         (POLL_IN): Likewise.
8972         (POLL_OUT): Likewise.
8973         (POLL_MSG): Likewise.
8974         (POLL_ERR): Likewise.
8975         (POLL_PRI): Likewise.
8976         (POLL_HUP): Likewise.
8977         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
8978         (ILL_ILLOPN): Likewise.
8979         (ILL_ILLADR): Likewise.
8980         (ILL_ILLTRP): Likewise.
8981         (ILL_PRVOPC): Likewise.
8982         (ILL_PRVREG): Likewise.
8983         (ILL_COPROC): Likewise.
8984         (ILL_BADSTK): Likewise.
8985         (ILL_DBLFLT): Likewise.
8986         (ILL_HARDWALL): Likewise.
8987         (FPE_INTDIV): Likewise.
8988         (FPE_INTOVF): Likewise.
8989         (FPE_FLTDIV): Likewise.
8990         (FPE_FLTOVF): Likewise.
8991         (FPE_FLTUND): Likewise.
8992         (FPE_FLTRES): Likewise.
8993         (FPE_FLTINV): Likewise.
8994         (FPE_FLTSUB): Likewise.
8995         (SEGV_MAPERR): Likewise.
8996         (SEGV_ACCERR): Likewise.
8997         (BUS_ADRALN): Likewise.
8998         (BUS_ADRERR): Likewise.
8999         (BUS_OBJERR): Likewise.
9000         (BUS_MCEERR_AR): Likewise.
9001         (BUS_MCEERR_AO): Likewise.
9002         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9003         (TRAP_TRACE): Likewise.
9004         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9005         __USE_XOPEN2K8].
9006         (CLD_KILLED): Likewise.
9007         (CLD_DUMPED): Likewise.
9008         (CLD_TRAPPED): Likewise.
9009         (CLD_STOPPED): Likewise.
9010         (CLD_CONTINUED): Likewise.
9011         (POLL_IN): Likewise.
9012         (POLL_OUT): Likewise.
9013         (POLL_MSG): Likewise.
9014         (POLL_ERR): Likewise.
9015         (POLL_PRI): Likewise.
9016         (POLL_HUP): Likewise.
9017         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
9018         (ILL_ILLOPN): Likewise.
9019         (ILL_ILLADR): Likewise.
9020         (ILL_ILLTRP): Likewise.
9021         (ILL_PRVOPC): Likewise.
9022         (ILL_PRVREG): Likewise.
9023         (ILL_COPROC): Likewise.
9024         (ILL_BADSTK): Likewise.
9025         (FPE_INTDIV): Likewise.
9026         (FPE_INTOVF): Likewise.
9027         (FPE_FLTDIV): Likewise.
9028         (FPE_FLTOVF): Likewise.
9029         (FPE_FLTUND): Likewise.
9030         (FPE_FLTRES): Likewise.
9031         (FPE_FLTINV): Likewise.
9032         (FPE_FLTSUB): Likewise.
9033         (SEGV_MAPERR): Likewise.
9034         (SEGV_ACCERR): Likewise.
9035         (BUS_ADRALN): Likewise.
9036         (BUS_ADRERR): Likewise.
9037         (BUS_OBJERR): Likewise.
9038         (BUS_MCEERR_AR): Likewise.
9039         (BUS_MCEERR_AO): Likewise.
9040         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9041         (TRAP_TRACE): Likewise.
9042         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9043         __USE_XOPEN2K8].
9044         (CLD_KILLED): Likewise.
9045         (CLD_DUMPED): Likewise.
9046         (CLD_TRAPPED): Likewise.
9047         (CLD_STOPPED): Likewise.
9048         (CLD_CONTINUED): Likewise.
9049         (POLL_IN): Likewise.
9050         (POLL_OUT): Likewise.
9051         (POLL_MSG): Likewise.
9052         (POLL_ERR): Likewise.
9053         (POLL_PRI): Likewise.
9054         (POLL_HUP): Likewise.
9055         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
9056         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
9057
9058         [BZ #16670]
9059         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
9060         before #include of <time.h>.
9061         [!__USE_XOPEN2K] (__need_timespec): Likewise.
9062         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
9063         (test-xfail-UNIX98/sched.h/conform): Likewise.
9064
9065 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
9066
9067         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
9068         error absence of trapping exception support.
9069         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
9070
9071 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
9072
9073         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
9074         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
9075         * timezone/Makefile (testdata): Move definition above include of
9076         Rules.
9077         (test-zones): New variable.
9078         (tests-special): Add zone files.
9079         (build-testdata): Use $(evaluate-test).
9080
9081         * elf/Makefile (tests-special): Rename tests to end with .out.
9082         ($(objpfx)noload-mem): Likewise.
9083         ($(objpfx)tst-leaks1-mem): Likewise.
9084         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
9085         * iconv/Makefile (xtests-special): Change test-iconvconfig to
9086         $(objpfx)test-iconvconfig.out.
9087         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
9088         set -e inside subshell and redirect output to file.
9089         * iconvdata/Makefile (generated): Rename tests to end with .out.
9090         Correct type.
9091         (tests-special): Rename tests to end with .out.
9092         ($(objpfx)mtrace-tst-loading): Likewise.
9093         * intl/Makefile (generated): Likewise.
9094         (tests-special): Likewise.
9095         ($(objpfx)mtrace-tst-gettext): Likewise.
9096         * misc/Makefile (generated): Likewise.
9097         (tests-special): Likewise.
9098         ($(objpfx)tst-error1-mem): Likewise.
9099         * nptl/Makefile (tests-special): Likewise.
9100         ($(objpfx)tst-stack3-mem): Likewise.
9101         (generated): Likewise.
9102         * posix/Makefile (generated): Likewise.
9103         (tests-special): Likewise.
9104         (xtests-special): Likewise.
9105         ($(objpfx)tst-fnmatch-mem): Likewise.
9106         ($(objpfx)bug-regex2-mem): Likewise.
9107         ($(objpfx)bug-regex14-mem): Likewise.
9108         ($(objpfx)bug-regex21-mem): Likewise.
9109         ($(objpfx)bug-regex31-mem): Likewise.
9110         ($(objpfx)tst-vfork3-mem): Likewise.
9111         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
9112         ($(objpfx)tst-pcre-mem): Likewise.
9113         ($(objpfx)tst-boost-mem): Likewise.
9114         ($(objpfx)bug-ga2-mem): Likewise.
9115         ($(objpfx)bug-glob2-mem): Likewise.
9116         * resolv/Makefile (generate): Likewise.
9117         (tests-special): Likewise.
9118         (xtests-special): Likewise.
9119         (generated): Likewise.
9120         ($(objpfx)mtrace-tst-leaks): Likewise.
9121         ($(objpfx)mtrace-tst-leaks2): Likewise.
9122
9123         * scripts/merge-test-results.sh: New file.
9124         * Makefile (tests-special-notdir): New variable.
9125         (tests): Run merge-test-results.sh.
9126         (xtests): Likewise.
9127         * Rules (tests-special-notdir): New variable.
9128         (xtests-special-notdir): Likewise.
9129         (tests): Run merge-test-results.sh
9130         (xtests): Likewise.
9131
9132         * Makeconfig (test-xfail-name): New variable.
9133         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
9134         compute variable name for expected failures.
9135         * conform/Makefile (conformtest-headers-data): New variable.
9136         (conformtest-standards): Likewise.
9137         (conformtest-headers-ISO): Likewise.
9138         (conformtest-headers-ISO99): Likewise.
9139         (conformtest-headers-ISO11): Likewise.
9140         (conformtest-headers-POSIX): Likewise.
9141         (conformtest-headers-XPG3): Likewise.
9142         (conformtest-headers-XPG4): Likewise.
9143         (conformtest-headers-UNIX98): Likewise.
9144         (conformtest-headers-XOPEN2K): Likewise.
9145         (conformtest-headers-POSIX2008): Likewise.
9146         (conformtest-headers-XOPEN2K8): Likewise.
9147         (conformtest-header-list-base): Likewise.
9148         (conformtest-header-list-tests): Likewise.
9149         (conformtest-header-base): Likewise.
9150         (conformtest-header-tests): Likewise.
9151         (tests-special): Add $(conformtest-header-list-tests).  If
9152         [$(fast-check) && !$(cross-compiling)], add
9153         $(conformtest-header-tests) instead of
9154         $(objpfx)run-conformtest.out.
9155         (generated): Add $(conformtest-header-list-base).  If
9156         [$(fast-check) && !$(cross-compiling)], add
9157         $(conformtest-header-base).  Remove previous setting.
9158         ($(conformtest-header-list-tests)): New target.
9159         (test-xfail-run-conformtest): Remove variable.
9160         ($(objpfx)run-conformtest.out): Remove target.
9161         (test-xfail-ISO11/complex.h/conform): New variable.
9162         (test-xfail-ISO11/stdalign.h/conform): Likewise.
9163         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
9164         (test-xfail-XPG3/varargs.h/conform): Likewise.
9165         (test-xfail-XPG4/varargs.h/conform): Likewise.
9166         (test-xfail-UNIX98/varargs.h/conform): Likewise.
9167         (test-xfail-XPG4/ndbm.h/conform): Likewise.
9168         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
9169         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
9170         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
9171         (test-xfail-XPG3/fcntl.h/conform): Likewise.
9172         (test-xfail-XPG3/ftw.h/conform): Likewise.
9173         (test-xfail-XPG3/grp.h/conform): Likewise.
9174         (test-xfail-XPG3/langinfo.h/conform): Likewise.
9175         (test-xfail-XPG3/limits.h/conform): Likewise.
9176         (test-xfail-XPG3/pwd.h/conform): Likewise.
9177         (test-xfail-XPG3/search.h/conform): Likewise.
9178         (test-xfail-XPG3/signal.h/conform): Likewise.
9179         (test-xfail-XPG3/stdio.h/conform): Likewise.
9180         (test-xfail-XPG3/stdlib.h/conform): Likewise.
9181         (test-xfail-XPG3/string.h/conform): Likewise.
9182         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
9183         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
9184         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
9185         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
9186         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
9187         (test-xfail-XPG3/sys/types.h/conform): Likewise.
9188         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
9189         (test-xfail-XPG3/termios.h/conform): Likewise.
9190         (test-xfail-XPG3/time.h/conform): Likewise.
9191         (test-xfail-XPG3/unistd.h/conform): Likewise.
9192         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
9193         (test-xfail-XPG4/fcntl.h/conform): Likewise.
9194         (test-xfail-XPG4/langinfo.h/conform): Likewise.
9195         (test-xfail-XPG4/netdb.h/conform): Likewise.
9196         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
9197         (test-xfail-XPG4/signal.h/conform): Likewise.
9198         (test-xfail-XPG4/stdio.h/conform): Likewise.
9199         (test-xfail-XPG4/stdlib.h/conform): Likewise.
9200         (test-xfail-XPG4/stropts.h/conform): Likewise.
9201         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
9202         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
9203         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
9204         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
9205         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
9206         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
9207         (test-xfail-XPG4/sys/time.h/conform): Likewise.
9208         (test-xfail-XPG4/sys/types.h/conform): Likewise.
9209         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
9210         (test-xfail-XPG4/termios.h/conform): Likewise.
9211         (test-xfail-XPG4/ucontext.h/conform): Likewise.
9212         (test-xfail-XPG4/unistd.h/conform): Likewise.
9213         (test-xfail-XPG4/utmpx.h/conform): Likewise.
9214         (test-xfail-POSIX/sched.h/conform): Likewise.
9215         (test-xfail-POSIX/signal.h/conform): Likewise.
9216         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
9217         (test-xfail-POSIX/tar.h/conform): Likewise.
9218         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
9219         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
9220         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
9221         (test-xfail-UNIX98/netdb.h/conform): Likewise.
9222         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
9223         (test-xfail-UNIX98/sched.h/conform): Likewise.
9224         (test-xfail-UNIX98/signal.h/conform): Likewise.
9225         (test-xfail-UNIX98/stdio.h/conform): Likewise.
9226         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
9227         (test-xfail-UNIX98/stropts.h/conform): Likewise.
9228         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
9229         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
9230         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
9231         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
9232         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
9233         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
9234         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
9235         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
9236         (test-xfail-UNIX98/unistd.h/conform): Likewise.
9237         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
9238         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
9239         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
9240         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
9241         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
9242         (test-xfail-XOPEN2K/math.h/conform): Likewise.
9243         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
9244         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
9245         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
9246         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
9247         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
9248         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
9249         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
9250         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
9251         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
9252         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
9253         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
9254         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
9255         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
9256         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
9257         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
9258         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
9259         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
9260         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
9261         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
9262         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
9263         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
9264         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
9265         (test-xfail-POSIX2008/signal.h/conform): Likewise.
9266         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
9267         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
9268         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
9269         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
9270         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
9271         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
9272         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
9273         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
9274         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
9275         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
9276         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
9277         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
9278         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
9279         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
9280         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
9281         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
9282         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
9283         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
9284         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
9285         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
9286         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
9287         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
9288         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
9289         (conformtest-cc-flags): Likewise.
9290         ($(conformtest-header-tests): New target.
9291         * conform/check-header-lists.sh: New file.
9292         * conform/run-conformtest.sh: Remove.
9293
9294         * conform/conformtest.pl: Allow ' and \ in values given for
9295         constants.
9296         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
9297         inclusion.
9298         [POSIX] (sys/types.h): Likewise.
9299         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
9300         inclusion.
9301         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
9302         inclusion.
9303         * conform/data/signal.h-data (SIGIO): Remove expectation.
9304         [XPG3] (SIGBUS): Do not expect.
9305         [POSIX || XPG3] (SIGPOLL): Likewise.
9306         [POSIX || XPG3] (SIGPROF): Likewise.
9307         [POSIX || XPG3] (SIGSYS): Likewise.
9308         [XPG3] (SIGTRAP): Likewise.
9309         [POSIX || XPG3] (SIGURG): Likewise.
9310         [POSIX || XPG3] (SIGVTALRM): Likewise.
9311         [POSIX || XPG3] (SIGXCPU): Likewise.
9312         [POSIX || XPG3] (SIGXFSZ): Likewise.
9313         [POSIX] (SA_SIGINFO): Expect.
9314         [XPG3] (siginfo_t): Do not expect type or contents.
9315         [POSIX] (si_pid): Do not expect element.
9316         [POSIX] (si_uid): Likewise.
9317         [POSIX] (si_addr): Likewise.
9318         [POSIX] (si_status): Likewise.
9319         [POSIX] (si_band): Likewise.
9320         [XPG4] (si_value): Likewise.
9321         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
9322         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
9323         [POSIX || XPG3] (ILL_ILLADR): Likewise.
9324         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
9325         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
9326         [POSIX || XPG3] (ILL_PRVREG): Likewise.
9327         [POSIX || XPG3] (ILL_COPROC): Likewise.
9328         [POSIX || XPG3] (ILL_BADSTK): Likewise.
9329         [POSIX || XPG3] (FPE_INTDIV): Likewise.
9330         [POSIX || XPG3] (FPE_INTOVF): Likewise.
9331         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
9332         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
9333         [POSIX || XPG3] (FPE_FLTUND): Likewise.
9334         [POSIX || XPG3] (FPE_FLTRES): Likewise.
9335         [POSIX || XPG3] (FPE_FLTINV): Likewise.
9336         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
9337         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
9338         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
9339         [POSIX || XPG3] (BUS_ADRALN): Likewise.
9340         [POSIX || XPG3] (BUS_ADRERR): Likewise.
9341         [POSIX || XPG3] (BUS_OBJERR): Likewise.
9342         [POSIX || XPG3] (CLD_EXITED): Likewise.
9343         [POSIX || XPG3] (CLD_KILLED): Likewise.
9344         [POSIX || XPG3] (CLD_DUMPED): Likewise.
9345         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
9346         [POSIX || XPG3] (CLD_STOPPED): Likewise.
9347         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
9348         [POSIX || XPG3] (POLL_IN): Likewise.
9349         [POSIX || XPG3] (POLL_OUT): Likewise.
9350         [POSIX || XPG3] (POLL_MSG): Likewise.
9351         [POSIX || XPG3] (POLL_ERR): Likewise.
9352         [POSIX || XPG3] (POLL_PRI): Likewise.
9353         [POSIX || XPG3] (POLL_HUP): Likewise.
9354         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
9355         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
9356         (SIG*): Do not allow.
9357         [XPG3] (si_*): Likewise.
9358         [XPG3] (SI_*): Likewise.
9359         [XPG3 || XPG4] (sigev_*): Likewise.
9360         [XPG3 || XPG4] (SIGEV_*): Likewise.
9361         [XPG3 || XPG4] (sival_*): Likewise.
9362         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
9363         [POSIX || XPG3] (BUS_*): Likewise.
9364         [POSIX || XPG3] (CLD_*): Likewise.
9365         [POSIX || XPG3] (FPE_*): Likewise.
9366         [POSIX || XPG3] (ILL_*): Likewise.
9367         [POSIX || XPG3] (POLL_*): Likewise.
9368         [POSIX || XPG3] (SEGV_*): Likewise.
9369         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
9370         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
9371         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
9372         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
9373         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
9374         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
9375         Specify type and value.
9376         (TVERSLEN): Likewise.
9377         (REGTYPE): Likewise.
9378         (AREGTYPE): Likewise.
9379         (LNKTYPE): Likewise.
9380         (SYMTYPE): Likewise.
9381         (CHRTYPE): Likewise.
9382         (BLKTYPE): Likewise.
9383         (DIRTYPE): Likewise.
9384         (FIFOTYPE): Likewise.
9385         (CONTTYPE): Likewise.
9386         (TSUID): Likewise.
9387         (TSGID): Likewise.
9388         (TSVTX): Likewise.
9389         (TUREAD): Likewise.
9390         (TUWRITE): Likewise.
9391         (TUEXEC): Likewise.
9392         (TGREAD): Likewise.
9393         (TGWRITE): Likewise.
9394         (TGEXEC): Likewise.
9395         (TOREAD): Likewise.
9396         (TOWRITE): Likewise.
9397         (TOEXEC): Likewise.
9398         [POSIX] (TSVTX): Expect constant.
9399
9400 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
9401
9402         * Makefile (tests): Change dependencies to ....
9403         (tests-special): ... additions to this variable.
9404         (tests): Depend on $(tests-special).
9405         * Makerules (check-abi-list): New variable.
9406         (check-abi): Depend on $(check-abi-list).
9407         [$(subdir) = elf] (tests-special): Add
9408         $(objpfx)check-abi-libc.out.
9409         [$(build-shared) = yes && subdir] (tests-special): Add
9410         $(check-abi-list).
9411         [$(build-shared) = yes && subdir] (tests): Do not depend on
9412         check-abi.
9413         * Rules (tests): Depend on $(tests-special).
9414         (xtests): Depend on $(xtests-special).
9415         * catgets/Makefile (tests): Change dependencies to ....
9416         (tests-special): ... additions to this variable.
9417         * conform/Makefile (tests): Change dependencies to ....
9418         (tests-special): ... additions to this variable.
9419         * elf/Makefile (tests): Change dependencies to ....
9420         (tests-special): ... additions to this variable.
9421         * grp/Makefile (tests): Change dependencies to ....
9422         (tests-special): ... additions to this variable.
9423         * iconv/Makefile (xtests): Change dependencies to ....
9424         (xtests-special): ... additions to this variable.
9425         * iconvdata/Makefile (tests): Change dependencies to ....
9426         (tests-special): ... additions to this variable.
9427         * intl/Makefile (tests): Change dependencies to ....
9428         (tests-special): ... additions to this variable.  Also add
9429         $(objpfx)tst-gettext.out.
9430         * io/Makefile (tests): Change dependencies to ....
9431         (tests-special): ... additions to this variable.
9432         * libio/Makefile (tests): Change dependencies to ....
9433         (tests-special): ... additions to this variable.
9434         * malloc/Makefile (tests): Change dependencies to ....
9435         (tests-special): ... additions to this variable.
9436         * misc/Makefile (tests): Change dependencies to ....
9437         (tests-special): ... additions to this variable.
9438         * nptl/Makefile (tests): Change dependencies to ....
9439         (tests-special): ... additions to this variable.
9440         * nptl_db/Makefile (tests): Change dependencies to ....
9441         (tests-special): ... additions to this variable.
9442         * posix/Makefile (tests): Change dependencies to ....
9443         (tests-special): ... additions to this variable.
9444         (xtests): Change dependencies to ....
9445         (xtests-special): ... additions to this variable.
9446         * resolv/Makefile (tests): Change dependencies to ....
9447         (tests-special): ... additions to this variable.
9448         (xtests): Change dependencies to ....
9449         (xtests-special): ... additions to this variable.
9450         * stdio-common/Makefile (tests): Change dependencies to ....
9451         (tests-special): ... additions to this variable.
9452         (do-tst-unbputc): Remove target.
9453         (do-tst-printf): Likewise.
9454         * stdlib/Makefile (tests): Change dependencies to ....
9455         (tests-special): ... additions to this variable.
9456         * string/Makefile (tests): Change dependencies to ....
9457         (tests-special): ... additions to this variable.
9458         * sysdeps/x86/Makefile (tests): Change dependencies to ....
9459         (tests-special): ... additions to this variable.
9460
9461         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
9462         whole file.
9463         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
9464         whole file.
9465         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
9466         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
9467
9468         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
9469         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
9470         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
9471         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
9472         * conform/data/libgen.h-data [XPG3]: Likewise.
9473         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
9474         * conform/data/ndbm.h-data [XPG3]: Likewise.
9475         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
9476         * conform/data/netdb.h-data [XPG3]: Likewise.
9477         * conform/data/netinet/in.h-data [XPG3]: Likewise.
9478         * conform/data/poll.h-data [XPG3]: Likewise.
9479         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
9480         * conform/data/strings.h-data [XPG3]: Likewise.
9481         * conform/data/stropts.h-data [XPG3]: Likewise.
9482         * conform/data/sys/mman.h-data [XPG3]: Likewise.
9483         * conform/data/sys/resource.h-data [XPG3]: Likewise.
9484         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
9485         Likewise.
9486         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
9487         * conform/data/sys/time.h-data [XPG3]: Likewise.
9488         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
9489         * conform/data/sys/uio.h-data [XPG3]: Likewise.
9490         * conform/data/sys/un.h-data [XPG3]: Likewise.
9491         * conform/data/syslog.h-data [XPG3]: Likewise.
9492         * conform/data/ucontext.h-data [XPG3]: Likewise.
9493         * conform/data/utmpx.h-data [XPG3]: Likewise.
9494         * conform/data/varargs.h-data [UNIX98]: Enable file.
9495
9496         * manual/Makefile (INSTALL_INFO): Remove variable setting.
9497
9498         * math/libm-test.inc (struct test_f_f_data): Move expected results
9499         into structure for each rounding mode.
9500         (struct test_ff_f_data): Likewise.
9501         (struct test_ff_f_data_nexttoward): Likewise.
9502         (struct test_fi_f_data): Likewise.
9503         (struct test_fl_f_data): Likewise.
9504         (struct test_if_f_data): Likewise.
9505         (struct test_fff_f_data): Likewise.
9506         (struct test_c_f_data): Likewise.
9507         (struct test_f_f1_data): Likewise.
9508         (struct test_fF_f1_data): Likewise.
9509         (struct test_ffI_f1_data): Likewise.
9510         (struct test_c_c_data): Likewise.
9511         (struct test_cc_c_data): Likewise.
9512         (struct test_f_i_data): Likewise.
9513         (struct test_ff_i_data): Likewise.
9514         (struct test_f_l_data): Likewise.
9515         (struct test_f_L_data): Likewise.
9516         (struct test_fFF_11_data): Likewise.
9517         (RM_): New macro.
9518         (RM_FE_DOWNWARD): Likewise.
9519         (RM_FE_TONEAREST): Likewise.
9520         (RM_FE_TOWARDZERO): Likewise.
9521         (RM_FE_UPWARD): Likewise.
9522         (RUN_TEST_LOOP_f_f): Update references to expected results.
9523         (RUN_TEST_LOOP_2_f): Likewise.
9524         (RUN_TEST_LOOP_fff_f): Likewise.
9525         (RUN_TEST_LOOP_c_f): Likewise.
9526         (RUN_TEST_LOOP_f_f1): Likewise.
9527         (RUN_TEST_LOOP_fF_f1): Likewise.
9528         (RUN_TEST_LOOP_fI_f1): Likewise.
9529         (RUN_TEST_LOOP_ffI_f1): Likewise.
9530         (RUN_TEST_LOOP_c_c): Likewise.
9531         (RUN_TEST_LOOP_cc_c): Likewise.
9532         (RUN_TEST_LOOP_f_i): Likewise.
9533         (RUN_TEST_LOOP_f_i_tg): Likewise.
9534         (RUN_TEST_LOOP_ff_i_tg): Likewise.
9535         (RUN_TEST_LOOP_f_b): Likewise.
9536         (RUN_TEST_LOOP_f_b_tg): Likewise.
9537         (RUN_TEST_LOOP_f_l): Likewise.
9538         (RUN_TEST_LOOP_f_L): Likewise.
9539         (RUN_TEST_LOOP_fFF_11): Likewise.
9540         * math/gen-libm-test.pl (parse_args): Output four copies of
9541         expected results for each test.
9542
9543         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
9544         (__ASSUME_UTIMES): Remove.
9545         * sysdeps/unix/sysv/linux/tile/kernel-features.h
9546         (__ASSUME_UTIMES): Likewise.
9547
9548         * math/gen-auto-libm-tests.c: Update comment on output format.
9549         (output_for_one_input_case): Generate before-rounding and
9550         after-rounding information as conditions on output flags not
9551         floating-point format.
9552         * math/auto-libm-test-out: Regenerated.
9553         * math/gen-libm-test.pl (cond_value): New function.
9554         (or_cond_value): Use cond_value.
9555         (generate_testfile): Handle conditional exceptions.
9556
9557 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
9558
9559         * math/libm-test.inc (max_valid_error): New variable.
9560         (init_max_error): Take new argument specifying whether function
9561         results are exactly determined.  Set max_valid_error and bound
9562         other variables for errors based on this argument.
9563         (set_max_error): Do not record results above max_valid_error.
9564         (check_float_internal): Only accept errors of up to 0.5ulps if
9565         also at most max_valid_error.
9566         (START): Take new argument EXACT and pass it to init_max_error.
9567         (acos_test): Update call to START.
9568         (acos_test_tonearest): Likewise.
9569         (acos_test_towardzero): Likewise.
9570         (acos_test_downward): Likewise.
9571         (acos_test_upward): Likewise.
9572         (acosh_test): Likewise.
9573         (asin_test): Likewise.
9574         (asin_test_tonearest): Likewise.
9575         (asin_test_towardzero): Likewise.
9576         (asin_test_downward): Likewise.
9577         (asin_test_upward): Likewise.
9578         (asinh_test): Likewise.
9579         (atan_test): Likewise.
9580         (atanh_test): Likewise.
9581         (atan2_test): Likewise.
9582         (cabs_test): Likewise.
9583         (cacos_test): Likewise.
9584         (cacosh_test): Likewise.
9585         (carg_test): Likewise.
9586         (casin_test): Likewise.
9587         (casinh_test): Likewise.
9588         (catan_test): Likewise.
9589         (catanh_test): Likewise.
9590         (cbrt_test): Likewise.
9591         (ccos_test): Likewise.
9592         (ccosh_test): Likewise.
9593         (ceil_test): Likewise.
9594         (cexp_test): Likewise.
9595         (cimag_test): Likewise.
9596         (clog_test): Likewise.
9597         (clog10_test): Likewise.
9598         (conj_test): Likewise.
9599         (copysign_test): Likewise.
9600         (cos_test): Likewise.
9601         (cos_test_tonearest): Likewise.
9602         (cos_test_towardzero): Likewise.
9603         (cos_test_downward): Likewise.
9604         (cos_test_upward): Likewise.
9605         (cosh_test): Likewise.
9606         (cosh_test_tonearest): Likewise.
9607         (cosh_test_towardzero): Likewise.
9608         (cosh_test_downward): Likewise.
9609         (cosh_test_upward): Likewise.
9610         (cpow_test): Likewise.
9611         (cproj_test): Likewise.
9612         (creal_test): Likewise.
9613         (csin_test): Likewise.
9614         (csinh_test): Likewise.
9615         (csqrt_test): Likewise.
9616         (ctan_test): Likewise.
9617         (ctan_test_tonearest): Likewise.
9618         (ctan_test_towardzero): Likewise.
9619         (ctan_test_downward): Likewise.
9620         (ctan_test_upward): Likewise.
9621         (ctanh_test): Likewise.
9622         (ctanh_test_tonearest): Likewise.
9623         (ctanh_test_towardzero): Likewise.
9624         (ctanh_test_downward): Likewise.
9625         (ctanh_test_upward): Likewise.
9626         (erf_test): Likewise.
9627         (erfc_test): Likewise.
9628         (exp_test): Likewise.
9629         (exp_test_tonearest): Likewise.
9630         (exp_test_towardzero): Likewise.
9631         (exp_test_downward): Likewise.
9632         (exp_test_upward): Likewise.
9633         (exp10_test): Likewise.
9634         (exp10_test_tonearest): Likewise.
9635         (exp10_test_towardzero): Likewise.
9636         (exp10_test_downward): Likewise.
9637         (exp10_test_upward): Likewise.
9638         (pow10_test): Likewise.
9639         (exp2_test): Likewise.
9640         (expm1_test): Likewise.
9641         (expm1_test_tonearest): Likewise.
9642         (expm1_test_towardzero): Likewise.
9643         (expm1_test_downward): Likewise.
9644         (expm1_test_upward): Likewise.
9645         (fabs_test): Likewise.
9646         (fdim_test): Likewise.
9647         (floor_test): Likewise.
9648         (fma_test): Likewise.
9649         (fma_test_towardzero): Likewise.
9650         (fma_test_downward): Likewise.
9651         (fma_test_upward): Likewise.
9652         (fmax_test): Likewise.
9653         (fmin_test): Likewise.
9654         (fmod_test): Likewise.
9655         (fpclassify_test): Likewise.
9656         (frexp_test): Likewise.
9657         (hypot_test): Likewise.
9658         (ilogb_test): Likewise.
9659         (isfinite_test): Likewise.
9660         (finite_test): Likewise.
9661         (isgreater_test): Likewise.
9662         (isgreaterequal_test): Likewise.
9663         (isinf_test): Likewise.
9664         (isless_test): Likewise.
9665         (islessequal_test): Likewise.
9666         (islessgreater_test): Likewise.
9667         (isnan_test): Likewise.
9668         (isnormal_test): Likewise.
9669         (issignaling_test): Likewise.
9670         (isunordered_test): Likewise.
9671         (j0_test): Likewise.
9672         (j1_test): Likewise.
9673         (jn_test): Likewise.
9674         (ldexp_test): Likewise.
9675         (lgamma_test): Likewise.
9676         (gamma_test): Likewise.
9677         (lrint_test): Likewise.
9678         (lrint_test_tonearest): Likewise.
9679         (lrint_test_towardzero): Likewise.
9680         (lrint_test_downward): Likewise.
9681         (lrint_test_upward): Likewise.
9682         (llrint_test): Likewise.
9683         (llrint_test_tonearest): Likewise.
9684         (llrint_test_towardzero): Likewise.
9685         (llrint_test_downward): Likewise.
9686         (llrint_test_upward): Likewise.
9687         (log_test): Likewise.
9688         (log10_test): Likewise.
9689         (log1p_test): Likewise.
9690         (log2_test): Likewise.
9691         (logb_test): Likewise.
9692         (logb_test_downward): Likewise.
9693         (lround_test): Likewise.
9694         (llround_test): Likewise.
9695         (modf_test): Likewise.
9696         (nearbyint_test): Likewise.
9697         (nextafter_test): Likewise.
9698         (nexttoward_test): Likewise.
9699         (pow_test): Likewise.
9700         (pow_test_tonearest): Likewise.
9701         (pow_test_towardzero): Likewise.
9702         (pow_test_downward): Likewise.
9703         (pow_test_upward): Likewise.
9704         (remainder_test): Likewise.
9705         (drem_test): Likewise.
9706         (remainder_test_tonearest): Likewise.
9707         (drem_test_tonearest): Likewise.
9708         (remainder_test_towardzero): Likewise.
9709         (drem_test_towardzero): Likewise.
9710         (remainder_test_downward): Likewise.
9711         (drem_test_downward): Likewise.
9712         (remainder_test_upward): Likewise.
9713         (drem_test_upward): Likewise.
9714         (remquo_test): Likewise.
9715         (rint_test): Likewise.
9716         (rint_test_tonearest): Likewise.
9717         (rint_test_towardzero): Likewise.
9718         (rint_test_downward): Likewise.
9719         (rint_test_upward): Likewise.
9720         (round_test): Likewise.
9721         (scalb_test): Likewise.
9722         (scalbn_test): Likewise.
9723         (scalbln_test): Likewise.
9724         (signbit_test): Likewise.
9725         (sin_test): Likewise.
9726         (sin_test_tonearest): Likewise.
9727         (sin_test_towardzero): Likewise.
9728         (sin_test_downward): Likewise.
9729         (sin_test_upward): Likewise.
9730         (sincos_test): Likewise.
9731         (sinh_test): Likewise.
9732         (sinh_test_tonearest): Likewise.
9733         (sinh_test_towardzero): Likewise.
9734         (sinh_test_downward): Likewise.
9735         (sinh_test_upward): Likewise.
9736         (sqrt_test): Likewise.
9737         (sqrt_test_tonearest): Likewise.
9738         (sqrt_test_towardzero): Likewise.
9739         (sqrt_test_downward): Likewise.
9740         (sqrt_test_upward): Likewise.
9741         (tan_test): Likewise.
9742         (tan_test_tonearest): Likewise.
9743         (tan_test_towardzero): Likewise.
9744         (tan_test_downward): Likewise.
9745         (tan_test_upward): Likewise.
9746         (tanh_test): Likewise.
9747         (tgamma_test): Likewise.
9748         (trunc_test): Likewise.
9749         (y0_test): Likewise.
9750         (y1_test): Likewise.
9751         (yn_test): Likewise.
9752         (significand_test): Likewise.
9753
9754         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
9755         individual tests in comment.
9756         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
9757         (prev_max_error): New variable.
9758         (prev_real_max_error): Likewise.
9759         (prev_imag_max_error): Likewise.
9760         (compare_ulp_data): Don't refer to test names in comment.
9761         (find_test_ulps): Remove function.
9762         (find_function_ulps): Likewise.
9763         (find_complex_function_ulps): Likewise.
9764         (init_max_error): Take function name as argument.  Look up ulps
9765         for that function.
9766         (print_ulps): Remove function.
9767         (print_max_error): Use prev_max_error instead of calling
9768         find_function_ulps.
9769         (print_complex_max_error): Use prev_real_max_error and
9770         prev_imag_max_error instead of calling find_complex_function_ulps.
9771         (check_float_internal): Take max_ulp parameter instead of calling
9772         find_test_ulps.  Don't call print_ulps.
9773         (check_float): Update call to check_float_internal.
9774         (check_complex): Update calls to check_float_internal.
9775         (START): Pass argument to init_max_error.
9776         * math/gen-libm-test.pl (%results): Don't include "kind"
9777         information.
9778         (parse_ulps): Don't handle ulps of individual tests.
9779         (print_ulps_file): Likewise.
9780         (output_ulps): Likewise.
9781         * math/README.libm-test: Update.
9782         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
9783         individual tests.
9784         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
9785         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
9786         * sysdeps/arm/libm-test-ulps: Likewise.
9787         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
9788         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
9789         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
9790         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
9791         * sysdeps/microblaze/libm-test-ulps: Likewise.
9792         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
9793         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
9794         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
9795         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
9796         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
9797         * sysdeps/sh/libm-test-ulps: Likewise.
9798         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
9799         * sysdeps/tile/libm-test-ulps: Likewise.
9800         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9801
9802 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
9803
9804         * math/libm-test.inc (print_complex_max_error): Check separately
9805         whether real and imaginary errors are within allowed range and
9806         pass 0 to print_complex_function_ulps instead of value within
9807         allowed range.
9808
9809 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
9810
9811         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
9812         formatting.
9813         (get_handles_fopen): Likewise.
9814         (do_write_test): Likewise.
9815
9816         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
9817
9818         * libio/fileops.c (do_ftell): Use cached offset when
9819         available.
9820         * libio/iofwide.c (do_ftell_wide): Likewise.
9821         * libio/iofdopen.c (_IO_new_fdopen): Don't use
9822         _IO_file_attach.
9823         * libio/wfileops.c (_IO_fwide): Don't cache offset.
9824
9825         [BZ #16532]
9826         * libio/libioP.h (get_file_offset): New function.
9827         * libio/fileops.c (get_file_offset): Likewise.
9828         (do_ftell): Likewise.
9829         (_IO_new_file_seekoff): Split out ftell logic.
9830         * libio/wfileops.c (do_ftell_wide): Likewise.
9831         (_IO_wfile_seekoff): Split out ftell logic.
9832         * libio/tst-ftell-active-handler.c: New test case.
9833         * libio/Makefile (tests): Add it.
9834
9835 2014-03-03  Roland McGrath  <roland@hack.frob.com>
9836
9837         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
9838         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
9839
9840 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
9841
9842         [BZ #16639]
9843         * nscd/connections.c (nscd_init): Call do_exit.
9844         (start_threads): Call do_exit and notify_parent.
9845         (begin_drop_privileges): Call do_exit.
9846         (finish_drop_privileges): Likewise.
9847         * nscd/selinux.c (preserve_capabilities): Likewise.
9848         (install_real_capabilities): Likewise.
9849         (nscd_selinux_enabled): Likewise.
9850         (avc_create_thread): Likewise.
9851         (avc_alloc_lock): Likewise.
9852         (nscd_avc_init): Likewise.
9853         * nscd/nscd.c (parent_fd): New static variable.
9854         (main): Create a pipe between parent and child processes.
9855         Skip closing parent_fd.
9856         (monitor_child): New function.
9857         (do_exit): Likewise.
9858         (notify_parent): Likewise.
9859         * nscd/nscd.h (notify_parent): Likewise.
9860         (do_exit): Likewise.
9861
9862 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
9863
9864         * malloc/malloc.c (__libc_calloc): Revert last change.
9865
9866 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9867
9868         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9869
9870 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
9871
9872         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
9873         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
9874         implementation.
9875         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
9876         (__libc_ifunc_impl_list): Likewise.
9877         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
9878         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
9879         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
9880         * string/strrchr.c: Define STRRCHR.
9881
9882 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
9883
9884         * benchtest/bench-strtok.c (simple_strtok): Delete.
9885         (strtok_string): Use as benchmark.
9886         * string/strtok (STRTOK): New macro.
9887
9888 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
9889
9890         * manual/threads.texi: Add header and standard comments to all
9891         functions.
9892
9893         * elf/dl-lookup.c (check_match): New function.
9894         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
9895         (do_lookup_x): Remove nested function check_match. Use non-nested
9896         function check_match.
9897
9898 2014-02-28  Roland McGrath  <roland@hack.frob.com>
9899
9900         * csu/Makefile (generated, before-compile): Use += rather than =.
9901         * catgets/Makefile (generated, generated-dirs): Likewise.
9902         * debug/Makefile (generated): Likewise.
9903         * dlfcn/Makefile (generated): Likewise.
9904         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
9905         * iconvdata/Makefile (before-compile, generated): Likewise.
9906         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
9907         * libio/Makefile (generated): Likewise.
9908         * malloc/Makefile (generated): Likewise.
9909         * manual/Makefile (generated, generated-dirs): Likewise.
9910         * misc/Makefile (generated): Likewise.
9911         * posix/Makefile (generated): Likewise.
9912         * resolv/Makefile (generated): Likewise.
9913         * sunrpc/Makefile (generated, generated-dirs): Likewise.
9914         * timezone/Makefile (generated, generated-dirs): Likewise.
9915
9916         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
9917
9918 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9919
9920         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
9921         power8 implementation.
9922         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
9923         file: POWER8 llround ifunc implementation.
9924         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
9925         (__lllround): Add POWER8 implementation.
9926         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
9927         POWER8 llround implementation.
9928
9929         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
9930         power8 implementation.
9931         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
9932         file: POWER8 llrint ifunc implementation.
9933         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
9934         Add POWER8 implementation.
9935         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
9936         POWER8 llrint implementation.
9937
9938         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
9939         power8 implementation.
9940         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
9941         file: POWER8 finite ifunc implementation.
9942         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
9943         Add POWER8 implementation.
9944         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
9945         Likewise.
9946         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
9947         POWER8 finite implementation.
9948         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
9949
9950         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
9951         power8 implementation.
9952         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
9953         file: POWER8 isinf ifunc implementation.
9954         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
9955         POWER8 implementation.
9956         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
9957         Likewise.
9958         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
9959         isinf implementation.
9960         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
9961
9962         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
9963         (INIT_ARCH): Add hwcap2 initialization.
9964         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
9965         power8 implementation.
9966         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
9967         file: POWER8 isnan ifunc implementation.
9968         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
9969         POWER8 implementation.
9970         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
9971         Likewise.
9972         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
9973         isnan implementation.
9974         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
9975
9976 2014-02-27  Joey Ye  <joey.ye@arm.com>
9977
9978         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
9979         (_FP_NANFRAC_Q): Set to zero.
9980
9981 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
9982
9983         [BZ #16623]
9984         * math/auto-libm-test-in: New test inputs.
9985         * math/auto-libm-test-out: Regenerate.
9986         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
9987         and DA.
9988         (__cos): Likewise.
9989         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
9990
9991 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
9992
9993         * scripts/evaluate-test.sh: Take new argument indicating whether
9994         failure is expected.
9995         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
9996         indicating whether failure is expected.
9997         * conform/Makefile (test-xfail-run-conformtest): New variable.
9998         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
9999         level.
10000         * posix/Makefile (test-xfail-annexc): New variable.
10001         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
10002
10003 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
10004
10005         * argp/Makefile: Include Makeconfig immediately after defining
10006         subdir.
10007         * assert/Makefile: Likewise.
10008         * benchtests/Makefile: Likewise.
10009         * catgets/Makefile: Likewise.
10010         * conform/Makefile: Likewise.
10011         * crypt/Makefile: Likewise.
10012         * csu/Makefile: Likewise.
10013         (all): Remove target.
10014         * ctype/Makefile: Include Makeconfig immediately after defining
10015         subdir.
10016         * debug/Makefile: Likewise.
10017         * dirent/Makefile: Likewise.
10018         * dlfcn/Makefile: Likewise.
10019         * gmon/Makefile: Likewise.
10020         * gnulib/Makefile: Likewise.
10021         * grp/Makefile: Likewise.
10022         * gshadow/Makefile: Likewise.
10023         * hesiod/Makefile: Likewise.
10024         * hurd/Makefile: Likewise.
10025         (all): Remove target.
10026         * iconvdata/Makefile: Include Makeconfig immediately after
10027         defining subdir.
10028         * inet/Makefile: Likewise.
10029         * intl/Makefile: Likewise.
10030         * io/Makefile: Likewise.
10031         * libio/Makefile: Likewise.
10032         (all): Remove target.
10033         * locale/Makefile: Include Makeconfig immediately after defining
10034         subdir.
10035         * login/Makefile: Likewise.
10036         * mach/Makefile: Likewise.
10037         (all): Remove target.
10038         * malloc/Makefile: Include Makeconfig immediately after defining
10039         subdir.
10040         (all): Remove target.
10041         * manual/Makefile: Include Makeconfig immediately after defining
10042         subdir.
10043         * math/Makefile: Likewise.
10044         * misc/Makefile: Likewise.
10045         * nis/Makefile: Likewise.
10046         * nss/Makefile: Likewise.
10047         * po/Makefile: Likewise.
10048         (all): Remove target.
10049         * posix/Makefile: Include Makeconfig immediately after defining
10050         subdir.
10051         * pwd/Makefile: Likewise.
10052         * resolv/Makefile: Likewise.
10053         * resource/Makefile: Likewise.
10054         * rt/Makefile: Likewise.
10055         * setjmp/Makefile: Likewise.
10056         * shadow/Makefile: Likewise.
10057         * signal/Makefile: Likewise.
10058         * socket/Makefile: Likewise.
10059         * soft-fp/Makefile: Likewise.
10060         * stdio-common/Makefile: Likewise.
10061         * stdlib/Makefile: Likewise.
10062         * streams/Makefile: Likewise.
10063         * string/Makefile: Likewise.
10064         * sunrpc/Makefile: Likewise.
10065         (all): Remove target.
10066         * sysvipc/Makefile: Include Makeconfig immediately after defining
10067         subdir.
10068         * termios/Makefile: Likewise.
10069         * time/Makefile: Likewise.
10070         * timezone/Makefile: Likewise.
10071         (all): Remove target.
10072         * wcsmbs/Makefile: Include Makeconfig immediately after defining
10073         subdir.
10074         * wctype/Makefile: Likewise.
10075
10076 2014-02-26  Steve Ellcey  <sellcey@mips.com>
10077
10078         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
10079         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
10080         (libc_feholdexcept_setround_mips): Ditto.
10081         (libc_feholdsetround): New.
10082         (libc_feholdsetroundf): New.
10083         (libc_feholdsetroundl): New.
10084         (libc_feupdateenv_test_mips): New.
10085         (libc_feupdateenv_test): New.
10086         (libc_feupdateenv_testf): New.
10087         (libc_feupdateenv_testl): New.
10088         (libc_feresetround): New.
10089         (libc_feresetroundf): New.
10090         (libc_feresetroundl): New.
10091         (libc_fetestexcept_mips): New.
10092         (libc_fetestexcept): New.
10093         (libc_fetestexceptf): New.
10094         (libc_fetestexceptl): New.
10095         (HAVE_RM_CTX): New.
10096         (libc_feholdexcept_setround_mips_ctx): New.
10097         (libc_feholdexcept_setround_ctx): New.
10098         (libc_feholdexcept_setroundf_ctx): New.
10099         (libc_feholdexcept_setroundl_ctx): New.
10100         (libc_fesetenv_mips_ctx): New.
10101         (libc_fesetenv_ctx): New.
10102         (libc_fesetenv_ctxf): New.
10103         (libc_fesetenv_ctxl): New.
10104         (libc_feupdateenv_mips_ctx): New.
10105         (libc_feupdateenv_ctx): New.
10106         (libc_feupdateenvf_ctx): New.
10107         (libc_feupdateenvl_ctx): New.
10108         (libc_feholdsetround_mips_ctx): New.
10109         (libc_feholdsetround_ctx): New.
10110         (libc_feholdsetroundf_ctx): New.
10111         (libc_feholdsetroundl_ctx): New.
10112         (libc_feresetround_mips_ctx): New.
10113         (libc_feresetround_ctx): New.
10114         (libc_feresetroundf_ctx): New.
10115         (libc_feresetroundl_ctx): New.
10116
10117 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
10118
10119         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
10120
10121         * manual/ipc.texi: New file.
10122         * manual/Makefile (chapters): Add ipc.
10123         * manual/job.texi: Add "Inter-Process Communication" to next.
10124         * manual/process.texi: Add "Inter-Process Communication" to prev.
10125
10126 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10127
10128         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10129
10130 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
10131
10132         * malloc/malloc.c (__libc_calloc): Simplify implementation.
10133
10134         * manual/arith.texi: Fix spaces after sentences.
10135         * manual/charset.texi: Likewise.
10136         * manual/errno.texi: Likewise.
10137         * manual/install.texi: Likewise.
10138         * manual/llio.texi: Likewise.
10139         * manual/locale.texi: Likewise.
10140         * manual/maint.texi: Likewise.
10141         * manual/math.texi: Likewise.
10142         * manual/memory.texi: Likewise.
10143         * manual/message.texi: Likewise.
10144         * manual/probes.texi: Likewise.
10145         * manual/resource.texi: Likewise.
10146         * manual/signal.texi: Likewise.
10147         * manual/socket.texi: Likewise.
10148         * manual/stdio.texi: Likewise.
10149         * manual/string.texi: Likewise.
10150         * manual/time.texi: Likewise.
10151         * manual/users.texi: Likewise.
10152
10153 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
10154
10155         [BZ #16632]
10156         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
10157         _DEFAULT_SOURCE is defined.
10158
10159 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
10160             Carlos O'Donell  <carlos@redhat.com>
10161
10162         [BZ #16613]
10163         * elf/dl-tls.c (_dl_count_modids): New function.
10164         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
10165         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
10166         audit library and increment generation counter.
10167         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
10168         * elf/tst-audit9.c: New file.
10169         * elf/tst-auditmod9a.c: New file.
10170         * elf/tst-auditmod9b.c: New file.
10171         * elf/Makefile: Add rules to build and run tst-audit9.
10172
10173 2014-02-25  Florian Weimer  <fweimer@redhat.com>
10174
10175         [BZ #15347]
10176         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
10177
10178 2014-02-25  Will Newton  <will.newton@linaro.org>
10179
10180         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
10181         (__longjmp): Restore sp and lr before restoring callee
10182         saved registers.  Add longjmp and longjmp_target
10183         SystemTap probe point.
10184         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
10185         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
10186         Define to zero to match jmpbuf layout.
10187         * sysdeps/arm/setjmp.S: Include stap-probe.h.
10188         (__sigsetjmp): Save sp and lr before saving callee
10189         saved registers.  Add setjmp SystemTap probe point.
10190
10191 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
10192
10193         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
10194
10195 2014-02-24  Andreas Schwab  <schwab@suse.de>
10196
10197         [BZ #15804]
10198         * elf/pldd.c (wait_for_ptrace_stop): New function.
10199         (main): Call it after attaching.
10200
10201 2014-02-22  Roland McGrath  <roland@hack.frob.com>
10202
10203         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
10204         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
10205         Versions files is now verboten.
10206         * hurd/Versions (libc: GLIBC_2.0):
10207         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
10208         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
10209         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
10210         * mach/Versions: Likewise.
10211
10212         * csu/Versions: Remove unused %include.
10213         * resolv/Versions: Likewise.
10214
10215 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
10216
10217         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
10218         ($(objpfx)check-local-headers.out): Likewise.
10219         ($(objpfx)begin-end-check.out): Likewise.
10220         * Makerules (check-abi-%.out): Likewise.
10221         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
10222         ($(objpfx)test2.cat): Likewise.
10223         ($(objpfx)de/libc.cat): Likewise.
10224         ($(objpfx)test-gencat.out): Likewise.
10225         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
10226         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
10227         ($(objpfx)noload-mem): Likewise.
10228         ($(objpfx)tst-pathopt.out): Likewise.
10229         ($(objpfx)tst-rtld-load-self.out): Likewise.
10230         ($(objpfx)tst-array1-cmp.out): Likewise.
10231         ($(objpfx)tst-array1-static-cmp.out): Likewise.
10232         ($(objpfx)tst-array2-cmp.out): Likewise.
10233         ($(objpfx)tst-array3-cmp.out): Likewise.
10234         ($(objpfx)tst-array4-cmp.out): Likewise.
10235         ($(objpfx)tst-array5-cmp.out): Likewise.
10236         ($(objpfx)tst-array5-static-cmp.out): Likewise.
10237         ($(objpfx)check-textrel.out): Likewise.
10238         ($(objpfx)check-execstack.out): Likewise.
10239         ($(objpfx)check-localplt.out): Likewise.
10240         ($(objpfx)order2-cmp.out): Likewise.
10241         ($(objpfx)tst-leaks1-mem): Likewise.
10242         ($(objpfx)tst-leaks1-static-mem): Likewise.
10243         ($(objpfx)tst-initorder-cmp.out): Likewise.
10244         ($(objpfx)tst-initorder2-cmp.out): Likewise.
10245         ($(objpfx)tst-unused-dep.out): Likewise.
10246         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
10247         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
10248         * iconv/Makefile (test-iconvconfig): Likewise.
10249         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
10250         ($(objpfx)iconv-test.out): Likewise.
10251         ($(objpfx)tst-tables.out): Likewise.
10252         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
10253         ($(objpfx)tst-gettext.out): Likewise.
10254         ($(objpfx)tst-translit.out): Likewise.
10255         ($(objpfx)tst-gettext2.out): Likewise.
10256         ($(objpfx)tst-gettext4.out): Likewise.
10257         ($(objpfx)tst-gettext6.out): Likewise.
10258         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
10259         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
10260         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
10261         ($(objpfx)tst-fopenloc-mem.out): Likewise.
10262         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
10263         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
10264         * posix/Makefile ($(objpfx)globtest.out): Likewise.
10265         ($(objpfx)wordexp-tst.out): Likewise.
10266         ($(objpfx)annexc.out): Likewise.
10267         ($(objpfx)tst-fnmatch-mem): Likewise.
10268         ($(objpfx)bug-regex2-mem): Likewise.
10269         ($(objpfx)bug-regex14-mem): Likewise.
10270         ($(objpfx)bug-regex21-mem): Likewise.
10271         ($(objpfx)bug-regex31-mem): Likewise.
10272         ($(objpfx)tst-vfork3-mem): Likewise.
10273         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
10274         ($(objpfx)tst-pcre-mem): Likewise.
10275         ($(objpfx)tst-boost-mem): Likewise.
10276         ($(objpfx)tst-getconf.out): Likewise.
10277         ($(objpfx)bug-ga2-mem): Likewise.
10278         ($(objpfx)bug-glob2-mem): Likewise.
10279         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
10280         ($(objpfx)mtrace-tst-leaks2): Likewise.
10281         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
10282         ($(objpfx)tst-printf.out): Likewise.
10283         ($(objpfx)tst-setvbuf1.out): Likewise.
10284         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
10285         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
10286         ($(objpfx)tst-fmtmsg.out): Likewise.
10287         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
10288         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
10289
10290         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
10291         * bits/sigaction.h [__USE_MISC]: Likewise.
10292         * bits/waitstatus.h: Update #endif comments.
10293         * ctype/ctype.h: Likewise.
10294         * dirent/dirent.h: Likewise.
10295         [__USE_MISC]: Remove redundant conditionals.
10296         * grp/grp.h: Update #endif comments.
10297         [__USE_GNU]: Remove redundant conditionals.
10298         [__USE_MISC]: Likewise.
10299         * inet/netinet/in.h [__USE_GNU]: Likewise.
10300         * io/sys/stat.h [__USE_MISC]: Likewise.
10301         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
10302         * libio/bits/stdio.h: Update #endif comments.
10303         [__USE_MISC]: Remove redundant conditionals.
10304         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
10305         * libio/stdio.h: Update #endif comments.
10306         [__USE_MISC]: Remove redundant conditionals.
10307         * math/bits/math-finite.h [__USE_MISC]: Likewise.
10308         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
10309         * math/math.h: Update #else and #endif comments.
10310         [__USE_MISC]: Remove redundant conditionals.
10311         * misc/sys/uio.h: Update #endif comments.
10312         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
10313         * posix/glob.h [__USE_MISC]: Likewise.
10314         * posix/sys/types.h: Update #endif comments.
10315         [__USE_MISC]: Remove redundant conditionals.
10316         * posix/sys/wait.h: Update #endif comments.
10317         [__USE_MISC]: Remove redundant conditionals.
10318         * posix/unistd.h: Update #endif comments.
10319         [__USE_MISC]: Remove redundant conditionals.
10320         * pwd/pwd.h [__USE_GNU]: Likewise.
10321         [__USE_MISC]: Likewise.
10322         * resolv/netdb.h [__USE_GNU]: Likewise.
10323         * signal/signal.h: Update #endif comments.
10324         [__USE_MISC]: Remove redundant conditionals.
10325         * stdlib/stdlib.h: Update #else and #endif comments.
10326         [__USE_MISC]: Remove redundant conditionals.
10327         [__USE_GNU]: Likewise.
10328         * string/bits/string2.h [__USE_MISC]: Likewise.
10329         * string/string.h: Update #endif comments.
10330         [__USE_MISC]: Remove redundant conditionals.
10331         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
10332         Likewise.
10333         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
10334         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
10335         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
10336         Likewise.
10337         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
10338         Likewise.
10339         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
10340         comments.
10341         [__USE_MISC]: Remove redundant conditionals.
10342         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
10343         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
10344         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
10345         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
10346         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
10347         Likewise.
10348         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
10349         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
10350         Likewise.
10351         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
10352         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
10353         Likewise.
10354         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
10355         Likewise.
10356         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
10357         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
10358         Likewise.
10359         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
10360         Likewise.
10361         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
10362         * sysdeps/x86/bits/string.h: Update #endif comments.
10363         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
10364         conditionals.
10365         * time/sys/time.h: Update #endif comments.
10366         * time/time.h: Likewise.
10367         [__USE_MISC]: Remove redundant conditionals.
10368
10369 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
10370
10371         [BZ #16600]
10372         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
10373
10374 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
10375
10376         * Versions.def (librt): Add GLIBC_2.17.
10377
10378 2014-02-21  Adam Conrad  <adconrad@0c3.net>
10379
10380         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
10381         synonym for _SYS_AUXV_H to allow direct inclusion.
10382         * sysdeps/sparc/bits/hwcap.h: Likewise.
10383         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
10384         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
10385         * sysdeps/sparc/sysdep.h: Likewise.
10386
10387 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
10388
10389         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
10390
10391 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
10392
10393         * benchtests/bench-strrchr.c: Print length instead of position.
10394
10395 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
10396
10397         [BZ #16611]
10398         * sysdeps/unix/sysv/linux/kernel-features.h
10399         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
10400         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
10401         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
10402         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
10403         Likewise.
10404         [__i386__ || __powerpc__ || __sh__ || __sparc__]
10405         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
10406         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
10407         (__ASSUME_SENDMMSG): Define instead of using previous
10408         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
10409         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
10410         (__ASSUME_SENDMMSG_SYSCALL): Define.
10411         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
10412         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
10413         Likewise.
10414         * sysdeps/unix/sysv/linux/arm/kernel-features.h
10415         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
10416         Likewise.
10417         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
10418         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
10419         Likewise.
10420         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
10421         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
10422         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
10423         [__ASSUME_SENDMMSG]: Change conditionals to
10424         [__ASSUME_SENDMMSG_SOCKETCALL].
10425         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
10426         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
10427         Define.
10428         * sysdeps/unix/sysv/linux/mips/kernel-features.h
10429         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
10430         Likewise.
10431         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
10432         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
10433         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
10434         [!__ASSUME_SENDMMSG]: Change conditional to
10435         [!__ASSUME_SENDMMSG_SOCKETCALL].
10436         * sysdeps/unix/sysv/linux/tile/kernel-features.h
10437         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
10438         Define.
10439
10440         [BZ #16610]
10441         * sysdeps/unix/sysv/linux/kernel-features.h
10442         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
10443         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
10444         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
10445         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
10446         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
10447         [__i386__ || __sparc__]
10448         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
10449         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
10450         (__ASSUME_RECVMMSG): Define instead of using previous
10451         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
10452         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
10453         (__ASSUME_RECVMMSG_SYSCALL): Define.
10454         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
10455         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
10456         Likewise.
10457         * sysdeps/unix/sysv/linux/arm/kernel-features.h
10458         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
10459         Likewise.
10460         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
10461         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
10462         Likewise.
10463         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
10464         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
10465         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
10466         [__ASSUME_RECVMMSG]: Change condition to
10467         [__ASSUME_RECVMMSG_SOCKETCALL].
10468         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
10469         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
10470         Define.
10471         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
10472         * sysdeps/unix/sysv/linux/mips/kernel-features.h
10473         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
10474         Likewise.
10475         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
10476         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
10477         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
10478         [!__ASSUME_RECVMMSG]: Change condition to
10479         [!__ASSUME_RECVMMSG_SOCKETCALL].
10480         * sysdeps/unix/sysv/linux/tile/kernel-features.h
10481         (__ASSUME_RECVMMSG_SYSCALL): Define.
10482
10483         [BZ #16609]
10484         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
10485         __powerpc__ || __s390__ || __sh__ || __sparc__]
10486         (__ASSUME_SOCKETCALL): Define.
10487         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
10488         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
10489         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
10490         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
10491         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
10492         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
10493         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
10494         (__ASSUME_ACCEPT4): Define instead of using previous
10495         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
10496         __powerpc__ || __sparc__ || __s390__)] condition.
10497         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
10498         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
10499         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
10500         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
10501         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
10502         [!__ASSUME_ACCEPT4]: Change condition to
10503         [!__ASSUME_ACCEPT4_SOCKETCALL].
10504         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
10505         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
10506         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
10507         * sysdeps/unix/sysv/linux/arm/kernel-features.h
10508         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
10509         __ASSUME_ACCEPT4_SYSCALL.
10510         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
10511         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
10512         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
10513         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
10514         __ASSUME_ACCEPT4_SYSCALL.
10515         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
10516         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
10517         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
10518         [__ASSUME_ACCEPT4]: Change condition to
10519         [__ASSUME_ACCEPT4_SOCKETCALL].
10520         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
10521         (__ASSUME_SOCKETCALL): Define.
10522         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
10523         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
10524         (__ASSUME_SOCKETCALL): Define.
10525         (__ASSUME_ACCEPT4): Remove.
10526         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
10527         Define.
10528         * sysdeps/unix/sysv/linux/mips/kernel-features.h
10529         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
10530         Likewise.
10531         * sysdeps/unix/sysv/linux/tile/kernel-features.h
10532         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
10533
10534         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
10535         macro.
10536         (HWCAP_ARM_LPAE): Likewise.
10537         (HWCAP_ARM_EVTSTRM): Likewise.
10538         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
10539         Add vpfd32, lpae and evtstrm.
10540         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
10541         Increase to 22.
10542
10543 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
10544
10545         * math/auto-libm-test-in: Add tests of clog10.
10546         * math/auto-libm-test-out: Regenerated.
10547         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
10548         * sysdeps/i386/fpu/libm-test-ulps: Update.
10549         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10550
10551 2014-02-18  Andreas Schwab  <schwab@suse.de>
10552
10553         [BZ #16574]
10554         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
10555         Store non-zero if the second buffer was newly allocated.
10556         (send_dg): Likewise.
10557         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
10558         to send_vc and send_dg.
10559         (res_nsend): Pass NULL for ansp2_malloced.
10560         * resolv/res_query.c (__libc_res_nquery): Add parameter
10561         answerp2_malloced and pass it down to __libc_res_nsend.
10562         (res_nquery): Pass additional NULL to __libc_res_nquery.
10563         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
10564         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
10565         second answer buffer if answerp2_malloced was set.
10566         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
10567         (__libc_res_nquerydomain): Add parameter
10568         answerp2_malloced and pass it down to __libc_res_nquery.
10569         (res_nquerydomain): Pass additional NULL to
10570         __libc_res_nquerydomain.
10571         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
10572         additional NULL to __libc_res_nsend and __libc_res_nquery.
10573         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
10574         additional NULL to __libc_res_nsearch.
10575         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
10576         parameter of __libc_res_nsearch to check for separately allocated
10577         second buffer.
10578         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
10579         __libc_res_nquery.
10580         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
10581         additional NULL to __libc_res_nquery.
10582         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
10583         __libc_res_nsearch.
10584         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
10585         * include/resolv.h: Update prototypes of __libc_res_nquery,
10586         __libc_res_nsearch, __libc_res_nsend.
10587
10588 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
10589
10590         * math/auto-libm-test-in: Add tests of fma.
10591         * math/auto-libm-test-out: Regenerated.
10592         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
10593         (fma_towardzero_test_data): Likewise.
10594         (fma_downward_test_data): Likewise.
10595         (fma_upward_test_data): Likewise.
10596         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
10597         mpc_mode.
10598         (rounding_modes): Add values for new field.
10599         (func_calc_method): Add value mpfr_fff_f.
10600         (func_calc_desc): Add mpfr_fff_f union field.
10601         (test_function): Add field exact_args.
10602         (FUNC): Add macro argument EXACT_ARGS.
10603         (FUNC_mpfr_f_f): Update call to FUNC.
10604         (FUNC_mpfr_f_f): Likewise.
10605         (FUNC_mpfr_ff_f): Likewise.
10606         (FUNC_mpfr_if_f): Likewise.
10607         (FUNC_mpc_c_f): Likewise.
10608         (FUNC_mpc_c_c): Likewise.
10609         (test_functions): Add fma.  Update calls to FUNC.
10610         (handle_input_arg): Add argument exact_args.
10611         (add_test): Update call to handle_input_arg.
10612         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
10613         (output_for_one_input_case): Update call to calc_generic_results.
10614         Recalculate exact zero results in each rounding mode.
10615
10616         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
10617         non-negative before setting low bit.
10618         * math/auto-libm-test-in: Mark one asin test possibly having
10619         spurious underflow.
10620         * math/auto-libm-test-out: Regenerated.
10621         * sysdeps/i386/fpu/libm-test-ulps: Update.
10622         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10623
10624 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
10625
10626         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
10627         * sysdeps/unix/sysv/linux/microblaze: Move directory from
10628         ports/sysdeps/unix/sysv/linux/microblaze.
10629         * README: Add missing listing for microblaze*-*-linux-gnu.
10630
10631 2014-02-16  Ondřej Bílka  <neleai@seznam.cz>
10632
10633         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
10634         duplicate code
10635
10636 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
10637
10638         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
10639         * sysdeps/unix/sysv/linux/ia64: Move directory from
10640         ports/sysdeps/unix/sysv/linux/ia64.
10641         * README: Update listing for ia64-*-linux-gnu.
10642
10643 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
10644             Joseph Myers  <joseph@codesourcery.com>
10645
10646         * Makeconfig (test-name): New variable.
10647         (evaluate-test): Likewise.
10648         * Makerules (do-test-clean): Remove .test-result files.
10649         (common-mostlyclean): Likewise.
10650         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
10651         * scripts/evaluate-test.sh: New file.
10652
10653 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
10654
10655         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
10656         separate $(objpfx)tst-fopenloc-cmp.out and
10657         $(objpfx)tst-fopenloc-mem.out targets.
10658         (tests): Update dependencies.
10659         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
10660         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
10661         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
10662         (tst-rxspencer-no-utf8-ARGS): New variable.
10663         (tst-rxspencer-no-utf8-ENV): Likewise.
10664         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
10665         instead of $(objpfx)tst-rxspencer-mem.
10666         ($(objpfx)tst-rxspencer-mem): Change target to
10667         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
10668         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
10669         * posix/tst-rxspencer-no-utf8.c: New file.
10670
10671         * elf/Makefile ($(objpfx)order.out): Remove rule.
10672         [$(run-built-tests) = yes] (tests): Depend on
10673         $(objpfx)order-cmp.out.
10674         ($(objpfx)order-cmp.out): New rule.
10675         [$(run-built-tests) = yes] (tests): Depend on
10676         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
10677         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
10678         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
10679         $(objpfx)tst-array5-static-cmp.out.
10680         ($(objpfx)tst-array1.out): Remove rule.
10681         ($(objpfx)tst-array1-cmp.out): New rule.
10682         ($(objpfx)tst-array1-static.out): Remove rule.
10683         ($(objpfx)tst-array1-static-cmp.out): New rule.
10684         ($(objpfx)tst-array2.out): Remove rule.
10685         ($(objpfx)tst-array2-cmp.out): New rule.
10686         ($(objpfx)tst-array3.out): Remove rule.
10687         ($(objpfx)tst-array3-cmp.out): New rule.
10688         ($(objpfx)tst-array4.out): Remove rule.
10689         ($(objpfx)tst-array4-cmp.out): New rule.
10690         ($(objpfx)tst-array5.out): Remove rule.
10691         ($(objpfx)tst-array5-cmp.out): New rule.
10692         ($(objpfx)tst-array5-static.out): Remove rule.
10693         ($(objpfx)tst-array5-static-cmp.out): New rule.
10694         [$(run-built-tests) = yes] (tests): Depend on
10695         $(objpfx)order2-cmp.out.
10696         ($(objpfx)order2.out): Remove rule.
10697         ($(objpfx)order2-cmp.out): New rule.
10698         ($(objpfx)tst-initorder.out): Remove rule.
10699         [$(run-built-tests) = yes] (tests): Depend on
10700         $(objpfx)tst-initorder-cmp.out.
10701         ($(objpfx)tst-initorder-cmp.out): New rule.
10702         ($(objpfx)tst-initorder2.out): Remove rule.
10703         [$(run-built-tests) = yes] (tests): Depend on
10704         $(objpfx)tst-initorder2-cmp.out.
10705         ($(objpfx)tst-initorder2-cmp.out): New rule.
10706         [$(run-built-tests) = yes] (tests): Depend on
10707         $(objpfx)tst-unused-dep-cmp.out.
10708         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
10709         ($(objpfx)tst-unused-dep-cmp.out): New rule.
10710         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
10711         on $(objpfx)tst-setvbuf1-cmp.out.
10712         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
10713         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
10714         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
10715         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
10716         ($(objpfx)tst-svc.out): Remove rule.
10717         ($(objpfx)tst-svc-cmp.out): New rule.
10718
10719 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
10720
10721         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
10722         * ctype/ctype.h [__USE_MISC]: Likewise.
10723         * dirent/dirent.h [__USE_MISC]: Likewise.
10724         * grp/grp.h [__USE_MISC]: Likewise.
10725         * io/fcntl.h [__USE_MISC]: Likewise.
10726         * io/sys/stat.h [__USE_MISC]: Likewise.
10727         * libio/stdio.h [__USE_MISC]: Likewise.
10728         * posix/unistd.h [__USE_MISC]: Likewise.
10729         * pwd/pwd.h [__USE_MISC]: Likewise.
10730         * stdlib.h [__USE_MISC]: Likewise.
10731         * string/bits/string2.h [__USE_MISC]: Likewise.
10732         * string/string.h [__USE_MISC]: Likewise.
10733         * time/time.h [__USE_MISC]: Likewise.
10734
10735 2014-02-13  Andreas Schwab  <schwab@suse.de>
10736
10737         [BZ #16574]
10738         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
10739         second answer buffer if it was separately allocated.
10740
10741 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
10742
10743         * sysdeps/mips/math-tests.h: Include <features.h>.
10744         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
10745         (ROUNDING_TESTS_long_double): Do not define.
10746         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
10747         (EXCEPTION_TESTS_long_double): Likewise.
10748         * sysdeps/mips/mips64/libm-test-ulps: Update.
10749
10750         * include/features.h (__USE_BSD): Remove macro definitions.
10751         (__USE_SVID): Likewise.
10752         (_BSD_SOURCE): Likewise.
10753         (_SVID_SOURCE): Likewise.
10754         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
10755         from definition of _DEFAULT_SOURCE.
10756         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
10757         [_DEFAULT_SOURCE].
10758         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
10759         * bits/mman.h [__USE_BSD]: Likewise.
10760         * bits/termios.h [__USE_BSD]: Likewise.
10761         * bits/waitstatus.h [__USE_BSD]: Likewise.
10762         * ctype/ctype.h [__USE_SVID]: Likewise.
10763         * dirent/dirent.h [__USE_BSD]: Likewise.
10764         * grp/grp.h [__USE_SVID]: Likewise.
10765         [__USE_BSD]: Likewise.
10766         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
10767         * io/fcntl.h [__USE_BSD]: Likewise.
10768         * io/ftw.h [__USE_BSD]: Likewise.
10769         * io/sys/stat.h [__USE_BSD]: Likewise.
10770         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
10771         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
10772         * libio/stdio.h [__USE_SVID]: Likewise.
10773         [__USE_BSD]: Likewise.
10774         * math/math.h [__USE_SVID]: Likewise.
10775         [__USE_BSD]: Likewise.
10776         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
10777         * misc/bits/syslog.h [__USE_BSD]: Likewise.
10778         * misc/search.h [__USE_SVID]: Likewise.
10779         * misc/sys/mman.h [__USE_BSD]: Likewise.
10780         * misc/sys/syslog.h [__USE_BSD]: Likewise.
10781         * misc/sys/uio.h [__USE_BSD]: Likewise.
10782         * posix/bits/unistd.h [__USE_BSD]: Likewise.
10783         * posix/glob.h [__USE_BSD]: Likewise.
10784         * posix/regex.h [__USE_BSD]: Likewise.
10785         * posix/sys/types.h [__USE_BSD]: Likewise.
10786         [__USE_SVID]: Likewise.
10787         * posix/sys/utsname.h [__USE_SVID]: Likewise.
10788         * posix/sys/wait.h [__USE_BSD]: Likewise.
10789         [__USE_SVID]: Likewise.
10790         * posix/unistd.h [__USE_BSD]: Likewise.
10791         [__USE_SVID]: Likewise.
10792         * pwd/pwd.h [__USE_SVID]: Likewise.
10793         * resolv/netdb.h [__USE_BSD]: Likewise.
10794         * setjmp/setjmp.h [__USE_BSD]: Likewise.
10795         * signal/signal.h [__USE_BSD]: Likewise.
10796         [__USE_SVID]: Likewise.
10797         * socket/sys/socket.h [__USE_BSD]: Likewise.
10798         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
10799         * stdlib/stdlib.h [__USE_BSD]: Likewise.
10800         [__USE_SVID]: Likewise.
10801         * string/bits/string2.h [__USE_BSD]: Likewise.
10802         [__USE_SVID]: Likewise.
10803         * string/bits/string3.h [__USE_BSD]: Likewise.
10804         * string/endian.h [__USE_BSD]: Likewise.
10805         * string/string.h [__USE_SVID]: Likewise.
10806         [__USE_BSD]: Likewise.
10807         * string/strings.h [__USE_BSD]: Likewise.
10808         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
10809         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
10810         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
10811         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
10812         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
10813         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
10814         Likewise.
10815         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
10816         Likewise.
10817         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
10818         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
10819         Likewise.
10820         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
10821         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
10822         Likewise.
10823         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
10824         Likewise.
10825         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
10826         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
10827         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
10828         Likewise.
10829         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
10830         Likewise.
10831         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
10832         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
10833         * termios/termios.h [__USE_BSD]: Likewise.
10834         * time/sys/time.h [__USE_BSD]: Likewise.
10835         * time/time.h [__USE_BSD]: Likewise.
10836         [__USE_SVID]: Likewise.
10837
10838         * Makefile (subdir_targets): Remove subdir_lint.out.
10839
10840         * stdio-common/Makefile (do-tst-unbputc): Remove target.
10841         (do-tst-printf): Likewise.
10842         (tests): Depend directly on $(objpfx)tst-unbputc.out and
10843         $(objpfx)tst-printf.out.
10844
10845         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
10846
10847         * Makerules (check-abi-%): Change target to
10848         $(objpfx)check-abi-%.out.
10849         (check-abi target): Update dependencies.
10850         (check-abi-pattern variable): Redirect output of diff to $@.
10851         (check-abi variable): Likewise.
10852         * elf/Makefile (check-abi): Update dependencies.
10853
10854         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
10855         unused.
10856         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
10857         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
10858         subnormal range.
10859         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
10860         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
10861         value has largest subnormal exponent.
10862         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
10863         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
10864         * sysdeps/aarch64/soft-fp/sfp-machine.h
10865         (_FP_TININESS_AFTER_ROUNDING): New macro.
10866         * sysdeps/alpha/soft-fp/sfp-machine.h
10867         (_FP_TININESS_AFTER_ROUNDING): Likewise.
10868         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
10869         Likewise.
10870         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
10871         (_FP_TININESS_AFTER_ROUNDING): Likewise.
10872         * sysdeps/mips/soft-fp/sfp-machine.h
10873         (_FP_TININESS_AFTER_ROUNDING): Likewise.
10874         * sysdeps/powerpc/soft-fp/sfp-machine.h
10875         (_FP_TININESS_AFTER_ROUNDING): Likewise.
10876         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
10877         Likewise.
10878         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
10879         (_FP_TININESS_AFTER_ROUNDING): Likewise.
10880         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
10881         (_FP_TININESS_AFTER_ROUNDING): Likewise.
10882         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
10883         Likewise.
10884
10885 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
10886
10887         [BZ #16545]
10888         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
10889         model 1.
10890
10891 2014-02-12  Richard Henderson  <rth@redhat.com>
10892
10893         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
10894         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
10895         * sysdeps/unix/sysv/linux/alpha: Move directory from
10896         ports/sysdeps/unix/sysv/linux/alpha.
10897         * README: Update listing for alpha-*-linux-gnu.
10898
10899 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
10900
10901         * include/features.h: Update comment documenting feature test
10902         macros.
10903         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
10904         _DEFAULT_SOURCE.
10905         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
10906         (_SVID_SOURCE): Likewise.
10907         (_DEFAULT_SOURCE): Update description of default features.
10908         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
10909         with _GNU_SOURCE.
10910         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
10911         (S_ISVTX): Likewise.
10912         * manual/math.texi (Mathematical Constants): Likewise.
10913         * manual/signal.texi (Interrupted Primitives): Likewise.
10914         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
10915         * math/test-matherr.c (_SVID_SOURCE): Do not define.
10916         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
10917         Don't refer to _SVID_SOURCE in warning text.
10918
10919         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
10920
10921         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
10922         already defined.
10923         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
10924         * sysdeps/mips/dl-lookup.c: Remove.
10925         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
10926
10927 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
10928
10929         [BZ #16447]
10930         * math/auto-libm-test-in: Add testcase for expl.
10931         * math/auto-libm-test-out: Regenerate.
10932         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
10933         calculation of unsafe.
10934         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
10935
10936 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
10937
10938         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
10939         * sysdeps/unix/sysv/linux/aarch64: Move directory from
10940         ports/sysdeps/unix/sysv/linux/aarch64.
10941         * README: Update listing for aarch64*-*-linux-gnu.
10942
10943 2014-02-11  Will Newton  <will.newton@linaro.org>
10944
10945         * manual/probes.texi (Mathematical Function Probes): Use
10946         "triggered" instead of "hit".
10947
10948         * manual/probes.texi (Internal Probes): Add documentation
10949         of setjmp, longjmp and longjmp_target probes.
10950
10951         * include/stap-probe.h: Add comment about probe argument
10952         format.
10953
10954         * malloc/mtrace.c (attribute_hidden): Remove unused macro
10955         definition.  (tr_where, tr_freehook, tr_mallochook,
10956         tr_reallochook, tr_memalignhook): Use ANSI protoype.
10957
10958 2014-02-11  David S. Miller  <davem@davemloft.net>
10959
10960         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
10961         processing int_tests.
10962
10963 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
10964
10965         * sysdeps/mips: Move directory from ports/sysdeps/mips.
10966         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
10967         * sysdeps/unix/sysv/linux/mips: Move directory from
10968         ports/sysdeps/unix/sysv/linux/mips.
10969         * README: Update listing for mips-*-linux-gnu and
10970         mips64-*-linux-gnu.
10971
10972 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
10973
10974         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
10975         * sysdeps/unix/sysv/linux/m68k: Move directory from
10976         ports/sysdeps/unix/sysv/linux/m68k.
10977         * README: Update listing for m68k-*-linux-gnu.
10978
10979 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
10980
10981         * sysdeps/tile: Move directory from ports/sysdeps/tile.
10982         * sysdeps/unix/sysv/linux/generic: Move directory from
10983         ports/sysdeps/unix/sysv/linux/generic.
10984         * sysdeps/unix/sysv/linux/tile: Move directory from
10985         ports/sysdeps/unix/sysv/linux/tile.
10986         * README: Update listing for tile*-*-linux-gnu.
10987
10988 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
10989
10990         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
10991         __builtin_expect.
10992         * benchtests/bench-memmem.c (simple_memmem): Likewise.
10993         * catgets/open_catalog.c (__open_catalog): Likewise.
10994         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
10995         * debug/confstr_chk.c: Likewise.
10996         * debug/fread_chk.c (__fread_chk): Likewise.
10997         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
10998         * debug/getgroups_chk.c: Likewise.
10999         * debug/mbsnrtowcs_chk.c: Likewise.
11000         * debug/mbsrtowcs_chk.c: Likewise.
11001         * debug/mbstowcs_chk.c: Likewise.
11002         * debug/memcpy_chk.c: Likewise.
11003         * debug/memmove_chk.c: Likewise.
11004         * debug/mempcpy_chk.c: Likewise.
11005         * debug/memset_chk.c: Likewise.
11006         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
11007         * debug/strcat_chk.c (__strcat_chk): Likewise.
11008         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
11009         * debug/strncat_chk.c (__strncat_chk): Likewise.
11010         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
11011         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
11012         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
11013         * debug/wcpncpy_chk.c: Likewise.
11014         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
11015         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
11016         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
11017         * debug/wcsncpy_chk.c: Likewise.
11018         * debug/wcsnrtombs_chk.c: Likewise.
11019         * debug/wcsrtombs_chk.c: Likewise.
11020         * debug/wcstombs_chk.c: Likewise.
11021         * debug/wmemcpy_chk.c: Likewise.
11022         * debug/wmemmove_chk.c: Likewise.
11023         * debug/wmempcpy_chk.c: Likewise.
11024         * debug/wmemset_chk.c: Likewise.
11025         * dirent/scandirat.c (SCANDIRAT): Likewise.
11026         * dlfcn/dladdr1.c (dladdr1): Likewise.
11027         * dlfcn/dladdr.c (dladdr): Likewise.
11028         * dlfcn/dlclose.c (dlclose_doit): Likewise.
11029         * dlfcn/dlerror.c (__dlerror): Likewise.
11030         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
11031         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
11032         * dlfcn/dlopen.c (dlopen_doit): Likewise.
11033         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
11034         * dlfcn/dlsym.c (dlsym_doit): Likewise.
11035         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
11036         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
11037         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
11038         Likewise.
11039         * elf/dl-conflict.c: Likewise.
11040         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
11041         * elf/dl-dst.h: Likewise.
11042         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
11043         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
11044         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
11045         * elf/dl-init.c (call_init, _dl_init): Likewise.
11046         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
11047         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
11048         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
11049         Likewise.
11050         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
11051         Likewise.
11052         * elf/dl-minimal.c (__libc_memalign): Likewise.
11053         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
11054         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
11055         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
11056         * elf/dl-sym.c (do_sym): Likewise.
11057         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
11058         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
11059         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
11060         * elf/dl-writev.h (_dl_writev): Likewise.
11061         * elf/ldconfig.c (search_dir): Likewise.
11062         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
11063         (dl_main): Likewise.
11064         * elf/setup-vdso.h (setup_vdso): Likewise.
11065         * grp/compat-initgroups.c (compat_call): Likewise.
11066         * grp/fgetgrent.c (fgetgrent): Likewise.
11067         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
11068         * grp/putgrent.c (putgrent): Likewise.
11069         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
11070         Likewise.
11071         * hurd/hurdinit.c: Likewise.
11072         * iconvdata/8bit-gap.c (struct): Likewise.
11073         * iconvdata/ansi_x3.110.c : Likewise.
11074         * iconvdata/big5.c : Likewise.
11075         * iconvdata/big5hkscs.c : Likewise.
11076         * iconvdata/cp1255.c: Likewise.
11077         * iconvdata/cp1258.c : Likewise.
11078         * iconvdata/cp932.c : Likewise.
11079         * iconvdata/euc-cn.c: Likewise.
11080         * iconvdata/euc-jisx0213.c : Likewise.
11081         * iconvdata/euc-jp.c: Likewise.
11082         * iconvdata/euc-jp-ms.c : Likewise.
11083         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
11084         * iconvdata/gb18030.c : Likewise.
11085         * iconvdata/gbbig5.c (const): Likewise.
11086         * iconvdata/gbgbk.c: Likewise.
11087         * iconvdata/gbk.c : Likewise.
11088         * iconvdata/ibm1364.c : Likewise.
11089         * iconvdata/ibm930.c : Likewise.
11090         * iconvdata/ibm932.c: Likewise.
11091         * iconvdata/ibm933.c : Likewise.
11092         * iconvdata/ibm935.c : Likewise.
11093         * iconvdata/ibm937.c : Likewise.
11094         * iconvdata/ibm939.c : Likewise.
11095         * iconvdata/ibm943.c: Likewise.
11096         * iconvdata/iso_11548-1.c: Likewise.
11097         * iconvdata/iso-2022-cn.c : Likewise.
11098         * iconvdata/iso-2022-cn-ext.c : Likewise.
11099         * iconvdata/iso-2022-jp-3.c: Likewise.
11100         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
11101         * iconvdata/iso-2022-kr.c : Likewise.
11102         * iconvdata/iso646.c (gconv_end): Likewise.
11103         * iconvdata/iso_6937-2.c : Likewise.
11104         * iconvdata/iso_6937.c : Likewise.
11105         * iconvdata/iso8859-1.c: Likewise.
11106         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
11107         * iconvdata/shift_jisx0213.c : Likewise.
11108         * iconvdata/sjis.c : Likewise.
11109         * iconvdata/t.61.c : Likewise.
11110         * iconvdata/tcvn5712-1.c : Likewise.
11111         * iconvdata/tscii.c: Likewise.
11112         * iconvdata/uhc.c : Likewise.
11113         * iconvdata/unicode.c (gconv_end): Likewise.
11114         * iconvdata/utf-16.c (gconv_end): Likewise.
11115         * iconvdata/utf-32.c (gconv_end): Likewise.
11116         * iconvdata/utf-7.c (base64): Likewise.
11117         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
11118         * iconv/gconv_close.c (__gconv_close): Likewise.
11119         * iconv/gconv_open.c (__gconv_open): Likewise.
11120         * iconv/gconv_simple.c (internal_ucs4_loop_single)
11121         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
11122         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
11123         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
11124         (ucs4le_internal_loop_single): Likewise.
11125         * iconv/iconv.c (iconv): Likewise.
11126         * iconv/iconv_close.c: Likewise.
11127         * iconv/loop.c (SINGLE): Likewise.
11128         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
11129         * include/atomic.h: Likewise.
11130         * inet/inet6_option.c (option_alloc): Likewise.
11131         * intl/bindtextdom.c (set_binding_values): Likewise.
11132         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
11133         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
11134         * intl/localealias.c (read_alias_file): Likewise.
11135         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
11136         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
11137         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
11138         * libio/fmemopen.c (fmemopen): Likewise.
11139         * libio/iofgets.c (_IO_fgets): Likewise.
11140         * libio/iofgets_u.c (fgets_unlocked): Likewise.
11141         * libio/iofgetws.c (fgetws): Likewise.
11142         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
11143         * libio/iogetdelim.c (_IO_getdelim): Likewise.
11144         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
11145         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
11146         * locale/findlocale.c (_nl_find_locale): Likewise.
11147         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
11148         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
11149         Likewise.
11150         * locale/setlocale.c (setlocale): Likewise.
11151         * login/programs/pt_chown.c (main): Likewise.
11152         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
11153         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
11154         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
11155         (mmap, mmap64, mremap, munmap): Likewise.
11156         * math/e_exp2l.c: Likewise.
11157         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
11158         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
11159         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
11160         * math/s_catan.c (__catan): Likewise.
11161         * math/s_catanf.c (__catanf): Likewise.
11162         * math/s_catanh.c (__catanh): Likewise.
11163         * math/s_catanhf.c (__catanhf): Likewise.
11164         * math/s_catanhl.c (__catanhl): Likewise.
11165         * math/s_catanl.c (__catanl): Likewise.
11166         * math/s_ccosh.c (__ccosh): Likewise.
11167         * math/s_ccoshf.c (__ccoshf): Likewise.
11168         * math/s_ccoshl.c (__ccoshl): Likewise.
11169         * math/s_cexp.c (__cexp): Likewise.
11170         * math/s_cexpf.c (__cexpf): Likewise.
11171         * math/s_cexpl.c (__cexpl): Likewise.
11172         * math/s_clog10.c (__clog10): Likewise.
11173         * math/s_clog10f.c (__clog10f): Likewise.
11174         * math/s_clog10l.c (__clog10l): Likewise.
11175         * math/s_clog.c (__clog): Likewise.
11176         * math/s_clogf.c (__clogf): Likewise.
11177         * math/s_clogl.c (__clogl): Likewise.
11178         * math/s_csin.c (__csin): Likewise.
11179         * math/s_csinf.c (__csinf): Likewise.
11180         * math/s_csinh.c (__csinh): Likewise.
11181         * math/s_csinhf.c (__csinhf): Likewise.
11182         * math/s_csinhl.c (__csinhl): Likewise.
11183         * math/s_csinl.c (__csinl): Likewise.
11184         * math/s_csqrt.c (__csqrt): Likewise.
11185         * math/s_csqrtf.c (__csqrtf): Likewise.
11186         * math/s_csqrtl.c (__csqrtl): Likewise.
11187         * math/s_ctan.c (__ctan): Likewise.
11188         * math/s_ctanf.c (__ctanf): Likewise.
11189         * math/s_ctanh.c (__ctanh): Likewise.
11190         * math/s_ctanhf.c (__ctanhf): Likewise.
11191         * math/s_ctanhl.c (__ctanhl): Likewise.
11192         * math/s_ctanl.c (__ctanl): Likewise.
11193         * math/w_pow.c: Likewise.
11194         * math/w_powf.c: Likewise.
11195         * math/w_powl.c: Likewise.
11196         * math/w_scalb.c (sysv_scalb): Likewise.
11197         * math/w_scalbf.c (sysv_scalbf): Likewise.
11198         * math/w_scalbl.c (sysv_scalbl): Likewise.
11199         * misc/error.c (error_tail): Likewise.
11200         * misc/pselect.c (__pselect): Likewise.
11201         * nis/nis_callback.c (__nis_create_callback): Likewise.
11202         * nis/nis_call.c (__nisfind_server): Likewise.
11203         * nis/nis_creategroup.c (nis_creategroup): Likewise.
11204         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
11205         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
11206         * nis/nis_getservlist.c (nis_getservlist): Likewise.
11207         * nis/nis_lookup.c (nis_lookup): Likewise.
11208         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
11209         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
11210         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
11211         * nis/nis_xdr.c (xdr_endpoint): Likewise.
11212         * nis/nss_compat/compat-grp.c (getgrent_next_file)
11213         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
11214         * nis/nss_compat/compat-initgroups.c (add_group)
11215         (internal_getgrent_r): Likewise.
11216         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
11217         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
11218         * nis/nss_compat/compat-spwd.c (getspent_next_file)
11219         (internal_getspnam_r): Likewise.
11220         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
11221         (_nss_nis_getaliasbyname_r): Likewise.
11222         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
11223         (_nss_nis_getntohost_r): Likewise.
11224         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
11225         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
11226         (_nss_nis_getgrgid_r): Likewise.
11227         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
11228         (internal_nis_gethostent_r, internal_gethostbyname2_r)
11229         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
11230         (_nss_nis_gethostbyname4_r): Likewise.
11231         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
11232         (initgroups_netid): Likewise.
11233         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
11234         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
11235         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
11236         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
11237         (_nss_nis_getprotobynumber_r): Likewise.
11238         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
11239         (_nss_nis_getsecretkey): Likewise.
11240         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
11241         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
11242         (_nss_nis_getpwuid_r): Likewise.
11243         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
11244         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
11245         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
11246         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
11247         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
11248         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
11249         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
11250         Likewise.
11251         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
11252         (_nss_nisplus_getntohost_r): Likewise.
11253         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
11254         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
11255         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
11256         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
11257         Likewise.
11258         * nis/nss_nisplus/nisplus-initgroups.c
11259         (_nss_nisplus_initgroups_dyn): Likewise.
11260         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
11261         (_nss_nisplus_getnetbyaddr_r): Likewise.
11262         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
11263         (_nss_nisplus_getprotobynumber_r): Likewise.
11264         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
11265         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
11266         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
11267         Likewise.
11268         * nis/nss_nisplus/nisplus-service.c
11269         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
11270         (_nss_nisplus_getservbyport_r): Likewise.
11271         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
11272         (_nss_nisplus_getspnam_r): Likewise.
11273         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
11274         Likewise.
11275         * nscd/aicache.c (addhstaiX): Likewise.
11276         * nscd/cache.c (cache_search, prune_cache): Likewise.
11277         * nscd/connections.c (register_traced_file, send_ro_fd)
11278         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
11279         (main_loop_epoll): Likewise.
11280         * nscd/grpcache.c (addgrbyX): Likewise.
11281         * nscd/hstcache.c (addhstbyX): Likewise.
11282         * nscd/initgrcache.c (addinitgroupsX): Likewise.
11283         * nscd/mem.c (gc, mempool_alloc): Likewise.
11284         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
11285         (addinnetgrX): Likewise.
11286         * nscd/nscd-client.h (__nscd_acquire_maplock)
11287         (__nscd_drop_map_ref): Likewise.
11288         * nscd/nscd_getai.c (__nscd_getai): Likewise.
11289         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
11290         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
11291         Likewise.
11292         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
11293         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
11294         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
11295         (__nscd_get_map_ref): Likewise.
11296         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
11297         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
11298         Likewise.
11299         * nscd/pwdcache.c (addpwbyX): Likewise.
11300         * nscd/selinux.c (preserve_capabilities): Likewise.
11301         * nscd/servicescache.c (addservbyX): Likewise.
11302         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
11303         * posix/fnmatch.c (fnmatch): Likewise.
11304         * posix/getopt.c (_getopt_internal_r): Likewise.
11305         * posix/glob.c (glob, glob_in_dir): Likewise.
11306         * posix/wordexp.c (exec_comm_child): Likewise.
11307         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
11308         (getanswer_r, gaih_getanswer_slice): Likewise.
11309         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
11310         * resolv/res_init.c: Likewise.
11311         * resolv/res_mkquery.c (res_nmkquery): Likewise.
11312         * resolv/res_query.c (__libc_res_nquery): Likewise.
11313         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
11314         Likewise.
11315         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
11316         * stdio-common/perror.c (perror): Likewise.
11317         * stdio-common/printf_fp.c (___printf_fp): Likewise.
11318         * stdio-common/tmpnam.c (tmpnam): Likewise.
11319         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
11320         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
11321         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
11322         Likewise.
11323         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
11324         * stdlib/putenv.c (putenv): Likewise.
11325         * stdlib/setenv.c (__add_to_environ): Likewise.
11326         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
11327         * stdlib/strtol_l.c (INTERNAL): Likewise.
11328         * string/memmem.c (memmem): Likewise.
11329         * string/strerror.c (strerror): Likewise.
11330         * string/strnlen.c (__strnlen): Likewise.
11331         * string/test-memmem.c (simple_memmem): Likewise.
11332         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
11333         * sunrpc/pm_getport.c (__get_socket): Likewise.
11334         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
11335         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
11336         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
11337         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
11338         Likewise.
11339         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
11340         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
11341         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
11342         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
11343         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
11344         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
11345         Likewise.
11346         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
11347         Likewise.
11348         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
11349         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
11350         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
11351         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
11352         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
11353         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
11354         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
11355         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
11356         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
11357         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
11358         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
11359         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
11360         Likewise.
11361         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
11362         Likewise.
11363         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
11364         Likewise.
11365         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
11366         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
11367         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
11368         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
11369         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
11370         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
11371         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
11372         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
11373         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
11374         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
11375         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
11376         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
11377         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
11378         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
11379         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
11380         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
11381         Likewise.
11382         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
11383         Likewise.
11384         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
11385         Likewise.
11386         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
11387         Likewise.
11388         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
11389         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
11390         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
11391         Likewise.
11392         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
11393         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
11394         * sysdeps/posix/opendir.c (__opendirat): Likewise.
11395         * sysdeps/posix/sleep.c: Likewise.
11396         * sysdeps/posix/tempname.c: Likewise.
11397         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
11398         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
11399         Likewise.
11400         * sysdeps/powerpc/powerpc32/dl-machine.h
11401         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
11402         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
11403         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
11404         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
11405         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
11406         Likewise.
11407         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
11408         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
11409         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
11410         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
11411         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
11412         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
11413         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
11414         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
11415         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
11416         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
11417         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
11418         (elf_machine_lazy_rel): Likewise.
11419         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
11420         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
11421         (elf_machine_lazy_rel): Likewise.
11422         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
11423         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
11424         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
11425         * sysdeps/unix/grantpt.c (grantpt): Likewise.
11426         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
11427         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
11428         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
11429         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
11430         Likewise.
11431         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
11432         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
11433         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
11434         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
11435         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
11436         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
11437         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
11438         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
11439         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
11440         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
11441         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
11442         Likewise.
11443         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
11444         (__posix_fallocate64_l64): Likewise.
11445         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
11446         (posix_fallocate): Likewise.
11447         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
11448         Likewise.
11449         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
11450         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
11451         (getifaddrs_internal): Likewise.
11452         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
11453         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
11454         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
11455         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
11456         * sysdeps/unix/sysv/linux/posix_fallocate64.c
11457         (__posix_fallocate64_l64): Likewise.
11458         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
11459         Likewise.
11460         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
11461         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
11462         (__get_clockfreq): Likewise.
11463         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
11464         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
11465         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
11466         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
11467         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
11468         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
11469         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
11470         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
11471         Likewise.
11472         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
11473         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
11474         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
11475         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
11476         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
11477         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
11478         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
11479         Likewise.
11480         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
11481         (posix_fallocate): Likewise.
11482         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
11483         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
11484         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
11485         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
11486         (elf_machine_rela, elf_machine_rela_relative)
11487         (elf_machine_lazy_rel): Likewise.
11488         * time/asctime.c (asctime_internal): Likewise.
11489         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
11490         * time/tzset.c (__tzset_parse_tz): Likewise.
11491         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
11492         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
11493         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
11494         * wcsmbs/wcsmbsload.h: Likewise.
11495
11496         [BZ #15894]
11497         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
11498
11499         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
11500         (arena_get2): Remove THREAD_STATS conditionals.
11501         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
11502         (__malloc_stats, int): Likewise.
11503
11504 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
11505
11506         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
11507         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
11508
11509         * manual/setjmp.texi: Fix typos/grammar errors.
11510
11511         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
11512         Only return early when n is <= 0.  Delete unused return statement.
11513
11514         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
11515         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
11516         * debug/tst-longjmp_chk3.c: New file.
11517
11518         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
11519         (test_main): Replace code with set_fortify_handler call.
11520         * debug/test-strcpy_chk.c: Likewise.
11521         * debug/tst-chk1.c: Likewise.
11522         * debug/tst-longjmp_chk.c: Likewise.
11523         * test-skeleton.c: Include fcntl.h & paths.h
11524         (set_fortify_handler): Define.
11525
11526         * debug/tst-longjmp_chk.c: Add header comment and include
11527         ../test-skeleton.c.
11528         (do_test): Mark static.
11529         (TEST_FUNCTION): Define.
11530
11531         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
11532         (IP_PMTUDISC_INTERFACE): Likewise.
11533         (IP_MULTICAST_IF): Likewise.
11534         (IP_MULTICAST_TTL): Likewise.
11535         (IP_MULTICAST_LOOP): Likewise.
11536         (IP_ADD_MEMBERSHIP): Likewise.
11537         (IP_DROP_MEMBERSHIP): Likewise.
11538         (IP_UNBLOCK_SOURCE): Likewise.
11539         (IP_BLOCK_SOURCE): Likewise.
11540         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
11541         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
11542         (IP_MSFILTER): Likewise.
11543         (MCAST_JOIN_GROUP): Likewise.
11544         (MCAST_BLOCK_SOURCE): Likewise.
11545         (MCAST_UNBLOCK_SOURCE): Likewise.
11546         (MCAST_LEAVE_GROUP): Likewise.
11547         (MCAST_JOIN_SOURCE_GROUP): Likewise.
11548         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
11549         (MCAST_MSFILTER): Likewise.
11550         (IP_MULTICAST_ALL): Likewise.
11551         (IP_UNICAST_IF): Likewise.
11552
11553         * timezone/Makefile: Delete $(have-ksh) check.
11554         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
11555         * timezone/tzselect.ksh: Add +x mode bits.
11556
11557         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
11558         (ANON_INODE_FS_MAGIC): Likewise.
11559         (BDEVFS_MAGIC): Likewise.
11560         (BINFMTFS_MAGIC): Likewise.
11561         (BTRFS_TEST_MAGIC): Likewise.
11562         (CRAMFS_MAGIC_WEND): Likewise.
11563         (DEBUGFS_MAGIC): Likewise.
11564         (ECRYPTFS_SUPER_MAGIC): Likewise.
11565         (EXT3_SUPER_MAGIC): Likewise.
11566         (EXT4_SUPER_MAGIC): Likewise.
11567         (FUTEXFS_SUPER_MAGIC): Likewise.
11568         (HOSTFS_SUPER_MAGIC): Likewise.
11569         (HUGETLBFS_MAGIC): Likewise.
11570         (MINIX3_SUPER_MAGIC): Likewise.
11571         (MTD_INODE_FS_MAGIC): Likewise.
11572         (NILFS_SUPER_MAGIC): Likewise.
11573         (OPENPROM_SUPER_MAGIC): Likewise.
11574         (PIPEFS_MAGIC): Likewise.
11575         (PSTOREFS_MAGIC): Likewise.
11576         (QNX6_SUPER_MAGIC): Likewise.
11577         (RAMFS_MAGIC): Likewise.
11578         (REISERFS_SUPER_MAGIC_STRING): Likewise.
11579         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
11580         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
11581         (SECURITYFS_MAGIC): Likewise.
11582         (SELINUX_MAGIC): Likewise.
11583         (SMACK_MAGIC): Likewise.
11584         (SOCKFS_MAGIC): Likewise.
11585         (SQUASHFS_MAGIC): Likewise.
11586         (STACK_END_MAGIC): Likewise.
11587         (TMPFS_MAGIC): Likewise.
11588         (USBDEVICE_SUPER_MAGIC): Likewise.
11589         (V9FS_MAGIC): Likewise.
11590         (XENFS_SUPER_MAGIC): Likewise.
11591         (CRAMFS_MAGIC): Fix typo in comment.
11592         (EXT2_SUPER_MAGIC): Update comment.
11593         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
11594
11595 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
11596
11597         * sysdeps/arm: Move directory from ports/sysdeps/arm.
11598         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
11599         * sysdeps/unix/sysv/linux/arm: Move directory from
11600         ports/sysdeps/unix/sysv/linux/arm.
11601         * README: Update listing for arm-*-linux-gnueabi.
11602
11603         * README: Remove mention of am33.
11604
11605 2014-02-07  Roland McGrath  <roland@hack.frob.com>
11606
11607         * bits/sigset.h (__sigemptyset): Use a statement expression rather
11608         than the comma operator, to avoid "rhs of comma has no effect"
11609         compiler warnings.
11610         (__sigfillset, __sigandset, __sigorset): Likewise.
11611         * include/signal.h (__sigemptyset): Likewise.
11612         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
11613
11614 2014-02-07  Allan McRae  <allan@archlinux.org>
11615
11616         * version.h (RELEASE): Set to "development".
11617         (VERSION): Set to "2.19.90"
11618         * NEWS: Add 2.20 section.
11619
11620 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
11621
11622         [BZ #16529]
11623         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
11624
11625 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
11626
11627         * manual/contrib.texi: Update entry for Carlos O'Donell,
11628         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
11629
11630 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
11631
11632         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
11633
11634         * sysdeps/unix/sysv/linux/kernel-features.h
11635         [__LINUX_KERNEL_VERSION >= 0x020621]
11636         (__ASSUME_PROC_PID_TASK_COMM): Define.
11637
11638 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
11639
11640         [BZ #16398]
11641         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
11642         conversion when destination buffer does not have enough space.
11643         * libio/tst-ftell-partial-wide.c: New test case.
11644         * libio/Makefile (tests): Add tst-ftell-partial-wide.
11645
11646         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
11647         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
11648         Leonard and Allan McRae.
11649
11650 2014-02-04  David S. Miller  <davem@davemloft.net>
11651
11652         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
11653         32-bit.
11654
11655 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11656
11657         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
11658         New file
11659         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
11660         New file
11661         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
11662         New file.
11663         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
11664         New file.
11665         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
11666         New file.
11667         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
11668         New file.
11669         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
11670         New file.
11671         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
11672         New file.
11673         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
11674         New file.
11675         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
11676         New file.
11677         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
11678         New file.
11679         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
11680         New file.
11681         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
11682         New file.
11683
11684 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11685
11686         * nptl/shlib-versions: Change powerpc*le start to 2.17.
11687         * shlib-versions: Likewise.
11688
11689 2014-02-04  Roland McGrath  <roland@hack.frob.com>
11690             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11691
11692         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
11693         (abilist-pattern): New variable, set to %-le.abilist.
11694
11695         * Makerules (abilist-pattern): New variable.
11696         (vpath): Use $(abilist-pattern) in place of %.abilist.
11697         (check-abi-% pattern rule): Likewise.
11698         (check-abi, update-abi): Likewise.
11699
11700 2014-02-04  Eric Wong  <normalperson@yhbt.net>
11701
11702         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
11703
11704 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
11705
11706         * manual/startup.texi: Add next, previous, and top entries for
11707         the `Program Arguments' and `Environment Variables' nodes.
11708
11709 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
11710
11711         * manual/macros.texi: Add comments before MTASC-safety macros.
11712
11713         * manual/users.texi: Document MTASC-safety properties.
11714
11715         * manual/threads.texi (pthread_key_create, pthread_key_delete)
11716         (pthread_getspecific, pthread_setspecific): Format with
11717         @deftypefun, and add @safety note.
11718         * manual/signal.texi: Move comments that analyze the above
11719         functions to their home place.
11720
11721 2014-02-03  Allan McRae  <allan@archlinux.org>
11722
11723         * po/sl.po: Update Slovenian translation from translation project.
11724
11725 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
11726
11727         * manual/time.texi (timegm): Add missing blank after @c.
11728         Reported by Joseph Myers <joseph@codesourcery.com>.
11729
11730 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
11731
11732         * manual/check-safety.sh: New.
11733         * manual/Makefile ($(objpfx)stamp-summary): Run it.
11734
11735         * manual/terminal.texi: Document MTASC-safety properties.
11736
11737         * manual/filesys.texi: Document MTASC-safety properties.
11738
11739         * manual/errno.texi: Document MTASC-safety properties.
11740
11741         * manual/intro.texi: Document safety identifiers and
11742         conditionals.
11743
11744         * manual/string.texi (wcstok): Fix prototype.
11745         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
11746
11747         * manual/time.texi: Document MTASC-safety properties.
11748
11749         * manual/string.texi: Document MTASC-safety properties.
11750
11751         * manual/threads.texi: Document MTASC-safety properties.
11752
11753         * manual/stdio.texi: Document MTASC-safety properties.
11754
11755         * manual/syslog.texi: Document MTASC-safety properties.
11756
11757         * manual/sysinfo.texi: Document MTASC-safety properties.
11758
11759         * manual/startup.texi: Document MTASC-safety properties.
11760
11761         * manual/socket.texi: Document MTASC-safety properties.
11762
11763         * manual/signal.texi: Document MTASC-safety properties.
11764
11765 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
11766
11767         * manual/setjmp.texi: Document MTASC-safety properties.
11768
11769         * manual/search.texi: Document MTASC-safety properties.
11770
11771         * manual/resource.texi: Document MTASC-safety properties.
11772
11773         * manual/process.texi: Document MTASC-safety properties.
11774
11775         * manual/platform.texi: Document MTASC-safety properties.
11776
11777         * manual/pipe.texi: Document MTASC-safety properties.
11778
11779         * manual/pattern.texi: Document MTASC-safety properties.
11780
11781         * manual/message.texi: Document MTASC-safety properties.
11782
11783         [BZ #12751]
11784         * manual/memory.texi: Document MTASC-safety properties.
11785
11786         * manual/math.texi: Document MTASC-safety properties.
11787
11788         * manual/locale.texi: Document MTASC-safety properties.
11789
11790         * manual/llio.texi: Document MTASC-safety properties.
11791
11792         * manual/libdl.texi: New.
11793
11794         * manual/lang.texi: Document MTASC-safety properties.
11795
11796         * manual/job.texi: Document MTASC-safety properties.
11797
11798         * manual/getopt.texi: Document MTASC-safety properties.
11799
11800         * manual/ctype.texi: Document MTASC-safety properties.
11801
11802 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
11803
11804         [BZ #16046]
11805         * csu/libc-tls.c (static_map): Remove variable.
11806         (__libc_setup_tls): Use main executable's link map for TLS data.
11807         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
11808         casing for LM_ID_BASE and GL(dl_nns).
11809         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
11810         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
11811         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
11812         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
11813         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
11814         member.
11815         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
11816         l_phnum members.
11817
11818 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
11819
11820         * manual/debug.texi: Document MTASC-safety properties.
11821
11822 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
11823
11824         [BZ #16510]
11825         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
11826         of __x86_64__ when disabling x87 inline functions.
11827
11828 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
11829
11830         * manual/charset.texi: Document MTASC-safety properties.
11831
11832         * manual/crypt.texi: Document MTASC-safety properties.
11833
11834         * manual/conf.texi: Document MTASC-safety properties.
11835
11836         * manual/arith.texi: Document MTASC-safety properties.
11837
11838         * manual/argp.texi: Document MTASC-safety properties.
11839
11840         * manual/macros.texi: Introduce macros to document multi
11841         thread, asynchronous signal and asynchronous cancellation
11842         safety properties.
11843         * manual/intro.texi: Introduce the properties themselves.
11844
11845 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
11846
11847         * sysdeps/sh/sh4/Makefile: New file.
11848
11849 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
11850
11851         * math/gen-libm-test.pl ($srcdir): New variable.
11852         ($auto_input): Use it.
11853
11854 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
11855
11856         [BZ #16506]
11857         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
11858         access beyond array bounds when parsing netgroups file.
11859
11860         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
11861         the old buffer before realloc.
11862
11863 2014-01-27  Allan McRae  <allan@archlinux.org>
11864
11865         * po/fr.po: Update French translation from translation project.
11866
11867 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
11868
11869         * sysdeps/sh/libm-test-ulps: Regenerate.
11870
11871 2014-01-24  David S. Miller  <davem@davemloft.net>
11872
11873         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
11874
11875 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
11876
11877         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
11878         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
11879
11880 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
11881
11882         [BZ #16474]
11883         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
11884         string pointers after reallocation.
11885
11886 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
11887
11888         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
11889         __SH4A__ instead of __SH_FPU_ANY__.
11890
11891 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
11892
11893         * sysdeps/sh/fpu_control.h: New file.
11894         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
11895         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
11896         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
11897         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
11898         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
11899         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
11900         * sysdeps/sh/sys/ucontext.h: Remove.
11901         * sysdeps/sh/sys: Remove directory.
11902
11903 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
11904
11905         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
11906         s390/sys/ucontext.h.
11907         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
11908         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
11909
11910 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
11911
11912         [BZ #15605]
11913         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
11914
11915 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11916
11917         [BZ#16431]
11918         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
11919         Adjust the vDSO correctly for internal calls.
11920         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
11921
11922 2014-01-20  Allan McRae  <allan@archlinux.org>
11923
11924         * po/ca.po: Update Catalan translation from translation project.
11925
11926 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
11927
11928         * sysdeps/s390/sotruss-lib.c: New file.
11929
11930 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11931
11932         [BZ#16430]
11933         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
11934         (__GI___gettimeofday): Alias for a different internal symbol to avoid
11935         local calls issues by not having a PLT stub required for IFUNC calls.
11936         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
11937
11938 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
11939
11940         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
11941         * math/test-fpucw-static.c: Likewise.
11942
11943 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
11944
11945         [BZ #16453]
11946         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
11947
11948 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11949
11950         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
11951         implementation for powerpc.
11952
11953 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
11954
11955         [BZ #14782]
11956         * sysdeps/posix/system.c (__libc_system): Do not enable
11957         asynchronous cancellation.
11958
11959 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
11960
11961         [BZ #16427]
11962         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
11963         handling only for numbers special also in the IEEE case.
11964
11965 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
11966
11967         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
11968
11969 2014-01-11  Allan McRae  <allan@archlinux.org>
11970
11971         * po/bg.po: Update Bulgarian translation from translation project.
11972
11973         * po/de.po: Update German translation from translation project.
11974
11975 2014-01-10  Roland McGrath  <roland@hack.frob.com>
11976
11977         * sysdeps/generic/gcc-compat.h: New file.
11978
11979 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
11980
11981         * benchtests/asin-inputs: Correct slow inputs.
11982         * benchtests/acos-inputs: Likewise.
11983
11984 2014-01-10  Allan McRae  <allan@archlinux.org>
11985
11986         * po:sv.po: Update Swedish translation from translation project.
11987
11988         * po/vi.po: Update Vietnamese translation from translation project.
11989
11990         * po/eo.po: Update Esperanto translation from translation project.
11991
11992         * po/cs.po: Update Czech translation from translation project.
11993
11994         * po/nl.po: Update Dutch translation from translation project.
11995
11996         * po/pl.po: Update Polish translation from translation project.
11997
11998         * po/ru.po: Update Russian translation from translation project.
11999
12000         * po/uk.po: Update Ukrainian translation from translation project.
12001
12002 2014-01-08  Brooks Moses  <bmoses@google.com>
12003
12004         * elf/dl-load.c: Fix comment typo.
12005
12006 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
12007
12008         * po/header.pot: Rename to...
12009         * po/pot.header: ... this.
12010         * po/Makefile: Use pot.header.
12011
12012 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
12013             Maxim Kuvyrkov  <maxim@kugelworks.com>
12014
12015         [BZ #16394]
12016         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
12017         SRC and DEST against LEN.
12018
12019 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12020
12021         [BZ #16414]
12022         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
12023         implementation.
12024         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
12025
12026 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12027
12028         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12029
12030 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
12031
12032         [BZ #16408]
12033         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
12034         for large positive arguments.
12035
12036 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
12037
12038         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
12039
12040         * math/auto-libm-test-in: Mark various tests with
12041         xfail-rounding:ldbl-128ibm.
12042         * math/auto-libm-test-out: Regenerated.
12043
12044         [BZ #16407]
12045         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
12046         Increase overflow threshold.
12047
12048 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
12049
12050         [BZ #14286]
12051         * stdio-common/vfprintf.c: Check for integer overflow.
12052
12053 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
12054
12055         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
12056         the first argument and return value of __tls_get_addr_internal.
12057
12058 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
12059
12060         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
12061         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
12062
12063 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
12064
12065         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
12066         * sysdeps/s390/rtld-global-offsets.sym: New file.
12067         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
12068         GLIBC_2.19 symbol.
12069         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
12070         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
12071         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
12072         ... this.
12073         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
12074         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
12075         ... this.
12076         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
12077         Regenerate.
12078         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
12079         Regenerate.
12080         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
12081         halfs of GPRs for high_gprs contexts.
12082         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
12083         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
12084         field.
12085         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
12086         uc_flags field.
12087         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
12088         64 bit versions:
12089         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
12090         for high GPRs (uc_high_gprs) and for future extensions
12091         (__reserved).
12092         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
12093         for future extensions (__reserved).
12094         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
12095         64 bit versions:
12096         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
12097         SC_HIGHGPRS offset definition.
12098         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
12099         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
12100
12101         * Versions.def: Add GLIBC_2.19 for libpthread.
12102         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
12103         siglongjmp for libpthread with GLIBC_2.19 symver.
12104         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
12105         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
12106         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
12107         * sysdeps/s390/__longjmp.c: New file.
12108         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
12109         * sysdeps/s390/longjmp.c: New file.
12110         * sysdeps/s390/setjmp.S: New file.
12111         * sysdeps/s390/sigjmp.S: New file.
12112         * sysdeps/s390/v1-longjmp.c: New file.
12113         * sysdeps/s390/v1-setjmp.h: New file.
12114         * sysdeps/s390/v1-sigjmp.c: New file.
12115         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
12116         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
12117         GLIBC_2.19 version.
12118         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
12119         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
12120         versioned symbols for ____longjmp_chk.
12121         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
12122         Likewise.
12123         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
12124         Regenerate.
12125         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
12126         Regenerate.
12127         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
12128         Regenerate.
12129         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
12130         Regenerate.
12131         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
12132         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
12133         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
12134         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
12135         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
12136         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
12137         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
12138         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
12139         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
12140         * sysdeps/s390/rtld-__longjmp.c: New file.
12141         * sysdeps/s390/rtld-setjmp.S: New file.
12142
12143 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
12144
12145         [BZ #16400]
12146         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
12147         Return -__logl (x) for small positive arguments without evaluating
12148         a polynomial.
12149
12150 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
12151
12152         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
12153         Rename to ...
12154         (__ptrace_peeksiginfo_args): ... this.
12155         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
12156         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
12157         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
12158
12159 2014-01-06  Allan McRae  <allan@archlinux.org>
12160
12161         * inet/netinet/in.h: Fix typo in comment.
12162
12163 2014-01-05  Andreas Jaeger  <aj@suse.de>
12164
12165         * sysdeps/i386/fpu/libm-test-ulps: Update.
12166
12167 2014-01-05  Allan McRae  <allan@archlinux.org>
12168
12169         * po/libc.pot: Regenerated.
12170
12171         * malloc/memusagestat.c: Fix gettext call formatting.
12172
12173 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
12174
12175         * nscd/nscd.c: Improve usage() output.
12176
12177 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
12178
12179         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
12180         * sysdeps/unix/sysv/linux/configure: Regenerated.
12181         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
12182         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
12183
12184 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
12185
12186         [BZ #16390]
12187         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
12188         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
12189
12190 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12191
12192         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
12193         extra tokens at end of #undef directive.
12194         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
12195         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
12196         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
12197
12198 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
12199
12200         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
12201
12202         * math/auto-libm-test-in: Mark various tests with
12203         xfail-rounding:ldbl-128ibm.
12204         * math/auto-libm-test-out: Regenerated.
12205
12206 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
12207
12208         [BZ #16386]
12209         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
12210         numbers with subnormal high part when calculating exponent.
12211
12212         [BZ #16385]
12213         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
12214         fabs.
12215
12216         [BZ #16384]
12217         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
12218         M_LN2l.
12219         (__ieee754_acoshl): Use __log1pl not __log1p.
12220
12221 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
12222
12223         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
12224         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
12225         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
12226         (grow_heap, heap_trim, _int_new_arena, get_free_list)
12227         (reused_arena, arena_get2): Convert to GNU style.
12228         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
12229         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
12230         (memalign_check, __malloc_set_state): Likewise.
12231         * malloc/mallocbug.c (main): Likewise.
12232         * malloc/malloc.c (__malloc_assert, malloc_init_state)
12233         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
12234         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
12235         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
12236         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
12237         (__posix_memalign, malloc_info): Likewise.
12238         * malloc/malloc.h: Likewise.
12239         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
12240         (mallochook, memalignhook, reallochook, mabort): Likewise.
12241         * malloc/mcheck.h: Likewise.
12242         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
12243         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
12244         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
12245         * malloc/morecore.c (__default_morecore): Likewise.
12246         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
12247         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
12248         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
12249         (print_and_abort): Likewise.
12250         * malloc/obstack.h: Likewise.
12251         * malloc/set-freeres.c (__libc_freeres): Likewise.
12252         * malloc/tst-mallocstate.c (main): Likewise.
12253         * malloc/tst-mtrace.c (main): Likewise.
12254         * malloc/tst-realloc.c (do_test): Likewise.
12255
12256 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
12257
12258         [BZ #16366]
12259         * nscd/netgroupcache.c (do_notfound): New function.
12260         (addgetnetgrentX): Use it.
12261
12262         [BZ # 16365]
12263         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
12264         NSS_STATUS_NOTFOUND.
12265
12266 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
12267
12268         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
12269         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12270
12271 2014-01-01  Allan McRae  <allan@archlinux.org>
12272
12273         * scripts/update-copyrights: Update configure input file suffix.
12274
12275         * NEWS: Update copyright year.
12276         * catgets/gencat.c: Likewise.
12277         * csu/version.c: Likewise.
12278         * debug/catchsegv.sh: Likewise.
12279         * debug/pcprofiledump.c: Likewise.
12280         * debug/xtrace.sh: Likewise.
12281         * elf/ldconfig.c: Likewise.
12282         * elf/ldd.bash.in: Likewise.
12283         * elf/pldd.c: Likewise.
12284         * elf/sotruss.ksh: Likewise.
12285         * elf/sprof.c: Likewise.
12286         * iconv/iconv_prog.c: Likewise.
12287         * iconv/iconvconfig.c: Likewise.
12288         * locale/programs/locale.c: Likewise.
12289         * locale/programs/localedef.c: Likewise.
12290         * login/programs/pt_chown.c: Likewise.
12291         * malloc/memusage.sh: Likewise.
12292         * malloc/memusagestat.c: Likewise.
12293         * malloc/mtrace.pl: Likewise.
12294         * manual/libc.texinfo: Likewise.
12295         * nscd/nscd.c: Likewise.
12296         * nss/getent.c: Likewise.
12297         * nss/makedb.c: Likewise.
12298         * posix/getconf.c: Likewise.
12299         * scripts/test-installation.pl: Likewise.
12300
12301         * All files with FSF copyright notices: Update copyright dates
12302         using scripts/update-copyrights.
12303         * intl/plural.c: Regenerated.
12304         * locale/programs/charmap-kw.h: Likewise.
12305         * locale/programs/locfile-kw.h: Likewise.
12306
12307 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
12308
12309         * sysdeps/unix/sysv/linux/configure: Regenerated.
12310         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
12311         the linux/fanotify.h header.
12312         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
12313         HAVE_LINUX_FANOTIFY_H is defined.
12314
12315 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
12316
12317         * benchtests/cos-inputs: New inputs.
12318         * benchtests/sin-inputs: Likewise.
12319
12320         * benchtests/atan-inputs: New inputs. Fix name of multiple
12321         precision fallback inputs.
12322
12323         * benchtests/atanh-inputs: New inputs.
12324         * benchtests/tanh-inputs: Likewise.
12325
12326         * benchtests/acosh-inputs: New inputs.
12327         * benchtests/asinh-inputs: Likewise.
12328
12329         * benchtests/cosh-inputs: New inputs.
12330         * benchtests/sinh-inputs: Likewise.
12331
12332         * benchtests/acos-inputs: Add more inputs.
12333         * benchtests/asin-inputs: Likewise.
12334
12335 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
12336
12337         [BZ #16375]
12338         * manual/arith.texi: Fix spelling.
12339         * manual/charset.texi: Likewise.
12340         * manual/errno.texi: Likewise.
12341         * manual/filesys.texi: Likewise.
12342         * manual/lang.texi: Likewise.
12343         * manual/llio.texi: Likewise.
12344         * manual/locale.texi: Likewise.
12345         * manual/message.texi: Likewise.
12346         * manual/resource.texi: Likewise.
12347         * manual/search.texi: Likewise.
12348         * manual/setjmp.texi: Likewise.
12349         * manual/stdio.texi: Likewise.
12350         * manual/string.texi: Likewise.
12351         * manual/sysinfo.texi: Likewise.
12352         * manual/time.texi: Likewise.
12353
12354 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
12355
12356         * po/sl.po: New file.
12357
12358 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
12359
12360         * .gitignore: Add core/.gdbinit/.gdb_history.
12361
12362 2013-12-27  Allan McRae  <allan@archlinux.org>
12363
12364         [BZ #16369]
12365         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
12366         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
12367
12368 2013-12-24  Brooks Moses  <bmoses@google.com>
12369
12370         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
12371         all compilers that claim C++98 compliance, not just GCC.
12372         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
12373         Likewise.
12374
12375 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
12376
12377         * NEWS: Restore accidentally deleted bug-fix entries.
12378
12379 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
12380             Ondřej Bílka  <neleai@seznam.cz>
12381
12382         [BZ #15073]
12383         * malloc/malloc.c (_int_free): Perform sanity check only if we
12384         have_lock.
12385
12386 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
12387
12388         [BZ #12986]
12389         * manual/stdio.texi (String Input Conversions): Clarify that character
12390         classes are not supported.
12391
12392 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12393
12394         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12395
12396 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
12397
12398         [BZ #16337]
12399         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
12400         Calculate results for small negative arguments directly rather
12401         than using reflection formula with special underflow handling.
12402
12403         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
12404         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
12405         sysdeps/unix/bsd/bsd4.4/syscalls.list.
12406         (fchflags): Likewise.
12407         (revoke): Likewise.
12408         (setlogin): Likewise.
12409         (sigaltstack): Likewise.
12410         (wait4): Likewise.
12411         (sigblock): Remove.
12412         (sigsetmask): Likewise.
12413         (wait3): Likewise.
12414         (waitpid): Likewise.
12415         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
12416         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
12417         file.
12418         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
12419         * sysdeps/unix/bsd/Makefile: ... here.
12420         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
12421         * sysdeps/unix/bsd/Versions: ... here.
12422         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
12423         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
12424         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
12425         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
12426         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
12427         * sysdeps/unix/bsd/sigblock.c: ... here.
12428         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
12429         * sysdeps/unix/bsd/sigsetmask.c: ... here.
12430         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
12431         * sysdeps/unix/bsd/sigvec.c: ... here.
12432         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
12433         * sysdeps/unix/bsd/tcdrain.c: ... here.
12434         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
12435         * sysdeps/unix/bsd/tcgetattr.c: ... here.
12436         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
12437         * sysdeps/unix/bsd/tcsetattr.c: ... here.
12438         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
12439         * sysdeps/unix/bsd/wait.c: ... here.
12440         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
12441         * sysdeps/unix/bsd/wait3.c: ... here.
12442         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
12443         * sysdeps/unix/bsd/waitpid.c: ... here.
12444
12445 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
12446
12447         [BZ #16356]
12448         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
12449         round-to-nearest for [!USE_AS_EXPM1L].
12450         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
12451         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
12452         more tests of exp and exp10.  Expect some exp10 tests to miss
12453         exceptions or fail in directed rounding modes.
12454         * math/auto-libm-test-out: Regenerated.
12455         * math/libm-test.inc (exp10_tonearest_test_data): New array.
12456         (exp10_test_tonearest): New function.
12457         (exp10_towardzero_test_data): New array.
12458         (exp10_test_towardzero): New function.
12459         (exp10_downward_test_data): New array.
12460         (exp10_test_downward): New function.
12461         (exp10_upward_test_data): New array.
12462         (exp10_test_upward): New function.
12463         (main): Call the new functions.
12464         * sysdeps/i386/fpu/libm-test-ulps: Update.
12465         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12466
12467 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
12468
12469         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
12470         asinh, atan, atan2, atanh, cbrt, cos and cosh.
12471         * math/auto-libm-test-out: Regenerated.
12472         * math/libm-test.inc (acosh_test_data): Add more tests.
12473         (atanh_test_data): Likewise.
12474         (ceil_test_data): Likewise.
12475         (copysign_test_data): Likewise.
12476         * sysdeps/i386/fpu/libm-test-ulps: Update.
12477         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12478
12479         * timezone/checktab.awk: Update from tzcode 2013i.
12480         * timezone/private.h: Likewise.
12481         * timezone/scheck.c: Likewise.
12482         * timezone/tzfile.h: Likewise.
12483         * timezone/tzselect.ksh: Likewise.
12484         * timezone/zdump.c: Likewise.
12485         * timezone/zic.c: Likewise.
12486
12487         * math/auto-libm-test-in: Add tests of cpow.
12488         * math/auto-libm-test-out: Regenerated.
12489         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
12490         * math/gen-auto-libm-tests.c (func_calc_method): Add value
12491         mpc_cc_c.
12492         (func_calc_desc): Add mpc_cc_c union field.
12493         (test_functions): Add cpow.
12494         (special_fill_2pi): New function.
12495         (special_real_inputs): Add 2pi.
12496         (calc_generic_results): Handle mpc_cc_c.
12497         * sysdeps/i386/fpu/libm-test-ulps: Update.
12498         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12499
12500         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
12501         csqrt, ctan and ctanh.
12502         * math/auto-libm-test-out: Regenerated.
12503         * math/libm-test.inc (TEST_COND_x86_64): New macro.
12504         (TEST_COND_x86): Likewise.
12505         (ccos_test_data): Use AUTO_TESTS_c_c.
12506         (ccosh_test_data): Likewise.
12507         (cexp_test_data): Likewise.
12508         (clog_test_data): Likewise.
12509         (csqrt_test_data): Likewise.
12510         (ctan_test_data): Likewise.
12511         (ctan_tonearest_test_data): Likewise.
12512         (ctan_towardzero_test_data): Likewise.
12513         (ctan_downward_test_data): Likewise.
12514         (ctan_upward_test_data): Likewise.
12515         (ctanh_test_data): Likewise.
12516         (ctanh_tonearest_test_data): Likewise.
12517         (ctanh_towardzero_test_data): Likewise.
12518         (ctanh_downward_test_data): Likewise.
12519         (ctanh_upward_test_data): Likewise.
12520         * math/gen-auto-libm-tests.c (func_calc_method): Add value
12521         mpc_c_c.
12522         (func_calc_desc): Add mpc_c_c union field.
12523         (FUNC_mpc_c_c): New macro.
12524         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
12525         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
12526         ctanh.
12527         (special_fill_min_subnorm_p120): New function.
12528         (special_real_inputs): Add min_subnorm_p120.
12529         (calc_generic_results): Handle mpc_c_c.
12530         * sysdeps/i386/fpu/libm-test-ulps: Update.
12531         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12532
12533 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
12534
12535         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
12536         (do_sin_slow): New functions.
12537         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
12538         (cslow2, csloww1, csloww2): Use the new functions.
12539
12540         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
12541         Use M to change sign of result instead of X.  Assume X is
12542         positive.
12543         (csloww1): Likewise.
12544         (__sin): Adjust.
12545         (__cos): Adjust.
12546
12547         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
12548         arguments A and DA.
12549         (__sin): Adjust.
12550         (__cos): Likewise.
12551
12552         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
12553         (__cos): Likewise.
12554         (sloww1): Don't adjust sign of DX.
12555         (csloww1): Likewise.
12556         (sloww2): Use X directly and don't adjust sign of DX.
12557         (csloww2): Likewise.
12558
12559 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
12560
12561         * math/auto-libm-test-in: Add tests of cabs and carg.
12562         * math/auto-libm-test-out: Regenerated.
12563         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
12564         (carg_test_data): Likewise.
12565         * math/gen-auto-libm-tests.c (func_calc_method): Add value
12566         mpc_c_f.
12567         (func_calc_desc): Add mpc_c_f union field.
12568         (test_functions): Add cabs and carg.
12569         (calc_generic_results): Handle mpc_c_f.
12570
12571         * sysdeps/powerpc/powerpc32/libgcc-compat.S
12572         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
12573         as a macro and a compat symbol.
12574         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
12575         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
12576         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
12577         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
12578         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
12579         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
12580         not use .hidden.
12581         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
12582         Likewise.
12583         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
12584         Likewise.
12585         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
12586         Likewise.
12587         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
12588         Likewise.
12589         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
12590         Likewise.
12591         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
12592         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
12593         from GLIBC_2.3.2.
12594
12595 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12596
12597         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12598
12599 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
12600
12601         * manual/texinfo.tex: Update to version 2013-11-26.10 with
12602         trailing whitespace removed.
12603         * scripts/config.guess: Update to version 2013-11-29.
12604         * scripts/config.sub: Update to version 2013-10-01.
12605
12606         * math/auto-libm-test-in: Add tests of sincos.
12607         * math/auto-libm-test-out: Regenerated.
12608         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
12609         * math/gen-auto-libm-tests.c (func_calc_method): Add value
12610         mpfr_f_11.
12611         (func_calc_desc): Add mpfr_f_11 union field.
12612         (test_functions): Add sincos.
12613         (calc_generic_results): Handle mpfr_f_11.
12614         * sysdeps/i386/fpu/libm-test-ulps: Update.
12615         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12616
12617 2013-12-19  Andreas Schwab  <schwab@suse.de>
12618
12619         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
12620         CALL_MCOUNT.
12621         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
12622         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
12623         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
12624
12625 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
12626
12627         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
12628         * sysdeps/i386/fpu/libm-test-ulps: Update.
12629         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12630
12631         [BZ #16293]
12632         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
12633         round-to-nearest mode when using frndint.
12634         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
12635         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
12636         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
12637         Likewise.
12638         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
12639         sinh test to fail.
12640         * math/auto-libm-test-out: Regenerated.
12641         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
12642         (TEST_COND_x86): Likewise.
12643         (expm1_tonearest_test_data): New array.
12644         (expm1_test_tonearest): New function.
12645         (expm1_towardzero_test_data): New array.
12646         (expm1_test_towardzero): New function.
12647         (expm1_downward_test_data): New array.
12648         (expm1_test_downward): New function.
12649         (expm1_upward_test_data): New array.
12650         (expm1_test_upward): New function.
12651         (main): Run the new test functions.
12652         * sysdeps/i386/fpu/libm-test-ulps: Update.
12653         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12654
12655         * include/features.h: Update comment documenting feature test
12656         macros.  Mention _DEFAULT_SOURCE in comment.
12657         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
12658         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
12659         _BSD_SOURCE and _SVID_SOURCE.
12660         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
12661         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
12662         !_SVID_SOURCE]: Likewise.
12663         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
12664         (__USE_POSIX_IMPLICITLY): Define.
12665         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
12666         (_POSIX_SOURCE): Undefine and redefine.
12667         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
12668         (_POSIX_C_SOURCE): Likewise.
12669         * manual/creature.texi (_DEFAULT_SOURCE): Document.
12670         (Feature Test Macros): Update documentation of default features.
12671
12672 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
12673
12674         * benchtests/Makefile: Add bench-strtok.
12675         * benchtests/bench-strtok.c: New file: strtok benchtest.
12676
12677 2013-12-19  Allan McRae  <allan@archlinux.org>
12678
12679         * manual/install.texi: Suppress menu for plain text output.
12680         * INSTALL: Regenerated.
12681
12682 2013-12-18  Brooks Moses  <bmoses@google.com>
12683
12684         [BZ #15846]
12685         * misc/getauxval.c: Include errno.h.
12686         (__getauxval): Set errno to ENOENT if the requested type is not
12687         found.
12688         * misc/sys/auxv.h (getauxval): Document that it may set errno;
12689         don't declare with __attribute_const__.
12690         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
12691         * manual/startup.texi: Document that getauxval sets errno.
12692
12693 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
12694
12695         * math/auto-libm-test-in: Add tests of jn and yn.
12696         * math/auto-libm-test-out: Regenerated.
12697         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
12698         (yn_test_data): Likewise.
12699         * math/gen-auto-libm-tests.c (func_calc_method): Add value
12700         mpfr_if_f.
12701         (func_calc_desc): Add mpfr_if_f union field.
12702         (FUNC_mpfr_if_f): New macro.
12703         (test_functions): Add jn and yn.
12704         (calc_generic_results): Assert type of second input for
12705         mpfr_ff_f.  Handle mpfr_if_f.
12706         (output_for_one_input_case): Disable all checking for arguments
12707         fitting floating-point types in case of an integer argument.
12708         * sysdeps/i386/fpu/libm-test-ulps: Update.
12709         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12710
12711         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
12712         Don't expect fegetround reference in libm.so.
12713
12714 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
12715
12716         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
12717         $(config-cflags-nofma).
12718
12719 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
12720
12721         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
12722         * math/auto-libm-test-out: Regenerated.
12723
12724         [BZ #16338]
12725         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
12726         to determine exponent and adjust argument to have exponent of -1.
12727         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
12728         log2.
12729         * math/auto-libm-test-out: Regenerated.
12730         * sysdeps/i386/fpu/libm-test-ulps: Update.
12731         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12732
12733 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
12734
12735         * manual/probes.texi: Remove cases when per-thread arenas are
12736         disabled.
12737
12738 2013-12-18  Andreas Schwab  <schwab@suse.de>
12739
12740         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
12741         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
12742         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
12743         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
12744         * sysdeps/i386/i686/multiarch/Makefile: Update.
12745         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
12746
12747 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
12748
12749         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
12750         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
12751
12752 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
12753
12754         [BZ #15968]
12755         Support TZ transition times < 00:00:00.
12756         This is needed for version-3 tz-format files; it supports time
12757         stamps past 2037 for America/Godthab (the only entry in the tz
12758         database for which this change is relevant).
12759         * manual/time.texi (TZ Variable): Document transition times
12760         from -167:59:59 through -00:00:01.
12761         * time/tzset.c (tz_rule): Time of day is now signed.
12762         (__tzset_parse_tz): Parse negative time of day.
12763
12764         Document TZ transition times >= 25:00:00.
12765         * manual/time.texi (TZ Variable): Document transition times from
12766         25:00:00 through 167:59:59.  These are already supported, and this
12767         support will help with version-3 tz-format files.
12768
12769         * manual/time.texi (TZ Variable): Modernize North America example
12770         to reflect current (i.e., 2007-and-later) daylight saving rules.
12771
12772         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
12773
12774 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
12775
12776         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
12777         * sysdeps/unix/bsd/bits/stat.h: Likewise.
12778         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
12779         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
12780         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
12781         * sysdeps/unix/bsd/bsdstat.h: Likewise.
12782         * sysdeps/unix/bsd/clock.c: Likewise.
12783         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
12784         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
12785         * sysdeps/unix/bsd/init-posix.c: Likewise.
12786         * sysdeps/unix/bsd/poll.c: Likewise.
12787         * sysdeps/unix/bsd/ptsname.c: Likewise.
12788         * sysdeps/unix/bsd/seekdir.c: Likewise.
12789         * sysdeps/unix/bsd/setegid.c: Likewise.
12790         * sysdeps/unix/bsd/seteuid.c: Likewise.
12791         * sysdeps/unix/bsd/setgid.c: Likewise.
12792         * sysdeps/unix/bsd/setrgid.c: Likewise.
12793         * sysdeps/unix/bsd/setruid.c: Likewise.
12794         * sysdeps/unix/bsd/setsid.c: Likewise.
12795         * sysdeps/unix/bsd/setuid.c: Likewise.
12796         * sysdeps/unix/bsd/sigaction.c: Likewise.
12797         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
12798         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
12799         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
12800         * sysdeps/unix/bsd/telldir.c: Likewise.
12801         * sysdeps/unix/bsd/times.c: Likewise.
12802         * sysdeps/unix/bsd/usleep.c: Likewise.
12803
12804         * misc/Makefile (install-lib): Remove libbsd-compat.a.
12805         ($(objpfx)libbsd-compat.a): Remove rule.
12806
12807         * include/features.h (__FAVOR_BSD): Do not define.
12808         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
12809         features conflicting with POSIX.
12810         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
12811         (_BSD_SOURCE): Remove description of not being a subset of other
12812         feature test macros.
12813         * manual/job.texi (getpgrp): Do not document BSD version.
12814         (getpgid): Do not document by reference to BSD getpgrp.
12815         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
12816         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
12817         * signal/signal.h [__FAVOR_BSD]: Likewise.
12818         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
12819         instead of making contents conditional on [__FAVOR_BSD].
12820         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
12821
12822 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12823
12824         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12825
12826 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
12827
12828         [BZ #16314]
12829         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
12830         values below 2**-450, not 2**-500.
12831         * math/auto-libm-test-in: Don't allow spurious underflow from
12832         hypot.
12833         * math/auto-libm-test-out: Regenerated.
12834
12835         [BZ #16316]
12836         [BZ #16330]
12837         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
12838         values of ha and hb and sort them after adjusting subnormal
12839         arguments.
12840         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
12841         Likewise.
12842         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
12843         values of ea and eb and sort them after adjusting subnormal
12844         arguments.
12845         * math/auto-libm-test-in: Do not expect some hypot tests of
12846         subnormals to fail.  Add more hypot tests.
12847         * math/auto-libm-test-out: Regenerated.
12848
12849 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
12850
12851         [BZ #13304]
12852         * sysdeps/sh/s_fma.c: New file.
12853         * sysdeps/sh/s_fmaf.c: New file.
12854         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
12855         version.
12856         * sysdeps/sh/Implies: Add sh/soft-fp.
12857
12858 2013-12-16  Roland McGrath  <roland@hack.frob.com>
12859
12860         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
12861         level of indirection to members `objname', `errstring', `malloced'.
12862         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
12863         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
12864         it as the __longjmp argument (just pass 1 instead).
12865         (_dl_catch_error): Initialize C with argument pointers and address of
12866         volatile local ERRCODE rather than copying values out of C at return.
12867
12868 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
12869
12870         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
12871         * math/auto-libm-test-out: Regenerated.
12872         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
12873         (hypot_test_data): Likewise.
12874         (pow_test_data): Likewise.
12875         (pow_tonearest_test_data): Likewise.
12876         * math/gen-auto-libm-tests.c (func_calc_method): Add value
12877         mpfr_ff_f.
12878         (func_calc_desc): Add mpfr_ff_f union field.
12879         (FUNC_mpfr_ff_f): New macro.
12880         (test_functions): Add atan2, hypot and pow.
12881         (special_fill_min): New function.
12882         (special_fill_minus_min): Likewise.
12883         (special_fill_min_subnorm): Likewise.
12884         (special_fill_minus_min_subnorm): Likewise.
12885         (special_real_inputs): Add min, -min, min_subnorm and
12886         -min_subnorm.
12887         (calc_generic_results): Handle mpfr_ff_f.
12888         * sysdeps/i386/fpu/libm-test-ulps: Update.
12889         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12890
12891 2013-12-16  Will Newton  <will.newton@linaro.org>
12892
12893         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
12894         (Aligned Memory Blocks): Add documentation for aligned_alloc
12895         and suggest it as an alternative to posix_memalign.
12896         (Hooks for Malloc): Document __memalign_hook is also called
12897         for aligned_alloc.  (Summary of Malloc): Add summary for
12898         aligned alloc.  Document __memalign_hook is also called
12899         for aligned_alloc.
12900
12901 2013-12-16  Will Newton  <will.newton@linaro.org>
12902
12903         * manual/memory.texi (Malloc Examples): Clarify default
12904         alignment documentation.  Suggest posix_memalign rather
12905         than memalign or valloc.
12906         (Aligned Memory Blocks): Remove suggestion to use memalign
12907         or valloc.  Remove obsolete comment about BSD.
12908         Document memalign errno values and mark the function obsolete.
12909         Document posix_memalign returned error codes.  Mark valloc
12910         as obsolete.  (Hooks for Malloc): __memalign_hook is also
12911         called for posix_memalign and valloc.
12912         (Summary of Malloc): Add posix_memalign to function summary.
12913         __memalign_hook is also called for posix_memalign and valloc.
12914
12915 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
12916
12917         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
12918         TAYLOR_SIN.
12919         (__sin): Adjust.
12920         (__cos): Likewise.
12921         (sloww): Use mynumber union.  Expand ternary operator into
12922         if-else statements.
12923         (cslow): use mynumber union.
12924
12925 2013-12-16  Allan McRae  <allan@archlinux.org>
12926
12927         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
12928         * configure: Regenerated.
12929
12930         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
12931
12932         [BZ #14120]
12933         * configure.ac: Added --enable-maintainer-mode. Check for
12934         autoconf when enabled.
12935         * configure: Regenerated.
12936
12937         * nscd/nscd.service: New file.
12938         * nscd/nscd.tmpfiles: New file.
12939
12940 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
12941
12942         [BZ #12100]
12943         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
12944         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
12945         * sysdeps/x86_64/multiarch/strstr.c: ... here.
12946         (strstr): Add __strstr_sse2_unaligned ifunc.
12947         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
12948         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
12949         (strcasestr): Remove __strcasestr_sse42 ifunc.
12950         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
12951         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
12952         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
12953
12954 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
12955
12956         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
12957         * sysdeps/sh/bits/fenv.h: ... here.
12958         * sysdeps/sh/sh4/fpu/bits: Remove directory.
12959
12960 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12961
12962         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
12963
12964         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
12965         hypotf multiarch implementations.
12966         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
12967         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
12968         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
12969         multiarch hypot for PPC64.
12970         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
12971         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
12972         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
12973         multiarch hypotf for PPC64.
12974
12975         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
12976         modff multiarch implementations.
12977         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
12978         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
12979         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
12980         multiarch modf for PPC64.
12981         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
12982         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
12983         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
12984         multiarch modff for PPC64.
12985
12986         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
12987         and logl multiarch implementations.
12988         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
12989         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
12990         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
12991         multiarch logb for PPC64.
12992         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
12993         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
12994         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
12995         multiarch logb for PPC64.
12996         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
12997         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
12998         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
12999         multiarch logb for PPC64.
13000
13001         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
13002         isinff multiarch implementation.
13003         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
13004         file.
13005         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
13006         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
13007         multiarch isinf for PPC64.
13008         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
13009         file.
13010         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
13011         multiarch isinff for PPC64.
13012
13013         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
13014         finitef multiarch implementation.
13015         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
13016         file.
13017         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
13018         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
13019         multiarch finite for PPC64.
13020         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
13021         file.
13022         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
13023         multiarch finitef for PPC64.
13024
13025         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
13026         lrint multiarch implementation.
13027         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
13028         file.
13029         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
13030         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
13031         multiarch llrint for PPC64.
13032         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
13033         multiarch lrint for PPC64.
13034
13035         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
13036         copysignf multiarch implementation.
13037         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
13038         file.
13039         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
13040         file.
13041         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
13042         multiarch copysign for PPC64.
13043         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
13044         multiarch copysignf for PPC64.
13045
13046         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
13047         multiarch implementation.
13048         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
13049         file.
13050         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
13051         file.
13052         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
13053         file.
13054         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
13055         file.
13056         multiarch llround for PPC64.
13057         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
13058         multiarch trunc for PPC64.
13059         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
13060         multiarch truncf for PPC64.
13061
13062         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
13063         multiarch implementation.
13064         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
13065         file.
13066         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
13067         file.
13068         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
13069         file.
13070         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
13071         file.
13072         multiarch llround for PPC64.
13073         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
13074         multiarch round for PPC64.
13075         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
13076         multiarch roundf for PPC64.
13077
13078         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
13079         multiarch implementation.
13080         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
13081         file.
13082         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
13083         file.
13084         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
13085         file.
13086         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
13087         file.
13088         multiarch llround for PPC64.
13089         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
13090         multiarch floor for PPC64.
13091         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
13092         multiarch floorf for PPC64.
13093
13094         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
13095         multiarch implementation.
13096         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
13097         file.
13098         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
13099         file.
13100         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
13101         file.
13102         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
13103         file.
13104         multiarch llround for PPC64.
13105         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
13106         multiarch ceil for PPC64.
13107         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
13108         multiarch ceilf for PPC64.
13109
13110         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
13111         multiarch implementation.
13112         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
13113         file.
13114         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
13115         file.
13116         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
13117         file.
13118         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
13119         multiarch llround for PPC64.
13120         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
13121         multiarch lround for PPC64.
13122
13123         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
13124         multiarch implementation.
13125         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
13126         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
13127         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
13128         file.
13129         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
13130         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
13131         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
13132         multiarch isnan for PPC64.
13133         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
13134         multiarch isnanf for PPC64.
13135
13136         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
13137         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
13138         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
13139         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
13140         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
13141         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
13142
13143         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
13144         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
13145         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
13146         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
13147
13148         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
13149         multiarch implementations.
13150         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13151         (__libc_ifunc_impl_list): Likewise.
13152         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
13153         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
13154         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
13155         multiarch stpcpy for PPC64.
13156
13157         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
13158         multiarch implementations.
13159         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13160         (__libc_ifunc_impl_list): Likewise.
13161         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
13162         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
13163         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
13164         multiarch strcpy for PPC64.
13165
13166         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
13167         redefine function name.
13168         (_wordcopy_fwd_dest_aligned): Likewise.
13169         (_wordcopy_bwd_aligned): Likewise.
13170         (_wordcopy_bwd_dest_aligned): Likewise.
13171         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
13172         multiarch implementations.
13173         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13174         (__libc_ifunc_impl_list): Likewise.
13175         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
13176         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
13177         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
13178         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
13179         multiarch wcscpy for PPC64.
13180
13181         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
13182         multiarch implementations.
13183         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13184         (__libc_ifunc_impl_list): Likewise.
13185         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
13186         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
13187         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
13188         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
13189         multiarch wcscpy for PPC64.
13190
13191         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
13192         multiarch implementations.
13193         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13194         (__libc_ifunc_impl_list): Likewise.
13195         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
13196         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
13197         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
13198         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
13199         multiarch wcsrchr for PPC64.
13200
13201         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
13202         multiarch implementations.
13203         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13204         (__libc_ifunc_impl_list): Likewise.
13205         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
13206         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
13207         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
13208         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
13209         multiarch wcschr for PPC64.
13210
13211         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
13212         multiarch implementations.
13213         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13214         (__libc_ifunc_impl_list): Likewise.
13215         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
13216         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
13217         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
13218         multiarch strchrnul for PPC64.
13219
13220         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
13221         implementations.
13222         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13223         (__libc_ifunc_impl_list): Likewise.
13224         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
13225         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
13226         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
13227         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
13228         strchr for PPC64.
13229
13230         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
13231         implementations.
13232         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13233         (__libc_ifunc_impl_list): Likewise.
13234         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
13235         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
13236         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
13237         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
13238         strncmp for PPC64.
13239
13240         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
13241         multiarch implementations.
13242         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13243         (__libc_ifunc_impl_list): Likewise.
13244         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
13245         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
13246         strncasecmp for PPC64.
13247         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
13248         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
13249         multiarch strncasecmp_l for PPC64.
13250
13251         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
13252         multiarch implementations.
13253         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
13254         (__libc_ifunc_impl_list): Likewise.
13255         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
13256         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
13257         multiarch strcasecmp for PPC64.
13258         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
13259         file.
13260         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
13261         multiarch strcasecmp_l for PPC64.
13262
13263         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
13264         implementations.
13265         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13266         (__libc_ifunc_impl_list): Likewise.
13267         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
13268         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
13269         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
13270         strnlen for PPC64.
13271
13272         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
13273         implementations.
13274         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13275         (__libc_ifunc_impl_list): Likewise.
13276         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
13277         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
13278         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
13279         strlen for PPC64.
13280
13281         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
13282         implementations.
13283         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13284         (__libc_ifunc_impl_list): Likewise.
13285         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
13286         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
13287         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
13288         rawmemrchr for PPC64.
13289
13290         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
13291         implementation.
13292         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13293         (__libc_ifunc_impl_list): Likewise.
13294         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
13295         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
13296         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
13297         memrchr for PPC64.
13298
13299         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
13300         implementation.
13301         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13302         (__libc_ifunc_impl_list): Likewise.
13303         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
13304         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
13305         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
13306         memchr for PPC64.
13307
13308         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
13309         implementation.
13310         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13311         (__libc_ifunc_impl_list): Likewise.
13312         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
13313         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
13314         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
13315         mempcpy for PPC64.
13316
13317         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
13318         avoid cretion of __bzero symbol.
13319         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
13320         Likewise.
13321         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
13322         Likewise.
13323         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
13324         Likewise.
13325         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
13326         multiarch implementations.
13327         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13328         (__libc_ifunc_impl_list): Likewise.
13329         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
13330         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
13331         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
13332         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
13333         bzero for PPC32.
13334         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
13335         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
13336         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
13337         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
13338         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
13339         memset for PPC64.
13340         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
13341
13342         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
13343         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
13344         implementations.
13345         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13346         (__libc_ifunc_impl_list): Likewise.
13347         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
13348         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
13349         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
13350         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
13351         memcmp for PPC64.
13352
13353         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
13354         multiarch for POWER/PPC64.
13355         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
13356         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
13357         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
13358         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
13359         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
13360         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
13361         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
13362         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
13363         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
13364         memcpy for PPC64.
13365
13366         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
13367         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
13368         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
13369         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
13370         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
13371         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
13372         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
13373         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
13374         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
13375         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
13376         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
13377         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
13378         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
13379         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
13380         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
13381         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
13382         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
13383         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
13384         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
13385         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
13386         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
13387         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
13388
13389 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
13390
13391         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
13392
13393 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
13394
13395         * benchtests/Makefile (bench): Add exp2 and log2.
13396         (LDLIBS-bench-exp2): Add -lm.
13397         (LDLIBS-bench-log2): Likewise.
13398         * benchtests/exp2-inputs: New inputs file.
13399         * benchtests/log2-inputs: New inputs file.
13400         * benchtests/log-inputs: Add new inputs.
13401         * benchtests/tan-inputs: Likewise.
13402
13403 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
13404
13405         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
13406         definition...
13407         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
13408         (csloww2): ... from here.
13409
13410         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
13411         instead of structures.
13412         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
13413         (POLYNOMIAL): Likewise.
13414         (TAYLOR_SLOW): Likewise.
13415         (__sin): Likewise.
13416         (__cos): Likewise.
13417         (slow1): Likewise.
13418         (slow2): Likewise.
13419         (sloww): Likewise.
13420         (sloww1); Likewise.
13421         (sloww2): Likewise.
13422         (bsloww1): Likewise.
13423         (bsloww2): Likewise.
13424         (cslow2): Likewise.
13425         (csloww): Likewise.
13426         (csloww1): Likewise.
13427         (csloww2): Likewise.
13428
13429 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
13430
13431         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
13432         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
13433         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
13434         * malloc/hooks.c (realloc_check): Likewise.
13435
13436         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
13437         * malloc/arena.c: Remove PER_THREAD conditional.
13438         [!PER_THREAD]: Remove code.
13439         (ptmalloc_unlock_all2): Likewise.
13440         (ptmalloc_init): Likewise.
13441         (_int_new_arena): Likewise.
13442         (arena_get2): Likewise.
13443         * malloc/hooks.c (__malloc_get_state): Likewise.
13444         (__malloc_set_state): Likewise.
13445         * malloc/malloc.c: Likewise.
13446         (struct malloc_state): Likewise.
13447         (struct malloc_par): Likewise.
13448         (__libc_realloc): Likewise.
13449         (__libc_mallopt): Likewise.
13450
13451 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13452
13453         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
13454
13455 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
13456
13457         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
13458         macro to a function.  Check for zero perturb_byte.
13459         (_int_malloc, _int_free): Remove zero perturb_byte checks.
13460
13461         * malloc/malloc.c: (force_reg): Remove.
13462         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
13463         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
13464         force_reg by atomic_forced_read.
13465         * malloc/arena.c (ptmalloc_init): Likewise.
13466         * malloc/hooks.c (top_check): Likewise.
13467
13468 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13469
13470         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13471
13472 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
13473
13474         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
13475
13476 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
13477
13478         * math/auto-libm-test-in: Add tests of lgamma.
13479         * math/auto-libm-test-out: Regenerated.
13480         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
13481         (M_LOG_2_SQRT_PIl): Likewise.
13482         (lgamma_test_data): Use AUTO_TESTS_f_f1.
13483         * math/gen-auto-libm-tests.c (func_calc_method): Add value
13484         mpfr_f_f1.
13485         (func_calc_desc): Add mpfr_f_f1 union field.
13486         (ARGS1): New macro.
13487         (ARGS2): Likewise.
13488         (ARGS3): Likewise.
13489         (ARGS4): Likewise.
13490         (RET1): Likewise.
13491         (RET2): Likewise.
13492         (CALC): Likewise.
13493         (FUNC): Likewise.
13494         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
13495         (test_functions): Add lgamma.
13496         (calc_generic_results): Handle mpfr_f_f1.
13497         * sysdeps/i386/fpu/libm-test-ulps: Update.
13498         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13499
13500 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13501
13502         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
13503         __mpn_add_n for PowerPC64/POWER7.
13504         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
13505         __mpn_sub_n for PowerPC64/POWER7.
13506
13507         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
13508         __mpn_addmul_1 for PowerPC64.
13509         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
13510         __mpn_submul_1 for PowerPC64.
13511         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
13512         for PowerPC64.
13513         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
13514         for PowerPC64.
13515
13516 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
13517
13518         [BZ #15089]
13519         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
13520
13521 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13522
13523         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
13524
13525         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
13526         add multiarch folders.
13527         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
13528         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
13529         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
13530         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
13531         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
13532         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
13533         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
13534         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
13535         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
13536         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
13537         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
13538         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
13539         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
13540         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
13541         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
13542         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
13543         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
13544
13545         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
13546         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
13547         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
13548         New file.
13549         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
13550         New file.
13551         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
13552         multiarch __ieee754_hypot for PowerPC32.
13553         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
13554         New file.
13555         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
13556         New file.
13557         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
13558         multiarch __ieee754_hypotf for PowerPC32.
13559
13560         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
13561         long_double_symbol only if __logbl is defined.
13562         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
13563         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
13564         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
13565         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
13566         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
13567         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
13568         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
13569         path for implementation.
13570         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
13571         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
13572         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
13573         logb, and logbl multiarch implementations for PowerPC32.
13574         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
13575         file.
13576         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
13577         file.
13578         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
13579         multiarch logb for PowerPC32.
13580         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
13581         file.
13582         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
13583         file.
13584         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
13585         multiarch logbf for PowerPC32.
13586         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
13587         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
13588         file.
13589         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
13590         multiarch logbl implementation for PowerPC32.
13591
13592         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
13593         and modff multiarch implementations.
13594         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
13595         New file.
13596         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
13597         New file.
13598         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
13599         multiarch modf for PowerPC32.
13600         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
13601         New file.
13602         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
13603         New file.
13604         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
13605         multiarch modff for PowerPC32.
13606
13607         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
13608         and lrintf multiarch implementations.
13609         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
13610         New file.
13611         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
13612         New file.
13613         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
13614         multiarch lrint for PowerPC32.
13615         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
13616         file: multiarch lrintf for PowerPC32.
13617
13618         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
13619         and lroundf multiarch implementations.
13620         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
13621         New file.
13622         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
13623         New file.
13624         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
13625         New file.
13626         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
13627         multiarch lround for PowerPC32.
13628         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
13629         file: multiarch lroundf for PowerPC32.
13630
13631         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
13632         copysign and copysignf multiarch implementations.
13633         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
13634         New file.
13635         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
13636         New file.
13637         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
13638         file: multiarch copysign for PowerPC32.
13639         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
13640         file: multiarch copysignf for PowerPC32.
13641
13642         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
13643         and truncf multiarch implementations.
13644         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
13645         New file.
13646         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
13647         file.
13648         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
13649         multiarch trunc for PowerPC32.
13650         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
13651         New file.
13652         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
13653         New file.
13654         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
13655         multiarch truncf for PowerPC32.
13656
13657         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
13658         and roundf multiarch implementations.
13659         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
13660         New file.
13661         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
13662         file.
13663         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
13664         multiarch round for PowerPC32.
13665         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
13666         New file.
13667         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
13668         New file.
13669         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
13670         multiarch roundf for PowerPC32.
13671
13672         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
13673         and floorf multiarch implementations.
13674         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
13675         New file.
13676         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
13677         file.
13678         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
13679         multiarch floor for PowerPC32.
13680         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
13681         New file.
13682         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
13683         New file.
13684         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
13685         multiarch floorf for PowerPC32.
13686
13687         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
13688         and ceilf multiarch implementations.
13689         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
13690         New file.
13691         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
13692         file.
13693         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
13694         multiarch ceil for PowerPC32.
13695         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
13696         New file.
13697         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
13698         file.
13699         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
13700         multiarch ceilf for PowerPC32.
13701
13702         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
13703         is defined.
13704         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
13705         FINITEF is defined.
13706         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
13707         and finitef multiarch implementations.
13708         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
13709         New file.
13710         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
13711         file.
13712         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
13713         multiarch finite for PowerPC32.
13714         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
13715         New file.
13716         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
13717         file: multiarch finitef for PowerPC32.
13718
13719         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
13720         and isinff multiarch implementations.
13721         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
13722         file.
13723         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
13724         file.
13725         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
13726         multiarch isinf for PowerPC32.
13727         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
13728         New file.
13729         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
13730         multiarch isinff for PowerPC32.
13731
13732         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
13733         alias when __isnan is defined.
13734         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
13735         and isnanf multiarch implementations.
13736         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
13737         file.
13738         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
13739         file.
13740         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
13741         file.
13742         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
13743         file.
13744         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
13745         multiarch isnan for PowerPC32.
13746         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
13747         New file.
13748         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
13749         New file.
13750         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
13751         multiarch isnanf for PowerPC32.
13752
13753         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
13754         and sqrtf multiarch implementations.
13755         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
13756         file.
13757         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
13758         file.
13759         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
13760         multiarch sqrt for PowerPC32.
13761         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
13762         file.
13763         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
13764         file.
13765         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
13766         multiarch sqrtf for PowerPC32.
13767
13768         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
13769         and llroundf multiarch implementations.
13770         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
13771         New file.
13772         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
13773         New file.
13774         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
13775         New file.
13776         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
13777         file: multiarch llround for PowerPC32.
13778         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
13779         file: multiarch llroundf for PowerPC32.
13780
13781         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
13782         multiarch PowerPC32 fpu implementations.
13783         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
13784         New file.
13785         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
13786         New file.
13787         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
13788         multiarch llrint for PowerPC32.
13789         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
13790         New file.
13791         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
13792         New file.
13793         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
13794         file.
13795
13796         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
13797
13798         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
13799         file.
13800         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
13801         file.
13802         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
13803         file.
13804         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
13805         multiarch wordcopy for PPC32.
13806         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
13807         wordcopy objects.
13808         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13809         (__libc_ifunc_impl_list): Likewise.
13810         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
13811         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
13812         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
13813         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
13814         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
13815         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
13816
13817         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
13818         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
13819         file.
13820         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
13821         file.
13822         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
13823         file.
13824         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
13825         multiarch wcscpy for PPC32.
13826         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
13827         multiarch objects.
13828         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13829         (__libc_ifunc_impl_list): Likewise.
13830         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
13831         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
13832         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
13833         sysdeps/powerpc/power6/wcscpy.c.
13834
13835         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
13836         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
13837         file.
13838         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
13839         file.
13840         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
13841         file.
13842         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
13843         multiarch wcsrchr for PPC32.
13844         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
13845         multiarch objects.
13846         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13847         (__libc_ifunc_impl_list): Likewise.
13848         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
13849         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
13850         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
13851         sysdeps/powerpc/power6/wcsrchr.c.
13852
13853         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
13854         file.
13855         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
13856         file.
13857         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
13858         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
13859         multiarch wcschr for PPc32.
13860         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
13861         multiarch objects.
13862         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13863         (__libc_ifunc_impl_list): Likewise.
13864         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
13865         * sysdeps/powerpc/power6/wcschr.c: ... to here.
13866         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
13867         sysdeps/powerpc/power6/wcschr.c.
13868
13869         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
13870         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
13871         file.
13872         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
13873         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
13874         file: multiarch strchr for PPC32.
13875         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
13876         multiarch objects.
13877         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13878         (__libc_ifunc_impl_list): Likewise.
13879
13880         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
13881         name.
13882         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
13883         file.
13884         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
13885         file.
13886         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
13887         multiarch strchrnul for PPC32.
13888         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
13889         multiarch objects.
13890         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13891         (__libc_ifunc_impl_list): Likewise.
13892
13893         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
13894         file.
13895         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
13896         multiarch strncasecmp for PPC32.
13897         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
13898         file.
13899         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
13900         multiarch strncasecmp_l for PPC32.
13901         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
13902         strncasecmp multiarch objects.
13903         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13904         (__libc_ifunc_impl_list): Likewise.
13905
13906         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
13907         file.
13908         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
13909         multiarch strncasecmp for PPC32.
13910         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
13911         New file.
13912         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
13913         multiarch strcasecmp_l for PPC32.
13914         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
13915         multiarch objects.
13916         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13917         (__libc_ifunc_impl_list): Likewise.
13918
13919         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
13920         file.
13921         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
13922         file.
13923         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
13924         multiarch strncmp for PPC32.
13925         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
13926         multiarch objects.
13927         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13928         (__libc_ifunc_impl_list): Likewise.
13929
13930         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
13931         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
13932         file.
13933         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
13934         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
13935         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
13936         multiarch objects.
13937         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13938         (__libc_ifunc_impl_list): Likewise.
13939
13940         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
13941         file.
13942         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
13943         file.
13944         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
13945         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
13946         multiarch objects.
13947         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13948         (__libc_ifunc_impl_list): Likewise.
13949
13950         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
13951         file.
13952         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
13953         file.
13954         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
13955         multiarch rawmemchr for PPC32.
13956         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
13957         multiarch objects.
13958         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13959         (__libc_ifunc_impl_list): Likewise.
13960
13961         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
13962         file.
13963         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
13964         file.
13965         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
13966         file: memrchr multiarch for PPC32.
13967         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
13968         multiarch objects.
13969         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13970         (__libc_ifunc_impl_list): Likewise.
13971
13972         * string/memchr.c (__memchr): Using macro to redefine symbol name.
13973         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
13974         file.
13975         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
13976         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
13977         multiarch memchr for PPC32.
13978         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
13979         multiarch objects.
13980         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
13981         (__libc_ifunc_impl_list): Likewise.
13982
13983         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
13984         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
13985         file.
13986         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
13987         file.
13988         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
13989         file: multiarch mempcpy for PPC32.
13990         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
13991         multiarch objects.
13992         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
13993         (__libc_ifunc_impl_list): Likewise.
13994
13995         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
13996         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
13997         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
13998         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
13999         multiarch bzero for PPC32.
14000         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
14001         file.
14002         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
14003         file.
14004         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
14005         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
14006         file: multiarch memset for PPC32.
14007         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
14008         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
14009         memset multiarch objects.
14010         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
14011         (__libc_ifunc_impl_list): Likewise.
14012
14013         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
14014         file.
14015         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
14016         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
14017         memcmp for PPC32.
14018         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
14019         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
14020         multiarch objects.
14021         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
14022         (__libc_ifunc_impl_list): Likewise.
14023
14024         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
14025         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
14026         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
14027         file.
14028         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
14029         file.
14030         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
14031         file.
14032         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
14033         multiarch memcpy for PPC32.
14034         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
14035         multiarch objects.
14036         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
14037         (__libc_ifunc_impl_list): Likewise.
14038
14039         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
14040         support multiarch for POWER/PPC32.
14041         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
14042         Likewise.
14043         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
14044         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
14045         Implies file to make multiarch folder appers before the fpu and
14046         default folder for power4 configuration.
14047
14048 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
14049
14050         * scripts/bench.pl: Append volatile keyword to type.
14051
14052 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
14053
14054         * sysdeps/sh/sotruss-lib.c: New file.
14055         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
14056
14057 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14058
14059         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14060
14061 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
14062
14063         [BZ #6810]
14064         * math/w_tgamma.c: Include <errno.h>.
14065         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
14066         * math/w_tgammaf.c: Include <errno.h>.
14067         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
14068         * math/w_tgammal.c: Include <errno.h>.
14069         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
14070         * math/auto-libm-test-in: Do not allow missing errno on tgamma
14071         underflow.  Add more tgamma tests.
14072         * math/auto-libm-test-out: Regenerated.
14073         * sysdeps/i386/fpu/libm-test-ulps: Update.
14074         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14075
14076         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
14077         sin, sinh, tan, tanh, tgamma, y0 and y1.
14078         * math/auto-libm-test-out: Regenerated.
14079         * math/libm-test.inc (TEST_COND_x86_64): New macro.
14080         (TEST_COND_x86): Likewise.
14081         (M_E2l): Remove macro.
14082         (M_E3l): Likewise.
14083         (M_2_SQRT_PIl): Likewise.
14084         (M_SQRT_PIl): Likewise.
14085         (M_1_DIV_El): Likewise.
14086         (log_test_data): Use AUTO_TESTS_f_f.
14087         (log10_test_data): Likewise.
14088         (log1p_test_data): Likewise.
14089         (log2_test_data): Likewise.
14090         (sin_test_data): Likewise.
14091         (sin_tonearest_test_data): Likewise.
14092         (sin_towardzero_test_data): Likewise.
14093         (sin_downward_test_data): Likewise.
14094         (sin_upward_test_data): Likewise.
14095         (sinh_test_data): Likewise.
14096         (sinh_tonearest_test_data): Likewise.
14097         (sinh_towardzero_test_data): Likewise.
14098         (sinh_downward_test_data): Likewise.
14099         (sinh_upward_test_data): Likewise.
14100         (tan_test_data): Likewise.
14101         (tan_tonearest_test_data): Likewise.
14102         (tan_towardzero_test_data): Likewise.
14103         (tan_downward_test_data): Likewise.
14104         (tan_upward_test_data): Likewise.
14105         (tanh_test_data): Likewise.
14106         (tgamma_test_data): Likewise.
14107         (y0_test_data): Likewise.
14108         (y1_test_data): Likewise.
14109         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
14110         (special_real_inputs): Add pi/4.
14111         * sysdeps/i386/fpu/libm-test-ulps: Update.
14112         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14113
14114 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14115
14116         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
14117         "longjmp_target" static probes.
14118         (__longjmp): Rename to __longjmp_symbol.
14119         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
14120         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
14121         on which longjmp to generate.
14122         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
14123         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
14124         probe.
14125         (__sigsetjmp): Rename to __sigsetjmp_symbol.
14126         (__sigjmp_save): Rename to __sigjmp_save_symbol.
14127         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
14128         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
14129         and __sigjmp_save_symbol based on which sigsetjmp to generated.
14130         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
14131         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
14132         __longjmp_symbol based on which __longjmp to generate.
14133         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
14134         probe.
14135         (setjmp): Rename to setjmp_symbol.
14136         (__sigsetjmp): Rename to __sigsetjmp_symbol.
14137         (_setjmp): Rename to _setjmp_symbol.
14138         (__sigsetjmp): Rename to __sigsetjmp_symbol.
14139         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
14140         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
14141         which setjmp to generate.
14142         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
14143         "longjmp_target" static probes.
14144
14145 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
14146
14147         * benchtests/README: Add note about output arguments.
14148         * benchtests/bench-sincos.c: Remove file.
14149         * benchtests/sincos-inputs: New file.
14150         * scripts/bench.pl: Identify output arguments and define
14151         static variables for them.
14152
14153         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
14154
14155         [BZ #15941]
14156         * Makefile (INSTALL): Add install-plain.texi as the primary
14157         dependency.
14158         * manual/install-plain.texi: New file.
14159         * manual/install.texi: Include node directive only for
14160         non-plaintext output.
14161
14162 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
14163
14164         * stdlib/longlong.h: Update from GCC.
14165
14166         [BZ #6807]
14167         [BZ #15901]
14168         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
14169         * math/w_j0f.c (y0f): Likewise.
14170         * math/w_j0l.c (__y0l): Likewise.
14171         * math/w_j1.c (y1): Likewise.
14172         * math/w_j1f.c (y1f): Likewise.
14173         * math/w_j1l.c (__y1l): Likewise
14174         * math/w_jn.c (yn): Likewise.
14175         * math/w_jnf.c (ynf): Likewise.
14176         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
14177         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
14178         value for Bessel function domain errors outside _SVID_ mode.
14179         Adjust sign of return value for yn (negative integer, 0).
14180         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
14181         by zero in return for negative x and set sign appropriately for
14182         negative n.
14183         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
14184         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
14185         * math/libm-test.inc (y0_test_data): Add more tests and adjust
14186         expectations in error cases.
14187         (y1_test_data): Likewise.
14188         (yn_test_data): Likewise.
14189         * sysdeps/i386/fpu/libm-test-ulps: Update.
14190         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14191
14192 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
14193
14194         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
14195         "64" to "64-v1".  Add "64-v2".
14196         (abi-64-options): Rename to ...
14197         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
14198         (abi-64-condition): Rename to ...
14199         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
14200         (abi-64-ld-soname): Rename to ...
14201         (abi-64-v1-ld-soname): ... this.
14202         (abi-64-v2-options): Define.
14203         (abi-64-v2-condition): Likewise.
14204         (abi-64-v2-ld-soname): Likewise.
14205         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
14206         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
14207         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
14208         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
14209         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
14210
14211 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
14212             Alan Modra  <amodra@gmail.com>
14213
14214         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
14215         New versions for use with the ELFv2 ABI.
14216         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
14217         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
14218         declaration.
14219         (struct La_ppc64v2_retval): Likewise.
14220         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
14221         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
14222         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
14223         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
14224         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
14225         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
14226         Do not save or restore CR.
14227         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
14228         (_dl_profile_resolve): Do no save or restore CR.  Support extended
14229         return values for ELFv2 ABI.  Fix location of FPR return registers.
14230         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
14231         updated values for _CALL_ELF == 2.
14232         (La_regs, La_retval, int_retval): Likewise.
14233
14234 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
14235
14236         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
14237         (FRAME_MIN_SIZE_PARM): Likewise.
14238         (FRAME_BACKCHAIN): Likewise.
14239         (FRAME_CR_SAVE): Likewise.
14240         (FRAME_LR_SAVE): Likewise.
14241         (FRAME_TOC_SAVE): Likewise.
14242         (FRAME_PARM_SAVE): Likewise.
14243         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
14244         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
14245         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
14246         (call_mcount_parm_offset): New macro.
14247         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
14248         (PROF): Use symbolic stack frame offsets.
14249         (TAIL_CALL_SYSCALL_ERROR): Likewise.
14250         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
14251         Redefine in terms of FRAME_MIN_SIZE.
14252         (_dl_runtime_resolve): Use symbolic stack frame offsets.
14253         (_dl_profile_resolve): Likewise.  Update comment.
14254         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
14255         symbols stack frame offsets.
14256         (__sigsetjmp): Likewise.
14257         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
14258         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
14259         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
14260         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
14261
14262         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
14263         (FRAME_BACKCHAIN): Remove.
14264         (FRAME_CR_SAVE): Likewise.
14265         (FRAME_LR_SAVE): Likewise.
14266         (FRAME_COMPILER_DW): Likewise.
14267         (FRAME_LINKER_DW): Likewise.
14268         (FRAME_TOC_SAVE): Likewise.
14269         (FRAME_PARM_SAVE): Likewise.
14270         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
14271         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
14272         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
14273         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
14274         (CHECK_SP): Use symbolic stack frame offsets.
14275         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
14276         zone" instead of caller's parameter save area for temp storage.
14277         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
14278         Likewise.  Also, use symbolic stack frame offsets.
14279         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
14280         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
14281         our own stack frame instead of the caller's.
14282         (__socket): Use symbolic stack frame offsets.
14283
14284 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
14285             Alan Modra  <amodra@gmail.com>
14286
14287         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
14288         Define.
14289         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
14290         (PPC64_LOCAL_ENTRY_OFFSET): Define.
14291         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
14292         New function.
14293         (elf_machine_fixup_plt): Call it.
14294         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
14295         reloc arguments.
14296         (elf_machine_rela): Update call to elf_machine_plt_conflict.
14297         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
14298         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
14299         r2 before calling target.
14300
14301 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
14302             Alan Modra  <amodra@gmail.com>
14303
14304         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
14305         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
14306         versions of macros to support ELFv2 ABI.
14307         (LOCALENTRY): New macro.
14308         (ENTRY, EALIGN): Use it.
14309         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
14310         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
14311         fall through into ENTRY entry point.
14312         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
14313         Only define if _CALL_ELF != 2.
14314
14315         (elf_machine_matches_host): Verify ABI version matches.
14316         (RTLD_START): Use LOCALENTRY.
14317         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
14318         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
14319         (PLT_ENTRY_WORDS): New macro.
14320         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
14321         (elf_machine_runtime_setup): Support ELFv2 ABI.
14322         (elf_machine_fixup_plt): Likewise.
14323         (elf_machine_plt_conflict): Likewise.
14324         (resolve_ifunc): Likewise.
14325         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
14326         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
14327         Likewise.
14328         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
14329         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
14330         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
14331         (makecontext): Support ELFv2 ABI.
14332         * elf/elf.h (EF_PPC64_ABI): Define.
14333
14334 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
14335
14336         * sysdeps/powerpc/powerpc64/sysdep.h
14337         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
14338         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
14339         (ENTRY) [ASSEMBLER]: ... but instead here ...
14340         (EALIGN) [ASSEMBLER]: ... and here.
14341         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
14342         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
14343         (ENTRY_2) [!ASSEMBLER]: Use it.
14344         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
14345         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
14346         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
14347         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
14348         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
14349         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
14350         Use PPC64_LOAD_FUNCPTR.
14351
14352         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
14353
14354 2013-12-04  Alan Modra  <amodra@gmail.com>
14355
14356         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
14357         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
14358         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
14359         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
14360
14361         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
14362         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
14363         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
14364         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
14365         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
14366         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
14367
14368 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
14369
14370         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
14371         (__makecontext): Fix incorrect CFI when backtracing out of
14372         context created via makecontext.
14373         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
14374         (__setcontext): Fix incorrect CFI during switch to new context.
14375         (__novec_setcontext): Likewise.
14376
14377 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
14378
14379         [BZ #4772]
14380         * time/strptime_l.c (__strptime_internal): Allow modifiers
14381         in strptime.
14382         * time/tst-strptime.c (day_tests): Add testcase.
14383
14384 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
14385
14386         * scripts/bench.pl: Skip over blank lines.
14387
14388 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
14389
14390         [BZ #926]
14391         * manual/time.texi (Calendar Time): Clarify what timezone functions
14392         use.
14393
14394 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14395
14396         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14397
14398 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
14399
14400         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
14401         implementation.
14402         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
14403         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
14404         * debug/memset_chk.c (__memset_chk): Likewise.
14405         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
14406         * debug/strncpy_chk.c: Likewise.
14407
14408 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
14409
14410         [BZ #15268]
14411         [BZ #15425]
14412         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
14413         (__ieee754_exp): For possibly underflowing results, check size of
14414         result and force underflow exception if required.
14415         * math/auto-libm-test-in: Add more tests of exp.
14416         * math/auto-libm-test-out: Regenerated.
14417         * sysdeps/i386/fpu/libm-test-ulps: Update.
14418         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14419
14420         [BZ #16283]
14421         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
14422         * math/w_exp2f.c (__exp2f): Likewise.
14423         * math/w_exp2l.c (__exp2l): Likewise.
14424         * math/auto-libm-test-in: Do not allow missing errno on exp2
14425         underflow.
14426         * math/auto-libm-test-out: Regenerated.
14427
14428 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
14429
14430         [BZ #16274]
14431         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
14432         handle filename validation.
14433         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
14434         (do_open): Delete.
14435
14436 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
14437
14438         [BZ #6786]
14439         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
14440         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
14441         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
14442         <float.h>.
14443         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
14444         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
14445         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
14446         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
14447         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
14448         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
14449         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
14450         * math/auto-libm-test-in: Don't allow missing errno from erfc.
14451         Add more erfc tests.
14452         * math/auto-libm-test-out: Regenerated.
14453         * sysdeps/i386/fpu/libm-test-ulps: Update.
14454         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14455
14456         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
14457         exp2, expm1, j0 and j1.
14458         * math/auto-libm-test-out: Regenerated.
14459         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
14460         (erfc_test_data): Likewise.
14461         (exp_test_data): Likewise.
14462         (exp_tonearest_test_data): Likewise.
14463         (exp_towardzero_test_data): Likewise.
14464         (exp_downward_test_data): Likewise.
14465         (exp_upward_test_data): Likewise.
14466         (exp10_test_data): Likewise.
14467         (exp2_test_data): Likewise.
14468         (expm1_test_data): Likewise.
14469         (j0_test_data): Likewise.
14470         (j1_test_data): Likewise.
14471         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
14472         (input_flag_type): Add flag_xfail_rounding.
14473         (input_flags): Add xfail-rounding.
14474         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
14475         (output_for_one_input_case): Handle flag_xfail_rounding.
14476         * sysdeps/i386/fpu/libm-test-ulps: Update.
14477         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14478
14479 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
14480
14481         [BZ #16289]
14482         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
14483         division by 0.
14484
14485 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
14486
14487         [BZ #16195]
14488         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
14489         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
14490         (STAP_PROBE0): New macro.
14491         (STAP_PROBE1): Likewise.
14492         (STAP_PROBE2): Likewise.
14493         (STAP_PROBE3): Likewise.
14494         (STAP_PROBE4): Likewise.
14495
14496 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
14497
14498         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
14499
14500 2013-12-02  Steve Ellcey  <sellcey@mips.com>
14501
14502         * benchtests/Makefile (bench): Add sqrt.
14503         (LDLIBS-bench-sqrt): New.
14504         * benchtests/sqrt-input: New.
14505
14506 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
14507
14508         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
14509         (GAIH_EAI): Likewise.
14510         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
14511         (gaih_inet): Likewise.
14512         (getaddrinfo): Don't use GAIH_EAI.
14513
14514         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
14515         (struct gaih): Remove definition.
14516
14517 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
14518
14519         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
14520         Use HERRNOP directly.
14521
14522 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14523
14524         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14525
14526 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
14527
14528         * math/gen-auto-libm-tests.c (test_functions): Add more
14529         single-argument functions.
14530         (special_fill_pi_2): New function.
14531         (special_fill_minus_pi_2): Likewise.
14532         (special_fill_pi_6): Likewise.
14533         (special_fill_minus_pi_6): Likewise.
14534         (special_fill_pi_3): Likewise.
14535         (special_fill_2pi_3): Likewise.
14536         (special_fill_e): Likewise.
14537         (special_fill_1_e): Likewise.
14538         (special_fill_e_minus_1): Likewise.
14539         (special_real_inputs): Add more special inputs.
14540         (output_for_one_input_case): Do not require ERANGE on underflow to
14541         zero if round-to-nearest result does not underflow to zero, unless
14542         exact results required.
14543         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
14544         atan, atanh, cbrt, cos and cosh.
14545         * math/auto-libm-test-out: Regenerated.
14546         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
14547         (acos_tonearest_test_data): Likewise.
14548         (acos_towardzero_test_data): Likewise.
14549         (acos_downward_test_data): Likewise.
14550         (acos_upward_test_data): Likewise.
14551         (acosh_test_data): Likewise.
14552         (asin_test_data): Likewise.
14553         (asin_tonearest_test_data): Likewise.
14554         (asin_towardzero_test_data): Likewise.
14555         (asin_upward_test_data): Likewise.
14556         (asinh_test_data): Likewise.
14557         (atan_test_data): Likewise.
14558         (atanh_test_data): Likewise.
14559         (cbrt_test_data): Likewise.
14560         (cos_test_data): Likewise.
14561         (cos_tonearest_test_data): Likewise.
14562         (cos_towardzero_test_data): Likewise.
14563         (cos_downward_test_data): Likewise.
14564         (cos_upward_test_data): Likewise.
14565         (cosh_test_data): Likewise.
14566         (cosh_tonearest_test_data): Likewise.
14567         (cosh_towardzero_test_data): Likewise.
14568         (cosh_downward_test_data): Likewise.
14569         (cosh_upward_test_data): Likewise.
14570         * sysdeps/i386/fpu/libm-test-ulps: Update.
14571         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14572
14573 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
14574
14575         [BZ #6787]
14576         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
14577         * math/w_exp10f.c (__exp10f): Likewise.
14578         * math/w_exp10l.c (__exp10l): Likewise.
14579         * math/libm-test.inc (exp10_test_data): Add more tests and expect
14580         errno settings in existing tests.
14581
14582         [BZ #14032]
14583         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
14584         precision control set to double precision.
14585         * sysdeps/i386/fpu/w_sqrt.c: New file.
14586         * math/auto-libm-test-in: Add more tests.
14587         * math/auto-libm-test-out: Update.
14588
14589         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
14590         (sqrt_test_tonearest): New function.
14591         (sqrt_towardzero_test_data): New variable.
14592         (sqrt_test_towardzero): New function.
14593         (sqrt_downward_test_data): New variable.
14594         (sqrt_test_downward): New function.
14595         (sqrt_upward_test_data): New variable.
14596         (sqrt_test_upward): New function.
14597         (main): Call the new functions.
14598
14599         * math/gen-auto-libm-tests.c: New file.
14600         * math/auto-libm-test-in: Likewise.
14601         * math/auto-libm-test-out: New generated file.
14602         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
14603         variables.
14604         (%beautify): Add generated representations of zero.
14605         (top level): Set $auto_input and call parse_auto_input.
14606         (beautify): Remove trailing "f" from hex float constants.
14607         (parse_args): Handle XFAIL_TEST.
14608         (convert_condition): New function.
14609         (or_value): Likewise.
14610         (or_cond_value): Likewise.
14611         (generate_testfile): Handle AUTO_TESTS_* lines.
14612         (parse_auto_input): New function.
14613         * math/libm-test.inc (XFAIL_TEST): New macro.
14614         (ERRNO_UNCHANGED): Update value.
14615         (ERRNO_EDOM): Likewise.
14616         (ERRNO_ERANGE): Likewise.
14617         (IGNORE_RESULT): Likewise.
14618         (TEST_COND_flt_32): New macro.
14619         (TEST_COND_dbl_64): Likewise.
14620         (TEST_COND_ldbl_96_intel): Likewise.
14621         (TEST_COND_ldbl_96_m68k): Likewise.
14622         (TEST_COND_ldbl_128): Likewise.
14623         (TEST_COND_ldbl_128ibm): Likewise.
14624         (TEST_COND_long32): Likewise.
14625         (TEST_COND_long64): Likewise.
14626         (TEST_COND_before_rounding): Likewise.
14627         (TEST_COND_after_rounding): Likewise.
14628         (enable_test): Handle XFAIL_TEST flag.
14629         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
14630         with finite results.
14631         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
14632         auto-libm-test-out.
14633
14634 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
14635             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
14636
14637         [BZ #16214]
14638         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
14639         __tls_get_addr_internal instead of __tls_get_offset in order to
14640         avoid GOT pointer dependency.  Make rtld export
14641         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
14642         __tls_get_addr since we are a __tls_get_offset platform.
14643         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
14644         GOT pointer being set up before.
14645         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
14646
14647 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
14648
14649         * manual/math.texi (Errors in Math Functions): Document accuracy
14650         goals.
14651
14652         [BZ #15004]
14653         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
14654         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
14655         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
14656         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
14657         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
14658         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
14659         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
14660         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
14661         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
14662         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
14663         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
14664         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
14665         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
14666         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
14667         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
14668         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
14669
14670         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
14671         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
14672         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
14673         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
14674         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
14675         Likewise.
14676         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
14677         Likewise.
14678         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
14679         Likewise.
14680         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
14681         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
14682         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
14683         atomic-feupdateenv and flt-rounds.
14684         * sysdeps/powerpc/nofpu/Versions (libc): Add
14685         __atomic_feholdexcept, __atomic_feclearexcept,
14686         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
14687         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
14688         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
14689         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
14690         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
14691         here.
14692         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
14693         Update.
14694
14695         * manual/arith.texi (FP Exceptions): Document that exceptions may
14696         not be raised when matherr is used.
14697         (Math Error Reporting): Document overflow in directed rounding
14698         modes.  Document that errno may not be set when finite values are
14699         returned on overflow.  Document intent to set errno on underflow
14700         only for underflow to zero.
14701
14702         [BZ #16271]
14703         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
14704         round-to-nearest then adjust result for other rounding modes.
14705         * include/fenv.h (fegetround): Use libm_hidden_proto.
14706         * math/fegetround.c (fegetround): Use libm_hidden_def.
14707         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
14708         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
14709         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
14710         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
14711         Likewise.
14712         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
14713         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
14714         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
14715         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
14716
14717 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
14718
14719         [BZ #16077]
14720         * nss/Versions (libnss_files): Add
14721         _nss_files_gethostbyname3_r.
14722         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
14723         New function.
14724         (HOST_DB_LOOKUP): Remove macro.
14725         (_nss_files_gethostbyname_r): Implement function without the
14726         HOST_DB_LOOKUP macro.
14727         (_nss_files_gethostbyname2_r): Likewise.
14728
14729 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
14730
14731         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
14732
14733 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
14734
14735         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
14736         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
14737         warning.
14738
14739 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14740
14741         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
14742         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
14743         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
14744         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
14745         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
14746         __fe_nomask_env_priv and attribute_hidden.
14747         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
14748         (libc_feupdateenv_test_ppc): Likewise.
14749         (libc_feresetround_ppc): Likewise.
14750         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
14751         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
14752         compat_symbol macro.
14753         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
14754         (__fe_nomask_env): Likewise.
14755         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
14756
14757 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
14758
14759         * string/Makefile: Remove ifunc tests.
14760         * string/test-string.h: Define TEST_IFUNC.
14761         * string/test-bcopy-ifunc.c: Remove.
14762         * string/test-bzero-ifunc.c: Likewise.
14763         * string/test-memccpy-ifunc.c: Likewise.
14764         * string/test-memchr-ifunc.c: Likewise.
14765         * string/test-memcmp-ifunc.c: Likewise.
14766         * string/test-memcpy-ifunc.c: Likewise.
14767         * string/test-memmem-ifunc.c: Likewise.
14768         * string/test-memmove-ifunc.c: Likewise.
14769         * string/test-mempcpy-ifunc.c: Likewise.
14770         * string/test-memrchr-ifunc.c: Likewise.
14771         * string/test-memset-ifunc.c: Likewise.
14772         * string/test-rawmemchr-ifunc.c: Likewise.
14773         * string/test-stpcpy-ifunc.c: Likewise.
14774         * string/test-stpncpy-ifunc.c: Likewise.
14775         * string/test-strcasecmp-ifunc.c: Likewise.
14776         * string/test-strcasestr-ifunc.c: Likewise.
14777         * string/test-strcat-ifunc.c: Likewise.
14778         * string/test-strchr-ifunc.c: Likewise.
14779         * string/test-strchrnul-ifunc.c: Likewise.
14780         * string/test-strcmp-ifunc.c: Likewise.
14781         * string/test-strcpy-ifunc.c: Likewise.
14782         * string/test-strcspn-ifunc.c: Likewise.
14783         * string/test-strlen-ifunc.c: Likewise.
14784         * string/test-strncasecmp-ifunc.c: Likewise.
14785         * string/test-strncat-ifunc.c: Likewise.
14786         * string/test-strncmp-ifunc.c: Likewise.
14787         * string/test-strncpy-ifunc.c: Likewise.
14788         * string/test-strnlen-ifunc.c: Likewise.
14789         * string/test-strpbrk-ifunc.c: Likewise.
14790         * string/test-strrchr-ifunc.c: Likewise.
14791         * string/test-strspn-ifunc.c: Likewise.
14792         * string/test-strstr-ifunc.c: Likewise.
14793
14794 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
14795
14796         * benchtests/Makefile: Remove ifunc tests.
14797         * benchtests/bench-string.h: Define TEST_IFUNC.
14798         * benchtests/bench-bcopy-ifunc.c: Remove.
14799         * benchtests/bench-bzero-ifunc.c: Likewise.
14800         * benchtests/bench-memccpy-ifunc.c: Likewise.
14801         * benchtests/bench-memchr-ifunc.c: Likewise.
14802         * benchtests/bench-memcmp-ifunc.c: Likewise.
14803         * benchtests/bench-memcpy-ifunc.c: Likewise.
14804         * benchtests/bench-memmem-ifunc.c: Likewise.
14805         * benchtests/bench-memmove-ifunc.c: Likewise.
14806         * benchtests/bench-mempcpy-ifunc.c: Likewise.
14807         * benchtests/bench-memrchr-ifunc.c: Likewise.
14808         * benchtests/bench-memset-ifunc.c: Likewise.
14809         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
14810         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
14811         * benchtests/bench-stpcpy-ifunc.c: Likewise.
14812         * benchtests/bench-stpncpy-ifunc.c: Likewise.
14813         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
14814         * benchtests/bench-strcasestr-ifunc.c: Likewise.
14815         * benchtests/bench-strcat-ifunc.c: Likewise.
14816         * benchtests/bench-strchr-ifunc.c: Likewise.
14817         * benchtests/bench-strchrnul-ifunc.c: Likewise.
14818         * benchtests/bench-strcmp-ifunc.c: Likewise.
14819         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
14820         * benchtests/bench-strcpy-ifunc.c: Likewise.
14821         * benchtests/bench-strcspn-ifunc.c: Likewise.
14822         * benchtests/bench-strlen-ifunc.c: Likewise.
14823         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
14824         * benchtests/bench-strncat-ifunc.c: Likewise.
14825         * benchtests/bench-strncmp-ifunc.c: Likewise.
14826         * benchtests/bench-strncpy-ifunc.c: Likewise.
14827         * benchtests/bench-strnlen-ifunc.c: Likewise.
14828         * benchtests/bench-strpbrk-ifunc.c: Likewise.
14829         * benchtests/bench-strrchr-ifunc.c: Likewise.
14830         * benchtests/bench-strsep-ifunc.c: Likewise.
14831         * benchtests/bench-strspn-ifunc.c: Likewise.
14832         * benchtests/bench-strstr-ifunc.c: Likewise.
14833
14834 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
14835
14836         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
14837
14838 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
14839
14840         * resolv/netdb.h: Use __glibc_reserved instead __unused.
14841         * rt/aio.h: Likewise.
14842         * sysdeps/gnu/bits/utmp.h: Likewise.
14843         * sysdeps/gnu/bits/utmpx.h: Likewise.
14844         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
14845         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
14846         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
14847         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
14848         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
14849         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
14850         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
14851         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
14852         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
14853         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
14854         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
14855         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
14856         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
14857         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
14858         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
14859         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
14860         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
14861         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
14862         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
14863         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
14864         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
14865         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
14866         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
14867         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
14868         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
14869         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
14870         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
14871         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
14872         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
14873         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
14874         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
14875         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
14876         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
14877         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
14878         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
14879         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
14880         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
14881         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
14882         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
14883         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
14884         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
14885         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
14886
14887 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
14888
14889         [BZ #16245]
14890         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
14891         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
14892
14893 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
14894
14895         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
14896         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
14897         Likewise.
14898
14899 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14900
14901         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
14902         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
14903         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
14904         (__fesetround): Remove define.
14905         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
14906         rounding and exceptions handling.
14907         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
14908         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
14909         (__fe_nomask_env): Likewise.
14910         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
14911         __fegetround instead of fegetround.
14912         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
14913         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
14914
14915 2013-11-21  Roland McGrath  <roland@hack.frob.com>
14916
14917         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
14918         it's there.
14919
14920         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
14921
14922 2013-11-21  Meador Inge  <meadori@codesourcery.com>
14923
14924         [BZ #11157]
14925         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
14926         (encrypt_r): Likewise.
14927         * malloc/obstack.h (obstack_free): Likewise.
14928         * posix/unistd.h (encrypt): Likewise.
14929
14930 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
14931
14932         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
14933         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
14934         DL_CALL_DT_FINI() that call the functions directly.
14935         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
14936         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
14937         * elf/dl-fini.c: Likewise.
14938
14939 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
14940
14941         * malloc/hooks.c (memalign_check): Add alignment rounding.
14942         * malloc/malloc.c (_mid_memalign): New function.
14943         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
14944         Implement by calling _mid_memalign.
14945         * manual/probes.texi (Memory Allocation Probes): Remove
14946         memory_valloc_retry and memory_pvalloc_retry.
14947
14948 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
14949
14950         * locale/programs/locarchive.c (open_archive): Add const
14951         qualifier to ARCHIVEFNAME and copy default fname to
14952         DEFAULT_FNAME.
14953
14954         [BZ #15601]
14955         * libio/tst-widetext.input: Rename Oriya to Odia.
14956         * locale/iso-639.def: Likewise.
14957
14958         * manual/probes.texi (Mathematical Function Probes): Add
14959         documentation for sin, cos, asin and acos probes.
14960         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
14961         (__sin32): Add slowasin probe.
14962         (__cos32): Add slowacos probe.
14963         (__mpsin): Add slowsin probe.
14964         (__mpcos): Add slowcos probe.
14965
14966 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
14967
14968         [BZ #15483]
14969         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
14970         thread-local __sim_exceptions_thread and global
14971         __sim_exceptions_global.
14972         (__sim_disabled_exceptions): Change to thread-local
14973         __sim_disabled_exceptions_thread and global
14974         __sim_disabled_exceptions_global.
14975         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
14976         and global __sim_round_mode_global.
14977         (__simulate_exceptions): Use thread-local floating-point state and
14978         set global state from it as needed.
14979         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
14980         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
14981         __sim_round_mode_thread.
14982         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
14983         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
14984         and global __sim_exceptions_global.
14985         (__sim_disabled_exceptions): Change to thread-local
14986         __sim_disabled_exceptions_thread and global
14987         __sim_disabled_exceptions_global.
14988         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
14989         and global __sim_round_mode_global.
14990         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
14991         (SIM_SET_GLOBAL): Likewise.
14992         * sysdeps/powerpc/soft-fp/sfp-machine.h
14993         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
14994         __sim_round_mode_thread.
14995         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
14996         __sim_disabled_exceptions_thread.
14997         (__sim_exceptions): Change to __sim_exceptions_thread.
14998         (__sim_disabled_exceptions): Change to
14999         __sim_disabled_exceptions_thread.
15000         (__sim_round_mode): Change to __sim_round_mode_thread.
15001         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
15002         thread-local floating-point state and set global state from it as
15003         needed.
15004         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
15005         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
15006         (__sim_disabled_exceptions): Remove extern declaration.
15007         (feenableexcept): Use thread-local floating-point state and set
15008         global state from it as needed.
15009         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
15010         extern declaration.
15011         (__sim_disabled_exceptions): Likewise.
15012         (__sim_round_mode): Likewise.
15013         (__fegetenv): Use thread-local floating-point state.
15014         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
15015         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
15016         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
15017         floating-point state and set global state from it as needed.
15018         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
15019         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
15020         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
15021         Likewise.
15022         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
15023         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
15024         Likewise.
15025         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
15026         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
15027         Use __sim_round_mode_thread.
15028         * math/test-fenv-tls.c: New file.
15029         * math/Makefile (tests): Add test-fenv-tls.
15030         ($(objpfx)test-fenv-tls): Depend on
15031         $(common-objpfx)nptl/libpthread.so.
15032
15033 2013-11-19  Andreas Schwab  <schwab@suse.de>
15034
15035         * locale/programs/locale.c (show_info): Decode wordarray elements.
15036         * locale/categories.def (LC_MONETARY): Add element for
15037         _NL_MONETARY_CRNCYSTR.
15038         * locale/C-monetary.c (conversion_rate): New variable.
15039         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
15040         element.
15041
15042 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
15043
15044         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
15045         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
15046
15047 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
15048
15049         * elf/Makefile (tst-auxv): New test.
15050         * elf/tst-auxv.c: New
15051         * elf/rtld.c (dl_main): Adjust AT_EXECFN
15052
15053 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
15054
15055         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
15056         (hidden_proto): Caller changed.
15057         (hidden_tls_proto): New macro.
15058         (libc_hidden_tls_proto): Likewise.
15059         (rtld_hidden_tls_proto): Likewise.
15060         (libm_hidden_tls_proto): Likewise.
15061         (libresolv_hidden_tls_proto): Likewise.
15062         (librt_hidden_tls_proto): Likewise.
15063         (libdl_hidden_tls_proto): Likewise.
15064         (libnss_files_hidden_tls_proto): Likewise.
15065         (libnsl_hidden_tls_proto): Likewise.
15066         (libnss_nisplus_hidden_tls_proto): Likewise.
15067         (libutil_hidden_tls_proto): Likewise.
15068
15069 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
15070
15071         [BZ #10253]
15072         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
15073         (decompose_rpath): Defer expansion to fillin_rpath.
15074         (_dl_init_paths): Pass linkmap to fillin_rpath.
15075
15076 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
15077
15078         * benchtests/Makefile: Add strsep.
15079         * benchtests/bench-strsep.c: New file: strsep benchtest.
15080         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
15081
15082 2013-11-18  Andreas Schwab  <schwab@suse.de>
15083
15084         * locale/programs/locale.c (show_info) [case byte]: Check for
15085         '\377' instead of '\177'.
15086         * locale/C-monetary.c (not_available): Always use "\377".
15087         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
15088         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
15089         detect unavailable sign_posn locale elements.
15090         * locale/localeconv.c (__localeconv): For grouping and
15091         mon_grouping handle "\177" and "\377" like no grouping.
15092         (INT_ELEM): New macro.  Use it to set all numeric members.
15093         * locale/programs/ld-monetary.c (monetary_read)
15094         <tok_mon_grouping>: Normalize single -1 to the empty string.
15095         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
15096         Likewise.
15097
15098 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
15099
15100         [BZ #16055]
15101         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
15102         when we match (nil).
15103         * stdio-common/tst-sscanf.c (struct test): Add testcase.
15104
15105 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
15106
15107         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
15108         (NO_TEST_INLINE): Update value.
15109         (ERRNO_UNCHANGED): Likewise.
15110         (ERRNO_EDOM): Likewise.
15111         (ERRNO_ERANGE): Likewise.
15112         (IGNORE_RESULT): Likewise.
15113         (check_float_internal): Check signs of NaN results if
15114         TEST_NAN_SIGN used.
15115         (check_complex): Pass TEST_NAN_SIGN flag through to second
15116         check_float_internal call.
15117         (copysign_test_data): Add tests with quiet NaNs as second
15118         argument.  Use TEST_NAN_SIGN.
15119         (fabs_test_data): Add test of negative quiet NaN argument.  Use
15120         TEST_NAN_SIGN.
15121         (signbit_test_data): Add tests of quiet NaN argument.
15122         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
15123
15124         * math/gen-libm-test.pl (show_exceptions): Take extra argument
15125         $ignore_result.
15126         (parse_args): Handle function results specified as IGNORE.
15127         * math/libm-test.inc (IGNORE_RESULT): New macro.
15128         (check_float_internal): Do not check numerical result if flag
15129         IGNORE_RESULT set.
15130         (check_complex): Pass through IGNORE_RESULT to second
15131         check_float_internal call.
15132         (check_int): Do not check numerical result if flag IGNORE_RESULT
15133         set.
15134         (check_long): Likewise.
15135         (check_bool): Likewise.
15136         (check_longlong): Likewise.
15137         (lrint_test_data): Add tests of infinite and NaN arguments.
15138         (lrint_tonearest_test_data): Likewise.
15139         (lrint_towardzero_test_data): Likewise.
15140         (lrint_downward_test_data): Likewise.
15141         (lrint_upward_test_data): Likewise.
15142         (llrint_test_data): Likewise.
15143         (llrint_tonearest_test_data): Likewise.
15144         (llrint_towardzero_test_data): Likewise.
15145         (llrint_downward_test_data): Likewise.
15146         (llrint_upward_test_data): Likewise.
15147         (lround_test_data): Likewise.
15148         (llround_test_data): Likewise.
15149
15150         * math/libm-test.inc (NO_TEST_INLINE): New macro.
15151         (ERRNO_UNCHANGED): Update value.
15152         (ERRNO_EDOM): Likewise.
15153         (ERRNO_ERANGE): Likewise.
15154         (NO_TEST_INLINE_FLOAT): New macro.
15155         (NO_TEST_INLINE_DOUBLE): Likewise.
15156         (enable_test): New function.
15157         (RUN_TEST_f_f): Check enable_test before running test.
15158         (RUN_TEST_2_f): Likewise.
15159         (RUN_TEST_fff_f): Likewise.
15160         (RUN_TEST_c_f): Likewise.
15161         (RUN_TEST_f_f1): Likewise.
15162         (RUN_TEST_fF_f1): Likewise.
15163         (RUN_TEST_fI_f1): Likewise.
15164         (RUN_TEST_ffI_f1): Likewise.
15165         (RUN_TEST_c_c): Likewise.
15166         (RUN_TEST_cc_c): Likewise.
15167         (RUN_TEST_f_i): Likewise.
15168         (RUN_TEST_f_i_tg): Likewise.
15169         (RUN_TEST_ff_i_tg): Likewise.
15170         (RUN_TEST_f_b): Likewise.
15171         (RUN_TEST_f_b_tg): Likewise.
15172         (RUN_TEST_f_l): Likewise.
15173         (RUN_TEST_f_L): Likewise.
15174         (RUN_TEST_fFF_11): Likewise.
15175         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
15176         conditionals.
15177         (cosh_test_data): Likewise.
15178         (exp_test_data): Likewise.
15179         (expm1_test_data): Likewise.
15180         (hypot_test_data): Likewise.
15181         (pow_test_data): Likewise.
15182         (sinh_test_data): Likewise.
15183         (tanh_test_data): Likewise.
15184         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
15185         flags argument.
15186
15187         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
15188         tests with quiet NaN input and output.
15189         (acosh_test_data): Likewise.
15190         (asin_test_data): Likewise.
15191         (asinh_test_data): Likewise.
15192         (atan_test_data): Likewise.
15193         (atanh_test_data): Likewise.
15194         (atan2_test_data): Likewise.
15195         (cbrt_test_data): Likewise.
15196         (cos_test_data): Likewise.
15197         (cosh_test_data): Likewise.
15198         (erf_test_data): Likewise.
15199         (erfc_test_data): Likewise.
15200         (exp_test_data): Likewise.
15201         (exp10_test_data): Likewise.
15202         (exp2_test_data): Likewise.
15203         (expm1_test_data): Likewise.
15204         (hypot_test_data): Likewise.
15205         (j0_test_data): Likewise.
15206         (j1_test_data): Likewise.
15207         (jn_test_data): Likewise.
15208         (lgamma_test_data): Likewise.
15209         (log_test_data): Likewise.
15210         (log10_test_data): Likewise.
15211         (log1p_test_data): Likewise.
15212         (log2_test_data): Likewise.
15213         (pow_test_data): Likewise.
15214         (scalb_test_data): Likewise.
15215         (sin_test_data): Likewise.
15216         (sincos_test_data): Likewise.
15217         (sinh_test_data): Likewise.
15218         (tan_test_data): Likewise.
15219         (tanh_test_data): Likewise.
15220         (tgamma_test_data): Likewise.
15221         (y0_test_data): Likewise.
15222         (y1_test_data): Likewise.
15223         (yn_test_data): Likewise.
15224
15225         [BZ #16167]
15226         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
15227         argument being NaN and avoid computations with second argument in
15228         that case.
15229         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
15230         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
15231         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
15232
15233 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
15234
15235         * locale/iso-639.def: Add Chitwani Tharu (the).
15236
15237 2013-11-14  Andreas Schwab  <schwab@suse.de>
15238
15239         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
15240         word instead of empty string.
15241
15242 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15243
15244         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
15245         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
15246         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
15247         (__fe_nomask_env): Likewise.
15248
15249 2013-11-13  Steve Ellcey  <sellcey@mips.com>
15250
15251         * benchtests/bench-timing.h: Include time.h.
15252
15253 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
15254
15255         [BZ #15997]
15256         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
15257         to 3.4.0 for x32.
15258         * sysdeps/unix/sysv/linux/configure: Regenerated.
15259
15260 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
15261
15262         [BZ #16151]
15263         * stdlib/strtod_l.c (round_and_return): Do not consider
15264         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
15265         exponent one less than half the least subnormal exponent.
15266         * stdlib/test-strtod-round-data: Add more tests.
15267         * stdlib/tst-strtod-round.c (tests): Regenerated.
15268
15269 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15270
15271         [BZ #14143]
15272         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
15273         (__fe_mask_env): Likewise.
15274         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
15275         libm_hidden_proto and add function prototype.
15276         (__fe_mask_env): Add function prototype.
15277         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
15278         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
15279         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
15280         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
15281         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
15282         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
15283
15284 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
15285
15286         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
15287         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
15288
15289 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
15290
15291         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
15292         of htab_find_slot().
15293
15294 2013-11-11  David S. Miller  <davem@davemloft.net>
15295
15296         [BZ #16150]
15297         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
15298         symbol in the non-vis3 case in static builds.
15299         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
15300         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
15301         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
15302         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
15303
15304 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
15305
15306         [BZ #387]
15307         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
15308         it is empty.
15309
15310 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15311
15312         * benchtests/Makefile: Add bench-strtod.
15313         * benchtests/bench-strtod.c: New file: strtod benchtest
15314
15315 2013-11-11  Andreas Schwab  <schwab@suse.de>
15316
15317         [BZ #16153]
15318         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
15319         terminating NUL in key length.
15320
15321 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15322
15323         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
15324         Add artificial ODP entry for vDSO symbol for PPC64.
15325         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
15326         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
15327
15328 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
15329
15330         [BZ #15374]
15331         * nss/getent.c (services_keys): Recognize services starting with digit.
15332
15333 2013-11-06  David S. Miller  <davem@davemloft.net>
15334
15335         [BZ #15985]
15336         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
15337         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
15338
15339 2013-11-06  Will Newton  <will.newton@linaro.org>
15340
15341         * manual/memory.texi (Malloc Examples): Remove register
15342         keyword from examples.
15343
15344 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
15345
15346         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
15347
15348 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
15349
15350         [BZ #6981]
15351         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
15352         depending on [__GCC_IEC_559 > 0].
15353         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
15354         depending on [__GCC_IEC_559_COMPLEX > 0].
15355
15356 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
15357
15358         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
15359         to iso-639.def.
15360
15361 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
15362
15363         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
15364
15365 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
15366
15367         [BZ #16112]
15368         * malloc/malloc (malloc_info): Do not handle first bin as
15369         special case.
15370
15371 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
15372
15373         * locale/iso-639.def: Add Central Nahuatl (nhn).
15374
15375 2013-11-01  Bruno Haible  <bruno@clisp.org>
15376
15377         [BZ #7003]
15378         * manual/math.texi (BSD Random): Specify range upper bound as
15379         in POSIX.
15380
15381 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
15382
15383         * locale/iso-639.def: Add Meadow Mari (mhr).
15384
15385 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
15386
15387         [BZ #14752], [BZ #15763]
15388         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
15389         Validate name.
15390         * rt/tst_shm.c: Add test for escaping directory.
15391
15392 2013-10-31  Andreas Schwab  <schwab@suse.de>
15393
15394         [BZ #15917]
15395         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
15396         followed by 'x' as part of digit sequence.
15397         * stdio-common/tst-sscanf.c (double_tests2): New tests.
15398
15399 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
15400
15401         [BZ #16037]
15402         * configure.ac: allow GNU Make 4.0 and greater.
15403         * configure: Regenerated.
15404
15405 2013-10-30  Will Newton  <will.newton@linaro.org>
15406
15407         [BZ #16038]
15408         * malloc/hooks.c (memalign_check): Limit alignment to the
15409         maximum representable power of two.
15410         * malloc/malloc.c (__libc_memalign): Likewise.
15411         * malloc/tst-memalign.c (do_test): Add test for very
15412         large alignment values.
15413         * malloc/tst-posix_memalign.c (do_test): Likewise.
15414
15415 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
15416
15417         [BZ #11087]
15418         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
15419         (munmap_chunk): Likewise.
15420         (mremap_chunk): Likewise.
15421
15422 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
15423
15424         [BZ #15799]
15425         * stdlib/div.c (div): Remove obsolete code.
15426         * stdlib/ldiv.c (ldiv): Likewise.
15427         * stdlib/lldiv.c (lldiv): Likewise.
15428
15429 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
15430
15431         [BZ #16071]
15432         * nss/nss_files/files-XXX.c (get_contents_ret): New
15433         enumerator.
15434         (get_contents): New function.
15435         (internal_getent): Use it.  Expand size of LINEBUFLEN.
15436
15437 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
15438
15439         * configure.in: Moved to ...
15440         * configure.ac: ... here. Change reference to configure.in
15441         to configure.ac.
15442         * sysdeps/arm/preconfigure.ac: ... here.
15443         configure.in to configure.ac.
15444         * sysdeps/gnu/configure.in: Moved to ...
15445         * sysdeps/gnu/configure.ac: ... here.
15446         * sysdeps/i386/configure.in: Moved to ...
15447         * sysdeps/i386/configure.ac: ... here.
15448         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
15449         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
15450         * sysdeps/mach/configure.in: Moved to ...
15451         * sysdeps/mach/configure.ac: ... here.
15452         * sysdeps/mach/hurd/configure.in: Moved to ...
15453         * sysdeps/mach/hurd/configure.ac: ... here.
15454         * sysdeps/powerpc/configure.in: Moved to ...
15455         * sysdeps/powerpc/configure.ac: ... here.
15456         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
15457         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
15458         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
15459         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
15460         * sysdeps/s390/s390-32/configure.in: Moved to ...
15461         * sysdeps/s390/s390-32/configure.ac: ... here.
15462         * sysdeps/s390/s390-64/configure.in: Moved to ...
15463         * sysdeps/s390/s390-64/configure.ac: ... here.
15464         * sysdeps/sh/configure.in: Moved to ...
15465         * sysdeps/sh/configure.ac: ... here.
15466         * sysdeps/sparc/configure.in: Moved to ...
15467         * sysdeps/sparc/configure.ac: ... here.
15468         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
15469         * sysdeps/unix/sysv/linux/configure.ac: ... here.
15470         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
15471         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
15472         * sysdeps/x86_64/configure.in: Moved to ...
15473         * sysdeps/x86_64/configure.ac: ... here.
15474         * sysdeps/x86_64/preconfigure.in: Moved to ...
15475         * sysdeps/x86_64/preconfigure.ac: ... here.
15476         * aclocal.m4: Change reference to configure.in to configure.ac.
15477         * config.h.in: Likewise.
15478         * manual/install.texi: Likewise.
15479         * manual/maint.texi: Likewise.
15480         * Makefile: Likewise.
15481         * malloc/Makefile: Likewise.
15482         * nscd/Makefile: Likewise.
15483         * Makeconfig: Change reference to configure.in and
15484         preconfigure.in to configure.ac and preconfigure.ac
15485         respectively.
15486         * INSTALL: Regenerated.
15487         * configure: Likewise.
15488         * sysdeps/gnu/configure: Likewise.
15489         * sysdeps/i386/configure: Likewise.
15490         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
15491         * sysdeps/mach/configure: Likewise.
15492         * sysdeps/mach/hurd/configure: Likewise.
15493         * sysdeps/powerpc/configure: Likewise.
15494         * sysdeps/powerpc/powerpc32/configure: Likewise.
15495         * sysdeps/powerpc/powerpc64/configure: Likewise.
15496         * sysdeps/s390/s390-32/configure: Likewise.
15497         * sysdeps/s390/s390-64/configure: Likewise.
15498         * sysdeps/sh/configure: Likewise.
15499         * sysdeps/sparc/configure: Likewise.
15500         * sysdeps/unix/sysv/linux/configure: Likewise.
15501         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
15502         * sysdeps/x86_64/configure: Likewise.
15503         * sysdeps/x86_64/preconfigure: Likewise.
15504
15505 2013-10-29  Andreas Schwab  <schwab@suse.de>
15506
15507         * stdio-common/Makefile (tst-swscanf-ENV): Define.
15508
15509 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
15510
15511         * benchtests/pow-inputs: Add new inputs.
15512
15513         * benchtests/exp-inputs: Add new inputs.
15514
15515         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
15516         conditional check for return value.
15517         (__cos32): Likewise.
15518
15519 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15520
15521         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
15522         to provide a boost for large inputs with word alignment.
15523         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
15524         implementation based on optimized PPC64 strcpy.
15525         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
15526         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
15527         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
15528         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
15529
15530 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
15531
15532         [BZ #2801]
15533         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
15534
15535 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
15536
15537         [BZ #14876]
15538         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
15539         * time/tst-strptime.c (day_tests): Add testcase.
15540
15541 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
15542
15543         [BZ #14029]
15544         * manual/pattern.texi: Acknowledge that fnmatch can fail.
15545
15546 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
15547
15548         [BZ #16074]
15549         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
15550         MAP_FAILED on error.
15551
15552 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
15553
15554         [BZ #16072]
15555         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
15556         heap for large requests.
15557
15558 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
15559
15560         [BZ #9954]
15561         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
15562         result if the result has no associated interface.
15563         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
15564         interface for all 127.X.Y.Z addresses.
15565
15566 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
15567
15568         * locale/iso-639.def: Add Ligurian (lij)
15569
15570 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
15571
15572         [BZ #15825]
15573         * sunrpc/rpc_main.c: Document rpcgen -5.
15574
15575 2013-10-19  Michael Stahl  <mstahl@redhat.com>
15576
15577         * elf/rtld.c (do_preload): Print the reason why preloading failed.
15578
15579 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
15580
15581         [BZ #10278]
15582         * posix/glob.c: Match only directories when trailing slash is present.
15583         * posix/tst-gnuglob.c (my_opendir): Do not open files.
15584         (main): Add testcase.
15585
15586 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
15587
15588         [BZ #15670]
15589         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
15590
15591 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
15592
15593         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
15594         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
15595         AUTH_DES and cindex for FIPS 140-2.
15596         (DES Encryption): Add cindex FIPS 46-3.
15597
15598         * locale/locarchive.h (struct locarhandle): Add fname.
15599         * locale/programs/localedef.c (main): Pass ARGV[remaining]
15600         if an optional argument was specified to --list-archive,
15601         otherwise NULL.
15602         * locale/programs/locarchive.c (show_archive_content): Take new
15603         argument fname and pass it via ah.fname to open_archive.
15604         * locale/programs/localedef.h: Update decl.
15605         (open_archive): If AH->fname is non-null, open that file
15606         rather than the default file name, and don't ignore ENOENT.
15607         (create_archive): Set AH.fname to NULL.
15608         (delete_locales_from_archive): Likewise.
15609         (add_locales_to_archive): Likewise.
15610         * locale/programs/locfile.c (write_all_categories): Likewise.
15611
15612 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
15613             Aldy Hernandez  <aldyh@redhat.com>
15614
15615         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
15616         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
15617         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
15618         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
15619         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
15620         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
15621         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
15622         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
15623         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
15624         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
15625         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
15626         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
15627         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
15628         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
15629         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
15630         Likewise.
15631         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
15632         Likewise.
15633         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
15634         Likewise.
15635         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
15636         Likewise.
15637         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
15638         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
15639         Likewise.
15640         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
15641         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
15642         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
15643         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
15644         Likewise.
15645         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
15646         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
15647         * sysdeps/powerpc/preconfigure: Likewise.
15648         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
15649         Likewise.
15650         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
15651         Replace contents of file by #include of <fenv_libc.h>.
15652         * sysdeps/powerpc/soft-fp/sfp-machine.h
15653         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
15654         and <sys/prctl.h>.
15655         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
15656         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
15657         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
15658         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
15659         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
15660         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
15661         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
15662         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
15663         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
15664         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
15665         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
15666         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
15667         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
15668         Allow copysignl PLT reference to be missing.
15669
15670 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
15671             Joseph Myers  <joseph@codesourcery.com
15672
15673         [BZ #15948]
15674         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
15675         single character.
15676         (add_to_tablewc): Assert sequence of wide characters is nonempty.
15677
15678 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
15679
15680         * elf/tst-tls-dlinfo.c: Don't include tls.h.
15681         * elf/tst-tls1.c: Likewise.
15682         * elf/tst-tls10.h: Likewise.
15683         * elf/tst-tls14.c: Likewise.
15684         * elf/tst-tls2.c: Likewise.
15685         * elf/tst-tls3.c: Likewise.
15686         * elf/tst-tls4.c: Likewise.
15687         * elf/tst-tls5.c: Likewise.
15688         * elf/tst-tls6.c: Likewise.
15689         * elf/tst-tls7.c: Likewise.
15690         * elf/tst-tls8.c: Likewise.
15691         * elf/tst-tls9.c: Likewise.
15692         * elf/tst-tlsmod1.c: Likewise.
15693         * elf/tst-tlsmod13.c: Likewise.
15694         * elf/tst-tlsmod13a.c: Likewise.
15695         * elf/tst-tlsmod14a.c: Likewise.
15696         * elf/tst-tlsmod16a.c: Likewise.
15697         * elf/tst-tlsmod16b.c: Likewise.
15698         * elf/tst-tlsmod2.c: Likewise.
15699         * elf/tst-tlsmod3.c: Likewise.
15700         * elf/tst-tlsmod4.c: Likewise.
15701         * elf/tst-tlsmod5.c: Likewise.
15702         * elf/tst-tlsmod6.c: Likewise.
15703
15704 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
15705
15706         [BZ #12486]
15707         * malloc/malloc.c: remove checks for statistics.
15708
15709 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
15710
15711         [BZ #15277]
15712         * inet/inet_net.c (inet_network): Detect additional invalid strings.
15713         * inet/tst-network.c: Add testcase.
15714
15715 2013-10-17  Andreas Schwab  <schwab@suse.de>
15716
15717         [BZ #15218]
15718         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
15719         to determine canonical name.
15720
15721 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
15722
15723         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
15724         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
15725         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
15726         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
15727         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
15728         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
15729         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
15730         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
15731         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
15732         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
15733         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
15734         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
15735         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
15736         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
15737         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
15738         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
15739         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
15740         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
15741         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
15742         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
15743         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
15744         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
15745         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
15746         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
15747         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
15748         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
15749         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
15750         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
15751         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
15752         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
15753         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
15754         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
15755         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
15756         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
15757         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
15758         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
15759         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
15760         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
15761         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
15762         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
15763         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
15764         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
15765         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
15766         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
15767         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
15768         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
15769         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
15770         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
15771         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
15772         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
15773         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
15774         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
15775         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
15776         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
15777         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
15778         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
15779         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
15780         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
15781
15782 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
15783
15784         [BZ #16041]
15785         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
15786         make result into a quiet NaN.
15787
15788 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
15789
15790         * soft-fp/adddf3.c: Fix horizontal whitespace.
15791         * soft-fp/addsf3.c: Likewise.
15792         * soft-fp/addtf3.c: Likewise.
15793         * soft-fp/divdf3.c: Likewise.
15794         * soft-fp/divsf3.c: Likewise.
15795         * soft-fp/divtf3.c: Likewise.
15796         * soft-fp/double.h: Likewise.
15797         * soft-fp/eqdf2.c: Likewise.
15798         * soft-fp/eqsf2.c: Likewise.
15799         * soft-fp/eqtf2.c: Likewise.
15800         * soft-fp/extenddftf2.c: Likewise.
15801         * soft-fp/extended.h: Likewise.
15802         * soft-fp/extendsfdf2.c: Likewise.
15803         * soft-fp/extendsftf2.c: Likewise.
15804         * soft-fp/extendxftf2.c: Likewise.
15805         * soft-fp/fixdfdi.c: Likewise.
15806         * soft-fp/fixdfsi.c: Likewise.
15807         * soft-fp/fixdfti.c: Likewise.
15808         * soft-fp/fixsfdi.c: Likewise.
15809         * soft-fp/fixsfsi.c: Likewise.
15810         * soft-fp/fixsfti.c: Likewise.
15811         * soft-fp/fixtfdi.c: Likewise.
15812         * soft-fp/fixtfsi.c: Likewise.
15813         * soft-fp/fixtfti.c: Likewise.
15814         * soft-fp/fixunsdfdi.c: Likewise.
15815         * soft-fp/fixunsdfsi.c: Likewise.
15816         * soft-fp/fixunsdfti.c: Likewise.
15817         * soft-fp/fixunssfdi.c: Likewise.
15818         * soft-fp/fixunssfsi.c: Likewise.
15819         * soft-fp/fixunssfti.c: Likewise.
15820         * soft-fp/fixunstfdi.c: Likewise.
15821         * soft-fp/fixunstfsi.c: Likewise.
15822         * soft-fp/fixunstfti.c: Likewise.
15823         * soft-fp/floatdidf.c: Likewise.
15824         * soft-fp/floatdisf.c: Likewise.
15825         * soft-fp/floatditf.c: Likewise.
15826         * soft-fp/floatsidf.c: Likewise.
15827         * soft-fp/floatsisf.c: Likewise.
15828         * soft-fp/floatsitf.c: Likewise.
15829         * soft-fp/floattidf.c: Likewise.
15830         * soft-fp/floattisf.c: Likewise.
15831         * soft-fp/floattitf.c: Likewise.
15832         * soft-fp/floatundidf.c: Likewise.
15833         * soft-fp/floatundisf.c: Likewise.
15834         * soft-fp/floatunditf.c: Likewise.
15835         * soft-fp/floatunsidf.c: Likewise.
15836         * soft-fp/floatunsisf.c: Likewise.
15837         * soft-fp/floatunsitf.c: Likewise.
15838         * soft-fp/floatuntidf.c: Likewise.
15839         * soft-fp/floatuntisf.c: Likewise.
15840         * soft-fp/floatuntitf.c: Likewise.
15841         * soft-fp/fmadf4.c: Likewise.
15842         * soft-fp/fmasf4.c: Likewise.
15843         * soft-fp/fmatf4.c: Likewise.
15844         * soft-fp/gedf2.c: Likewise.
15845         * soft-fp/gesf2.c: Likewise.
15846         * soft-fp/getf2.c: Likewise.
15847         * soft-fp/ledf2.c: Likewise.
15848         * soft-fp/lesf2.c: Likewise.
15849         * soft-fp/letf2.c: Likewise.
15850         * soft-fp/muldf3.c: Likewise.
15851         * soft-fp/mulsf3.c: Likewise.
15852         * soft-fp/multf3.c: Likewise.
15853         * soft-fp/negdf2.c: Likewise.
15854         * soft-fp/negsf2.c: Likewise.
15855         * soft-fp/negtf2.c: Likewise.
15856         * soft-fp/op-1.h: Likewise.
15857         * soft-fp/op-2.h: Likewise.
15858         * soft-fp/op-4.h: Likewise.
15859         * soft-fp/op-8.h: Likewise.
15860         * soft-fp/op-common.h: Likewise.
15861         * soft-fp/quad.h: Likewise.
15862         * soft-fp/single.h: Likewise.
15863         * soft-fp/soft-fp.h: Likewise.
15864         * soft-fp/sqrtdf2.c: Likewise.
15865         * soft-fp/sqrtsf2.c: Likewise.
15866         * soft-fp/sqrttf2.c: Likewise.
15867         * soft-fp/subdf3.c: Likewise.
15868         * soft-fp/subsf3.c: Likewise.
15869         * soft-fp/subtf3.c: Likewise.
15870         * soft-fp/truncdfsf2.c: Likewise.
15871         * soft-fp/trunctfdf2.c: Likewise.
15872         * soft-fp/trunctfsf2.c: Likewise.
15873         * soft-fp/trunctfxf2.c: Likewise.
15874         * soft-fp/unorddf2.c: Likewise.
15875         * soft-fp/unordsf2.c: Likewise.
15876         * soft-fp/unordtf2.c: Likewise.
15877
15878 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
15879
15880         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
15881         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
15882
15883 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
15884
15885         * elf/dl-libc.c: Clear initfini list after freeing.
15886
15887 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
15888
15889         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
15890         * soft-fp/addsf3.c: Likewise.
15891         * soft-fp/addtf3.c: Likewise.
15892         * soft-fp/divdf3.c: Likewise.
15893         * soft-fp/divsf3.c: Likewise.
15894         * soft-fp/divtf3.c: Likewise.
15895         * soft-fp/double.h: Likewise.
15896         * soft-fp/eqdf2.c: Likewise.
15897         * soft-fp/eqsf2.c: Likewise.
15898         * soft-fp/eqtf2.c: Likewise.
15899         * soft-fp/extenddftf2.c: Likewise.
15900         * soft-fp/extended.h: Likewise.
15901         * soft-fp/extendsfdf2.c: Likewise.
15902         * soft-fp/extendsftf2.c: Likewise.
15903         * soft-fp/extendxftf2.c: Likewise.
15904         * soft-fp/fixdfdi.c: Likewise.
15905         * soft-fp/fixdfsi.c: Likewise.
15906         * soft-fp/fixdfti.c: Likewise.
15907         * soft-fp/fixsfdi.c: Likewise.
15908         * soft-fp/fixsfsi.c: Likewise.
15909         * soft-fp/fixsfti.c: Likewise.
15910         * soft-fp/fixtfdi.c: Likewise.
15911         * soft-fp/fixtfsi.c: Likewise.
15912         * soft-fp/fixtfti.c: Likewise.
15913         * soft-fp/fixunsdfdi.c: Likewise.
15914         * soft-fp/fixunsdfsi.c: Likewise.
15915         * soft-fp/fixunsdfti.c: Likewise.
15916         * soft-fp/fixunssfdi.c: Likewise.
15917         * soft-fp/fixunssfsi.c: Likewise.
15918         * soft-fp/fixunssfti.c: Likewise.
15919         * soft-fp/fixunstfdi.c: Likewise.
15920         * soft-fp/fixunstfsi.c: Likewise.
15921         * soft-fp/fixunstfti.c: Likewise.
15922         * soft-fp/floatdidf.c: Likewise.
15923         * soft-fp/floatdisf.c: Likewise.
15924         * soft-fp/floatditf.c: Likewise.
15925         * soft-fp/floatsidf.c: Likewise.
15926         * soft-fp/floatsisf.c: Likewise.
15927         * soft-fp/floatsitf.c: Likewise.
15928         * soft-fp/floattidf.c: Likewise.
15929         * soft-fp/floattisf.c: Likewise.
15930         * soft-fp/floattitf.c: Likewise.
15931         * soft-fp/floatundidf.c: Likewise.
15932         * soft-fp/floatundisf.c: Likewise.
15933         * soft-fp/floatunsidf.c: Likewise.
15934         * soft-fp/floatunsisf.c: Likewise.
15935         * soft-fp/floatuntidf.c: Likewise.
15936         * soft-fp/floatuntisf.c: Likewise.
15937         * soft-fp/floatuntitf.c: Likewise.
15938         * soft-fp/fmadf4.c: Likewise.
15939         * soft-fp/fmasf4.c: Likewise.
15940         * soft-fp/fmatf4.c: Likewise.
15941         * soft-fp/gedf2.c: Likewise.
15942         * soft-fp/gesf2.c: Likewise.
15943         * soft-fp/getf2.c: Likewise.
15944         * soft-fp/ledf2.c: Likewise.
15945         * soft-fp/lesf2.c: Likewise.
15946         * soft-fp/letf2.c: Likewise.
15947         * soft-fp/muldf3.c: Likewise.
15948         * soft-fp/mulsf3.c: Likewise.
15949         * soft-fp/multf3.c: Likewise.
15950         * soft-fp/negdf2.c: Likewise.
15951         * soft-fp/negsf2.c: Likewise.
15952         * soft-fp/negtf2.c: Likewise.
15953         * soft-fp/op-1.h: Likewise.
15954         * soft-fp/op-2.h: Likewise.
15955         * soft-fp/op-4.h: Likewise.
15956         * soft-fp/op-8.h: Likewise.
15957         * soft-fp/op-common.h: Likewise.
15958         * soft-fp/quad.h: Likewise.
15959         * soft-fp/single.h: Likewise.
15960         * soft-fp/soft-fp.h: Likewise.
15961         * soft-fp/sqrtdf2.c: Likewise.
15962         * soft-fp/sqrtsf2.c: Likewise.
15963         * soft-fp/sqrttf2.c: Likewise.
15964         * soft-fp/subdf3.c: Likewise.
15965         * soft-fp/subsf3.c: Likewise.
15966         * soft-fp/subtf3.c: Likewise.
15967         * soft-fp/truncdfsf2.c: Likewise.
15968         * soft-fp/trunctfdf2.c: Likewise.
15969         * soft-fp/trunctfsf2.c: Likewise.
15970         * soft-fp/trunctfxf2.c: Likewise.
15971         * soft-fp/unorddf2.c: Likewise.
15972         * soft-fp/unordsf2.c: Likewise.
15973         * soft-fp/unordtf2.c: Likewise.
15974
15975 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
15976
15977         [BZ #15672]
15978         * misc/error.c (error_tail): Fix possible buffer overflow.
15979
15980 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
15981
15982         [BZ #13028]
15983         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
15984         address.
15985
15986 2013-10-14  P. J. McDermott  <pj@pehjota.net>
15987
15988         [BZ #832]
15989         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
15990         testing pipefail option.
15991
15992 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
15993
15994         * soft-fp/double.h: Indent preprocessor directives inside #if.
15995         * soft-fp/extended.h: Likewise.
15996         * soft-fp/op-2.h: Likewise.
15997         * soft-fp/op-4.h: Likewise.
15998         * soft-fp/op-common.h: Likewise.
15999         * soft-fp/quad.h: Likewise.
16000         * soft-fp/single.h: Likewise.
16001         * soft-fp/soft-fp.h: Likewise.
16002
16003 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
16004
16005         * iconv/iconv_prog.c: Fix typos.
16006         * stdio-common/psiginfo-data.h: Likewise.
16007
16008 2013-10-12   Reuben Thomas <rrt@sc3d.org>
16009
16010         [BZ #15764]
16011         * locale/setlocale.c: Fix typo.
16012
16013 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
16014
16015         [BZ #16036]
16016         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
16017         signaling NaN arguments.
16018         * soft-fp/unordsf2.c (__unordsf2): Likewise.
16019         * soft-fp/unordtf2.c (__unordtf2): Likewise.
16020
16021         [BZ #14910]
16022         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
16023         unordered operands.
16024         * soft-fp/gesf2.c (__gesf2): Likewise.
16025         * soft-fp/getf2.c (__getf2): Likewise.
16026         * soft-fp/ledf2.c (__ledf2): Likewise.
16027         * soft-fp/lesf2.c (__lesf2): Likewise.
16028         * soft-fp/letf2.c (__letf2): Likewise.
16029
16030         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
16031         * soft-fp/eqsf2.c (__eqsf2): Likewise.
16032         * soft-fp/eqtf2.c (__eqtf2): Likewise.
16033         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
16034         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
16035         * soft-fp/fixdfti.c (__fixdfti): Likewise.
16036         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
16037         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
16038         * soft-fp/fixsfti.c (__fixsfti): Likewise.
16039         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
16040         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
16041         * soft-fp/fixtfti.c (__fixtfti): Likewise.
16042         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
16043         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
16044         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
16045         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
16046         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
16047         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
16048         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
16049         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
16050         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
16051         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
16052         * soft-fp/floatdisf.c (__floatdisf): Likewise.
16053         * soft-fp/floatsisf.c (__floatsisf): Likewise.
16054         * soft-fp/floattidf.c (__floattidf): Likewise.
16055         * soft-fp/floattisf.c (__floattisf): Likewise.
16056         * soft-fp/floattitf.c (__floattitf): Likewise.
16057         * soft-fp/floatundidf.c (__floatundidf): Likewise.
16058         * soft-fp/floatundisf.c (__floatundisf): Likewise.
16059         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
16060         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
16061         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
16062         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
16063         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
16064         * soft-fp/gesf2.c (__gesf2): Likewise.
16065         * soft-fp/getf2.c (__getf2): Likewise.
16066         * soft-fp/ledf2.c (__ledf2): Likewise.
16067         * soft-fp/lesf2.c (__lesf2): Likewise.
16068         * soft-fp/letf2.c (__letf2): Likewise.
16069
16070         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
16071         Undefine and redefine.
16072         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
16073         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
16074         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
16075         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
16076         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
16077         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
16078         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
16079         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
16080         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
16081         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
16082         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
16083         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
16084         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
16085         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
16086         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
16087
16088         [BZ #16032]
16089         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
16090         without decrementing exponent if mantissa >= that for the
16091         denominator, not >.
16092         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
16093         denominator, not >.  Decrement exponent in < case instead of
16094         incrementing in >= case.
16095         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
16096         without decrementing exponent if mantissa >= that for the
16097         denominator, not >.
16098
16099         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
16100         computing saturated result for unsigned overflow.
16101
16102 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
16103             Jeff Law  <law@redhat.com>
16104
16105         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
16106         (atan2Mp): Add systemtap probe marker.
16107         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
16108         (__ieee754_log): Add systemtap probe marker.
16109         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
16110         (atanMp): Add systemtap probe marker.
16111         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
16112         (tanMp): Add systemtap probe marker.
16113         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
16114         (__slowexp): Add systemtap probe marker.
16115         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
16116         (__slowpow): Add systemtap probe marker.
16117         * manual/probes.texi: Document probes.
16118
16119 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
16120
16121         [BZ #15362]
16122         * libio/fileops.c (_IO_new_file_write): Return count of bytes
16123         written.
16124         (_IO_new_file_xsputn): Don't return EOF if nothing has been
16125         written.
16126         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
16127         written to buffer but not flushed.
16128         * libio/iofwrite_u.c:  Likewise.
16129         * libio/iopadn.c:  Return bytes returned even if EOF was
16130         encountered.
16131         * libio/iowpadn.c:  Likewise.
16132         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
16133         if _IO_padn does not write the whole buffer.
16134         [!COMPILE_WPRINTF] (PAD): Likewise.
16135
16136 2013-10-10  David S. Miller  <davem@davemloft.net>
16137
16138         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
16139         directory block.
16140
16141 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
16142
16143         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
16144         instead of FSF address.
16145         * soft-fp/fixdfti.c: Likewise.
16146         * soft-fp/fixsfti.c: Likewise.
16147         * soft-fp/fixtfti.c: Likewise.
16148         * soft-fp/fixunsdfti.c: Likewise.
16149         * soft-fp/fixunssfti.c: Likewise.
16150         * soft-fp/fixunstfti.c: Likewise.
16151         * soft-fp/floattidf.c: Likewise.
16152         * soft-fp/floattisf.c: Likewise.
16153         * soft-fp/floattitf.c: Likewise.
16154         * soft-fp/floatuntidf.c: Likewise.
16155         * soft-fp/floatuntisf.c: Likewise.
16156         * soft-fp/floatuntitf.c: Likewise.
16157         * soft-fp/trunctfxf2.c: Likewise.
16158
16159         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
16160         * soft-fp/fixdfti.c: Likewise.
16161         * soft-fp/fixsfti.c: Likewise.
16162         * soft-fp/fixtfti.c: Likewise.
16163         * soft-fp/fixunsdfti.c: Likewise.
16164         * soft-fp/fixunssfti.c: Likewise.
16165         * soft-fp/fixunstfti.c: Likewise.
16166         * soft-fp/floattidf.c: Likewise.
16167         * soft-fp/floattisf.c: Likewise.
16168         * soft-fp/floattitf.c: Likewise.
16169         * soft-fp/floatuntidf.c: Likewise.
16170         * soft-fp/floatuntisf.c: Likewise.
16171         * soft-fp/floatuntitf.c: Likewise.
16172         * soft-fp/trunctfxf2.c: Likewise.
16173
16174 2013-10-10  David S. Miller  <davem@davemloft.net>
16175
16176         * sysdeps/sparc/fpu/libm-test-ulps: Update.
16177
16178 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
16179
16180         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
16181         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
16182         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
16183         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
16184         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
16185         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
16186         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
16187
16188         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
16189         for NaNs before doing comparisons on argument.
16190         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
16191         Likewise.
16192
16193 2013-10-10  Will Newton  <will.newton@linaro.org>
16194
16195         * malloc/hooks.c (memalign_check): Ensure the value of bytes
16196         passed to _int_memalign does not overflow.
16197
16198 2013-10-10  Torvald Riegel  <triegel@redhat.com>
16199
16200         * scripts/bench.pl: Add include-sources directive.
16201         * benchtests/README: Update documentation.
16202
16203 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
16204
16205         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
16206         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
16207         instead of FP_INIT_ROUNDMODE.
16208         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
16209         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
16210
16211         [BZ #16034]
16212         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
16213         copy class of input value.
16214         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
16215         not handle exceptions.
16216         * soft-fp/negsf2.c (__negsf2): Likewise.
16217         * soft-fp/negtf2.c (__negtf2): Likewise.
16218         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
16219
16220 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
16221
16222         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
16223         semicolon.  From Linux kernel.
16224
16225 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
16226
16227         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
16228
16229 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
16230
16231         [BZ #156]
16232         * manual/socket.texi: Added statement about buffer
16233         for gethostbyname2_r.
16234
16235 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
16236
16237         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
16238         Use .p2align directive instead, throughout.
16239         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
16240         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
16241         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
16242         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
16243         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
16244         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
16245         * sysdeps/x86_64/strchr.S: Likewise.
16246         * sysdeps/x86_64/strrchr.S: Likewise.
16247
16248 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
16249
16250         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
16251
16252         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
16253
16254         * sysdeps/generic/math_private.h (__mpsin1): Remove
16255         declaration.
16256         (__mpcos1): Likewise.
16257         (__mpsin): New argument __range_reduce.
16258         (__mpcos): Likewise.
16259         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
16260         (slow): Use __mpsin and __mpcos.
16261         (slow1): Likewise.
16262         (slow2): Likewise.
16263         (sloww): Likewise.
16264         (sloww1): Likewise.
16265         (sloww2): Likewise.
16266         (bsloww): Likewise.
16267         (bsloww1): Likewise.
16268         (bsloww2): Likewise.
16269         (cslow2): Likewise.
16270         (csloww): Likewise.
16271         (csloww1): Likewise.
16272         (csloww2): Likewise.
16273         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
16274         range_reduce.  Merge in __mpsin1.
16275         (__mpcos): Likewise.
16276         (__mpsin1): Remove.
16277         (__mpcos1): Likewise.
16278
16279 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
16280
16281         * locale/loadlocale.c (_nl_intern_locale_data): Use
16282         LOCFILE_ALIGNED_P.
16283         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
16284         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
16285         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
16286         obstack data is appropriately aligned.
16287         (obstack_int32_grow_fast): Likewise.
16288         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
16289         * locale/programs/locfile.c (add_locale_uint32): Likewise.
16290         (add_locale_uint32_array): Likewise.
16291
16292 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
16293
16294         * benchtests/Makefile: Remove ARGLIST and RET variables.
16295         ($(objpfx)bench-%.c): Pass only function name to the script.
16296         * benchtests/README: Update documentation.
16297         * benchtests/acos-inputs: Add new directives.
16298         * benchtests/acosh-inputs: Likewise.
16299         * benchtests/asin-inputs: Likewise.
16300         * benchtests/asinh-inputs: Likewise.
16301         * benchtests/atan-inputs: Likewise.
16302         * benchtests/atanh-inputs: Likewise.
16303         * benchtests/cos-inputs: Likewise.
16304         * benchtests/cosh-inputs: Likewise.
16305         * benchtests/exp-inputs: Likewise.
16306         * benchtests/log-inputs: Likewise.
16307         * benchtests/pow-inputs: Likewise.
16308         * benchtests/rint-inputs: Likewise.
16309         * benchtests/sin-inputs: Likewise.
16310         * benchtests/sinh-inputs: Likewise.
16311         * benchtests/tan-inputs: Likewise.
16312         * benchtests/tanh-inputs: Likewise.
16313         * scripts/bench.pl: Add support for new directives.
16314
16315 2013-10-07  Alan Modra  <amodra@gmail.com>
16316
16317         * README: Fix careless merge.
16318
16319 2013-10-05  Alan Modra  <amodra@gmail.com>
16320
16321         * NEWS: Mention powerpc64le support and bugs fixed.
16322         * README: Both big-endian and little-endian powerpc64 supported.
16323
16324 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
16325
16326         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
16327         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
16328         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
16329         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
16330
16331 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
16332
16333         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
16334         match prototype.
16335
16336 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
16337
16338         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
16339         Move -mhard-float appending from
16340         ports/sysdeps/powerpc/powerpc32/Makefile.
16341         [$(with-fp) = yes] (ASFLAGS): Likewise.
16342         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
16343         * sysdeps/powerpc/nofpu: Move directory from
16344         ports/sysdeps/powerpc/nofpu.
16345         * sysdeps/powerpc/soft-fp: Move directory from
16346         ports/sysdeps/powerpc/soft-fp.
16347         * sysdeps/powerpc/powerpc32/405: Move directory from
16348         ports/sysdeps/powerpc/powerpc32/405.
16349         * sysdeps/powerpc/powerpc32/440: Move directory from
16350         ports/sysdeps/powerpc/powerpc32/440.
16351         * sysdeps/powerpc/powerpc32/464: Move directory from
16352         ports/sysdeps/powerpc/powerpc32/464.
16353         * sysdeps/powerpc/powerpc32/476: Move directory from
16354         ports/sysdeps/powerpc/powerpc32/476.
16355         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
16356         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
16357         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
16358         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
16359         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
16360         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
16361         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
16362         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
16363         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
16364         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
16365         * README: Update for powerpc-*-linux-gnu software floating point
16366         support in libc.
16367
16368         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
16369         case to powerpc/powerpc32*.
16370         * sysdeps/unix/sysv/linux/configure: Regenerated.
16371
16372         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
16373         (_FPU_MASK_OM): Define as 0x04.
16374         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
16375         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
16376         0x00c10080.
16377         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
16378         0x0000003c.
16379         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
16380
16381         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
16382         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
16383         getcontext_e500.
16384         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
16385         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
16386         setcontext_e500.
16387         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
16388         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
16389         and setcontext_e500.
16390
16391 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
16392
16393         * locale/iso-3166.def: Update iso-1366.def and related occurrences
16394
16395 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
16396
16397         * manual/threads.texi (Default Thread Attributes): Fix typo.
16398
16399 2013-10-04  Will Newton  <will.newton@linaro.org>
16400
16401         * malloc/Makefile: Add tst-memalign.
16402         * malloc/tst-memalign.c: New file.
16403
16404         * malloc/tst-posix_memalign.c: Add comments.
16405         (do_test): Add comments and call free on all potentially
16406         allocated pointers. Add space after cast.
16407
16408         * malloc/tst-pvalloc.c: Add comments.
16409         (do_test): Add comments and call free on all potentially
16410         allocated pointers. Remove duplicate check for NULL pointer.
16411         Add space after cast.
16412
16413         * malloc/tst-valloc.c: Add comments.
16414         (do_test): Add comments and call free on all potentially
16415         allocated pointers. Remove duplicate check for NULL pointer.
16416         Add space after cast.
16417
16418 2013-10-04  Alan Modra  <amodra@gmail.com>
16419
16420         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
16421         Use stdint types in rather than __attribute__((mode())).
16422         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
16423
16424 2013-10-04  Alan Modra  <amodra@gmail.com>
16425
16426         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
16427         Correct handling of unaligned relocs for little-endian.
16428         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
16429
16430 2013-10-04  Alan Modra  <amodra@gmail.com>
16431
16432         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
16433         * configure: Regenerate.
16434         * nptl/shlib-versions: Powerpc*le starts at 2.18.
16435         * shlib-versions: Likewise.
16436
16437 2013-10-04  Alan Modra  <amodra@gmail.com>
16438
16439         * string/tester.c (test_memrchr): Increment reported test cycle.
16440
16441 2013-10-04  Alan Modra  <amodra@gmail.com>
16442
16443         * string/test-memcpy.c (do_one_test): When reporting errors, print
16444         string address and don't overrun end of string.
16445
16446 2013-10-04  Alan Modra  <amodra@gmail.com>
16447
16448         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
16449         insrdi.  Make better use of reg selection to speed exit slightly.
16450         Schedule entry path a little better.  Remove useless "are we done"
16451         checks on entry to main loop.  Handle wrapping around zero address.
16452         Correct main loop count.  Handle single left-over word from main
16453         loop inline rather than by using loop_small.  Remove extra word
16454         case in loop_small caused by wrong loop count.  Add little-endian
16455         support.
16456         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
16457         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
16458         cache hint.
16459         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
16460         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
16461         support.  Avoid rlwimi.
16462         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
16463
16464 2013-10-04  Alan Modra  <amodra@gmail.com>
16465
16466         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
16467         insrdi.  Formatting.
16468         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
16469         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
16470         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
16471         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
16472         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
16473         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
16474
16475 2013-10-04  Alan Modra  <amodra@gmail.com>
16476
16477         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
16478         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
16479         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
16480         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
16481         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
16482         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
16483         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
16484         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
16485         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
16486         use of regs.  Use power7 mtocrf.  Tidy function tails.
16487
16488 2013-10-04  Alan Modra  <amodra@gmail.com>
16489
16490         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
16491         Formatting.  Consistently use rXXX register defines or rN defines.
16492         Use early exit labels that avoid restoring unused non-volatile regs.
16493         Make cr field use more consistent with rWORDn compares.  Rename
16494         regs used as shift registers for unaligned loop, using rN defines
16495         for short lifetime/multiple use regs.
16496         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
16497         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
16498         addi 1,1,64 to pop stack frame.  Simplify return value code.
16499         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
16500
16501 2013-10-04  Alan Modra  <amodra@gmail.com>
16502
16503         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
16504         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
16505         rather than rlwimi.
16506         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
16507         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
16508         little-endian support.  Correct typos.
16509         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
16510         rather than rlwimi.
16511         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
16512         in loop and entry code to keep "and." results.
16513         (strchr): Add little-endian support.  Comment.  Move cntlzd
16514         earlier in tail.
16515         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
16516
16517 2013-10-04  Alan Modra  <amodra@gmail.com>
16518
16519         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
16520         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
16521         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
16522         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
16523
16524 2013-10-04  Alan Modra  <amodra@gmail.com>
16525
16526         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
16527         (rTMP): Define as r11.
16528         (strcmp): Add little-endian support.  Optimise tail.
16529         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
16530         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
16531         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
16532         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
16533         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
16534         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
16535         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
16536
16537 2013-10-04  Alan Modra  <amodra@gmail.com>
16538
16539         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
16540         little-endian support.  Remove unnecessary "are we done" tests.
16541         Handle "s" wrapping around zero and extremely large "size".
16542         Correct main loop count.  Handle single left-over word from main
16543         loop inline rather than by using small_loop.  Correct comments.
16544         Delete "zero" tail, use "end_max" instead.
16545         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
16546
16547 2013-10-04  Alan Modra  <amodra@gmail.com>
16548
16549         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
16550         support.  Don't branch over align.
16551         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
16552         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
16553         support.  Rearrange tmp reg use to suit.  Comment.
16554         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
16555
16556 2013-10-04  Alan Modra  <amodra@gmail.com>
16557
16558         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
16559
16560 2013-10-04  Alan Modra  <amodra@gmail.com>
16561
16562         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
16563         conditional form of branch and link when obtaining pc.
16564         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
16565
16566 2013-10-04  Alan Modra  <amodra@gmail.com>
16567
16568         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
16569         HIWORD/LOWORD.
16570         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
16571         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
16572
16573 2013-10-04  Alan Modra  <amodra@gmail.com>
16574
16575         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
16576         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
16577         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
16578         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
16579         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
16580         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
16581         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
16582         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
16583         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
16584         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
16585
16586 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
16587             Alistair Popple <alistair@ozlabs.au.ibm.com>
16588             Alan Modra <amodra@gmail.com>
16589
16590         [BZ #15723]
16591         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
16592         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
16593         _dl_hwcap access for little-endian.
16594         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
16595         destroy vmx regs when saving unaligned.
16596         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
16597         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
16598         destroy vmx regs when saving unaligned.
16599
16600 2013-10-04  Alan Modra  <amodra@gmail.com>
16601
16602         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
16603         Don't use a union to pack hi/low value.
16604
16605 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
16606
16607         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
16608         for little-endian.
16609         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
16610         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
16611         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
16612         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
16613         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
16614
16615 2013-10-04  Alan Modra  <amodra@gmail.com>
16616
16617         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
16618         constants to usual value for .cst8 section, and remove redundant
16619         high address load.
16620         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
16621         constant for 0x1p52.  Load little-endian words of double from
16622         correct stack offsets.
16623
16624 2013-10-04  Alan Modra  <amodra@gmail.com>
16625
16626         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
16627         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
16628         words of double from correct stack offsets.
16629         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
16630         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
16631         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
16632         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
16633         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
16634         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
16635         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
16636         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
16637         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
16638         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
16639         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
16640         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
16641         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
16642         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
16643         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
16644         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
16645         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
16646
16647 2013-10-04  Alan Modra  <amodra@gmail.com>
16648
16649         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
16650         64-bit int/double union.
16651         (_FPU_SETCW): Likewise.
16652         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
16653         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
16654
16655 2013-10-04  Alan Modra  <amodra@gmail.com>
16656
16657         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
16658         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
16659
16660 2013-10-04  Alan Modra  <amodra@gmail.com>
16661
16662         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
16663         use vector int constants.
16664         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
16665
16666 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
16667
16668         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
16669         array with long long.
16670         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
16671         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
16672         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
16673         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
16674         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
16675         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
16676         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
16677         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
16678         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
16679         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
16680         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
16681         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
16682         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
16683
16684 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
16685
16686         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
16687         (__signbit): Likewise.  Correct for little-endian.
16688         (__signbitl): Call __signbit.
16689         (lrint): Correct for little-endian.
16690         (lrintf): Call lrint.
16691
16692 2013-10-04  Alan Modra  <amodra@gmail.com>
16693
16694         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
16695         union 32-bit int array member with 64-bit int array.
16696         (t515, tm256): Double rather than long double.
16697         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
16698
16699 2013-10-04  Alan Modra  <amodra@gmail.com>
16700
16701         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
16702         Delete.
16703         (IEEE854_LONG_DOUBLE_BIAS): Delete.
16704         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
16705         version of math_ldbl.h.
16706
16707 2013-10-04  Alan Modra  <amodra@gmail.com>
16708
16709         [BZ #15734], [BZ #15735]
16710         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
16711         all uses of ieee875 long double macros and unions.  Simplify test
16712         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
16713         ldbl_extract_mantissa value for ix,iy exponents.  Properly
16714         normalize after ldbl_extract_mantissa, and don't add hidden bit
16715         already handled.  Don't treat low word of ieee854 mantissa like
16716         low word of IBM long double and mask off bit when testing for
16717         zero.
16718         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
16719         all uses of ieee875 long double macros and unions.  Simplify tests
16720         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
16721         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
16722         two1022, instead use their values.  Recognise that tests for large
16723         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
16724         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
16725         Rewrite all uses of ieee875 long double macros and unions.  Simplify
16726         test for 0.0L and nan.  Correct negation.
16727         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
16728         ieee875 long double macros and unions.  Correct output for large
16729         magnitude x.  Correct absolute value calculation.
16730         (__erfcl): Likewise.
16731         * math/libm-test.inc: Add tests for errors discovered in IBM long
16732         double versions of fmodl, remainderl, erfl and erfcl.
16733
16734 2013-10-04  Alan Modra  <amodra@gmail.com>
16735
16736         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
16737         all uses of ieee854 long double macros and unions.  Simplify tests
16738         for long doubles that are fully specified by the high double.
16739         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
16740         Likewise.
16741         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
16742         Remove dead code too.
16743         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
16744         (__ieee754_ynl): Likewise.
16745         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
16746         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
16747         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
16748         Remove dead code too.
16749         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
16750         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
16751         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
16752         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
16753         Simplify.
16754         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
16755         Simplify.
16756         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
16757         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
16758         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
16759         Comment on variable precision.
16760         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
16761         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
16762         Likewise.
16763         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
16764         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
16765         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
16766         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
16767         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
16768
16769 2013-10-04  Alan Modra  <amodra@gmail.com>
16770
16771         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
16772         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
16773         all uses of ieee854 long double macros and unions.
16774         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
16775         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
16776         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
16777         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
16778         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
16779         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
16780         Likewise.
16781         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
16782         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
16783         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
16784         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
16785         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
16786         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
16787         Simplify sign and nan test too.
16788         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
16789         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
16790         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
16791         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
16792         Likewise.
16793         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
16794         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
16795         Likewise.
16796         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
16797         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
16798         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
16799         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
16800         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
16801         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
16802
16803 2013-10-04  Alan Modra  <amodra@gmail.com>
16804
16805         * stdio-common/printf_size.c (__printf_size): Don't use
16806         union ieee854_long_double in fpnum union.
16807         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
16808         signbit macro to retrieve sign from long double.
16809         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
16810         retrieve sign from long double.
16811         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
16812         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
16813         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
16814         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
16815         * math/test-misc.c (main): Don't use union ieee854_long_double.
16816
16817 2013-10-04  Alan Modra  <amodra@gmail.com>
16818
16819         [BZ #15680]
16820         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
16821         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
16822         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
16823         calculation.  Remove unnecessary test for denormal exponent.
16824         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
16825         Correct handling of denormals.  Avoid undefined shift behaviour.
16826         Correct normalisation of low mantissa when low double is denormal.
16827         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
16828         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
16829         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
16830         Correct normalisation of low mantissa.  Test for overflow of high
16831         mantissa and normalise.
16832         (ldbl_nearbyint): Use more readable constant for two52.
16833         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
16834         (__mpn_construct_long_double): Fix test for overflow of high
16835         mantissa and correct normalisation.  Avoid undefined shift.
16836
16837 2013-10-04  Alan Modra  <amodra@gmail.com>
16838
16839         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
16840         (union ibm_extended_long_double): Define as an array of ieee754_double.
16841         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
16842         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
16843         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
16844         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
16845         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
16846         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
16847         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
16848         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
16849         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
16850         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
16851         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
16852
16853 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
16854
16855         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
16856         page size instead of calling getpagesize.
16857
16858         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
16859         (LOCFILE_ALIGN_MASK): Likewise.
16860         (LOCFILE_ALIGN_UP): Likewise.
16861         (LOCFILE_ALIGNED_P): Likewise.
16862         * locale/programs/ld-collate.c (collate_output): Use the new
16863         macros instead of __alignof__ (int32_t).
16864         * locale/weight.h (findidx): Likewise.
16865
16866 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
16867
16868         [BZ #431]
16869         * manual/string.texi: Fix strncat and wcsncat.
16870
16871 2013-10-03  Brooks Moses  <bmoses@google.com>
16872
16873         [BZ #15915]
16874         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
16875         * Makerules: ...here, and adjust associated comments.
16876
16877 2013-10-02  Will Newton  <will.newton@linaro.org>
16878
16879         * malloc/Makefile: Add tst-pvalloc.
16880         * malloc/tst-pvalloc.c: New file.
16881
16882 2013-10-02  Will Newton  <will.newton@linaro.org>
16883
16884         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
16885         improve test coverage.
16886
16887 2013-10-02  Will Newton  <will.newton@linaro.org>
16888
16889         * malloc/Makefile: Add tst-posix_memalign.
16890         * malloc/tst-posix_memalign.c: New file.
16891
16892 2013-10-01  Eric Blake  <eblake@redhat.com>
16893
16894         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
16895         Use __THROWNL rather than __THROW on static functions.
16896
16897 2013-09-30  Petr Machata  <pmachata@redhat.com>
16898
16899         * elf/elf.h (R_AARCH64_ABS16): New macro.
16900         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
16901         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
16902         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
16903         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
16904         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
16905         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
16906         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
16907         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
16908         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
16909         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
16910         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
16911         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
16912         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
16913         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
16914         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
16915         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
16916         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
16917         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
16918         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
16919         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
16920         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
16921         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
16922         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
16923         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
16924         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
16925         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
16926         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
16927         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
16928         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
16929         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
16930         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
16931         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
16932         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
16933         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
16934         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
16935         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
16936         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
16937         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
16938         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
16939         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
16940         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
16941         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
16942         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
16943         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
16944         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
16945         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
16946         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
16947         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
16948         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
16949         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
16950         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
16951         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
16952         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
16953         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
16954         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
16955         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
16956         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
16957         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
16958         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
16959         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
16960         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
16961         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
16962         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
16963         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
16964         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
16965         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
16966         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
16967         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
16968         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
16969         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
16970         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
16971         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
16972         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
16973         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
16974         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
16975         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
16976         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
16977         (R_AARCH64_TLSDESC_LDR): Likewise.
16978         (R_AARCH64_TLSDESC_ADD): Likewise.
16979         (R_AARCH64_TLSDESC_CALL): Likewise.
16980
16981 2013-09-30  Andreas Schwab  <schwab@suse.de>
16982
16983         [BZ #15048]
16984         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
16985         the nss database lookup.
16986         * nscd/initgrcache.c (addinitgroupsX): Likewise.
16987         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
16988
16989 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
16990
16991         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
16992
16993 2013-09-28  P. J. McDermott  <pj@pehjota.net>
16994
16995         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
16996         ${Bash-specific parameter/pattern/string} parameter expansion.
16997         * sysdeps/unix/make-syscalls.sh: Likewise.
16998
16999 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17000
17001         * sysdeps/sh/stackguard-macros.h: New file.
17002
17003 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
17004
17005         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
17006         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
17007         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
17008         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
17009         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
17010         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
17011
17012 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17013
17014         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
17015         Fix thread ID register.
17016
17017 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
17018
17019         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
17020         [POSIX || UNIX98]: Require rather than permitting all symbols from
17021         <time.h>.
17022         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
17023         element of struct sched_param.
17024         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
17025         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
17026         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
17027         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
17028         constant.
17029
17030 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
17031
17032         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
17033         argument calculation.
17034
17035 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
17036
17037         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
17038         Expect macro.
17039         [POSIX] (pthread_attr_t): Do not require type.
17040         [POSIX] (pthread_cond_t): Likewise.
17041         [POSIX] (pthread_condattr_t): Likewise.
17042         [POSIX] (pthread_key_t): Likewise.
17043         [POSIX] (pthread_mutex_t): Likewise.
17044         [POSIX] (pthread_mutexattr_t): Likewise.
17045         [POSIX] (pthread_once_t): Likewise.
17046         [POSIX] (pthread_t): Likewise.
17047         [POSIX-based standards] (pthread_atfork): Expect function.
17048
17049 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
17050             Richard Sandiford  <richard@codesourcery.com>
17051
17052         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
17053         (swap_endianness_p): New extern variable.
17054         (set_big_endian): New inline function.
17055         (maybe_swap_uint32): Likewise.
17056         (maybe_swap_uint32_array): Likewise.
17057         (maybe_swap_uint32_obstack): Likewise.
17058         * locale/programs/locfile.c: Include <stdbool.h>.
17059         (swap_endianness_p): New variable.
17060         (add_locale_uint32): Call maybe_swap_uint32.
17061         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
17062         (write_locale_data): Call maybe_swap_uint32_array.
17063         * locale/programs/ld-collate.c (obstack_int32_grow): Call
17064         maybe_swap_uint32.
17065         (obstack_int32_grow_fast): Likewise.
17066         (output_weightwc): Call maybe_swap_uint32_obstack.
17067         (collate_output): Likewise.
17068         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
17069         (OPT_LITTLE_ENDIAN): Likewise.
17070         (options): Add --little-endian and --big-endian options.
17071         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
17072         * locale/programs/locarchive.c: Include "locfile.h".
17073         (GET): New macro.
17074         (SET): Likewise.
17075         (INC): Likewise.
17076         (create_archive): Use the new macros to access fields of
17077         structures directly mapped from or written to locale archives.
17078         (oldlocrecentcmp): Likewise.
17079         (enlarge_archive): Likewise.
17080         (insert_name): Likewise.
17081         (add_alias): Likewise.
17082         (add_locale): Likewise.
17083         (delete_locales_from_archive): Likewise.
17084         (show_archive_content): Likewise.
17085         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
17086         locale data.
17087
17088 2013-09-24  Roland McGrath  <roland@hack.frob.com>
17089
17090         * manual/freemanuals.texi: Updated from (newly) canonical copy at
17091         http://www.gnu.org/doc/freemanuals.texi.
17092         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
17093
17094 2013-09-24  Will Newton  <will.newton@linaro.org>
17095
17096         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
17097         macro.
17098
17099 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
17100
17101         * locale/hashval.h (compute_hashval): Interpret bytes of key as
17102         unsigned char.
17103
17104 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
17105
17106         * manual/threads.texi (POSIX Threads): Fix a typo.
17107
17108 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
17109
17110         [BZ #14547]
17111         * string/tst-strcoll-overflow.c: New test case.
17112         * string/Makefile (xtests): Add tst-strcoll-overflow.
17113         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
17114         cache if string sizes may cause integer overflow.
17115
17116         [BZ #14547]
17117         * string/strcoll_l.c (coll_seq): New members rule, idx,
17118         save_idx and back_us.
17119         (get_next_seq_nocache): New function.
17120         (do_compare_nocache): New function.
17121         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
17122         when malloc fails.
17123
17124 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
17125
17126         [BZ #15754]
17127         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
17128         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
17129         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
17130
17131         [BZ #15754]
17132         * elf/Makefile (tests): Add tst-ptrguard1.
17133         (tests-static): Add tst-ptrguard1-static.
17134         (tst-ptrguard1-ARGS): Define.
17135         (tst-ptrguard1-static-ARGS): Define.
17136         * elf/tst-ptrguard1.c: New file.
17137         * elf/tst-ptrguard1-static.c: New file.
17138         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
17139         * sysdeps/i386/stackguard-macros.h: Likewise.
17140         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
17141         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
17142         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
17143         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
17144         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
17145         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
17146
17147 2013-09-23  Hector Marco  <hecmargi@upv.es>
17148             Ismael Ripoll  <iripoll@disca.upv.es>
17149             Carlos O'Donell  <carlos@redhat.com>
17150
17151         [BZ #15754]
17152         * sysdeps/generic/stackguard-macros.h: Define
17153         __pointer_chk_guard_local and POINTER_CHK_GUARD.
17154         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
17155         Define __pointer_chk_guard_local.
17156         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
17157         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
17158
17159 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
17160
17161         [BZ #15859]
17162         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
17163
17164 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
17165
17166         * include/string.h (__ffs): Declare as hidden.
17167         * string/ffs.c (__ffs): Define as hidden.
17168         * sysdeps/i386/ffs.c (__ffs): Likewise.
17169         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
17170         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
17171         * sysdeps/s390/ffs.c (__ffs): Likewise.
17172         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
17173
17174 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
17175
17176         * NEWS: Mention malloc probes.
17177
17178         * malloc/arena.c (new_heap): New memory_heap_new probe.
17179         (grow_heap): New memory_heap_more probe.
17180         (shrink_heap): New memory_heap_less probe.
17181         (heap_trim): New memory_heap_free probe.
17182         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
17183         (systrim): New memory_sbrk_less probe.
17184         * manual/probes.texi: Document them.
17185
17186         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
17187         * manual/probes.texi: Document it.
17188
17189         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
17190         (__libc_realloc): Add memory_realloc_retry probe.
17191         (__libc_memalign): Add memory_memalign_retry probe.
17192         (__libc_valloc): Add memory_valloc_retry probe.
17193         (__libc_pvalloc): Add memory_pvalloc_retry probe.
17194         (__libc_calloc): Add memory_calloc_retry probe.
17195         * manual/probes.texi: Document them.
17196
17197         * malloc/arena.c (get_free_list): Add probe
17198         memory_arena_reuse_free_list.
17199         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
17200         and memory_arena_reuse.
17201         (arena_get2) [!PER_THREAD]: Likewise.
17202         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
17203         memory_arena_reuse_realloc.
17204         * manual/probes.texi: Document them.
17205
17206         * malloc/malloc.c (__libc_free): Add
17207         memory_mallopt_free_dyn_thresholds probe.
17208         (__libc_mallopt): Add multiple memory_mallopt probes.
17209         * manual/probes.texi: Document them.
17210
17211         * malloc/malloc.c: Include stap-probe.h.
17212         (__libc_mallopt): Add memory_mallopt probe.
17213         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
17214         * manual/probes.texi: New.
17215         * manual/Makefile (chapters): Add probes.
17216         * manual/threads.texi: Set next node.
17217
17218 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
17219
17220         [BZ #15963, #13985]
17221         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
17222         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
17223         Add `Chinese' to `nan' entry name.
17224
17225 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
17226
17227         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
17228         (POLYNOMIAL): Likewise.
17229         (TAYLOR_SINCOS): Likewise.
17230         (TAYLOR_SLOW): Likewise.
17231         (__sin): Use TAYLOR_SINCOS.
17232         (__cos): Likewise.
17233         (slow): Use TAYLOR_SLOW.
17234         (sloww): Likewise.
17235         (bsloww): Likewise.
17236         (csloww): Likewise.
17237
17238 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
17239
17240         * stdlib/strtod_l.c: Fix buffer overrun.
17241
17242 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
17243
17244         * benchtests/Makefile (bench): Add sincos.
17245         * benchtests/bench-sincos.c: New file.
17246
17247         * math/libm-test.inc (cos_test_data): New test inputs.
17248         (sin_test_data): Likewise.
17249
17250         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
17251         macro.
17252         (__sin): Use it.
17253         (__cos): Likewise.
17254         (slow1): Likewise.
17255         (slow2): Likewise.
17256         (sloww1): Likewise.
17257         (sloww2): Likewise.
17258         (bsloww1): Likewise.
17259         (bsloww2): Likewise.
17260         (cslow2): Likewise.
17261         (csloww1): Likewise.
17262         (csloww2): Likewise.
17263
17264         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
17265         function.
17266         (__sin): Use it.
17267         (__cos): Likewise.
17268
17269         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
17270         gotos.
17271         (__cos): Likewise.
17272
17273 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
17274
17275         * config.h.in (HAVE_MIPS_NAN2008): New macro.
17276         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
17277         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
17278         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
17279         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
17280         * elf/cache.c (print_entry): Handle the new cache flags.
17281
17282 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
17283             Aldy Hernandez  <aldyh@redhat.com>
17284
17285         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
17286         Change condition to [_SOFT_FLOAT].
17287         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
17288         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
17289         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
17290         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
17291         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
17292         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
17293         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
17294         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
17295         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
17296         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
17297         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
17298         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
17299         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
17300         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
17301         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
17302         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
17303         declaration.
17304
17305 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
17306
17307         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
17308         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
17309         (__longjmp): Use LOAD_GP to load saved GPRs.
17310         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
17311         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
17312         (__sigsetjmp): Use SAVE_GP to save GPRs.
17313
17314         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
17315         Do not append -msoft-float.
17316         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
17317
17318 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
17319
17320         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
17321
17322 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
17323
17324         [BZ #15966]
17325         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
17326         (_FPU_GETCW): Use initial "__" on variable and field names but not
17327         on macro parameter name.
17328         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
17329         parentheses around reference to macro parameter.
17330
17331 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
17332
17333         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
17334         prototype.
17335         (ctype_startup): Use uint32_t in cast and sizeof for
17336         ctype->charnames.
17337
17338 2013-09-11  Jia Liu  <proljc@gmail.com>
17339
17340         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
17341         __daddr_t_defined.
17342         [__FreeBSD__]: Likewise.
17343
17344 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
17345
17346         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
17347         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
17348         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
17349         (strchr): Remove __strchr_sse42 ifunc selection.
17350         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
17351         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
17352
17353 2013-09-11  Will Newton  <will.newton@linaro.org>
17354
17355         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
17356         parameter to RES. Remove hardcoded 1000 value.
17357         * benchtests/bench-skeleton.c (main): Pass RES parameter
17358         to TIMING_INIT and multiply result by 1000.
17359
17360 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17361
17362         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17363
17364 2013-09-11  Andreas Schwab  <schwab@suse.de>
17365
17366         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
17367         if not defined.
17368         (O_TMPFILE) [__USE_GNU]: Define.
17369         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
17370         Define.
17371
17372 2013-09-11  Will Newton  <will.newton@linaro.org>
17373
17374         [BZ #15857]
17375         * malloc/malloc.c (__libc_memalign): Check the value of bytes
17376         does not overflow.
17377
17378 2013-09-11  Will Newton  <will.newton@linaro.org>
17379
17380         [BZ #15856]
17381         * malloc/malloc.c (__libc_valloc): Check the value of bytes
17382         does not overflow.
17383
17384 2013-09-11  Will Newton  <will.newton@linaro.org>
17385
17386         [BZ #15855]
17387         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
17388         does not overflow.
17389
17390 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
17391
17392         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
17393         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
17394         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
17395         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
17396         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
17397
17398 2013-09-10  Allan McRae  <allan@archlinux.org>
17399
17400         [BZ #15748]
17401         * manual/arith.texi (Parsing of Floats): Clarify
17402         cross-reference.
17403
17404         [BZ #15849]
17405         * manual/install.texi (Running make install): Mention
17406         --enable-pt-chown.
17407         * INSTALL: Regenerated.
17408
17409 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
17410
17411         * csu/init-first.c (_init): Remove the !SHARED condition around
17412         FPU control word initialization.
17413         * elf/dl-support.c (_dl_fpu_control): New variable.
17414         (_dl_aux_init) <AT_FPUCW>: Initialize it.
17415         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
17416         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
17417         * math/test-fpucw-static.c: New file.
17418         * math/test-fpucw-ieee.c: New file.
17419         * math/test-fpucw-ieee-static.c: New file.
17420         * math/Makefile (tests): Add `test-fpucw-ieee' and
17421         `$(tests-static)'.
17422         (tests-static): New variable.
17423         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
17424         dependency to...
17425         [($(build-shared),yes)]
17426         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
17427         ... this.
17428         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
17429         New dependency.
17430
17431 2013-09-09  Allan McRae  <allan@archlinux.org>
17432
17433         [BZ #15939]
17434         * manual/string.texi (Collation Functions): Fix typo in
17435         strcoll example.
17436         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
17437
17438         [BZ #15893]
17439         * stdlib/isomac.c (get_null_defines): Fix memory leak.
17440
17441         [BZ #15892]
17442         * libio/memstream.c (open_memstream): Fix memory leak.
17443         * libio/wmemstream.c (open_wmemstream): Likewise.
17444
17445         [BZ #15895]
17446         * nscd/netgroupcache.c: Fix nesting of ifdefs.
17447
17448 2013-09-09  Will Newton  <will.newton@linaro.org>
17449
17450         * malloc/Makefile: Add tst-realloc to tests.
17451         * malloc/tst-realloc.c: New file.
17452
17453 2013-09-09  Allan McRae  <allan@archlinux.org>
17454
17455         [BZ #15844]
17456         * COPYING: Update from GNU website to fix FSF address.
17457         * COPYING.LIB: Likewise.
17458
17459 2013-09-06  David S. Miller  <davem@davemloft.net>
17460
17461         * po/zh_TW.po: Update Chinese (traditional) translation from
17462         translation project.
17463
17464 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
17465             Joseph Myers  <joseph@codesourcery.com>
17466
17467         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
17468         "localeinfo.h".
17469         (obstack_chunk_alloc): New macro.
17470         (obstack_chunk_free): Likewise.
17471         (record_offset): New function.
17472         (init_locale_data): Likewise.
17473         (align_locale_data): Likewise.
17474         (add_locale_empty): Likewise.
17475         (add_locale_raw_data): Likewise.
17476         (add_locale_raw_obstack): Likewise.
17477         (add_locale_string): Likewise.
17478         (add_locale_wstring): Likewise.
17479         (add_locale_uint32): Likewise.
17480         (add_locale_uint32_array): Likewise.
17481         (add_locale_char): Likewise.
17482         (start_locale_structure): Likewise.
17483         (end_locale_structure): Likewise.
17484         (start_locale_prelude): Likewise.
17485         (end_locale_prelude): Likewise.
17486         (write_locale_data): Take locale_file structure rather than an
17487         iovec.
17488         * locale/programs/locfile.h: Include "obstack.h".
17489         (struct locale_file): Change to store locale file contents instead
17490         of header.
17491         (init_locale_data): New prototype.
17492         (align_locale_data): Likewise.
17493         (add_locale_empty): Likewise.
17494         (add_locale_raw_data): Likewise.
17495         (add_locale_raw_obstack): Likewise.
17496         (add_locale_string): Likewise.
17497         (add_locale_wstring): Likewise.
17498         (add_locale_uint32): Likewise.
17499         (add_locale_uint32_array): Likewise.
17500         (add_locale_char): Likewise.
17501         (start_locale_structure): Likewise.
17502         (end_locale_structure): Likewise.
17503         (start_locale_prelude): Likewise.
17504         (end_locale_prelude): Likewise.
17505         (write_locale_data): Update prototype.
17506         * locale/programs/3level.h (struct TABLE): Remove result field.
17507         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
17508         Use new locale_file interface.
17509         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
17510         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
17511         * locale/programs/ld-address.c (address_output): Use new
17512         locale_file interface.
17513         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
17514         NO_ADD_LOCALE.
17515         (collate_finish): Don't call collseq_table_finalize.
17516         (collate_output): Use new locale_file interface.
17517         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
17518         in file.
17519         (NO_FINALIZE): Change to NO_ADD_LOCALE.
17520         (TABLE): Move defines earlier in file.
17521         (ELEMENT): Likewise.
17522         (DEFAULT): Likewise.
17523         (wctrans_table_add): Move macro and inline function earlier in
17524         file.
17525         (struct wctype_table): Move type earlier in file.
17526         (add_locale_wctype_table): New static prototype.
17527         (struct locale_ctype_t): Use logical types instead of struct iovec
17528         pointers for members.
17529         (ctype_output): Use new locale_file interface.
17530         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
17531         new locale_file interface.
17532         (allocate_arrays): Update for use of new locale_file interface.
17533         * locale/programs/ld-identification.c (identification_output): Use
17534         new locale_file interface.
17535         * locale/programs/ld-measurement.c (measurement_output): Likewise.
17536         * locale/programs/ld-messages.c (messages_output): Likewise.
17537         * locale/programs/ld-monetary.c (monetary_output): Likewise.
17538         * locale/programs/ld-name.c (name_output): Likewise.
17539         * locale/programs/ld-numeric.c (numeric_output): Likewise.
17540         * locale/programs/ld-paper.c (paper_output): Likewise.
17541         * locale/programs/ld-telephone.c (telephone_output): Likewise.
17542         * locale/programs/ld-time.c (time_output): Likewise.
17543
17544 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17545
17546         * benchtests/Makefile: Add memrchr benchmark.
17547         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
17548         benchmark as memrchr.
17549         * benchtests/bench-memrchr-ifunc.c: New file.
17550         * benchtests/bench-memrchr.c: New file.
17551
17552 2013-09-06   Will Newton  <will.newton@linaro.org>
17553
17554         * benchtests/Makefile (string-bench): Add memcpy.
17555
17556 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
17557             Cong Wang  <amwang@redhat.com>
17558
17559         [BZ #15850]
17560         * sysdeps/unix/sysv/linux/bits/in.h
17561         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
17562         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
17563         before __USE_KERNEL_IPV6_DEFS uses.
17564         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
17565         IPPROTO_BEETPH.
17566         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
17567         sockaddr_in6, or ipv6_mreq.
17568
17569 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17570
17571         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
17572         memory access for final bytes in some large inputs.
17573         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
17574
17575 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17576
17577         * string/test-memrchr.c: New file.
17578         * string/test-memrchr-ifunc.c: New file.
17579         * string/Makefile: Add new memrchr testcase.
17580
17581 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
17582
17583         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
17584         fanotify_init returns EPERM.
17585
17586 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
17587
17588         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
17589         errors.
17590         (top level): Treat second token from macro or constant entries for
17591         allowed headers as allowed.
17592         * include/complex.h: Condition internal declarations on
17593         [!_ISOMAC].
17594         * include/fenv.h: Condition include of <stdbool.h> and internal
17595         declarations on [!_ISOMAC].
17596
17597 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
17598
17599         [BZ #15923]
17600         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
17601
17602 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
17603
17604         * configure.in (--enable-versioning): Remove configure option.
17605         (libc_cv_asm_symver_directive): Remove configure test.
17606         (libc_cv_ld_version_script_option): Likewise.
17607         (VERSIONING): Remove variable and AC_SUBST.
17608         (DO_VERSIONING): Remove AC_DEFINE.
17609         * configure: Regenerated.
17610         * config.h.in (DO_VERSIONING): Remove macro.
17611         * Makerules [$(versioning) = yes]: Change conditionals to
17612         [$(build-shared) = yes].
17613         * config.make.in (versioning): Remove variable.
17614         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
17615         [$(build-shared) = yes].
17616         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
17617         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
17618         * elf/Makefile [$(versioning) = yes]: Change conditionals to
17619         [$(build-shared) = yes].
17620         * extra-lib.mk [$(versioning) = yes]: Likewise.
17621         * hurd/Makefile [$(versioning) = yes]: Likewise.
17622         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
17623         [SHARED].
17624         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
17625         [SHARED].
17626         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
17627         [SHARED && !NO_HIDDEN].
17628         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
17629         [SHARED].
17630         [SHARED && DO_VERSIONING]: Likewise..
17631         * libio/Makefile [$(versioning) = yes]: Change conditionals to
17632         [$(build-shared) = yes].
17633         * manual/install.texi (--disable-versioning): Remove
17634         documentation.
17635         * INSTALL: Regenerated.
17636         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
17637         to [SHARED].
17638         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
17639         [$(build-shared) = yes].
17640         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
17641         * sysdeps/i386/i686/multiarch/strstr-c.c
17642         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
17643         [SHARED && !NO_HIDDEN].
17644         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
17645         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
17646         * sysdeps/powerpc/powerpc32/dl-machine.c
17647         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
17648         * sysdeps/powerpc/powerpc32/sysdep.h
17649         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
17650         to [SHARED && PIC && !NO_HIDDEN].
17651         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
17652         conditional to [SHARED].
17653
17654 2013-09-04   Will Newton  <will.newton@linaro.org>
17655
17656         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
17657         * benchtests/bench-string.h: Include bench-timing.h instead
17658         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
17659         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
17660         call to HP_TIMING_DIFF_INIT.
17661         * benchtests/bench-memccpy.c: Use bench-timing.h macros
17662         instead of hp-timing.h macros.
17663         * benchtests/bench-memchr.c: Likewise.
17664         * benchtests/bench-memcmp.c: Likewise.
17665         * benchtests/bench-memcpy.c: Likewise.
17666         * benchtests/bench-memmem.c: Likewise.
17667         * benchtests/bench-memmove.c: Likewise.
17668         * benchtests/bench-memset.c: Likewise.
17669         * benchtests/bench-rawmemchr.c: Likewise.
17670         * benchtests/bench-strcasecmp.c: Likewise.
17671         * benchtests/bench-strcasestr.c: Likewise.
17672         * benchtests/bench-strcat.c: Likewise.
17673         * benchtests/bench-strchr.c: Likewise.
17674         * benchtests/bench-strcmp.c: Likewise.
17675         * benchtests/bench-strcpy.c: Likewise.
17676         * benchtests/bench-strcpy_chk.c: Likewise.
17677         * benchtests/bench-strlen.c: Likewise.
17678         * benchtests/bench-strncasecmp.c: Likewise.
17679         * benchtests/bench-strncat.c: Likewise.
17680         * benchtests/bench-strncmp.c: Likewise.
17681         * benchtests/bench-strncpy.c: Likewise.
17682         * benchtests/bench-strnlen.c: Likewise.
17683         * benchtests/bench-strpbrk.c: Likewise.
17684         * benchtests/bench-strrchr.c: Likewise.
17685         * benchtests/bench-strspn.c: Likewise.
17686         * benchtests/bench-strstr.c: Likewise.
17687
17688 2013-09-04  Will Newton  <will.newton@linaro.org>
17689
17690         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
17691
17692 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
17693
17694         [BZ #15427]
17695         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
17696         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
17697         * math/libm-test.inc (lgamma_test_data): Add more tests.
17698         * sysdeps/i386/fpu/libm-test-ulps: Update.
17699         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17700
17701 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
17702
17703         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
17704         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
17705         Add ifunc.
17706         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
17707         Add strcmp-sse2-unaligned
17708         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
17709
17710 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
17711
17712         * Versions.def (libc): Add GLIBC_2.19.
17713
17714 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
17715
17716         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
17717         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
17718
17719 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
17720
17721         [BZ #14155]
17722         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
17723         intermediate calculations in recurrence.
17724         (__ieee754_ynf): Likewise.
17725         * math/libm-test.inc (jn_test_data): Do not allow spurious
17726         underflow exception.  Add more tests.
17727         (yn_test_data): Add more tests.
17728         * sysdeps/i386/fpu/libm-test-ulps: Update.
17729         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17730
17731 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
17732
17733         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
17734
17735 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
17736
17737         * csu/init-first.c: Fix then/than typos.
17738         * locale/programs/ld-collate.c: Likewise.
17739         * locale/programs/linereader.h: Likewise.
17740         * manual/charset.texi: Likewise.
17741         * manual/filesys.texi: Likewise.
17742         * manual/stdio.texi: Likewise.
17743         * manual/string.texi: Likewise.
17744         * stdlib/fmtmsg.c: Likewise.
17745         * sysdeps/i386/stpncpy.S: Likewise.
17746         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
17747         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
17748         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
17749         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
17750
17751 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
17752
17753         * elf/dl-open.c: Fix typos.
17754         * iconvdata/gbbig5.c: Likewise.
17755         * iconvdata/iso-2022-jp.c: Likewise.
17756         * iconv/gconv_int.h: Likewise.
17757         * iconv/loop.c: Likewise.
17758         * nis/rpcsvc/nis.h: Likewise.
17759         * resolv/ns_name.c: Likewise.
17760         * stdio-common/vfscanf.c: Likewise.
17761         * streams/stropts.h: Likewise.
17762         * sunrpc/rpc_thread.c: Likewise.
17763         * sysdeps/i386/strpbrk.S: Likewise.
17764         * sysdeps/ieee754/k_standard.c: Likewise.
17765         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
17766         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
17767         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
17768         * sysdeps/mach/hurd/profil.c: Likewise.
17769         * sysdeps/s390/dl-procinfo.h: Likewise.
17770         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
17771         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
17772         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
17773         * sysdeps/x86_64/dl-trampoline.S: Likewise.
17774         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
17775
17776 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
17777
17778         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
17779         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
17780
17781 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
17782
17783         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
17784         aix specific files.
17785         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
17786         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
17787         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
17788         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
17789         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
17790         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
17791         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
17792         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
17793
17794 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
17795             Roland McGrath  <roland@hack.frob.com>
17796
17797         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
17798         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
17799
17800 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
17801
17802         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
17803         __executable_start symbol instead of _start.
17804
17805 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
17806
17807         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
17808         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
17809         Move macros to...
17810         * sysdeps/gnu/ldsodefs.h: ... this new file.
17811
17812         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
17813         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
17814         instead of ELFOSABI_LINUX.
17815
17816         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
17817         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
17818         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
17819         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
17820         Likewise.
17821         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
17822         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
17823         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
17824         Likewise.
17825         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
17826         (ibm_extended_long_double): Add ieee_nan member.
17827         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
17828         (do_test): New function.
17829
17830         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
17831         TEST_TRUNC.
17832         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
17833         functions, renamed from truncdfsf_test, trunctfsf_test,
17834         trunctfdf_test.
17835         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
17836         functions.
17837         (do_test): Run all these.
17838
17839 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
17840
17841         * argp/argp-help.c: Fix typos.
17842         * argp/argp-parse.c: Likewise.
17843         * debug/backtracesyms.c: Likewise.
17844         * elf/elf.h: Likewise.
17845         * malloc/malloc.c: Likewise.
17846         * nis/nis_print.c: Likewise.
17847         * resolv/res_comp.c: Likewise.
17848         * stdlib/stdlib.h: Likewise.
17849         * sunrpc/clnt_tcp.c: Likewise.
17850         * sunrpc/clnt_udp.c: Likewise.
17851         * sunrpc/clnt_unix.c: Likewise.
17852         * sysdeps/unix/bsd/ptsname.c: Likewise.
17853         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
17854         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
17855         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
17856         Likewise.
17857         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
17858         Likewise.
17859         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
17860         Likewise.
17861         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
17862
17863 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
17864
17865         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
17866         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
17867
17868 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
17869
17870         [BZ #15897]
17871         * dlfcn/Makefile (tests): Add bug-dl-leaf.
17872         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
17873         ($(objpfx)bug-dl-leaf): New rule.
17874         ($(objpfx)bug-dl-leaf.so): Likewise.
17875         ($(objpfx)bug-dl-leaf.out): Likewise.
17876         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
17877         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
17878         * dlfcn/bug-dl-leaf.c: New test.
17879         * dlfcn/bug-dl-leaf-lib.c: Likewise.
17880         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
17881         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
17882         (dlclose): Likewise.
17883         (dlmopen): Likewise.
17884
17885 2013-08-27  Roland McGrath  <roland@hack.frob.com>
17886
17887         * include/netdb.h [!_ISOMAC]:
17888         Don't include <tls.h>.
17889         (h_errno, __libc_h_errno): Move declaration and macros out of
17890         [_LIBC_REENTRANT].
17891
17892         * include/resolv.h [_RESOLV_H_]:
17893         Don't include <tls.h>.
17894         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
17895         * resolv/res_libc.c: Don't include <tls.h>.
17896         (_res): Use __attribute__ ((nocommon)) in place of
17897         __attribute__ ((section (".bss"))).
17898
17899         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
17900         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
17901
17902         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
17903
17904         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
17905         only under [SIOCGIFCONF && SIOCGIFNETMASK].
17906
17907         * resolv/res_mkquery.c: Include <sys/time.h>.
17908
17909         * inet/ifreq.c: Moved to ...
17910         * sysdeps/unix/ifreq.c: ... here.
17911         * inet/ifreq.c: New file, true stub version.
17912
17913         * socket/sa_len.c: New file.
17914         * socket/Makefile (aux): Add it.
17915         * sysdeps/unix/sysv/linux/Makefile
17916         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
17917         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
17918         and #include <socket/sa_len.c>.
17919         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
17920         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
17921
17922         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
17923         * bits/socket.h: ... here.
17924
17925         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
17926         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
17927         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
17928
17929 2013-08-27  Andreas Schwab  <schwab@suse.de>
17930
17931         [BZ #15736]
17932         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
17933         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
17934         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
17935         * string/test-strcasecmp.c (test_main): Run tests in several
17936         locales.
17937         * string/test-strncasecmp.c (test_main): Likewise.
17938
17939         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
17940         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
17941         to __strcasecmp_nonascii and __strncasecmp_nonascii.
17942         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
17943         (__strncasecmp_ssse3) [PIC]: Likewise.
17944
17945 2013-08-26  Roland McGrath  <roland@hack.frob.com>
17946
17947         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
17948
17949         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
17950         instead of explicitly declaring xdecrypt.
17951         * nis/nss_nis/nis-publickey.c: Likewise.
17952
17953 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
17954
17955         [BZ #15890]
17956         * nscd/aicache.c: Include res_hconf.h.
17957         (addhstaiX): Initialize res_hconf.
17958
17959 2013-08-26  Andreas Schwab  <schwab@suse.de>
17960
17961         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
17962         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
17963
17964 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
17965
17966         * nscd/aicache.c (addhstaiX): Fix indentation.
17967
17968 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
17969
17970         * configure.ac: Quote $build_pt_chown test.
17971         * configure: Regenerated.
17972
17973 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
17974
17975         [BZ #15532]
17976         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
17977         * math/s_cexpf.c (__cexpf): Likewise.
17978         * math/s_cexpl.c (__cexpl): Likewise.
17979         * math/libm-test.inc (cexp_test_data): Correct expected return
17980         value for NaN + i0.  Add another test.
17981
17982 2013-08-22  David S. Miller  <davem@davemloft.net>
17983
17984         * po/ca.po: Update Catalan translation from translation project.
17985         * po/uk.po: Add Ukrainian translations from translation project.
17986
17987 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
17988
17989         [BZ #15797]
17990         * math/s_fdim.c (__fdim): Check for infinite arguments if result
17991         is infinite, not alongside NaN test.
17992         * math/s_fdimf.c (__fdimf): Likewise.
17993         * math/s_fdiml.c (__fdiml): Likewise.
17994         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
17995         errno is unchanged.
17996
17997 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
17998
17999         * argp/argp-help.c: Fix typos.
18000         * crypt/speeds.c: Likewise.
18001         * csu/check_fds.c: Likewise.
18002         * elf/dl-load.c: Likewise.
18003         * elf/dl-open.c: Likewise.
18004         * elf/reldep3.c: Likewise.
18005         * elf/reldep.c: Likewise.
18006         * elf/sprof.c: Likewise.
18007         * iconv/iconv_charmap.c: Likewise.
18008         * iconv/skeleton.c: Likewise.
18009         * iconv/strtab.c: Likewise.
18010         * io/lockf64.c: Likewise.
18011         * libio/libioP.h: Likewise.
18012         * resolv/gai_notify.c: Likewise.
18013         * resolv/ns_name.c: Likewise.
18014         * resolv/ns_samedomain.c: Likewise.
18015         * resolv/res_send.c: Likewise.
18016         * stdlib/random.c: Likewise.
18017         * sunrpc/rpc/xdr.h: Likewise.
18018         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
18019         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
18020         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
18021         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
18022         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
18023         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
18024         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
18025         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
18026         * sysdeps/mach/hurd/check_fds.c: Likewise.
18027         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
18028         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
18029         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
18030         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
18031         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
18032         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
18033         * sysdeps/pthread/aio_notify.c: Likewise.
18034         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
18035         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
18036         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
18037         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
18038         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
18039
18040 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
18041
18042         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
18043         version if bit_Slow_SSE4_2 is set.
18044         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
18045         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
18046
18047 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18048
18049         [BZ #15867]
18050         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
18051         trampoline stack frame information.
18052         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
18053         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
18054         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
18055         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
18056         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
18057         * sysdeps/unix/sysv/linux/powerpc/init-first.c
18058         (_libc_vdso_platform_setup): Initialize the signal trampolines.
18059         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
18060         sa_flags value.
18061         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
18062         interrupting a syscall and set with option SA_SIGINFO.
18063
18064 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
18065
18066         [BZ #15531]
18067         * math/s_cproj.c (__cproj): Only return an infinity if one part of
18068         argument is infinite.
18069         * math/s_cprojf.c (__cprojf): Likewise.
18070         * math/s_cprojl.c (__cprojl): Likewise.
18071         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
18072         * math/libm-test.inc (cproj_test_data): Add more tests.
18073
18074         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
18075
18076         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
18077         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
18078         size.  Use __ffs to determine corresponding shift.
18079
18080 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
18081             Roland McGrath  <roland@hack.frob.com>
18082
18083         * Makefile (INSTALL): Remove trailing blank lines from output of
18084         makeinfo.
18085
18086 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18087
18088         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
18089         Align 32 bit compat elf_greg to 8 bytes.
18090
18091 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
18092
18093         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
18094
18095 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
18096
18097         * string/strcoll_l.c (coll_seq): New structure.
18098         (get_next_seq_cached): New function.
18099         (get_next_seq): New function.
18100         (do_compare): New function.
18101         (STRCOLL): Use GNU style definition.  Simplify implementation
18102         by using get_next_seq, get_next_seq_cached and do_compare.
18103
18104 2013-08-16  Florian Weimer  <fweimer@redhat.com>
18105
18106         [BZ #14699]
18107         CVE-2013-4237
18108         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
18109         member.
18110         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
18111         member.
18112         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
18113         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
18114         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
18115         conditional.
18116         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
18117         GETDENTS_64BIT_ALIGNED.
18118         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
18119         * manual/filesys.texi (Reading/Closing Directory): Document
18120         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
18121         strongly.
18122         * manual/conf.texi (Limits for Files): Add portability note to
18123         NAME_MAX, PATH_MAX.
18124         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
18125
18126 2013-08-13  Andreas Schwab  <schwab@suse.de>
18127
18128         [BZ #15749]
18129         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
18130         of fabs.
18131         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
18132         LDBL_MAX_EXP >= 16384]: Add tests for it.
18133
18134 2013-08-12  David S. Miller  <davem@davemloft.net>
18135
18136         * version.h (RELEASE): Set to "development".
18137         (VERSION): Set to "2.18.90".
18138         * NEWS: Add 2.19 section.
18139
18140 2013-08-03  David S. Miller  <davem@davemloft.net>
18141
18142         * po/ko.po: Update Korean translation from translation project.
18143
18144 2013-08-01  David S. Miller  <davem@davemloft.net>
18145
18146         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
18147         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
18148         Bilka.
18149
18150 2013-07-30  David S. Miller  <davem@davemloft.net>
18151
18152         * po/fr.po: Update French translation from translation project.
18153
18154 2013-07-28  David S. Miller  <davem@davemloft.net>
18155
18156         * po/cs.po: Update Czech translation from translation project.
18157
18158         * po/sv.po: Update Swedish translation from translation project.
18159
18160 2013-07-27  David S. Miller  <davem@davemloft.net>
18161
18162         * po/eo.po: Update Esperanto translation from translation project.
18163
18164         * po/vi.po: Update Vietnamese translation from translation project.
18165
18166         * po/de.po: Update German translation from translation project.
18167
18168 2013-07-26  David S. Miller  <davem@davemloft.net>
18169
18170         * po/bg.po: Update Bulgarian translation from translation project.
18171
18172         * po/nl.po: Update Dutch translation from translation project.
18173         * po/pl.po: Update Polish translation from translation project.
18174         * po/ru.po: Update Russian translation from translation project.
18175
18176 2013-07-24  David S. Miller  <davem@davemloft.net>
18177
18178         * po/libc.pot: Update.
18179
18180 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18181
18182         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
18183         variable page size.
18184         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
18185         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
18186         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
18187
18188 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18189
18190         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
18191
18192 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
18193             Andreas Schwab  <schwab@suse.de>
18194             Roland McGrath  <roland@hack.frob.com>
18195             Joseph Myers  <joseph@codesourcery.com>
18196             Carlos O'Donell  <carlos@redhat.com>
18197
18198         [BZ #15755]
18199         * config.h.in: Define HAVE_PT_CHOWN.
18200         * config.make.in (build-pt-chown): New variable.
18201         * configure.in (--enable-pt_chown): New configure option.
18202         * configure: Regenerate.
18203         * login/Makefile: Include Makeconfig.  Build pt_chown only if
18204         build-pt-chown is enabled.
18205         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
18206         pt_chown to fix pty ownership.
18207         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
18208         CLOSE_ALL_FDS.
18209         * manual/install.texi (Configuring and compiling): Mention
18210         --enable-pt_chown. Add @findex for grantpt.
18211         * INSTALL: Regenerate.
18212
18213 2013-07-20  David S. Miller  <davem@davemloft.net>
18214
18215         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
18216         difference between 32-bit and 64-bit.
18217
18218 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
18219
18220         [BZ #15711]
18221         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
18222         Avoid system header dependency with -ffreestanding.
18223         ($(objpfx)bits/syscall%d): Likewise.
18224
18225 2013-07-13  David S. Miller  <davem@davemloft.net>
18226
18227         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
18228         underflows from atanl/atan2l due to bug 15319.
18229         (casinh_test_data): Likewise.
18230
18231 2013-07-07  David S. Miller  <davem@davemloft.net>
18232
18233         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
18234
18235 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
18236
18237         * sysdeps/i386/fpu/libm-test-ulps: Update.
18238         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18239
18240 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
18241
18242         * configure.in (--enable-lock-elision): Fix message text.
18243         * INSTALL: Regenerate.
18244         * configure: Regenerate.
18245
18246 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18247
18248         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18249
18250 2013-07-03  Andreas Jaeger  <aj@suse.de>
18251
18252         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
18253         define.
18254         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
18255         (ptrace_peeksiginfo_args): Add.
18256         (__ptrace_peeksiginfo_flags): Add.
18257         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
18258         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
18259         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
18260
18261 2013-07-03  Allan McRae  <allan@archlinux.org>
18262
18263         * sysdeps/i386/fpu/libm-test-ulps: Update.
18264
18265 2013-07-02  David S. Miller  <davem@davemloft.net>
18266
18267         * sysdeps/sparc/fpu/libm-test-ulps: Update.
18268
18269 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
18270
18271         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
18272
18273 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
18274
18275         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
18276         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18277
18278 2013-07-02  Andi Kleen <ak@linux.intel.com>
18279
18280         * config.h.in (ENABLE_LOCK_ELISION): Add.
18281         * configure.in (--enable-lock-elision): Add option.
18282         * manual/install.texi: Document --enable lock elision.
18283         * configure: Regenerate
18284         * INSTALL: Regenerate.
18285
18286 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
18287
18288         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
18289         SSE4.2 strcasecmp for libc.a.
18290         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
18291
18292 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
18293
18294         [BZ #13304]
18295         * soft-fp/op-common.h (_FP_FMA): New macro.
18296         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
18297         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
18298         (_FP_MUL_MEAT_1_imm): ... here.
18299         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
18300         (_FP_MUL_MEAT_1_wide): ... here.
18301         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
18302         (_FP_MUL_MEAT_1_hard): ... here.
18303         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
18304         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
18305         (_FP_MUL_MEAT_2_wide): ... here.
18306         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
18307         (_FP_MUL_MEAT_2_wide_3mul): ... here.
18308         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
18309         (_FP_MUL_MEAT_2_gmp): ... here.
18310         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
18311         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
18312         (_FP_MUL_MEAT_4_wide): ... here.
18313         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
18314         (_FP_MUL_MEAT_4_gmp): ... here.
18315         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
18316         (_FP_WFRACBITS_DW_S): Likewise.
18317         (_FP_WFRACXBITS_DW_S): Likewise.
18318         (_FP_HIGHBIT_DW_S): Likewise.
18319         (FP_FMA_S): Likewise.
18320         (_FP_FRAC_HIGH_DW_S): Likewise.
18321         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
18322         (_FP_WFRACBITS_DW_D): Likewise.
18323         (_FP_WFRACXBITS_DW_D): Likewise.
18324         (_FP_HIGHBIT_DW_D): Likewise.
18325         (FP_FMA_D): Likewise.
18326         (_FP_FRAC_HIGH_DW_D): Likewise.
18327         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
18328         (_FP_WFRACBITS_DW_E): Likewise.
18329         (_FP_WFRACXBITS_DW_E): Likewise.
18330         (_FP_HIGHBIT_DW_E): Likewise.
18331         (FP_FMA_E): Likewise.
18332         (_FP_FRAC_HIGH_DW_E): Likewise.
18333         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
18334         (_FP_WFRACBITS_DW_Q): Likewise.
18335         (_FP_WFRACXBITS_DW_Q): Likewise.
18336         (_FP_HIGHBIT_DW_Q): Likewise.
18337         (FP_FMA_Q): Likewise.
18338         (_FP_FRAC_HIGH_DW_Q): Likewise.
18339         * soft-fp/fmasf4.c: New file.
18340         * soft-fp/fmadf4.c: Likewise.
18341         * soft-fp/fmatf4.c: Likewise.
18342
18343 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
18344
18345         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
18346         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
18347         Silvermont.
18348         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
18349         macro.
18350         (index_Slow_SSE4_2): Likewise.
18351         (index_Prefer_PMINUB_for_stringop): Likewise.
18352         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
18353         bit_Slow_SSE4_2 is set.
18354         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
18355         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
18356
18357 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
18358
18359         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
18360         rtld_global._dl_hwcap2.
18361         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
18362         POWER8.
18363         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
18364         POWER8 feature descriptions defined in _dl_hwcap2.
18365         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
18366         string handling for POWER8 feature bits.
18367         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
18368         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
18369         _dl_powerpc_cap_flags.
18370         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
18371         * sysdeps/powerpc/rtld-global-offsets.sym
18372         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
18373         _dl_hwcap2 in the rtld_global_ro structure.
18374
18375 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
18376
18377         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
18378         hardware capabilities in support of AT_HWCAP2.
18379         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
18380         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
18381         GLRO(dl_hwcap2).
18382         (_dl_show_auxv): Add support for calling _dl_procinfo to display
18383         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
18384         explicitly the unknown a_type display mechanism is used.
18385         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
18386         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
18387         struct member.
18388         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
18389         to macro prototype for AT_HWCAP2 support.
18390         * sysdeps/i386/dl-procinfo.h: Likewise.
18391         * sysdeps/s390/dl-procinfo.h: Likewise.
18392         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
18393         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
18394         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
18395         return -1 for unknown a_type display fallback.
18396         * sysdeps/sparc/dl-procinfo.h: Likewise.
18397         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
18398         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
18399
18400 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
18401
18402         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
18403         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
18404
18405 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
18406
18407         [BZ #12492]
18408         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
18409         mprotect making __stack_prot writable.
18410
18411 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
18412             Joseph Myers  <joseph@codesourcery.com>
18413
18414         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
18415         as being properly aligned.
18416
18417 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
18418
18419         * dlfcn/modstatic5.c: New file.
18420         * dlfcn/tststatic5.c: New file.
18421         * dlfcn/Makefile (tests): Add tststatic5.
18422         (tests-static): Likewise.
18423         (modules-names): Add modstatic5.
18424         (tststatic5-ENV): New variable.
18425         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
18426
18427         [BZ #15022]
18428         * elf/dl-support.c (_dl_main_map): New variable.
18429         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
18430         (_dl_nns, _dl_load_adds): Set to 1.
18431         (_dl_initial_searchlist): Refer to _dl_main_map.
18432         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
18433         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
18434         call to _dl_get_origin.
18435         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
18436         around call_map.
18437         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
18438         * dlfcn/modstatic3.c: New file.
18439         * dlfcn/tststatic3.c: New file.
18440         * dlfcn/tststatic4.c: New file.
18441         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
18442         (tests-static): Likewise.
18443         (modules-names): Add modstatic3.
18444         (tststatic3-ENV, tststatic4-ENV): New variables.
18445         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
18446         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
18447
18448 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
18449
18450         * configure.in (CC): Require GCC version 4.4 or later.
18451         * configure: Regenerated.
18452         * manual/install.texi (Tools for Compilation): Update GCC version
18453         requirement.
18454         * INSTALL: Regenerated.
18455
18456 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
18457
18458         [BZ #15674]
18459         * string/test-memcmp.c (check2): New.
18460         (main): Call check2.
18461
18462         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
18463
18464 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
18465
18466         [BZ #15022]
18467         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
18468         over to...
18469         (dl_open_worker) [!SHARED]: ... here.
18470
18471 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
18472
18473         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
18474
18475 2013-06-25  Richard Henderson  <rth@redhat.com>
18476
18477         * locale/programs/locarchive.c: Include <libc-internal.h>
18478
18479 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
18480
18481         * manual/texinfo.tex: Update to version 2013-06-21.17, with
18482         trailing whitespace removed.
18483
18484 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
18485
18486         [BZ #10283]
18487         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
18488         * locale/programs/locarchive.c: Include libc-mmap.h.
18489         (prepare_address_space): Take two new outputs (the mmap base and len).
18490         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
18491         values.
18492         (create_archive): Declare new mmap base and len values for
18493         prepare_address_space, and store the result in ah.
18494         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
18495         (enlarge_archive): If ah->mmap_base is not NULL, use that and
18496         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
18497         Declare new mmap base and len values for
18498         prepare_address_space, and store the result in new_ah.
18499         (open_archive): Declare new mmap base and len values for
18500         prepare_address_space, and store the result in ah.
18501         (close_archive): If ah->mmap_base is not NULL, use that and
18502         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
18503         * sysdeps/generic/libc-mmap.h: New file.
18504
18505 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
18506
18507         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
18508         (ALIGN_UP): Likewise.
18509         (PTR_ALIGN_DOWN): Likewise.
18510         (PTR_ALIGN_UP): Likewise.
18511
18512 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
18513
18514         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
18515         entry mapped to PPC_PLATFORM_POWER8.
18516         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
18517         POWER8.
18518         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
18519         (_dl_string_platform): Add case for exporting platform position for
18520         POWER8.
18521         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
18522         search path to sysdeps/powerpc/powerpc32/power8 directory.
18523         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
18524         search path to sysdeps/powerpc/powerpc64/power8 directory.
18525         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
18526         power7 directories.
18527         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
18528         power7 directories.
18529
18530 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
18531
18532         * INSTALL: Regenerate.
18533
18534         * nscd/connections.c (nscd_init): Fix comment.
18535
18536 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
18537
18538         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
18539
18540         [BZ #15667]
18541         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
18542         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
18543
18544 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
18545
18546         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
18547         DL_DST_REQ_STATIC.
18548         (DL_DST_REQ_STATIC): Remove macro.
18549
18550 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
18551
18552         [BZ #7006]
18553         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
18554         with a shift of 0 bits.
18555
18556 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
18557
18558         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
18559         $(tststatic-ENV).
18560
18561 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18562
18563         [BZ #15655]
18564         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
18565
18566 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18567
18568         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
18569         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
18570         accepts -fno-tree-loop-distribute-patterns.
18571         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
18572         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
18573         recursive call.
18574         * string/memset.c (memset): Likewise.
18575         * string/test-memmove.c (simple_memmove): Disable loop transformation
18576         to library calls.
18577         * string/test-memset.c (simple_memset): Likewise.
18578         * benchtests/bench-memmove.c (simple_memmove): Likewise.
18579         * benchtests/bench-memset.c (simple_memset): Likewise.
18580         * configure: Regenerated.
18581
18582 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
18583
18584         * math/test-misc.c (main): Ignore fesetround failure when failures
18585         of subsequent rounding tests would be ignored.
18586
18587         [BZ #15654]
18588         * math/fedisblxcpt.c (fedisableexcept): Return 0.
18589         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
18590         * math/fegetenv.c (__fegetenv): Return 0.
18591         * math/fegetexcept.c (fegetexcept): Return 0.
18592         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
18593         FE_TONEAREST.
18594         * math/feholdexcpt.c (feholdexcept): Return 0.
18595         * math/fesetenv.c (__fesetenv): Return 0.
18596         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
18597         argument FE_TONEAREST.
18598         * math/feupdateenv.c (__feupdateenv): Return 0.
18599         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
18600
18601 2013-06-18  Roland McGrath  <roland@hack.frob.com>
18602
18603         * elf/rtld-Rules (rtld-compile-command.S): New variable.
18604         (rtld-compile-command.s, rtld-compile-command.c): New variables.
18605         ($(objpfx)rtld-%.os rules): Use them.
18606
18607 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18608
18609         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
18610         fields.
18611
18612 2013-06-17  Roland McGrath  <roland@hack.frob.com>
18613
18614         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
18615         length of target pattern, then descending length of dependency pattern.
18616         * configure.in (AWK): Require gawk 3.1.2 or newer.
18617         * manual/install.texi (Tools for Compilation): Say that we do.
18618         * configure: Regenerated.
18619
18620         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
18621         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
18622         * scripts/sysd-rules.awk: ... this new script.
18623         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
18624         than a glob-style pattern.
18625
18626 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
18627
18628         * math/test-misc.c (main): Do not treat incorrectly rounded
18629         conversions as failure unless ROUNDING_TESTS passes.
18630
18631 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
18632
18633         [BZ #15631]
18634         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
18635         restore exception state around main square root computation, then
18636         check for inexactness explicitly.
18637
18638         * math/libm-test.inc (fma_test_data): Add another test.
18639
18640 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
18641
18642         * manual/threads.texi (Non-POSIX Extensions): New document
18643         node.  Document pthread_getattr_default_np and
18644         pthread_setattr_default_np.
18645
18646         * Versions.def (libpthread): Add GLIBC_2.18.
18647         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
18648         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
18649         Likewise.
18650         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
18651         Likewise.
18652         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
18653         Likewise.
18654         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
18655         Likewise.
18656         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
18657         Likewise.
18658         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
18659         Likewise.
18660         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
18661         Likewise.
18662         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
18663         Likewise.
18664         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
18665         Likewise.
18666
18667 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
18668
18669         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
18670         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
18671
18672 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
18673             H.J. Lu  <hjl.tools@gmail.com>
18674
18675         [BZ #15627]
18676         * sysdeps/x86_64/rtld-memset.c: Remove file.
18677         * sysdeps/x86_64/rtld-memset.S: New file.
18678
18679 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
18680
18681         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
18682         (test_in_one_mode): Take arguments for whether the rounding mode
18683         is supported for each floating-point type.
18684         (do_test): Pass new arguments to test_in_one_mode using
18685         ROUNDING_TESTS.
18686
18687 2013-06-13  Roland McGrath  <roland@hack.frob.com>
18688
18689         * posix/tst-waitid.c (do_test): Distinguish different instances of
18690         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
18691         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
18692         before entering the kernel for waitpid.
18693
18694 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
18695
18696         * NEWS: Fix note on clock function precision.  Text by Roland
18697         McGrath.
18698
18699 2013-06-13  Roland McGrath  <roland@hack.frob.com>
18700
18701         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
18702         it into place only when and if the sanity check passes.
18703
18704 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
18705
18706         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
18707         output for whether conversion result is exact.  Take argument
18708         indicating whether type is IBM long double.
18709         (round_for_all): Change need_exact field to ibm_ld.
18710         * stdlib/tst-strtod-round.c (struct exactness): New type.
18711         (struct test): Change bool ld_ok field to struct exactness exact.
18712         (TEST): Update all definitions for change to field.
18713         (tests): Regenerate array contents.
18714         (test_in_one_mode): Take pointer to new field instead of old ld_ok
18715         field value.  Check for IBM long double here.
18716         (do_test): Update calls to test_in_one_mode.
18717
18718 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
18719
18720         [BZ #12515]
18721         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
18722         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
18723
18724 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18725
18726         [BZ #15605]
18727         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
18728         generated by the compiler on loop optimizations.
18729         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
18730         general definitions.
18731
18732 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
18733
18734         * math/bug-nextafter.c: Include <math-tests.h>.
18735         (main): Only test for exceptions if EXCEPTION_TESTS is true for
18736         the relevant type.
18737         * math/bug-nexttoward.c: Include <math-tests.h>.
18738         (main): Only test for exceptions if EXCEPTION_TESTS is true for
18739         the relevant type.
18740         * math/test-misc.c: Include <math-tests.h>.
18741         (main): Only test for exceptions if EXCEPTION_TESTS is true for
18742         the relevant type.
18743
18744 2013-06-12  Andreas Jaeger  <aj@suse.de>
18745
18746         * po/ia.po: Update Interlingua translation from translation
18747         project.
18748
18749 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
18750
18751         * include/fenv.h: Include stdbool.h.
18752         (struct rm_ctx): New structure.
18753         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
18754         Define macro.
18755         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
18756         (SET_RESTORE_ROUNDF): Likewise.
18757         (SET_RESTORE_ROUNDL): Likewise.
18758         (SET_RESTORE_ROUND_NOEX): Likewise.
18759         (SET_RESTORE_ROUND_NOEXF): Likewise.
18760         (SET_RESTORE_ROUND_NOEXL): Likewise.
18761         (SET_RESTORE_ROUND_53BIT): Likewise.
18762         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
18763         (libc_feresetround_noexf_ctx): Likewise.
18764         (libc_feresetround_noexl_ctx): Likewise.
18765         (libc_feholdsetround_53bit_ctx): Likewise.
18766         (libc_feresetround_53bit_ctx): Likewise.
18767         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
18768         (libc_feholdexcept_setround_sse_ctx): New function.
18769         (libc_fesetenv_sse_ctx): Likewise.
18770         (libc_feupdateenv_sse_ctx): Likewise.
18771         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
18772         (libc_feholdexcept_setround_387_ctx): Likewise.
18773         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
18774         (libc_feholdsetround_387_prec_ctx): Likewise.
18775         (libc_feholdsetround_387_ctx): Likewise.
18776         (libc_feholdsetround_387_53bit_ctx): Likewise.
18777         (libc_feholdsetround_sse_ctx): Likewise.
18778         (libc_feresetround_sse_ctx): Likewise.
18779         (libc_feresetround_387_ctx): Likewise.
18780         (libc_feupdateenv_387_ctx): Likewise.
18781         (libc_feholdexcept_setroundf_ctx): Define macro.
18782         (libc_fesetenvf_ctx): Likewise.
18783         (libc_feupdateenvf_ctx): Likewise.
18784         (libc_feholdsetroundf_ctx): Likewise.
18785         (libc_feresetroundf_ctx): Likewise.
18786         (libc_feholdexcept_setround_ctx): Likewise.
18787         (libc_fesetenv_ctx): Likewise.
18788         (libc_feupdateenv_ctx): Likewise.
18789         (libc_feholdsetround_ctx): Likewise.
18790         (libc_feresetround_ctx): Likewise.
18791         (libc_feholdexcept_setroundl_ctx): Likewise.
18792         (libc_feupdateenvl_ctx): Likewise.
18793         (libc_feholdsetroundl_ctx): Likewise.
18794         (libc_feresetroundl_ctx): Likewise.
18795         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
18796         (libc_feresetround_53bit_ctx): Likewise.
18797
18798 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
18799
18800         * locale/iso-639.def: Convert to UTF-8.
18801
18802 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
18803
18804         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
18805         (EXCEPTION_TESTS_double): Likewise.
18806         (EXCEPTION_TESTS_long_double): Likewise.
18807         (EXCEPTION_TESTS): Likewise.
18808         * math/libm-test.inc (test_exceptions): Only test exceptions if
18809         EXCEPTION_TESTS (FLOAT).
18810
18811 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
18812
18813         * benchtests/Makefile (string-bench): Add strcpy_chk and
18814         stpcpy_chk.
18815         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
18816         * benchtests/bench-stpcpy_chk.c: New file.
18817         * benchtests/bench-strcpy_chk-ifunc.c: New file.
18818         * benchtests/bench-strcpy_chk.c: New file.
18819         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
18820         code.
18821         (do_test): Likewise.
18822
18823 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
18824
18825         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
18826         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
18827         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
18828         with tabs where appropriate.
18829         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
18830         dl-procinfo.h.
18831         [PPC_PLATFORM_PPC440]: Likewise.
18832         [PPC_PLATFORM_PPC464]: Likewise.
18833         [PPC_PLATFORM_PPC476]: Likewise.
18834         (_dl_string_platform): Add support for detecting ppc405, ppc440,
18835         ppc464, and ppc476 platform strings merging from ports/
18836         dl-procinfo.h.
18837
18838 2013-06-11  Andreas Schwab  <schwab@suse.de>
18839
18840         [BZ #14991]
18841         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
18842         (from_ucs4_idx): Regenerate.
18843         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
18844         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
18845         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
18846         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
18847         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
18848         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
18849         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
18850         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
18851         from FROM_LOOP and TO_LOOP specific macros.
18852         (BODY): Handle combining characters.
18853         * iconvdata/BIG5HKSCS.irreversible: Update.
18854         * iconvdata/BIG5HKSCS.precomposed: New file.
18855         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
18856         characters.
18857         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
18858
18859 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
18860
18861         * include/sys/time.h: Fix indentation and add copyright header.
18862
18863         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
18864         (do_test): Likewise.
18865         * string/test-memchr.c (do_one_test): Likewise.
18866         (do_test): Likewise.
18867         * string/test-memcmp.c (do_one_test): Likewise.
18868         (do_test): Likewise.
18869         * string/test-memcpy.c (do_one_test): Likewise.
18870         (do_test): Likewise.
18871         * string/test-memmem.c (do_one_test): Likewise.
18872         (do_test): Likewise.
18873         (do_random_tests): Likewise.
18874         * string/test-memmove.c (do_one_test): Likewise.
18875         (do_test): Likewise.
18876         * string/test-memset.c (do_one_test): Likewise.
18877         (do_test): Likewise.
18878         * string/test-rawmemchr.c (do_one_test): Likewise.
18879         (do_test): Likewise.
18880         * string/test-strcasecmp.c (do_one_test): Likewise.
18881         (do_test): Likewise.
18882         * string/test-strcasestr.c (do_one_test): Likewise.
18883         (do_test): Likewise.
18884         * string/test-strcat.c (do_one_test): Likewise.
18885         (do_test): Likewise.
18886         * string/test-strchr.c (do_one_test): Likewise.
18887         (do_test): Likewise.
18888         * string/test-strcmp.c (do_one_test): Likewise.
18889         (do_test): Likewise.
18890         * string/test-strcpy.c (do_one_test): Likewise.
18891         (do_test): Likewise.
18892         * string/test-string.h: Likewise.
18893         (test_init): Likewise.
18894         * string/test-strlen.c (do_one_test): Likewise.
18895         (do_test): Likewise.
18896         * string/test-strncasecmp.c (do_one_test): Likewise.
18897         (do_test): Likewise.
18898         * string/test-strncat.c (do_one_test): Likewise.
18899         (do_test): Likewise.
18900         * string/test-strncmp.c (do_one_test): Likewise.
18901         (do_test_limit): Likewise.
18902         (do_test): Likewise.
18903         * string/test-strncpy.c (do_one_test): Likewise.
18904         (do_test): Likewise.
18905         * string/test-strnlen.c (do_one_test): Likewise.
18906         (do_test): Likewise.
18907         * string/test-strpbrk.c (do_one_test): Likewise.
18908         (do_test): Likewise.
18909         * string/test-strrchr.c (do_one_test): Likewise.
18910         (do_test): Likewise.
18911         * string/test-strspn.c (do_one_test): Likewise.
18912         (do_test): Likewise.
18913         * string/test-strstr.c (do_one_test): Likewise.
18914         (do_test): Likewise.
18915
18916         * benchtests/Makefile (string-bench): Add string benchmarks.
18917         * benchtests/bench-bcopy-ifunc.c: New file.
18918         * benchtests/bench-bcopy.c: New file.
18919         * benchtests/bench-bzero-ifunc.c: New file.
18920         * benchtests/bench-bzero.c: New file.
18921         * benchtests/bench-memccpy-ifunc.c: New file.
18922         * benchtests/bench-memccpy.c: New file.
18923         * benchtests/bench-memchr-ifunc.c: New file.
18924         * benchtests/bench-memchr.c: New file.
18925         * benchtests/bench-memcmp-ifunc.c: New file.
18926         * benchtests/bench-memcmp.c: New file.
18927         * benchtests/bench-memmem-ifunc.c: New file.
18928         * benchtests/bench-memmem.c: New file.
18929         * benchtests/bench-memmove-ifunc.c: New file.
18930         * benchtests/bench-memmove.c: New file.
18931         * benchtests/bench-mempcpy-ifunc.c: New file.
18932         * benchtests/bench-mempcpy.c: New file.
18933         * benchtests/bench-memset-ifunc.c: New file.
18934         * benchtests/bench-memset.c: New file.
18935         * benchtests/bench-rawmemchr-ifunc.c: New file.
18936         * benchtests/bench-rawmemchr.c: New file.
18937         * benchtests/bench-stpcpy-ifunc.c: New file.
18938         * benchtests/bench-stpcpy.c: New file.
18939         * benchtests/bench-stpncpy-ifunc.c: New file.
18940         * benchtests/bench-stpncpy.c: New file.
18941         * benchtests/bench-strcasecmp-ifunc.c: New file.
18942         * benchtests/bench-strcasecmp.c: New file.
18943         * benchtests/bench-strcasestr-ifunc.c: New file.
18944         * benchtests/bench-strcasestr.c: New file.
18945         * benchtests/bench-strcat-ifunc.c: New file.
18946         * benchtests/bench-strcat.c: New file.
18947         * benchtests/bench-strchr-ifunc.c: New file.
18948         * benchtests/bench-strchr.c: New file.
18949         * benchtests/bench-strchrnul-ifunc.c: New file.
18950         * benchtests/bench-strchrnul.c: New file.
18951         * benchtests/bench-strcmp-ifunc.c: New file.
18952         * benchtests/bench-strcmp.c: New file.
18953         * benchtests/bench-strcpy-ifunc.c: New file.
18954         * benchtests/bench-strcpy.c: New file.
18955         * benchtests/bench-strcspn-ifunc.c: New file.
18956         * benchtests/bench-strcspn.c: New file.
18957         * benchtests/bench-strlen-ifunc.c: New file.
18958         * benchtests/bench-strlen.c: New file.
18959         * benchtests/bench-strncasecmp-ifunc.c: New file.
18960         * benchtests/bench-strncasecmp.c: New file.
18961         * benchtests/bench-strncat-ifunc.c: New file.
18962         * benchtests/bench-strncat.c: New file.
18963         * benchtests/bench-strncmp-ifunc.c: New file.
18964         * benchtests/bench-strncmp.c: New file.
18965         * benchtests/bench-strncpy-ifunc.c: New file.
18966         * benchtests/bench-strncpy.c: New file.
18967         * benchtests/bench-strnlen-ifunc.c: New file.
18968         * benchtests/bench-strnlen.c: New file.
18969         * benchtests/bench-strpbrk-ifunc.c: New file.
18970         * benchtests/bench-strpbrk.c: New file.
18971         * benchtests/bench-strrchr-ifunc.c: New file.
18972         * benchtests/bench-strrchr.c: New file.
18973         * benchtests/bench-strspn-ifunc.c: New file.
18974         * benchtests/bench-strspn.c: New file.
18975         * benchtests/bench-strstr-ifunc.c: New file.
18976         * benchtests/bench-strstr.c: New file.
18977
18978         * benchtests/Makefile: Disable parallel execution of targets.
18979         (string-bench): Add memcpy.
18980         (benchset): New variable to store a list of benchmark sets.
18981         (bench-func): Renamed from bench.
18982         (bench-set): New target.
18983         (bench): Depend on bench-func and bench-set.
18984         * benchtests/README: Add section on benchmark sets.
18985         * benchtests/bench-memcpy-ifunc.c: New file.
18986         * benchtests/bench-memcpy.c: New file.
18987         * benchtests/bench-string.h: New file.
18988
18989 2013-06-11  Andreas Schwab  <schwab@suse.de>
18990
18991         [BZ #15577]
18992         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
18993         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
18994         values in the triple.
18995         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
18996         terminator in the group key.
18997
18998 2013-06-11  Andreas Jaeger  <aj@suse.de>
18999
19000         * po/zh_TW.po: Update Chinese (traditional) translation from
19001         translation project.
19002
19003 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
19004
19005         * include/time.h (__clock_gettime): Add libc_hidden_proto.
19006         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
19007         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
19008         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
19009         (clock_getcpuclockid): Likewise.
19010         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
19011         Add weak_alias and libc_hidden_def.
19012         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
19013         * rt/clock_gettime.c (clock_gettime): Rename to
19014         __clock_gettime.  Add weak_alias and libc_hidden_def.
19015         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
19016         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
19017         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
19018         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
19019         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
19020         Likewise.
19021         * rt/clock_settime.c (clock_settime): Rename to
19022         __clock_settime.  Add weak_alias and libc_hidden_def.
19023         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
19024
19025 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
19026
19027         * mach/err_boot.sub: Remove trailing whitespace.
19028         * mach/err_ipc.sub: Likewise.
19029         * mach/err_mach.sub: Likewise.
19030
19031         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
19032         (ROUNDING_TESTS_double): Likewise.
19033         (ROUNDING_TESTS_long_double): Likewise.
19034         (ROUNDING_TESTS): Likewise.
19035         * math/libm-test.inc: Include <math-tests.h>.
19036         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
19037         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
19038         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
19039         (IF_ROUND_INIT_FE_UPWARD): Likewise.
19040
19041 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
19042
19043         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
19044         of assigning.
19045
19046 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
19047
19048         * sysdeps/gnu/errlist.awk: Do not generate space at end of
19049         otherwise empty TRANS lines.
19050         * sysdeps/gnu/errlist.c: Regenerated.
19051
19052         * catgets/gencat.c (error_print): Use (void) in function
19053         definition.
19054         * crypt/crypt_util.c (__init_des): Likewise.
19055         * crypt/speeds.c (Stop): Likewise.
19056         (main): Likewise.
19057         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
19058         * inet/ruserpass.c (token): Likewise.
19059         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
19060         * intl/localealias.c (extend_alias_table): Likewise.
19061         * intl/plural-exp.c (init_germanic_plural): Likewise.
19062         * libio/fcloseall.c (__fcloseall): Likewise.
19063         * libio/genops.c (_IO_flush_all): Likewise.
19064         (_IO_flush_all_linebuffered): Likewise.
19065         (_IO_cleanup): Likewise.
19066         (_IO_iter_begin): Likewise.
19067         (_IO_iter_end): Likewise.
19068         (_IO_list_lock): Likewise.
19069         (_IO_list_unlock): Likewise.
19070         (_IO_list_resetlock): Likewise.
19071         * libio/getchar.c (getchar): Likewise.
19072         * libio/getchar_u.c (getchar_unlocked): Likewise.
19073         * libio/getwchar.c (getwchar): Likewise.
19074         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
19075         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
19076         * login/getpt.c (__getpt): Likewise.
19077         * login/tst-utmp.c (main): Likewise.
19078         * malloc/hooks.c (__malloc_check_init): Likewise.
19079         * malloc/malloc.c (__malloc_stats): Likewise.
19080         * malloc/mtrace.c (tr_break): Likewise.
19081         (mtrace): Likewise.
19082         (muntrace): Likewise.
19083         * misc/fstab.c (endfsent): Likewise.
19084         * misc/getclktck.c (__getclktck): Likewise.
19085         * misc/getdtsz.c (__getdtablesize): Likewise.
19086         * misc/gethostid.c (gethostid): Likewise.
19087         * misc/getpagesize.c (__getpagesize): Likewise.
19088         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
19089         (__get_nprocs): Likewise.
19090         (__get_phys_pages): Likewise.
19091         (__get_avphys_pages): Likewise.
19092         * misc/getttyent.c (getttyent): Likewise.
19093         (setttyent): Likewise.
19094         (endttyent): Likewise.
19095         * misc/getusershell.c (getusershell): Likewise.
19096         (endusershell): Likewise.
19097         (setusershell): Likewise.
19098         (initshells): Likewise.
19099         * misc/hsearch.c (__hdestroy): Likewise.
19100         * misc/sync.c (sync): Likewise.
19101         * misc/syslog.c (closelog_internal): Likewise.
19102         (closelog): Likewise.
19103         * misc/ttyslot.c (ttyslot): Likewise.
19104         * misc/vhangup.c (vhangup): Likewise.
19105         * posix/fork.c (__fork): Likewise.
19106         * posix/getegid.c (__getegid): Likewise.
19107         * posix/geteuid.c (__geteuid): Likewise.
19108         * posix/getgid.c (__getgid): Likewise.
19109         * posix/getpid.c (__getpid): Likewise.
19110         * posix/getppid.c (__getppid): Likewise.
19111         * posix/getuid.c (__getuid): Likewise.
19112         * posix/pause.c (pause): Likewise.
19113         * posix/setpgrp.c (setpgrp): Likewise.
19114         * posix/setsid.c (__setsid): Likewise.
19115         * posix/test-vfork.c (noop): Likewise.
19116         * resolv/gethnamaddr.c (_endhtent): Likewise.
19117         (_gethtent): Likewise.
19118         (ht_endhostent): Likewise.
19119         (gethostent): Likewise.
19120         (dns_service): Likewise.
19121         * stdlib/drand48.c (drand48): Likewise.
19122         * stdlib/lrand48.c (lrand48): Likewise.
19123         * stdlib/mrand48.c (mrand48): Likewise.
19124         * stdlib/rand.c (rand): Likewise.
19125         * stdlib/random.c (__random): Likewise.
19126         * stdlib/setenv.c (clearenv): Likewise.
19127         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
19128         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
19129         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
19130         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
19131         (__get_nprocs): Likewise.
19132         (__get_phys_pages): Likewise.
19133         (__get_avphys_pages): Likewise.
19134         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
19135         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
19136         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
19137         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
19138         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
19139         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
19140         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
19141         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
19142         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
19143         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
19144         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
19145         * sysdeps/mach/hurd/sync.c (sync): Likewise.
19146         * sysdeps/posix/clock.c (clock): Likewise.
19147         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
19148         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
19149         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
19150         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
19151         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
19152         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
19153         (__get_nprocs_conf): Likewise.
19154         (__get_phys_pages): Likewise.
19155         (__get_avphys_pages): Likewise.
19156         * time/clock.c (clock): Likewise.
19157         * time/tzset.c (__tzname_max): Likewise.
19158
19159 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
19160
19161         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
19162         (__bswap_32): Do not use "register".
19163         * crypt/crypt.c (_ufc_doit_r): Likewise.
19164         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
19165         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
19166         * gmon/gmon.c (__monstartup): Likewise.
19167         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
19168         * hurd/hurdmalloc.c (more_memory): Likewise.
19169         (malloc): Likewise.
19170         (free): Likewise.
19171         (realloc): Likewise.
19172         (malloc_fork_prepare): Likewise.
19173         (malloc_fork_parent): Likewise.
19174         (malloc_fork_child): Likewise.
19175         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
19176         (_svcauth_des): Likewise.
19177         * inet/inet_lnaof.c (inet_lnaof): Likewise.
19178         * inet/inet_net.c (inet_network): Likewise.
19179         * inet/inet_netof.c (inet_netof): Likewise.
19180         * inet/rcmd.c (__validuser2_sa): Likewise.
19181         * io/fts.c (fts_open): Likewise.
19182         (fts_load): Likewise.
19183         (fts_close): Likewise.
19184         (fts_read): Likewise.
19185         (fts_children): Likewise.
19186         (fts_build): Likewise.
19187         (fts_stat): Likewise.
19188         (fts_sort): Likewise.
19189         (fts_alloc): Likewise.
19190         (fts_lfree): Likewise.
19191         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
19192         (_IO_file_xsgetn): Likewise.
19193         (_IO_file_xsgetn_mmap): Likewise.
19194         * libio/iofopncook.c (_IO_cookie_read): Likewise.
19195         (_IO_cookie_write): Likewise.
19196         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
19197         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
19198         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
19199         * malloc/obstack.c (_obstack_begin): Likewise.
19200         (_obstack_begin_1): Likewise.
19201         (_obstack_newchunk): Likewise.
19202         (_obstack_allocated_p): Likewise.
19203         (obstack_free): Likewise.
19204         (_obstack_memory_used): Likewise.
19205         * misc/getttyent.c (getttynam): Likewise.
19206         (getttyent): Likewise.
19207         (skip): Likewise.
19208         (value): Likewise.
19209         * misc/getusershell.c (initshells): Likewise.
19210         * misc/syslog.c (__vsyslog_chk): Likewise.
19211         * misc/ttyslot.c (ttyslot): Likewise.
19212         * nis/nis_hash.c (__nis_hash): Likewise.
19213         * posix/fnmatch_loop.c (FCT): Likewise.
19214         * posix/getconf.c (print_all): Likewise.
19215         (main): Likewise.
19216         * posix/getopt.c (exchange): Likewise.
19217         * posix/glob.c (globfree): Likewise.
19218         (prefix_array): Likewise.
19219         (__glob_pattern_type): Likewise.
19220         * resolv/arpa/nameser.h (NS_GET16): Likewise.
19221         (NS_GET32): Likewise.
19222         (NS_PUT16): Likewise.
19223         (NS_PUT32): Likewise.
19224         * resolv/gethnamaddr.c (getanswer): Likewise.
19225         (gethostbyname2): Likewise.
19226         (gethostbyaddr): Likewise.
19227         (_gethtent): Likewise.
19228         (_gethtbyname2): Likewise.
19229         (_gethtbyaddr): Likewise.
19230         * resolv/ns_print.c (dst_s_get_int16): Likewise.
19231         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
19232         * resolv/res_init.c (__res_vinit): Likewise.
19233         (net_mask): Likewise.
19234         * resolv/res_mkquery.c (outchar): Likewise.
19235         (PRINT): Likewise.
19236         * stdio-common/printf_fp.c (outchar): Likewise.
19237         (PRINT): Likewise.
19238         * stdio-common/printf_fphex.c (outchar): Likewise.
19239         (PRINT): Likewise.
19240         * stdio-common/printf_size.c (outchar): Likewise.
19241         (PRINT): Likewise.
19242         * stdio-common/test_rdwr.c (main): Likewise.
19243         * stdio-common/tfformat.c (matches): Likewise.
19244         * stdio-common/vfprintf.c (outchar): Likewise.
19245         (printf_unknown): Likewise.
19246         (buffered_vfprintf): Likewise.
19247         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
19248         * stdio-common/xbug.c (AppendToBuffer): Likewise.
19249         (ReadFile): Likewise.
19250         * stdlib/qsort.c (SWAP): Likewise.
19251         (_quicksort): Likewise.
19252         * stdlib/setenv.c (__add_to_environ): Likewise.
19253         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
19254         * stdlib/strtol_l.c (__strtol_l): Likewise.
19255         * stdlib/tst-strtod.c (main): Likewise.
19256         * stdlib/tst-strtol.c (main): Likewise.
19257         * stdlib/tst-strtoll.c (main): Likewise.
19258         * string/bits/string2.h (__strcmp_cc): Likewise.
19259         (__strcmp_cg): Likewise.
19260         (__strcspn_c1): Likewise.
19261         (__strcspn_c2): Likewise.
19262         (__strcspn_c3): Likewise.
19263         (__strspn_c1): Likewise.
19264         (__strspn_c2): Likewise.
19265         (__strspn_c3): Likewise.
19266         (__strsep_1c): Likewise.
19267         (__strsep_2c): Likewise.
19268         (__strsep_3c): Likewise.
19269         * string/memccpy.c (__memccpy): Likewise.
19270         * string/stpcpy.c (__stpcpy): Likewise.
19271         * string/strcmp.c (strcmp): Likewise.
19272         * string/strrchr.c (strrchr): Likewise.
19273         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
19274         Likewise.
19275         * sysdeps/mach/hurd/getcwd.c
19276         (_hurd_canonicalize_directory_name_internal): Likewise.
19277         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
19278         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
19279         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
19280         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
19281         Likewise, in both definitions.
19282         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
19283         definitions.
19284         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
19285         64] (__bswap_64): Likewise.
19286         * time/test_time.c (main): Likewise.
19287         * time/tzfile.c (__tzfile_read): Likewise.
19288         (__tzfile_compute): Likewise.
19289         * time/tzset.c (__tzset_parse_tz): Likewise.
19290         (tzset_internal): Likewise.
19291         (compute_change): Likewise.
19292         * wcsmbs/wcscat.c (__wcscat): Likewise.
19293         * wcsmbs/wcschr.c (wcschr): Likewise.
19294         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
19295         * wcsmbs/wcscspn.c (wcscspn): Likewise.
19296         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
19297         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
19298         * wcsmbs/wcsspn.c (wcsspn): Likewise.
19299         * wcsmbs/wcsstr.c (wcsstr): Likewise.
19300         * wcsmbs/wmemchr.c (wmemchr): Likewise.
19301         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
19302         * wcsmbs/wmemset.c (wmemset): Likewise.
19303
19304 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
19305
19306         * scripts/config.guess: Update to version 2013-05-16.
19307         * scripts/config.sub: Update to version 2013-04-24.
19308         * scripts/install-sh: Update to version 2011-11-20.07.
19309         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
19310         * scripts/move-if-change: Update to version 2012-01-06 07:23.
19311
19312 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
19313
19314         * debug/fgetws_u_chk.c: Fix leading whitespaces.
19315         * elf/sln.c: Likewise.
19316         * hurd/hurd/ioctl.h: Likewise.
19317         * hurd/hurdmalloc.c: Likewise.
19318         * hurd/xattr.c: Likewise.
19319         * include/shlib-compat.h: Likewise.
19320         * inet/ruserpass.c: Likewise.
19321         * libio/iofgets_u.c: Likewise.
19322         * libio/iofgetws_u.c: Likewise.
19323         * locale/programs/ld-identification.c: Likewise.
19324         * locale/programs/ld-time.c: Likewise.
19325         * mach/msg-destroy.c: Likewise.
19326         * nss/nss_files/files-netgrp.c: Likewise.
19327         * resolv/res_data.c: Likewise.
19328         * soft-fp/op-1.h: Likewise.
19329         * soft-fp/op-2.h: Likewise.
19330         * soft-fp/op-4.h: Likewise.
19331         * soft-fp/op-common.h: Likewise.
19332         * stdio-common/printf_fphex.c: Likewise.
19333         * stdlib/strtod_l.c: Likewise.
19334         * sunrpc/rpc/clnt.h: Likewise.
19335         * sysdeps/generic/framestate.c: Likewise.
19336         * sysdeps/i386/bsd-_setjmp.S: Likewise.
19337         * sysdeps/i386/bsd-setjmp.S: Likewise.
19338         * sysdeps/i386/__longjmp.S: Likewise.
19339         * sysdeps/i386/setjmp.S: Likewise.
19340         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
19341         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
19342         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
19343         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
19344         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
19345         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
19346         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
19347         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
19348         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
19349         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
19350         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
19351         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
19352         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
19353         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
19354         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
19355         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
19356         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
19357         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
19358         * sysdeps/ieee754/support.c: Likewise.
19359         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
19360         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
19361         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
19362         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
19363         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
19364         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
19365         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
19366         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
19367         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
19368         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
19369         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
19370         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
19371         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
19372         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
19373         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
19374         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
19375         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
19376         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
19377
19378 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
19379
19380         * posix/transbug.c: Remove executable mode.
19381
19382 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
19383
19384         * crypt/speeds.c: Remove trailing whitespace.
19385         * dlfcn/default.c: Likewise.
19386         * elf/ifuncdep2.c: Likewise.
19387         * elf/ifuncmain1.c: Likewise.
19388         * elf/ifuncmain1vis.c: Likewise.
19389         * elf/testobj.h: Likewise.
19390         * elf/tst-stackguard1.c: Likewise.
19391         * gmon/sys/gmon.h: Likewise.
19392         * hurd/hurdmsg.c: Likewise.
19393         * hurd/new-fd.c: Likewise.
19394         * hurd/ports-get.c: Likewise.
19395         * iconvdata/ibm1008_420.c: Likewise.
19396         * inet/tst-getni1.c: Likewise.
19397         * inet/tst-getni2.c: Likewise.
19398         * libio/ioungetc.c: Likewise.
19399         * libio/wfiledoalloc.c: Likewise.
19400         * manual/libm-err-tab.pl: Likewise.
19401         * math/w_dremf.c: Likewise.
19402         * misc/ftruncate.c: Likewise.
19403         * posix/bug-glob2.c: Likewise.
19404         * posix/tst-pcre.c: Likewise.
19405         * posix/wait4.c: Likewise.
19406         * resolv/README: Likewise.
19407         * resolv/res_debug.h: Likewise.
19408         * resolv/tst-inet_ntop.c: Likewise.
19409         * setjmp/bug269-setjmp.c: Likewise.
19410         * soft-fp/extended.h: Likewise.
19411         * soft-fp/op-1.h: Likewise.
19412         * soft-fp/op-2.h: Likewise.
19413         * soft-fp/op-4.h: Likewise.
19414         * soft-fp/op-8.h: Likewise.
19415         * soft-fp/testit.c: Likewise.
19416         * stdio-common/bug16.c: Likewise.
19417         * stdlib/random.c: Likewise.
19418         * sunrpc/rpcsvc/rquota.x: Likewise.
19419         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
19420         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
19421         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
19422         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
19423         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
19424         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
19425         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
19426         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
19427         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
19428         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
19429         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
19430         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
19431         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
19432         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
19433         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
19434         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
19435         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
19436         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
19437         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
19438         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
19439         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
19440         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
19441         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
19442         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
19443         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
19444         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
19445         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
19446         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
19447         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
19448         * sysdeps/ieee754/s_lib_version.c: Likewise.
19449         * sysdeps/mach/hurd/check_fds.c: Likewise.
19450         * sysdeps/mach/hurd/getsockname.c: Likewise.
19451         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
19452         * sysdeps/mach/hurd/recvfrom.c: Likewise.
19453         * sysdeps/powerpc/bits/link.h: Likewise.
19454         * sysdeps/powerpc/dl-procinfo.c: Likewise.
19455         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
19456         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
19457         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
19458         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
19459         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
19460         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
19461         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
19462         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
19463         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
19464         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
19465         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
19466         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
19467         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
19468         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
19469         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
19470         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
19471         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
19472         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
19473         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
19474         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
19475         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
19476         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
19477         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
19478         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
19479         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
19480         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
19481         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
19482         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
19483         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
19484         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
19485         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
19486         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
19487         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
19488         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
19489         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
19490         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
19491         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
19492         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
19493         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
19494         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
19495         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
19496         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
19497         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
19498         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
19499         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
19500         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
19501         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
19502         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
19503         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
19504         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
19505         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
19506         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
19507         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
19508         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
19509         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
19510         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
19511         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
19512         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
19513         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
19514         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
19515         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
19516         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
19517         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
19518         * sysdeps/powerpc/sysdep.h: Likewise.
19519         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
19520         * sysdeps/s390/s390-64/sub_n.S: Likewise.
19521         * sysdeps/sh/dl-trampoline.S: Likewise.
19522         * sysdeps/sh/memset.S: Likewise.
19523         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
19524         * sysdeps/sh/strlen.S: Likewise.
19525         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
19526         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
19527         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
19528         * sysdeps/sparc/sparc32/rem.S: Likewise.
19529         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
19530         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
19531         * sysdeps/sparc/sparc32/strchr.S: Likewise.
19532         * sysdeps/sparc/sparc32/udiv.S: Likewise.
19533         * sysdeps/sparc/sparc32/urem.S: Likewise.
19534         * sysdeps/sparc/sparc64/add_n.S: Likewise.
19535         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
19536         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
19537         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
19538         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
19539         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
19540         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
19541         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
19542         * sysdeps/unix/bsd/times.c: Likewise.
19543         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
19544         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
19545         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
19546         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
19547         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
19548         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
19549         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
19550         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
19551         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
19552         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
19553         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
19554         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
19555         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
19556         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
19557         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
19558         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
19559         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
19560         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
19561         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
19562         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
19563         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
19564         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
19565         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
19566         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
19567         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
19568         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
19569         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
19570         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
19571         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
19572         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
19573         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
19574         * sysdeps/x86_64/strcspn.S: Likewise.
19575
19576 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
19577
19578         * locale/C-translit.h: Revert #include <stdint.h> because this is a
19579         generated file.  Regenerate properly from gen-translit.pl.
19580         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
19581         locale/C-translit.h.
19582
19583 2013-06-05  Andreas Schwab  <schwab@suse.de>
19584
19585         [BZ #15100]
19586         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
19587         week as 6 instead of -1.
19588         * time/tst-strptime.c (day_tests): Add test case.
19589
19590 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
19591
19592         * sysdeps/generic/math_private.h
19593         (libc_feholdexcept_setround_53bit): Replace with
19594         libc_feholdsetround_53bit.
19595         (libc_feupdateenv_53bit): Replace with
19596         libc_feresetround_53bit.
19597         (SET_RESTORE_ROUND_53BIT): Adjust.
19598
19599 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
19600
19601         * string/test-strchrnul.c: Add copyright header.
19602
19603         * posix/tst-getaddrinfo4.c: Increase test timeout.
19604
19605 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
19606
19607         [BZ #15536]
19608         * math/libm-test.inc (MAX_EXP): Remove
19609         (MIN_EXP): Define.
19610         (ulp): Use MIN_EXP - MANT_DIG.
19611         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
19612
19613 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
19614
19615         * po/be.po: Revert last change.
19616         * po/zh_CN.po: Likewise.
19617         * po/header.pot: Likewise.
19618
19619 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
19620
19621         * Makefile ($(common-objpfx)linkobj/libc.so): Define
19622         link-libc-deps to empty as target-specific variable.
19623         * Makerules (link-libc-args): New variable.
19624         (libc-for-link): Likewise.
19625         (link-libc-deps): Likewise.
19626         (lib%.so): Depend on $(link-libc-deps).  Link with
19627         $(link-libc-args).
19628         (build-module): Link with $(link-libc-args).
19629         (build-module-asneeded): Likewise.
19630         (build-module-helper-objlist): Filter out $(link-libc-deps) from
19631         list of objects.
19632         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
19633         target-specific variable.
19634         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
19635         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
19636         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
19637         libc.
19638         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
19639         libc and ld.so.
19640         ($(objpfx)libpcprofile.so): Likewise.
19641         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
19642         libc_nonshared.a.
19643         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
19644         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
19645         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
19646         $(link-libc-deps).
19647         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
19648         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
19649         * login/Makefile ($(objpfx)libutil.so): Likewise.
19650         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
19651         * math/Makefile ($(objpfx)libm.so): Likewise.
19652         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
19653         $(objpfx)libnsl.so): Define libc-for-link as target-specific
19654         variable instead of depending directly on libc.
19655         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
19656         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
19657         $(link-libc-deps).
19658         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
19659         libc.
19660         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
19661         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
19662         ($(objpfx)libanl.so): Likewise.
19663         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
19664         ld.so.
19665         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
19666         $(link-libc-deps).
19667         * sysdeps/i386/fpu/Makefile: Remove file.
19668         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
19669         ($(objpfx)libm.so): Remove dependency on ld.so.
19670
19671 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
19672
19673         [BZ # 15553]
19674         * nis/yp_xdr.c (XDRMAXNAME): Define.
19675         (XDRMAXRECORD): Define.
19676         (xdr_domainname): Use XDRMAXNAME.
19677         (xdr_mapname): Likewise.
19678         (xdr_peername): Likewise.
19679         (xdr_keydat): Use XDRMAXRECORD.
19680         (xdr_valdat): Likewise.
19681
19682 2013-05-30  Jeff Law  <law@redhat.com>
19683
19684         [BZ #14256]
19685         * manual/errno.texi (ESTALE): Update to account for more than
19686         just NFS file systems.
19687         * sysdeps/gnu/errlist.c: Regenerated.
19688
19689 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
19690
19691         [BZ #15465]
19692         * elf/Makefile (tests): Add tst-null-argv.
19693         (modules-names):  Add tst-null-argv-lib.
19694         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
19695         (tst-null-argv-ENV): Set environment for tst-null-argv.
19696         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
19697         (RTLD_PROGNAME): New macro.
19698         * elf/tst-null-argv.c: New test case.
19699         * elf/tst-null-argv-lib.c: Library for test case.
19700         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
19701         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
19702         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
19703         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
19704         * elf/dl-init.c (call_init): Likewise.
19705         (_dl_init): Likewise.
19706         * elf/dl-load.c (print_search_path): Likewise.
19707         (_dl_map_object): Likewise.
19708         * elf/dl-lookup.c (do_lookup_x): Likewise.
19709         (add_dependency): Likewise.
19710         (_dl_lookup_symbol_x): Likewise.
19711         (_dl_debug_bindings): Likewise.
19712         * elf/dl-open.c (_dl_show_scope): Likewise.
19713         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
19714         * elf/dl-version.c (match_symbol): Likewise.
19715         (_dl_check_map_versions): Likewise.
19716         * elf/rtld.c (dl_main): Likewise.
19717         (print_unresolved): Use RTLD_PROGNAME.
19718         (print_missing_version): Likewise.
19719         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
19720         (elf_machine_rela): Likewise.
19721         * sysdeps/powerpc/powerpc32/dl-machine.c
19722         (__process_machine_rela): Likewise.
19723         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
19724         Likewise.
19725         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
19726         Likewise.
19727         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
19728         Likewise.
19729         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
19730         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
19731         Likewise.
19732         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
19733         Likewise.
19734         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
19735
19736 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
19737
19738         * po/be.po: Add descriptive title.
19739         * po/zh_CN.po: Likewise.
19740         * po/header.pot: Likewise.
19741
19742 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
19743
19744         * locale/programs/locarchive.c (create_archive): Inlucde fname in
19745         error message.
19746         (enlarge_archive): Likewise.
19747
19748 2013-05-28  Ben North  <ben@redfrontdoor.org>
19749
19750         * manual/arith.texi (frexp): It is the magnitude of the return
19751         value which lies in [0.5, 1), not the return value itself.
19752
19753 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19754
19755         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19756
19757 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
19758
19759         * stdio-common/bug26.c (main): Correct fscanf template.
19760
19761         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
19762         declare _dl_skip_args.
19763
19764         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
19765         Don't declare.
19766
19767         * manual/platform.texi: Add missing @end deftypefun.
19768
19769 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
19770
19771         [BZ #15529]
19772         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
19773         bit of mantissa of 2^16382.
19774         * math/libm-test.inc (hypot_test_data): Add more tests.
19775
19776         * math/libm-test.inc: Add drem and pow10 to list of tested
19777         functions.
19778         (pow10_test): New function.
19779         (drem_test): Likewise.
19780         (drem_test_tonearest): Likewise.
19781         (drem_test_towardzero): Likewise.
19782         (drem_test_downward): Likewise.
19783         (drem_test_upward): Likewise.
19784         (main): Call the new functions.
19785
19786         * math/libm-test.inc (finite_test_data): Remove.
19787         (finite_test): Run tests from isfinite_test_data.
19788         (gamma_test_data): Remove.
19789         (gamma_test): Run tests from lgamma_test_data.
19790         * sysdeps/i386/fpu/libm-test-ulps: Update.
19791         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19792
19793 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19794
19795         * manual/platform.texi: Add PowerPC PPR function set documentation.
19796         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
19797         implementation.
19798
19799 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
19800
19801         * math/libm-test.inc (MAX_EXP): Define.
19802         (ULPDIFF): Define.
19803         (ulp): New function.
19804         (check_float_internal): Use ULPDIFF.
19805         (cpow_test): Disable failing test.
19806         (check_ulp): Test ulp() implemetnation.
19807         (main): Call check_ulp before starting tests.
19808
19809 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
19810
19811         * math/gen-libm-test.pl (generate_testfile): Do not handle
19812         START_DATA and END_DATA.
19813         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
19814         END_DATA.
19815         (acos_tonearest_test_data): Likewise.
19816         (acos_towardzero_test_data): Likewise.
19817         (acos_downward_test_data): Likewise.
19818         (acos_upward_test_data): Likewise.
19819         (acosh_test_data): Likewise.
19820         (asin_test_data): Likewise.
19821         (asin_tonearest_test_data): Likewise.
19822         (asin_towardzero_test_data): Likewise.
19823         (asin_downward_test_data): Likewise.
19824         (asin_upward_test_data): Likewise.
19825         (asinh_test_data): Likewise.
19826         (atan_test_data): Likewise.
19827         (atanh_test_data): Likewise.
19828         (atan2_test_data): Likewise.
19829         (cabs_test_data): Likewise.
19830         (cacos_test_data): Likewise.
19831         (cacosh_test_data): Likewise.
19832         (carg_test_data): Likewise.
19833         (casin_test_data): Likewise.
19834         (casinh_test_data): Likewise.
19835         (catan_test_data): Likewise.
19836         (catanh_test_data): Likewise.
19837         (cbrt_test_data): Likewise.
19838         (ccos_test_data): Likewise.
19839         (ccosh_test_data): Likewise.
19840         (ceil_test_data): Likewise.
19841         (cexp_test_data): Likewise.
19842         (cimag_test_data): Likewise.
19843         (clog_test_data): Likewise.
19844         (clog10_test_data): Likewise.
19845         (conj_test_data): Likewise.
19846         (copysign_test_data): Likewise.
19847         (cos_test_data): Likewise.
19848         (cos_tonearest_test_data): Likewise.
19849         (cos_towardzero_test_data): Likewise.
19850         (cos_downward_test_data): Likewise.
19851         (cos_upward_test_data): Likewise.
19852         (cosh_test_data): Likewise.
19853         (cosh_tonearest_test_data): Likewise.
19854         (cosh_towardzero_test_data): Likewise.
19855         (cosh_downward_test_data): Likewise.
19856         (cosh_upward_test_data): Likewise.
19857         (cpow_test_data): Likewise.
19858         (cproj_test_data): Likewise.
19859         (creal_test_data): Likewise.
19860         (csin_test_data): Likewise.
19861         (csinh_test_data): Likewise.
19862         (csqrt_test_data): Likewise.
19863         (ctan_test_data): Likewise.
19864         (ctan_tonearest_test_data): Likewise.
19865         (ctan_towardzero_test_data): Likewise.
19866         (ctan_downward_test_data): Likewise.
19867         (ctan_upward_test_data): Likewise.
19868         (ctanh_test_data): Likewise.
19869         (ctanh_tonearest_test_data): Likewise.
19870         (ctanh_towardzero_test_data): Likewise.
19871         (ctanh_downward_test_data): Likewise.
19872         (ctanh_upward_test_data): Likewise.
19873         (erf_test_data): Likewise.
19874         (erfc_test_data): Likewise.
19875         (exp_test_data): Likewise.
19876         (exp_tonearest_test_data): Likewise.
19877         (exp_towardzero_test_data): Likewise.
19878         (exp_downward_test_data): Likewise.
19879         (exp_upward_test_data): Likewise.
19880         (exp10_test_data): Likewise.
19881         (exp2_test_data): Likewise.
19882         (expm1_test_data): Likewise.
19883         (fabs_test_data): Likewise.
19884         (fdim_test_data): Likewise.
19885         (finite_test_data): Likewise.
19886         (floor_test_data): Likewise.
19887         (fma_test_data): Likewise.
19888         (fma_towardzero_test_data): Likewise.
19889         (fma_downward_test_data): Likewise.
19890         (fma_upward_test_data): Likewise.
19891         (fmax_test_data): Likewise.
19892         (fmin_test_data): Likewise.
19893         (fmod_test_data): Likewise.
19894         (fpclassify_test_data): Likewise.
19895         (frexp_test_data): Likewise.
19896         (gamma_test_data): Likewise.
19897         (hypot_test_data): Likewise.
19898         (ilogb_test_data): Likewise.
19899         (isfinite_test_data): Likewise.
19900         (isgreater_test_data): Likewise.
19901         (isgreaterequal_test_data): Likewise.
19902         (isinf_test_data): Likewise.
19903         (isless_test_data): Likewise.
19904         (islessequal_test_data): Likewise.
19905         (islessgreater_test_data): Likewise.
19906         (isnan_test_data): Likewise.
19907         (isnormal_test_data): Likewise.
19908         (issignaling_test_data): Likewise.
19909         (isunordered_test_data): Likewise.
19910         (j0_test_data): Likewise.
19911         (j1_test_data): Likewise.
19912         (jn_test_data): Likewise.
19913         (ldexp_test_data): Likewise.
19914         (lgamma_test_data): Likewise.
19915         (lrint_test_data): Likewise.
19916         (lrint_tonearest_test_data): Likewise.
19917         (lrint_towardzero_test_data): Likewise.
19918         (lrint_downward_test_data): Likewise.
19919         (lrint_upward_test_data): Likewise.
19920         (llrint_test_data): Likewise.
19921         (llrint_tonearest_test_data): Likewise.
19922         (llrint_towardzero_test_data): Likewise.
19923         (llrint_downward_test_data): Likewise.
19924         (llrint_upward_test_data): Likewise.
19925         (log_test_data): Likewise.
19926         (log10_test_data): Likewise.
19927         (log1p_test_data): Likewise.
19928         (log2_test_data): Likewise.
19929         (logb_test_data): Likewise.
19930         (logb_downward_test_data): Likewise.
19931         (lround_test_data): Likewise.
19932         (llround_test_data): Likewise.
19933         (modf_test_data): Likewise.
19934         (nearbyint_test_data): Likewise.
19935         (nextafter_test_data): Likewise.
19936         (nexttoward_test_data): Likewise.
19937         (pow_test_data): Likewise.
19938         (pow_tonearest_test_data): Likewise.
19939         (pow_towardzero_test_data): Likewise.
19940         (pow_downward_test_data): Likewise.
19941         (pow_upward_test_data): Likewise.
19942         (remainder_test_data): Likewise.
19943         (remainder_tonearest_test_data): Likewise.
19944         (remainder_towardzero_test_data): Likewise.
19945         (remainder_downward_test_data): Likewise.
19946         (remainder_upward_test_data): Likewise.
19947         (remquo_test_data): Likewise.
19948         (rint_test_data): Likewise.
19949         (rint_tonearest_test_data): Likewise.
19950         (rint_towardzero_test_data): Likewise.
19951         (rint_downward_test_data): Likewise.
19952         (rint_upward_test_data): Likewise.
19953         (round_test_data): Likewise.
19954         (scalb_test_data): Likewise.
19955         (scalbn_test_data): Likewise.
19956         (scalbln_test_data): Likewise.
19957         (signbit_test_data): Likewise.
19958         (sin_test_data): Likewise.
19959         (sin_tonearest_test_data): Likewise.
19960         (sin_towardzero_test_data): Likewise.
19961         (sin_downward_test_data): Likewise.
19962         (sin_upward_test_data): Likewise.
19963         (sincos_test_data): Likewise.
19964         (sinh_test_data): Likewise.
19965         (sinh_tonearest_test_data): Likewise.
19966         (sinh_towardzero_test_data): Likewise.
19967         (sinh_downward_test_data): Likewise.
19968         (sinh_upward_test_data): Likewise.
19969         (sqrt_test_data): Likewise.
19970         (tan_test_data): Likewise.
19971         (tan_tonearest_test_data): Likewise.
19972         (tan_towardzero_test_data): Likewise.
19973         (tan_downward_test_data): Likewise.
19974         (tan_upward_test_data): Likewise.
19975         (tanh_test_data): Likewise.
19976         (tgamma_test_data): Likewise.
19977         (trunc_test_data): Likewise.
19978         (y0_test_data): Likewise.
19979         (y1_test_data): Likewise.
19980         (yn_test_data): Likewise.
19981         (significand_test_data): Likewise.
19982
19983         * math/gen-libm-test.pl (@functions): Remove variable.
19984         (generate_testfile): Don't handle START and END lines.
19985         * math/libm-test.inc (START): New macro.
19986         (END): Likewise.
19987         (END_COMPLEX): Likewise.
19988         (acos_test): Use END macro without arguments.
19989         (acos_test_tonearest): Likewise.
19990         (acos_test_towardzero): Likewise.
19991         (acos_test_downward): Likewise.
19992         (acos_test_upward): Likewise.
19993         (acosh_test): Likewise.
19994         (asin_test): Likewise.
19995         (asin_test_tonearest): Likewise.
19996         (asin_test_towardzero): Likewise.
19997         (asin_test_downward): Likewise.
19998         (asin_test_upward): Likewise.
19999         (asinh_test): Likewise.
20000         (atan_test): Likewise.
20001         (atanh_test): Likewise.
20002         (atan2_test): Likewise.
20003         (cabs_test): Likewise.
20004         (cacos_test): Use END_COMPLEX macro without arguments.
20005         (cacosh_test): Likewise.
20006         (carg_test): Use END macro without arguments.
20007         (casin_test): Use END_COMPLEX macro without arguments.
20008         (casinh_test): Likewise.
20009         (catan_test): Likewise.
20010         (catanh_test): Likewise.
20011         (cbrt_test): Use END macro without arguments.
20012         (ccos_test): Use END_COMPLEX macro without arguments.
20013         (ccosh_test): Likewise.
20014         (ceil_test): Use END macro without arguments.
20015         (cexp_test): Use END_COMPLEX macro without arguments.
20016         (cimag_test): Use END macro without arguments.
20017         (clog_test): Use END_COMPLEX macro without arguments.
20018         (clog10_test): Likewise.
20019         (conj_test): Likewise.
20020         (copysign_test): Use END macro without arguments.
20021         (cos_test): Likewise.
20022         (cos_test_tonearest): Likewise.
20023         (cos_test_towardzero): Likewise.
20024         (cos_test_downward): Likewise.
20025         (cos_test_upward): Likewise.
20026         (cosh_test): Likewise.
20027         (cosh_test_tonearest): Likewise.
20028         (cosh_test_towardzero): Likewise.
20029         (cosh_test_downward): Likewise.
20030         (cosh_test_upward): Likewise.
20031         (cpow_test): Use END_COMPLEX macro without arguments.
20032         (cproj_test): Likewise.
20033         (creal_test): Use END macro without arguments.
20034         (csin_test): Use END_COMPLEX macro without arguments.
20035         (csinh_test): Likewise.
20036         (csqrt_test): Likewise.
20037         (ctan_test): Likewise.
20038         (ctan_test_tonearest): Likewise.
20039         (ctan_test_towardzero): Likewise.
20040         (ctan_test_downward): Likewise.
20041         (ctan_test_upward): Likewise.
20042         (ctanh_test): Likewise.
20043         (ctanh_test_tonearest): Likewise.
20044         (ctanh_test_towardzero): Likewise.
20045         (ctanh_test_downward): Likewise.
20046         (ctanh_test_upward): Likewise.
20047         (erf_test): Use END macro without arguments.
20048         (erfc_test): Likewise.
20049         (exp_test): Likewise.
20050         (exp_test_tonearest): Likewise.
20051         (exp_test_towardzero): Likewise.
20052         (exp_test_downward): Likewise.
20053         (exp_test_upward): Likewise.
20054         (exp10_test): Likewise.
20055         (exp2_test): Likewise.
20056         (expm1_test): Likewise.
20057         (fabs_test): Likewise.
20058         (fdim_test): Likewise.
20059         (finite_test): Likewise.
20060         (floor_test): Likewise.
20061         (fma_test): Likewise.
20062         (fma_test_towardzero): Likewise.
20063         (fma_test_downward): Likewise.
20064         (fma_test_upward): Likewise.
20065         (fmax_test): Likewise.
20066         (fmin_test): Likewise.
20067         (fmod_test): Likewise.
20068         (fpclassify_test): Likewise.
20069         (frexp_test): Likewise.
20070         (gamma_test): Likewise.
20071         (hypot_test): Likewise.
20072         (ilogb_test): Likewise.
20073         (isfinite_test): Likewise.
20074         (isgreater_test): Likewise.
20075         (isgreaterequal_test): Likewise.
20076         (isinf_test): Likewise.
20077         (isless_test): Likewise.
20078         (islessequal_test): Likewise.
20079         (islessgreater_test): Likewise.
20080         (isnan_test): Likewise.
20081         (isnormal_test): Likewise.
20082         (issignaling_test): Likewise.
20083         (isunordered_test): Likewise.
20084         (j0_test): Likewise.
20085         (j1_test): Likewise.
20086         (jn_test): Likewise.
20087         (ldexp_test): Likewise.
20088         (lgamma_test): Likewise.
20089         (lrint_test): Likewise.
20090         (lrint_test_tonearest): Likewise.
20091         (lrint_test_towardzero): Likewise.
20092         (lrint_test_downward): Likewise.
20093         (lrint_test_upward): Likewise.
20094         (llrint_test): Likewise.
20095         (llrint_test_tonearest): Likewise.
20096         (llrint_test_towardzero): Likewise.
20097         (llrint_test_downward): Likewise.
20098         (llrint_test_upward): Likewise.
20099         (log_test): Likewise.
20100         (log10_test): Likewise.
20101         (log1p_test): Likewise.
20102         (log2_test): Likewise.
20103         (logb_test): Likewise.
20104         (logb_test_downward): Likewise.
20105         (lround_test): Likewise.
20106         (llround_test): Likewise.
20107         (modf_test): Likewise.
20108         (nearbyint_test): Likewise.
20109         (nextafter_test): Likewise.
20110         (nexttoward_test): Likewise.
20111         (pow_test): Likewise.
20112         (pow_test_tonearest): Likewise.
20113         (pow_test_towardzero): Likewise.
20114         (pow_test_downward): Likewise.
20115         (pow_test_upward): Likewise.
20116         (remainder_test): Likewise.
20117         (remainder_test_tonearest): Likewise.
20118         (remainder_test_towardzero): Likewise.
20119         (remainder_test_downward): Likewise.
20120         (remainder_test_upward): Likewise.
20121         (remquo_test): Likewise.
20122         (rint_test): Likewise.
20123         (rint_test_tonearest): Likewise.
20124         (rint_test_towardzero): Likewise.
20125         (rint_test_downward): Likewise.
20126         (rint_test_upward): Likewise.
20127         (round_test): Likewise.
20128         (scalb_test): Likewise.
20129         (scalbn_test): Likewise.
20130         (scalbln_test): Likewise.
20131         (signbit_test): Likewise.
20132         (sin_test): Likewise.
20133         (sin_test_tonearest): Likewise.
20134         (sin_test_towardzero): Likewise.
20135         (sin_test_downward): Likewise.
20136         (sin_test_upward): Likewise.
20137         (sincos_test): Likewise.
20138         (sinh_test): Likewise.
20139         (sinh_test_tonearest): Likewise.
20140         (sinh_test_towardzero): Likewise.
20141         (sinh_test_downward): Likewise.
20142         (sinh_test_upward): Likewise.
20143         (sqrt_test): Likewise.
20144         (tan_test): Likewise.
20145         (tan_test_tonearest): Likewise.
20146         (tan_test_towardzero): Likewise.
20147         (tan_test_downward): Likewise.
20148         (tan_test_upward): Likewise.
20149         (tanh_test): Likewise.
20150         (tgamma_test): Likewise.
20151         (trunc_test): Likewise.
20152         (y0_test): Likewise.
20153         (y1_test): Likewise.
20154         (yn_test): Likewise.
20155         (significand_test): Likewise.
20156
20157 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
20158
20159         [BZ #15381]
20160         * libio/genops.c (_IO_no_init): Initialize wide struct info.
20161
20162 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
20163
20164         [BZ #14894]
20165         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
20166         __ppc_mdoio and __ppc_mdoom.
20167         * manual/platform.texi: Document new functions __ppc_yield,
20168         __ppc_mdoio and __ppc_mdoom.
20169
20170 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
20171
20172         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
20173         (main): Mention "tls" pseudo-hwcap is legacy.
20174         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
20175
20176 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
20177
20178         * math/gen-libm-test.pl (parse_args): Output only string of
20179         arguments as text for test name, not full call or descriptions of
20180         tests for extra outputs.
20181         (generate_testfile): Do not pass function name to parse_args.
20182         Generate this_func variable from START.
20183         * math/libm-test.inc (struct test_f_f_data): Rename test_name
20184         field to arg_str.
20185         (struct test_ff_f_data): Likewise.
20186         (test_ff_f_data_nexttoward): Likewise.
20187         (struct test_fi_f_data): Likewise.
20188         (struct test_fl_f_data): Likewise.
20189         (struct test_if_f_data): Likewise.
20190         (struct test_fff_f_data): Likewise.
20191         (struct test_c_f_data): Likewise.
20192         (struct test_f_f1_data): Likewise.  Remove field extra_name.
20193         (struct test_fF_f1_data): Likewise.
20194         (struct test_ffI_f1_data): Likewise.
20195         (struct test_c_c_data): Rename test_name field to arg_str.
20196         (struct test_cc_c_data): Likewise.
20197         (struct test_f_i_data): Likewise.
20198         (struct test_ff_i_data): Likewise.
20199         (struct test_f_l_data): Likewise.
20200         (struct test_f_L_data): Likewise.
20201         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
20202         and extra2_name.
20203         (COMMON_TEST_SETUP): New macro.
20204         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
20205         (COMMON_TEST_CLEANUP): Likewise.
20206         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
20207         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
20208         macros.
20209         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
20210         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
20211         macros.
20212         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
20213         (RUN_TEST_fff_f): Take argument string.  Call new setup and
20214         cleanup macros.
20215         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
20216         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
20217         macros.
20218         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
20219         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
20220         macros.
20221         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
20222         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
20223         cleanup macros.
20224         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
20225         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
20226         cleanup macros.
20227         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
20228         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
20229         cleanup macros.
20230         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
20231         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
20232         macros.
20233         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
20234         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
20235         macros.
20236         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
20237         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
20238         macros.
20239         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
20240         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
20241         cleanup macros.
20242         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
20243         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
20244         cleanup macros.
20245         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
20246         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
20247         macros.
20248         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
20249         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
20250         cleanup macros.
20251         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
20252         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
20253         macros.
20254         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
20255         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
20256         macros.
20257         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
20258         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
20259         cleanup macros.
20260         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
20261
20262 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
20263
20264         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
20265         to _sifields.sigfault.
20266         (si_addr_lsb): Define new macro.
20267         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
20268         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
20269         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
20270
20271 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
20272
20273         [BZ #15441]
20274         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
20275         returns -1.
20276         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
20277         null return -1.
20278         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
20279         loading the domain.
20280
20281 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
20282
20283         * math/gen-libm-test.pl (parse_args): Do not include expected
20284         result in test name.
20285         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
20286         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
20287         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
20288         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
20289         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
20290         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20291
20292 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
20293
20294         * benchtests/Makefile: Sort function entries.
20295
20296         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
20297         tanh, asinh, acosh, atanh.
20298         * benchtests/acos-inputs: New file.
20299         * benchtests/acosh-inputs: New file.
20300         * benchtests/asin-inputs: New file.
20301         * benchtests/asinh-inputs: New file.
20302         * benchtests/atanh-inputs: New file.
20303         * benchtests/cosh-inputs: New file.
20304         * benchtests/log-inputs: New file.
20305         * benchtests/sinh-inputs: New file.
20306         * benchtests/tanh-inputs: New file.
20307
20308 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
20309
20310         [BZ #15339]
20311         * posix/tst-getaddrinfo4.c: New test.
20312         * posix/Makefile (tests): Add it.
20313
20314 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
20315
20316         [BZ #15339]
20317         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
20318         when no services were used.
20319         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
20320         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
20321
20322 2013-05-21  Andreas Schwab  <schwab@suse.de>
20323
20324         [BZ #15014]
20325         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
20326         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
20327         successful.
20328         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
20329         redundant variable declarations and reallocation of buffer when
20330         parsing as IPv6 address.  Always set NSS status when called from
20331         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
20332         buffer too small.  Correct computation of needed size.
20333         * nss/Makefile (tests): Add test-digits-dots.
20334         * nss/test-digits-dots.c: New test.
20335
20336 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
20337
20338         * benchtests/Makefile: Remove instructions for adding
20339         benchmark tests.
20340         * benchtests/README: New file to explain how to execute and
20341         enhance the benchmark tests.
20342
20343 2013-05-21  Andreas Schwab  <schwab@suse.de>
20344
20345         [BZ #15493]
20346         * setjmp/Makefile (tests): Add tst-sigsetjmp.
20347         * setjmp/tst-sigsetjmp.c: New test.
20348
20349 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
20350
20351         * sysdeps/x86_64/memset.S (memset): New implementation.
20352         (__bzero): Likewise.
20353         (__memset_tail): New function.
20354
20355 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
20356
20357         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
20358         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
20359         __memcpy_sse2_unaligned ifunc selection.
20360         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
20361         Add memcpy-sse2-unaligned.S.
20362         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
20363         Add: __memcpy_sse2_unaligned.
20364
20365 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
20366
20367         [BZ #15490]
20368         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
20369         math_force_eval before restoring floating-point envrionment.
20370         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
20371         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
20372         Likewise.
20373         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
20374         <math_private.h>.
20375         (__nearbyintl): Use math_force_eval before restoring
20376         floating-point environment.
20377         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
20378
20379         * math/gen-libm-test.pl (special_functions): Remove.
20380         (parse_args): Don't handle TEST_extra.  Handle functions with no
20381         return value.
20382         * math/libm-test.inc (struct test_sincos_data): Replace with
20383         struct test_fFF_11_data.
20384         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
20385         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
20386         (sincos_test_data): Change element type to struct
20387         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
20388         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
20389         RUN_TEST_LOOP_sincos.
20390         * math/README.libm-test: Don't mention special handling of
20391         individual functions.
20392         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
20393         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
20394         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
20395         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
20396         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
20397         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20398
20399         * math/gen-libm-test.pl (get_variable): Remove function.
20400         (parse_args): Don't show pointer parameters to call in test
20401         names.  Use "extra output N" in test names for extra outputs
20402         rather than naming variables.
20403
20404 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
20405
20406         [BZ #15488]
20407         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
20408         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
20409         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
20410         double tests.
20411         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
20412         disable.
20413         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
20414         check_long_double.
20415
20416         * math/gen-libm-test.pl (@tests): Remove variable.
20417         ($count): Likewise.
20418         (new_test): Remove function.
20419         (show_exceptions): New function.
20420         (special_functions): Use show_exceptions instead of new_test.
20421         (parse_args): Likewise.
20422         (generate_testfile): Pass only function name in generated call to
20423         print_max_error or print_complex_max_error.
20424         (get_ulps): Do not handle complex tests specially.
20425         (output_test): Rename to ...
20426         (get_all_ulps_for_test): ... this.  Return a string rather than
20427         printing to a file.  Require ulps to be present.
20428         (output_ulps): Generate arrays rather than #defines.
20429         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
20430         (struct ulp_data): New type.
20431         (BUILD_COMPLEX_ULP): Remove macro.
20432         (compare_ulp_data): New function.
20433         (find_ulps): Likewise.
20434         (find_test_ulps): Likewise.
20435         (find_function_ulps): Likewise.
20436         (find_complex_function_ulps): Likewise.
20437         (print_max_error): Determine allowed ulps using
20438         find_function_ulps.
20439         (print_complex_max_error): Determine allowed ulps using
20440         find_complex_function_ulps.
20441         (check_float_internal): Determine max ulps using find_test_ulps.
20442         (check_float): Do not take max_ulp parameter.  Update call to
20443         check_float_internal.
20444         (check_complex): Likewise.
20445         (check_int): Do not take max_ulp parameter.
20446         (check_long): Likewise.
20447         (check_bool): Likewise.
20448         (check_longlong): Likewise.
20449         (struct test_f_f_data): Remove max_ulp field.
20450         (struct test_ff_f_data): Likewise.
20451         (struct test_ff_f_data_nexttoward): Likewise.
20452         (struct test_fi_f_data): Likewise.
20453         (struct test_fl_f_data): Likewise.
20454         (struct test_if_f_data): Likewise.
20455         (struct test_fff_f_data): Likewise.
20456         (struct test_c_f_data): Likewise.
20457         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
20458         (struct test_fF_f1_data): Likewise.
20459         (struct test_ffI_f1_data): Likewise.
20460         (struct test_c_c_data): Remove max_ulp field.
20461         (struct test_cc_c_data): Likewise.
20462         (struct test_f_i_data): Likewise.
20463         (struct test_ff_i_data): Likewise.
20464         (struct test_f_l_data): Likewise.
20465         (struct test_f_L_data): Likewise.
20466         (struct test_sincos_data): Likewise.
20467         (RUN_TEST_f_f): Do not handle ulps.
20468         (RUN_TEST_LOOP_f_f): Likewise.
20469         (RUN_TEST_2_f): Likewise.
20470         (RUN_TEST_LOOP_2_f): Likewise.
20471         (RUN_TEST_fff_f): Likewise.
20472         (RUN_TEST_LOOP_fff_f): Likewise.
20473         (RUN_TEST_c_f): Likewise.
20474         (RUN_TEST_LOOP_c_f): Likewise.
20475         (RUN_TEST_f_f1): Likewise.
20476         (RUN_TEST_LOOP_f_f1): Likewise.
20477         (RUN_TEST_fF_f1): Likewise.
20478         (RUN_TEST_LOOP_fF_f1): Likewise.
20479         (RUN_TEST_fI_f1): Likewise.
20480         (RUN_TEST_LOOP_fI_f1): Likewise.
20481         (RUN_TEST_ffI_f1): Likewise.
20482         (RUN_TEST_LOOP_ffI_f1): Likewise.
20483         (RUN_TEST_c_c): Likewise.
20484         (RUN_TEST_LOOP_c_c): Likewise.
20485         (RUN_TEST_cc_c): Likewise.
20486         (RUN_TEST_LOOP_cc_c): Likewise.
20487         (RUN_TEST_f_i): Likewise.
20488         (RUN_TEST_LOOP_f_i): Likewise.
20489         (RUN_TEST_f_i_tg): Likewise.
20490         (RUN_TEST_LOOP_f_i_tg): Likewise.
20491         (RUN_TEST_ff_i_tg): Likewise.
20492         (RUN_TEST_LOOP_ff_i_tg): Likewise.
20493         (RUN_TEST_f_b): Likewise.
20494         (RUN_TEST_LOOP_f_b): Likewise.
20495         (RUN_TEST_f_b_tg): Likewise.
20496         (RUN_TEST_LOOP_f_b_tg): Likewise.
20497         (RUN_TEST_f_l): Likewise.
20498         (RUN_TEST_LOOP_f_l): Likewise.
20499         (RUN_TEST_f_L): Likewise.
20500         (RUN_TEST_LOOP_f_L): Likewise.
20501         (RUN_TEST_sincos): Likewise.
20502         (RUN_TEST_LOOP_sincos): Likewise.
20503
20504 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
20505
20506         [BZ #15480]
20507         [BZ #15485]
20508         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
20509         main case of finite arguments, set rounding mode to FE_TONEAREST
20510         and discard exceptions.
20511         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
20512         exceptions.
20513         (remainder_tonearest_test_data): New variable.
20514         (remainder_test_tonearest): New function.
20515         (remainder_towardzero_test_data): New variable.
20516         (remainder_test_towardzero): New function.
20517         (remainder_downward_test_data): New variable.
20518         (remainder_test_downward): New function.
20519         (remainder_upward_test_data): New variable.
20520         (remainder_test_upward): New function.
20521         (main): Call the new test functions.
20522
20523         * math/libm-test.inc (struct test_f_f1_data): Remove field
20524         extra_init.
20525         (struct test_fF_f1_data): Likewise.
20526         (struct test_ffI_f1_data): Likewise.
20527         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
20528         based on value of EXTRA_EXPECTED.
20529         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
20530         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
20531         EXTRA_VAR based on value of EXTRA_EXPECTED.
20532         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
20533         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
20534         EXTRA_VAR based on value of EXTRA_EXPECTED.
20535         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
20536         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
20537         EXTRA_VAR based on value of EXTRA_EXPECTED.
20538         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
20539         * math/gen-libm-test.pl (parse_args): Don't output initializers
20540         for extra output values.
20541
20542         * math/libm-test.inc (check_int): Expect result to be exactly
20543         equal to expected value and do not handle ulps.
20544         (check_long): Likewise.
20545         (check_longlong): Likewise.
20546
20547         * math/libm-test.inc (ceil_test_data): Test for "inexact"
20548         exceptions.
20549         (cimag_test_data): Likewise.
20550         (conj_test_data): Likewise.
20551         (copysign_test_data): Likewise.
20552         (cproj_test_data): Likewise.
20553         (creal_test_data): Likewise.
20554         (fabs_test_data): Likewise.
20555         (fdim_test_data): Likewise.
20556         (finite_test_data): Likewise.
20557         (floor_test_data): Likewise.
20558         (fmax_test_data): Likewise.
20559         (fmin_test_data): Likewise.
20560         (fmod_test_data): Likewise.
20561         (fpclassify_test_data): Likewise.
20562         (frexp_test_data): Likewise.
20563         (ilogb_test_data): Likewise.
20564         (isfinite_test_data): Likewise.
20565         (isgreater_test_data): Likewise.
20566         (isgreaterequal_test_data): Likewise.
20567         (isinf_test_data): Likewise.
20568         (isless_test_data): Likewise.
20569         (islessequal_test_data): Likewise.
20570         (islessgreater_test_data): Likewise.
20571         (isnan_test_data): Likewise.
20572         (isnormal_test_data): Likewise.
20573         (issignaling_test_data): Likewise.
20574         (isunordered_test_data): Likewise.
20575         (ldexp_test_data): Likewise.
20576         (lrint_test_data): Likewise.
20577         (lrint_test_data) [TEST_FLOAT]: Disable one test.
20578         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
20579         (lrint_tonearest_test_data): Test for "inexact" exceptions.
20580         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
20581         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
20582         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
20583         test input.
20584         (lrint_towardzero_test_data): Test for "inexact" exceptions.
20585         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
20586         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
20587         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
20588         that test input.
20589         (lrint_downward_test_data): Test for "inexact" exceptions.
20590         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
20591         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
20592         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
20593         test input.
20594         (lrint_upward_test_data): Test for "inexact" exceptions.
20595         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
20596         test input.
20597         (llrint_test_data): Test for "inexact" exceptions.
20598         (llrint_test_data) [TEST_FLOAT]: Disable one test.
20599         (llrint_tonearest_test_data): Test for "inexact" exceptions.
20600         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
20601         (llrint_towardzero_test_data): Test for "inexact" exceptions.
20602         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
20603         (llrint_downward_test_data): Test for "inexact" exceptions.
20604         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
20605         (llrint_upward_test_data): Test for "inexact" exceptions.
20606         (logb_test_data): Likewise.
20607         (logb_downward_test_data): Likewise.
20608         (nextafter_test_data): Likewise.
20609         (nexttoward_test_data): Likewise.
20610         (remainder_test_data): Likewise.
20611         (remquo_test_data): Likewise.
20612         (scalbn_test_data): Likewise.
20613         (scalbln_test_data): Likewise.
20614         (signbit_test_data): Likewise.
20615         (sqrt_test_data): Likewise.
20616         (significand_test_data): Likewise.
20617
20618 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
20619
20620         [BZ #15424]
20621         * benchtests/bench-modf.c (struct args): Mark arg0 as
20622         volatile.
20623         * scripts/bench.pl: Mark members of struct args as volatile.
20624
20625 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20626
20627         [BZ # 15497]
20628         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
20629         negative infinity on POWER6 or lower.
20630         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
20631
20632 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
20633
20634         [BZ #15442]
20635         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
20636         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
20637         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
20638         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
20639         (_FP_SETQNAN): New macro.
20640         (_FP_SETQNAN_SEMIRAW): Likewise.
20641         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
20642         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
20643         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
20644         (FP_EXTEND): Use _FP_FRAC_SNANP.
20645         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
20646         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
20647         into account.
20648         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
20649         New macro.
20650         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
20651         Likewise.
20652
20653 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
20654
20655         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
20656         with DIVIDE_BY_ZERO_EXCEPTION.
20657         (gamma_test_data): Likewise.
20658         (lgamma_test_data): Likewise.
20659         (log_test_data): Likewise.
20660         (log10_test_data): Likewise.
20661         (log2_test_data): Likewise.
20662         (tgamma_test_data): Likewise.
20663
20664         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
20665         (acos_test_tonearest): Likewise.
20666         (acos_test_towardzero): Likewise.
20667         (acos_test_downward): Likewise.
20668         (acos_test_upward): Likewise.
20669         (acosh_test): Likewise.
20670         (asin_test): Likewise.
20671         (asin_test_tonearest): Likewise.
20672         (asin_test_towardzero): Likewise.
20673         (asin_test_downward): Likewise.
20674         (asin_test_upward): Likewise.
20675         (asinh_test): Likewise.
20676         (atan_test): Likewise.
20677         (atanh_test): Likewise.
20678         (atan2_test): Likewise.
20679         (cabs_test): Likewise.
20680         (cacos_test): Likewise.
20681         (cacosh_test): Likewise.
20682         (casin_test): Likewise.
20683         (casinh_test): Likewise.
20684         (catan_test): Likewise.
20685         (catanh_test): Likewise.
20686         (cbrt_test): Likewise.
20687         (ccos_test): Likewise.
20688         (ccosh_test): Likewise.
20689         (cexp_test): Likewise.
20690         (clog_test): Likewise.
20691         (clog10_test): Likewise.
20692         (cos_test): Likewise.
20693         (cos_test_tonearest): Likewise.
20694         (cos_test_towardzero): Likewise.
20695         (cos_test_downward): Likewise.
20696         (cos_test_upward): Likewise.
20697         (cosh_test): Likewise.
20698         (cosh_test_tonearest): Likewise.
20699         (cosh_test_towardzero): Likewise.
20700         (cosh_test_downward): Likewise.
20701         (cosh_test_upward): Likewise.
20702         (cpow_test): Likewise.
20703         (csin_test): Likewise.
20704         (csinh_test): Likewise.
20705         (csqrt_test): Likewise.
20706         (ctan_test): Likewise.
20707         (ctan_test_tonearest): Likewise.
20708         (ctan_test_towardzero): Likewise.
20709         (ctan_test_downward): Likewise.
20710         (ctan_test_upward): Likewise.
20711         (ctanh_test): Likewise.
20712         (ctanh_test_tonearest): Likewise.
20713         (ctanh_test_towardzero): Likewise.
20714         (ctanh_test_downward): Likewise.
20715         (ctanh_test_upward): Likewise.
20716         (erf_test): Likewise.
20717         (erfc_test): Likewise.
20718         (exp_test): Likewise.
20719         (exp_test_tonearest): Likewise.
20720         (exp_test_towardzero): Likewise.
20721         (exp_test_downward): Likewise.
20722         (exp_test_upward): Likewise.
20723         (exp10_test): Likewise.
20724         (exp2_test): Likewise.
20725         (expm1_test): Likewise.
20726         (fmod_test): Likewise.
20727         (gamma_test): Likewise.
20728         (hypot_test): Likewise.
20729         (j0_test): Likewise.
20730         (j1_test): Likewise.
20731         (jn_test): Likewise.
20732         (lgamma_test): Likewise.
20733         (log_test): Likewise.
20734         (log10_test): Likewise.
20735         (log1p_test): Likewise.
20736         (log2_test): Likewise.
20737         (logb_test_downward): Likewise.
20738         (pow_test): Likewise.
20739         (pow_test_tonearest): Likewise.
20740         (pow_test_towardzero): Likewise.
20741         (pow_test_downward): Likewise.
20742         (pow_test_upward): Likewise.
20743         (remainder_test): Likewise.
20744         (remquo_test): Likewise.
20745         (sin_test): Likewise.
20746         (sin_test_tonearest): Likewise.
20747         (sin_test_towardzero): Likewise.
20748         (sin_test_downward): Likewise.
20749         (sin_test_upward): Likewise.
20750         (sincos_test): Likewise.
20751         (sinh_test): Likewise.
20752         (sinh_test_tonearest): Likewise.
20753         (sinh_test_towardzero): Likewise.
20754         (sinh_test_downward): Likewise.
20755         (sinh_test_upward): Likewise.
20756         (sqrt_test): Likewise.
20757         (tan_test): Likewise.
20758         (tan_test_tonearest): Likewise.
20759         (tan_test_towardzero): Likewise.
20760         (tan_test_downward): Likewise.
20761         (tan_test_upward): Likewise.
20762         (tanh_test): Likewise.
20763         (tgamma_test): Likewise.
20764         (y0_test): Likewise.
20765         (y1_test): Likewise.
20766         (yn_test): Likewise.
20767
20768         * math/gen-libm-test.pl (adjust_arg): Remove function.
20769         (special_function): Remove argument $in_func.  Only handle
20770         generating output for tables of tests, not inside functions.
20771         (parse_args): Likewise.
20772         (generate_testfile): Remove variable $in_func.  Update call to
20773         parse_args.
20774         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
20775         (MINUS_ZERO_INIT): Rename macro to minus_zero.
20776         (PLUS_INFTY_INIT): Rename macro to plus_infty.
20777         (MINUS_INFTY_INIT): Rename macro to minus_infty.
20778         (QNAN_VALUE_INIT): Rename macro to qnan_value.
20779         (MAX_VALUE_INIT): Rename macro to max_value.
20780         (MIN_VALUE_INIT): Rename macro to min_value.
20781         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
20782         (plus_zero): Remove variable.
20783         (minus_zero): Likewise.
20784         (plus_infty): Likewise.
20785         (minus_infty): Likewise.
20786         (qnan_value): Likewise.
20787         (max_value): Likewise.
20788         (min_value): Likewise.
20789         (min_subnorm_value): Likewise.
20790
20791 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
20792
20793         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
20794         uint64_t or uint32_t usage.
20795         * crypt/sha256-block.c: Likewise.
20796         * crypt/sha256-crypt.c: Likewise.
20797         * crypt/sha256.c: Likewise.
20798         * crypt/sha512-block.c: Likewise.
20799         * crypt/sha512-crypt.c: Likewise.
20800         * crypt/sha512.c: Likewise.
20801         * debug/backtrace-tst.c: Likewise.
20802         * debug/pcprofiledump.c: Likewise.
20803         * elf/cache.c: Likewise.
20804         * elf/dl-cache.c: Likewise.
20805         * elf/dl-misc.c: Likewise.
20806         * elf/dl-profile.c: Likewise.
20807         * elf/dl-support.c: Likewise.
20808         * elf/ldconfig.c: Likewise.
20809         * elf/sprof.c: Likewise.
20810         * iconv/dummy-repertoire.c: Likewise.
20811         * iconv/iconv_charmap.c: Likewise.
20812         * iconv/skeleton.c: Likewise.
20813         * iconvdata/8bit-generic.c: Likewise.
20814         * iconvdata/cp737.h: Likewise.
20815         * iconvdata/cp775.h: Likewise.
20816         * iconvdata/ibm1008.h: Likewise.
20817         * iconvdata/ibm1025.h: Likewise.
20818         * iconvdata/ibm1046.h: Likewise.
20819         * iconvdata/ibm1097.h: Likewise.
20820         * iconvdata/ibm1112.h: Likewise.
20821         * iconvdata/ibm1122.h: Likewise.
20822         * iconvdata/ibm1123.h: Likewise.
20823         * iconvdata/ibm1124.h: Likewise.
20824         * iconvdata/ibm1129.h: Likewise.
20825         * iconvdata/ibm1130.h: Likewise.
20826         * iconvdata/ibm1132.h: Likewise.
20827         * iconvdata/ibm1133.h: Likewise.
20828         * iconvdata/ibm1137.h: Likewise.
20829         * iconvdata/ibm1140.h: Likewise.
20830         * iconvdata/ibm1141.h: Likewise.
20831         * iconvdata/ibm1142.h: Likewise.
20832         * iconvdata/ibm1143.h: Likewise.
20833         * iconvdata/ibm1144.h: Likewise.
20834         * iconvdata/ibm1145.h: Likewise.
20835         * iconvdata/ibm1146.h: Likewise.
20836         * iconvdata/ibm1147.h: Likewise.
20837         * iconvdata/ibm1148.h: Likewise.
20838         * iconvdata/ibm1149.h: Likewise.
20839         * iconvdata/ibm1153.h: Likewise.
20840         * iconvdata/ibm1154.h: Likewise.
20841         * iconvdata/ibm1155.h: Likewise.
20842         * iconvdata/ibm1156.h: Likewise.
20843         * iconvdata/ibm1157.h: Likewise.
20844         * iconvdata/ibm1158.h: Likewise.
20845         * iconvdata/ibm1160.h: Likewise.
20846         * iconvdata/ibm1161.h: Likewise.
20847         * iconvdata/ibm1162.h: Likewise.
20848         * iconvdata/ibm1163.h: Likewise.
20849         * iconvdata/ibm1164.h: Likewise.
20850         * iconvdata/ibm1166.h: Likewise.
20851         * iconvdata/ibm1167.h: Likewise.
20852         * iconvdata/ibm12712.h: Likewise.
20853         * iconvdata/ibm1390.h: Likewise.
20854         * iconvdata/ibm1399.h: Likewise.
20855         * iconvdata/ibm16804.h: Likewise.
20856         * iconvdata/ibm4517.h: Likewise.
20857         * iconvdata/ibm4899.h: Likewise.
20858         * iconvdata/ibm4909.h: Likewise.
20859         * iconvdata/ibm4971.h: Likewise.
20860         * iconvdata/ibm5347.h: Likewise.
20861         * iconvdata/ibm803.h: Likewise.
20862         * iconvdata/ibm856.h: Likewise.
20863         * iconvdata/ibm901.h: Likewise.
20864         * iconvdata/ibm902.h: Likewise.
20865         * iconvdata/ibm9030.h: Likewise.
20866         * iconvdata/ibm9066.h: Likewise.
20867         * iconvdata/ibm921.h: Likewise.
20868         * iconvdata/ibm922.h: Likewise.
20869         * iconvdata/ibm9448.h: Likewise.
20870         * iconvdata/isiri-3342.h: Likewise.
20871         * iconvdata/jis0201.h: Likewise.
20872         * include/link.h: Likewise.
20873         * include/netdb.h: Likewise.
20874         * inet/check_native.c: Likewise.
20875         * inet/check_pf.c: Likewise.
20876         * inet/getipv4sourcefilter.c: Likewise.
20877         * inet/getnameinfo.c: Likewise.
20878         * inet/getsourcefilter.c: Likewise.
20879         * inet/htonl.c: Likewise.
20880         * inet/setipv4sourcefilter.c: Likewise.
20881         * inet/setsourcefilter.c: Likewise.
20882         * inet/test-inet6_opt.c: Likewise.
20883         * inet/tst-network.c: Likewise.
20884         * locale/C-collate.c: Likewise.
20885         * locale/C-ctype.c: Likewise.
20886         * locale/C-time.c: Likewise.
20887         * locale/C-translit.h: Likewise.
20888         * locale/loadarchive.c: Likewise.
20889         * locale/programs/3level.h: Likewise.
20890         * locale/programs/charmap.c: Likewise.
20891         * locale/programs/charmap.h: Likewise.
20892         * locale/programs/ld-address.c: Likewise.
20893         * locale/programs/ld-collate.c: Likewise.
20894         * locale/programs/ld-ctype.c: Likewise.
20895         * locale/programs/ld-identification.c: Likewise.
20896         * locale/programs/ld-measurement.c: Likewise.
20897         * locale/programs/ld-messages.c: Likewise.
20898         * locale/programs/ld-monetary.c: Likewise.
20899         * locale/programs/ld-name.c: Likewise.
20900         * locale/programs/ld-numeric.c: Likewise.
20901         * locale/programs/ld-paper.c: Likewise.
20902         * locale/programs/ld-telephone.c: Likewise.
20903         * locale/programs/ld-time.c: Likewise.
20904         * locale/programs/linereader.c: Likewise.
20905         * locale/programs/locale.c: Likewise.
20906         * locale/programs/locarchive.c: Likewise.
20907         * locale/programs/locfile.h: Likewise.
20908         * locale/programs/repertoire.c: Likewise.
20909         * locale/programs/simple-hash.c: Likewise.
20910         * locale/programs/simple-hash.h: Likewise.
20911         * malloc/memusage.c: Likewise.
20912         * malloc/memusagestat.c: Likewise.
20913         * nis/nis_defaults.c: Likewise.
20914         * nis/nis_hash.c: Likewise.
20915         * nis/nis_print.c: Likewise.
20916         * nis/nis_xdr.c: Likewise.
20917         * nscd/connections.c: Likewise.
20918         * nscd/hstcache.c: Likewise.
20919         * nscd/nscd_gethst_r.c: Likewise.
20920         * nscd/nscd_getserv_r.c: Likewise.
20921         * nscd/nscd_helper.c: Likewise.
20922         * nscd/servicescache.c: Likewise.
20923         * nss/makedb.c: Likewise.
20924         * nss/nss_db/db-XXX.c: Likewise.
20925         * nss/nss_db/db-initgroups.c: Likewise.
20926         * nss/nss_db/db-netgrp.c: Likewise.
20927         * nss/nss_files/files-network.c: Likewise.
20928         * nss/nss_files/files-parse.c: Likewise.
20929         * posix/bug-regex5.c: Likewise.
20930         * posix/fnmatch_loop.c: Likewise.
20931         * posix/regcomp.c: Likewise.
20932         * posix/regexec.c: Likewise.
20933         * posix/tst-rfc3484-2.c: Likewise.
20934         * posix/tst-rfc3484-3.c: Likewise.
20935         * posix/tst-rfc3484.c: Likewise.
20936         * resolv/nss_dns/dns-canon.c: Likewise.
20937         * resolv/nss_dns/dns-network.c: Likewise.
20938         * resolv/res_init.c: Likewise.
20939         * resolv/res_mkquery.c: Likewise.
20940         * resolv/tst-aton.c: Likewise.
20941         * stdlib/cxa_atexit.c: Likewise.
20942         * stdlib/cxa_finalize.c: Likewise.
20943         * stdlib/gen-fpioconst.c: Likewise.
20944         * stdlib/strtol_l.c: Likewise.
20945         * string/tst-endian.c: Likewise.
20946         * sunrpc/auth_des.c: Likewise.
20947         * sunrpc/clnt_udp.c: Likewise.
20948         * sunrpc/rtime.c: Likewise.
20949         * sunrpc/svcauth_des.c: Likewise.
20950         * sunrpc/xdr.c: Likewise.
20951         * sunrpc/xdr_intXX_t.c: Likewise.
20952         * sunrpc/xdr_rec.c: Likewise.
20953         * sysdeps/generic/ldconfig.h: Likewise.
20954         * sysdeps/generic/ldsodefs.h: Likewise.
20955         * sysdeps/generic/memusage.h: Likewise.
20956         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
20957         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
20958         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
20959         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
20960         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
20961         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
20962         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
20963         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
20964         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
20965         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
20966         * sysdeps/posix/getaddrinfo.c: Likewise.
20967         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
20968         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
20969         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
20970         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
20971         * sysdeps/powerpc/test-gettimebase.c: Likewise.
20972         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
20973         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
20974         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
20975         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
20976         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
20977         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
20978         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
20979         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
20980         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
20981         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
20982         * sysdeps/x86_64/dl-tls.h: Likewise.
20983         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
20984         * time/alt_digit.c: Likewise.
20985         * time/era.c: Likewise.
20986         * wcsmbs/tst-c16c32-1.c: Likewise.
20987
20988 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
20989
20990         * math/libm-test.inc (struct test_sincos_data): New type.
20991         (RUN_TEST_LOOP_sincos): New macro.
20992         (sincos_test_data): New variable.
20993         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
20994
20995 2013-05-16  Richard Henderson  <rth@redhat.com>
20996
20997         * math/atest-exp2.c (LIMB64): New macro.
20998         (CONSTSZ): New macro.
20999         (mp_exp1, mp_exp_m1, mp_log2): New variables.
21000         (hexdig): Move ...
21001         (print_mpn_fp): ... to function scope.
21002         (read_mpn_hex): Remove.
21003         (get_log2): Remove.
21004         (exp2_mpn): Use mp_log2.
21005         (main): Use mp_exp1.
21006
21007 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
21008
21009         * math/libm-test.inc: Remove comment about not testing "inexact"
21010         exceptions.
21011         (INEXACT_EXCEPTION): New macro.
21012         (NO_INEXACT_EXCEPTION): Likewise.
21013         (INVALID_EXCEPTION_OK): Update value.
21014         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
21015         (OVERFLOW_EXCEPTION_OK): Likewise.
21016         (UNDERFLOW_EXCEPTION_OK): Likewise.
21017         (IGNORE_ZERO_INF_SIGN): Likewise.
21018         (ERRNO_UNCHANGED): Likewise.
21019         (ERRNO_EDOM): Likewise.
21020         (ERRNO_ERANGE): Likewise.
21021         (test_exceptions): Handle testing "inexact" exceptions.
21022         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
21023         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
21024         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
21025         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
21026         INEXACT_EXCEPTION.
21027         (rint_towardzero_test_data): Likewise.
21028         (rint_downward_test_data): Likewise.
21029         (rint_upward_test_data): Likewise.
21030
21031         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
21032         with OVERFLOW_EXCEPTION.
21033         (exp10_test_data): Likewise.
21034         (exp2_test_data): Likewise.
21035         (expm1_test_data): Likewise.
21036         (lgamma_test_data): Likewise.
21037         (pow_test_data): Likewise.
21038         (tgamma_test_data): Likewise.
21039         (yn_test_data): Remove duplicate test of overflow.
21040
21041         * math/libm-test.inc (struct test_cc_c_data): New type.
21042         (RUN_TEST_LOOP_cc_c): New macro.
21043         (cpow_test_data): New variable.
21044         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
21045
21046         * math/libm-test.inc (struct test_f_L_data): New type.
21047         (RUN_TEST_LOOP_f_L): New macro.
21048         (llrint_test_data): New variable.
21049         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
21050         (llrint_tonearest_test_data): New variable.
21051         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
21052         (llrint_towardzero_test_data): New variable.
21053         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
21054         (llrint_downward_test_data): New variable.
21055         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
21056         (llrint_upward_test_data): New variable.
21057         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
21058         (llround_test_data): New variable.
21059         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
21060
21061 2013-05-13  Peter Collingbourne  <pcc@google.com>
21062
21063         * math/atest-exp2.c (get_log2): Remove const attribute.
21064
21065 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
21066
21067         * math/libm-test.inc (struct test_f_l_data): New type.
21068         (RUN_TEST_LOOP_f_l): New macro.
21069         (lrint_test_data): New variable.
21070         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
21071         (lrint_tonearest_test_data): New variable.
21072         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
21073         (lrint_towardzero_test_data): New variable.
21074         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
21075         (lrint_downward_test_data): New variable.
21076         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
21077         (lrint_upward_test_data): New variable.
21078         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
21079         (lround_test_data): New variable.
21080         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
21081
21082 2013-05-15  Peter Collingbourne  <pcc@google.com>
21083
21084         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
21085         (EXTRACT_WORDS64) Use where appropriate.
21086         (INSERT_WORDS64) Likewise.
21087
21088         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
21089         constraints with x constraints.
21090         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
21091
21092         * malloc/obstack.c (_obstack_compat): Add initializer.
21093
21094 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
21095
21096         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
21097         si_trapno and add si_addr_lsb to _sifields.sigfault.
21098         (si_trapno): Remove macro.
21099         (si_addr_lsb): Define new macro.
21100         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
21101
21102 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
21103
21104         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
21105         instead of TEST_f_l.
21106         (llrint_test_tonearest): Likewise.
21107         (llrint_test_towardzero): Likewise.
21108         (llrint_test_downward): Likewise.
21109         (llrint_test_upward): Likewise.
21110         (llround_test): Likewise.
21111
21112         * math/libm-test.inc (struct test_f_i_data): Add comment.
21113         (RUN_TEST_LOOP_f_b): New macro.
21114         (RUN_TEST_LOOP_f_b_tg): Likewise.
21115         (finite_test_data): New variable.
21116         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
21117         (isfinite_test_data): New variable.
21118         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
21119         (isinf_test_data): New variable.
21120         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
21121         (isnan_test_data): New variable.
21122         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
21123         (isnormal_test_data): New variable.
21124         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
21125         (issignaling_test_data): New variable.
21126         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
21127         (signbit_test_data): New variable.
21128         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
21129
21130         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
21131         with INVALID_EXCEPTION.
21132         (acosh_test_data): Likewise.
21133         (asin_test_data): Likewise.
21134         (atanh_test_data): Likewise.
21135         (fmod_test_data): Likewise.
21136         (log_test_data): Likewise.
21137         (log10_test_data): Likewise.
21138         (log2_test_data): Likewise.
21139         (pow_test_data): Likewise.
21140         (sqrt_test_data): Likewise.
21141         (y0_test_data): Likewise.
21142         (y1_test_data): Likewise.
21143         (yn_test_data): Likewise.
21144
21145         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
21146         function contents.
21147
21148         * math/libm-test.inc (struct test_ff_i_data): New type.
21149         (RUN_TEST_LOOP_ff_i_tg): New macro.
21150         (isgreater_test_data): New variable.
21151         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
21152         (isgreaterequal_test_data): New variable.
21153         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
21154         (isless_test_data): New variable.
21155         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
21156         (islessequal_test_data): New variable.
21157         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
21158         (islessgreater_test_data): New variable.
21159         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
21160         (isunordered_test_data): New variable.
21161         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
21162
21163 2013-05-14  David S. Miller  <davem@davemloft.net>
21164
21165         * sysdeps/sparc/fpu/libm-test-ulps: Update.
21166
21167 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
21168
21169         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
21170
21171         * math/libm-test.inc (struct test_fF_f1_data): Change type of
21172         extra_test to int.
21173         (struct test_f_i_data): Change type of max_ulp to int.
21174
21175         * math/libm-test.inc (test_ffI_f1_data): New type.
21176         (RUN_TEST_LOOP_ffI_f1): New macro.
21177         (remquo_test_data): New variable.
21178         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
21179
21180         * setjmp/tst-setjmp-fp.c: New file.
21181         * setjmp/Makefile (tests): Add tst-setjmp-fp.
21182         (link-libm): New variable.
21183         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
21184
21185         * math/libm-test.inc (struct test_f_i_data): New type.
21186         (RUN_TEST_LOOP_f_i): New macro.
21187         (RUN_TEST_LOOP_f_i_tg): Likewise.
21188         (fpclassify_test_data): New variable.
21189         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
21190         (ilogb_test_data): New variable.
21191         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
21192
21193         * math/libm-test.inc (scalbln_test): Correct function name in END
21194         call.
21195
21196         * math/libm-test.inc (struct test_f_f1_data): Add comment.
21197         (RUN_TEST_LOOP_fI_f1): New macro.
21198         (frexp_test_data): New variable.
21199         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
21200
21201         * math/libm-test.inc (struct test_fF_f1_data): New type.
21202         (RUN_TEST_LOOP_fF_f1): New macro.
21203         (modf_test_data): New variable.
21204         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
21205
21206         * math/libm-test.inc (struct test_f_f1_data): New type.
21207         (RUN_TEST_LOOP_f_f1): New macro.
21208         (gamma_test_data): New variable.
21209         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
21210         (lgamma_test_data): New variable.
21211         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
21212
21213 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
21214
21215         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
21216         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
21217         (main): Comment "tls" pseudo-hwcap.
21218
21219 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
21220
21221         * math/libm-test.inc (struct test_fl_f_data): New type.
21222         (RUN_TEST_LOOP_fl_f): New variable.
21223         (scalbln_test_data): New variable.
21224         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
21225
21226         * math/libm-test.inc (struct test_fi_f_data): New type.
21227         (RUN_TEST_LOOP_fi_f): New macro.
21228         (ldexp_test_data): New variable.
21229         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
21230         (scalbn_test_data): New variable.
21231         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
21232
21233         * math/libm-test.inc (struct test_c_f_data): New type.
21234         (RUN_TEST_LOOP_c_f): New macro.
21235         (cabs_test_data): New variable.
21236         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
21237         (carg_test_data): New variable.
21238         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
21239         (cimag_test_data): New variable.
21240         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
21241         (creal_test_data): New variable.
21242         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
21243
21244         * math/libm-test.inc (struct test_if_f_data): New type.
21245         (RUN_TEST_LOOP_if_f): New macro.
21246         (jn_test_data): New variable.
21247         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
21248         (yn_test_data): New variable.
21249         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
21250
21251         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
21252
21253 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21254
21255         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
21256         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
21257
21258 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
21259
21260         * benchtests/Makefile (CPPFLAGS-nonlib): Add
21261         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
21262         (bench-deps): Add bench-timing.h.
21263         * benchtests-bench-skeleton.c: Include bench-timing.h.
21264         (main): Use TIMING_* macros instead of clock_gettime.
21265         * benchtests/bench-timing.h: New file.
21266
21267         [BZ #14582]
21268         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
21269         Renamed from _LIB_VERSION.
21270         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
21271
21272 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
21273
21274         * math/libm-test.inc (struct test_fff_f_data): New type.
21275         (RUN_TEST_LOOP_fff_f): New macro.
21276         (fma_test_data): New variable.
21277         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
21278         (fma_towardzero_test_data): New variable.
21279         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
21280         (fma_downward_test_data): New variable.
21281         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
21282         (fma_upward_test_data): New variable.
21283         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
21284
21285         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
21286         (struct test_c_c_data): New type.
21287         (RUN_TEST_LOOP_c_c): New macro.
21288         (cacos_test_data): New variable.
21289         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
21290         (cacosh_test_data): New variable.
21291         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
21292         (casin_test_data): New variable.
21293         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
21294         (casinh_test_data): New variable.
21295         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
21296         (catan_test_data): New variable.
21297         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
21298         (catanh_test_data): New variable.
21299         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
21300         (ccos_test_data): New variable.
21301         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
21302         (ccosh_test_data): New variable.
21303         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
21304         (cexp_test_data): New variable.
21305         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
21306         (clog_test_data): New variable.
21307         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
21308         (clog10_test_data): New variable.
21309         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
21310         (conj_test_data): New variable.
21311         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
21312         (cproj_test_data): New variable.
21313         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
21314         (csin_test_data): New variable.
21315         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
21316         (csinh_test_data): New variable.
21317         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
21318         (csqrt_test_data): New variable.
21319         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
21320         (ctan_test_data): New variable.
21321         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
21322         (ctan_tonearest_test_data): New variable.
21323         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
21324         (ctan_towardzero_test_data): New variable.
21325         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
21326         (ctan_downward_test_data): New variable.
21327         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
21328         (ctan_upward_test_data): New variable.
21329         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
21330         (ctanh_test_data): New variable.
21331         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
21332         (ctanh_tonearest_test_data): New variable.
21333         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
21334         (ctanh_towardzero_test_data): New variable.
21335         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
21336         (ctanh_downward_test_data): New variable.
21337         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
21338         (ctanh_upward_test_data): New variable.
21339         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
21340         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
21341         of BUILD_COMPLEX.
21342
21343         * math/libm-test.inc (struct test_ff_f_data): New type.
21344         (struct test_ff_f_data_nexttoward): Likewise.
21345         (RUN_TEST_LOOP_2_f): New macro.
21346         (RUN_TEST_LOOP_ff_f): Likewise.
21347         (atan2_test_data): New variable.
21348         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
21349         (copysign_test_data): New variable.
21350         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
21351         (fdim_test_data): New variable.
21352         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
21353         (fmax_test_data): New variable.
21354         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
21355         (fmin_test_data): New variable.
21356         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
21357         (fmod_test_data): New variable.
21358         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
21359         (hypot_test_data): New variable.
21360         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
21361         (nextafter_test_data): New variable.
21362         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
21363         (nexttoward_test_data): New variable.
21364         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
21365         (pow_test_data): New variable.
21366         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
21367         (pow_tonearest_test_data): New variable.
21368         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
21369         (pow_towardzero_test_data): New variable.
21370         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
21371         (pow_downward_test_data): New variable.
21372         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
21373         (pow_upward_test_data): New variable.
21374         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
21375         (remainder_test_data): New variable.
21376         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
21377         (scalb_test_data): New variable.
21378         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
21379         * sysdeps/i386/fpu/libm-test-ulps: Update.
21380
21381 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
21382
21383         * math/libm-test.inc (fma_test): Use max_value instead of local
21384         variable fltmax.
21385         (nextafter_test): Likewise.
21386
21387         * math/libm-test.inc (acos_towardzero_test_data): New variable.
21388         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
21389         (acos_downward_test_data): New variable.
21390         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
21391         (acos_upward_test_data): New variable.
21392         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
21393         (acosh_test_data): New variable.
21394         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
21395         (asin_test_data): New variable.
21396         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
21397         (asin_tonearest_test_data): New variable.
21398         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
21399         (asin_towardzero_test_data): New variable.
21400         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
21401         (asin_downward_test_data): New variable.
21402         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
21403         (asin_upward_test_data): New variable.
21404         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
21405         (asinh_test_data): New variable.
21406         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
21407         (atan_test_data): New variable.
21408         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
21409         (atanh_test_data): New variable.
21410         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
21411         (cbrt_test_data): New variable.
21412         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
21413         (ceil_test_data): New variable.
21414         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
21415         (cos_test_data): New variable.
21416         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
21417         (cos_tonearest_test_data): New variable.
21418         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
21419         (cos_towardzero_test_data): New variable.
21420         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
21421         (cos_downward_test_data): New variable.
21422         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
21423         (cos_upward_test_data): New variable.
21424         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
21425         (cosh_test_data): New variable.
21426         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
21427         (cosh_tonearest_test_data): New variable.
21428         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
21429         (cosh_towardzero_test_data): New variable.
21430         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
21431         (cosh_downward_test_data): New variable.
21432         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
21433         (cosh_upward_test_data): New variable.
21434         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
21435         (erf_test_data): New variable.
21436         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
21437         (erfc_test_data): New variable.
21438         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
21439         (exp_test_data): New variable.
21440         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
21441         (exp_tonearest_test_data): New variable.
21442         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
21443         (exp_towardzero_test_data): New variable.
21444         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
21445         (exp_downward_test_data): New variable.
21446         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
21447         (exp_upward_test_data): New variable.
21448         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
21449         (exp10_test_data): New variable.
21450         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
21451         (exp2_test_data): New variable.
21452         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
21453         (expm1_test_data): New variable.
21454         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
21455         (fabs_test_data): New variable.
21456         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
21457         (floor_test_data): New variable.
21458         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
21459         (j0_test_data): New variable.
21460         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
21461         (j1_test_data): New variable.
21462         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
21463         (log_test_data): New variable.
21464         (log_test): Run tests with RUN_TEST_LOOP_f_f.
21465         (log10_test_data): New variable.
21466         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
21467         (log1p_test_data): New variable.
21468         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
21469         (log2_test_data): New variable.
21470         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
21471         (logb_test_data): New variable.
21472         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
21473         (logb_downward_test_data): New variable.
21474         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
21475         (nearbyint_test_data): New variable.
21476         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
21477         (rint_test_data): New variable.
21478         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
21479         (rint_tonearest_test_data): New variable.
21480         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
21481         (rint_towardzero_test_data): New variable.
21482         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
21483         (rint_downward_test_data): New variable.
21484         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
21485         (rint_upward_test_data): New variable.
21486         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
21487         (round_test_data): New variable.
21488         (round_test): Run tests with RUN_TEST_LOOP_f_f.
21489         (sin_test_data): New variable.
21490         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
21491         (sin_tonearest_test_data): New variable.
21492         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
21493         (sin_towardzero_test_data): New variable.
21494         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
21495         (sin_downward_test_data): New variable.
21496         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
21497         (sin_upward_test_data): New variable.
21498         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
21499         (sinh_test_data): New variable.
21500         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
21501         (sinh_tonearest_test_data): New variable.
21502         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
21503         (sinh_towardzero_test_data): New variable.
21504         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
21505         (sinh_downward_test_data): New variable.
21506         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
21507         (sinh_upward_test_data): New variable.
21508         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
21509         (sqrt_test_data): New variable.
21510         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
21511         (tan_test_data): New variable.
21512         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
21513         (tan_tonearest_test_data): New variable.
21514         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
21515         (tan_towardzero_test_data): New variable.
21516         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
21517         (tan_downward_test_data): New variable.
21518         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
21519         (tan_upward_test_data): New variable.
21520         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
21521         (tanh_test_data): New variable.
21522         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
21523         (tgamma_test_data): New variable.
21524         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
21525         (trunc_test_data): New variable.
21526         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
21527         (y0_test_data): New variable.
21528         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
21529         (y1_test_data): New variable.
21530         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
21531         (significand_test_data): New variable.
21532         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
21533
21534 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
21535
21536         [BZ #12387]
21537         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
21538
21539 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
21540
21541         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
21542
21543 2013-05-10  Andreas Jaeger  <aj@suse.de>
21544
21545         [BZ #15448]
21546         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
21547         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
21548
21549 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
21550
21551         * math/gen-libm-test.pl (adjust_arg): New function.
21552         (special_functions): Handle generating output in both functions
21553         and arrays.
21554         (parse_args): Likewise.
21555         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
21556         $in_func argument to parse_args.
21557         * math/libm-test.inc (struct test_f_f_data): New type.
21558         (IF_ROUND_INIT_): New macro.
21559         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
21560         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
21561         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
21562         (IF_ROUND_INIT_FE_UPWARD): Likewise.
21563         (ROUND_RESTORE_): Likewise.
21564         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
21565         (ROUND_RESTORE_FE_TONEAREST): Likewise.
21566         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
21567         (ROUND_RESTORE_FE_UPWARD): Likewise.
21568         (RUN_TEST_LOOP_f_f): New macro.
21569         (acos_test_data): New variable.
21570         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
21571         (acos_tonearest_test_data): New variable.
21572         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
21573
21574 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
21575
21576         * benchtests/bench-skeleton.c (startup): Fix coding style.
21577
21578 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
21579
21580         [BZ #6809]
21581         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
21582         negative infinity argument.
21583         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
21584         negative infinity argument.
21585         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
21586         negative infinity argument.
21587         * math/libm-test.inc (tgamma_test): Expect errno to be set for
21588         domain errors.
21589
21590 2013-05-10  Florian Weimer  <fweimer@redhat.com>
21591
21592         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
21593         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
21594         * iconv/iconv_prog.c (main): Likewise.
21595         * locale/programs/charmap-dir.c (charmap_readdir)
21596         (fopen_uncompressed): Likewise.
21597         * locale/programs/locfile.c (siblings_uncached)
21598         (write_locale_data): Use lstat64 instead of lstat.
21599         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
21600         stat.
21601
21602 2013-05-10  Andreas Jaeger  <aj@suse.de>
21603
21604         [BZ #15395]
21605         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
21606         localization.
21607         Include <locale.h>.
21608
21609 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
21610
21611         * elf/dl-close.c (_dl_close_worker): Add comments.
21612
21613 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
21614
21615         [BZ #15359]
21616         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
21617         high part of pi/2.
21618         (__ieee754_rem_pio2l): Update comments.
21619
21620         [BZ #15429]
21621         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
21622         high part of pi/2.
21623         (__ieee754_rem_pio2l): Update comments.
21624
21625         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
21626         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
21627
21628         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
21629         M_PI_4l.
21630
21631         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
21632         (M_PI_34_LOG10El): Likewise.
21633         (M_PI2_LOG10El): Likewise.
21634         (M_PI4_LOG10El): Likewise.
21635         (M_PI_LOG10El): Likewise.
21636
21637 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21638
21639         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21640
21641 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
21642
21643         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
21644         (MINUS_ZERO_INIT): Likewise.
21645         (PLUS_INFTY_INIT): Likewise.
21646         (MINUS_INFTY_INIT): Likewise.
21647         (QNAN_VALUE_INIT): Likewise.
21648         (MAX_VALUE_INIT): Likewise.
21649         (MIN_VALUE_INIT): Likewise.
21650         (MIN_SUBNORM_VALUE_INIT): Likewise.
21651         (plus_zero): Initialize with PLUS_ZERO_INIT.
21652         (minus_zero): Initialize with MINUS_ZERO_INIT.
21653         (plus_infty): Initialize with PLUS_INFTY_INIT.
21654         (minus_infty): Initialize with MINUS_INFTY_INIT.
21655         (qnan_value): Initialize with QNAN_VALUE_INIT.
21656         (max_value): Initialize with MAX_VALUE_INIT.
21657         (min_value): Initialize with MIN_VALUE_INIT.
21658         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
21659
21660         * math/libm-test.inc (RUN_TEST_if_f): New macro.
21661         (jn_test): Use TEST_if_f instead of TEST_ff_f.
21662         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
21663         (yn_test): Use TEST_if_f instead of TEST_ff_f.
21664
21665         * math/libm-test.inc (RUN_TEST_f_f): New macro.
21666         (RUN_TEST_2_f): Likewise.
21667         (RUN_TEST_ff_f): Likewise.
21668         (RUN_TEST_fi_f): Likewise.
21669         (RUN_TEST_fl_f): Likewise.
21670         (RUN_TEST_fff_f): Likewise.
21671         (RUN_TEST_c_f): Likewise.
21672         (RUN_TEST_f_f1): Likewise.
21673         (RUN_TEST_fF_f1): Likewise.
21674         (RUN_TEST_fI_f1): Likewise.
21675         (RUN_TEST_ffI_f1): Likewise.
21676         (RUN_TEST_c_c): Likewise.
21677         (RUN_TEST_cc_c): Likewise.
21678         (RUN_TEST_f_i): Likewise.
21679         (RUN_TEST_f_i_tg): Likewise.
21680         (RUN_TEST_ff_i_tg): Likewise.
21681         (RUN_TEST_f_b): Likewise.
21682         (RUN_TEST_f_b_tg): Likewise.
21683         (RUN_TEST_f_l): Likewise.
21684         (RUN_TEST_f_L): Likewise.
21685         (RUN_TEST_sincos): Likewise.
21686         * math/gen-libm-test.pl (new_test): Take new argument to indicate
21687         whether to show exceptions.  Do not include ");\n" in return
21688         value.
21689         (special_functions): Output call to RUN_TEST_sincos instead of
21690         check_float calls.  Update calls to new_test.
21691         (parse_args): Output call to single RUN_TEST_* macro instead of
21692         check_* calls and other assignments.  Update calls to new_test.
21693
21694         [BZ #2546]
21695         [BZ #2560]
21696         [BZ #5159]
21697         [BZ #15426]
21698         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
21699         input to result for tgamma overflow.
21700         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
21701         (gamma_coeff): New variable.
21702         (NCOEFF): New macro.
21703         (gamma_positive): New function.
21704         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
21705         underflow here.  Use gamma_positive instead of exp (lgamma) for
21706         other arguments.
21707         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
21708         (gamma_coeff): New variable.
21709         (NCOEFF): New macro.
21710         (gammaf_positive): New function.
21711         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
21712         underflow here.  Use gamma_positive instead of exp (lgamma) for
21713         other arguments.
21714         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
21715         (gamma_coeff): New variable.
21716         (NCOEFF): New macro.
21717         (gammal_positive): New function.
21718         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
21719         underflow here.  Use gamma_positive instead of exp (lgamma) for
21720         other arguments.
21721         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
21722         (gamma_coeff): New variable.
21723         (NCOEFF): New macro.
21724         (gammal_positive): New function.
21725         (__ieee754_gammal_r): Handle positive infinity, overflow and
21726         underflow here.  Handle NaN the same as positive infinity.  Remove
21727         check x < 0xffffffff for negative integers.  Use gamma_positive
21728         instead of exp (lgamma) for other arguments.
21729         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
21730         (gamma_coeff): New variable.
21731         (NCOEFF): New macro.
21732         (gammal_positive): New function.
21733         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
21734         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
21735         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
21736         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
21737         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
21738         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
21739         * sysdeps/generic/math_private.h (__gamma_productf): New
21740         prototype.
21741         (__gamma_product): Likewise.
21742         (__gamma_productl): Likewise.
21743         * math/Makefile (libm-calls): Add gamma_product.
21744         * math/libm-test.inc (tgamma_test): Add more tests.
21745         * sysdeps/i386/fpu/libm-test-ulps: Update.
21746         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21747
21748 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
21749
21750         * benchtests/bench-skeleton.c (main): Preheat CPU.
21751
21752 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
21753
21754         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
21755
21756 2013-05-07  Roland McGrath  <roland@hack.frob.com>
21757
21758         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
21759         and _dl_skip_args_internal.
21760
21761 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
21762
21763         * manual/message.texi (Message Translation): Talk about users.
21764         Message to key mapping impacts design.
21765
21766 2013-05-06  Roland McGrath  <roland@hack.frob.com>
21767
21768         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
21769
21770         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
21771
21772         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
21773         * sysdeps/wordsize-64/glob64.c: ... here.
21774
21775         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
21776         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
21777         New macros.
21778
21779         * debug/getlogin_r_chk.c: Moved to ...
21780         * login/getlogin_r_chk.c: ... here.
21781         * debug/Makefile (routines): Move getlogin_r_chk to ...
21782         * login/Makefile (routines): ... here.
21783         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
21784         * login/Versions (libc: GLIBC_2.4): ... here.
21785
21786         * io/poll.c (__poll): Renamed from poll.
21787         Add libc_hidden_def.
21788         (poll): Define as weak alias.
21789
21790         * debug/ptsname_r_chk.c: Moved to ...
21791         * login/ptsname_r_chk.c: ... here.
21792         * debug/Makefile (routines): Move ptsname_r_chk to ...
21793         * login/Makefile (routines): ... here.
21794         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
21795         * login/Versions (libc: GLIBC_2.4): ... here.
21796
21797         * posix/getlogin.c: Moved to ...
21798         * login/getlogin.c: ... here.
21799         * posix/getlogin_r.c: Moved to ...
21800         * login/getlogin_r.c: ... here.
21801         * posix/getlogin_r.c: Moved to ...
21802         * login/getlogin_r.c: ... here.
21803         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
21804         * login/Makefile (routines): ... here.
21805         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
21806         * login/Versions (libc: GLIBC_2.0): ... here.
21807
21808         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
21809         (setrlimit): Define as weak alias.
21810
21811         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
21812         Call __ names for open, ftruncate, and close.
21813         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
21814         (truncate): Define as weak alias.
21815
21816 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
21817
21818         * math/gen-libm-test.pl (parse_args): Initialize x before each
21819         test of frexp, modf and remquo.
21820
21821         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
21822         test signgam value.
21823
21824 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21825
21826         [BZ #15418]
21827         [BZ #15419]
21828         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
21829         internal tests.
21830         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
21831
21832 2013-05-06  Roland McGrath  <roland@hack.frob.com>
21833
21834         * elf/dl-writev.h: New file.
21835         * elf/dl-misc.c: Include it.
21836         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
21837         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
21838
21839 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
21840
21841         * math/libm-test.inc (noXFails): Remove variable.
21842         (noXPasses): Likewise.
21843         (BUILD_COMPLEX_INT): Remove macro.
21844         (print_screen): Remove xfail argument.
21845         (print_screen_max_error): Likewise.
21846         (update_stats): Likewise.
21847         (print_max_error): Likewise.  Update calls to other affected
21848         functions.
21849         (print_complex_max_error): Likewise.
21850         (test_single_exception): Update calls to print_screen.
21851         (test_single_errno): Likewise.
21852         (check_float_internal): Remove xfail argument.  Update calls to
21853         other affected functions.
21854         (check_float): Likewise.
21855         (check_complex): Likewise.
21856         (check_int): Likewise.
21857         (check_long): Likewise.
21858         (check_bool): Likewise.
21859         (check_longlong): Likewise.
21860         (main): Don't print noXFails and noXPasses.
21861         * math/gen-libm-test.pl (top level): Don't mention expected
21862         failure handling in comment.
21863         (new_test): Don't handle expected failures.
21864         (parse_args): Don't mention expected failure handling in comment.
21865         (generate_testfile): Don't handle expected failures.
21866         (parse_ulps): Likewise.
21867         (print_ulps_file): Likewise.
21868         (get_failure): Remove function.
21869         (output_test): Don't handle expected failures.
21870         * make/README.libm-test: Don't mention expected failure handling.
21871
21872         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
21873         (minus_zero): Likewise.
21874         (plus_infty): Likewise.
21875         (minus_infty): Likewise.
21876         (qnan_value): Likewise.
21877         (max_value): Likewise.
21878         (min_value): Likewise.
21879         (min_subnorm_value): Likewise.
21880         (initialize): Do not initialize those variables dynamically.
21881
21882 2013-05-03  Roland McGrath  <roland@hack.frob.com>
21883
21884         * io/open.c (__open_2): Moved to ...
21885         * io/open_2.c: ... this new file.
21886         * io/open64.c (__open64_2): Moved to ...
21887         * io/open64_2.c: ... this new file.
21888         * io/openat.c (__openat_2): Moved to ...
21889         * io/openat_2.c: ... this new file.
21890         * io/openat64.c (__openat64_2): Moved to ...
21891         * io/openat64_2.c: ... this new file.
21892         * io/Makefile (routines): Add them.
21893         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
21894         * sysdeps/unix/sysv/linux/open_2.c: File removed.
21895         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
21896         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
21897         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
21898         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
21899         (__openat64): Add hidden_ver.
21900         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
21901         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
21902
21903         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
21904         Separately conditionalize setting of GLRO(dl_sysinfo) so
21905         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
21906         as well, but the actual setting is only under [NEED_DL_SYSINFO].
21907
21908 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21909
21910         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
21911         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
21912         definition.
21913         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
21914         * sysdeps/unix/sysv/linux/powerpc/init-first.c
21915         (_libc_vdso_platform_setup): Add __vdso_time initialization.
21916         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
21917         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
21918
21919 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
21920
21921         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
21922         test signgam value.
21923
21924         * math/libm-test.inc (hypot_test): Do not use
21925         IGNORE_ZERO_INF_SIGN.
21926
21927 2013-05-03  Andreas Jaeger  <aj@suse.de>
21928
21929         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
21930         Linux 3.9.
21931         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
21932         (PF_MAX): Adjust for VSOCK change.
21933
21934 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21935
21936         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21937
21938 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
21939
21940         [BZ #15264]
21941         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
21942         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
21943         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
21944
21945 2013-05-02  David S. Miller  <davem@davemloft.net>
21946
21947         * sysdeps/sparc/fpu/libm-test-ulps: Update.
21948
21949 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
21950
21951         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
21952
21953 2013-05-01  Roland McGrath  <roland@hack.frob.com>
21954
21955         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
21956
21957 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
21958
21959         [BZ #14952]
21960         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
21961         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
21962         Use __attribute__ ((__gnu_inline__)).
21963         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
21964         Don't use __attribute__ ((__gnu_inline__)).
21965
21966 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
21967
21968         [BZ #15423]
21969         * math/s_catan.c (__catan): Handle small real or imaginary part of
21970         input specially to avoid spurious underflow.
21971         * math/s_catanf.c (__catanf): Likewise.
21972         * math/s_catanh.c (__catanh): Likewise.
21973         * math/s_catanhf.c (__catanhf): Likewise.
21974         * math/s_catanhl.c (__catanhl): Likewise.
21975         * math/s_catanl.c (__catanl): Likewise.
21976         * math/libm-test.inc (catan_test): Add more tests.
21977         (catanh_test): Likewise.
21978         * sysdeps/i386/fpu/libm-test-ulps: Update.
21979         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21980
21981 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21982
21983         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21984
21985 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
21986
21987         [BZ #15416]
21988         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
21989         accurately for denominator in atan2.
21990         * math/s_catanf.c (__catanf): Likewise.
21991         * math/s_catanh.c (__catanh): Likewise.
21992         * math/s_catanhf.c (__catanhf): Likewise.
21993         * math/s_catanhl.c (__catanhl): Likewise.
21994         * math/s_catanl.c (__catanl): Likewise.
21995         * math/libm-test.inc (catan_test): Add more tests.
21996         (catanh_test): Likewise.
21997         * sysdeps/i386/fpu/libm-test-ulps: Update.
21998         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21999
22000 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
22001
22002         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
22003
22004         * benchtests/Makefile (bench): Remove slow benchmarks.
22005         * benchtests/atan-inputs: Add slow benchmark inputs.
22006         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
22007         (BENCH_FUNC): Accept variant offset.
22008         (VARIANT): Define.
22009         * benchtests/bench-skeleton.c (main): Run benchmark for each
22010         variant.
22011         * benchtests/cos-inputs: Add slow benchmark inputs.
22012         * benchtests/exp-inputs: Likewise.
22013         * benchtests/pow-inputs: Likewise.
22014         * benchtests/sin-inputs: Likewise.
22015         * benchtests/slowatan-inputs: Remove.
22016         * benchtests/slowatan.c: Remove.
22017         * benchtests/slowcos-inputs: Remove.
22018         * benchtests/slowcos.c: Remove.
22019         * benchtests/slowexp-inputs: Remove.
22020         * benchtests/slowexp.c: Remove.
22021         * benchtests/slowpow-inputs: Remove.
22022         * benchtests/slowpow.c: Remove.
22023         * benchtests/slowsin-inputs: Remove.
22024         * benchtests/slowsin.c: Remove.
22025         * benchtests/slowtan-inputs: Remove.
22026         * benchtests/slowtan.c: Remove.
22027         * benchtests/tan-inputs: Add slow benchmark inputs.
22028         * scripts/bench.pl: Parse comments and directives.
22029
22030         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
22031         in CPPFLAGS.
22032         ($(objpfx)bench-%.c): Remove *-ITER.
22033         * benchtests/bench-modf.c: Remove definition of ITER.
22034         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
22035         (main): Loop for DURATION seconds instead of fixed number of
22036         iterations.
22037         * scripts/bench.pl: Don't expect iterations in parameters.
22038
22039 2013-04-29  Roland McGrath  <roland@hack.frob.com>
22040
22041         * io/fchdir.c (__fchdir): Renamed from fchdir.
22042         (fchdir): Define as weak alias.
22043
22044 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
22045
22046         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
22047         (ERRNO_EDOM): Likewise.
22048         (ERRNO_ERANGE): Likewise.
22049         (noErrnoTests): New variable.
22050         (init_max_error): Set errno to 0.
22051         (test_single_errno): New function.
22052         (test_errno): Likewise.
22053         (check_float_internal): Call test_errno.  Set errno to 0.
22054         (check_complex): Refer to errno tests in comment.
22055         (check_int): Call test_errno.  Set errno to 0.
22056         (check_long): Likewise.
22057         (check_bool): Likewise.
22058         (check_longlong): Likewise.
22059         (cos_test): Use ERRNO_* flags for errno tests instead of
22060         check_int.
22061         (expm1_test): Likewise.
22062         (fmod_test): Likewise.
22063         (ilogb_test): Likewise.
22064         (lgamma_test): Likewise.
22065         (pow_test): Likewise.
22066         (remainder_test): Likewise.
22067         (sin_test): Likewise.
22068         (tan_test): Likewise.
22069         (yn_test): Likewise.
22070         (initialize): Set errno to 0.
22071         (main): Print number of errno tests.
22072         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
22073
22074 2013-04-29  Andreas Jaeger  <aj@suse.de>
22075
22076         [BZ #15084]
22077         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
22078         and RES_USEVC.
22079
22080         [BZ #15085]
22081         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
22082         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
22083         unimplemented.
22084
22085         [BZ #15380]
22086         * stdlib/random.c (__initstate): Return NULL if
22087         __initstate fails.
22088
22089         [BZ #15086]
22090         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
22091         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
22092         RES_SNGLKUPREOP.
22093
22094 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22095
22096         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22097
22098 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
22099
22100         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
22101         of individual tests.
22102         (casin_test): Likewise.
22103         (casinh_test): Likewise.
22104
22105 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
22106
22107         [BZ #15409]
22108         * math/s_catan.c (__catan): Handle arguments with large real or
22109         imaginary part separately without squaring.
22110         * math/s_catanf.c (__catanf): Likewise.
22111         * math/s_catanh.c (__catanh): Likewise.
22112         * math/s_catanhf.c (__catanhf): Likewise.
22113         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
22114         and redefine.
22115         (__catanhl): Handle arguments with large real or imaginary part
22116         separately without squaring.
22117         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
22118         and redefine.
22119         (__catanl): Handle arguments with large real or imaginary part
22120         separately without squaring.
22121         * math/libm-test.inc (catan_test): Add more tests.
22122         (catanh_test): Likewise.
22123         * sysdeps/i386/fpu/libm-test-ulps: Update.
22124         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22125
22126 2013-04-27  Andreas Jaeger  <aj@suse.de>
22127
22128         [BZ #15007]
22129         * stdlib/stdlib.h: Update guards for qecvt.
22130         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
22131         <stdlib.h>.
22132
22133 2013-04-27  Allan McRae  <allan@archlinux.org>
22134
22135         * sysdeps/i386/fpu/libm-test-ulps: Update.
22136
22137 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
22138
22139         [BZ #15406]
22140         * math/s_catan.c: Include <float.h>.
22141         (__catan): Ensure underflow exception occurs for underflowed
22142         result.
22143         * math/s_catanf.c: Include <float.h>.
22144         (__catanf): Ensure underflow exception occurs for underflowed
22145         result.
22146         * math/s_catanh.c: Include <float.h>.
22147         (__catanh): Ensure underflow exception occurs for underflowed
22148         result.
22149         * math/s_catanhf.c: Include <float.h>.
22150         (__catanhf): Ensure underflow exception occurs for underflowed
22151         result.
22152         * math/s_catanhl.c: Include <float.h>.
22153         (__catanhl): Ensure underflow exception occurs for underflowed
22154         result.
22155         * math/s_catanl.c: Include <float.h>.
22156         (__catanl): Ensure underflow exception occurs for underflowed
22157         result.
22158         * math/libm-test.inc (catan_test): Add more tests.
22159         (catanh_test): Likewise.
22160
22161         [BZ #15405]
22162         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
22163         underflowed result.
22164         * math/s_ccoshf.c (__ccoshf): Likewise.
22165         * math/s_ccoshl.c (__ccoshl): Likewise.
22166         * math/s_csin.c (__csin): Likewise.
22167         * math/s_csinf.c (__csinf): Likewise.
22168         * math/s_csinh.c (__csinh): Likewise.
22169         * math/s_csinhf.c (__csinhf): Likewise.
22170         * math/s_csinhl.c (__csinhl): Likewise.
22171         * math/s_csinl.c (__csinl): Likewise.
22172         * math/libm-test.inc (ccos_test): Add more tests.
22173         (ccosh_test): Likewise.
22174         (csin_test): Likewise.
22175         (csinh_test): Likewise.
22176
22177 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22178
22179         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
22180         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
22181         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
22182         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
22183         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
22184         powerpc/power5+/fpu folders.
22185         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
22186
22187
22188 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
22189
22190         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
22191
22192 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
22193
22194         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
22195         additions to variable.
22196         [$(config-machine) = x86_64] (modules-names): Likewise.
22197         ($(objpfx)tst-audit3): Remove dependency.
22198         ($(objpfx)tst-audit3.out): Likewise.
22199         ($(objpfx)tst-audit4): Likewise.
22200         ($(objpfx)tst-audit4.out): Likewise.
22201         ($(objpfx)tst-audit5): Likewise.
22202         ($(objpfx)tst-audit5.out): Likewise.
22203         ($(objpfx)tst-audit6): Likewise.
22204         ($(objpfx)tst-audit6.out): Likewise.
22205         ($(objpfx)tst-audit7): Likewise.
22206         ($(objpfx)tst-audit7.out): Likewise.
22207         (tst-audit3-ENV): Remove variable.
22208         (tst-audit4-ENV): Likewise.
22209         (tst-audit5-ENV): Likewise.
22210         (tst-audit6-ENV): Likewise.
22211         (tst-audit7-ENV): Likewise.
22212         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
22213         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
22214         addition to variable.
22215         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
22216         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
22217         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
22218         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
22219         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
22220         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
22221         tst-audit3, tst-audit4 and tst-audit5.
22222         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
22223         tst-audit6 and tst-audit7.
22224         [$(subdir) = elf] (modules-names): Add audit modules for those
22225         tests.
22226         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
22227         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
22228         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
22229         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
22230         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
22231         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
22232         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
22233         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
22234         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
22235         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
22236         [$(subdir) = elf] (tst-audit3-ENV): New variable.
22237         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
22238         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
22239         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
22240         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
22241         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
22242         Likewise.
22243         [$(subdir) = elf && $(config-cflags-avx) = yes]
22244         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
22245         [$(subdir) = elf && $(config-cflags-avx) = yes]
22246         (CFLAGS-tst-auditmod4a.c): Likewise.
22247         [$(subdir) = elf && $(config-cflags-avx) = yes]
22248         (CFLAGS-tst-auditmod4b.c): Likewise.
22249         [$(subdir) = elf && $(config-cflags-avx) = yes]
22250         (CFLAGS-tst-auditmod6b.c): Likewise.
22251         [$(subdir) = elf && $(config-cflags-avx) = yes]
22252         (CFLAGS-tst-auditmod6c.c): Likewise.
22253         [$(subdir) = elf && $(config-cflags-avx) = yes]
22254         (CFLAGS-tst-auditmod7b.c): Likewise.
22255         * elf/tst-audit3.c: Move to ...
22256         * sysdeps/x86_64/tst-audit3.c: ... here.
22257         * elf/tst-audit4.c: Move to ...
22258         * sysdeps/x86_64/tst-audit4.c: ... here.
22259         * elf/tst-audit5.c: Move to ...
22260         * sysdeps/x86_64/tst-audit5.c: ... here.
22261         * elf/tst-audit6.c: Move to ...
22262         * sysdeps/x86_64/tst-audit6.c: ... here.
22263         * elf/tst-audit7.c: Move to ...
22264         * sysdeps/x86_64/tst-audit7.c: ... here.
22265         * elf/tst-auditmod3a.c: Move to ...
22266         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
22267         * elf/tst-auditmod3b.c: Move to ...
22268         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
22269         * elf/tst-auditmod4a.c: Move to ...
22270         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
22271         * elf/tst-auditmod4b.c: Move to ...
22272         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
22273         * elf/tst-auditmod5a.c: Move to ...
22274         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
22275         * elf/tst-auditmod5b.c: Move to ...
22276         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
22277         * elf/tst-auditmod6a.c: Move to ...
22278         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
22279         * elf/tst-auditmod6b.c: Move to ...
22280         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
22281         * elf/tst-auditmod6c.c: Move to ...
22282         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
22283         * elf/tst-auditmod7a.c: Move to ...
22284         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
22285         * elf/tst-auditmod7b.c: Move to ...
22286         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
22287
22288 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
22289
22290         [BZ #15366]
22291         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
22292         define unconditionally.
22293         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
22294         define unconditionally.
22295         (INT8_C, INT16_C, etc.): Likewise.
22296
22297 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
22298
22299         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
22300         __ehdr_start with hidden visibility.
22301
22302         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
22303
22304 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
22305
22306         * math/libm-test.inc (cos_test): Use accurate hex constants.
22307         (sincost_test): Likewise.
22308
22309 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
22310
22311         * math/libm-test.inc (catan_test): Add more tests.
22312         (catanh_test): Likewise.
22313
22314         * math/s_catanf.c (__catanf): Use suffixed floating-point
22315         constants.
22316         * math/s_catanhf.c (__catanhf): Likewise.
22317         * math/s_catanhl.c (__catanhl): Likewise.
22318         * math/s_catanl.c (__catanl): Likewise.
22319
22320         [BZ #15394]
22321         * math/s_catan.c (__catan): Calculate imaginary part of result
22322         with log1p not log unless computing log of number close to 0.
22323         * math/s_catanf.c (__catanf): Likewise.
22324         * math/s_catanl.c (__catanl): Likewise.
22325         * math/s_catanh.c (__catanh): Calculate real part of result with
22326         log1p not log unless computing log of number close to 0.
22327         * math/s_catanhf.c (__catanhf): Likewise.
22328         * math/s_catanhl.c (__catanhl): Likewise.
22329         * math/libm-test.inc (catan_test): Add more tests.
22330         (catanh_test): Likewise.
22331         * sysdeps/i386/fpu/libm-test-ulps: Update.
22332         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22333
22334 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
22335
22336         * benchtests/Makefile: Mention files in which fast and slow
22337         paths of math functions are implemented.
22338
22339 2013-04-23  Roland McGrath  <roland@hack.frob.com>
22340
22341         * sysdeps/posix/timespec_get.c: New file.
22342
22343 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22344
22345         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
22346         POWER.
22347         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
22348         for POWER.
22349         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
22350         powerpc/power5/fpu folders.
22351         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
22352         * benchtests/Makefile: Add modf testcase.
22353         * benchtests/bench-modf.c: New file: Benchmark test for mo
22354
22355 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
22356
22357         [BZ #14888]
22358         * time/Makefile (tests): Add tst-strptime-whitespace.
22359         * time/strptime_l.c (get_number): Use ISSPACE.
22360         (__strptime_internal): Likewise.
22361         * time/tst-strptime-whitespace.c: New test case.
22362
22363 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
22364
22365         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
22366         member.
22367         (_nss_files_init): Set it here.
22368
22369 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
22370
22371         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
22372         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
22373         unsigned.
22374
22375 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
22376
22377         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
22378
22379 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
22380
22381         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
22382         size just once.
22383
22384 2013-04-21  David S. Miller  <davem@davemloft.net>
22385
22386         * po/ru.po: Update Russion translation from translation project.
22387
22388 2013-04-17  Adam Conrad  <adconrad@0c3.net>
22389
22390         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
22391         and setfsgid.
22392
22393 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
22394
22395         * configure.in: Remove i386 configure warning. Remove i386 case.
22396         * configure: Regenerate.
22397         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
22398         Add example to error message.
22399         * sysdeps/i386/configure: Regenerate.
22400
22401 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
22402
22403         * benchtests/Makefile (bench): Add cos, tan, slowcos and
22404         slowtan.
22405         * benchtests/cos-inputs: New file.
22406         * benchtests/slowcos-inputs: New file.
22407         * benchtests/slowcos.c: New file.
22408         * benchtests/slowtan-inputs: New file.
22409         * benchtests/slowtan.c: New file.
22410         * benchtests/tan-inputs: New file.
22411
22412 2013-04-16  Roland McGrath  <roland@hack.frob.com>
22413
22414         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
22415         considered kosher.
22416
22417 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
22418
22419         * benchtests/Makefile: Include cppflags-iterator.mk to add
22420         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
22421
22422         * Makefile.in (bench-clean): New target.
22423         * benchtests/Makefile (bench-clean): Likewise.
22424
22425 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
22426
22427         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
22428
22429 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
22430
22431         * stdio-common/tstdiomisc.c: Fix coding-style violation.
22432
22433 2013-04-15  Andreas Schwab  <schwab@suse.de>
22434
22435         * nscd/grpcache.c (cache_addgr): Properly check for short write.
22436         * nscd/initgrcache.c (addinitgroupsX): Likewise.
22437         * nscd/pwdcache.c (cache_addpw): Likewise.
22438         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
22439         more than recsize.
22440
22441 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
22442
22443         * benchtests/Makefile (bench): Write all output to
22444         bench-out.tmp together.
22445
22446 2013-04-15  Andreas Schwab  <schwab@suse.de>
22447
22448         * nscd/nscd.c (main): Don't fork again after closing files.
22449
22450 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
22451
22452         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
22453
22454         * benchtests/Rules (bench-deps): Collect dependencies into a
22455         single variable.  Add Makefile to dependencies.
22456         ($(objpfx)bench-%.c): Depend on bench-deps.
22457
22458 2013-04-12  Roland McGrath  <roland@hack.frob.com>
22459             Xavier Roche  <roche+kml2@exalead.com>
22460
22461         [BZ #15361]
22462         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
22463         just that it's a file descriptor.
22464         * manual/llio.texi (Synchronizing AIO Operations): Update description
22465         for EBADF error from aio_fsync.
22466
22467 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
22468
22469         * Rules (bench): Move target definition...
22470         * benchtests/Makefile: ... here.
22471
22472 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
22473
22474         * math/libm-test.inc (cos_test): Fix PI/2 test.
22475         (sincos_test): Likewise.
22476         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
22477         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
22478
22479 2013-04-11  Andreas Schwab  <schwab@suse.de>
22480
22481         [BZ #13988]
22482         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
22483         accept exponent character only when digits were seen.
22484         * stdio-common/Makefile (tests): Add bug26.
22485         * stdio-common/bug26.c: New file.
22486
22487         [BZ #14293]
22488         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
22489         non-freeable.
22490
22491 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
22492
22493         * Makeconfig (rtld-prefix): Define built linker prefix.
22494         * Rules (run-bench): Use it.
22495         * math/Makefile (run-regen-ulps): Likewise.
22496
22497         * Rules (bench): Remove eval.
22498
22499 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
22500             Roland McGrath  <roland@hack.frob.com>
22501             Ondrej Bilka  <neleai@seznam.cz>
22502
22503         [BZ #15346]
22504         * time/getdate.c: Include ctype.h and alloca.h.
22505         (__getdate_r): Trim leading and trailing spaces of input.
22506         * time/tst-getdate.c (tests): Add tests with leading and
22507         trailing spaces.
22508
22509 2013-04-08  Roland McGrath  <roland@hack.frob.com>
22510
22511         [BZ #14280]
22512         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
22513         when computing value.
22514
22515 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
22516
22517         * math/README.libm-test (How can I generate "libm-test-ulps"?):
22518         Use testrun.sh to run libm tests.
22519
22520         [BZ #15309]
22521         * elf/dl-open.c (dl_open_worker): memset all of seen array.
22522
22523 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
22524
22525         [BZ #15264]
22526         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
22527
22528 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
22529
22530         * Makefile.in (regen-ulps): New target.
22531         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
22532         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
22533         [ifneq (no,$(PERL)] (regen-ulps): New target.
22534         [ifeq (no,$(PERL)] (regen-ulps): New target.
22535         * math/libm-test.inc (ulps_file_name): Define.
22536         (output_dir): New variable.
22537         (options): Add "output-dir" option.
22538         (parse_opt): Handle 'o' case.
22539         (main): If output_dir is non-NULL use it as a prefix
22540         otherwise use "".
22541         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
22542
22543 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
22544
22545         [BZ #10060, #10062]
22546         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
22547         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
22548         fail configure if __sync_val_compare_and_swap is not inlined.
22549         * sysdeps/i386/configure: Regenerate.
22550         * configure.in: Build for i686 when configured for i386.
22551         * configure: Regenerate.
22552         * README: Remove i386 reference.
22553
22554 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
22555
22556         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
22557         * sysdeps/s390/s390-64/sysdep.h: Likewise.
22558
22559 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
22560
22561         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
22562         (lmsnanval): New variables.
22563         (F): Add conversion tests.
22564         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
22565         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
22566
22567         * stdio-common/tstdiomisc.c (F): Properly collect individual
22568         tests' results.
22569
22570         [BZ #14686, #15336]
22571         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
22572         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
22573         Instead, use input NaN values or generate a qNaN by arithmetic
22574         operation.  Also fix bugs to comply with the standard.
22575         * math/libm-test.inc (remainder_test): Add more tests.
22576
22577         [BZ #15335, #15342]
22578         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
22579         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
22580         input NaN values or generate a qNaN by arithmetic operation.
22581
22582         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
22583         unreachable code.
22584
22585         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
22586         definitions.
22587
22588 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
22589
22590         [BZ #14478]
22591         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
22592         underflowed result.
22593         * math/s_cexpf.c (__cexpf): Likewise.
22594         * math/s_cexpl.c (__cexpl): Likewise.
22595         * math/libm-test.inc (cexp_test): Add more tests.
22596
22597 2013-04-03  Andreas Schwab  <schwab@suse.de>
22598
22599         [BZ #15330]
22600         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
22601         order arrays from heap if bigger than alloca cutoff.
22602
22603 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
22604
22605         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
22606         (SNAN_TESTS_double): Refer to GCC PR56831.
22607         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
22608         GCC PR56828.
22609
22610 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
22611
22612         * Rules (bench): Move bench.out after the run is complete.
22613
22614         * Rules (bench): Echo currently running benchmark.
22615
22616         * benchtests/Makefile (bench): Add atan and slowatan.
22617         * benchtests/atan-inputs: New file.
22618         * benchtests/slowatan-inputs: New file.
22619         * benchtests/slowatan.c: New file.
22620
22621         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
22622         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
22623         its value.
22624
22625         [BZ #15305]
22626         * sysdeps/unix/sysv/linux/kernel-features.h
22627         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
22628         __ASSUME_XFS_RESTRICTED_CHOWN.
22629         * sysdeps/unix/sysv/linux/pathconf.c
22630         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
22631         Save and restore errno.
22632
22633 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
22634
22635         [BZ #15327]
22636         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
22637         arguments using __kernel_casinh.
22638         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
22639         arguments using __kernel_casinhf.
22640         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
22641         arguments using __kernel_casinhl.
22642         * math/libm-test.inc (cacosh_test): Add more tests.
22643         * sysdeps/i386/fpu/libm-test-ulps: Update.
22644         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22645
22646 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
22647
22648         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
22649         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
22650
22651         * bench/Makefile (bench): Add sin and slowsin.
22652         * benchtests/sin-inputs: New file.
22653         * benchtests/slowsin-inputs: New file.
22654         * benchtests/slowsin.c: New file.
22655
22656         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
22657         (bench): Add slowexp and slowpow.
22658         (exp-ITER): Increase iterations.
22659         (pow-ITER): Likewise.
22660         * benchtests/exp-inputs: Change input.
22661         * benchtests/pow-inputs: Likewise.
22662         * benchtests/slowexp-inputs: New file.
22663         * benchtests/slowexp.c: New file.
22664         * benchtests/slowpow-inputs: New file.
22665         * benchtests/slowpow.c: New file.
22666
22667 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22668
22669         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
22670         instructions.
22671         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
22672         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
22673         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
22674         * benchtests/Makefile: Add rint benchtest.
22675         * benchtests/rint-inputs: Input for rint benchtest.
22676
22677 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
22678
22679         * Versions.def (libm): Add GLIBC_2.18.
22680         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
22681         hidden libm prototypes.
22682         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
22683         * math/Makefile (libm-calls): Add s_issignaling.
22684         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
22685         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
22686         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
22687         declaration.
22688         * math/math.h [__USE_GNU] (issignaling): New macro.
22689         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
22690         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
22691         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
22692         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
22693         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
22694         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
22695         * manual/arith.texi (issignaling): New section.
22696         * manual/libm-err-tab.pl (@all_functions): Update comment.
22697         * math/gen-libm-test.pl (parse_args): Apply special handling for
22698         issignaling.
22699         * math/libm-test.inc (print_float, issignaling_test): New
22700         functions.
22701         (check_float_internal): Add issignaling checks.
22702         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
22703         default definition.
22704         * sysdeps/powerpc/math-tests.h: New file.
22705         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
22706         tests.
22707         * math/test-snan.c (TEST_FUNC): Likewise.
22708
22709 2013-03-30  David S. Miller  <davem@davemloft.net>
22710
22711         * po/de.po: Update from translation team.
22712
22713 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
22714
22715         [BZ #10357]
22716         * math/k_casinh.c (__kernel_casinh): Handle arguments with
22717         imaginary part less than 1.0 and real part less than 0.5
22718         specially.
22719         * math/k_casinhf.c (__kernel_casinhf): Likewise.
22720         * math/k_casinhl.c (__kernel_casinhl): Likewise.
22721         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
22722         (cacos_test): Add more tests.
22723         (casin_test): Likewise.
22724         (casinh_test): Likewise.
22725         * sysdeps/i386/fpu/libm-test-ulps: Update.
22726         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22727
22728 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
22729
22730         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
22731         ONE with its value.
22732
22733         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
22734         (__pow_mp): Replace ONE and MONE with their values.
22735         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
22736         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
22737         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
22738         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
22739         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
22740         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
22741
22742         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
22743
22744         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
22745         (__pow_mp): Replace ZERO and MZERO with their values.
22746         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
22747         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
22748         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
22749         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
22750         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
22751         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
22752         (__sqr): Likewise.
22753
22754         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
22755
22756         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
22757
22758 2013-03-28  Roland McGrath  <roland@hack.frob.com>
22759
22760         * include/stdlib.h [!SHARED] (__call_tls_dtors):
22761         Declare with __attribute__ ((weak)).
22762         * stdlib/exit.c (__libc_atexit) [!SHARED]:
22763         Call __call_tls_dtors only if it's not NULL.
22764
22765 2013-03-28  Roland McGrath  <roland@hack.frob.com>
22766
22767         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
22768         didn't do it already, then set _dl_phdr and _dl_phnum based on the
22769         magic __ehdr_start linker symbol if it's defined.
22770         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
22771         them up here if it was already done.
22772
22773         * elf/dl-support.c (_dl_phdr): Make pointer to const.
22774         (_dl_aux_init): Use const in cast when setting it.
22775         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
22776         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
22777         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
22778
22779         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
22780         Declare them here.
22781         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
22782         * csu/libc-tls.c: Nor here.
22783         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
22784
22785         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
22786         (__libc_message): Never call vsyslog.
22787
22788 2013-03-28  Alan Modra  <amodra@gmail.com>
22789
22790         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
22791         Define as empty.
22792         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
22793         Likewise.
22794
22795 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22796
22797         [BZ #15214]
22798         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
22799         underflow.
22800         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22801
22802 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
22803
22804         [BZ #15304]
22805         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
22806         Don't add gid passed as argument.
22807
22808         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
22809
22810 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
22811
22812         [BZ #15307]
22813         * math/k_casinh.c (__kernel_casinh): Handle arguments with
22814         imaginary part between 1.0 and 1.5 and real part less than 0.5
22815         specially.
22816         * math/k_casinhf.c (__kernel_casinhf): Likewise.
22817         * math/k_casinhl.c (__kernel_casinhl): Likewise.
22818         * math/libm-test.inc (cacos_test): Add more tests.
22819         (casin_test): Likewise.
22820         (casinh_test): Likewise.
22821         * sysdeps/i386/fpu/libm-test-ulps: Update.
22822         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22823
22824 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
22825
22826         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
22827         constants.
22828         (norm): Likewise.
22829         (denorm): Likewise.
22830         (__dbl_mp): Likewise.
22831         (add_magnitudes): Likewise.
22832         (sub_magnitudes): Likewise.
22833         (__add): Likewise.
22834         (__sub): Likewise.
22835         (__mul): Likewise.
22836         (__sqr): Likewise.
22837         (__inv): Likewise.
22838         (__dvd): Likewise.
22839
22840         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
22841         commented code.
22842         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
22843         (__dubcos): Likewise.
22844         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
22845         (__ieee754_acos): Likewise.
22846         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
22847         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
22848         (__exp1): Likewise.
22849         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
22850         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
22851         (log1): Likewise.
22852         (my_log2): Likewise.
22853         (checkint): Likewise.
22854         * sysdeps/ieee754/dbl-64/e_remainder.c
22855         (__ieee754_remainder): Likewise.
22856         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
22857         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
22858         (bsloww): Likewise.
22859         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
22860
22861         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
22862         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
22863         MANTISSA_STORE_T to store computations on mantissa.  Use
22864         macros for rounding and division.
22865         (denorm): Likewise.
22866         (__dbl_mp): Likewise.
22867         (add_magnitudes): Likewise.
22868         (sub_magnitudes): Likewise.
22869         (__mul): Likewise.
22870         (__sqr): Likewise.
22871         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
22872         powers of two in terms of TWOPOW macro.
22873         (mp_no): Make type of mantissa as MANTISSA_T.
22874         [!RADIXI]: Define RADIXI.
22875         [!TWO52]: Define TWO52.
22876         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
22877
22878 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22879
22880         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
22881         llroundl symbol when building for PPC32.
22882
22883 2013-03-24  Mark H Weaver  <mhw@netris.org>
22884
22885         * manual/arith.texi (Normalization Functions): Fix prototypes for
22886         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
22887
22888 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22889
22890         [BZ #13889]
22891         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
22892         high value to check if expl overflow.
22893         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
22894         to check for underflow and overflow.
22895         * math/libm-test.inc: Add exp test.
22896
22897 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
22898
22899         [BZ #11120]
22900         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
22901         with NOT_IN_libc.
22902
22903 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22904
22905         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
22906         symbol.
22907
22908 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
22909
22910         * math/gen-libm-test.pl (parse_args, special_functions): Properly
22911         wrap blocks consisting of several statements.
22912
22913         * sysdeps/generic/math-tests.h: New file.
22914         * sysdeps/i386/fpu/math-tests.h: Likewise.
22915         * math/test-snan.c: Include it.
22916         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
22917
22918 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
22919
22920         [BZ #15285]
22921         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
22922         (__ieee754_j0l): Do not improve calculations using cos of twice
22923         input for inputs above LDBL_MAX / 2.0L.
22924         (__ieee754_y0l): Likewise.
22925         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
22926         (__ieee754_j1l): Do not improve calculations using cos of twice
22927         input for inputs above LDBL_MAX / 2.0L.
22928         (__ieee754_y1l): Likewise.
22929         * math/libm-test.inc (j0_test): Add another test.
22930         (j1_test): Likewise.
22931         (y0_test): Likewise.
22932         (y1_test): Likewise.
22933         * sysdeps/i386/fpu/libm-test-ulps: Update.
22934
22935 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
22936
22937         * Rules ($(objpfx)bench-%.c): Include code from a C source
22938         file.
22939
22940 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
22941
22942         [BZ #15287]
22943         * math/k_casinh.c (__kernel_casinh): Handle arguments with
22944         imaginary part 1.0 and real part less than 0.5 specially.
22945         * math/k_casinhf.c (__kernel_casinhf): Likewise.
22946         * math/k_casinhl.c (__kernel_casinhl): Likewise.
22947         * math/libm-test.inc (cacos_test): Add more tests.
22948         (casin_test): Likewise.
22949         (casinh_test): Likewise.
22950         * sysdeps/i386/fpu/libm-test-ulps: Update.
22951         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22952
22953 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
22954
22955         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
22956         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
22957
22958 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
22959
22960         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
22961         * config.make.in (config-cflags-sse4): Remove variable.
22962         (config-cflags-avx): Likewise.
22963         (config-cflags-sse2avx): Likewise.
22964         (config-cflags-novzeroupper): Likewise.
22965         (config-asflags-i686): Likewise.
22966         (have-mfma4): Likewise.
22967         (have-as-vis3): Likewise.
22968         (MIG): Likewise.
22969         * configure.in (MIG): Do not AC_SUBST.
22970         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
22971         (libc_cv_cc_sse4): Do not AC_SUBST.
22972         (libc_cv_cc_avx): Likewise.
22973         (libc_cv_cc_sse2avx): Likewise.
22974         (libc_cv_cc_novzeroupper): Likewise.
22975         (libc_cv_cc_fma4): Likewise.
22976         (libc_cv_as_i686): Likewise.
22977         (libc_cv_sparc_as_vis3): Likewise.
22978         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
22979         LIBC_CONFIG_VAR.
22980         (config-asflags-i686): Likewise.
22981         (config-cflags-avx): Likewise.
22982         (config-cflags-sse2avx): Likewise.
22983         (have-mfma4): Likewise.
22984         (config-cflags-novzeroupper): Likewise.
22985         * sysdeps/mach/configure.in (MIG): Likewise.
22986         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
22987         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
22988         LIBC_CONFIG_VAR.
22989         (config-cflags-avx): Likewise.
22990         (config-cflags-sse2avx): Likewise.
22991         (have-mfma4): Likewise.
22992         (config-cflags-novzeroupper): Likewise.
22993         * configure: Regenerated.
22994         * sysdeps/i386/configure: Likewise.
22995         * sysdeps/mach/configure: Likewise.
22996         * sysdeps/sparc/configure: Likewise.
22997         * sysdeps/x86_64/configure: Likewise.
22998
22999 2013-03-20  Roland McGrath  <roland@hack.frob.com>
23000
23001         [BZ #14812]
23002         * locale/programs/localedef.c (options): Put N_ translation marker
23003         on argument names, not just descriptions.
23004
23005 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
23006
23007         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
23008
23009 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
23010
23011         [BZ #14176]
23012         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
23013
23014 2013-03-19  Roland McGrath  <roland@hack.frob.com>
23015
23016         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
23017         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
23018         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
23019         [!BEFORE_ABORT] (before_abort): New function.
23020         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
23021         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
23022         (writev_for_fatal): New function.
23023         (WRITEV_FOR_FATAL): New macro; call that.
23024         (backtrace_and_maps): New function.
23025         (BEFORE_ABORT): New macro; call that.
23026         (struct str_list): Type removed.
23027         (__libc_message, __libc_fatal): Functions removed.
23028         Include <sysdeps/posix/libc_fatal.c> instead.
23029
23030 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
23031
23032         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
23033         constants.
23034         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
23035         double constants.
23036
23037 2013-03-19  Andreas Schwab  <schwab@suse.de>
23038
23039         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
23040         * sysdeps/gnu/configure: Regenerate.
23041
23042         * configure.in: Substitute libc_cv_rtlddir.
23043         * configure: Regenerate.
23044         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
23045         * Makeconfig (rtlddir, inst_rtlddir): New variables.
23046         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
23047         * elf/Makefile (install-others, CFLAGS-interp.c)
23048         (ldso_install, common-ldd-rewrite): Likewise.
23049         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
23050         $(inst_slibdir)/$(rtld-installed-name).
23051         * scripts/rellns-sh: Add -p option.
23052         * Makerules (make-shlib-link): Use rellns-sh to get relative name
23053         for source.
23054
23055 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
23056
23057         * manual/nptl.texi: Renamed to ...
23058         * manual/threads.texi: ... this.
23059         * manual/Makefile (chapters): Update.
23060
23061 2013-03-18  Roland McGrath  <roland@hack.frob.com>
23062
23063         [BZ #14812]
23064         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
23065         on argument names, not just descriptions.
23066         * malloc/memusagestat.c (options): Likewise.
23067         * nss/getent.c (options): Likewise.
23068
23069 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
23070
23071         [BZ #14812]
23072         * iconv/iconv_prog.c (options): Put N_ translation marker
23073         on argument names, not just descriptions.
23074         * iconv/iconvconfig.c (options): Likewise.
23075
23076 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
23077
23078         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
23079         implementation which is faster on all x86_64 architectures.
23080         Tested on AMD, Intel Nehalem, SNB, IVB.
23081         * sysdeps/x86_64/strnlen.S: Likewise.
23082
23083         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
23084         Remove all multiarch strlen and strnlen versions.
23085         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
23086         Remove strlen and strnlen related parts.
23087
23088         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
23089         Inline strlen part.
23090         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
23091
23092         * sysdeps/x86_64/multiarch/strlen.S: Remove.
23093         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
23094         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
23095         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
23096         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
23097         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
23098
23099 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
23100
23101         * manual/memory.texi (Malloc Tunable Parameters):
23102         Sort parameters alphabetically. Add comments for missing entries.
23103
23104 2013-03-17  David S. Miller  <davem@davemloft.net>
23105
23106         * sysdeps/sparc/fpu/libm-test-ulps: Update.
23107
23108 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
23109
23110         [BZ #15283]
23111         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
23112         for arguments at most half maximum finite value.
23113         * math/libm-test.inc (j0_test): Add more tests.
23114         (j1_test): Likewise.
23115         (y0_test): Likewise.
23116         (y1_test): Likewise.
23117         * sysdeps/i386/fpu/libm-test-ulps: Update.
23118         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23119
23120         [BZ #14155]
23121         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
23122         1 / x and functions P and Q for arguments above 0x1p256L.
23123         (__ieee754_y0l): Likewise.
23124         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
23125         (__ieee754_y1l): Likewise.
23126         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
23127         (j1_test): Likewise.
23128         (y0_test): Likewise.
23129         (y1_test): Likewise.
23130
23131 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
23132
23133         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
23134         variable.
23135
23136 2013-03-15  Roland McGrath  <roland@hack.frob.com>
23137
23138         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
23139         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
23140         zero since it's initialized to EXEC_PAGESIZE.
23141
23142         * sysdeps/unix/sysv/linux/ldsodefs.h
23143         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
23144         * sysdeps/generic/ldsodefs.h: ... here.
23145
23146 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
23147
23148         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
23149
23150         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
23151         math/test-snan.c.
23152         * math/test-snan.c: Renamed from
23153         sysdeps/powerpc/fpu/test-powerpc-snan.c.
23154         * math/Makefile (tests): Add test-snan.
23155         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
23156         test-powerpc-snan.
23157
23158         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
23159         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
23160         functions.
23161         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
23162         __builtin_nan family of functions.
23163         * math/libm-test.inc (initialize): Initialize qnan_value with
23164         __builtin_nan family of functions.
23165         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
23166         Remove variables.
23167         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
23168         Remove functions.
23169         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
23170         storage class.  Initialize qNaN_var and sNaN_var with
23171         __builtin_nan and __builtin_nans families of functions,
23172         respectively.
23173
23174         * math/libm-test.inc (acosh_test): Also test with qNaN input.
23175         (sqrt_test): Remove duplicate test with qNaN input.
23176         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
23177         (round_test, signbit_test, significand_test): Note missing +/-Inf
23178         as well as qNaN tests.
23179
23180         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
23181         qNaN_var.  Fix a few strings, too.
23182         * math/libm-test.inc (nan_value): Rename to qnan_value.
23183         * math/gen-libm-test.pl (%beautify): Adjust to that.
23184         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
23185         * math/test-misc.c (main): Likewise.
23186         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
23187         to __qnan_bytes, and __qnan_union, respectively.
23188         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
23189         Likewise.
23190         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
23191         and lqnanval, respectively.
23192         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
23193         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
23194         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
23195         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
23196
23197         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
23198         * math/test-misc.c (main) [__x86_64__]: Enable test for long
23199         doubles.
23200
23201         * math/test-misc.c (main): Fix copy'n'pastos.
23202         * misc/tst-efgcvt.c (special): Likewise.
23203
23204         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
23205         Remove declarations.
23206
23207 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
23208
23209         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
23210         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
23211         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
23212         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
23213
23214 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23215
23216         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
23217         macro to return vdso values correctly in IFUNC implementations.
23218         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
23219         Optimization by using IFUNC.
23220
23221 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
23222             Richard Henderson  <rth@redhat.com>
23223             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
23224
23225         * Makefile.in (bench): New target.
23226         * NEWS: Mention the benchmark framework.
23227         * Rules (bench): Likewise.
23228         (binaries-bench): Generate binaries for functions to
23229         benchmark.
23230         * benchtests/Makefile: New makefile for benchmark tests.
23231         * benchtests/bench-skeleton.c: New skeleton file for benchmark
23232         programs.
23233         * benchtests/exp-inputs: New input file for EXP function.
23234         * benchtests/pow-inputs: New input file for POW function.
23235         * scripts/bench.pl: New script to generate source files for
23236         benchmark programs.
23237
23238 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
23239
23240         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
23241         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
23242         computations on mantissa.  Use macros for rounding and
23243         division.
23244         (denorm): Likewise.
23245         (__dbl_mp): Likewise.
23246         (add_magnitudes): Likewise.
23247         (sub_magnitudes): Likewise.
23248         (__mul): Likewise.
23249         (__sqr): Likewise.
23250         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
23251         powers of two in terms of TWOPOW macro.
23252         (mp_no): Make type of mantissa as MANTISSA_T.
23253         [!RADIXI]: Define RADIXI.
23254         [!TWO52]: Define TWO52.
23255         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
23256
23257         * manual/nptl.texi (cindex): Modify threads to pthreads.
23258
23259 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
23260
23261         * sysdeps/x86_64/preconfigure: Regenerated.
23262
23263 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
23264
23265         [BZ #14155]
23266         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
23267         0x1p28 and above.
23268         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
23269         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
23270         0x1p28 and above.
23271         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
23272         * math/libm-test.inc (j0_test): Do not allow one spurious
23273         underflow exception.
23274         (y1_test): Likewise.
23275
23276 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
23277
23278         * manual/Makefile (chapters): Add nptl.
23279         * manual/debug.texi (Debugging Support): Add link to Threads
23280         chapter.
23281         * manual/nptl.texi: New file.
23282
23283         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
23284
23285 2013-03-14  Petr Baudis  <pasky@ucw.cz>
23286
23287         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
23288         for non-NULL pointer before the memory validity test. Pointed
23289         out by Holger Brunck <holger.brunck@keymile.com>.
23290
23291 2013-03-13  Andreas Schwab  <schwab@suse.de>
23292
23293         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
23294         instead of .os.
23295
23296 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
23297
23298         * timezone/zic.c: Update from tzcode 2013b.
23299
23300 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
23301
23302         * manual/install.texi (Configuring and compiling):
23303         Mention i686 and i586.
23304         * INSTALL: Regenerate.
23305
23306 2013-03-12  Roland McGrath  <roland@hack.frob.com>
23307
23308         * sysdeps/init_array/elf-init.c: New file.
23309         * csu/elf-init.c
23310         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
23311         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
23312
23313         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
23314         __gmon_start__ as global, but as static with a .preinit_array pointer.
23315         * sysdeps/init_array/gmon-start.c: New file.  Use that.
23316         * sysdeps/init_array/crti.S: New file, empty except for comments.
23317         * sysdeps/init_array/crtn.S: Likewise.
23318
23319 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
23320
23321         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
23322         definining bcopy.
23323         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
23324         Remove Prefer_SSE_for_memop.
23325         * sysdeps/x86_64/multiarch/init-arch.h: Remove
23326         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
23327         HAS_PREFER_SSE_FOR_MEMOP.
23328         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
23329         memset-x86-64.
23330         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
23331         Remove bzero, memset ifunc support.
23332         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
23333         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
23334         * sysdeps/x86_64/multiarch/memset.S: Likewise.
23335         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
23336
23337 2013-03-11  Andreas Schwab  <schwab@suse.de>
23338
23339         [BZ #15234]
23340         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
23341         by SHLIB_COMPAT.
23342         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
23343         (GLIBC_2.16): Remove pthread_atfork.
23344
23345 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
23346
23347         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
23348         (ptestcases.h): Likewise.
23349
23350 2013-03-08  Roland McGrath  <roland@hack.frob.com>
23351
23352         * Makeconfig ($(common-objpfx)config.status): Depend on
23353         sysdeps/*/preconfigure{,.in} too.
23354
23355 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
23356
23357         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
23358         (__free_hook): Use void * instead of __malloc_ptr_t.
23359         (__malloc_hook): Likewise.
23360         (__realloc_hook): Likewise.
23361         (__memalign_hook): Likewise.
23362         (__after_morecore_hook): Likewise.
23363         * malloc/arena.c (save_malloc_hook): Likewise.
23364         (save_free_hook): Likewise.
23365         * malloc/hooks.c (malloc_hook_ini): Likewise.
23366         (realloc_hook_ini): Likewise.
23367         (memalign_hook_ini): Likewise.
23368         * malloc/malloc.c (malloc_hook_ini): Likewise.
23369         (realloc_hook_ini): Likewise.
23370         (memalign_hook_ini): Likewise.
23371         (__free_hook): Likewise.
23372         (__malloc_hook): Likewise.
23373         (__realloc_hook): Likewise.
23374         (__memalign_hook): Likewise.
23375         (__libc_malloc): Likewise.
23376         (__libc_free): Likewise.
23377         (__libc_realloc): Likewise.
23378         (__libc_memalign): Likewise.
23379         (__libc_valloc): Likewise.
23380         (__libc_pvalloc): Likewise.
23381         (__libc_calloc): Likewise.
23382         (__posix_memalign): Likewise.
23383         * malloc/morecore.c (__sbrk): Likewise.
23384         (__default_morecore): Likewise.
23385
23386         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
23387
23388         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
23389         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
23390         __malloc_ptrdiff_t.
23391
23392         * malloc/malloc.h (__malloc_size_t): Remove macro.
23393         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
23394         __malloc_size_t.
23395         (old_memalign_hook): Likewise.
23396         (old_realloc_hook): Likewise.
23397         (struct hdr): Likewise.
23398         (flood): Likewise.
23399         (mallochook): Likewise.
23400         (memalignhook): Likewise.
23401         (reallochook): Likewise.
23402         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
23403         (tr_old_realloc_hook): Likewise.
23404         (tr_old_memalign_hook): Likewise.
23405         (tr_mallochook): Likewise.
23406         (tr_reallochook): Likewise.
23407         (tr_memalignhook): Likewise.
23408
23409 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23410
23411         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
23412         default_ldbl_pack and using as default implementation.
23413         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
23414         implementation.
23415         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
23416         redundant definition.
23417         (ldbl_insert_mantissa): Likewise.
23418         (ldbl_canonicalize): Likewise.
23419         (ldbl_nearbyint): Likewise.
23420         (ldbl_pack): Rename to ldbl_pack_ppc.
23421         (ldbl_unpack): Rename to ldbl_unpack_ppc.
23422         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
23423         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
23424
23425 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
23426
23427         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
23428         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
23429         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
23430         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
23431         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
23432         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
23433         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
23434         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
23435
23436 2013-03-07  Andreas Jaeger  <aj@suse.de>
23437
23438         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
23439         bits/mman-linux.h.
23440
23441 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
23442
23443         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
23444         Include mpa.h and declare __MPEXP.
23445         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
23446         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
23447         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
23448         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
23449         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
23450         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
23451         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
23452
23453         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
23454         (__slowpow): Use long double EXPL and LOGL functions to
23455         compute POW.
23456         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
23457         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
23458         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
23459         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
23460         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
23461         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
23462
23463         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
23464         intermediate variable to calculate exponent.
23465         (__sqr): Likewise.
23466         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
23467         Likewise.
23468         (__sqr): Likewise.
23469
23470         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
23471         [!NO__SQR]: Define __sqr.
23472         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
23473         and NO__SQR.  Remove all code except __mul and __sqr.  Include
23474         sysdeps/ieee754/dbl-64/mpa.c.
23475         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
23476
23477         [BZ #12723]
23478         * posix/Makefile (tests): Add tst-pathconf.
23479         * posix/tst-pathconf.c: New test case.
23480         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
23481         _PC_PIPE_BUF.
23482         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
23483
23484 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
23485
23486         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
23487
23488 2013-03-06  Andreas Jaeger  <aj@suse.de>
23489
23490         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
23491         definition via __MAP_ANONYMOUS.
23492
23493         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
23494         it's not part of Linux headers.
23495
23496         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
23497         (MAP_HUGE_MASK): Define.
23498
23499         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
23500         Define.
23501         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
23502         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
23503         Define.
23504         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
23505         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
23506         Define.
23507         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
23508         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
23509         Define.
23510         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
23511
23512         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
23513         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
23514         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
23515         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
23516         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
23517         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
23518
23519         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
23520         Handle f2fs.
23521
23522         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
23523         Handle f2fs and efivarfs.
23524
23525         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
23526         f2fs.
23527
23528         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
23529         (EFIVARFS_MAGIC): Add.
23530         (F2FS_LINK_MAX): Add.
23531
23532 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
23533
23534         * stdio-common/vfprintf.c: Replace __builtin_expect with
23535         __glibc_unlikely.
23536
23537 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
23538
23539         [BZ #13550]
23540         * sysdeps/generic/bp-sym.h: Remove file.
23541         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
23542         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
23543         <bp-sym.h> and <bp-asm.h>.
23544         (__longjmp): Don't use BP_SYM.
23545         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
23546         and <bp-asm.h>.
23547         (memcpy): Don't use BP_SYM.
23548         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
23549         <bp-sym.h> and <bp-asm.h>.
23550         (memcpy): Don't use BP_SYM.
23551         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
23552         <bp-asm.h>.
23553         (memcpy): Don't use BP_SYM.
23554         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
23555         <bp-asm.h>.
23556         (memset): Don't use BP_SYM.
23557         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
23558         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
23559         (__bzero): Don't use BP_SYM.
23560         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
23561         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
23562         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
23563         <bp-sym.h> and <bp-asm.h>.
23564         (memcmp): Don't use BP_SYM.  Remove comment about bounded
23565         pointers.
23566         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
23567         <bp-sym.h> and <bp-asm.h>.
23568         (memcpy): Don't use BP_SYM.
23569         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
23570         <bp-sym.h> and <bp-asm.h>.
23571         (memset): Don't use BP_SYM.
23572         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
23573         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
23574         (__bzero): Don't use BP_SYM.
23575         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
23576         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
23577         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
23578         <bp-sym.h> and <bp-asm.h>.
23579         (strncmp): Don't use BP_SYM.  Remove comment about bounded
23580         pointers.
23581         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
23582         <bp-sym.h> and <bp-asm.h>.
23583         (memcpy): Don't use BP_SYM.
23584         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
23585         <bp-sym.h> and <bp-asm.h>.
23586         (memset): Don't use BP_SYM.
23587         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
23588         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
23589         (__bzero): Don't use BP_SYM.
23590         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
23591         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
23592         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
23593         <bp-sym.h> and <bp-asm.h>.
23594         (__memchr): Don't use BP_SYM.
23595         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
23596         <bp-sym.h> and <bp-asm.h>.
23597         (memcmp): Don't use BP_SYM.  Remove comment about bounded
23598         pointers.
23599         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
23600         <bp-sym.h> and <bp-asm.h>.
23601         (memcpy): Don't use BP_SYM.
23602         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
23603         <bp-sym.h> and <bp-asm.h>.
23604         (__mempcpy): Don't use BP_SYM.
23605         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
23606         <bp-sym.h> and <bp-asm.h>.
23607         (__memrchr): Don't use BP_SYM.
23608         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
23609         <bp-sym.h> and <bp-asm.h>.
23610         (memset): Don't use BP_SYM.
23611         (__bzero): Likewise.
23612         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
23613         <bp-sym.h> and <bp-asm.h>.
23614         (__rawmemchr): Don't use BP_SYM.
23615         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
23616         <bp-sym.h> and <bp-asm.h>.
23617         (__STRCMP): Don't use BP_SYM.
23618         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
23619         <bp-sym.h> and <bp-asm.h>.
23620         (strchr): Don't use BP_SYM.
23621         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
23622         <bp-sym.h> and <bp-asm.h>.
23623         (__strchrnul): Don't use BP_SYM.
23624         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
23625         <bp-sym.h> and <bp-asm.h>.
23626         (strlen): Don't use BP_SYM.
23627         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
23628         <bp-sym.h> and <bp-asm.h>.
23629         (strncmp): Don't use BP_SYM.  Remove comment about bounded
23630         pointers.
23631         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
23632         <bp-sym.h> and <bp-asm.h>.
23633         (__strnlen): Don't use BP_SYM.
23634         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
23635         <bp-sym.h> and <bp-asm.h>.
23636         (__GI__setjmp): Don't use BP_SYM.
23637         (_setjmp): Likewise.
23638         (__sigsetjmp): Likewise.
23639         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
23640         (L(start_addresses)): Don't use BP_SYM.
23641         (_start): Likewise.
23642         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
23643         <bp-asm.h>.
23644         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
23645         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
23646         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
23647         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
23648         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
23649         <bp-asm.h>.
23650         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
23651         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
23652         about bounded pointers.
23653         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
23654         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
23655         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
23656         <bp-asm.h>.
23657         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
23658         about bounded pointers.  Remove GKM FIXME comments.
23659         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
23660         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
23661         <bp-asm.h>.
23662         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
23663         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
23664         Remove GKM FIXME comments.
23665         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
23666         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
23667         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
23668         <bp-asm.h>.
23669         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
23670         about bounded pointers.  Remove GKM FIXME comment.
23671         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
23672         and <bp-asm.h>.
23673         (strncmp): Don't use BP_SYM.  Remove comment about bounded
23674         pointers.
23675         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
23676         <bp-sym.h> and <bp-asm.h>.
23677         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
23678         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
23679         <bp-sym.h> and <bp-asm.h>.
23680         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
23681         comment.
23682
23683 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
23684
23685         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
23686         call free(NULL).
23687
23688 2013-03-05  David S. Miller  <davem@davemloft.net>
23689
23690         * po/es.po: Update from translation team.
23691
23692 2013-03-05  Andreas Jaeger  <aj@suse.de>
23693
23694         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
23695         <bits/mman-linux.h>.
23696         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
23697         is fine.
23698         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
23699         <bits/mman-linux.h> to end of file.
23700         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
23701         is fine.
23702         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
23703         <bits/mman-linux.h> to end of file.
23704         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
23705         is fine.
23706         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
23707         <bits/mman-linux.h> to end of file.
23708
23709         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
23710         (MCL_CURRENT, MCL_FUTURE): Define here.
23711
23712 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
23713
23714         [BZ #15232]
23715         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
23716         attribute_hidden.
23717         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
23718
23719 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
23720
23721         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
23722         fourth parameter needed for rt_sigprocmask syscall.
23723         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
23724         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
23725         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
23726         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
23727         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
23728         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
23729
23730 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
23731
23732         [BZ #13550]
23733         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
23734         comment about bounded pointers.
23735         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
23736         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
23737
23738 2013-03-04  Andreas Jaeger  <aj@suse.de>
23739
23740         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
23741         common definitions.
23742
23743         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
23744         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
23745         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
23746         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
23747         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
23748         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
23749
23750 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23751
23752         [BZ #15055]
23753         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
23754         __ieee754_sqrl instead of __sqrl.
23755
23756 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
23757
23758         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
23759         * sysdeps/powerpc/fpu_control.h: ... here.
23760         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
23761         * sysdeps/powerpc/bits/fenvinline.h: ... here.
23762         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
23763         * sysdeps/powerpc/bits/mathinline.h: ... here.
23764
23765 2013-03-01  Roland McGrath  <roland@hack.frob.com>
23766
23767         * elf/dl-hwcaps.c (_dl_important_hwcaps):
23768         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
23769         to just [NEED_DL_SYSINFO_DSO].
23770         * elf/dl-support.c: Likewise.
23771         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
23772         * elf/rtld.c (dl_main): Likewise.
23773         * elf/setup-vdso.h (setup_vdso): Likewise.
23774         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
23775         * sysdeps/unix/sysv/linux/dl-sysdep.c
23776         (_dl_discover_osversion): Likewise.
23777
23778 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
23779
23780         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
23781         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
23782
23783 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
23784
23785         * NEWS: Mention libm performance improvements and non-x86 PI
23786         futex support.
23787
23788         * csu/libc-start.c (__pthread_initialize_minimal): Change
23789         function arguments.
23790         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
23791
23792 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
23793
23794         [BZ #13550]
23795         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
23796         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
23797         <bp-sym.h> and <bp-asm.h>.
23798         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
23799         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
23800         and <bp-asm.h>.
23801         (memcpy): Don't use BP_SYM.
23802         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
23803         <bp-asm.h>.
23804         (__mpn_add_n): Don't use BP_SYM.
23805         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
23806         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
23807         and <bp-asm.h>.
23808         (__mpn_addmul_1): Don't use BP_SYM.
23809         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
23810         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
23811         <bp-sym.h>.
23812         (_setjmp): Don't use BP_SYM.
23813         (__novmx_setjmp): Likewise.
23814         (__GI__setjmp): Likewise.
23815         (__vmx_setjmp): Likewise.
23816         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
23817         <bp-sym.h>.
23818         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
23819         (__bzero): Don't use BP_SYM.
23820         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
23821         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
23822         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
23823         <bp-sym.h> and <bp-asm.h>.
23824         (memcpy): Don't use BP_SYM.
23825         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
23826         <bp-sym.h> and <bp-asm.h>.
23827         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
23828         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
23829         <bp-sym.h> and <bp-asm.h>.
23830         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
23831         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
23832         <bp-asm.h>.
23833         (__mpn_lshift): Don't use BP_SYM.
23834         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
23835         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
23836         <bp-asm.h>.
23837         (memset): Don't use BP_SYM.
23838         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
23839         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
23840         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
23841         <bp-asm.h>.
23842         (__mpn_mul_1): Don't use BP_SYM.
23843         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
23844         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
23845         <bp-sym.h> and <bp-asm.h>.
23846         (memcmp): Don't use BP_SYM.
23847         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
23848         <bp-sym.h> and <bp-asm.h>.
23849         (memcpy): Don't use BP_SYM.
23850         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
23851         <bp-sym.h> and <bp-asm.h>.
23852         (memset): Don't use BP_SYM.
23853         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
23854         <bp-sym.h> and <bp-asm.h>.
23855         (strncmp): Don't use BP_SYM.
23856         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
23857         <bp-sym.h> and <bp-asm.h>.
23858         (memcpy): Don't use BP_SYM.
23859         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
23860         <bp-sym.h> and <bp-asm.h>.
23861         (memset): Don't use BP_SYM.
23862         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
23863         <bp-sym.h> and <bp-asm.h>.
23864         (__memchr): Don't use BP_SYM.
23865         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
23866         <bp-sym.h> and <bp-asm.h>.
23867         (memcmp): Don't use BP_SYM.
23868         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
23869         <bp-sym.h> and <bp-asm.h>.
23870         (memcpy): Don't use BP_SYM.
23871         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
23872         <bp-sym.h> and <bp-asm.h>.
23873         (__mempcpy): Don't use BP_SYM.
23874         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
23875         <bp-sym.h> and <bp-asm.h>.
23876         (__memrchr): Don't use BP_SYM.
23877         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
23878         <bp-sym.h> and <bp-asm.h>.
23879         (memset): Don't use BP_SYM.
23880         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
23881         <bp-sym.h> and <bp-asm.h>.
23882         (__rawmemchr): Don't use BP_SYM.
23883         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
23884         <bp-sym.h> and <bp-asm.h>.
23885         (__STRCMP): Don't use BP_SYM.
23886         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
23887         <bp-sym.h> and <bp-asm.h>.
23888         (strchr): Don't use BP_SYM.
23889         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
23890         <bp-sym.h> and <bp-asm.h>.
23891         (__strchrnul): Don't use BP_SYM.
23892         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
23893         <bp-sym.h> and <bp-asm.h>.
23894         (strlen): Don't use BP_SYM.
23895         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
23896         <bp-sym.h> and <bp-asm.h>.
23897         (strncmp): Don't use BP_SYM.
23898         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
23899         <bp-sym.h> and <bp-asm.h>.
23900         (__strnlen): Don't use BP_SYM.
23901         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
23902         <bp-asm.h>.
23903         (__mpn_rshift): Don't use BP_SYM.
23904         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
23905         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
23906         <bp-sym.h> and <bp-asm.h>.
23907         (__sigsetjmp): Don't use BP_SYM.
23908         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
23909         (L(start_addresses)): Don't use BP_SYM.
23910         (_start): Likewise.
23911         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
23912         <bp-asm.h>.
23913         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
23914         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
23915         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
23916         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
23917         <bp-asm.h>.
23918         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
23919         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
23920         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
23921         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
23922         <bp-asm.h>.
23923         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
23924         comments.
23925         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
23926         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
23927         <bp-asm.h>.
23928         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
23929         FIXME comments.
23930         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
23931         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
23932         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
23933         <bp-asm.h>.
23934         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
23935         comment.
23936         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
23937         and <bp-asm.h>.
23938         (strncmp): Don't use BP_SYM,
23939         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
23940         <bp-asm.h>.
23941         (__mpn_sub_n): Don't use BP_SYM.
23942         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
23943         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
23944         and <bp-asm.h>.
23945         (__mpn_submul_1): Don't use BP_SYM.
23946         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
23947         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
23948         <bp-sym.h> and <bp-asm.h>.
23949         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
23950         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
23951         <bp-sym.h> and <bp-asm.h>.
23952         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
23953         comment.
23954
23955 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
23956
23957         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
23958         Use ZK to minimize writes to Z.
23959         (sub_magnitudes): Simplify code a bit.
23960         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
23961         Use ZK to minimize writes to Z.
23962         (sub_magnitudes): Simplify code a bit.
23963
23964 2013-02-27  Roland McGrath  <roland@hack.frob.com>
23965
23966         * csu/gmon-start.c: Add special exception to license text.
23967
23968 2013-02-27  Richard Henderson  <rth@redhat.com>
23969
23970         * scripts/config.guess: Update from config.git.
23971         * scripts/config.sub: Likewise.
23972
23973 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
23974
23975         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
23976
23977         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
23978
23979         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
23980
23981         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
23982
23983         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
23984
23985 2013-02-26  Roland McGrath  <roland@hack.frob.com>
23986
23987         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
23988         [$(build-shared = yes].
23989
23990 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
23991
23992         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
23993         (__mul): Reduce iterations for calculating mantissa.
23994
23995         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
23996         MPTWO.
23997         (__mpranred): Likewise.
23998
23999         [BZ #15160]
24000         * malloc/memusagestat.c (main): Draw graphs for heap and stack
24001         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
24002
24003 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
24004
24005         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
24006         Define __attribute__.
24007
24008 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
24009
24010         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
24011         unused.
24012         * posix/regex_internal.h (__attribute): Remove.
24013         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
24014         (re_string_context_at): Likewise.
24015         (bitset_not): Use __attribute__ and mark function as possibly
24016         unused.
24017         (bitset_merge): Likewise.
24018         (bitset_mask): Likewise.
24019         (re_string_char_size_at): Likewise.
24020         (re_string_wchar_at): Likewise.
24021         (re_string_elem_size_at): Likewise.
24022
24023 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
24024
24025         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
24026         code.
24027         (cc32): Likewise.
24028
24029         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
24030         (__acr): Likewise.
24031         (__cpy): Likewise.
24032         (norm): Likewise.
24033         (denorm): Likewise.
24034         (__dbl_mp): Likewise.
24035         (add_magnitudes): Likewise.
24036         (sub_magnitudes): Likewise.
24037         (__mul): Likewise.
24038         (__inv): Likewise.
24039
24040         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
24041         style.
24042
24043         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
24044         style.
24045
24046         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
24047         code.
24048
24049         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
24050         up changes with default code.
24051         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
24052         Likewise.
24053
24054 2013-02-24  Allan McRae  <allan@archlinux.org>
24055
24056         * manual/socket.texi (The Internet Namespace): Order menu items
24057         to match that in the file.
24058
24059         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
24060         node listing of the info page menu.
24061
24062 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
24063
24064         [BZ #13550]
24065         * sysdeps/i386/bp-asm.h: Remove file.
24066         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
24067         (PARMS): Do not use macros from bp-asm.h.
24068         (S1): Likewise.
24069         (S2): Likewise.
24070         (SIZE): Likewise.
24071         (__mpn_add_n): Do not use BP_SYM
24072         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
24073         "bp-asm.h".
24074         (PARMS): Do not use macros from bp-asm.h.
24075         (S1): Likewise.
24076         (SIZE): Likewise.
24077         (__mpn_addmul_1): Do not use BP_SYM
24078         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
24079         "bp-asm.h".
24080         (PARMS): Do not use macros from bp-asm.h.
24081         (SIGMSK): Likewise.
24082         (_setjmp): Likewise.  Do not use BP_SYM.
24083         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
24084         "bp-asm.h".
24085         (PARMS): Do not use macros from bp-asm.h.
24086         (SIGMSK): Likewise.
24087         (setjmp): Likewise.  Do not use BP_SYM.
24088         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
24089         "bp-asm.h".
24090         (PARMS): Do not use macros from bp-asm.h.
24091         (__frexp): Do not use BP_SYM.
24092         (frexp): Likewise.
24093         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
24094         "bp-asm.h".
24095         (PARMS): Do not use macros from bp-asm.h.
24096         (__frexpf): Do not use BP_SYM.
24097         (frexpf): Likewise.
24098         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
24099         "bp-asm.h".
24100         (PARMS): Do not use macros from bp-asm.h.
24101         (__frexpl): Do not use BP_SYM.
24102         (frexpl): Likewise.
24103         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
24104         "bp-asm.h".
24105         (PARMS): Do not use macros from bp-asm.h.
24106         (__remquo): Do not use BP_SYM.
24107         (remquo): Likewise.
24108         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
24109         "bp-asm.h".
24110         (PARMS): Do not use macros from bp-asm.h.
24111         (__remquof): Do not use BP_SYM.
24112         (remquof): Likewise.
24113         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
24114         "bp-asm.h".
24115         (PARMS): Do not use macros from bp-asm.h.
24116         (__remquol): Do not use BP_SYM.
24117         (remquol): Likewise.
24118         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
24119         "bp-asm.h".
24120         (PARMS): Do not use macros from bp-asm.h.
24121         (DEST): Likewise.
24122         (SRC): Likewise.
24123         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
24124         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
24125         "bp-asm.h".
24126         (PARMS): Do not use macros from bp-asm.h.
24127         (strlen): Do not use BP_SYM.
24128         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
24129         "bp-asm.h".
24130         (PARMS): Do not use macros from bp-asm.h.
24131         (S1): Likewise.
24132         (S2): Likewise.
24133         (SIZE): Likewise.
24134         (__mpn_add_n): Do not use BP_SYM.
24135         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
24136         "bp-asm.h".
24137         (PARMS): Do not use macros from bp-asm.h.
24138         (S1): Likewise.
24139         (SIZE): Likewise.
24140         (__mpn_addmul_1): Do not use BP_SYM.
24141         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
24142         weak_alias.
24143         (bzero): Likewise.
24144         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
24145         "bp-asm.h".
24146         (PARMS): Do not use macros from bp-asm.h.
24147         (S): Likewise.
24148         (SIZE): Likewise.
24149         (__mpn_lshift): Do not use BP_SYM.
24150         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
24151         "bp-asm.h".
24152         (PARMS): Do not use macros from bp-asm.h.
24153         (DEST): Likewise.
24154         (SRC): Likewise.
24155         (LEN): Likewise.
24156         (memcpy): Likewise.  Do not use BP_SYM.
24157         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
24158         libc_hidden_def and weak_alias.
24159         (mempcpy): Do not use BP_SYM in weak_alias.
24160         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
24161         "bp-asm.h".
24162         (PARMS): Do not use macros from bp-asm.h.
24163         (DEST): Likewise.
24164         (LEN): Likewise.
24165         [!BZERO_P] (CHR): Likewise.
24166         (memset): Likewise.  Do not use BP_SYM.
24167         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
24168         "bp-asm.h".
24169         (PARMS): Do not use macros from bp-asm.h.
24170         (S1): Likewise.
24171         (SIZE): Likewise.
24172         (__mpn_mul_1): Do not use BP_SYM.
24173         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
24174         "bp-asm.h".
24175         (PARMS): Do not use macros from bp-asm.h.
24176         (S): Likewise.
24177         (SIZE): Likewise.
24178         (__mpn_rshift): Do not use BP_SYM.
24179         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
24180         "bp-asm.h".
24181         (PARMS): Do not use macros from bp-asm.h.
24182         (STR): Likewise.
24183         (CHR): Likewise.
24184         (strchr): Likewise.  Do not use BP_SYM.
24185         (index): Do not use BP_SYM in weak_alias.
24186         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
24187         "bp-asm.h".
24188         (PARMS): Do not use macros from bp-asm.h.
24189         (DEST): Likewise.
24190         (SRC): Likewise.
24191         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
24192         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
24193         "bp-asm.h".
24194         (PARMS): Do not use macros from bp-asm.h.
24195         (strlen): Do not use BP_SYM.
24196         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
24197         "bp-asm.h".
24198         (PARMS): Do not use macros from bp-asm.h.
24199         (S1): Likewise.
24200         (S2): Likewise.
24201         (SIZE): Likewise.
24202         (__mpn_sub_n): Do not use BP_SYM.
24203         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
24204         "bp-asm.h".
24205         (PARMS): Do not use macros from bp-asm.h.
24206         (S1): Likewise.
24207         (SIZE): Likewise.
24208         (__mpn_submul_1): Do not use BP_SYM.
24209         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
24210         "bp-asm.h".
24211         (PARMS): Do not use macros from bp-asm.h.
24212         (S1): Likewise.
24213         (S2): Likewise.
24214         (SIZE): Likewise.
24215         (__mpn_add_n): Do not use BP_SYM.
24216         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
24217         weak_alias.
24218         (bzero): Likewise.
24219         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
24220         "bp-asm.h".
24221         (PARMS): Do not use macros from bp-asm.h.
24222         (BLK2): Likewise.
24223         (LEN): Likewise.
24224         (memcmp): Do not use BP_SYM.
24225         (bcmp): Do not use BP_SYM in weak_alias.
24226         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
24227         "bp-asm.h".
24228         (PARMS): Do not use macros from bp-asm.h.
24229         (DEST): Likewise.
24230         (SRC): Likewise.
24231         (LEN): Likewise.
24232         (memcpy): Likewise.  Do not use BP_SYM.
24233         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
24234         "bp-asm.h".
24235         (PARMS): Do not use macros from bp-asm.h.
24236         (DEST): Likewise.
24237         (SRC): Likewise.
24238         (LEN): Likewise.
24239         (memmove): Likewise.  Do not use BP_SYM.
24240         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
24241         "bp-asm.h".
24242         (PARMS): Do not use macros from bp-asm.h.
24243         (DEST): Likewise.
24244         (SRC): Likewise.
24245         (LEN): Likewise.
24246         (__mempcpy): Likewise.  Do not use BP_SYM.
24247         (mempcpy): Do not use BP_SYM in weak_alias.
24248         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
24249         "bp-asm.h".
24250         (PARMS): Do not use macros from bp-asm.h.
24251         (DEST): Likewise.
24252         (LEN): Likewise.
24253         [!BZERO_P] (CHR): Likewise.
24254         (memset): Likewise.  Do not use BP_SYM.
24255         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
24256         "bp-asm.h".
24257         (PARMS): Do not use macros from bp-asm.h.
24258         (STR2): Likewise.
24259         (strcmp): Do not use BP_SYM.
24260         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
24261         "bp-asm.h".
24262         (PARMS): Do not use macros from bp-asm.h.
24263         (STR): Likewise.
24264         (DELIM): Likewise.
24265         [USE_AS_STRTOK_R] (SAVE): Likewise.
24266         (FUNCTION): Likewise.  Do not use BP_SYM.
24267         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
24268         aliases.
24269         (strtok_r): Likewise.
24270         (__GI___strtok_r): Likewise.
24271         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
24272         (PARMS): Do not use macros from bp-asm.h.
24273         (S): Likewise.
24274         (SIZE): Likewise.
24275         (__mpn_lshift): Do not use BP_SYM.
24276         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
24277         (PARMS): Do not use macros from bp-asm.h.
24278         (STR): Likewise.
24279         (CHR): Likewise.
24280         (__memchr): Do not use BP_SYM.
24281         (memchr): Do not use BP_SYM in weak_alias.
24282         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
24283         (PARMS): Do not use macros from bp-asm.h.
24284         (BLK2): Likewise.
24285         (LEN): Likewise.
24286         (memcmp): Do not use BP_SYM.
24287         (bcmp): Do not use BP_SYM in weak_alias.
24288         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
24289         (PARMS): Do not use macros from bp-asm.h.
24290         (S1): Likewise.
24291         (SIZE): Likewise.
24292         (__mpn_mul_1): Do not use BP_SYM.
24293         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
24294         "bp-asm.h".
24295         (PARMS): Do not use macros from bp-asm.h.
24296         (STR): Likewise.
24297         (CHR): Likewise.
24298         (__rawmemchr): Do not use BP_SYM.
24299         (rawmemchr): Do not use BP_SYM in weak_alias.
24300         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
24301         (PARMS): Do not use macros from bp-asm.h.
24302         (S): Likewise.
24303         (SIZE): Likewise.
24304         (__mpn_rshift): Do not use BP_SYM.
24305         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
24306         (PARMS): Do not use macros from bp-asm.h.
24307         (SIGMSK): Likewise.
24308         (__sigsetjmp): Likewise.  Do not use BP_SYM.
24309         * sysdeps/i386/start.S: Do not include "bp-sym.h".
24310         (_start): Do not use BP_SYM.
24311         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
24312         (PARMS): Do not use macros from bp-asm.h.
24313         (DEST): Likewise.
24314         (SRC): Likewise.
24315         (__stpcpy): Likewise.  Do not use BP_SYM.
24316         (stpcpy): Do not use BP_SYM in weak_alias.
24317         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
24318         "bp-asm.h".
24319         (PARMS): Do not use macros from bp-asm.h.
24320         (DEST): Likewise.
24321         (SRC): Likewise.
24322         (LEN): Likewise.
24323         (__stpncpy): Likewise.  Do not use BP_SYM.
24324         (stpncpy): Do not use BP_SYM in weak_alias.
24325         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
24326         (PARMS): Do not use macros from bp-asm.h.
24327         (STR): Likewise.
24328         (CHR): Likewise.
24329         (strchr): Likewise.  Do not use BP_SYM.
24330         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
24331         "bp-asm.h".
24332         (PARMS): Do not use macros from bp-asm.h.
24333         (STR): Likewise.
24334         (CHR): Likewise.
24335         (__strchrnul): Likewise.  Do not use BP_SYM.
24336         (strchrnul): Do not use BP_SYM in weak_alias.
24337         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
24338         "bp-asm.h".
24339         (PARMS): Do not use macros from bp-asm.h.
24340         (STOP): Likewise.
24341         (strcspn): Do not use BP_SYM.
24342         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
24343         "bp-asm.h".
24344         (PARMS): Do not use macros from bp-asm.h.
24345         (STR): Likewise.
24346         (STOP): Likewise.
24347         (strpbrk): Likewise.  Do not use BP_SYM.
24348         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
24349         "bp-asm.h".
24350         (PARMS): Do not use macros from bp-asm.h.
24351         (STR): Likewise.
24352         (CHR): Likewise.
24353         (strrchr): Likewise.  Do not use BP_SYM.
24354         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
24355         (PARMS): Do not use macros from bp-asm.h.
24356         (SKIP): Likewise.
24357         (strspn): Do not use BP_SYM.
24358         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
24359         (PARMS): Do not use macros from bp-asm.h.
24360         (STR): Likewise.
24361         (DELIM): Likewise.
24362         (SAVE): Likewise.
24363         (FUNCTION): Likewise.  Do not use BP_SYM.
24364         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
24365         aliases.
24366         (strtok_r): Likewise.
24367         (__GI___strtok_r): Likewise.
24368         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
24369         (PARMS): Do not use macros from bp-asm.h.
24370         (S1): Likewise.
24371         (S2): Likewise.
24372         (SIZE): Likewise.
24373         (__mpn_sub_n): Do not use BP_SYM.
24374         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
24375         "bp-asm.h".
24376         (PARMS): Do not use macros from bp-asm.h.
24377         (S1): Likewise.
24378         (SIZE): Likewise.
24379         (__mpn_submul_1): Do not use BP_SYM.
24380         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
24381         <bp-sym.h>.
24382         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
24383         and <bp-asm.h>.
24384         (PARMS): Do not use macros from bp-asm.h.
24385         (FLAGS): Likewise.
24386         (PTID): Likewise.
24387         (TLS): Likewise.
24388         (CTID): Likewise.
24389         (__clone): Do not use BP_SYM.
24390         (clone): Do not use BP_SYM in weak_alias.
24391         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
24392         and <bp-asm.h>.
24393         (PARMS): Do not use macros from bp-asm.h.
24394         (LEN): Likewise.
24395         (__mmap64): Do not use BP_SYM.
24396         (mmap64): Do not use BP_SYM in weak_alias.
24397         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
24398         <bp-sym.h> and <bp-asm.h>.
24399         (PARMS): Do not use macros from bp-asm.h.
24400         (__posix_fadvise64_l64): Do not use BP_SYM.
24401         * sysdeps/unix/sysv/linux/i386/semtimedop.S
24402         (PARMS): Do not use macros from bp-asm.h.
24403         (NSOPS): Likewise.
24404         (semtimedop): Do not use BP_SYM.
24405         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
24406         and <bp-asm.h>.
24407
24408 2013-02-21  Allan McRae  <allan@archlinux.org>
24409
24410         * manual/message.texi (Charset conversion in gettext):
24411         Move @end statement to beginning of line.
24412
24413 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
24414
24415         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
24416         static.
24417         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
24418         Likewise.
24419
24420         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
24421         (denorm): Likewise.
24422         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
24423         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
24424
24425 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
24426
24427         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
24428         tail-call to the resolved function if pltexit isn't needed.
24429
24430 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
24431
24432         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
24433         or Y being zero as being unlikely.
24434         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
24435         Likewise.
24436
24437 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
24438
24439         * manual/nss.texi (System Databases and Name Service Switch):
24440         Remove frobnicate @pxref.
24441
24442 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
24443
24444         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
24445         __attribute__ ((unused)) to __attribute__ ((__unused__)).
24446
24447 2013-02-20  Petr Machata  <pmachata@redhat.com>
24448
24449         * elf/elf.h (R_ARM_TARGET1): New macro.
24450         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
24451         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
24452         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
24453         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
24454         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
24455         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
24456         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
24457         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
24458         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
24459         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
24460         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
24461         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
24462         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
24463         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
24464         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
24465         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
24466         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
24467         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
24468         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
24469         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
24470         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
24471         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
24472         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
24473         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
24474         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
24475         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
24476         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
24477         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
24478         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
24479         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
24480         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
24481         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
24482         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
24483         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
24484         (R_ARM_THM_GOT_BREL12): Likewise.
24485         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
24486         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
24487         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
24488         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
24489         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
24490         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
24491         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
24492         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
24493         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
24494
24495 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
24496
24497         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
24498         __attribute_used__ to __attribute__ ((unused)).
24499
24500 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
24501
24502         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
24503         powerpc mpa.c.
24504         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
24505         comment formatting.
24506         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
24507
24508 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
24509
24510         [BZ #13550]
24511         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
24512         Remove macro.
24513         (ENTER): Remove both macro definitions.
24514         (LEAVE): Likewise.
24515         (CHECK_BOUNDS_LOW): Likewise.
24516         (CHECK_BOUNDS_HIGH): Likewise.
24517         (CHECK_BOUNDS_BOTH): Likewise.
24518         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
24519         (RETURN_BOUNDED_POINTER): Likewise.
24520         (RETURN_NULL_BOUNDED_POINTER): Likewise.
24521         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
24522         (POP_ERRNO_LOCATION_RETURN): Likewise.
24523         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
24524         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
24525         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
24526         macros.
24527         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
24528         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
24529         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
24530         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
24531         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
24532         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
24533         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
24534         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
24535         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
24536         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
24537         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
24538         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
24539         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
24540         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
24541         removed macros.
24542         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
24543         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
24544         macros.
24545         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
24546         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
24547         * sysdeps/i386/i586/memset.S (memset): Likewise.
24548         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
24549         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
24550         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
24551         macros.
24552         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
24553         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
24554         Change uses of L(2) to L(out).
24555         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
24556         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
24557         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
24558         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
24559         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
24560         removed macros.
24561         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
24562         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
24563         macros.
24564         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
24565         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
24566         (RETURN): Do not use macro LEAVE.
24567         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
24568         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
24569         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
24570         * sysdeps/i386/i686/memset.S (memset): Likewise.
24571         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
24572         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
24573         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
24574         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
24575         Likewise.
24576         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
24577         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
24578         L(1_2) and L(1_3) into L(1).
24579         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
24580         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
24581         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
24582         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
24583         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
24584         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
24585         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
24586         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
24587         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
24588         macros.
24589         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
24590         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
24591         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
24592         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
24593         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
24594         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
24595         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
24596         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
24597         * sysdeps/i386/strcspn.S (strcspn): Likewise.
24598         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
24599         * sysdeps/i386/strrchr.S (strrchr): Likewise.
24600         * sysdeps/i386/strspn.S (strspn): Likewise.
24601         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
24602         conditional code.
24603         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
24604         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
24605         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
24606         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
24607         L(1_3) into L(1_1).
24608         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
24609         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
24610         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
24611         macros.
24612         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
24613
24614 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
24615
24616         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
24617         macro.
24618
24619 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
24620
24621         * math/atest-exp.c (exp_mpn): Remove ROUND.
24622         * math/atest-exp2.c (exp_mpn): Likewise.
24623         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
24624
24625         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
24626         * stdlib/tst-tls-atexit-lib.c: Likewise.
24627         * stdlib/tst-tls-atexit.c: Likewise.
24628
24629 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
24630
24631         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
24632         and __attribute_alloc_size__.
24633
24634 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
24635
24636         * include/programs/xmalloc.h: Change __attribute_alloc_size to
24637         __attribute_alloc_size__.
24638         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
24639         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
24640
24641 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
24642
24643         * include/programs/xmalloc.h: New file.
24644         * catgets/gencat.c: Include it.
24645         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
24646         * elf/pldd.c: Likewise.
24647         * iconv/iconv_charmap.c: Likewise.
24648         * iconv/iconvconfig.c: Likewise.
24649         * iconv/strtab.c: Likewise.
24650         * locale/programs/locale.c: Likewise.
24651         * locale/programs/localedef.h: Likewise.
24652         * locale/programs/simple-hash.c: Likewise.
24653         * nscd/nscd.h: Likewise.
24654         * nss/makedb.c: Likewise.
24655         * sysdeps/generic/ldconfig.h: Likewise.
24656
24657 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
24658
24659         * Versions.def: Add GLIBC_2.18.
24660         * include/link.h (struct link_map): New member l_tls_dtor_count.
24661         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
24662         (__call_tls_dtors): Likewise.
24663         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
24664         __cxa_thread_atexit_impl.
24665         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
24666         Likewise.
24667         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
24668         Likewise.
24669         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
24670         Likewise.
24671         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
24672         Likewise.
24673         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
24674         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
24675         Likewise.
24676         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
24677         Likewise.
24678         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
24679         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
24680         Likewise.
24681         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
24682         (tests): Add test case tst-tls-atexit.
24683         (modules-names): Add shared library for tst-tls-atexit.
24684         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
24685         (GLIBC_PRIVATE): Add __call_tls_dtors.
24686         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
24687         for libstdc++.
24688         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
24689         * stdlib/tst-tls-atexit.c: New test case.
24690         * stdlib/tst-tls-atexit-lib.c: New test case.
24691
24692         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
24693
24694         * elf/Versions (ld): Add _dl_find_dso_for_object.
24695         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
24696         * elf/dl-open.c (_dl_find_dso_for_object): New function.
24697         (dl_open_worker): Use _dl_find_dso_for_object.
24698         * elf/dl-sym.c (do_sym): Likewise.
24699         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
24700
24701 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
24702
24703         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
24704         Syntactic changes only.
24705         (_dl_runtime_profile): Do a tail-call to the resolved function.
24706
24707 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
24708
24709         [BZ #13550]
24710         * sysdeps/x86_64/bp-asm.h: Remove file.
24711         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
24712         <bp-sym.h> and <bp-asm.h>.
24713         (__clone): Do not use BP_SYM.
24714         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
24715         <bp-sym.h> and <bp-asm.h>.
24716         * sysdeps/unix/x86_64/sysdep.S: Likewise.
24717         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
24718         "bp-asm.h".
24719         (_setjmp): Do not use BP_SYM.
24720         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
24721         "bp-asm.h".
24722         (setjmp): Do not use BP_SYM.
24723         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
24724         libc_hidden_def.
24725         (mempcpy): Do not use BP_SYM in weak_alias.
24726         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
24727         "bp-asm.h".
24728         (strchr): Do not use BP_SYM.
24729         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
24730         "bp-asm.h".
24731         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
24732         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
24733         (_start): Do not use BP_SYM.
24734         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
24735         "bp-asm.h".
24736         (strcat): Do not use BP_SYM.
24737         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
24738         "bp-asm.h".
24739         (STRCMP): Do not use BP_SYM.
24740         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
24741         "bp-asm.h".
24742         (STRCPY): Do not use BP_SYM.
24743         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
24744         "bp-asm.h".
24745         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
24746         "bp-asm.h".
24747         (FUNCTION): Do not use BP_SYM.
24748         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
24749         weak_alias.
24750         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
24751
24752 2013-02-17  Andreas Jaeger  <aj@suse.de>
24753
24754         * time/Versions: Sort entries.
24755         * string/Versions: Likewise.
24756         * resolv/Versions: Likewise.
24757         * posix/Versions: Likewise.
24758         * iconv/Versions: Likewise.
24759         * elf/Versions: Likewise.
24760         * wcsmbs/Versions: Likewise.
24761
24762 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
24763
24764         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
24765         loop termination condition.
24766
24767         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
24768         variable to calculate EZ.
24769         (__sqr): Likewise.
24770
24771         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
24772         the lower precision input.
24773
24774 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
24775
24776         [BZ #13550]
24777         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
24778         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
24779         (run-via-rtld-prefix): Do not handle %-bp tests.
24780         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
24781         (all-object-suffixes): Remove .ob.
24782         (bppfx): Remove variable.
24783         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
24784         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
24785         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
24786         [$(build-bounded) = yes] (libtype.ob): Likewise.
24787         * Makerules (elide-routines.ob): Remove variable.
24788         (do-tests-clean): Do not handle *-bp.out.
24789         (common-mostlyclean): Do not handle *-bp and *-bp.out.
24790         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
24791         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
24792         (tests): Do not include $(tests-bp.out).
24793         (xtests): Do not include $(xtests-bp.out).
24794         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
24795         [$(build-bounded) = yes] ($(addprefix
24796         $(objpfx),$(binaries-bounded))): Remove rule.
24797         ($(objpfx)%-bp.out): Remove rule.
24798         * config.make.in (build-bounded): Remove variable.
24799         * crypt/Makefile [$(build-bounded) = yes]
24800         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
24801         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
24802         append to variable.
24803         [$(build-bounded) = yes] (install-lib): Likewise.
24804         [$(build-bounded) = yes] (generated): Likewise.
24805         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
24806         Remove rule.
24807         * intl/Makefile [$(build-bounded) = yes]
24808         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
24809         * math/Makefile [$(build-bounded) = yes]
24810         ($(tests:%=$(objpfx)%-bp): Likewise.
24811         * misc/Makefile [$(build-bounded) = yes]
24812         ($(objpfx)tst-tsearch-bp): Likewise.
24813         * nptl/Makeconfig (bounded-thread-library): Remove variable.
24814         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
24815         Remove dependency.
24816         * string/Makefile (o-objects.ob): Remove variable.
24817         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
24818         (CFLAGS-.ob): Remove variable.
24819         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
24820         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
24821         both definitions of variable.
24822         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
24823         (ASFLAGS-.ob): Remove variable.
24824
24825 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
24826
24827         [BZ #13550]
24828         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
24829         Remove __BOUNDED_POINTERS__ from condition.
24830         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
24831         * string/bits/string2.h [!__NO_STRING_INLINES &&
24832         !__BOUNDED_POINTERS__]: Likewise.
24833         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
24834         Likewise.
24835         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
24836         Remove conditional code.
24837         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
24838         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
24839         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
24840         condition.
24841
24842         [BZ #13550]
24843         * csu/libc-start.c: Do not include <bp-sym.h>.
24844         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
24845         * elf/dl-open.c: Do not include <bp-sym.h>.
24846         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
24847         * math/fegetenv.c: Do not include <bp-sym.h>.
24848         (fegetenv): Do not use BP_SYM in versioned symbols.
24849         * nptl/sysdeps/pthread/bits/libc-lockP.h
24850         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
24851         <bp-sym.h>.
24852         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24853         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
24854         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24855         (__pthread_mutex_destroy): Likewise.
24856         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24857         (__pthread_mutex_lock): Likewise.
24858         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24859         (__pthread_mutex_trylock): Likewise.
24860         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24861         (__pthread_mutex_unlock): Likewise.
24862         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24863         (__pthread_mutexattr_init): Likewise.
24864         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24865         (__pthread_mutexattr_destroy): Likewise.
24866         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24867         (__pthread_mutexattr_settype): Likewise.
24868         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24869         (__pthread_rwlock_init): Likewise.
24870         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24871         (__pthread_rwlock_destroy): Likewise.
24872         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24873         (__pthread_rwlock_rdlock): Likewise.
24874         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24875         (__pthread_rwlock_tryrdlock): Likewise.
24876         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24877         (__pthread_rwlock_wrlock): Likewise.
24878         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24879         (__pthread_rwlock_trywrlock): Likewise.
24880         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24881         (__pthread_rwlock_unlock): Likewise.
24882         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24883         (__pthread_key_create): Likewise.
24884         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24885         (__pthread_setspecific): Likewise.
24886         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24887         (__pthread_getspecific): Likewise.
24888         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
24889         Likewise.
24890         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24891         (_pthread_cleanup_push_defer): Likewise.
24892         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24893         (_pthread_cleanup_pop_restore): Likewise.
24894         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24895         (pthread_setcancelstate): Likewise.
24896         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
24897         <bp-sym.h>.
24898         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
24899         (memchr): Do not use BP_SYM in weak_alias.
24900         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
24901         (fegetenv): Do not use BP_SYM in versioned symbols.
24902         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
24903         (fesetenv): Do not use BP_SYM in versioned symbols.
24904         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
24905         (feupdateenv): Do not use BP_SYM in versioned symbols.
24906         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
24907         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
24908         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
24909         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
24910         (open64): Do not use BP_SYM in weak_alias.
24911         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
24912         (fegetenv): Do not use BP_SYM in versioned symbols.
24913         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
24914         (fesetenv): Do not use BP_SYM in versioned symbols.
24915         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
24916         (feupdateenv): Do not use BP_SYM in versioned symbols.
24917         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
24918         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
24919         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
24920         (feraiseexcept): Do not use BP_SYM in versioned symbols.
24921         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
24922         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
24923         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
24924         <bp-sym.h>.
24925         (__libc_start_main): Do not use BP_SYM.
24926
24927 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
24928
24929         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
24930         redundant return line.
24931         (norm): Likewise.
24932         (denorm): Likewise.
24933         (dbl_mp): Likewise.
24934         (sub_magnitudes): Likewise.
24935         (__add): Likewise.
24936         (__sub): Likewise.
24937         (__mul): Likewise.
24938         (__inv): Likewise.
24939         (__dvd): Likewise.
24940         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
24941         (norm): Likewise.
24942         (denorm): Likewise.
24943         (dbl_mp): Likewise.
24944         (sub_magnitudes): Likewise.
24945         (__add): Likewise.
24946         (__sub): Likewise.
24947         (__mul): Likewise.
24948         (__inv): Likewise.
24949         (__dvd): Likewise.
24950
24951         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
24952         instead of __mul.
24953         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
24954         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
24955         (cc32): Likewise.
24956
24957         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
24958         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
24959         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
24960         of __mul for squares.
24961         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
24962         function
24963         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
24964         Likewise.
24965         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
24966         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
24967
24968 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
24969
24970         [BZ #13550]
24971         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
24972         code.
24973         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
24974         prototype or function definition.  Rename ubp_* variables and
24975         parameters.  Remove argv definitions conditional on
24976         [__BOUNDED_POINTERS__].
24977         * debug/backtrace.c (__backtrace): Do not use __unbounded.
24978         * elf/dl-runtime.c (_dl_fixup): Likewise.
24979         * include/set-hooks.h (RUN_HOOK): Likewise.
24980         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
24981         definition.
24982         * string/strcpy.c (strcpy): Do not use __unbounded.
24983         * sysdeps/generic/frame.h (struct layout): Likewise.
24984         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
24985         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
24986         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
24987         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
24988         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
24989         (__backtrace): Likewise.
24990         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
24991         use __ptrvalue.
24992         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
24993         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
24994         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
24995         Likewise.
24996         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
24997         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
24998         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
24999         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
25000         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
25001         Do not use __unbounded.
25002         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
25003         Rename __unboundedrlimits parameter to rlimits in prototype.
25004         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
25005         Do not use __unbounded.
25006         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
25007         not use __ptrvalue.
25008         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
25009         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
25010         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
25011         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
25012         __ptrvalue or __unbounded.
25013         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
25014         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
25015         use __unbounded.
25016         (__new_msgctl): Do not use __ptrvalue.
25017         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
25018         __unbounded.
25019         (__libc_msgrcv): Do not use __ptrvalue.
25020         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
25021         startup_info): Do not use __unbounded.
25022         (__libc_start_main): Likewise.  Rename ubp_* variables and
25023         parameters.  Remove argv definitions conditional on
25024         [__BOUNDED_POINTERS__].
25025         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
25026         __ptrvalue.
25027         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
25028         use __unbounded.
25029         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
25030         or __ptrvalue.
25031         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
25032         use __unbounded.
25033         (__new_shmctl): Do not use __ptrvalue.
25034         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
25035         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
25036         Likewise.
25037         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
25038         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
25039         (__libc_sigaction): Likewise.
25040         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
25041         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
25042         Likewise.
25043         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
25044
25045 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
25046
25047         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
25048
25049         * string/mempcpy.c: Implement by calling memcpy.
25050
25051 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
25052
25053         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
25054
25055         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
25056         evaluation.
25057
25058         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
25059         values in the mantissa.
25060
25061         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
25062         minimize writes to Z.
25063         (sub_magnitudes): Simplify code a bit.
25064
25065 2013-02-12  Roland McGrath  <roland@hack.frob.com>
25066
25067         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
25068         from the message.  The linker prefixes all warnings with that already.
25069
25070 2013-02-12  Andreas Schwab  <schwab@suse.de>
25071
25072         [BZ #15078]
25073         * posix/regexec.c (extend_buffers): Add parameter min_len.
25074         (check_matching): Pass minimum needed length.
25075         (clean_state_log_if_needed): Likewise.
25076         (get_subexp): Likewise.
25077         * posix/Makefile (tests): Add bug-regex34.
25078         (bug-regex34-ENV): Define.
25079         * posix/bug-regex34.c: New file.
25080
25081         [BZ #11561]
25082         * posix/regcomp.c (parse_bracket_exp): When looking up collating
25083         elements compare against the byte sequence of it, not its name.
25084         * posix/Makefile (tests): Add bug-regex35.
25085         (bug-regex35-ENV): Define.
25086         * posix/bug-regex35.c: New file.
25087
25088 2013-02-11  Tom de Vries  <tom@codesourcery.com>
25089
25090         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
25091         comment.
25092         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
25093         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
25094         (CHECK_EOL): Add undef.
25095
25096 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
25097
25098         * bits/stdlib-bsearch.h: New file.
25099         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
25100         * stdlib/stdlib.h: Likewise.
25101
25102 2013-02-11  Roland McGrath  <roland@hack.frob.com>
25103
25104         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
25105         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
25106         declaration.
25107         * manual/search.texi (Array Search Function): Add missing const in
25108         lfind prototype.
25109         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
25110         declaration to use rlim_t.
25111         (Basic Scheduling Functions): Remove erroneous const from
25112         sched_getparam prototype.  Remove erroneous * from
25113         sched_get_priority_max and sched_get_priority_min prototypes.
25114         (Resource Usage): Fix summary @comment on vtimes to refer to
25115         sys/vtimes.h rather than vtimes.h.
25116         Add missing *s in vtimes prototype.
25117         (Limits on Resources): Fix ulimit prototype to return long int.
25118         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
25119         prototypes to use long int rather than double.
25120         (BSD Random): Fix initstate and setstate to use char *, not void *.
25121         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
25122         prototype to make second argument 'struct aiocb64 *const[]'.
25123         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
25124         (Status of AIO Operations): Remove erroneous const in aio_return and
25125         aio_return64 prototypes.
25126         (Synchronizing I/O): Fix sync prototype to return void.
25127         * manual/startup.texi (Suboptions): Remove an erroneous const in
25128         getsubopt prototype.
25129         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
25130         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
25131         use size_t rather than int.
25132         (Scanning All Users): Likewise for getpwent_r.
25133         (Setting Groups): Add missing const to setgroups prototype.
25134         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
25135         * manual/socket.texi (Host Names): Fix gethostbyaddr and
25136         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
25137         'const void *' rather than 'const char *'.
25138         (Host Address Functions): Likewise for inet_ntop.
25139         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
25140         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
25141         ssize_t for return value.
25142         (Sending Data): Likewise for send, sendto, sendmsg.
25143         (Socket Option Functions): Add a missing const in setsockopt prototype.
25144         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
25145         use wchar_t for the argument.
25146         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
25147         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
25148         take no arguments.
25149         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
25150         double/float/long double for second argument.
25151         Fix return types of significand, significandf, significandl.
25152         * manual/filesys.texi (Setting Permissions): Use mode_t for second
25153         argument in fchmod prototype.
25154         (File Owner): Use uid_t and gid_t in fchown prototype.
25155         (File Times): Add const to utimes, futimes, and lutimes prototypes.
25156         (Making Special Files): Use mode_t and dev_t in mknod prototype.
25157         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
25158         use 'const struct dirent **' as argument types to CMP function pointer
25159         argument.
25160         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
25161         (File Times): Fix summary magic @comment for struct utimbuf and utime
25162         to refer to utime.h, not time.h.
25163         * manual/string.texi (Argz Functions): Add missing const in
25164         argz_extract and argz_next prototypes.
25165         (Finding Tokens in a String): Likewise for basename.
25166         (String/Array Comparison): Fix typo in wcscasecmp prototype.
25167         (Copying and Concatenation): Fix typo in wmemmove prototype.
25168         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
25169         (Signal Stack): Remove erroneous const in sigstack prototype.
25170         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
25171         prototype.
25172         (Simple Calendar Time): Likewise for stime.
25173         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
25174         prototype.
25175         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
25176         say sys/sysctl.h instead.
25177         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
25178         and vsyslog prototypes.
25179
25180 2013-02-11  Tom de Vries  <tom@codesourcery.com>
25181
25182         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
25183         Remove.
25184
25185 2013-02-11  Roland McGrath  <roland@hack.frob.com>
25186
25187         * misc/sys/mman.h: Fix typo in mremap comment.
25188
25189 2013-02-08  Roland McGrath  <roland@hack.frob.com>
25190
25191         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
25192         the '\0' terminator.
25193
25194 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
25195
25196         [BZ #13550]
25197         * debug/segfault.c: Don't include <bp-checks.h>.
25198         * sysdeps/generic/bp-checks.h: Remove file.
25199         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
25200         (__GETDENTS): Don't use CHECK_N.
25201         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
25202         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
25203         (__getgroups): Don't use CHECK_N.
25204         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
25205         (setgroups): Don't use CHECK_N.
25206         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
25207         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
25208         (__libc_msgrcv): Don't use CHECK_N.
25209         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
25210         (__libc_msgsnd): Don't use CHECK_N.
25211         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
25212         <bp-checks.h>.
25213         (__libc_pread): Don't use CHECK_N.
25214         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
25215         include <bp-checks.h>.
25216         (__libc_pread64): Don't use CHECK_N.
25217         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
25218         include <bp-checks.h>.
25219         (__libc_pwrite): Don't use CHECK_N.
25220         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
25221         include <bp-checks.h>.
25222         (__libc_pwrite64): Don't use CHECK_N.
25223         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
25224         <bp-checks.h>.
25225         (__libc_pread): Don't use CHECK_N.
25226         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
25227         include <bp-checks.h>.
25228         (__libc_pread64): Don't use CHECK_N.
25229         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
25230         include <bp-checks.h>.
25231         (__libc_pwrite): Don't use CHECK_N.
25232         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
25233         include <bp-checks.h>.
25234         (__libc_pwrite64): Don't use CHECK_N.
25235         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
25236         (do_pread): Don't use CHECK_N.
25237         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
25238         (do_pread64): Don't use CHECK_N.
25239         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
25240         (do_pwrite): Don't use CHECK_N.
25241         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
25242         (do_pwrite64): Don't use CHECK_N.
25243         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
25244         (__libc_readv): Don't use CHECK_N.
25245         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
25246         (semop): Don't use CHECK_N.
25247         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
25248         <bp-checks.h>.
25249         (semtimedop): Don't use CHECK_N.
25250         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
25251         (__libc_pread): Don't use CHECK_N.
25252         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
25253         <bp-checks.h>.
25254         (__libc_pread64): Don't use CHECK_N.
25255         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
25256         <bp-checks.h>.
25257         (__libc_pwrite): Don't use CHECK_N.
25258         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
25259         <bp-checks.h>.
25260         (__libc_pwrite64): Don't use CHECK_N.
25261         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
25262         <bp-checks.h>.
25263         (__libc_msgrcv): Don't use CHECK_N.
25264         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
25265         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
25266         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
25267         (__libc_writev): Don't use CHECK_N.
25268
25269 2013-02-08  Roland McGrath  <roland@hack.frob.com>
25270
25271         * string/strcpy.c: Removed unused variable.
25272
25273         * Makeconfig (+sysdep-includes): Define with := rather than =.
25274         Use an existing include/ subdir of each sysdeps dir before it.
25275
25276 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
25277
25278         * nscd/connection.c (register_traced_file): Comment function.
25279         [HAVE_INOTIFY] (union __inev): Define.
25280         [HAVE_INOTIFY] (inotify_check_files): New function.
25281         [HAVE_INOTIFY] (clear_db_cache): Likewise.
25282         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
25283         clear_db_cache.
25284         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
25285
25286 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
25287
25288         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
25289         loaded if not already and that a failure is permanent.
25290
25291 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
25292
25293         [BZ #15006]
25294         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
25295         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
25296
25297 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
25298
25299         [BZ #13550]
25300         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
25301         (CHECK_1_NULL_OK): Likewise.
25302         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
25303         (__fxstat): Do not use CHECK_1.
25304         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
25305         <bp-checks.h>.
25306         (___fxstat64): Do not use CHECK_1.
25307         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
25308         <bp-checks.h>.
25309         (__fxstatat): Do not use CHECK_1.
25310         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
25311         <bp-checks.h>.
25312         (__fxstatat64): Do not use CHECK_1.
25313         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
25314         <bp-checks.h>.
25315         (__fxstat): Do not use CHECK_1.
25316         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
25317         <bp-checks.h>.
25318         (__fxstatat): Do not use CHECK_1.
25319         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
25320         <bp-checks.h>.
25321         (__getresgid): Do not use CHECK_1.
25322         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
25323         <bp-checks.h>.
25324         (__getresuid): Do not use CHECK_1.
25325         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
25326         <bp-checks.h>.
25327         (__lxstat): Do not use CHECK_1.
25328         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
25329         <bp-checks.h>.
25330         (__old_msgctl): Do not use CHECK_1.
25331         (__new_msgctl): Likewise.
25332         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
25333         <bp-checks.h>.
25334         (__new_setrlimit): Do not use CHECK_1.
25335         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
25336         <bp-checks.h>.
25337         (__old_shmctl): Do not use CHECK_1.
25338         (__new_shmctl): Likewise.
25339         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
25340         <bp-checks.h>.
25341         (__xstat): Do not use CHECK_1.
25342         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
25343         (__lxstat): Do not use CHECK_1.
25344         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
25345         <bp-checks.h>.
25346         (___lxstat64): Do not use CHECK_1.
25347         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
25348         (__old_msgctl): Do not use CHECK_1.
25349         (__new_msgctl): Likewise.
25350         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
25351         <bp-checks.h>.
25352         (__gettimeofday): Do not use CHECK_1.
25353         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
25354         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
25355         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
25356         <bp-checks.h>.
25357         (__gettimeofday): Do not use CHECK_1.
25358         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
25359         (__old_shmctl): Do not use CHECK_1_NULL_OK.
25360         (__new_shmctl): Do not use CHECK_1.
25361         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
25362         <bp-checks.h>.
25363         (do_sigtimedwait): Do not use CHECK_1.
25364         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
25365         <bp-checks.h>.
25366         (do_sigwaitinfo): Do not use CHECK_1.
25367         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
25368         <bp-checks.h>.
25369         (msgctl): Do not use CHECK_1.
25370         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
25371         <bp-checks.h>.
25372         (shmctl): Do not use CHECK_1.
25373         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
25374         (ustat): Do not use CHECK_1.
25375         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
25376         <bp-checks.h>.
25377         (__fxstat): Do not use CHECK_1.
25378         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
25379         <bp-checks.h>.
25380         (__fxstatat): Do not use CHECK_1.
25381         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
25382         <bp-checks.h>.
25383         (__lxstat): Do not use CHECK_1.
25384         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
25385         <bp-checks.h>.
25386         (__xstat): Do not use CHECK_1.
25387         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
25388         (__xstat): Do not use CHECK_1.
25389         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
25390         (___xstat64): Do not use CHECK_1.
25391
25392         [BZ #13550]
25393         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
25394         definitions.
25395         (CHECK_BOUNDS_HIGH): Likewise.
25396         * string/strcpy.c: Do not include <bp-checks.h>.
25397         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
25398
25399 2013-02-07  Roland McGrath  <roland@hack.frob.com>
25400
25401         * nscd/nscd-client.h (__nscd_drop_map_ref):
25402         Add __attribute__ ((unused)).
25403         * nis/nss-nisplus.h (niserr2nss): Likewise.
25404
25405         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
25406         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
25407
25408         * csu/libc-tls.c (init_static_tls, init_slotinfo):
25409         Remove inline keyword.
25410         * include/rounding-mode.h (round_away): Likewise.
25411         * libio/wfileops.c (adjust_wide_data): Likewise.
25412         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
25413         (__m128i_strloadu_tolower): Likewise.
25414         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
25415         (__m128i_strloadu_tolower): Likewise.
25416         * time/mktime.c (ydhms_diff): Likewise.
25417         * locale/elem-hash.h (elem_hash): Likewise.
25418         * locale/setlocale.c (setdata): Likewise.
25419         * posix/regex_internal.h (re_string_char_size_at): Likewise.
25420         (re_string_wchar_at): Likewise.
25421         (bitset_not, bitset_merge, bitset_mask): Likewise.
25422         [!(__GNUC__ > 3)] (inline): Remove macro.
25423         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
25424         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
25425         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
25426         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
25427         * string/memcmp.c (memcmp_bytes): Likewise.
25428         * locale/programs/locarchive.c (compute_hashval): Likewise.
25429         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
25430         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
25431         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
25432         * nss/getent.c (print_rpc, print_protocols): Likewise.
25433         (print_passwd, print_group, print_aliases): Likewise.
25434         * nis/nss-nisplus.h (niserr2nss): Likewise.
25435         * nscd/connections.c (restart_p): Likewise.
25436         Change return type to bool.
25437
25438 2013-02-05  Roland McGrath  <roland@hack.frob.com>
25439
25440         * Makeconfig (all-Depend-files): Add existing
25441         $(sorted-subdirs:=/Depend) files.
25442         (all-subdirs): Remove nss.
25443         * sysdeps/unix/inet/Subdirs: Add it here instead.
25444         * hesiod/Depend: New file.
25445
25446         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
25447         instead of calling alloca.
25448
25449         * io/lseek.c (__lseek): Rename to __libc_lseek.
25450         Define __lseek as an alias.
25451
25452         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
25453
25454 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
25455
25456         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
25457         else clause and remove check for non-standard endianness.
25458
25459 2013-02-04  David S. Miller  <davem@davemloft.net>
25460
25461         * sysdeps/sparc/fpu/libm-test-ulps: Update.
25462
25463 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
25464
25465         [BZ #13550]
25466         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
25467         (__ubp_memchr): Remove prototype.
25468         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
25469         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
25470         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
25471         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
25472         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
25473         Remove alias.
25474         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
25475         (__ubp_memchr): Likewise.
25476         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
25477         (__ubp_memchr): Likewise.
25478         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
25479         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
25480         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
25481         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
25482         CHECK_STRING.
25483         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
25484         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
25485         (__getcwd): Do not use CHECK_STRING.
25486         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
25487         <bp-checks.h>.
25488         (__real_chown): Do not use CHECK_STRING.
25489         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
25490         <bp-checks.h>.
25491         (fchownat): Do not use CHECK_STRING.
25492         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
25493         CHECK_STRING.
25494         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
25495         <bp-checks.h>.
25496         (__lchown): Do not use CHECK_STRING.
25497         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
25498         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
25499         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
25500         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
25501         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
25502         include <bp-checks.h>.
25503         (truncate64): Do not use CHECK_STRING.
25504         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
25505         <bp-checks.h>.
25506         (__real_chown): Do not use CHECK_STRING.
25507         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
25508         <bp-checks.h>.
25509         (__lchown): Do not use CHECK_STRING.
25510         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
25511         <bp-checks.h>.
25512         (__chown): Do not use CHECK_STRING.
25513         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
25514         <bp-checks.h>.
25515         (truncate64): Do not use CHECK_STRING.
25516         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
25517         Likewise.
25518         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
25519         (__xmknod): Do not use CHECK_STRING.
25520         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
25521         <bp-checks.h>.
25522         (__xmknodat): Do not use CHECK_STRING.
25523         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
25524         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
25525
25526 2013-02-04  Andreas Schwab  <schwab@suse.de>
25527
25528         [BZ #14142]
25529         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
25530         * include/netdb.h: Likewise for h_errno.
25531         * elf/tst-stackguard1.c: Include <tls.h>.
25532
25533 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
25534
25535         * elf/link.h (struct link_map): Extend the l_addr comment.
25536         * include/link.h (struct link_map): Likewise.
25537
25538 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
25539
25540         [BZ #13550]
25541         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
25542         (BOUNDED_1): Remove macro.
25543         * debug/backtrace.c: Don't include <bp-checks.h>.
25544         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
25545         (__backtrace): Likewise.
25546         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
25547         <bp-checks.h>.
25548         (__backtrace): Don't use BOUNDED_1.
25549         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
25550         <bp-checks.h>.
25551         (__backtrace): Don't use BOUNDED_1.
25552         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
25553         (__backtrace): Don't use BOUNDED_1.
25554         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
25555         (shmat): Don't use BOUNDED_N.
25556
25557 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
25558
25559         [BZ #13550]
25560         * sysdeps/generic/bp-start.h: Remove file.
25561         * csu/libc-start.c: Don't include <bp-start.h>.
25562         (LIBC_START_MAIN): Set up __environ directly instead of using
25563         INIT_ARGV_and_ENVIRON.
25564         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
25565         <bp-start.h>.
25566
25567         [BZ #13550]
25568         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
25569         definitions.
25570         (CHECK_FCNTL): Likewise.
25571         (CHECK_N_PAGES): Likewise.
25572
25573         [BZ #13550]
25574         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
25575         definitions.
25576         (CHECK_SIGSET_NULL_OK): Likewise.
25577         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
25578         <bp-checks.h>.
25579         (sigpending): Don't use CHECK_SIGSET.
25580         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
25581         <bp-checks.h>.
25582         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
25583         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
25584         <bp-checks.h>.
25585         (do_sigsuspend): Don't use CHECK_SIGSET.
25586         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
25587         use CHECK_SIGSET.
25588         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
25589         (do_sigwait): Don't use CHECK_SIGSET.
25590         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
25591         use CHECK_SIGSET.
25592         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
25593         include <bp-checks.h>.
25594         (sigpending): Don't use CHECK_SIGSET.
25595         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
25596         include <bp-checks.h>.
25597         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
25598         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
25599         <bp-checks.h>.
25600         (sigpending): Don't use CHECK_SIGSET.
25601         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
25602         <bp-checks.h>.
25603         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
25604
25605         [BZ #13550]
25606         * sysdeps/generic/bp-semctl.h: Remove file.
25607         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
25608         <bp-checks.h> and <bp-semctl.h>.
25609         (__old_semctl): Don't use CHECK_SEMCTL.
25610         (__new_semctl): Likewise.
25611         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
25612         and <bp-semctl.h>.
25613         (__old_semctl): Don't use CHECK_SEMCTL.
25614         (__new_semctl): Likewise.
25615         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
25616         <bp-checks.h> and <bp-semctl.h>.
25617         (__old_semctl): Don't use CHECK_SEMCTL.
25618         (__new_semctl): Likewise.
25619         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
25620         <bp-checks.h> and <bp-semctl.h>.
25621         (semctl): Don't use CHECK_SEMCTL.
25622
25623         [BZ #13550]
25624         * Makerules (elide-bp-thunks): Remove variable.
25625         (elide-routines.oS): Don't use $(elide-bp-thunks).
25626         (elide-routines.os): Likewise.
25627         (elide-routines.o): Likewise.
25628         (elide-routines.op): Likewise.
25629         (elide-routines.og): Likewise.
25630         (objects): Don't use $(bp-thunks).
25631         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
25632         include.
25633         (common-generated): Do not add s-proto-bp.d.
25634         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
25635         (int): Likewise.
25636         (typ): Likewise.
25637         Do not generate makefile rules for bounded-pointer thunks.
25638         * sysdeps/generic/bp-thunks.h: Remove file.
25639         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
25640         * sysdeps/unix/s-proto-bp.S: Likewise.
25641
25642         [BZ #15062]
25643         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
25644         parts of result separately when argument is not close to line from
25645         -i to i and one part of argument is small.
25646         * math/k_casinhf.c (__kernel_casinhf): Likewise.
25647         * math/k_casinhl.c (__kernel_casinhl): Likewise.
25648         * math/libm-test.inc (cacos_test): Add more tests.
25649         (casin_test): Likewise.
25650         (casinh_test): Likewise.
25651         * sysdeps/i386/fpu/libm-test-ulps: Update.
25652         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25653
25654 2013-01-31  David S. Miller  <davem@davemloft.net>
25655
25656         * po/de.po: Update from translation team.
25657
25658 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
25659
25660         * time/tzfile.c: Include stdint.h for SIZE_MAX.
25661
25662 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
25663
25664         * configure.in (_AC_PROG_CC_C89): New definition.
25665         * configure: Regenerate.
25666
25667         * configure.in (AC_PROG_CPP): New definition.
25668         * configure: Regenerate.
25669
25670 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
25671
25672         * debug/tst-backtrace.h: New file.
25673         * debug/tst-backtrace2.c: Include tst-backtrace.h.
25674         (ret): Remove variable.
25675         (x): Likewise.
25676         (FAIL): Remove macro.
25677         (NO_INLINE): Likewise.
25678         (fn1): Use match function instead of strstr.
25679         * debug/tst-backtrace3.c: Include tst-backtrace.h.
25680         (ret): Remove variable.
25681         (x): Likewise.
25682         (FAIL): Remove macro.
25683         (NO_INLINE): Likewise.
25684         (fn): Use match function instead of strstr.
25685         * debug/tst-backtrace4.c: Include tst-backtrace.h.
25686         (ret): Remove variable.
25687         (x): Likewise.
25688         (FAIL): Remove macro.
25689         (NO_INLINE): Likewise.
25690         (handle_signal): Use match function instead of strstr.
25691         * debug/tst-backtrace5.c: Include tst-backtrace.h.
25692         (ret): Remove variable.
25693         (x): Likewise.
25694         (FAIL): Remove macro.
25695         (NO_INLINE): Likewise.
25696         (handle_signal): Use match function instead of strstr.
25697
25698 2013-01-23  Roland McGrath  <roland@hack.frob.com>
25699
25700         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
25701
25702 2013-01-23  David S. Miller  <davem@davemloft.net>
25703
25704         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
25705         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
25706         argument of CAS if possible.
25707         * sysdeps/sparc/sparc64/bits/atomic.h
25708         (__arch_compare_and_exchange_val_32_acq): Likewise.
25709         (__arch_compare_and_exchange_val_64_acq): Likewise.
25710
25711 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
25712
25713         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
25714         * sysdeps/posix/ulimit.c: ... this.
25715         Include <limits.h>.
25716         * sysdeps/unix/bsd/ulimit.c: Remove file.
25717
25718 2013-01-23  Adam Conrad  <adconrad@0c3.net>
25719
25720         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
25721         (LDFLAGS-tst-array5): Likewise.
25722
25723 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
25724
25725         [BZ #15036]
25726         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
25727         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
25728         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
25729         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
25730
25731 2013-01-21  David S. Miller  <davem@davemloft.net>
25732
25733         * sysdeps/sparc/backtrace.c: New file.
25734         * sysdeps/sparc/sparc32/backtrace.h: New file.
25735         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
25736         * sysdeps/sparc/sparc64/backtrace.h: New file.
25737         * sysdeps/sparc/sparc64/backtrace.c: Delete.
25738         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
25739         -funwind-tables.
25740
25741 2013-01-21  Andreas Schwab  <schwab@suse.de>
25742
25743         [BZ #15020]
25744         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
25745         closed its stdout.
25746
25747 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
25748
25749         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
25750         "mpa2.h".
25751         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
25752
25753 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
25754             Mark Mitchell  <mark@codesourcery.com>
25755             Tom de Vries  <tom@codesourcery.com>
25756             Paul Pluzhnikov  <ppluzhnikov@google.com>
25757
25758         * debug/tst-backtrace2.c: New file.
25759         * debug/tst-backtrace3.c: Likewise.
25760         * debug/tst-backtrace4.c: Likewise.
25761         * debug/tst-backtrace5.c: Likewise.
25762         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
25763         (CFLAGS-tst-backtrace3.c): Likewise.
25764         (CFLAGS-tst-backtrace4.c): Likewise.
25765         (CFLAGS-tst-backtrace5.c): Likewise.
25766         (LDFLAGS-tst-backtrace2): Likewise.
25767         (LDFLAGS-tst-backtrace3): Likewise.
25768         (LDFLAGS-tst-backtrace4): Likewise.
25769         (LDFLAGS-tst-backtrace5): Likewise.
25770         (tests): Add new tests tst-backtrace2, tst-backtrace3,
25771         tst-backtrace4 and tst-backtrace5.
25772
25773 2013-01-18  Anton Blanchard  <anton@samba.org>
25774             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
25775
25776         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
25777         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
25778         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
25779         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
25780         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
25781         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
25782         "+r" and remove output regs list as redundant.  Add explicit inline
25783         asm to specify register of return val to work around compiler codegen
25784         bug.  Remove (int) cast on return value.  Add return type parameter to
25785         use in macro so that this macro does not truncate return value for
25786         64-bit values.
25787         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
25788         pass to INTERNAL_VSYSCALL_NCS.
25789         (INLINE_VSYSCALL): Add 'long int' as return type to
25790         INTERNAL_VSYSCALL_NCS macro invocation.
25791         (INTERNAL_VSYSCALL): Add 'long int' as return type to
25792         INTERNAL_VSYSCALL_NCS macro invocation.
25793         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
25794
25795 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
25796
25797         [BZ #14496]
25798         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
25799         Fix application of SIMD FP exception mask.
25800
25801         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
25802         mp_no from a power of two.
25803         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
25804         __mpexp_twomm1.  Use __pow_mp.
25805
25806         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
25807         multiplication.
25808
25809 2013-01-17  David S. Miller  <davem@davemloft.net>
25810
25811         * sysdeps/sparc/fpu/libm-test-ulps: Update.
25812
25813 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
25814
25815         [BZ #15023]
25816         * include/complex.h: Condition contents on [!_COMPLEX_H].
25817         (__kernel_casinhf): New prototype.
25818         (__kernel_casinh): Likewise.
25819         (__kernel_casinhl): Likewise.
25820         * math/Makefile (libm_calls): Add k_casinh.
25821         * math/k_casinh.c: New file.
25822         * math/k_casinhf.c: Likewise.
25823         * math/k_casinhl.c: Likewise.
25824         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
25825         finite nonzero arguments.
25826         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
25827         finite nonzero arguments.
25828         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
25829         finite nonzero arguments.
25830         * math/s_casinh.c: Do not include <float.h>.
25831         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
25832         * math/s_casinhf.c: Do not include <float.h>.
25833         (__casinhf): Move code for finite nonzero arguments to
25834         k_casinhf.c.
25835         * math/s_casinhl.c: Do not include <float.h>.
25836         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
25837         redefine.
25838         (__casinhl): Move code for finite nonzero arguments to
25839         k_casinhl.c.
25840         * math/libm-test.inc (cacos_test): Add more tests.
25841         * sysdeps/i386/fpu/libm-test-ulps: Update.
25842         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25843
25844 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
25845
25846         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
25847         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
25848         [!HAVE_MREMAP]: Remove [defined linux] case.
25849         * malloc/arena.c: Do not include <malloc-sysdep.h>.
25850
25851 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
25852
25853         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
25854
25855 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
25856
25857         * elf/elf.h (R_386_SIZE32): New relocation.
25858         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
25859         R_386_SIZE32.
25860         (elf_machine_rela): Likewise.
25861         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
25862         R_X86_64_SIZE64 and R_X86_64_SIZE32.
25863
25864 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
25865
25866         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
25867         (FP_FAST_FMA): Do not define.
25868         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
25869         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
25870         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
25871         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
25872         !_SOFT_FLOAT]: Likewise.
25873         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
25874         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
25875         value.
25876         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
25877         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
25878         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
25879         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
25880         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
25881         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
25882         file.
25883
25884 2013-01-16  Andreas Schwab  <schwab@suse.de>
25885
25886         [BZ #14327]
25887         * include/stdlib.h (__mktemp): Add declaration.
25888         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
25889         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
25890
25891 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
25892
25893         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
25894         definitions.
25895         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
25896         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
25897         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
25898         definitions here.
25899         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
25900         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
25901         definitions.
25902         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
25903         and ONE.
25904         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
25905         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
25906         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
25907         definitions.
25908         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
25909         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
25910         definitions.
25911         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
25912
25913         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
25914
25915 2013-01-15  David S. Miller  <davem@davemloft.net>
25916
25917         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
25918         trunc{,f} to libm-sysdep_routes.
25919         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
25920         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
25921         file.
25922         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
25923         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
25924         file.
25925         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
25926         file.
25927         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
25928         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
25929         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
25930         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
25931         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
25932         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
25933         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
25934         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
25935
25936         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
25937         nearbyint{,f} to libm-sysdep_routes.
25938         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
25939         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
25940         New file.
25941         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
25942         file.
25943         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
25944         New file.
25945         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
25946         file.
25947         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
25948         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
25949         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
25950         file.
25951         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
25952         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
25953         file.
25954         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
25955         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
25956         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
25957
25958         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
25959         libc_feholdexcept and libc_fesetenv.
25960
25961 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
25962
25963         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
25964
25965 2013-01-14  David S. Miller  <davem@davemloft.net>
25966
25967         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
25968         (SPARC_ASM_VIS2_IFUNC): Likewise.
25969         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
25970         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
25971         use of 'siam' instruction.
25972         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
25973         Likewise.
25974         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
25975         Likewise.
25976         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
25977         Likewise.
25978         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
25979         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
25980         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
25981         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
25982         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
25983         file.
25984         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
25985         file.
25986         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
25987         file.
25988         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
25989         file.
25990         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
25991         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
25992         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
25993         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
25994         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
25995         new VIS2 routines.
25996         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
25997         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
25998         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
25999         Likewise.
26000         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
26001         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
26002         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
26003         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
26004         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
26005         routines to libm-sysdep_routines.
26006         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
26007
26008         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
26009         fdim/fdimf to libm-sysdep_routines.
26010         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
26011         file.
26012         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
26013         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
26014         file.
26015         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
26016         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
26017         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
26018         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
26019         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
26020         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
26021         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
26022
26023 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
26024
26025         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
26026         to optimize copies.
26027
26028         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
26029         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
26030         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
26031
26032         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
26033         local variable MPTWO.
26034         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
26035         Likewise.
26036
26037 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
26038
26039         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
26040         GLOB_NOESCAPE.
26041
26042 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
26043
26044         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
26045
26046 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
26047
26048         * manual/pattern.texi (glob_t): Document gl_flags.
26049         (glob64_t): Likewise.
26050
26051 2013-01-11  David S. Miller  <davem@davemloft.net>
26052
26053         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
26054         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
26055         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
26056         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
26057         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
26058         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
26059         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
26060         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
26061         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
26062         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
26063         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
26064         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
26065         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
26066
26067         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
26068         sparc V9 rather than using V8 code.
26069         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
26070         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
26071
26072         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
26073         Move to...
26074         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
26075         Here.
26076
26077 2013-01-11  Roland McGrath  <roland@hack.frob.com>
26078
26079         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
26080         not in the main loop.
26081         * configure: Regenerated.
26082
26083 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
26084
26085         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
26086         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
26087         to just #else.
26088         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
26089         [!__GLIBC_HAVE_LONG_LONG] case.
26090         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
26091         condition to just #else.
26092         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
26093         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
26094         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
26095         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
26096         unconditional.
26097         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
26098         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
26099         #elif condition to just #else.
26100         * sysdeps/unix/sysv/linux/sys/sysmacros.h
26101         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
26102         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
26103         #elif condition to just #else.
26104
26105 2013-01-11  Steve Ellcey  <sellcey@mips.com>
26106
26107         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
26108         (EF_MIPS_ARCH_64): Fix value.
26109         (EF_MIPS_ARCH_32R2): New.
26110         (EF_MIPS_ARCH_64R2): New.
26111
26112 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
26113
26114         * Makeconfig (+link-pie-before-libc): New.
26115         (+link-pie-after-libc): Likewise.
26116         (+link-pie-tests): Likewise.
26117         (+link-pie): Rewritten.
26118         (link-before-libc): Remove $(config-LDFLAGS).
26119         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
26120         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
26121         (config-LDFLAGS): Renamed to ...
26122         (rtld-LDFLAGS): This.
26123         (rtld-tests-LDFLAGS): New macro.
26124         (link-libc-rpath-link): Likewise.
26125         (link-libc-tests-rpath-link): Likewise.
26126         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
26127         (link-libc): Prepand $(link-libc-rpath-link).
26128         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
26129         (test-program-prefix): New macro.
26130         (test-via-rtld-prefix): Likewise.
26131         (test-program-cmd): Likewise.
26132         (host-test-program-cmd): Likewise.
26133         * Makefile ($(common-objpfx)testrun.sh): Replace
26134         $(run-program-prefix) with $(test-program-prefix).
26135         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
26136         $(rtld-LDFLAGS).
26137         ($(common-objpfx)shlib.lds): Likewise.
26138         (build-module-helper): Likewise.
26139         ($(common-objpfx)format.lds): Likewise.
26140         * Rules (binaries-pie-tests): New.
26141         (binaries-pie-notests): Likewise.
26142         (binaries-pie): Rewritten.
26143         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
26144         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
26145         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
26146         (make-test-out): Replace $(host-built-program-cmd) with
26147         $(host-test-program-cmd).
26148         * config.make.in (build-hardcoded-path-in-tests): New variable.
26149         * configure.in (--enable-hardcoded-path-in-tests): New configure
26150         option.
26151         (hardcoded_path_in_tests): New AC_SUBST.
26152         * configure: Regenerated.
26153         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
26154         $(built-program-cmd) with $(test-program-cmd).
26155         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
26156         (test_program_cmd): This.
26157         * elf/Makefile ($(objpfx)order.out): Run test with
26158         $(test-program-prefix).
26159         ($(objpfx)order2.out): Likewise.
26160         ($(objpfx)tst-initorder.out): Likewise.
26161         ($(objpfx)tst-initorder2.out): Likewise.
26162         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
26163         $(test-program-cmd).
26164         ($(objpfx)tst-array1-static.out): Likewise.
26165         ($(objpfx)tst-array2.out): Likewise.
26166         ($(objpfx)tst-array3.out): Likewise.
26167         ($(objpfx)tst-array4.out): Likewise.
26168         ($(objpfx)tst-array5.out): Likewise.
26169         ($(objpfx)tst-array5-static.out): Likewise.
26170         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
26171         $(test-program-cmd).
26172         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
26173         $(run-program-prefix) with $(test-program-prefix).
26174         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
26175         (test_program_prefix): This.
26176         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
26177         $(run-program-prefix) with $(test-program-prefix).
26178         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
26179         (test_program_prefix): This.
26180         * iconvdata/tst-tables.sh: Likewise.
26181         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
26182         $(run-program-prefix) with $(test-program-prefix).
26183         ($(objpfx)tst-translit.out): Likewise.
26184         ($(objpfx)tst-gettext2.out): Likewise.
26185         ($(objpfx)tst-gettext4.out): Likewise.
26186         ($(objpfx)tst-gettext6.out): Likewise.
26187         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
26188         (test_program_prefix): This.
26189         * intl/tst-gettext2.sh: Likewise.
26190         * intl/tst-gettext4.sh  Likewise.
26191         * intl/tst-gettext6.sh: Likewise.
26192         * intl/tst-translit.sh: Likewise.
26193         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
26194         with $(test-program-cmd).
26195         * libio/Makefile ($(objpfx)test-freopen.out): Replace
26196         $(run-program-prefix) with $(test-program-prefix).
26197         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
26198         (test_program_prefix): This.
26199         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
26200         $(run-program-prefix) with $(test-program-prefix).
26201         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
26202         (test_program_prefix): This.
26203         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
26204         * posix/Makefile ($(objpfx)globtest.out): Replace
26205         $(run-via-rtld-prefix) and $(test-wrapper) with
26206         $(test-program-prefix) and $(test-via-rtld-prefix).
26207         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
26208         $(test-program-prefix).
26209         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
26210         $(host-test-program-cmd).
26211         (tst-spawn-ARGS): Likewise.
26212         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
26213         $(test-program-prefix).
26214         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
26215         (test_via_rtld_prefix): This.
26216         (test_wrapper): Renamed to ...
26217         (test_program_prefix): This.
26218         (run_program_prefix): Replaced by test_program_prefix.
26219         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
26220         (test_program_prefix): This.
26221         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
26222         with $(host-test-program-cmd).
26223         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
26224         $(run-program-prefix) with $(test-program-prefix).
26225         ($(objpfx)tst-printf.out): Likewise.
26226         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
26227         $(test-program-cmd).
26228         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
26229         (test_program_prefix): This.
26230         * stdio-common/tst-unbputc.sh: Likewise.
26231         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
26232         $(run-program-prefix) with $(test-program-prefix).
26233         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
26234         (test_program_prefix): This.
26235         * string/Makefile ($(objpfx)tst-svc.out):  Replace
26236         $(built-program-cmd) with $(test-program-cmd).
26237
26238 2013-01-11  Andreas Jaeger  <aj@suse.de>
26239
26240         [BZ #15003]
26241         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
26242         value. Sync with Linux 3.7.
26243
26244 2013-01-10  David S. Miller  <davem@davemloft.net>
26245
26246         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
26247         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
26248         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
26249
26250 2013-01-10  Roland McGrath  <roland@hack.frob.com>
26251
26252         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
26253         never set.
26254         * configure: Regenerated.
26255
26256 2013-01-10  David S. Miller  <davem@davemloft.net>
26257
26258         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
26259         sparc V9 rather than using V8 code.
26260         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
26261         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
26262
26263 2013-01-10  Roland McGrath  <roland@hack.frob.com>
26264
26265         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
26266         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
26267         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
26268         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
26269         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
26270         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
26271         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
26272         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
26273         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
26274         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
26275         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
26276         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
26277         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
26278         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
26279         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
26280         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
26281         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
26282         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
26283         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
26284         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
26285         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
26286         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
26287         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
26288         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
26289         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
26290         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
26291         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
26292
26293 2013-01-10  David S. Miller  <davem@davemloft.net>
26294
26295         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26296
26297 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
26298
26299         * posix/Makefile (tests-static): New variable.
26300         (tests): Add $(tests-static).
26301         (tst-exec-static-ARGS): New variable.
26302         (tst-spawn-static-ARGS): Likewise.
26303         * posix/tst-exec-static.c: New file.
26304         * posix/tst-spawn-static.c: Likewise.
26305         * posix/tst-exec.c: Support run directly.
26306         * posix/tst-spawn.c: Likewise.
26307
26308 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
26309
26310         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
26311         long.
26312         * math/bits/mathcalls.h (llrint): Likewise.
26313         (llround): Likewise.
26314         * stdlib/stdlib.h (struct drand48_data): Likewise.
26315         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
26316         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
26317         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
26318         Likewise.
26319         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
26320         Likewise.
26321         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
26322         (elf_greg_t): Likewise.
26323         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
26324         (__jmp_buf): Likewise.
26325         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
26326         definitions.
26327         (llrint): Likewise, for all definitions.
26328         (llrintl): Likewise.
26329
26330         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
26331         Remove [__GNUC__] condition.
26332         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
26333         condition to just [__USE_ISOC99].
26334         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
26335
26336 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
26337
26338         [BZ #14200]
26339         * sysdeps/unix/sysv/linux/x86/bits/environments.h
26340         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
26341         defined.
26342         (_POSIX_V6_ILP32_OFF32): Likewise.
26343         (_XBS5_ILP32_OFF32): Likewise.
26344         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
26345         (__ILP32_OFFBIG_LDFLAGS): Likewise.
26346
26347 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
26348
26349         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
26350
26351         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
26352         doubles __mpexp_twomm1.  Adjust usage.
26353         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
26354         Remove.
26355
26356 2013-01-10  Andreas Schwab  <schwab@suse.de>
26357
26358         [BZ #14964]
26359         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
26360         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
26361
26362 2013-01-09  David S. Miller  <davem@davemloft.net>
26363
26364         [BZ #15003]
26365         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
26366         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
26367         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
26368         (TCP_FASTOPEN): Define.
26369         (tcp_repair_opt): New structure.
26370         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
26371         enum values.
26372         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
26373         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
26374         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
26375         (tcp_cookie_transactions): New structure.
26376
26377 2013-01-09  Anton Blanchard  <anton@samba.org>
26378
26379         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
26380         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
26381         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
26382         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
26383
26384 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
26385
26386         * include/features.h (__USE_ANSI): Remove.
26387
26388 2013-01-09  Roland McGrath  <roland@hack.frob.com>
26389
26390         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
26391
26392         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
26393
26394 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
26395
26396         * sysdeps/s390/fpu/libm-test-ulps: Update.
26397
26398         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26399
26400         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
26401         (__acr): Likewise.
26402         (__cpy): Likewise.
26403         (norm): Likewise.
26404         (denorm): Likewise.
26405         (__mp_dbl): Likewise.
26406         (__dbl_mp): Likewise.
26407         (add_magnitudes): Likewise.
26408         (sub_magnitudes): Likewise.
26409         (__add): Likewise.
26410         (__sub): Likewise.
26411         (__mul): Likewise.
26412         (__inv): Likewise.
26413         (__dvd): Likewise.
26414         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
26415         (__acr): Likewise.
26416         (__cpy): Likewise.
26417         (norm): Likewise.
26418         (denorm): Likewise.
26419         (__mp_dbl): Likewise.
26420         (__dbl_mp): Likewise.
26421         (add_magnitudes): Likewise.
26422         (sub_magnitudes): Likewise.
26423         (__add): Likewise.
26424         (__sub): Likewise.
26425         (__mul): Likewise.
26426         (__inv): Likewise.
26427         (__dvd): Likewise.
26428         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
26429         (__acr): Likewise.
26430         (__cpy): Likewise.
26431         (norm): Likewise.
26432         (denorm): Likewise.
26433         (__mp_dbl): Likewise.
26434         (__dbl_mp): Likewise.
26435         (add_magnitudes): Likewise.
26436         (sub_magnitudes): Likewise.
26437         (__add): Likewise.
26438         (__sub): Likewise.
26439         (__mul): Likewise.
26440         (__inv): Likewise.
26441         (__dvd): Likewise.
26442
26443 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
26444
26445         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
26446         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
26447         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
26448         2 && __USE_EXTERN_INLINES]: Likewise.
26449
26450 2013-01-08  Andreas Jaeger  <aj@suse.de>
26451
26452         [BZ# 14985]
26453         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
26454         Remove.
26455         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
26456         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
26457
26458 2013-01-07  Anton Blanchard  <anton@samba.org>
26459
26460         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
26461         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
26462         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
26463         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
26464         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
26465         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
26466         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
26467         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
26468         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
26469         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
26470         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
26471         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
26472         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
26473         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
26474         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
26475         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
26476         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
26477         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
26478         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
26479         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
26480         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
26481         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
26482         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
26483         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
26484         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
26485         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
26486         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
26487         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
26488         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
26489         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
26490         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
26491         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
26492         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
26493         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
26494         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
26495         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
26496         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
26497         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
26498         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
26499         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
26500         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
26501         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
26502         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
26503
26504 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
26505
26506         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
26507         (__MALLOC_PMT): Likewise.
26508         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
26509         [__GNUC__], only on [_LIBC].
26510         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
26511         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
26512         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
26513         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
26514         forward declaration.
26515         (realloc_hook_ini): Likewise.
26516         (memalign_hook_ini): Likewise.
26517         (__libc_memalign): Do not use __MALLOC_PMT in variable
26518         declaration.
26519         (__libc_valloc): Likewise.
26520         (__libc_pvalloc): Likewise.
26521         (__libc_calloc): Likewise.
26522         (__posix_memalign): Likewise.
26523
26524         [BZ #14996]
26525         * math/s_casinh.c: Include <float.h>.
26526         (__casinh): Do not do computation with squaring and square root
26527         for large arguments.
26528         * math/s_casinhf.c: Include <float.h>.
26529         (__casinhf): Do not do computation with squaring and square root
26530         for large arguments.
26531         * math/s_casinhl.c: Include <float.h>.
26532         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
26533         (__casinhl): Do not do computation with squaring and square root
26534         for large arguments.
26535         * math/libm-test.inc (casin_test): Add more tests.
26536         (casinh_test): Likewise.
26537         * sysdeps/i386/fpu/libm-test-ulps: Update.
26538         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26539
26540 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
26541
26542         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
26543         (__x86_64_raw_data_cache_size): Likewise.
26544         (__x86_64_data_cache_size_half): Likewise.
26545         (__x86_64_raw_data_cache_size_half): Likewise.
26546         (__x86_64_shared_cache_size): Likewise.
26547         (__x86_64_raw_shared_cache_size): Likewise.
26548         (__x86_64_shared_cache_size_half): Likewise.
26549         (__x86_64_raw_shared_cache_size_half): Likewise.
26550         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
26551         to ...
26552         (__x86_data_cache_size): This.
26553         (__x86_64_raw_data_cache_size): Renamed to ...
26554         (__x86_raw_data_cache_size): This.
26555         (__x86_64_data_cache_size_half): Renamed to ...
26556         (__x86_data_cache_size_half): This.
26557         (__x86_64_raw_data_cache_size_half): Renamed to ...
26558         (__x86_raw_data_cache_size_half): This.
26559         (__x86_64_shared_cache_size): Renamed to ...
26560         (__x86_shared_cache_size): This.
26561         (__x86_64_raw_shared_cache_size): Renamed to ...
26562         (__x86_raw_shared_cache_size): This.
26563         (__x86_64_shared_cache_size_half): Renamed to ...
26564         (__x86_shared_cache_size_half): This.
26565         (__x86_64_raw_shared_cache_size_half): Renamed to ...
26566         (__x86_raw_shared_cache_size_half): This.
26567         * sysdeps/x86_64/memcpy.S: Updated.
26568         * sysdeps/x86_64/memset.S: Likewise.
26569         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
26570         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
26571         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
26572
26573 2013-01-04  David S. Miller  <davem@davemloft.net>
26574
26575         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26576
26577 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
26578
26579         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
26580         1 to avoid redefinition warning.
26581         (__USE_GNU): Don't define.
26582         (init_signaling_nan): Protoize.
26583
26584         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26585
26586 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
26587
26588         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
26589         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
26590         (__cpymn): Likewise.
26591         (norm): Remove commented code.
26592         (denorm): Likewise.
26593         (__mp_dbl): Likewise.
26594         (__inv): Likewise.
26595         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
26596         (__cpymn): Likewise.
26597         (norm): Remove commented code.
26598         (denorm): Likewise.
26599         (__mp_dbl): Likewise.
26600         (__inv): Likewise.
26601
26602         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
26603         mp_no value for 1.0 and 2.0.
26604         (norm): Use RADIXI instead of radixi.d.
26605         (denorm): Likewise.
26606         (__mul): Use 0.0 instead of zero.d.
26607         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
26608         mp_no value for 1.0 and 2.0.
26609         (norm): Use RADIXI instead of radixi.d.
26610         (denorm): Likewise.
26611         (__mul): Use 0.0 instead of zero.d.
26612
26613 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
26614
26615         [BZ #14994]
26616         * math/s_casinh.c (__casinh): Reduce finite argument to first
26617         quadrant then set signs of results at the end.
26618         * math/s_casinhf.c (__casinhf): Likewise.
26619         * math/s_casinhl.c (__casinhl): Likewise.
26620         * math/libm-test.inc (casin_test): Add more tests.
26621         (casinh_test): Likewise.
26622         * sysdeps/i386/fpu/libm-test-ulps: Update.
26623         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26624
26625 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
26626
26627         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
26628
26629         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
26630
26631         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
26632         declarations.
26633         (denorm): Likewise.
26634         (__mp_dbl): Likewise.
26635         (__inv): Likewise.
26636
26637         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
26638         and adjust the header comment.
26639
26640         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
26641         variable name from declaration.
26642
26643 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
26644
26645         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
26646         Initialize COMMON_CPUID_INDEX_7 element.
26647         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
26648         (CPUID_RTM): Likewise.
26649         (HAS_RTM): Likewise.
26650         (COMMON_CPUID_INDEX_7): New enum.
26651
26652 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
26653
26654         [BZ #14981]
26655         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
26656         size is zero, record memory as freed.
26657
26658 2013-01-03  Andreas Jaeger  <aj@suse.de>
26659
26660         * po/ia.po: Add new Interlingua translation.
26661
26662 2012-01-03  Allan McRae  <allan@archlinux.org>
26663
26664         * locale/programs/localedef.c: Fix description of '--posix' flag.
26665
26666 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
26667
26668         * NEWS: Update dates in second copyright notice.
26669         * README: Update copyright dates in example.
26670         * manual/libc.texinfo: Update copyright dates.
26671         * scripts/test-installation.pl: Update copyright date in --version
26672         output.
26673
26674         * hurd/ctty-input.c: Fix copyright notice formatting.
26675         * hurd/ctty-output.c: Likewise.
26676         * hurd/dtable.c: Likewise.
26677         * hurd/hurd-raise.c: Likewise.
26678         * hurd/hurdprio.c: Likewise.
26679         * hurd/msgportdemux.c: Likewise.
26680         * misc/sys/file.h: Likewise.
26681         * misc/sys/ioctl.h: Likewise.
26682         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
26683         * sysdeps/mach/hurd/chdir.c: Likewise.
26684         * sysdeps/mach/hurd/fchdir.c: Likewise.
26685         * sysdeps/mach/hurd/rename.c: Likewise.
26686         * sysdeps/mach/hurd/rmdir.c: Likewise.
26687         * sysdeps/mach/hurd/seekdir.c: Likewise.
26688         * sysdeps/mach/hurd/setsid.c: Likewise.
26689         * sysdeps/posix/wait3.c: Likewise.
26690
26691         * All files with FSF copyright notices: Update copyright dates
26692         using scripts/update-copyrights.
26693         * intl/plural.c: Regenerated.
26694         * locale/programs/charmap-kw.h: Likewise.
26695         * locale/programs/locfile-kw.h: Likewise.
26696
26697 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
26698
26699         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
26700         four values.
26701
26702         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
26703         calculation loop and add branch prediction.
26704
26705         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
26706         check access beyond bounds of m1np.
26707
26708         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
26709         MPTWO.
26710         (__inv): Remove local variable MPTWO to use the global
26711         constant.
26712         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
26713         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
26714         variable MPTWO.
26715         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
26716         MP3HALFS static const.
26717
26718 2013-01-01  David S. Miller  <davem@davemloft.net>
26719
26720         * po/ca.po: Update from translation team.
26721
26722 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
26723
26724         * scripts/update-copyrights: New file.
26725         * Makeconfig: Reformat copyright notice.
26726         * ctype/ctype.h: Likewise.
26727         * debug/swprintf_chk.c: Likewise.
26728         * elf/dl-cache.c: Likewise.
26729         * elf/dl-debug.c: Likewise.
26730         * elf/dl-object.c: Likewise.
26731         * grp/initgroups.c: Likewise.
26732         * hurd/Makefile: Likewise.
26733         * hurd/hurd/signal.h: Likewise.
26734         * hurd/hurdfault.c: Likewise.
26735         * hurd/hurdioctl.c: Likewise.
26736         * hurd/hurdlookup.c: Likewise.
26737         * hurd/intr-msg.c: Likewise.
26738         * iconv/gconv_open.c: Likewise.
26739         * libio/swprintf.c: Likewise.
26740         * locale/lc-ctype.c: Likewise.
26741         * locale/nl_langinfo.c: Likewise.
26742         * mach/Machrules: Likewise.
26743         * mach/Makefile: Likewise.
26744         * malloc/obstack.h: Likewise.
26745         * manual/Makefile: Likewise.
26746         * manual/tsort.awk: Likewise.
26747         * misc/bits/stab.def: Likewise.
26748         * nis/nis_print_group_entry.c: Likewise.
26749         * nis/nis_table.c: Likewise.
26750         * nis/nss_compat/compat-pwd.c: Likewise.
26751         * nis/nss_compat/compat-spwd.c: Likewise.
26752         * po/Makefile: Likewise.
26753         * posix/fnmatch.c: Likewise.
26754         * posix/regex.h: Likewise.
26755         * resolv/Makefile: Likewise.
26756         * resolv/nss_dns/dns-network.c: Likewise.
26757         * resolv/res_hconf.c: Likewise.
26758         * scripts/gen-sorted.awk: Likewise.
26759         * soft-fp/soft-fp.h: Likewise.
26760         * stdio-common/printf.h: Likewise.
26761         * stdlib/monetary.h: Likewise.
26762         * stdlib/random.c: Likewise.
26763         * stdlib/random_r.c: Likewise.
26764         * sysdeps/generic/Makefile: Likewise.
26765         * sysdeps/gnu/Makefile: Likewise.
26766         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
26767         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
26768         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
26769         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
26770         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
26771         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
26772         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
26773         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
26774         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
26775         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
26776         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
26777         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
26778         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
26779         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
26780         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
26781         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
26782         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
26783         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
26784         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
26785         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
26786         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
26787         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
26788         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
26789         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
26790         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
26791         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
26792         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
26793         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
26794         * sysdeps/mach/hurd/errnos.awk: Likewise.
26795         * sysdeps/mach/hurd/fork.c: Likewise.
26796         * sysdeps/mach/hurd/getcwd.c: Likewise.
26797         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
26798         * sysdeps/mach/hurd/mmap.c: Likewise.
26799         * sysdeps/mach/hurd/utimes.c: Likewise.
26800         * sysdeps/mach/hurd/xmknod.c: Likewise.
26801         * sysdeps/posix/profil.c: Likewise.
26802         * sysdeps/posix/readdir_r.c: Likewise.
26803         * sysdeps/powerpc/bits/mathdef.h: Likewise.
26804         * sysdeps/powerpc/bits/setjmp.h: Likewise.
26805         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
26806         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
26807         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
26808         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
26809         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
26810         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
26811         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
26812         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
26813         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
26814         * sysdeps/pthread/lio_listio.c: Likewise.
26815         * sysdeps/sparc/dl-procinfo.h: Likewise.
26816         * sysdeps/unix/i386/sysdep.S: Likewise.
26817         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
26818         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
26819         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
26820         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
26821         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
26822         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
26823         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
26824         * sysdeps/unix/sysv/linux/speed.c: Likewise.
26825         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
26826         * sysdeps/wordsize-32/divdi3.c: Likewise.
26827         * time/sys/time.h: Likewise.
26828         * wcsmbs/Makefile: Likewise.
26829
26830 2013-01-01  David S. Miller  <davem@davemloft.net>
26831
26832         * po/fr.po: Update from translation team.
26833
26834         * catgets/gencat.c: Update copyright year.
26835         * csu/version.c: Likewise.
26836         * debug/catchsegv.sh: Likewise.
26837         * debug/pcprofiledump.c: Likewise.
26838         * debug/xtrace.sh: Likewise.
26839         * elf/ldconfig.c: Likewise.
26840         * elf/ldd.bash.in: Likewise.
26841         * elf/pldd.c: Likewise.
26842         * elf/sotruss.ksh: Likewise.
26843         * elf/sprof.c: Likewise.
26844         * iconv/iconv_prog.c: Likewise.
26845         * iconv/iconvconfig.c: Likewise.
26846         * locale/programs/locale.c: Likewise.
26847         * locale/programs/localedef.c: Likewise.
26848         * login/programs/pt_chown.c: Likewise.
26849         * malloc/memusage.sh: Likewise.
26850         * malloc/memusagestat.c: Likewise.
26851         * malloc/mtrace.pl: Likewise.
26852         * nscd/nscd.c: Likewise.
26853         * nss/getent.c: Likewise.
26854         * nss/makedb.c: Likewise.
26855         * posix/getconf.c: Likewise.
26856
26857 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
26858
26859         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
26860         numbers.
26861
26862 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
26863
26864         * math/bits/mathcalls.h (modf): Use __nonnull.
26865
26866 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
26867
26868         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
26869         (split): Use macro CN instead of the bare value.
26870         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
26871         could be used.
26872         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
26873         instead of the bare value.
26874         (power1): Likewise.
26875
26876 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
26877
26878         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
26879         __ATAN_TWOM.
26880         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
26881
26882         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
26883         their values.
26884         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
26885         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
26886         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
26887         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
26888
26889 2012-12-28  Andreas Jaeger  <aj@suse.de>
26890
26891         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
26892         values are from Linux 3.7.
26893
26894         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
26895         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
26896
26897 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
26898
26899         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
26900         TRUE case.
26901
26902         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
26903         (norm): Likewise.
26904         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
26905         variables with preprocessor constants.
26906         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
26907         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
26908         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
26909
26910 2012-12-27  Bruno Haible  <bruno@clisp.org>
26911
26912         [BZ #14317]
26913         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
26914         only if needed.
26915
26916 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
26917
26918         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
26919         and use variable directly.
26920         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
26921
26922         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
26923         MPONE.
26924         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
26925         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
26926         variable MPONE.
26927         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
26928         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
26929         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
26930         include directive.  Remove local variable MPONE.
26931         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
26932         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
26933         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
26934
26935 2012-12-25  David S. Miller  <davem@davemloft.net>
26936
26937         * version.h (RELEASE): Set to "development".
26938         (VERSION): Set to "2.17.90".
26939         * NEWS: Add 2.18 section.
26940
26941 2012-12-21  David S. Miller  <davem@davemloft.net>
26942
26943         * po/hr.po: Update from translation team.
26944
26945 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
26946
26947         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
26948
26949 2012-12-19  Steve Ellcey  <sellcey@mips.com>
26950
26951         * NEWS:  Mention new memcpy for MIPS.
26952
26953 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
26954
26955         * manual/contrib.texi (Contributors): Spelling correction.
26956
26957 2012-12-15  David S. Miller  <davem@davemloft.net>
26958
26959         * po/ru.po: Update from translation team.
26960
26961 2012-12-13  David S. Miller  <davem@davemloft.net>
26962
26963         * NEWS: Mention IFUNC testsuite enhancements.
26964
26965         * po/pl.po: Update from translation team.
26966         * po/bg.po: Likewise.
26967
26968         * manual/contrib.texi (Contributors): Update entries for Hongjiu
26969         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
26970
26971 2012-12-11  David S. Miller  <davem@davemloft.net>
26972
26973         * po/sv.po: Update from translation team.
26974
26975         * po/vi.po: Update from translation team.
26976
26977         * po/cs.po: Update from translation team.
26978
26979         * po/de.po: Update from translation team.
26980         * po/eo.po: Likewise.
26981         * po/nl.po: Likewise.
26982
26983 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
26984
26985         [BZ #14246]
26986         * manual/argp.texi (Argp Helper Functions): Move node to follow
26987         Argp Parsing State.
26988
26989         [BZ #14872]
26990         * manual/conf.texi (Limits on File System Capacity): Mention if
26991         terminating null is included in the max size.
26992
26993 2012-12-10  Andreas Jaeger  <aj@suse.de>
26994
26995         * po/cs.po: Update from translation team.
26996
26997 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
26998
26999         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
27000         void pointer and cast to uintptr_t.
27001         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
27002         path.
27003         * sysdeps/s390/s390-64/memcpy.S: Likewise.
27004         * sysdeps/s390/s390-64/memset.S: Likewise.
27005
27006 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
27007
27008         [BZ #14833]
27009         * menual/message.texi (Message Translation): Fix typos.
27010         (Helper programs for gettext): Likewise.
27011
27012 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
27013
27014         [BZ #14898]
27015         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
27016         Change to -1.
27017
27018 2012-12-07  David S. Miller  <davem@davemloft.net>
27019
27020         * po/libc.pot: Update.
27021
27022 2012-12-07  Richard Henderson  <rth@redhat.com>
27023
27024         [BZ #10114]
27025         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
27026         normal/normal case to before the switch.
27027         (_FP_DIV): Likewise.
27028
27029 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
27030             Mike Frysinger  <vapier@gentoo.org>
27031
27032         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
27033         check for __NR_fadvise64_64.
27034
27035 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
27036
27037         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
27038         0, not just to plain "0" as a statement.
27039         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
27040         with cw.
27041
27042 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
27043
27044         * NEWS: Use sourceware.org in Bugzilla URL.
27045
27046 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
27047
27048         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
27049         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
27050
27051         * stdio-common/tst-put-error.c (do_test): Add newline to the
27052         padded test to ensure flush.
27053
27054 2012-12-05  Jeff Law  <law@redhat.com>
27055
27056         * sunrpc/etc.rpc (fedfs_admin): Add entry.
27057
27058 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
27059
27060         * README: Don't refer to ports add-on as distributed separately.
27061         Mention AArch64 in list of systems supported in the ports add-on.
27062
27063         * LICENSES: Add more non-FSF copyright and license notices.
27064
27065         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
27066         ((unused)).
27067
27068         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
27069
27070         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
27071         10000 as width of padded output.
27072
27073 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
27074
27075         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
27076
27077         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
27078         variable LX with __attribute__ ((unused)).
27079         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
27080         Likewise.
27081         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
27082         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
27083         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
27084         with __attribute__ ((unused)).
27085
27086 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
27087
27088         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
27089
27090 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
27091
27092         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
27093         (CFLAGS-nldbl-acos.c): New variable.
27094         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
27095         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
27096         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
27097         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
27098         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
27099         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
27100         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
27101         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
27102         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
27103         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
27104         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
27105         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
27106         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
27107         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
27108         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
27109         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
27110         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
27111         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
27112         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
27113         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
27114         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
27115         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
27116         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
27117         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
27118         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
27119         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
27120         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
27121         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
27122         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
27123         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
27124         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
27125         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
27126         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
27127         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
27128         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
27129         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
27130         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
27131         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
27132         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
27133         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
27134         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
27135         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
27136         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
27137         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
27138         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
27139         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
27140         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
27141         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
27142         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
27143         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
27144         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
27145         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
27146         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
27147         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
27148         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
27149         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
27150         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
27151         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
27152         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
27153         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
27154         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
27155         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
27156         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
27157         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
27158         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
27159         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
27160         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
27161         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
27162         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
27163         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
27164         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
27165         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
27166         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
27167         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
27168         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
27169         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
27170         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
27171         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
27172         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
27173         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
27174         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
27175         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
27176         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
27177         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
27178         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
27179         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
27180         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
27181         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
27182         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
27183         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
27184         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
27185         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
27186         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
27187         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
27188         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
27189         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
27190         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
27191
27192         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
27193         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
27194
27195         [BZ #14914]
27196         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
27197         whole low double instead of just low 47 bits when splitting values
27198         into two parts.
27199
27200 2012-12-03  Allan McRae  <allan@archlinux.org>
27201
27202         * manual/stdio.texi (Predefined Printf Handlers): Remove
27203         @hsep and @vsep usage.
27204
27205 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
27206
27207         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
27208         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
27209
27210 2012-12-03  Jeff Law  <law@redhat.com>
27211
27212         * time/sys/time.h (settimeofday): Do not mark TV argument
27213         as __nonnull.
27214
27215 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
27216
27217         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
27218         when currently writing and seek to current position when not.
27219         * libio/Makefile (tests): Remove bug-fclose1.
27220         * libio/bug-fclose1.c: Delete.
27221
27222 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
27223
27224         * manual/arith.texi (feenableexcept): Fix typo.
27225         (fedisableexcept): Likewise.
27226
27227 2012-11-30  Roland McGrath  <roland@hack.frob.com>
27228
27229         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
27230         second, differently-typed declaration, rather than a cast.
27231
27232 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
27233
27234         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
27235         * include/rpc/svc.h: ... here.
27236
27237 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
27238
27239         [BZ #13013]
27240         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
27241         depending n and resplen2 to catch cases where answer
27242         equals answerp2.
27243
27244 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
27245
27246         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
27247         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
27248
27249 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
27250
27251         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
27252
27253 2012-11-29  Roland McGrath  <roland@hack.frob.com>
27254
27255         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
27256
27257 2012-11-28  Jeff Law  <law@redhat.com>
27258
27259         [BZ #13761]
27260         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
27261         dataset_temporary.  Track alloca usage into alloca_used.
27262         If dataset is large allocate and release it via malloc/free.
27263
27264 2012-06-04  Florian Weimer  <fweimer@redhat.com>
27265
27266         [BZ #14197]
27267         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
27268
27269 2012-11-28  David S. Miller  <davem@davemloft.net>
27270
27271         * sysdeps/sparc/fpu/libm-test-ulps: Update.
27272
27273 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
27274
27275         [BZ #14803]
27276         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
27277         of pi/2 rounded to nearest to 64 bits.
27278         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
27279         nearest to 64 bits.
27280         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
27281         bits.
27282
27283 2012-11-28  Jeff Law <law@redhat.com>
27284             Martin Osvald <mosvald@redhat.com>
27285
27286         [BZ #14889]
27287         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
27288         * sunrpc/svc.c: Include time.h.
27289         (__svc_accept_failed): New function.
27290         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
27291         any reason other than EINTR, call __svc_accept_failed.
27292         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
27293         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
27294
27295 2012-11-28  Andreas Schwab  <schwab@suse.de>
27296
27297         * scripts/abilist.awk: Also handle indirect functions in .opd
27298         section.
27299
27300 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
27301
27302         [BZ #13881]
27303         * sysdeps/x86/fpu/powl_helper.c: New file.
27304         * sysdeps/x86/fpu/Makefile: Likewise.
27305         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
27306         (p3): New object.
27307         (__ieee754_powl): Use __powl_helper for finite arguments except
27308         integer exponents below 8.
27309         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
27310         (p3): New object.
27311         (__ieee754_powl): Use __powl_helper for finite arguments except
27312         integer exponents below 8.
27313         * math/libm-test.inc (pow_test): Add more tests and enable some
27314         previously disabled tests.
27315         * sysdeps/i386/fpu/libm-test-ulps: Update.
27316         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27317
27318 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
27319             Carlos O'Donell  <carlos_odonell@mentor.com>
27320
27321         * nss/makedb.c (is_prime): Assert that input is odd and greater
27322         than 4.  Note that fact in a comment too.
27323         (next_prime): Add 4 to input.
27324
27325 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
27326
27327         [BZ #11741]
27328         * libio/Makefile (tests): Add test case tst-fwrite-error.
27329         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
27330         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
27331         * libio/tst-fwrite-error.c: New test case.
27332
27333 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
27334
27335         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
27336         before casting to void *.
27337         * include/libc-internal.h (__pointer_type): New macro.
27338         (__integer_if_pointer_type_sub): Likewise.
27339         (__integer_if_pointer_type): Likewise.
27340         (cast_to_integer): Likewise.
27341         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
27342         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
27343         before casting to atomic64_t.
27344         (atomic_exchange_acq): Likewise.
27345         (__arch_exchange_and_add_body): Likewise.
27346         (__arch_add_body): Likewise.
27347         (atomic_add_negative): Likewise.
27348         (atomic_add_zero): Likewise.
27349
27350 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
27351
27352         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
27353         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
27354         (add_fdes): Likewise.
27355         (linear_search_fdes): Likewise.
27356         (binary_search_unencoded_fdes): Likewise.
27357
27358 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
27359
27360         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
27361
27362 2012-11-24  Adam Conrad  <adconrad@0c3.net>
27363
27364         * configure.in: Autodetect C++ header directories.
27365         * configure: Regenerated.
27366
27367 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
27368
27369         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
27370
27371 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
27372
27373         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27374
27375 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
27376
27377         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
27378         LDBL_MANT_DIG == 106]: Disable some tests.
27379         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
27380         Likewise.
27381         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
27382         Likewise.
27383
27384         [BZ #14871]
27385         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
27386         input for small inputs.  Return +/- pi/2 for large inputs.
27387         * math/libm-test.inc (atan_test): Add more tests.
27388
27389         * sysdeps/generic/unwind-dw2-fde-glibc.c
27390         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
27391         __attribute__ ((unused)).
27392
27393         [BZ #14645]
27394         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
27395         x * y if x and y are nonzero and z is zero.
27396
27397         [BZ #14811]
27398         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
27399         nonzero exponents with absolute value below 0x1p-117 to +/-
27400         0x1p-117.
27401
27402         [BZ #14869]
27403         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
27404         up arguments below 2**-450, not just those below 2**-500.
27405         * math/libm-test.inc (hypot_test): Add another test.
27406
27407         [BZ #14868]
27408         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
27409         Return a+b for ratio over 2**120, not 2**60.
27410         * math/libm-test.inc (hypot_test): Add another test.
27411
27412         * math/libm-test.inc (clog_test): Use
27413         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
27414         (clog10_test): Likewise.
27415
27416         [BZ #6778]
27417         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
27418
27419 2012-11-22  Andreas Schwab  <schwab@suse.de>
27420
27421         * sysdeps/i386/fpu/libm-test-ulps: Update.
27422
27423 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
27424
27425         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
27426         printf output with newline.
27427
27428 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
27429
27430         [BZ #14865]
27431         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
27432         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
27433         -z nodlopen, -z initfirst and -z execstack support.
27434         * configure: Regenerated.
27435
27436         * elf/elf.h (DF_1_NODIRECT): New macro.
27437         (DF_1_IGNMULDEF): Likewise.
27438         (DF_1_NOKSYMS): Likewise.
27439         (DF_1_NOHDR): Likewise.
27440         (DF_1_EDITED): Likewise.
27441         (DF_1_NORELOC): Likewise.
27442         (DF_1_SYMINTPOSE): Likewise.
27443         (DF_1_GLOBAUDIT): Likewise.
27444         (DF_1_SINGLETON): Likewise.
27445         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
27446         DT_1_SUPPORTED_MASK bits.
27447         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
27448
27449 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
27450
27451         * sysdeps/unix/make-syscalls.sh: Document prefixes.
27452
27453 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
27454
27455         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
27456         macro.
27457
27458         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
27459         (sendmmsg): Move declarations...
27460         * socket/sys/socket.h: ... here.
27461         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
27462         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
27463         include it from...
27464         * socket/recvmmsg.c: ... this new file.
27465         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
27466         (sendmmsg): Rename to __sendmmsg, create weak alias and make
27467         definition of __sendmmsg hidden.
27468         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
27469         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
27470         Move ENOSYS stub into and include it from...
27471         * socket/sendmmsg.c: ... this new file.
27472         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
27473         (sysdep_routines): Move recvmmsg and sendmmsg...
27474         * socket/Makefile (routines): ... here.
27475         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
27476         (GLIBC_PRIVATE): Add __sendmmsg.
27477         * include/sys/socket.h (__sendmmsg): Add declarations.
27478         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
27479         sendmmsg.
27480
27481 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
27482
27483         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
27484         variable I1 with __attribute__ ((unused)).
27485         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
27486
27487 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
27488
27489         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
27490         DUMMY variables with __attribute__ ((unused)).
27491
27492         * bits/byteswap.h: Include <bits/types.h>.
27493         (__bswap_64): Use __uint64_t instead of unsigned long long int.
27494
27495 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
27496
27497         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
27498         string_t.  Do not manually set errno.
27499         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
27500         length with __strnlen.  Make sure to both set errno and return it on
27501         failure.
27502
27503 2012-11-19  David S. Miller  <davem@davemloft.net>
27504
27505         With help from Joseph Myers.
27506         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
27507         very large arguments properly.
27508         * math/libm-test.inc (atan_test): New tests.
27509         (atan2_test): New tests.
27510         * sysdeps/sparc/fpu/libm-test-ulps: Update.
27511         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
27512
27513 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
27514
27515         [BZ #14856]
27516         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
27517         Define to 3.
27518
27519         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
27520         [POSIX] (EADDRNOTAVAIL): Likewise.
27521         [POSIX] (EAFNOSUPPORT): Likewise.
27522         [POSIX] (EALREADY): Likewise.
27523         [POSIX] (ECONNABORTED): Likewise.
27524         [POSIX] (ECONNREFUSED): Likewise.
27525         [POSIX] (ECONNRESET): Likewise.
27526         [POSIX] (EDESTADDRREQ): Likewise.
27527         [POSIX] (EDQUOT): Likewise.
27528         [POSIX] (EHOSTUNREACH): Likewise.
27529         [POSIX] (EIDRM): Likewise.
27530         [POSIX] (EISCONN): Likewise.
27531         [POSIX] (ELOOP): Likewise.
27532         [POSIX] (EMULTIHOP): Likewise.
27533         [POSIX] (ENETDOWN): Likewise.
27534         [POSIX] (ENETUNREACH): Likewise.
27535         [POSIX] (ENOBUFS): Likewise.
27536         [POSIX] (ENODATA): Likewise.
27537         [POSIX] (ENOLINK): Likewise.
27538         [POSIX] (ENOMSG): Likewise.
27539         [POSIX] (ENOPROTOOPT): Likewise.
27540         [POSIX] (ENOSR): Likewise.
27541         [POSIX] (ENOSTR): Likewise.
27542         [POSIX] (ENOTCONN): Likewise.
27543         [POSIX] (ENOTSOCK): Likewise.
27544         [POSIX] (EOPNOTSUPP): Likewise.
27545         [POSIX] (EOVERFLOW): Likewise.
27546         [POSIX] (EPROTO): Likewise.
27547         [POSIX] (EPROTONOSUPPORT): Likewise.
27548         [POSIX] (EPROTOTYPE): Likewise.
27549         [POSIX] (ESTALE): Likewise.
27550         [POSIX] (ETIME): Likewise.
27551         [POSIX] (ETXTBSY): Likewise.
27552         [POSIX] (EWOULDBLOCK): Likewise.
27553         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
27554         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
27555         [POSIX] (SEEK_CUR): Likewise.
27556         [POSIX] (SEEK_END): Likewise.
27557         [POSIX || UNIX98] (mode_t): Do not require.
27558         [POSIX] (off_t): Likewise.
27559         [POSIX] (pid_t): Likewise.
27560         [POSIX] (sys/stat.h): Do not allow header.
27561         [POSIX] (unistd.h): Likewise.
27562         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
27563         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
27564         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
27565         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
27566         require.
27567         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
27568         sigevent): Specify elements.
27569         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
27570         entry.
27571         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
27572         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
27573
27574         * conform/data/cpio.h-data [POSIX]: Disable whole file.
27575         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
27576         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
27577         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
27578         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
27579         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
27580         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
27581         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
27582         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
27583         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
27584         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
27585         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
27586         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
27587         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
27588         Likewise.
27589         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
27590         Likewise.
27591         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
27592         Likewise.
27593         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
27594         Likewise.
27595         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
27596         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
27597         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
27598         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
27599         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
27600         Specify lower bound on value.
27601         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
27602         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
27603         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
27604         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
27605         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
27606         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
27607         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
27608         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
27609         value.
27610         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
27611         as optional.
27612         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
27613         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
27614         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
27615         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
27616         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
27617         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
27618         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
27619         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
27620         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
27621         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
27622         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
27623         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
27624         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
27625         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
27626         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
27627         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
27628         entry.
27629         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
27630         optional.
27631         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
27632         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
27633         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
27634         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
27635         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
27636         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
27637         Likewise.
27638         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
27639         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
27640         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
27641         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
27642         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
27643         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
27644         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
27645         as optional.
27646         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
27647         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
27648         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
27649         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
27650         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
27651         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
27652         specify as optional.
27653         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
27654         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
27655         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
27656         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
27657         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
27658         [XPG3] (NL_LANGMAX): Likewise.
27659         [POSIX || XPG3] (NL_MSGMAX): Likewise.
27660         [POSIX || XPG3] (NL_NMAX): Likewise.
27661         [POSIX || XPG3] (NL_SETMAX): Likewise.
27662         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
27663         [XPG3] (NZERO): Likewise.
27664         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
27665         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
27666         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
27667         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
27668         (REG_ERANGE): Expect.
27669         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
27670         optional-constant.
27671         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
27672         Use (void) in prototype.
27673         [POSIX] (*_t): Allow.
27674         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
27675         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
27676         (WRDE_BADVAL): Expect.
27677
27678         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
27679         expect.
27680         [XPG3 || XPG4] (O_RSYNC): Likewise.
27681         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
27682         Likewise.
27683         [XPG3 || XPG4] (pthread_sigmask): Likewise.
27684         [XPG3 || XPG4] (sigqueue): Likewise.
27685         [XPG3 || XPG4] (sigtimedwait): Likewise.
27686         [XPG3 || XPG4] (sigwaitinfo): Likewise.
27687         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
27688         [XPG3 || XPG4] (vsnprintf): Likewise.
27689         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
27690         Likewise.
27691         [XPG3 || XPG4] (blksize_t): Likewise.
27692         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
27693         Likewise.
27694         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
27695         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
27696         [XPG3 || XPG4] (struct itimerspec): Likewise.
27697         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
27698         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
27699         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
27700         [XPG3 || XPG4] (clockid_t): Likewise.
27701         [XPG3 || XPG4] (timer_t): Likewise.
27702         [XPG3 || XPG4] (clock_getres): Likewise.
27703         [XPG3 || XPG4] (clock_gettime): Likewise.
27704         [XPG3 || XPG4] (clock_settime): Likewise.
27705         [XPG3 || XPG4] (nanosleep): Likewise.
27706         [XPG3 || XPG4] (timer_create): Likewise.
27707         [XPG3 || XPG4] (timer_delete): Likewise.
27708         [XPG3 || XPG4] (timer_gettime): Likewise.
27709         [XPG3 || XPG4] (timer_getoverrun): Likewise.
27710         [XPG3 || XPG4] (timer_settime): Likewise.
27711         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
27712         [XPG3 || XPG4] (getlogin_r): Likewise.
27713         [XPG3 || XPG4] (pread): Likewise.
27714         [XPG3 || XPG4] (pthread_atfork): Likewise.
27715         [XPG3 || XPG4] (pwrite): Likewise.
27716
27717         [BZ #14835]
27718         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
27719         <bits/siginfo.h>.
27720
27721 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
27722
27723         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
27724         finalizing MALLSTREAM.
27725
27726         * sysdeps/mach/hurd/syncfs.c: New file.
27727
27728 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
27729
27730         [BZ #14719]
27731         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
27732         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
27733         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
27734         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
27735         (_nss_dns_gethostbyname4_r): Likewise.
27736         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
27737         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
27738
27739 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
27740
27741         [BZ #13763]
27742         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
27743
27744 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
27745
27746         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
27747         * elf/cache.c (print_entry): Print ",AArch64" for
27748         FLAG_AARCH64_LIB64
27749
27750         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
27751         * elf/cache.c (print_entry): Print ",hard-float" for
27752         FLAG_ARM_LIBHF.
27753
27754 2012-11-18  David S. Miller  <davem@davemloft.net>
27755
27756         With help from Joseph Myers.
27757         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
27758         cutoff to 2**-13.
27759         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
27760         cutoff to 2**-25.
27761         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
27762         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
27763         small.
27764         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
27765         * math/libm-test.inc (y0_test): New tests.
27766         (y1_test): New tests.
27767         * sysdeps/i386/fpu/libm-test-ulps: Update.
27768         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
27769         * sysdeps/sparc/fpu/libm-test-ulps: Update.
27770
27771 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
27772
27773         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
27774         64-bit targets.
27775         * configure: Regenerated.
27776
27777 2012-11-17  David S. Miller  <davem@davemloft.net>
27778
27779         [BZ #14811]
27780         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
27781         nonzero exponents with absolute value below 0x1p-128 to +/-
27782         0x1p-128.
27783
27784 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
27785
27786         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
27787
27788         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
27789
27790         * posix/getconf-speclist.c: New file.
27791         * posix/posix-envs.def: Likewise.
27792         * posix/confstr.c (START_ENV_GROUP): New macro.
27793         (END_ENV_GROUP): Likewise.
27794         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
27795         (KNOWN_PRESENT_ENV_STRING): Likewise.
27796         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
27797         (UNKNOWN_ENVIRONMENT): Likewise.
27798         (confstr): Include posix-envs.def instead of handling
27799         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
27800         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
27801         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
27802         (END_ENV_GROUP): Likewise.
27803         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
27804         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
27805         (UNKNOWN_ENVIRONMENT): Likewise.
27806         (__sysconf): Include posix-envs.def instead of handling associated
27807         cases directly here.
27808         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
27809         preprocessing getconf-speclist.c rather than running getconf or
27810         generating empty file.
27811
27812 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
27813
27814         * scripts/check-local-headers.sh: Ignore 'mach' headers.
27815
27816 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
27817
27818         [BZ #14672]
27819         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
27820
27821 2012-11-16  David S. Miller  <davem@davemloft.net>
27822
27823         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
27824         smaller than LDBL_EPSILON/2.0L, just return xm1.
27825
27826 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
27827
27828         * elf/tst-array1.c (init): Set constructor priority to 1000.
27829         (fini): Set destructor priority to 1000.
27830         * elf/tst-array2dep.c: Likewise.
27831
27832 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
27833
27834         [BZ #11741]
27835         * libio/fileops.c (_IO_new_file_write): Correctly return error.
27836         (_IO_new_file_xsputn): Also return EOF if none of the input
27837         data was written when overflow failed.
27838         * libio/iopadn.c (_IO_padn): Likewise.
27839         * libio/iowpadn.c (_IO_wpadn): Likewise.
27840         * stdio-common/tst-put-error.c: Add copyright notice.
27841         (do_test): Add case for printing padded string.
27842         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
27843         _IO_padn returned error.
27844         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
27845         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
27846         return EOF.
27847
27848 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
27849
27850         * libio/libioP.h: Add comment note that the references to C++
27851         bits are now obsolete.
27852
27853 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
27854
27855         * math/libm-test.inc (check_complex): Use asprintf.
27856
27857 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
27858
27859         * debug/pcprofiledump.c (print_version): Update copyright year.
27860         * malloc/memusagestat.c (print_version): Likewise.
27861
27862 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
27863
27864         [BZ #14831]
27865         * elf/Makefile (tests): Add tst-audit8.
27866         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
27867         ($(objpfx)tst-audit8.out): New target.
27868         (tst-audit8-ENV): New variable.
27869         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
27870         audit if l_reloc_result is NULL.
27871         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
27872         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
27873         * elf/tst-audit8.c: New file.
27874
27875 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
27876
27877         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
27878         * misc/Makefile (CFLAGS-select.c): Define.
27879         * posix/Makefile (CFLAGS-pause.c): Define.
27880
27881 2012-11-13  David S. Miller  <davem@davemloft.net>
27882
27883         * crypt/Makefile: Move test targets after toplevel Rules
27884         inclusion.  Grab any necessary sysdep routines when linking.
27885         * crypt/md5.c (md5_process_block): Remove define, we will always
27886         name it __md5_process_block.
27887         (md5_finish_ctx): Update md5_process_block call.
27888         (md5_stream): Likewise.
27889         (md5_process_bytes): Likewise.
27890         (md5_process_block): Rename to __md5_process_block and move to ...
27891         * crypt/md5-block.c: ... here.
27892         * crypt/sha256.c (sha256_process_block): Move to ...
27893         * crypt/sha256-block.c: ... here.
27894         * crypt/sha512.c (sha512_process_block): Move to ...
27895         * crypt/sha512-block.c: ... here.
27896         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
27897         path.
27898         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
27899         * sysdeps/sparc/sparc64/multiarch/Makefile
27900         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
27901         crypt subdir.
27902         (localedef-aux): Add md5 crypto assembler when in locale subdir.
27903         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
27904         multiarch changes.
27905         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
27906         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
27907         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
27908         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
27909         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
27910         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
27911         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
27912         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
27913         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
27914         file.
27915         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
27916         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
27917         file.
27918         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
27919
27920 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
27921
27922         * timezone/tzselect.ksh: Update from tzcode git revision
27923         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
27924         * timezone/zdump.c: Likewise.
27925         * timezone/zic.c: Likewise.
27926         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
27927         in TZVERSION setting, not $(PKGVERSION).
27928         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
27929         REPORT_BUGS_TO settings.
27930
27931         [BZ #14838]
27932         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
27933         macro.
27934
27935 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
27936
27937         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
27938         detection to immediately after _FP_ROUND().
27939         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
27940         bits are 0.
27941
27942 2012-11-11  David S. Miller  <davem@davemloft.net>
27943
27944         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
27945         inttypes.h
27946         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
27947         __close rather than their public counterparts.
27948
27949 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
27950
27951         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
27952         file.
27953         [UNIX98] (sem_timedwait): Do not expect.
27954         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
27955         [XPG4 || UNIX98] (sockatmark): Do not expect.
27956         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
27957         (clock_getcpuclockid): Do not expect.
27958         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
27959         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
27960         Do not expect.
27961         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
27962         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
27963         [UNIX98] (vwscanf): Likewise.
27964         [UNIX98] (vswscanf): Likewise.
27965
27966 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
27967
27968         * timezone/version.h: Remove file.
27969         * timezone/README: Do not refer to version.h.
27970         * timezone/Makefile ($(objpfx)zic.o): New dependency on
27971         $(objpfx)version.h.
27972         ($(objpfx)zdump.o): Likewise.
27973         ($(objpfx)version.h): New target.
27974
27975         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
27976         2012i.
27977         * timezone/README: Don't mention modification to tzselect.ksh.
27978         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
27979         work on unmodified tzselect.ksh.  Substitute version numbers in
27980         tzselect.ksh.
27981
27982         * Makefile (format-me): Remove.
27983         (INSTALL): Adjust indentation.  Use commands directly instead of
27984         using $(format-me).
27985
27986         * aclocal.m4 (ACX_PKGVERSION): New macro.
27987         (ACX_BUGURL): Likewise.
27988         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
27989         (PKGVERSION): New AC_DEFINE_UNQUOTED.
27990         (REPORT_BUGS_TO): Likewise.
27991         * configure: Regenerated.
27992         * config.h.in (PKGVERSION): New macro.
27993         (REPORT_BUGS_TO): Likewise.
27994         * config.make.in (PKGVERSION): New variable.
27995         (PKGVERSION_TEXI): Likewise.
27996         (REPORT_BUGS_TO): Likewise.
27997         (REPORT_BUGS_TEXI): Likewise.
27998         * Makefile (format-me): Use -I$(common-objpfx)manual.
27999         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
28000         ($(common-objpfx)manual/%): New target.
28001         (manual/%): Remove target.
28002         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
28003         (print_version): Use PKGVERSION.
28004         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
28005         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
28006         and REPORT_BUGS_TO.
28007         ($(objpfx)xtrace): Likewise.
28008         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
28009         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
28010         (print_version): Use PKGVERSION.
28011         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
28012         (do_version): Use PKGVERSION.
28013         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
28014         REPORT_BUGS_TO.
28015         (common-ldd-rewrite): Likewise.
28016         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
28017         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
28018         (print_version): Use PKGVERSION.
28019         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
28020         * elf/pldd.c (argp_program_bug_address): Remove variable.
28021         (more_help): New function.
28022         (argp): Use more_help.
28023         (print_version): Use PKGVERSION.
28024         * elf/sln.c (main): Use PKGVERSION.
28025         (usage): Use REPORT_BUGS_TO.
28026         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
28027         (top level): Use PKGVERSION.
28028         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
28029         (print_version): Use PKGVERSION.
28030         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
28031         (print_version): Use PKGVERSION.
28032         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
28033         (print_version): Use PKGVERSION.
28034         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
28035         (print_version): Use PKGVERSION.
28036         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
28037         (print_version): Use PKGVERSION.
28038         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
28039         (print_version): Use PKGVERSION.
28040         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
28041         and BUGURL.
28042         ($(objpfx)memusage): Likewise.
28043         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
28044         (do_version): Use PKGVERSION.
28045         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
28046         (print_version): Use PKGVERSION.
28047         * malloc/mtrace.pl ($PACKAGE): Remove variable.
28048         ($PKGVERSION): New variable.
28049         ($REPORT_BUGS_TO): Likewise.
28050         (usage): Use $REPORT_BUGS_TO.
28051         (top level): Use $PKGVERSION.
28052         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
28053         ($(objpfx)pkgvers.texi): New rule.
28054         ($(objpfx)stamp-pkgvers): Likewise.
28055         * manual/install.texi: Include pkgvers.texi.
28056         (--with-pkgversion): Document new configure option.
28057         (--with-bugurl): Likewise.
28058         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
28059         than necessarily for this particular distribution.  Use
28060         REPORT_BUGS_TO for where to report bugs.
28061         * INSTALL: Regenerated.
28062         * manual/libc.texinfo: Include pkgvers.texi.
28063         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
28064         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
28065         (print_version): Use PKGVERSION.
28066         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
28067         (print_version): Use PKGVERSION.
28068         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
28069         (print_version): Use PKGVERSION.
28070         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
28071         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
28072         macro.
28073         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
28074         (print_version): Use PKGVERSION.
28075         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
28076         (print_version): Use PKGVERSION.
28077         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
28078         and PKGVERSION.
28079
28080         * timezone/checktab.awk: Update from tzcode 2012i.
28081         * timezone/ialloc.c: Likewise.
28082         * timezone/private.h: Likewise.
28083         * timezone/scheck.c: Likewise.
28084         * timezone/tzfile.h: Likewise.
28085         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
28086         (TZVERSION): Hardcode tzcode version number.
28087         * timezone/zdump.c: Update from tzcode 2012i.
28088         * timezone/zic.c: Likewise.
28089         * timezone/version.h: New file.
28090         * timezone/README: Describe version.h.  Update upstream location.
28091
28092         [BZ #14824]
28093         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
28094         (mktemp): Enable declaration.
28095         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
28096         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
28097         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
28098         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
28099         Likewise.
28100         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
28101         Likewise.
28102         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
28103         Likewise.
28104         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
28105         Likewise.
28106         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
28107         Likewise.
28108         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
28109         Likewise.
28110
28111         [BZ #14821]
28112         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
28113         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
28114         for copies of such integer values.
28115         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
28116         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
28117
28118 2012-11-09  Andreas Jaeger  <aj@suse.de>
28119
28120         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
28121         definitions and declarations that are provided by
28122         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
28123
28124 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28125
28126         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
28127         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
28128         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
28129         definition.
28130
28131 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
28132
28133         * elf/elf.h: Update comment before AArch64 relocations.
28134
28135 2012-11-07  David S. Miller  <davem@davemloft.net>
28136
28137         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
28138         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
28139         (__start_context): Declare.
28140         (__makecontext_ret): Delete.
28141         (__makecontext): Hook up __start_context instead of
28142         __makecontext_ret.
28143         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
28144         (sysdep_routines): Add __start_context when in stdlib.
28145
28146 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
28147
28148         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
28149         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
28150         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
28151         hardcoded "nm".
28152         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
28153         (READELF): New variable.  Use it instead of hardcoded "readelf".
28154
28155 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
28156
28157         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
28158         * sysdeps/x86/Makefile: Here.
28159         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
28160         * sysdeps/x86/tst-xmmymm.sh: This.
28161
28162 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
28163
28164         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
28165         expectations.
28166         [UNIX98] (pthread_barrier_t): Do not expect.
28167         [UNIX98] (pthread_barrierattr_t): Likewise.
28168         [UNIX98] (pthread_spinlock_t): Likewise.
28169         [UNIX98] (pthread_barrier_destroy): Likewise.
28170         [UNIX98] (pthread_barrier_init): Likewise.
28171         [UNIX98] (pthread_barrier_wait): Likewise.
28172         [UNIX98] (pthread_barrierattr_destroy): Likewise.
28173         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
28174         [UNIX98] (pthread_barrierattr_init): Likewise.
28175         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
28176         [UNIX98] (pthread_getcpuclockid): Likewise.
28177         [UNIX98] (pthread_mutex_timedlock): Likewise.
28178         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
28179         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
28180         [UNIX98] (pthread_sigmask): Likewise.
28181         [UNIX98] (pthread_spin_destroy): Likewise.
28182         [UNIX98] (pthread_spin_init): Likewise.
28183         [UNIX98] (pthread_spin_lock): Likewise.
28184         [UNIX98] (pthread_spin_trylock): Likewise.
28185         [UNIX98] (pthread_spin_unlock): Likewise.
28186         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
28187         Do not expect.
28188         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
28189         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
28190         [XPG3 || XPG4] (pthread_cond_t): Likewise.
28191         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
28192         [XPG3 || XPG4] (pthread_key_t): Likewise.
28193         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
28194         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
28195         [XPG3 || XPG4] (pthread_once_t): Likewise.
28196         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
28197         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
28198         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
28199         [XPG3 || XPG4] (pthread_t): Likewise.
28200
28201         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
28202         not expect.
28203         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
28204
28205         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
28206         Change function return type to int.
28207
28208         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
28209         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
28210         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
28211         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
28212         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
28213         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
28214         [!POSIX] (posix_madvise): Likewise.
28215         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
28216         && !UNIX98].
28217         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
28218         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
28219         (mode_t): Likewise.
28220         (posix_mem_offset): Likewise.
28221         (posix_typed_mem_get_info): Likewise.
28222         (posix_typed_mem_open): Likewise.
28223
28224         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
28225         Change condition to [XOPEN2K8].
28226
28227         * conform/conformtest.pl: Preprocess allow-header data with -x c
28228         instead of from stdin.
28229         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
28230         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
28231         [C99-based standards] (cerfc): Likewise.
28232         [C99-based standards] (cexp2): Likewise.
28233         [C99-based standards] (cexpm1): Likewise.
28234         [C99-based standards] (clog10): Likewise.
28235         [C99-based standards] (clog1p): Likewise.
28236         [C99-based standards] (clog2): Likewise.
28237         [C99-based standards] (clgamma): Likewise.
28238         [C99-based standards] (ctgamma): Likewise.
28239         [C99-based standards] (cerff): Likewise.
28240         [C99-based standards] (cerfcf): Likewise.
28241         [C99-based standards] (cexp2f): Likewise.
28242         [C99-based standards] (cexpm1f): Likewise.
28243         [C99-based standards] (clog10f): Likewise.
28244         [C99-based standards] (clog1pf): Likewise.
28245         [C99-based standards] (clog2f): Likewise.
28246         [C99-based standards] (clgammaf): Likewise.
28247         [C99-based standards] (ctgammaf): Likewise.
28248         [C99-based standards] (cerfl): Likewise.
28249         [C99-based standards] (cerfcl): Likewise.
28250         [C99-based standards] (cexp2l): Likewise.
28251         [C99-based standards] (cexpm1l): Likewise.
28252         [C99-based standards] (clog10l): Likewise.
28253         [C99-based standards] (clog1pl): Likewise.
28254         [C99-based standards] (clog2l): Likewise.
28255         [C99-based standards] (clgammal): Likewise.
28256         [C99-based standards] (ctgammal): Likewise.
28257         * conform/data/inttypes.h-data [C99-based standards]: Include
28258         stdint.h-data.  Remove all expectations for stdint.h contents.
28259         [C99-based standards] (PRI*): Do not allow.
28260         [C99-based standards] (SCN*): Likewise.
28261         [C99-based standards] (*_t): Likewise.
28262         [C99-based-standards] (PRId8): Expect macro.
28263         [C99-based-standards] (PRIi8): Likewise.
28264         [C99-based-standards] (PRIo8): Likewise.
28265         [C99-based-standards] (PRIu8): Likewise.
28266         [C99-based-standards] (PRIx8): Likewise.
28267         [C99-based-standards] (PRIX8): Likewise.
28268         [C99-based-standards] (SCNd8): Likewise.
28269         [C99-based-standards] (SCNi8): Likewise.
28270         [C99-based-standards] (SCNo8): Likewise.
28271         [C99-based-standards] (SCNu8): Likewise.
28272         [C99-based-standards] (SCNx8): Likewise.
28273         [C99-based-standards] (PRIdLEAST8): Likewise.
28274         [C99-based-standards] (PRIiLEAST8): Likewise.
28275         [C99-based-standards] (PRIoLEAST8): Likewise.
28276         [C99-based-standards] (PRIuLEAST8): Likewise.
28277         [C99-based-standards] (PRIxLEAST8): Likewise.
28278         [C99-based-standards] (PRIXLEAST8): Likewise.
28279         [C99-based-standards] (SCNdLEAST8): Likewise.
28280         [C99-based-standards] (SCNiLEAST8): Likewise.
28281         [C99-based-standards] (SCNoLEAST8): Likewise.
28282         [C99-based-standards] (SCNuLEAST8): Likewise.
28283         [C99-based-standards] (SCNxLEAST8): Likewise.
28284         [C99-based-standards] (PRIdFAST8): Likewise.
28285         [C99-based-standards] (PRIiFAST8): Likewise.
28286         [C99-based-standards] (PRIoFAST8): Likewise.
28287         [C99-based-standards] (PRIuFAST8): Likewise.
28288         [C99-based-standards] (PRIxFAST8): Likewise.
28289         [C99-based-standards] (PRIXFAST8): Likewise.
28290         [C99-based-standards] (SCNdFAST8): Likewise.
28291         [C99-based-standards] (SCNiFAST8): Likewise.
28292         [C99-based-standards] (SCNoFAST8): Likewise.
28293         [C99-based-standards] (SCNuFAST8): Likewise.
28294         [C99-based-standards] (SCNxFAST8): Likewise.
28295         [C99-based-standards] (PRId16): Likewise.
28296         [C99-based-standards] (PRIi16): Likewise.
28297         [C99-based-standards] (PRIo16): Likewise.
28298         [C99-based-standards] (PRIu16): Likewise.
28299         [C99-based-standards] (PRIx16): Likewise.
28300         [C99-based-standards] (PRIX16): Likewise.
28301         [C99-based-standards] (SCNd16): Likewise.
28302         [C99-based-standards] (SCNi16): Likewise.
28303         [C99-based-standards] (SCNo16): Likewise.
28304         [C99-based-standards] (SCNu16): Likewise.
28305         [C99-based-standards] (SCNx16): Likewise.
28306         [C99-based-standards] (PRIdLEAST16): Likewise.
28307         [C99-based-standards] (PRIiLEAST16): Likewise.
28308         [C99-based-standards] (PRIoLEAST16): Likewise.
28309         [C99-based-standards] (PRIuLEAST16): Likewise.
28310         [C99-based-standards] (PRIxLEAST16): Likewise.
28311         [C99-based-standards] (PRIXLEAST16): Likewise.
28312         [C99-based-standards] (SCNdLEAST16): Likewise.
28313         [C99-based-standards] (SCNiLEAST16): Likewise.
28314         [C99-based-standards] (SCNoLEAST16): Likewise.
28315         [C99-based-standards] (SCNuLEAST16): Likewise.
28316         [C99-based-standards] (SCNxLEAST16): Likewise.
28317         [C99-based-standards] (PRIdFAST16): Likewise.
28318         [C99-based-standards] (PRIiFAST16): Likewise.
28319         [C99-based-standards] (PRIoFAST16): Likewise.
28320         [C99-based-standards] (PRIuFAST16): Likewise.
28321         [C99-based-standards] (PRIxFAST16): Likewise.
28322         [C99-based-standards] (PRIXFAST16): Likewise.
28323         [C99-based-standards] (SCNdFAST16): Likewise.
28324         [C99-based-standards] (SCNiFAST16): Likewise.
28325         [C99-based-standards] (SCNoFAST16): Likewise.
28326         [C99-based-standards] (SCNuFAST16): Likewise.
28327         [C99-based-standards] (SCNxFAST16): Likewise.
28328         [C99-based-standards] (PRId32): Likewise.
28329         [C99-based-standards] (PRIi32): Likewise.
28330         [C99-based-standards] (PRIo32): Likewise.
28331         [C99-based-standards] (PRIu32): Likewise.
28332         [C99-based-standards] (PRIx32): Likewise.
28333         [C99-based-standards] (PRIX32): Likewise.
28334         [C99-based-standards] (SCNd32): Likewise.
28335         [C99-based-standards] (SCNi32): Likewise.
28336         [C99-based-standards] (SCNo32): Likewise.
28337         [C99-based-standards] (SCNu32): Likewise.
28338         [C99-based-standards] (SCNx32): Likewise.
28339         [C99-based-standards] (PRIdLEAST32): Likewise.
28340         [C99-based-standards] (PRIiLEAST32): Likewise.
28341         [C99-based-standards] (PRIoLEAST32): Likewise.
28342         [C99-based-standards] (PRIuLEAST32): Likewise.
28343         [C99-based-standards] (PRIxLEAST32): Likewise.
28344         [C99-based-standards] (PRIXLEAST32): Likewise.
28345         [C99-based-standards] (SCNdLEAST32): Likewise.
28346         [C99-based-standards] (SCNiLEAST32): Likewise.
28347         [C99-based-standards] (SCNoLEAST32): Likewise.
28348         [C99-based-standards] (SCNuLEAST32): Likewise.
28349         [C99-based-standards] (SCNxLEAST32): Likewise.
28350         [C99-based-standards] (PRIdFAST32): Likewise.
28351         [C99-based-standards] (PRIiFAST32): Likewise.
28352         [C99-based-standards] (PRIoFAST32): Likewise.
28353         [C99-based-standards] (PRIuFAST32): Likewise.
28354         [C99-based-standards] (PRIxFAST32): Likewise.
28355         [C99-based-standards] (PRIXFAST32): Likewise.
28356         [C99-based-standards] (SCNdFAST32): Likewise.
28357         [C99-based-standards] (SCNiFAST32): Likewise.
28358         [C99-based-standards] (SCNoFAST32): Likewise.
28359         [C99-based-standards] (SCNuFAST32): Likewise.
28360         [C99-based-standards] (SCNxFAST32): Likewise.
28361         [C99-based-standards] (PRId64): Likewise.
28362         [C99-based-standards] (PRIi64): Likewise.
28363         [C99-based-standards] (PRIo64): Likewise.
28364         [C99-based-standards] (PRIu64): Likewise.
28365         [C99-based-standards] (PRIx64): Likewise.
28366         [C99-based-standards] (PRIX64): Likewise.
28367         [C99-based-standards] (SCNd64): Likewise.
28368         [C99-based-standards] (SCNi64): Likewise.
28369         [C99-based-standards] (SCNo64): Likewise.
28370         [C99-based-standards] (SCNu64): Likewise.
28371         [C99-based-standards] (SCNx64): Likewise.
28372         [C99-based-standards] (PRIdLEAST64): Likewise.
28373         [C99-based-standards] (PRIiLEAST64): Likewise.
28374         [C99-based-standards] (PRIoLEAST64): Likewise.
28375         [C99-based-standards] (PRIuLEAST64): Likewise.
28376         [C99-based-standards] (PRIxLEAST64): Likewise.
28377         [C99-based-standards] (PRIXLEAST64): Likewise.
28378         [C99-based-standards] (SCNdLEAST64): Likewise.
28379         [C99-based-standards] (SCNiLEAST64): Likewise.
28380         [C99-based-standards] (SCNoLEAST64): Likewise.
28381         [C99-based-standards] (SCNuLEAST64): Likewise.
28382         [C99-based-standards] (SCNxLEAST64): Likewise.
28383         [C99-based-standards] (PRIdFAST64): Likewise.
28384         [C99-based-standards] (PRIiFAST64): Likewise.
28385         [C99-based-standards] (PRIoFAST64): Likewise.
28386         [C99-based-standards] (PRIuFAST64): Likewise.
28387         [C99-based-standards] (PRIxFAST64): Likewise.
28388         [C99-based-standards] (PRIXFAST64): Likewise.
28389         [C99-based-standards] (SCNdFAST64): Likewise.
28390         [C99-based-standards] (SCNiFAST64): Likewise.
28391         [C99-based-standards] (SCNoFAST64): Likewise.
28392         [C99-based-standards] (SCNuFAST64): Likewise.
28393         [C99-based-standards] (SCNxFAST64): Likewise.
28394         [C99-based-standards] (PRIdMAX): Likewise.
28395         [C99-based-standards] (PRIiMAX): Likewise.
28396         [C99-based-standards] (PRIoMAX): Likewise.
28397         [C99-based-standards] (PRIuMAX): Likewise.
28398         [C99-based-standards] (PRIxMAX): Likewise.
28399         [C99-based-standards] (PRIXMAX): Likewise.
28400         [C99-based-standards] (SCNdMAX): Likewise.
28401         [C99-based-standards] (SCNiMAX): Likewise.
28402         [C99-based-standards] (SCNoMAX): Likewise.
28403         [C99-based-standards] (SCNuMAX): Likewise.
28404         [C99-based-standards] (SCNxMAX): Likewise.
28405         [C99-based-standards] (PRIdPTR): Likewise.
28406         [C99-based-standards] (PRIiPTR): Likewise.
28407         [C99-based-standards] (PRIoPTR): Likewise.
28408         [C99-based-standards] (PRIuPTR): Likewise.
28409         [C99-based-standards] (PRIxPTR): Likewise.
28410         [C99-based-standards] (PRIXPTR): Likewise.
28411         [C99-based-standards] (SCNdPTR): Likewise.
28412         [C99-based-standards] (SCNiPTR): Likewise.
28413         [C99-based-standards] (SCNoPTR): Likewise.
28414         [C99-based-standards] (SCNuPTR): Likewise.
28415         [C99-based-standards] (SCNxPTR): Likewise.
28416         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
28417         allow.
28418         * conform/data/stdint.h-data: Update comments to clarify
28419         requirements.
28420         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
28421         type.
28422         [C99-based standards] (INT8_MAX): Likewise.
28423         [C99-based standards] (INT16_MIN): Likewise.
28424         [C99-based standards] (INT16_MAX): Likewise.
28425         [C99-based standards] (INT32_MIN): Likewise.
28426         [C99-based standards] (INT32_MAX): Likewise.
28427         [C99-based standards] (INT64_MIN): Likewise.
28428         [C99-based standards] (INT64_MAX): Likewise.
28429         [C99-based standards] (UINT8_MAX): Likewise.
28430         [C99-based standards] (UINT16_MAX): Likewise.
28431         [C99-based standards] (UINT32_MAX): Likewise.
28432         [C99-based standards] (UINT64_MAX): Likewise.
28433         [C99-based standards] (INT_LEAST8_MIN): Likewise.
28434         [C99-based standards] (INT_LEAST8_MAX): Likewise.
28435         [C99-based standards] (INT_LEAST16_MIN): Likewise.
28436         [C99-based standards] (INT_LEAST16_MAX): Likewise.
28437         [C99-based standards] (INT_LEAST32_MIN): Likewise.
28438         [C99-based standards] (INT_LEAST32_MAX): Likewise.
28439         [C99-based standards] (INT_LEAST64_MIN): Likewise.
28440         [C99-based standards] (INT_LEAST64_MAX): Likewise.
28441         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
28442         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
28443         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
28444         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
28445         [C99-based standards] (INT_FAST8_MIN): Likewise.
28446         [C99-based standards] (INT_FAST8_MAX): Likewise.
28447         [C99-based standards] (INT_FAST16_MIN): Likewise.
28448         [C99-based standards] (INT_FAST16_MAX): Likewise.
28449         [C99-based standards] (INT_FAST32_MIN): Likewise.
28450         [C99-based standards] (INT_FAST32_MAX): Likewise.
28451         [C99-based standards] (INT_FAST64_MIN): Likewise.
28452         [C99-based standards] (INT_FAST64_MAX): Likewise.
28453         [C99-based standards] (UINT_FAST8_MAX): Likewise.
28454         [C99-based standards] (UINT_FAST16_MAX): Likewise.
28455         [C99-based standards] (UINT_FAST32_MAX): Likewise.
28456         [C99-based standards] (UINT_FAST64_MAX): Likewise.
28457         [C99-based standards] (INTPTR_MIN): Likewise.
28458         [C99-based standards] (INTPTR_MAX): Likewise.
28459         [C99-based standards] (UINTPTR_MAX): Likewise.
28460         [C99-based standards] (INTMAX_MIN): Likewise.
28461         [C99-based standards] (INTMAX_MAX): Likewise.
28462         [C99-based standards] (UINTMAX_MAX): Likewise.
28463         [C99-based standards] (PTRDIFF_MIN): Likewise.
28464         [C99-based standards] (PTRDIFF_MAX): Likewise.
28465         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
28466         [C99-based standards] (SIZE_MAX): Likewise.
28467         [C99-based standards] (WCHAR_MAX): Likewise.
28468         [C99-based standards] (WINT_MAX): Likewise.
28469         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
28470         constraint on value.
28471         [C99-based standards] (WCHAR_MIN): Likewise.
28472         [C99-based standards] (WINT_MIN): Likewise.
28473         [C99-based standards] (*_t): Allow.
28474         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
28475         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
28476         Include math.h-data and complex.h-data.  Remove all expectations
28477         of math.h and complex.h contents.
28478         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
28479         at end of line.
28480         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
28481         (struct tm): Expect tag.
28482         [C99-based-standards] (wcstof): Expect function.
28483         [C99-based-standards] (wcstold): Likewise.
28484         [C99-based-standards] (wcstoll): Likewise.
28485         [C99-based-standards] (wcstoull): Likewise.
28486         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
28487         macro-int-constant.  Specify type.
28488         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
28489         constraint on value.
28490         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
28491         Specify type.
28492         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
28493         Specify value.
28494         [ISO C standards]: Do not allow headers.
28495         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
28496         wcs[abcdefghijklmnopqrstuvwxyz]*.
28497         [ISO C standards] (*_t): Do not allow.
28498         * conform/data/wctype.h-data [C99-based standards] (iswblank):
28499         Expect function.
28500         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
28501         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
28502         Specify type.
28503         [ISO C standards]: Do not allow headers.
28504         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
28505         is[abcdefghijklmnopqrstuvwxyz]*.
28506         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
28507         to[abcdefghijklmnopqrstuvwxyz]*.
28508         [ISO C standards] (*_t): Do not allow.
28509         * conform/data/stdalign.h-data: New file.
28510         * conform/data/stdbool.h-data: Likewise.
28511         * conform/data/stdnoreturn.h-data: Likewise.
28512
28513 2012-11-07  Roland McGrath  <roland@hack.frob.com>
28514
28515         [BZ #14815]
28516         * manual/filesys.texi (Directory Entries): Typo fix.
28517         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
28518
28519 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
28520
28521         * elf/elf.h (EM_AARCH64): New macro.
28522         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
28523         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
28524         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
28525         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
28526         (R_AARCH64_TLSDESC): Likewise.
28527         (NT_ARM_TLS): Likewise.
28528         (NT_ARM_HW_BREAK): Likewise.
28529         (NT_ARM_HW_WATCH): Likewise.
28530
28531 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
28532
28533         [BZ #14811]
28534         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
28535         (__ieee754_powl): Saturate nonzero exponents with absolute value
28536         below 0x1p-79 to +/- 0x1p-79.
28537         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
28538         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
28539         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
28540         nonzero exponents with absolute value below 0x1p-32 to +/-
28541         0x1p-32.
28542         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
28543         (__ieee754_powl): Saturate nonzero exponents with absolute value
28544         below 0x1p-79 to +/- 0x1p-79.
28545         * math/libm-test.inc (pow_test): Add more tests.
28546
28547 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28548
28549         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
28550         _dl_s390_cap_flags with kernel. Increase string length.
28551         (_dl_s390_platforms): Add z196 and zEC12.
28552
28553 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
28554
28555         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
28556         Change XOPEN21K to XOPEN2K.
28557
28558 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
28559
28560         * string/memmove.c: Use memcpy when possible.
28561
28562 2012-11-06  Andreas Jaeger  <aj@suse.de>
28563
28564         * po/eo.po: Update from translation team.
28565
28566 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
28567
28568         [BZ #14793]
28569         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
28570         exponent and small x and y exponents, scale x or y up.  Increase
28571         by 2 the exponent used in scaling up.
28572         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
28573         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
28574         * math/libm-test.inc (fma_test): Add more tests.
28575         (fma_test_towardzero): Likewise.
28576         (fma_test_downward): Likewise.
28577         (fma_test_upward): Likewise.
28578
28579 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
28580
28581         [BZ #14805]
28582         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
28583         fenv_t *.
28584
28585         [BZ #14801]
28586         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
28587         namespace for names of struct fields.
28588         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
28589         fenv_t fields.
28590         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
28591         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
28592
28593 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
28594
28595         [BZ #3665]
28596         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
28597
28598 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
28599
28600         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
28601         PTR_DEMANGLE.
28602
28603         [BZ #5246]
28604         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
28605         PTR_DEMANGLE.
28606
28607 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
28608
28609         [BZ #14797]
28610         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
28611         definitely overflow as x * y not x * y + z.
28612         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
28613         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
28614         * math/libm-test.inc (fma_test): Add more tests.
28615         (fma_test_towardzero): Likewise.
28616         (fma_test_downward): Likewise.
28617         (fma_test_upward): Likewise.
28618
28619 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
28620
28621         [BZ #157]
28622
28623         * include/stub-tag.h: Remove file.
28624         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
28625         '#include' of it.
28626         * manual/maint.texi (Porting): Don't reference it.
28627         * Makerules ($(objpfx)stubs): Likewise.
28628         * dirent/closedir.c: Don't include <stub-tag.h>.
28629         * dirent/dirfd.c: Likewise.
28630         * dirent/fdopendir.c: Likewise.
28631         * dirent/getdents.c: Likewise.
28632         * dirent/getdents64.c: Likewise.
28633         * dirent/opendir.c: Likewise.
28634         * dirent/readdir.c: Likewise.
28635         * dirent/readdir64.c: Likewise.
28636         * dirent/readdir64_r.c: Likewise.
28637         * dirent/readdir_r.c: Likewise.
28638         * dirent/rewinddir.c: Likewise.
28639         * dirent/seekdir.c: Likewise.
28640         * dirent/telldir.c: Likewise.
28641         * gmon/profil.c: Likewise.
28642         * grp/setgroups.c: Likewise.
28643         * inet/if_index.c: Likewise.
28644         * io/access.c: Likewise.
28645         * io/chdir.c: Likewise.
28646         * io/chmod.c: Likewise.
28647         * io/chown.c: Likewise.
28648         * io/close.c: Likewise.
28649         * io/dup.c: Likewise.
28650         * io/dup2.c: Likewise.
28651         * io/dup3.c: Likewise.
28652         * io/euidaccess.c: Likewise.
28653         * io/faccessat.c: Likewise.
28654         * io/fchdir.c: Likewise.
28655         * io/fchmod.c: Likewise.
28656         * io/fchmodat.c: Likewise.
28657         * io/fchown.c: Likewise.
28658         * io/fchownat.c: Likewise.
28659         * io/fcntl.c: Likewise.
28660         * io/flock.c: Likewise.
28661         * io/fstatfs.c: Likewise.
28662         * io/fstatfs64.c: Likewise.
28663         * io/fstatvfs.c: Likewise.
28664         * io/fstatvfs64.c: Likewise.
28665         * io/futimens.c: Likewise.
28666         * io/fxstat.c: Likewise.
28667         * io/fxstat64.c: Likewise.
28668         * io/fxstatat.c: Likewise.
28669         * io/fxstatat64.c: Likewise.
28670         * io/getcwd.c: Likewise.
28671         * io/isatty.c: Likewise.
28672         * io/lchmod.c: Likewise.
28673         * io/lchown.c: Likewise.
28674         * io/link.c: Likewise.
28675         * io/linkat.c: Likewise.
28676         * io/lseek.c: Likewise.
28677         * io/lseek64.c: Likewise.
28678         * io/lxstat64.c: Likewise.
28679         * io/mkdir.c: Likewise.
28680         * io/mkdirat.c: Likewise.
28681         * io/mkfifo.c: Likewise.
28682         * io/mkfifoat.c: Likewise.
28683         * io/open.c: Likewise.
28684         * io/open64.c: Likewise.
28685         * io/openat.c: Likewise.
28686         * io/openat64.c: Likewise.
28687         * io/pipe.c: Likewise.
28688         * io/pipe2.c: Likewise.
28689         * io/poll.c: Likewise.
28690         * io/posix_fadvise.c: Likewise.
28691         * io/posix_fadvise64.c: Likewise.
28692         * io/posix_fallocate.c: Likewise.
28693         * io/posix_fallocate64.c: Likewise.
28694         * io/read.c: Likewise.
28695         * io/readlink.c: Likewise.
28696         * io/readlinkat.c: Likewise.
28697         * io/rmdir.c: Likewise.
28698         * io/sendfile.c: Likewise.
28699         * io/sendfile64.c: Likewise.
28700         * io/statfs.c: Likewise.
28701         * io/statfs64.c: Likewise.
28702         * io/statvfs.c: Likewise.
28703         * io/statvfs64.c: Likewise.
28704         * io/symlink.c: Likewise.
28705         * io/symlinkat.c: Likewise.
28706         * io/ttyname.c: Likewise.
28707         * io/ttyname_r.c: Likewise.
28708         * io/umask.c: Likewise.
28709         * io/unlink.c: Likewise.
28710         * io/unlinkat.c: Likewise.
28711         * io/utime.c: Likewise.
28712         * io/utimensat.c: Likewise.
28713         * io/write.c: Likewise.
28714         * io/xmknod.c: Likewise.
28715         * io/xmknodat.c: Likewise.
28716         * io/xstat.c: Likewise.
28717         * io/xstat64.c: Likewise.
28718         * login/getpt.c: Likewise.
28719         * login/grantpt.c: Likewise.
28720         * login/unlockpt.c: Likewise.
28721         * math/e_acoshl.c: Likewise.
28722         * math/e_acosl.c: Likewise.
28723         * math/e_asinl.c: Likewise.
28724         * math/e_atan2l.c: Likewise.
28725         * math/e_atanhl.c: Likewise.
28726         * math/e_coshl.c: Likewise.
28727         * math/e_expl.c: Likewise.
28728         * math/e_fmodl.c: Likewise.
28729         * math/e_gammal_r.c: Likewise.
28730         * math/e_hypotl.c: Likewise.
28731         * math/e_j0l.c: Likewise.
28732         * math/e_j1l.c: Likewise.
28733         * math/e_jnl.c: Likewise.
28734         * math/e_lgammal_r.c: Likewise.
28735         * math/e_log10l.c: Likewise.
28736         * math/e_log2l.c: Likewise.
28737         * math/e_logl.c: Likewise.
28738         * math/e_powl.c: Likewise.
28739         * math/e_rem_pio2l.c: Likewise.
28740         * math/e_sinhl.c: Likewise.
28741         * math/e_sqrtl.c: Likewise.
28742         * math/fclrexcpt.c: Likewise.
28743         * math/fedisblxcpt.c: Likewise.
28744         * math/feenablxcpt.c: Likewise.
28745         * math/fegetenv.c: Likewise.
28746         * math/fegetexcept.c: Likewise.
28747         * math/fegetround.c: Likewise.
28748         * math/feholdexcpt.c: Likewise.
28749         * math/fesetenv.c: Likewise.
28750         * math/fesetround.c: Likewise.
28751         * math/feupdateenv.c: Likewise.
28752         * math/fgetexcptflg.c: Likewise.
28753         * math/fraiseexcpt.c: Likewise.
28754         * math/fsetexcptflg.c: Likewise.
28755         * math/ftestexcept.c: Likewise.
28756         * math/k_cosl.c: Likewise.
28757         * math/k_rem_pio2l.c: Likewise.
28758         * math/k_sinl.c: Likewise.
28759         * math/k_tanl.c: Likewise.
28760         * math/s_asinhl.c: Likewise.
28761         * math/s_atanl.c: Likewise.
28762         * math/s_cbrtl.c: Likewise.
28763         * math/s_erfl.c: Likewise.
28764         * math/s_expm1l.c: Likewise.
28765         * math/s_log1pl.c: Likewise.
28766         * math/s_tanhl.c: Likewise.
28767         * misc/acct.c: Likewise.
28768         * misc/brk.c: Likewise.
28769         * misc/chflags.c: Likewise.
28770         * misc/chroot.c: Likewise.
28771         * misc/fchflags.c: Likewise.
28772         * misc/fgetxattr.c: Likewise.
28773         * misc/flistxattr.c: Likewise.
28774         * misc/fremovexattr.c: Likewise.
28775         * misc/fsetxattr.c: Likewise.
28776         * misc/fsync.c: Likewise.
28777         * misc/ftruncate.c: Likewise.
28778         * misc/futimes.c: Likewise.
28779         * misc/futimesat.c: Likewise.
28780         * misc/getdomain.c: Likewise.
28781         * misc/getdtsz.c: Likewise.
28782         * misc/gethostid.c: Likewise.
28783         * misc/gethostname.c: Likewise.
28784         * misc/getloadavg.c: Likewise.
28785         * misc/getpagesize.c: Likewise.
28786         * misc/getsysstats.c: Likewise.
28787         * misc/getxattr.c: Likewise.
28788         * misc/gtty.c: Likewise.
28789         * misc/ioctl.c: Likewise.
28790         * misc/lgetxattr.c: Likewise.
28791         * misc/listxattr.c: Likewise.
28792         * misc/llistxattr.c: Likewise.
28793         * misc/lremovexattr.c: Likewise.
28794         * misc/lsetxattr.c: Likewise.
28795         * misc/lutimes.c: Likewise.
28796         * misc/madvise.c: Likewise.
28797         * misc/mincore.c: Likewise.
28798         * misc/mlock.c: Likewise.
28799         * misc/mlockall.c: Likewise.
28800         * misc/mmap.c: Likewise.
28801         * misc/mprotect.c: Likewise.
28802         * misc/msync.c: Likewise.
28803         * misc/munlock.c: Likewise.
28804         * misc/munlockall.c: Likewise.
28805         * misc/munmap.c: Likewise.
28806         * misc/preadv.c: Likewise.
28807         * misc/preadv64.c: Likewise.
28808         * misc/ptrace.c: Likewise.
28809         * misc/pwritev.c: Likewise.
28810         * misc/pwritev64.c: Likewise.
28811         * misc/readv.c: Likewise.
28812         * misc/reboot.c: Likewise.
28813         * misc/remap_file_pages.c: Likewise.
28814         * misc/removexattr.c: Likewise.
28815         * misc/revoke.c: Likewise.
28816         * misc/select.c: Likewise.
28817         * misc/setdomain.c: Likewise.
28818         * misc/setegid.c: Likewise.
28819         * misc/seteuid.c: Likewise.
28820         * misc/sethostid.c: Likewise.
28821         * misc/sethostname.c: Likewise.
28822         * misc/setregid.c: Likewise.
28823         * misc/setreuid.c: Likewise.
28824         * misc/setxattr.c: Likewise.
28825         * misc/sstk.c: Likewise.
28826         * misc/stty.c: Likewise.
28827         * misc/swapoff.c: Likewise.
28828         * misc/swapon.c: Likewise.
28829         * misc/sync.c: Likewise.
28830         * misc/syncfs.c: Likewise.
28831         * misc/syscall.c: Likewise.
28832         * misc/truncate.c: Likewise.
28833         * misc/ualarm.c: Likewise.
28834         * misc/usleep.c: Likewise.
28835         * misc/ustat.c: Likewise.
28836         * misc/utimes.c: Likewise.
28837         * misc/vhangup.c: Likewise.
28838         * misc/writev.c: Likewise.
28839         * posix/_exit.c: Likewise.
28840         * posix/alarm.c: Likewise.
28841         * posix/execve.c: Likewise.
28842         * posix/fexecve.c: Likewise.
28843         * posix/fork.c: Likewise.
28844         * posix/fpathconf.c: Likewise.
28845         * posix/getaddrinfo.c: Likewise.
28846         * posix/getegid.c: Likewise.
28847         * posix/geteuid.c: Likewise.
28848         * posix/getgid.c: Likewise.
28849         * posix/getgroups.c: Likewise.
28850         * posix/getlogin.c: Likewise.
28851         * posix/getlogin_r.c: Likewise.
28852         * posix/getpgid.c: Likewise.
28853         * posix/getpid.c: Likewise.
28854         * posix/getppid.c: Likewise.
28855         * posix/getresgid.c: Likewise.
28856         * posix/getresuid.c: Likewise.
28857         * posix/getsid.c: Likewise.
28858         * posix/getuid.c: Likewise.
28859         * posix/glob64.c: Likewise.
28860         * posix/nanosleep.c: Likewise.
28861         * posix/pathconf.c: Likewise.
28862         * posix/pause.c: Likewise.
28863         * posix/posix_madvise.c: Likewise.
28864         * posix/pread.c: Likewise.
28865         * posix/pread64.c: Likewise.
28866         * posix/pwrite.c: Likewise.
28867         * posix/pwrite64.c: Likewise.
28868         * posix/sched_getaffinity.c: Likewise.
28869         * posix/sched_getp.c: Likewise.
28870         * posix/sched_gets.c: Likewise.
28871         * posix/sched_primax.c: Likewise.
28872         * posix/sched_primin.c: Likewise.
28873         * posix/sched_rr_gi.c: Likewise.
28874         * posix/sched_setaffinity.c: Likewise.
28875         * posix/sched_setp.c: Likewise.
28876         * posix/sched_sets.c: Likewise.
28877         * posix/sched_yield.c: Likewise.
28878         * posix/setgid.c: Likewise.
28879         * posix/setlogin.c: Likewise.
28880         * posix/setpgid.c: Likewise.
28881         * posix/setresgid.c: Likewise.
28882         * posix/setresuid.c: Likewise.
28883         * posix/setsid.c: Likewise.
28884         * posix/setuid.c: Likewise.
28885         * posix/sleep.c: Likewise.
28886         * posix/spawni.c: Likewise.
28887         * posix/sysconf.c: Likewise.
28888         * posix/times.c: Likewise.
28889         * posix/wait.c: Likewise.
28890         * posix/wait3.c: Likewise.
28891         * posix/wait4.c: Likewise.
28892         * posix/waitpid.c: Likewise.
28893         * resolv/gai_sigqueue.c: Likewise.
28894         * resource/getpriority.c: Likewise.
28895         * resource/getrlimit.c: Likewise.
28896         * resource/getrusage.c: Likewise.
28897         * resource/nice.c: Likewise.
28898         * resource/setpriority.c: Likewise.
28899         * resource/setrlimit.c: Likewise.
28900         * resource/ulimit.c: Likewise.
28901         * rt/aio_cancel.c: Likewise.
28902         * rt/aio_fsync.c: Likewise.
28903         * rt/aio_read.c: Likewise.
28904         * rt/aio_sigqueue.c: Likewise.
28905         * rt/aio_suspend.c: Likewise.
28906         * rt/aio_write.c: Likewise.
28907         * rt/clock_getres.c: Likewise.
28908         * rt/clock_gettime.c: Likewise.
28909         * rt/clock_nanosleep.c: Likewise.
28910         * rt/clock_settime.c: Likewise.
28911         * rt/lio_listio.c: Likewise.
28912         * rt/mq_close.c: Likewise.
28913         * rt/mq_getattr.c: Likewise.
28914         * rt/mq_notify.c: Likewise.
28915         * rt/mq_open.c: Likewise.
28916         * rt/mq_receive.c: Likewise.
28917         * rt/mq_send.c: Likewise.
28918         * rt/mq_setattr.c: Likewise.
28919         * rt/mq_timedreceive.c: Likewise.
28920         * rt/mq_timedsend.c: Likewise.
28921         * rt/mq_unlink.c: Likewise.
28922         * rt/shm_open.c: Likewise.
28923         * rt/shm_unlink.c: Likewise.
28924         * rt/timer_create.c: Likewise.
28925         * rt/timer_delete.c: Likewise.
28926         * rt/timer_getoverr.c: Likewise.
28927         * rt/timer_gettime.c: Likewise.
28928         * rt/timer_settime.c: Likewise.
28929         * setjmp/__longjmp.c: Likewise.
28930         * setjmp/setjmp.c: Likewise.
28931         * signal/kill.c: Likewise.
28932         * signal/killpg.c: Likewise.
28933         * signal/raise.c: Likewise.
28934         * signal/sigaction.c: Likewise.
28935         * signal/sigaltstack.c: Likewise.
28936         * signal/sigblock.c: Likewise.
28937         * signal/sigignore.c: Likewise.
28938         * signal/sigintr.c: Likewise.
28939         * signal/signal.c: Likewise.
28940         * signal/sigpause.c: Likewise.
28941         * signal/sigpending.c: Likewise.
28942         * signal/sigqueue.c: Likewise.
28943         * signal/sigreturn.c: Likewise.
28944         * signal/sigset.c: Likewise.
28945         * signal/sigsetmask.c: Likewise.
28946         * signal/sigstack.c: Likewise.
28947         * signal/sigsuspend.c: Likewise.
28948         * signal/sigtimedwait.c: Likewise.
28949         * signal/sigvec.c: Likewise.
28950         * signal/sigwait.c: Likewise.
28951         * signal/sigwaitinfo.c: Likewise.
28952         * signal/sysv_signal.c: Likewise.
28953         * socket/accept.c: Likewise.
28954         * socket/accept4.c: Likewise.
28955         * socket/bind.c: Likewise.
28956         * socket/connect.c: Likewise.
28957         * socket/getpeername.c: Likewise.
28958         * socket/getsockname.c: Likewise.
28959         * socket/getsockopt.c: Likewise.
28960         * socket/isfdtype.c: Likewise.
28961         * socket/listen.c: Likewise.
28962         * socket/recv.c: Likewise.
28963         * socket/recvfrom.c: Likewise.
28964         * socket/recvmsg.c: Likewise.
28965         * socket/send.c: Likewise.
28966         * socket/sendmsg.c: Likewise.
28967         * socket/sendto.c: Likewise.
28968         * socket/setsockopt.c: Likewise.
28969         * socket/shutdown.c: Likewise.
28970         * socket/sockatmark.c: Likewise.
28971         * socket/socket.c: Likewise.
28972         * socket/socketpair.c: Likewise.
28973         * stdio-common/ctermid.c: Likewise.
28974         * stdio-common/cuserid.c: Likewise.
28975         * stdio-common/remove.c: Likewise.
28976         * stdio-common/rename.c: Likewise.
28977         * stdio-common/renameat.c: Likewise.
28978         * stdio-common/tempname.c: Likewise.
28979         * stdlib/getcontext.c: Likewise.
28980         * stdlib/makecontext.c: Likewise.
28981         * stdlib/setcontext.c: Likewise.
28982         * stdlib/swapcontext.c: Likewise.
28983         * stdlib/system.c: Likewise.
28984         * streams/fattach.c: Likewise.
28985         * streams/fdetach.c: Likewise.
28986         * streams/getmsg.c: Likewise.
28987         * streams/getpmsg.c: Likewise.
28988         * streams/putmsg.c: Likewise.
28989         * streams/putpmsg.c: Likewise.
28990         * sysdeps/unix/bsd/getpt.c: Likewise.
28991         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
28992         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
28993         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
28994         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
28995         Likewise.
28996         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
28997         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
28998         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
28999         * sysvipc/msgctl.c: Likewise.
29000         * sysvipc/msgget.c: Likewise.
29001         * sysvipc/msgrcv.c: Likewise.
29002         * sysvipc/msgsnd.c: Likewise.
29003         * sysvipc/semctl.c: Likewise.
29004         * sysvipc/semget.c: Likewise.
29005         * sysvipc/semop.c: Likewise.
29006         * sysvipc/semtimedop.c: Likewise.
29007         * sysvipc/shmat.c: Likewise.
29008         * sysvipc/shmctl.c: Likewise.
29009         * sysvipc/shmdt.c: Likewise.
29010         * sysvipc/shmget.c: Likewise.
29011         * termios/tcdrain.c: Likewise.
29012         * termios/tcflow.c: Likewise.
29013         * termios/tcflush.c: Likewise.
29014         * termios/tcgetattr.c: Likewise.
29015         * termios/tcgetpgrp.c: Likewise.
29016         * termios/tcsendbrk.c: Likewise.
29017         * termios/tcsetattr.c: Likewise.
29018         * termios/tcsetpgrp.c: Likewise.
29019         * time/adjtime.c: Likewise.
29020         * time/clock.c: Likewise.
29021         * time/getitimer.c: Likewise.
29022         * time/gettimeofday.c: Likewise.
29023         * time/setitimer.c: Likewise.
29024         * time/settimeofday.c: Likewise.
29025         * time/stime.c: Likewise.
29026         * time/time.c: Likewise.
29027
29028 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
29029
29030         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
29031         /usr/old/bin.
29032
29033         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
29034         instead of spaces.
29035         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
29036
29037 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
29038
29039         [BZ #14796]
29040         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
29041         FE_TONEAREST before applying Dekker multiplication and Knuth
29042         addition.  Clear inexact exceptions and check for exact zero
29043         results afterwards.
29044         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
29045         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
29046         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
29047         * math/libm-test.inc (fma_test): Add more tests.
29048         (fma_test_towardzero): Likewise.
29049         (fma_test_downward): Likewise.
29050         (fma_test_upward): Likewise.
29051         * sysdeps/generic/math_private.h (default_libc_fesetround): New
29052         function.
29053         (libc_fesetround): New macro.
29054         (libc_fesetroundf): Likewise.
29055         (libc_fesetroundl): Likewise.
29056         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
29057         function.
29058         (libc_fesetround_387): Likewise.
29059         (libc_fesetroundf): New macro.
29060         (libc_fesetround): Likewise.
29061         (libc_fesetroundl): Likewise.
29062         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
29063         function.
29064         (libc_fesetroundf): New macro.
29065         (libc_fesetround): Likewise.
29066         (libc_fesetroundl): Likewise.
29067         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
29068         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
29069         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
29070         libm_hidden_ver.
29071         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
29072         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
29073         libm_hidden_def.
29074         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
29075         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
29076         libm_hidden_ver.
29077         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
29078         libm_hidden_def.
29079
29080         [BZ #3439]
29081         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
29082         integer constant usable in #if and use that to give value to enum
29083         constant.
29084         (FE_DIVBYZERO): Likewise.
29085         (FE_UNDERFLOW): Likewise.
29086         (FE_OVERFLOW): Likewise.
29087         (FE_INVALID): Likewise.
29088         (FE_INVALID_SNAN): Likewise.
29089         (FE_INVALID_ISI): Likewise.
29090         (FE_INVALID_IDI): Likewise.
29091         (FE_INVALID_ZDZ): Likewise.
29092         (FE_INVALID_IMZ): Likewise.
29093         (FE_INVALID_COMPARE): Likewise.
29094         (FE_INVALID_SOFTWARE): Likewise.
29095         (FE_INVALID_SQRT): Likewise.
29096         (FE_INVALID_INTEGER_CONVERSION): Likewise.
29097         (FE_TONEAREST): Likewise.
29098         (FE_TOWARDZERO): Likewise.
29099         (FE_UPWARD): Likewise.
29100         (FE_DOWNWARD): Likewise.
29101         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
29102         (FE_DIVBYZERO): Likewise.
29103         (FE_OVERFLOW): Likewise.
29104         (FE_UNDERFLOW): Likewise.
29105         (FE_INEXACT): Likewise.
29106         (FE_TONEAREST): Likewise.
29107         (FE_DOWNWARD): Likewise.
29108         (FE_UPWARD): Likewise.
29109         (FE_TOWARDZERO): Likewise.
29110         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
29111         (FE_UNDERFLOW): Likewise.
29112         (FE_OVERFLOW): Likewise.
29113         (FE_DIVBYZERO): Likewise.
29114         (FE_INVALID): Likewise.
29115         (FE_TONEAREST): Likewise.
29116         (FE_TOWARDZERO): Likewise.
29117         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
29118         (FE_OVERFLOW): Likewise.
29119         (FE_UNDERFLOW): Likewise.
29120         (FE_DIVBYZERO): Likewise.
29121         (FE_INEXACT): Likewise.
29122         (FE_TONEAREST): Likewise.
29123         (FE_TOWARDZERO): Likewise.
29124         (FE_UPWARD): Likewise.
29125         (FE_DOWNWARD): Likewise.
29126         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
29127         (FE_DIVBYZERO): Likewise.
29128         (FE_OVERFLOW): Likewise.
29129         (FE_UNDERFLOW): Likewise.
29130         (FE_INEXACT): Likewise.
29131         (FE_TONEAREST): Likewise.
29132         (FE_DOWNWARD): Likewise.
29133         (FE_UPWARD): Likewise.
29134         (FE_TOWARDZERO): Likewise.
29135
29136 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
29137
29138         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
29139
29140 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
29141
29142         * scripts/cross-test-ssh.sh (command): Use newlines to separate
29143         commands.  Quote $PWD.
29144         (blacklist_exports): Don't use remove_newlines.  Replace "declare
29145         -x" by "export".
29146         (remove_newlines): Remove.
29147
29148 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
29149
29150         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
29151         * stdlib/stdlib.h (atof): Moved to ...
29152         * include/bits/stdlib-float.h: Here.  New file.
29153         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
29154         * stdlib/bits/stdlib-float.h: New file.
29155         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
29156         -mno-sse -mno-mmx.
29157         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
29158         <xmmintrin.h>.
29159
29160 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
29161
29162         * conform/conformtest.pl (@headers): Add fenv.h.
29163         * conform/data/fenv.h-data: New file.
29164         * include/fenv.h [_ISOMAC]: Disable all contents of file except
29165         include of <math/fenv.h>.
29166
29167         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
29168         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
29169         && !UNIX98].  Enables tests for XOPEN2K8.
29170         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
29171         POSIX2008]: Likewise.
29172
29173         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
29174         (struct rusage): Do not expect type or its members.
29175
29176         [BZ #3439]
29177         * math/math.h (FP_NAN): Define macro to integer constant usable in
29178         #if and use that to give value to enum constant.
29179         (FP_INFINITE): Likewise.
29180         (FP_ZERO): Likewise.
29181         (FP_SUBNORMAL): Likewise.
29182         (FP_NORMAL): Likewise.
29183
29184 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
29185
29186         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
29187         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
29188         arguments.
29189
29190 2012-11-02  Roland McGrath  <roland@hack.frob.com>
29191
29192         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
29193         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
29194         autoconf-time if not.
29195         * configure.in: Remove AC_PREREQ.
29196
29197 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
29198
29199         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
29200         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
29201         of the internal implementation.
29202
29203 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
29204
29205         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
29206         except include of <misc/sys/syslog.h>.
29207
29208 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
29209
29210         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
29211         function returns with a NULL context exit with zero.
29212
29213 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
29214
29215         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
29216
29217 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
29218
29219         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
29220         (run_program_cmd): This.
29221         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
29222         (tst_langinfo): New variable.  Use it.
29223
29224 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
29225
29226         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
29227         floating point opcodes.
29228
29229 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
29230
29231         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
29232         variable.
29233
29234         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
29235
29236         * sysdeps/mach/hurd/powerpc: Remove directory.
29237         * sysdeps/mach/powerpc: Likewise.
29238
29239 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
29240
29241         * scripts/check-local-headers.sh: Ignore c++ headers.
29242
29243 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
29244
29245         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
29246         __libc_cleanup_region_start argument.
29247
29248 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
29249
29250         [BZ #14784]
29251         [BZ #14785]
29252         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
29253         x * y using scaling, not as x * y + z.
29254         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
29255         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
29256         * math/libm-test.inc (fma_test): Add more tests.
29257         (fma_test_towardzero): Likewise.
29258         (fma_test_downward): Likewise.
29259         (fma_test_upward): Likewise.
29260
29261 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
29262
29263         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
29264
29265 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
29266
29267         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
29268         New variable.
29269
29270 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
29271
29272         * rt/tst-shm.c (worker): Correct checking for mmap failure.
29273
29274 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
29275
29276         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
29277         Fix sort order.
29278         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
29279         Likewise.
29280
29281 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
29282
29283         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
29284         Fix the order of the list for glibc 2.17.
29285         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
29286         Likewise.
29287
29288 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
29289
29290         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
29291
29292 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
29293
29294         [BZ #14610]
29295         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
29296         for low part of x being zero before using __atanl (y).
29297         * math/libm-test.inc (atan2_test): Add another test.
29298
29299         * manual/install.texi (Configuring and compiling): Document
29300         general use of test-wrapper and test-wrapper-env.
29301         * INSTALL: Regenerated.
29302
29303         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
29304         (__fma): Do not extract and scale down low bits on after-rounding
29305         systems when result rounded to normal precision would have normal
29306         exponent.
29307         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
29308         (__fmal): Do not extract and scale down low bits on after-rounding
29309         systems when result rounded to normal precision would have normal
29310         exponent.
29311         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
29312         (__fmal): Do not extract and scale down low bits on after-rounding
29313         systems when result rounded to normal precision would have normal
29314         exponent.
29315         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
29316         macro.
29317         (fma_test): Add more tests.
29318         (fma_test_towardzero): Likewise.
29319         (fma_test_downward): Likewise.
29320         (fma_test_upward): Likewise.
29321
29322 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
29323
29324         * sysdeps/i386/tininess.h: Renamed to ...
29325         * sysdeps/x86/tininess.h: This.
29326         * sysdeps/x86_64/tininess.h: Removed.
29327
29328 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
29329
29330         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
29331         input.  Use $(build-program-cmd).
29332         ($(objpfx)tst-array1-static.out): Likewise.
29333         ($(objpfx)tst-array2.out): Likewise.
29334         ($(objpfx)tst-array3.out): Likewise.
29335         ($(objpfx)tst-array4.out): Likewise.
29336         ($(objpfx)tst-array5.out): Likewise.
29337         ($(objpfx)tst-array5-static.out): Likewise.
29338
29339 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
29340
29341         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
29342         if defined.
29343
29344         * nss/nsswitch.h (nss_interface_function): Provide new
29345         macro for use with NSS functions.
29346         * grp/initgroups.c: Use new macro.
29347         * nss/getXXbyYY.c: Likewise.
29348         * nss/getXXbyYY_r.c: Likewise.
29349         * nss/getXXent.c: Likewise.
29350         * nss/getXXent_r.c: Likewise.
29351         * sysdeps/posix/getaddrinfo.c: Likewise.
29352
29353 2012-10-30  Andreas Jaeger  <aj@suse.de>
29354
29355         * po/ru.po: Update Russion translation from translation project.
29356
29357 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
29358
29359         [BZ #14152]
29360         [BZ #14783]
29361         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
29362         result and shift together with sticky bit instead of replicating
29363         round-to-nearest rounding.
29364         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
29365         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
29366         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
29367         missing underflow exceptions.
29368         (fma_test_towardzero): Add more tests.
29369         (fma_test_downward): Likewise.
29370         (fma_test_upward): Likewise.
29371
29372         [BZ #14047]
29373         * sysdeps/generic/tininess.h: New file.
29374         * sysdeps/i386/tininess.h: Likewise.
29375         * sysdeps/sh/tininess.h: Likewise.
29376         * sysdeps/x86_64/tininess.h: Likewise.
29377         * stdlib/tst-strtod-underflow.c: Likewise.
29378         * stdlib/tst-tininess.c: Likewise.
29379         * stdlib/strtod_l.c: Include <tininess.h>.
29380         (round_and_return): Do not set errno for exact underflow cases.
29381         Force an underflow exception when setting errno for underflow.
29382         Determine underflow based on rounding to normal precision if
29383         TININESS_AFTER_ROUNDING.
29384         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
29385         ERANGE for exact underflow cases.
29386         * stdlib/Makefile (tests): Add tst-tininess and
29387         tst-strtod-underflow.
29388         ($(objpfx)tst-tininess): Use $(link-libm).
29389         ($(objpfx)tst-strtod-underflow): Likewise.
29390
29391 2012-10-30  Andreas Jaeger  <aj@suse.de>
29392
29393         [BZ#14767]
29394         * elf/Makefile (tests): Remove conditional for have-initfini-array
29395         since this is now always required and the variable does not exist
29396         anymore.
29397         (tests-static): Likewise.
29398         (modules-names): Likewise.
29399
29400         * po/eo.po: Add Esperanto translation from translation project.
29401
29402         * elf/tst-array1.c (fini_array): Make writeable so that it can be
29403         merged with constructor/destructor.
29404         (init_array): Likewise.
29405         * elf/tst-array2dep.c (fini_array): Likewise.
29406         (init_array): Likewise.
29407
29408 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
29409
29410         * manual/message.texi: Delete @cartouche tags.
29411
29412 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
29413
29414         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
29415         EOPNOTSUPP.
29416         * sysdeps/mach/hurd/fsync.c: Likewise.
29417
29418         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
29419         [_POSIX_REALTIME_SIGNALS]: Change condition to
29420         [_POSIX_REALTIME_SIGNALS > 0].
29421
29422 2012-10-27  Andreas Jaeger  <aj@suse.de>
29423
29424         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
29425         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
29426         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
29427         [__WORDSIZE != 64]: Likewise.
29428
29429 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
29430
29431         *  iconvdata/tst-table.sh: Remove ${SHELL}.
29432         *  iconvdata/tst-tables.sh: Likewise.
29433
29434 2012-10-25  David S. Miller  <davem@davemloft.net>
29435
29436         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
29437         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
29438         of strtoull.
29439
29440         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
29441         ifunc-impl-list.c
29442         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
29443         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
29444         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
29445         file.
29446
29447 2012-10-25  Roland McGrath  <roland@hack.frob.com>
29448
29449         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
29450         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
29451         __getdirentries.
29452
29453 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
29454             Jim Blandy  <jimb@codesourcery.com>
29455
29456         * scripts/cross-test-ssh.sh: New file.
29457         * manual/install.texi (Configuring and compiling): Document use of
29458         cross-test-ssh.sh.
29459         * INSTALL: Regenerated.
29460
29461 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
29462
29463         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
29464         EOPNOTSUPP.
29465
29466 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
29467
29468         * Makeconfig (run-program-prefix): Fix comment.
29469
29470 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
29471             Jim Blandy  <jimb@codesourcery.com>
29472
29473         * Makeconfig (test-wrapper): New variable,
29474         (test-wrapper-env): Likewise.
29475         [$(cross-compiling) = yes && $(test-wrapper) != ""]
29476         (run-built-tests): Define to yes.
29477         (run-program-prefix): Use $(test-wrapper).
29478         (built-program-cmd): Likewise.
29479         * Rules (make-test-out): Use $(test-wrapper-env) and
29480         $(host-built-program-cmd).
29481         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
29482         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
29483         tst-pathopt.sh.
29484         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
29485         $(test-wrapper-env) to tst-rtld-load-self.sh.
29486         ($(objpfx)order2.out): Use $(test-wrapper).
29487         ($(objpfx)tst-initorder.out): Likewise.
29488         ($(objpfx)tst-initorder2.out): Likewise.
29489         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
29490         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
29491         (test_wrapper_env): New variable.  Use it to run ld.so.
29492         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
29493         Use it to run ld.so.
29494         (test_wrapper_env): Likewise.
29495         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
29496         $(test-wrapper) to run-iconv-test.sh.
29497         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
29498         (ICONV): Use $test_wrapper.
29499         * posix/Makefile ($(objpfx)globtest.out): Pass
29500         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
29501         globtest.sh, not $(run-program-prefix).
29502         * posix/globtest.sh (run_via_rtld_prefix): New variable.
29503         (test_wrapper): Likewise.
29504         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
29505         set together with run_via_rtld_prefix.
29506         (run_program_prefix): Define in terms of test_wrapper and
29507         run_via_rtld_prefix.
29508
29509 2012-10-24  Roland McGrath  <roland@hack.frob.com>
29510
29511         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
29512         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
29513         Targets removed.
29514
29515         [BZ #14743]
29516         * include/time.h: Remove librt_hidden_proto (clock_gettime).
29517         Declare __clock_getres, __clock_gettime, __clock_settime,
29518         __clock_nanosleep, and __clock_getcpuclockid.
29519         * rt/clock_gettime.c: Define __clock_gettime as an alias.
29520         Remove librt_hidden_def (clock_gettime).
29521         * sysdeps/unix/clock_gettime.c: Likewise.
29522         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
29523         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
29524         * rt/clock_getres.c: Define __clock_getres as an alias.
29525         * sysdeps/posix/clock_getres.c: Likewise.
29526         * rt/clock_settime.c: Define __clock_settime as an alias.
29527         * sysdeps/unix/clock_settime.c: Likewise.
29528         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
29529         * sysdeps/unix/clock_nanosleep.c: Likewise.
29530         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
29531         * rt/clock-compat.c: New file.
29532         * rt/Makefile (librt-routines): Add clock-compat and move
29533         $(clock-routines) to ...
29534         (routines): ... here, new variable.
29535         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
29536         Don't add get_clockfreq here.
29537         * rt/Versions (libc: GLIBC_2.17): New version set.
29538         Add clock_* symbols here.
29539         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
29540         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
29541         (GLIBC_2.17): Add clock_* symbols.
29542         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
29543         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
29544         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
29545         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
29546         Likewise.
29547         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
29548         Likewise.
29549         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
29550         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
29551         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
29552         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
29553         * NEWS: Mention the move.
29554
29555         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
29556         Use __open, __read, __close rather than their public counterparts.
29557         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
29558         (__get_clockfreq_via_cpuinfo): Likewise.
29559         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
29560         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
29561
29562         * config.h.in (HAVE_IFUNC): New #undef.
29563         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
29564         was successful.
29565         * configure: Regenerated.
29566
29567 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
29568
29569         * configure.in: Move READELF check to start of file.
29570         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
29571         libc_cv_asm_gnu_indirect_function in the process.
29572         * configure: Regenerated.
29573
29574 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
29575
29576         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
29577         send the output to /dev/null.
29578         (libc_cv_cc_with_libunwind): Likewise.
29579         (libc_cv_as_noexecstack): Likewise.
29580         * configure: Regenerate.
29581
29582 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
29583
29584         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
29585
29586         * posix/globtest.sh (TMPDIR): Do not set.
29587         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
29588         (testout): Likewise.
29589
29590 2012-10-24  Andreas Jaeger  <aj@suse.de>
29591
29592         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
29593         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
29594         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
29595         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
29596         posix_fadvise64, posix_fallocate64.
29597
29598         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
29599         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
29600         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
29601         Likewise.
29602         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
29603         Likewise.
29604         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
29605
29606         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
29607         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
29608         <bits/fcntl-linux.h>.
29609         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
29610
29611         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
29612         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
29613         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
29614         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
29615         [__WORDSIZE != 64]: Likewise.
29616
29617 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
29618
29619         * Makeconfig (run-built-tests): New variable.
29620         * Rules [$(cross-compiling) = yes]: Change condition to
29621         [$(run-built-tests) = no].
29622         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
29623         to [$(run-built-tests) = yes].
29624         * elf/Makefile [$(cross-compiling) = no]: Likewise
29625         * grp/Makefile [$(cross-compiling) = no]: Likewise.
29626         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
29627         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
29628         * intl/Makefile [$(cross-compiling) = no]: Likewise.
29629         * io/Makefile [$(cross-compiling) = no]: Likewise.
29630         * libio/Makefile [$(cross-compiling) = no]: Likewise.
29631         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
29632         * misc/Makefile [$(cross-compiling) = no]: Likewise.
29633         * posix/Makefile [$(cross-compiling) = no]: Likewise.
29634         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
29635         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
29636         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
29637         * string/Makefile [$(cross-compiling) = no]: Likewise.
29638
29639         * posix/Makefile ($(objpfx)globtest.out): Pass
29640         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
29641         $(rtld-installed-name).
29642         * posix/globtest.sh (elf_objpfx): Remove variable.
29643         (rtld_installed_name): Likewise.
29644         (library_path): Likewise.
29645         (run_program_prefix): New variable.  Use for running globtest
29646         binary.
29647
29648 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
29649             Joseph Myers  <joseph@codesourcery.com>
29650
29651         * Makeconfig (host-built-program-cmd): New variable.
29652         * elf/Makefile (tst-stackguard1-ARGS): Use
29653         $(host-built-program-cmd).
29654         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
29655         (tst-spawn-ARGS): Likewise.
29656         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
29657
29658 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
29659             Jim Blandy  <jimb@codesourcery.com>
29660
29661         * Makeconfig (run-via-rtld-prefix): New variable.
29662         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
29663         (built-program-cmd): Likewise.
29664
29665 2012-10-22  Andreas Jaeger  <aj@suse.de>
29666
29667         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
29668         __O_RSYNC if it exists, otherwise to O_SYNC.
29669
29670 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
29671             Joseph Myers  <joseph@codesourcery.com>
29672
29673         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
29674         /dev/null.
29675         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
29676         from /dev/null
29677         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
29678         /dev/null.
29679
29680 2012-10-22  Andreas Jaeger  <aj@suse.de>
29681
29682         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
29683         Define always.
29684         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
29685
29686         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
29687         bits/fcntl-linux.h.
29688
29689         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
29690         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
29691
29692         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
29693         to __O_LARGEFILE.
29694         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
29695         to __O_LARGEFILE.
29696
29697 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
29698             Joseph Myers  <joseph@codesourcery.com>
29699
29700         * config.make.in (NM): New variable.
29701
29702 2012-10-21  Andreas Jaeger  <aj@suse.de>
29703
29704         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
29705         definitions and declarations that are provided by
29706         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
29707
29708 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
29709
29710         [BZ #14683]
29711         * elf/Makefile (tests-static): Add tst-leaks1-static.
29712         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
29713         ($(objpfx)tst-leaks1-static): New rule.
29714         ($(objpfx)tst-leaks1-static-mem): Likewise.
29715         (tst-leaks1-static-ENV): New macro.
29716         * elf/dl-open.c (dl_open_worker): Check the main application
29717         only if SHARED is defined.
29718         * elf/tst-leaks1-static.c: New file.
29719
29720 2012-10-20  Andreas Jaeger  <aj@suse.de>
29721
29722         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
29723         generic values for Linux.
29724         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
29725         and declarations that are provided by <bits/fcntl-linux.h> and
29726         include <bits/fcntl-linux.h>.
29727         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
29728         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
29729
29730 2012-10-20  Roland McGrath  <roland@hack.frob.com>
29731
29732         * io/fcntl.h: Move include of <bits/types.h> to the top and
29733         include it unconditionally.
29734
29735 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
29736
29737         * wcsmbs/Makefile (tests-ifunc): New variable.
29738         (tests): Add $(tests-ifunc).
29739         * wcsmbs/test-wcschr-ifunc.c: New file.
29740         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
29741         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
29742         * wcsmbs/test-wcslen-ifunc.c: Likewise.
29743         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
29744         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
29745
29746         * string/Makefile (tests-ifunc): New variable.
29747         (tests): Add $(tests-ifunc).
29748         * string/test-memccpy.c (TEST_NAME): New macro.
29749         * string/test-memchr.c (TEST_NAME): Likewise.
29750         * string/test-memcmp.c (TEST_NAME): Likewise.
29751         * string/test-memcpy.c (TEST_NAME): Likewise.
29752         * string/test-memmem.c (TEST_NAME): Likewise.
29753         * string/test-memmove.c (TEST_NAME): Likewise.
29754         * string/test-memset.c (TEST_NAME): Likewise.
29755         * string/test-rawmemchr.c (TEST_NAME): Likewise.
29756         * string/test-stpcpy.c (TEST_NAME): Likewise.
29757         * string/test-stpncpy.c (TEST_NAME): Likewise.
29758         * string/test-strcasecmp.c (TEST_NAME): Likewise.
29759         * string/test-strcasestr.c (TEST_NAME): Likewise.
29760         * string/test-strcat.c (TEST_NAME): Likewise.
29761         * string/test-strchr.c (TEST_NAME): Likewise.
29762         * string/test-strcmp.c(TEST_NAME): Likewise.
29763         * string/test-strcpy.c (TEST_NAME): Likewise.
29764         * string/test-strcspn.c (TEST_NAME): Likewise.
29765         * string/test-strlen.c (TEST_NAME): Likewise.
29766         * string/test-strncasecmp.c (TEST_NAME): Likewise.
29767         * string/test-strncmp.c (TEST_NAME): Likewise.
29768         * string/test-strncpy.c (TEST_NAME): Likewise.
29769         * string/test-strnlen.c (TEST_NAME): Likewise.
29770         * string/test-strpbrk.c (TEST_NAME): Likewise.
29771         * string/test-strrchr.c (TEST_NAME): Likewise.
29772         * string/test-strspn.c (TEST_NAME): Likewise.
29773         * string/test-strstr.c (TEST_NAME): Likewise.
29774         * string/test-bcopy-ifunc.c: New file.
29775         * string/test-bzero-ifunc.c: Likewise.
29776         * string/test-memccpy-ifunc.c: Likewise.
29777         * string/test-memchr-ifunc.c: Likewise.
29778         * string/test-memcmp-ifunc.c: Likewise.
29779         * string/test-memcpy-ifunc.c: Likewise.
29780         * string/test-memmem-ifunc.c: Likewise.
29781         * string/test-memmove-ifunc.c: Likewise.
29782         * string/test-mempcpy-ifunc.c: Likewise.
29783         * string/test-memset-ifunc.c: Likewise.
29784         * string/test-rawmemchr-ifunc.c: Likewise.
29785         * string/test-stpcpy-ifunc.c: Likewise.
29786         * string/test-stpncpy-ifunc.c: Likewise.
29787         * string/test-strcasecmp-ifunc.c: Likewise.
29788         * string/test-strcasestr-ifunc.c: Likewise.
29789         * string/test-strcat-ifunc.c: Likewise.
29790         * string/test-strchr-ifunc.c: Likewise.
29791         * string/test-strchrnul-ifunc.c: Likewise.
29792         * string/test-strcmp-ifunc.c: Likewise.
29793         * string/test-strcpy-ifunc.c: Likewise.
29794         * string/test-strcspn-ifunc.c: Likewise.
29795         * string/test-strlen-ifunc.c: Likewise.
29796         * string/test-strncasecmp-ifunc.c: Likewise.
29797         * string/test-strncat-ifunc.c: Likewise.
29798         * string/test-strncmp-ifunc.c: Likewise.
29799         * string/test-strncpy-ifunc.c: Likewise.
29800         * string/test-strnlen-ifunc.c: Likewise.
29801         * string/test-strpbrk-ifunc.c: Likewise.
29802         * string/test-strrchr-ifunc.c: Likewise.
29803         * string/test-strspn-ifunc.c: Likewise.
29804         * string/test-strstr-ifunc.c: Likewise.
29805
29806         * debug/Makefile (tests-ifunc): New variable.
29807         (tests): Add $(tests-ifunc).
29808         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
29809         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
29810         * debug/test-stpcpy_chk-ifunc.c: New file.
29811         * debug/test-strcpy_chk-ifunc.c: Likewise.
29812
29813 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
29814
29815         [BZ #13601]
29816         * elf/dl-load.c (open_verify): Retry read if the entire ELF
29817         header is not read in.
29818
29819 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
29820
29821         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
29822         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
29823         directly.  Pass built executable to script as
29824         $(built-program-cmd).
29825         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
29826         $testprogram without using LD_LIBRARY_PATH and $ldso.
29827
29828         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
29829         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
29830         $(rtld-installed-name).
29831         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
29832         (rtld_installed_name): Likewise.
29833         (library_path): Likewise.
29834         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
29835         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
29836         $(run-program-prefix) to tst-tables.sh.
29837         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
29838         it to run tst-table-from and tst-table-to.
29839         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
29840         Pass it to tst-table.sh.
29841         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
29842         $(run-program-prefix) to tst-gettext.sh.
29843         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
29844         tst-translit.sh.
29845         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
29846         tst-gettext2.sh.
29847         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
29848         to run tst-gettext.
29849         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
29850         to run tst-gettext2.
29851         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
29852         to run tst-translit.
29853         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
29854         $(run-program-prefix) to tst-mtrace.sh.
29855         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
29856         to run tst-mtrace.
29857         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
29858         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
29859         $(rtld-installed-name).
29860         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
29861         (rtld_installed_name): Likewise.
29862         (run_program_prefix): New variable.  Use it to run wordexp-test.
29863
29864         * Makeconfig (ARCH): Remove all definitions.
29865         (machine): Likewise.
29866         [ARCH]: Remove conditional code.
29867         [!objdir]: Give error.
29868         [!objdir] (objpfx): Remove.
29869         [!objdir] (common-objpfx): Likewise.
29870         [!objdir] (common-objdir): Likewise.
29871         * configure.in (config_makefile): Remove.  Hardcode Makefile in
29872         AC_CONFIG_FILES call.
29873         * configure: Regenerated.
29874
29875         [BZ #13888]
29876         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
29877         or TMPDIR.
29878         (testout): Likewise.
29879
29880         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
29881         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
29882         $(rtld-installed-name).
29883         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
29884         (rtld_installed_name): Likwise.
29885         (runit): Remove function.
29886         (run_getconf): New variable,  Use it for running getconf binary.
29887
29888 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
29889
29890         [BZ #14716]
29891         * string/test-memmem.c (check_result): New function.
29892         (do_one_test): Use it.
29893         (check1): New function.
29894         (test_main): Use it.
29895
29896 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
29897
29898         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
29899
29900 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
29901
29902         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
29903         (_G_LSEEK64): Likewise.
29904         (_G_MMAP64): Likewise.
29905         (_G_FSTAT64): Likewise.
29906         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
29907         (_G_LSEEK64): Likewise.
29908         (_G_MMAP64): Likewise.
29909         (_G_FSTAT64): Likewise.
29910         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
29911         unconditional.  Call __mmap64 directly.
29912         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
29913         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
29914         __lseek64 directly.
29915         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
29916         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
29917         __mmap64 directly.
29918         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
29919         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
29920         __lseek64 directly.
29921         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
29922         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
29923         __lseek64 directly.
29924         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
29925         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
29926         __lseek64 directly.
29927         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
29928         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
29929         __fxstat64 directly.
29930         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
29931         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
29932         unconditional.
29933         (freopen64) [!_G_OPEN64]: Remove conditional code.
29934         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
29935         unconditional.
29936         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
29937         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
29938         unconditional.
29939         (ftello64) [!_G_LSEEK64]: Remove conditional code.
29940         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
29941         unconditional.
29942         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
29943         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
29944         unconditional.
29945         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
29946         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
29947         unconditional.
29948         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
29949         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
29950         unconditional.
29951         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
29952         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
29953         unconditional.
29954         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
29955
29956 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
29957
29958         [BZ #12140]
29959         * manual/memory.texi (Malloc Tunable Parameters): Add note
29960         about free list pointers overwriting some perturb bytes.
29961         Wording suggested by Roland McGrath.
29962
29963 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
29964
29965         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
29966         (lgamma_test): Likewise.
29967         (tgamma_test): Likewise.
29968
29969 2012-10-16  Florian Weimer  <fweimer@redhat.com>
29970
29971         [BZ #14700]
29972         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
29973         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
29974
29975 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
29976
29977         * NEWS: Mention BZ #14716.
29978         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
29979         when removing AVAILABLE1_USES_J macro.
29980
29981 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
29982
29983         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
29984         (__bswap_64): __uint64_t for unsigned 64-bit int.
29985
29986 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
29987
29988         * include/string.h (memmem): Declare libc hidden alias.
29989         * string/memmem.c (memmem): Define libc hidden alias.
29990         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
29991         __read, __close instead of open, read, close.
29992
29993 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
29994
29995         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
29996         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
29997         global and hidden.
29998         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
29999         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
30000         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
30001         Likewise.
30002         (__rawmemchr_sse2): Likewise.
30003         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
30004         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
30005         (__strchr_sse2): Likewise.
30006         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
30007         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
30008         (__strcasecmp_sse2): Likewise.
30009         (__strncasecmp_sse2): Likewise.
30010         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
30011         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
30012         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
30013         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
30014         (__strrchr_sse2): Likewise.
30015         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
30016         ifunc-impl-list.c.
30017         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
30018         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
30019         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
30020         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
30021         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
30022         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
30023         * sysdeps/x86_64/multiarch/memset.S: Likewise.
30024         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
30025         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
30026         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
30027         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
30028         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
30029         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
30030         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
30031         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
30032         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
30033         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
30034         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
30035         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
30036         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
30037         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
30038         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
30039         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
30040         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
30041         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
30042         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
30043         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
30044         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
30045         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
30046         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
30047
30048         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
30049         global and hidden.
30050         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
30051         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
30052         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
30053         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
30054         Likewise.
30055         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
30056         Likewise.
30057         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
30058         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
30059         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
30060         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
30061         ifunc-impl-list.c.
30062         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
30063         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
30064         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
30065         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
30066         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
30067         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
30068         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
30069         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
30070         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
30071         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
30072         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
30073         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
30074         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
30075         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
30076         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
30077         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
30078         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
30079         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
30080         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
30081         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
30082         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
30083         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
30084         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
30085         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
30086         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
30087         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
30088         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
30089         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
30090         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
30091         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
30092         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
30093         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
30094         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
30095         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
30096         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
30097         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
30098         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
30099         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
30100         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
30101         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
30102         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
30103
30104         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
30105         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
30106         * include/ifunc-impl-list.h: New file.
30107         * misc/ifunc-impl-list.c: Likewise.
30108         * misc/Makefile (routines): Add ifunc-impl-list.
30109         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
30110         * string/test-string.h: Include <ifunc-impl-list.h>.
30111         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
30112         TEST_NAME]: New variables.
30113         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
30114         are defined.
30115         (test_init): Call __libc_ifunc_impl_list to initialize
30116         func_list if TEST_IFUNC and TEST_NAME are defined.
30117
30118         * string/Makefile (strop-tests): Add bcopy and bzero.
30119         * string/test-bcopy.c: New file.
30120         * string/test-bzero.c: Likewise.
30121         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
30122         defined.
30123         * string/test-memset.c: Support bzero test if TEST_BZERO is
30124         defined.
30125         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
30126         __libc_memmove.
30127         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
30128         __libc_memset.
30129         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
30130         of memset.
30131
30132 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
30133
30134         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
30135         * configure: Regenerated.
30136
30137         * Makeconfig (+link-static-before-libc): Don't include
30138         $(link-static-libc).
30139
30140         * libio/libio.h (_IO_pos_t): Remove.
30141
30142 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
30143
30144         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
30145         McGrath.
30146
30147 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
30148
30149         * crypt/crypt-entry.c: Include fips-private.h.
30150         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
30151         * crypt/md5c-test.c (main): Tolerate disabled MD5.
30152         * sysdeps/unix/sysv/linux/fips-private.h: New file.
30153         * sysdeps/generic/fips-private.h: New file, dummy fallback.
30154
30155 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
30156
30157         * crypt/crypt-private.h: Include stdbool.h.
30158         (_ufc_setup_salt_r): Return bool.
30159         * crypt/crypt-entry.c: Include errno.h.
30160         (__crypt_r): Return NULL with EINVAL for bad salt.
30161         * crypt/crypt_util.c (bad_for_salt): New.
30162         (_ufc_setup_salt_r): Check that salt is long enough and within
30163         the specified alphabet.
30164         * crypt/badsalttest.c: New file.
30165         * crypt/Makefile (tests): Add it.
30166         ($(objpfx)badsalttest): New.
30167
30168 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
30169
30170         * NEWS: Add entry for BZ #14602.
30171
30172 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
30173
30174         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
30175         type-generic.
30176         * math/libm-test.inc: Update comment listing what functions and
30177         macros are tested.
30178         (isgreater_test): New function.
30179         (isgreaterequal_test): Likewise.
30180         (isless_test): Likewise.
30181         (islessequal_test): Likewise.
30182         (islessgreater_test): Likewise.
30183         (isunordered_test): Likewise.
30184         (main): Call the new functions.
30185
30186 2012-10-09  Roland McGrath  <roland@hack.frob.com>
30187
30188         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
30189         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
30190         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
30191         * sysdeps/i386/configure: Regenerated.
30192         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
30193         * sysdeps/mach/configure: Regenerated.
30194         * sysdeps/mach/hurd/configure: Regenerated.
30195         * sysdeps/powerpc/configure: Regenerated.
30196         * sysdeps/powerpc/powerpc32/configure: Regenerated.
30197         * sysdeps/powerpc/powerpc64/configure: Regenerated.
30198         * sysdeps/s390/s390-32/configure: Regenerated.
30199         * sysdeps/s390/s390-64/configure: Regenerated.
30200         * sysdeps/sh/configure: Regenerated.
30201         * sysdeps/sparc/configure: Regenerated.
30202         * sysdeps/unix/sysv/linux/configure: Regenerated.
30203         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
30204         * sysdeps/x86_64/configure: Regenerated.
30205
30206         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
30207         defined.  Don't check if MAP is NULL.
30208
30209 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
30210
30211         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
30212         (_G_stat64): Likewise.
30213         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
30214         (_G_stat64): Likewise.
30215         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
30216         instead of struct _G_stat64.
30217         * libio/fileops.c (mmap_remap_check): Likewise.
30218         (decide_maybe_mmap): Likewise.
30219         (_IO_new_file_seekoff): Likewise.
30220         (_IO_file_stat): Likewise.
30221         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
30222         _G_off64_t.
30223         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
30224         instead of struct _G_stat64.
30225         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
30226
30227 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
30228
30229         [BZ #14602]
30230         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
30231         Replace with ...
30232         (CHECK_EOL): New macro.
30233         (two_way_short_needle): Check beginning of haystack for EOL.  Use
30234         CHECK_EOL.
30235         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
30236         Replace with CHECK_EOL.
30237         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
30238         Replace with CHECK_EOL.
30239
30240 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
30241
30242         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
30243         type-generic.
30244         * math/libm-test.inc: Update comment listing what functions and
30245         macros are tested.
30246         (finite_test): New function.
30247         (isinf_test): Likewise.
30248         (isnan_test): Likewise.
30249         (fpclassify_test): Test subnormal input.
30250         (isfinite_test): Likewise.
30251         (isnormal_test): Likewise.
30252         (main): Call the new functions.
30253
30254 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
30255
30256         [BZ #14660]
30257         * Makerules (%.dynsym): Force C locale when running
30258         $(OBJDUMP) --dynamic-syms.
30259
30260 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
30261
30262         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
30263         <stdint.h>.
30264
30265 2012-10-06  David S. Miller  <davem@davemloft.net>
30266
30267         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
30268         upper 32-bits of the length value in %o2 since we use branch-on-register
30269         tests which consider the entire 64-bit register.
30270
30271 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
30272
30273         * string/test-strstr.c (check2): Add a test for page boundary.
30274
30275 2012-10-05  David S. Miller  <davem@davemloft.net>
30276
30277         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
30278         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
30279         file.
30280         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
30281         sysdep_routines.
30282         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
30283         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
30284         and bzero when HWCAP_SPARC_CRYPTO is present.
30285
30286 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
30287
30288         [BZ #14602]
30289         * string/test-strstr.c (check2): New function.
30290         (test_main): Call check2.
30291
30292         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
30293         and bug-strchr1.
30294         * string/bug-strcasestr1.c (do_test): Moved to ...
30295         * string/test-strcasestr.c (check1): Here.  New function.
30296         (do_one_test): Break out result checking code into ...
30297         (check_result): This.  New function.
30298         (do_one_test): Call check_result.
30299         (test_main): Call check1.
30300         * string/bug-strchr1.c (do_test): Moved to ...
30301         * string/test-strchr.c (check1): Here.  New function.
30302         (do_one_test): Break out result checking code into ...
30303         (check_result): This.  New function.
30304         (do_one_test): Call check_result.
30305         (test_main): Call check1.
30306         * string/bug-strstr1.c (main): Moved to ...
30307         * string/test-strstr.c (check1): Here.  New function.
30308         (do_one_test): Break out result checking code into ...
30309         (check_result): This.  New function.
30310         (do_one_test): Call check_result.
30311         (test_main): Call check1.
30312         * string/bug-strcasestr1.c: Removed.
30313         * string/bug-strchr1.c: Likewise.
30314         * string/bug-strstr1.c: Likewise.
30315
30316         * elf/Makefile (dl-routines): Add hwcaps.
30317         * elf/dl-support.c (_dl_important_hwcaps): Removed.
30318         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
30319         (_dl_important_hwcaps): Moved to ...
30320         * elf/dl-hwcaps.c: Here.  New file.
30321         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
30322
30323         [BZ #14557]
30324         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
30325         if IS_IN_rtld isn't defined.
30326
30327         * elf/dl-support.c (_dl_sysinfo_map): New.
30328         Include "get-dynamic-info.h" and "setup-vdso.h".
30329         (_dl_non_dynamic_init): Call setup_vdso.
30330         * elf/dynamic-link.h: Don't include <assert.h>.
30331         (elf_get_dynamic_info): Moved to ...
30332         * elf/get-dynamic-info.h: Here.  New file.
30333         * elf/dynamic-link.h: Include "get-dynamic-info.h".
30334         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
30335         * elf/setup-vdso.h: Here.  New file.
30336         * elf/rtld.c: Include "setup-vdso.h".
30337         (dl_main): Call setup_vdso.
30338
30339 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
30340
30341         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
30342         creal in comment listing functions tested.  List finite, isinf,
30343         isnan, isless, islessequal, isgreater, isgreaterequal,
30344         islessgreater, isunordered, lgamma_r and pow10 as functions and
30345         macros not tested.  Mention which functions not tested are aliases
30346         for other functions.  Fix typo.  Note that signs of NaNs are not
30347         tested.
30348
30349         * scripts/config.guess: Update from config.git.
30350         * scripts/config.sub: Likewise.
30351
30352 2012-10-04  Roland McGrath  <roland@hack.frob.com>
30353
30354         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
30355         * misc/madvise.c (madvise): Renamed to __madvise.
30356         Make madvise a weak alias.
30357         * include/sys/mman.h: Declare __madvise.
30358         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
30359         * sysdeps/unix/syscalls.list
30360         (madvise): Make __madvise the strong name, and madvise a weak alias.
30361         * sysdeps/unix/sysv/linux/syscalls.list
30362         (madvise, mmap): Remove redundant entries.
30363         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
30364         * malloc/malloc.c (mtrim): Likewise.
30365         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
30366
30367 2012-10-03  Roland McGrath  <roland@hack.frob.com>
30368
30369         * sysdeps/mach/hurd/dl-cache.c: File removed.
30370         * config.h.in (USE_LDCONFIG): New #undef.
30371         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
30372         * configure: Regenerated.
30373         * elf/Makefile (dl-routines): Add dl-cache only under
30374         [$(use-ldconfig) = yes].
30375         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
30376         cache on [USE_LDCONFIG].
30377         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
30378         [USE_LDCONFIG].
30379         * elf/rtld.c (dl_main): Likewise.
30380
30381 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
30382
30383         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
30384         _SC_LEVEL4_CACHE_LINESIZE.
30385
30386 2012-10-03  Roland McGrath  <roland@hack.frob.com>
30387
30388         * sysdeps/unix/bsd/confstr.h: File removed.
30389
30390 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
30391
30392         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
30393         sys/sdt-config.h.
30394
30395 2012-10-02  Roland McGrath  <roland@hack.frob.com>
30396
30397         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
30398         Make 'mapoff' field ElfW(Off) rather than off_t.
30399
30400 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
30401
30402         * nscd/Makefile: Remove nscd-cflags and all its users.
30403         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
30404         (CFLAGS-nonlib): Add compiler flags for nscd modules.
30405
30406         [BZ #10631]
30407         * malloc.c (malloc_printerr): Clarify error message.
30408
30409 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
30410
30411         [BZ #14648]
30412         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
30413         Set bit_FMA_Usable if FMA is supported.
30414         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
30415         macro.
30416         (bit_FMA4_Usable): Updated.
30417         (index_FMA_Usable): New macro.
30418         (CPUID_FMA): Likewise
30419         (HAS_FMA): Defined with bit_FMA_Usable.
30420
30421 2012-10-01  Roland McGrath  <roland@hack.frob.com>
30422
30423         * bits/types.h (__swblk_t): Type removed.
30424         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
30425         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
30426         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
30427         (__SWBLK_T_TYPE): Likewise.
30428         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
30429         (__SWBLK_T_TYPE): Likewise.
30430         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
30431         (__SWBLK_T_TYPE): Likewise.
30432         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
30433         (__SWBLK_T_TYPE): Likewise.
30434
30435 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
30436             Honza Horak <hhorak@redhat.com>
30437
30438         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
30439         (xdr_mapname): Use YPMAXMAP as maxsize.
30440         (xdr_peername): Use YPMAXPEER as maxsize.
30441         (xdr_keydat): Use YPAXRECORD as maxsize.
30442         (xdr_valdat): Use YPMAXRECORD as maxsize.
30443
30444 2012-10-01  Roland McGrath  <roland@hack.frob.com>
30445
30446         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
30447
30448         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
30449         * csu/init-first.c: ... here.
30450         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
30451         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
30452         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
30453         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
30454         * sysdeps/i386/init-first.c: File removed.
30455         * sysdeps/sh/init-first.c: File removed.
30456
30457 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
30458
30459         [BZ #14645]
30460         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
30461         if x * y might underflow to zero and z is zero.
30462         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
30463         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
30464         * math/libm-test.inc (min_subnorm_value): New variable.
30465         (fma_test): Add more tests.
30466         (fma_test_towardzero): Likewise.
30467         (fma_test_downward): Likewise
30468         (fma_test_upward): Likewise.
30469         (initialize): Set min_subnorm_value.
30470
30471 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
30472
30473         [BZ #14638]
30474         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
30475         0 + 0.
30476         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
30477         mode for addition resulting in exact zero.
30478         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
30479         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
30480         exact 0 + 0.
30481         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
30482         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
30483         * math/libm-test.inc (fma_test): Add more tests.
30484         (fma_test_towardzero): New function.
30485         (fma_test_downward): Likewise.
30486         (fma_test_upward): Likewise.
30487         (main): Call the new functions.
30488
30489 2012-09-28  David S. Miller  <davem@davemloft.net>
30490
30491         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
30492
30493 2012-09-28  Roland McGrath  <roland@hack.frob.com>
30494
30495         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
30496         instead of SIGALRM.
30497
30498         * sysdeps/gnu/_G_config.h: Moved to ...
30499         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
30500         * sysdeps/mach/hurd/_G_config.h: Moved to ...
30501         * sysdeps/generic/_G_config.h: ... here.
30502
30503         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
30504
30505         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
30506
30507         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
30508         Conditionalize target on [libnss_test1.so-version].
30509
30510         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
30511
30512         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
30513         (elfobjdir): Move out of conditionals.
30514
30515         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
30516         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
30517         (__nss_lookup_function): Conditionalize label remove_from_tree on
30518         [!DO_STATIC_NSS || SHARED], matching its only use.
30519
30520 2012-09-28  David S. Miller  <davem@davemloft.net>
30521
30522         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
30523         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
30524         file.
30525         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
30526         sysdep_routines.
30527         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
30528         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
30529         when HWCAP_SPARC_CRYPTO is present.
30530
30531 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
30532
30533         * io/tst-mknodat.c: Create a FIFO instead of a socket.
30534
30535 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
30536
30537         [BZ #6530]
30538         * stdio-common/vfprintf.c (process_string_arg): Revert
30539         2000-07-22 change.
30540
30541 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
30542
30543         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
30544         for testcase.
30545         * stdio-common/tst-sprintf.c: Include <locale.h>
30546         (main): Test sprintf's handling of incomplete multibyte
30547         characters.
30548
30549 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
30550
30551         * elf/dl-runtime.c (VERSYMIDX): Removed.
30552         * elf/dl-version.c (VERSYMIDX): Likewise.
30553         * elf/do-rel.h (VERSYMIDX): Likewise.
30554         (VALIDX): Likewise.
30555         * elf/dynamic-link.h (VERSYMIDX): Likewise.
30556         * elf/rtld.c (VALIDX): Likewise.
30557         (ADDRIDX): Likewise.
30558         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
30559         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
30560         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
30561         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
30562         (VALIDX): Likewise.
30563         (ADDRIDX): Likewise.
30564
30565 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
30566
30567         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
30568
30569 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
30570
30571         [BZ #11438]
30572         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
30573         to global scope.
30574         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
30575         addresses are in the same scope as 192.0.2/24.
30576         * posix/gai.conf: Document new scope table defaults.
30577
30578 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
30579
30580         [BZ #5298]
30581         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
30582         for ftell.  Compute offsets from write pointers instead.
30583         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
30584
30585 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
30586
30587         [BZ #14543]
30588         * libio/Makefile (tests): New test case tst-fseek.
30589         * libio/tst-fseek.c: New test case to verify that fseek/ftell
30590         combination works in wide mode.
30591         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
30592         state when the external buffer state changes.
30593
30594 2012-09-27  David S. Miller  <davem@davemloft.net>
30595
30596         [BZ #14376]
30597         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
30598         pass reloc->r_addend in as the 'high' argument to
30599         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
30600
30601         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30602
30603 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
30604
30605         * rt/tst-aio2.c: Include <pthread.h>.
30606         * rt/tst-aio3.c: Likewise.
30607
30608 2012-09-27  Steve Ellcey  <sellcey@mips.com>
30609
30610         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
30611
30612 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
30613
30614         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
30615         contents on [SHARED].
30616
30617 2012-09-26  Marek Polacek  <polacek@redhat.com>
30618
30619         [BZ #14530]
30620         [BZ #13741]
30621         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
30622         for C++ and GCC <4.3 as well as for non GCC compilers.
30623
30624 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
30625
30626         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
30627
30628 2012-09-25  Roland McGrath  <roland@hack.frob.com>
30629
30630         * Makefile.in (all, install): Declare with .PHONY.
30631         Reported by Michael Hope <michael.hope@linaro.org>.
30632
30633 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
30634
30635         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
30636         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
30637         system header.
30638         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
30639         Likewise.
30640         (sydep_routines): Add the new and the internal functions.
30641         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
30642         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
30643         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
30644         (GLIBC_2.17): Add the new function.
30645         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
30646         (GLIBC_2.17): Likewise.
30647         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
30648         (GLIBC_2.17): Likewise.
30649         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
30650         (GLIBC_2.17): Likewise.
30651         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
30652
30653 2012-09-25  Alan Modra  <amodra@gmail.com>
30654
30655         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
30656         Add release barrier before setting once_control to say
30657         initialisation is done.  Add hints on lwarx.  Use macro in
30658         place of isync.
30659         (clear_once_control): Add release barrier.
30660
30661 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
30662
30663         [BZ #13629]
30664         * math/s_clog.c (__clog): Handle more values close to |z| = 1
30665         specially.
30666         * math/s_clog10.c (__clog10): Likewise.
30667         * math/s_clog10f.c (__clog10f): Likewise.
30668         * math/s_clog10l.c (__clog10l): Likewise.
30669         * math/s_clogf.c (__clogf): Likewise.
30670         * math/s_clogl.c (__clogl): Likewise.
30671         * math/Makefile (libm-calls): Add x2y2m1.
30672         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
30673         (__x2y2m1): Likewise.
30674         (__x2y2m1l): Likewise.
30675         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
30676         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
30677         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
30678         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
30679         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
30680         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
30681         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
30682         * sysdeps/i386/fpu/libm-test-ulps: Update.
30683         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30684
30685         [BZ #14621]
30686         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
30687         int as type of variable DEPTH.
30688         (glob): Use size_t instead of int as type of variables NEWCOUNT
30689         and OLD_PATHC.
30690
30691 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
30692
30693         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
30694         Add s_sincosf-sse2.
30695         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
30696         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
30697         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
30698         macros for using routine as __sincosf_ia32.
30699         Use macro for function declaration and weak_alias.
30700         * sysdeps/i386/fpu/libm-test-ulps: Update.
30701
30702         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
30703         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
30704
30705         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
30706         subnormal argument.
30707         * math/s_cexpf.c (__cexpf): Likewise.
30708         * math/s_csinf.c (__csinf): Likewise.
30709         * math/s_csinhf.c (__csinhf): Likewise.
30710         * math/s_ctanf.c (__ctanf): Likewise.
30711         * math/s_ctanhf.c (__ctanhf): Likewise.
30712         * math/s_ccosh.c (__ccoshf): Likewise.
30713         * math/s_cexp.c (__cexpl): Likewise.
30714         * math/s_csin.c (__csin): Likewise.
30715         * math/s_csinh.c (__csinh): Likewise.
30716         * math/s_ctan.c (__ctan): Likewise.
30717         * math/s_ctanh.c (ctanh): Likewise.
30718         * math/s_ccoshl.c (__ccoshl): Likewise.
30719         * math/s_cexpl.c (__cexpl): Likewise.
30720         * math/s_csinl.c (__csinl): Likewise.
30721         * math/s_csinhl.c (__csinhl): Likewise.
30722         * math/s_ctanl.c (__ctanl): Likewise.
30723         * math/s_ctanhl.c (__ctanhl): Likewise.
30724
30725 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
30726
30727         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
30728         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
30729         (_IO_off_t): Define to __off_t, not _G_off_t.
30730         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
30731         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
30732         (_IO_wint_t): Define to wint_t, not _G_wint_t.
30733         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
30734         type of __dummy and __dummy2 fields.
30735         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
30736         (_G_ssize_t): Likewise.
30737         (_G_off_t): Likewise.
30738         (_G_pid_t): Likewise.
30739         (_G_uid_t): Likewise.
30740         (_G_wchar_t): Likewise.
30741         (_G_wint_t): Likewise.
30742         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
30743         (_G_ssize_t): Likewise.
30744         (_G_off_t): Likewise.
30745         (_G_pid_t): Likewise.
30746         (_G_uid_t): Likewise.
30747         (_G_wchar_t): Likewise.
30748         (_G_wint_t): Likewise.
30749         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
30750         (_G_ssize_t): Likewise.
30751         (_G_off_t): Likewise.
30752         (_G_pid_t): Likewise.
30753         (_G_uid_t): Likewise.
30754         (_G_wchar_t): Likewise.
30755         (_G_wint_t): Likewise.
30756
30757 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
30758
30759         * malloc/arena.c: Include malloc-sysdep.h.
30760         (shrink_heap): Use check_may_shrink_heap to decide if madvise
30761         is sufficient to shrink the heap or an unmap is needed.
30762         * sysdeps/generic/malloc-sysdep.h: New file.  Define
30763         new function check_may_shrink_heap.
30764         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
30765         new function check_may_shrink_heap.
30766
30767 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
30768
30769         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
30770         comments.
30771
30772 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
30773
30774         * catgets/test-gencat.sh: Add "set -e".
30775         * elf/tst-pathopt.sh: Likewise.
30776         * grp/tst_fgetgrent.sh: Likewise.
30777         * iconvdata/run-iconv-test.sh: Likewise.
30778         * intl/tst-gettext.sh: Likewise.
30779         * intl/tst-gettext2.sh: Likewise.
30780         * intl/tst-gettext4.sh: Likewise.
30781         * intl/tst-gettext6.sh: Likewise.
30782         * intl/tst-translit.sh: Likewise.
30783         * io/ftwtest-sh: Likewise.
30784         * libio/test-freopen.sh: Likewise.
30785         * malloc/tst-mtrace.sh: Likewise.
30786         * posix/globtest.sh: Likewise.
30787         * posix/tst-getconf.sh: Likewise.
30788         * posix/wordexp-tst.sh: Likewise.
30789         * stdio-common/tst-printf.sh: Likewise.
30790         * stdio-common/tst-unbputc.sh: Likewise.
30791         * stdlib/tst-fmtmsg.sh: Likewise.
30792         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
30793         * catgets/Makefile: Do not specify -e option when running
30794         testsuite shell scripts.
30795         * elf/Makefile: Likewise.
30796         * grp/Makefile: Likewise.
30797         * iconvdata/Makefile: Likewise.
30798         * intl/Makefile: Likewise.
30799         * io/Makefile: Likewise.
30800         * libio/Makefile: Likewise.
30801         * malloc/Makefile: Likewise.
30802         * posix/Makefile: Likewise.
30803         * stdio-common/Makefile: Likewise.
30804         * stdlib/Makefile: Likewise.
30805         * sysdeps/x86_64/Makefile: Likewise.
30806
30807         * io/ftwtest-sh: Add copyright header.
30808         * posix/globtest.sh: Likewise.
30809         * posix/tst-getconf.sh: Likewise.
30810         * posix/wordexp-tst.sh: Likewise.
30811         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
30812
30813 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
30814
30815         [BZ #13679]
30816         * Makeconfig (+link): Defined as $(+link-static) if
30817         $(build-shared) isn't yes.
30818         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
30819         isn't yes.
30820         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
30821
30822         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
30823
30824         [BZ #14562]
30825         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
30826         new chunk size with MALLOC_ALIGN_MASK.
30827
30828 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
30829
30830         [BZ #5044]
30831         * stdio-common/printf_fphex.c: Include <stdbool.h> and
30832         <rounding-mode.h>.
30833         (__printf_fphex): Determine rounding using get_rounding_mode and
30834         round_away.
30835         * stdio-common/tst-printf-round.c (struct hex_test): New
30836         structure.
30837         (hex_tests): New variable.
30838         (test_hex_in_one_mode): New function.
30839         (do_test): Also run tests for hex float output.
30840
30841 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
30842
30843         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
30844         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
30845         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
30846         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
30847         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
30848         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
30849         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
30850         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
30851
30852 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
30853
30854         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
30855         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
30856         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
30857         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
30858
30859 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
30860
30861         [BZ #14579]
30862         * elf/rtld.c (dl_main): Limit the check for self loading to normal
30863         mode only.
30864         * elf/tst-rtld-load-self.sh: New test.
30865         * elf/Makefile: Run it.
30866
30867 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
30868
30869         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
30870         (tst-writev-ENV): Remove.
30871         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
30872
30873 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
30874
30875         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
30876
30877 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
30878
30879         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
30880         unconditional.
30881         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
30882         Likewise.
30883         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
30884         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
30885         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
30886         Likewise.
30887
30888 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
30889
30890         [BZ #14587]
30891         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
30892         * config.make.in (have-cpp-asm-debuginfo): Removed.
30893         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
30894         * configure: Regenerated.
30895
30896 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
30897
30898         [BZ #5044]
30899         * stdio-common/printf_fp.c: Include <stdbool.h> and
30900         <rounding-mode.h>.
30901         (___printf_fp): Determine rounding using get_rounding_mode and
30902         round_away.
30903         * stdio-common/tst-printf-round.c: New file.
30904         * stdio-common/Makefile (tests): Add tst-printf-round.
30905         (link-libm): New variable.
30906         ($(objpfx)tst-printf-round): Depend in $(link-libm).
30907
30908 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
30909
30910         [BZ #14576]
30911         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
30912         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
30913         Likewise.
30914         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
30915         Likewise.
30916
30917 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
30918
30919         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
30920         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
30921         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
30922         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
30923
30924 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
30925
30926         [BZ #14518]
30927         * include/rounding-mode.h: New file.
30928         * sysdeps/generic/get-rounding-mode.h: Likewise.
30929         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
30930         * stdlib/strtod_l.c: Include <rounding-mode.h>.
30931         (MAX_VALUE): New macro.
30932         (MIN_VALUE): Likewise.
30933         (overflow_value): New function.
30934         (underflow_value): Likewise.
30935         (round_and_return): Use overflow_value and underflow_value to
30936         determine return values in overflow and underflow cases.  Use
30937         round_away to determine rounding depending on rounding mode.
30938         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
30939         determine return values in overflow and underflow cases.
30940         * stdlib/tst-strtod-round.c: Include <fenv.h>.
30941         (struct test_results): New structure.
30942         (struct test): Use struct test_results to store expected results
30943         for all rounding modes.
30944         (TEST): Include expected results for all rounding modes.
30945         (test_in_one_mode): New function.
30946         (do_test): Use test_in_one_mode to compute and check results.
30947         Check results for all rounding modes.
30948         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
30949         $(link-libm).
30950
30951 2012-12-09  Allan McRae  <allan@archlinux.org>
30952
30953         * sysdeps/i386/fpu/libm-test-ulps: Update
30954
30955 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
30956
30957         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
30958         (_G_int32_t): Likewise.
30959         (_G_uint16_t): Likewise.
30960         (_G_uint32_t): Likewise.
30961         (_G_HAVE_BOOL): Likewise.
30962         (_G_HAVE_ATEXIT): Likewise.
30963         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
30964         (_G_HAVE_IO_FILE_OPEN): Likewise.
30965         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
30966         (_G_int32_t): Likewise.
30967         (_G_uint16_t): Likewise.
30968         (_G_uint32_t): Likewise.
30969         (_G_HAVE_BOOL): Likewise.
30970         (_G_HAVE_ATEXIT): Likewise.
30971         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
30972         (_G_HAVE_IO_FILE_OPEN): Likewise.
30973         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
30974         (_G_int32_t): Likewise.
30975         (_G_uint16_t): Likewise.
30976         (_G_uint32_t): Likewise.
30977         (_G_HAVE_BOOL): Likewise.
30978         (_G_HAVE_ATEXIT): Likewise.
30979         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
30980         (_G_HAVE_IO_FILE_OPEN): Likewise.
30981
30982 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
30983
30984         * csu/libc-tls.c: Update copyright years.
30985
30986 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
30987
30988         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
30989         [!_G_USING_THUNKS]: Remove conditional code.
30990         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
30991         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
30992
30993         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
30994         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
30995         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
30996         (_G_VTABLE_LABEL_PREFIX): Likewise.
30997         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
30998         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
30999         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
31000         (_G_VTABLE_LABEL_PREFIX): Likewise.
31001         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
31002         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
31003         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
31004         (_G_VTABLE_LABEL_PREFIX): Likewise.
31005         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
31006
31007 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
31008
31009         * libio/Makefile: Include ../Makeconfig before tests.
31010         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
31011         only if $(build-shared) is yes.
31012
31013         * iconv/gconv_db.c: Update copyright years.
31014
31015 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
31016
31017         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
31018         unwind info if defined PIC. Fix special cases description.
31019         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
31020
31021         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
31022         DP_HI_MASK entry.
31023         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
31024
31025 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
31026
31027         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
31028
31029         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
31030         is NULL.
31031
31032         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
31033         (LDLIBS-tst-chk4): This.
31034         (LDFLAGS-tst-chk5): Renamed to ...
31035         (LDLIBS-tst-chk5): This.
31036         (LDFLAGS-tst-chk6): Renamed to ...
31037         (LDLIBS-tst-chk6): This.
31038         (LDFLAGS-tst-lfschk4): Renamed to ...
31039         (LDLIBS-tst-lfschk4): This.
31040         (LDFLAGS-tst-lfschk5): Renamed to ...
31041         (LDLIBS-tst-lfschk5): This.
31042         (LDFLAGS-tst-lfschk6): Renamed to ...
31043         (LDLIBS-tst-lfschk6): This.
31044
31045         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
31046         on $(common-objpfx)soversions.mk.
31047
31048 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
31049
31050         [BZ #10014]
31051         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
31052         example host name.
31053
31054 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
31055
31056         * malloc/arena.c (arena_get_retry): New function that gets
31057         another arena for the caller to try its request on.
31058         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
31059         current arena cannot fulfill the request.
31060         (__libc_memalign): Likewise.
31061         (__libc_memalign): Likewise.
31062         (__libc_pvalloc): Likewise.
31063         (__libc_calloc): Likewise.
31064
31065 2012-09-05  John Tobey  <john.tobey@gmail.com>
31066
31067         [BZ #13542]
31068         * manual/arith.texi (Operations on Complex): Fix description
31069         of carg branch cut.
31070
31071 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
31072
31073         [BZ #10014]
31074         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
31075         host name.
31076
31077         [BZ #10038]
31078         * manual/memory.texi (Memory): Make order of menu items match
31079         order of sections.
31080
31081 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
31082
31083         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
31084         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
31085         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
31086
31087 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
31088
31089         * csu/libc-tls.c (static_dtv): Renamed to ...
31090         (_dl_static_dtv): This.  Make it global.
31091         (_dl_initial_dtv): Removed.
31092         (__libc_setup_tls): Updated.
31093         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
31094         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
31095         DL_INITIAL_DTV.
31096
31097 2012-09-06  Petr Machata  <pmachata@redhat.com>
31098
31099         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
31100         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
31101         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
31102         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
31103
31104 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
31105
31106         [BZ #14545]
31107         * csu/libc-tls.c (_dl_initial_dtv): New variable.
31108         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
31109         freeing dtv[-1].
31110
31111 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
31112
31113         [BZ #14544]
31114         * Makeconfig (link-static-before-libc): Replace $(+prector)
31115         with $(+prectorT).
31116         (link-static-after-libc): Replace $(+postctor) with
31117         $(+postctorT).
31118         (link-bounded): Replace $(+prector)/$(+postctor) with
31119         $(+prectorT)/$(+postctorT).
31120         (+prectorT): New macro.
31121         (+postctorT): Likewise.
31122
31123 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
31124
31125         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
31126         (round_str): Handle values above the maximum for IBM long double
31127         as inexact.
31128         * stdlib/tst-strtod-round.c (tests): Regenerated.
31129
31130 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31131
31132         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
31133         assembler flag.
31134         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
31135         zarch_nohighgprs around the zarch optimized routines.
31136         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
31137         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
31138         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
31139         for zarch.
31140
31141 2012-09-05  David S. Miller  <davem@davemloft.net>
31142
31143         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31144
31145         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
31146         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
31147         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
31148         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
31149         entries.
31150
31151 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
31152
31153         * malloc/arena.c: Fold copyright years.
31154         * malloc/mcheck.c, malloc/memusage.c: Likewise.
31155
31156 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
31157
31158         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
31159
31160 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
31161
31162         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
31163
31164 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
31165
31166         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
31167         change internal state upon failure.
31168
31169 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
31170
31171         * malloc/mcheck.c (mcheck_check_all): Fix typo.
31172         * malloc/memusage.c (mmap): Likewise.
31173         (mmap64, mremap): Likewise.  Adjust name in comment.
31174
31175 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
31176
31177         * libio/fileops.c: Fix typos in comments.
31178         * libio/oldfileops.c: Likewise.
31179         * libio/wfileops.c: Likewise.
31180
31181 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
31182
31183         [BZ #1349]
31184         * malloc/Makefile (tests): Add tst-malloc-usable test case.
31185         (tst-malloc-usable-ENV): Set environment for test case.
31186         * malloc/hooks.c (malloc_check_get_size): New function to get
31187         requested size.
31188         * malloc/malloc.c (musable): Use malloc_check_get_size.
31189         * malloc/tst-malloc-usable.c: New test case.
31190
31191 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
31192
31193         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
31194
31195 2012-09-05  Allan McRae  <allan@archlinux.org>
31196
31197         [BZ #13966]
31198         * configure.in (CXX_SYSINCLUDES): Use compiler output to
31199         determine header location.
31200         * configure: Regenerated.
31201
31202 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
31203
31204         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
31205         float format.
31206         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
31207         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
31208         format.
31209         (test): Regenerate.
31210
31211 2012-09-04  David S. Miller  <davem@davemloft.net>
31212
31213         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
31214         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
31215         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
31216
31217 2012-09-04  Florian Weimer  <fweimer@redhat.com>
31218
31219         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
31220         failures.
31221
31222         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
31223
31224 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
31225
31226         [BZ #9914]
31227         * libio/iogetdelim.c: Include <limits.h>.
31228         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
31229         + len + 1 would overflow.
31230
31231 2012-09-03  Andreas Jaeger  <aj@suse.de>
31232
31233         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31234         * sysdeps/i386/fpu/libm-test-ulps: Update.
31235
31236 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
31237
31238         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
31239         Add s_sinf-sse2, s_conf-sse2.
31240
31241         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
31242         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
31243         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
31244         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
31245
31246         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
31247         for using routine as __sinf_ia32.
31248         Use macro for function declaration and weak_alias.
31249         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
31250         for using routine as __cosf_ia32.
31251         Use macro for function declaration and weak_alias.
31252
31253         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
31254         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
31255
31256         * sysdeps/x86_64/fpu/s_sinf.S: New file.
31257         * sysdeps/x86_64/fpu/s_cosf.S: New file.
31258         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31259
31260         * math/libm-test.inc (cos_test): Add more test cases.
31261         (sin_test): Likewise.
31262         (sincos_test): Likewise.
31263
31264 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31265
31266         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
31267         (IFUNC_RESOLVE): Make pointers to the specialized implementations
31268         hidden.
31269         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
31270
31271 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
31272
31273         [BZ #14538]
31274         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
31275         first element of the GOT.
31276         (elf_machine_load_address): Return the difference between
31277         the runtime address of _DYNAMIC and elf_machine_dynamic ().
31278
31279 2012-09-01  Allan McRae  <allan@archlinux.org>
31280
31281         [BZ #13412]
31282         * configure.in (AWK): Require gawk version 3.0 or later.
31283         * configure: Regenerated.
31284
31285 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
31286
31287         * sysdeps/unix/sysv/linux/kernel-features.h
31288         (__ASSUME_POSIX_CPU_TIMERS): Remove.
31289         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
31290         [__NR_clock_getres]: Make code unconditional.
31291         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
31292         (clock_getcpuclockid): Remove code left unreachable by removal of
31293         conditionals.
31294         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
31295         code unconditional.
31296         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
31297         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
31298         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
31299         Make code unconditional.
31300         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
31301         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
31302         * sysdeps/unix/sysv/linux/clock_settime.c
31303         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
31304         conditional code.
31305         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
31306         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
31307
31308 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
31309
31310         [BZ #14476]
31311         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
31312         scripts/test-installation.pl.
31313
31314         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
31315         and $ld_so_version if it is set.
31316
31317 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
31318
31319         [BZ #14516]
31320         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
31321         failure if reading from procfs failed.
31322         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
31323
31324 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
31325
31326         * sysdeps/unix/sysv/linux/kernel-features.h
31327         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
31328         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
31329         Remove conditional code.
31330         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
31331         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
31332         Remove conditional code.
31333         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
31334         * sysdeps/unix/sysv/linux/i386/fxstat.c
31335         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
31336         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
31337         * sysdeps/unix/sysv/linux/i386/fxstatat.c
31338         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
31339         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
31340         * sysdeps/unix/sysv/linux/i386/lxstat.c
31341         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
31342         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
31343         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
31344         Remove conditional code.
31345         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
31346         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
31347         Remove conditional code.
31348         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
31349         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
31350         <kernel-features.h>.
31351         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
31352         Remove.
31353         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
31354         Remove conditional code.
31355         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
31356         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
31357         Remove conditional.
31358
31359 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
31360
31361         [BZ #5400]
31362         * NEWS: Add fixed bug number.
31363
31364 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
31365
31366         [BZ #14519]
31367         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
31368         underflowing exponent in case of negative sign.
31369         * stdlib/tst-strtod-round-data: Add more tests.
31370         * stdlib/tst-strtod-round.c (tests): Regenerated.
31371
31372         [BZ #3479]
31373         * stdlib/strtod_l.c (NDIG): Remove.
31374         (HEXNDIG): Likewise.
31375         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
31376         smallest representable value.
31377         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
31378         lie within an exact representation of 1/2 ulp of the result.
31379         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
31380         unconditionally.
31381         (TENS_P9_IDX): Define unconditionally.
31382         (TENS_P9_SIZE): Likewise.
31383         (TENS_P10_IDX): Likewise.
31384         (TENS_P10_SIZE): Likewise.
31385         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
31386         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
31387         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
31388         entries for 10^2^13 and 10^2^14.
31389         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
31390         (TENS_P13_IDX): Define.
31391         (TENS_P13_SIZE): Likewise.
31392         (TENS_P14_IDX): Likewise.
31393         (TENS_P14_SIZE): Likewise.
31394         (_fpioconst_pow10): Change array size to
31395         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
31396         unconditional.
31397         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
31398         1024]: Add entries for 10^2^13 and 10^2^14.
31399         [LAST_POW10 > _LAST_POW10]: Remove #error.
31400         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
31401         (_fpioconst_pow10): Change array size to
31402         FPIOCONST_POW10_ARRAY_SIZE.
31403         * stdlib/gen-fpioconst.c: New file.
31404         * stdlib/gen-tst-strtod-round.c: Likewise.
31405         * stdlib/tst-strtod-round-data: Likewise.
31406         * stdlib/tst-strtod-round.c: Likewise.
31407         * stdlib/Makefile (tests): Add tst-strtod-round.
31408
31409         [BZ #14459]
31410         * stdlib/strtod_l.c: Include <stdint.h>.
31411         (NDEBUG): Do not define.
31412         (round_and_return): Change EXPONENT parameter to type intmax_t.
31413         Rearrange calculations to avoid internal overflow possibilities.
31414         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
31415         Rearrange calculations to avoid internal overflow possibilities.
31416         Assert that number fits inside MPNSIZE limbs.
31417         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
31418         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
31419         calculations and add assertions to avoid internal overflow
31420         possibilities.  Add casts to avoid signed/unsigned operations.
31421         * stdlib/tst-strtod-overflow.c: New file.
31422         * stdlib/Makefile (tests): Add tst-strtod-overflow.
31423
31424 2012-08-25  Marek Polacek  <polacek@redhat.com>
31425
31426         * time/time.h: Fix some typos in comments.
31427
31428 2012-08-23  Roland McGrath  <roland@hack.frob.com>
31429
31430         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
31431         * posix/tst-rfc3484-2.c: Likewise.
31432         * posix/tst-rfc3484-3.c: Likewise.
31433
31434 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
31435
31436         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
31437         (EF_ARM_ABI_FLOAT_HARD): Likewise.
31438
31439 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
31440
31441         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
31442         #include of fxstatat64.c.
31443
31444 2012-08-22  Roland McGrath  <roland@hack.frob.com>
31445
31446         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
31447         * shadow/getspent_r.c: Likewise.
31448         * shadow/getspnam.c: Likewise.
31449         * shadow/getspnam_r.c: Likewise.
31450         * gshadow/getsgent.c: Likewise.
31451         * gshadow/getsgent_r.c: Likewise.
31452         * gshadow/getsgnam.c: Likewise.
31453         * gshadow/getsgnam_r.c: Likewise.
31454         * inet/getnetbyad.c: Likewise.
31455         * inet/getnetbyad_r.c: Likewise.
31456         * inet/getnetbynm.c: Likewise.
31457         * inet/getnetbynm_r.c: Likewise.
31458         * inet/getnetent.c: Likewise.
31459         * inet/getnetent_r.c: Likewise.
31460         * inet/getproto.c: Likewise.
31461         * inet/getproto_r.c: Likewise.
31462         * inet/getprtent.c: Likewise.
31463         * inet/getprtent_r.c: Likewise.
31464         * inet/getprtname.c: Likewise.
31465         * inet/getprtname_r.c: Likewise.
31466         * inet/getrpcbyname.c: Likewise.
31467         * inet/getrpcbyname_r.c: Likewise.
31468         * inet/getrpcbynumber.c: Likewise.
31469         * inet/getrpcbynumber_r.c: Likewise.
31470         * inet/getrpcent.c: Likewise.
31471         * inet/getrpcent_r.c: Likewise.
31472         * inet/getaliasent.c: Likewise.
31473         * inet/getaliasent_r.c: Likewise.
31474         * inet/getaliasname.c: Likewise.
31475         * inet/getaliasname_r.c: Likewise.
31476         * nscd/getgrgid_r.c: Likewise.
31477         * nscd/getgrnam_r.c: Likewise.
31478         * nscd/gethstbyad_r.c: Likewise.
31479         * nscd/gethstbynm3_r.c: Likewise.
31480         * nscd/getpwnam_r.c: Likewise.
31481         * nscd/getpwuid_r.c: Likewise.
31482         * nscd/getsrvbynm_r.c: Likewise.
31483         * nscd/getsrvbypt_r.c: Likewise.
31484         * nscd/gai.c: Likewise.
31485
31486         * configure.in (build_nscd): New substituted variable, set
31487         by --disable-build-nscd and defaults to $use_nscd.
31488         * configure: Regenerated.
31489         * config.make.in (build-nscd): New substituted variable.
31490         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
31491         Change conditional to require [$(build-nscd) = yes] as well.
31492         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
31493
31494         [BZ# 13696]
31495         * configure.in (use_nscd): New substituted variable, set by
31496         --disable-nscd.  If enabled, define USE_NSCD.
31497         * configure: Regenerated.
31498         * config.h.in: Add USE_NSCD.
31499         * config.make.in (use-nscd): New substituted variable.
31500         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
31501         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
31502         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
31503         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
31504         (CFLAGS-getgrnam_r.c): Likewise.
31505         (CFLAGS-initgroups.c): Likewise.
31506         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
31507         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
31508         Variables removed.
31509         * inet/getnetgrent_r.c
31510         (nscd_setnetgrent): New function, broken out of ...
31511         (setnetgrent): ... here.  Call it.
31512         (innetgr): Conditionalize nscd bits on [USE_NSCD].
31513         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
31514         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
31515         * nscd/Makefile (routines, aux): Move definitions after include of
31516         Makeconfig.  Conditionalize on [$(use-nscd) != no].
31517         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
31518         Conditionalize on [USE_NSCD].
31519         (is_nscd, nscd_init_cb): Likewise.
31520         (nss_load_library): Conditionalize init callback on [USE_NSCD].
31521         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
31522         * nss/nss_db/db-init.c: Likewise.
31523         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
31524         [USE_NSCD].
31525         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
31526         (make_request): Use it.
31527         (cache_valid_p): New function.
31528         (__check_pf): Use it.
31529         * NEWS: Add item for --disable-nscd.
31530
31531 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
31532
31533         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
31534         to support sed >= 4.2.1-20-ga9bf076.
31535         * configure: Regenerated.
31536
31537 2012-08-22  Roland McGrath  <roland@hack.frob.com>
31538
31539         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
31540         Conditionalize whole body on [IREL].
31541
31542 2012-08-22  Jeff Law <law@redhat.com>
31543
31544         [BZ #14505]
31545         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
31546         if the family is PF_UNSPEC.
31547
31548 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
31549
31550         * Makerules (lib-version): Rename from V.
31551         (install-lib-nosubdir): Change V to lib-version.
31552
31553 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
31554
31555         [BZ #14252]
31556         * powerpc32/power6/wcschr.c: New file.
31557         * powerpc32/power6/wcscpy.c: New file.
31558         * powerpc32/power6/wcsrchr.c: New file.
31559         * powerpc64/power6/wcschr.c: New file.
31560         * powerpc64/power6/wcscpy.c: New file.
31561         * powerpc64/power6/wcsrchr.c: New file.
31562
31563 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
31564
31565         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
31566         (two_way_short_needle): Use it.
31567         * string/strstr.c (AVAILABLE1_USES_J): Define.
31568         * string/strcasestr.c: Likewise.
31569
31570         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
31571         array references.
31572         * string/strcasestr.c (TOLOWER): Make side-effect safe.
31573
31574         [BZ #11607]
31575         * NEWS: Add an entry.
31576         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
31577         define their defaults.
31578         (two_way_short_needle): Detect end-of-string on-the-fly.
31579         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
31580         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
31581         * string/bug-strcasestr1.c: New test.
31582         * string/Makefile: Run it.
31583
31584 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
31585
31586         [BZ #11607]
31587         * string/str-two-way.h (two_way_short_needle): Optimize matching of
31588         the first character.
31589
31590 2012-08-21  Roland McGrath  <roland@hack.frob.com>
31591
31592         * csu/elf-init.c (__libc_csu_irel): Function removed.
31593         * csu/libc-start.c (apply_irel): New function.
31594         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
31595
31596 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
31597
31598         * sysdeps/unix/sysv/linux/kernel-features.h
31599         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
31600         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
31601         <kernel-features.h>.
31602         [__NR_fadvise64_64]: Make code unconditional.
31603         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
31604         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
31605         !__NR_fadvise64_64)]: Likewise.
31606         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
31607         !__NR_fadvise64_64))]: Likewise.
31608         [__NR_fadvise64]: Make code unconditional.
31609         [!__NR_fadvise64]: Remove conditional code.
31610         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
31611         <kernel-features.h>.
31612         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
31613         unconditional.
31614         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
31615         conditional code.
31616         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
31617         not include <kernel-features.h>.
31618         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
31619         unconditional.
31620         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
31621         conditional code.
31622         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
31623         include <kernel-features.h>.
31624         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
31625         unconditional.
31626         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
31627         conditional code.
31628
31629 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
31630
31631         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
31632         slight instruction rearrangements per scrollpipe analysis.
31633         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
31634
31635 2012-08-20  Roland McGrath  <roland@hack.frob.com>
31636
31637         * manual/syslog.texi (syslog; vsyslog, closelog):
31638         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
31639         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
31640
31641         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
31642         DSOCAPS to match condition on defining it.
31643
31644 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
31645
31646         * sysdeps/unix/sysv/linux/kernel-features.h
31647         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
31648         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
31649         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
31650         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
31651         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
31652         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
31653         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
31654         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
31655         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
31656         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
31657
31658         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
31659         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
31660
31661         * sysdeps/unix/sysv/linux/kernel-features.h
31662         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
31663         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
31664         unconditional.
31665         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
31666         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
31667         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
31668         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
31669         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
31670         Make code unconditional.
31671         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
31672         (__mmap64) [!__NR_mmap2]: Likewise.
31673         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
31674         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
31675         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
31676         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
31677         [__NR_mmap2]: Make code unconditional.
31678         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
31679         (__mmap64) [!__NR_mmap2]: Likewise.
31680
31681 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31682
31683         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
31684
31685 2012-08-18  Andreas Jaeger  <aj@suse.de>
31686
31687         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
31688
31689 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
31690
31691         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
31692         * include/unistd.h (__have_sock_cloexec): Likewise.
31693         (__have_pipe2): Likewise.
31694         (__have_dup3): Likewise.
31695
31696 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
31697
31698         [BZ #9685]
31699         * include/unistd.h (__have_pipe2): Change define into an extern int.
31700         (__have_dup3): Likewise.
31701         * socket/have_sock_cloexec.c: Include fcntl.h.
31702         (__have_pipe2): New variable.
31703         (__have_dup3): Likewise.
31704
31705 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
31706
31707         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
31708
31709 2012-08-17  Marek Polacek  <polacek@redhat.com>
31710
31711         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
31712         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
31713
31714 2012-08-17  Roland McGrath  <roland@hack.frob.com>
31715
31716         * configure.in: Add AC_SUBST for sysheaders.
31717         * configure: Regenerated.
31718         * config.make.in (sysheaders): New substituted variable.
31719
31720         * sysdeps/unix/mkfifo.c: Moved ...
31721         * sysdeps/posix/mkfifo.c: ... here.
31722         * sysdeps/unix/mkfifoat.c: Moved ...
31723         * sysdeps/posix/mkfifoat.c: ... here.
31724
31725         * sysdeps/unix/utime.c: Moved ...
31726         * sysdeps/posix/utime.c: ... here.
31727
31728         * sysdeps/unix/time.c: Moved ...
31729         * sysdeps/posix/time.c: ... here.
31730         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
31731         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
31732
31733         * sysdeps/unix/nice.c: Moved ...
31734         * sysdeps/posix/nice.c: ... here.
31735
31736         * sysdeps/unix/alarm.c: Moved ...
31737         * sysdeps/posix/alarm.c: ... here.
31738
31739         * intl/Makefile ($(codeset_mo)): Depend on the input file.
31740
31741 2012-08-17  Jeff Law <law@redhat.com>
31742
31743         * intl/Makefile (codeset_mo): New variable.
31744         ($(codeset_mo)): New target.
31745         (tst-codeset.out): Depend on that.  Remove explicit rule.
31746         (tst-gettext3.out, tst-gettext5.out): Likewise.
31747         (LOCPATH-ENV, tst-codeset-ENV): New variables.
31748         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
31749         * intl/tst-codeset.sh: Remove.
31750         * intl/tst-gettext3.sh: Likewise.
31751         * intl/tst-gettext5.sh: Likewise.
31752
31753 2012-08-17  Roland McGrath  <roland@hack.frob.com>
31754
31755         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
31756         * sysdeps/unix/syscalls.list: ... here.
31757
31758         * sysdeps/posix/getaddrinfo.c
31759         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
31760         (gaiconf_init, gaiconf_reload): Use them.
31761         [!_STATBUF_ST_NSEC]
31762         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
31763         Define using time_t rather than struct timespec.
31764
31765         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
31766         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
31767         Macros removed.
31768         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
31769         [!NO_THREADS].
31770         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
31771         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
31772         Likewise.
31773
31774         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
31775         __libc_cleanup_push argument.
31776
31777         * bits/param.h: New file.
31778         * misc/sys/param.h: New file.
31779         * include/sys/param.h: New file.
31780         * misc/Makefile (headers): Add bits/param.h.
31781         * sysdeps/generic/sys/param.h: File removed.
31782         * sysdeps/unix/sysv/linux/bits/param.h: New file.
31783         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
31784         * sysdeps/mach/hurd/bits/param.h: New file.
31785         * sysdeps/mach/hurd/sys/param.h: File removed.
31786
31787         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
31788         last change.
31789
31790         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
31791         [_IO_MTSAFE_IO].
31792         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
31793         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
31794         New macros.
31795
31796         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
31797         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
31798         rather than -D_IO_MTSAFE_IO conditionally.
31799         * stdio-common/Makefile (CPPFLAGS): Likewise.
31800         * wcsmbs/Makefile (CPPFLAGS): Likewise.
31801         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
31802         Use $(libio-mtsafe).
31803         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
31804         of -D_IO_MTSAFE_IO.
31805         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
31806         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
31807         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
31808         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
31809         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
31810         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
31811         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
31812         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
31813         (CFLAGS-fread_u_chk.c): Likewise.
31814         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
31815         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
31816         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
31817         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
31818         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
31819         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
31820         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
31821         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
31822         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
31823
31824         * libio/Makefile: Test [$(libc-reentrant) = yes]
31825         instead of [$(filter %REENTRANT, $(defines)) nonempty].
31826
31827         * Makeconfig
31828         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
31829         * sysdeps/pthread/configure: File removed.
31830         * sysdeps/pthread/Makeconfig: New file.
31831         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
31832         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
31833
31834 2012-08-16  Gary Benson  <gbenson@redhat.com>
31835
31836         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
31837         unmapping the first object in a namespace.
31838
31839 2012-08-16  Roland McGrath  <roland@hack.frob.com>
31840
31841         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
31842         (__internal_setnetgrent): ... this.  Add internal_function to
31843         definition.  Add libc_hidden_def.
31844         (setnetgrent): Update caller.
31845         (internal_endnetgrent): Renamed to ...
31846         (__internal_endnetgrent): ... this.  Add internal_function to
31847         definition.  Add libc_hidden_def.
31848         (endnetgrent): Update caller.
31849         (internal_getnetgrent_r): Renamed to ...
31850         (__internal_getnetgrent_r): ... this.  Add internal_function to
31851         definition.  Add libc_hidden_def.
31852         (__getnetgrent_r): Update caller.
31853         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
31854
31855 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
31856
31857         * stdlib/longlong.h: Update from GCC.
31858
31859 2012-08-16  Roland McGrath  <roland@hack.frob.com>
31860
31861         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
31862         on _QL, which is set by umul_ppmm but never used.
31863         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
31864         variables, which are set by GMP macros but never used.
31865         * stdio-common/_itowa.c (_itowa): Likewise.
31866         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
31867         * stdlib/mod_1.c (mpn_mod_1): Likewise.
31868
31869 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
31870
31871         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
31872         struct La_sh_regs is not constant.
31873         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
31874         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
31875         and struct La_sparc64_regs are not constant.
31876
31877 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
31878
31879         * sysdeps/unix/sysv/linux/kernel-features.h
31880         (__ASSUME_POSIX_TIMERS): Remove.
31881         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
31882         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
31883         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
31884         Make code unconditional.
31885         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
31886         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
31887         Make code unconditional.
31888         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
31889         * sysdeps/unix/sysv/linux/clock_nanosleep.c
31890         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
31891         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
31892         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
31893         Make code unconditional.
31894         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
31895         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
31896         (__libc_missing_posix_timers): Remove.
31897
31898 2012-08-15  Roland McGrath  <roland@hack.frob.com>
31899
31900         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
31901         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
31902
31903         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
31904
31905         * elf/dl-sym.c: Include <stdlib.h>.
31906
31907         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
31908         constants, which avoids warnings in 32-bit builds.
31909
31910         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
31911         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
31912
31913         * misc/lseek.c: File moved to ...
31914         * io/lseek.c: ... here.
31915
31916         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
31917
31918         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
31919         shifting LEN more than 31 bits at once.
31920
31921 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
31922
31923         [BZ #14195]
31924         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
31925         segmentation fault for a case of two empty input strings.
31926         * string/test-strncasecmp.c (check1): Renamed to...
31927         (bz12205): ...this.
31928         (bz14195): Add new testcase for two empty input strings and N > 0.
31929         (test_main): Call new testcase, adapt for renamed function.
31930
31931 2012-08-15  Andreas Jaeger  <aj@suse.de>
31932
31933         [BZ #14090]
31934         * crypt/md5test2.c: New test, based on test supplied by Serge
31935         Belyshev <belyshev@depni.sinp.msu.ru>.
31936         * crypt/Makefile (xtests): Add md5test-giant..
31937         * crypt/Makefile ($(objpfx)md5test-giant): Add.
31938
31939 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
31940
31941         [BZ #14090]
31942         * crypt/md5.c (md5_process_block): Don't assume the buffer
31943         length is less than 2**32.
31944         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
31945         length is less than 2**64.
31946
31947 2012-08-15  Roland McGrath  <roland@hack.frob.com>
31948
31949         * string/str-two-way.h: Include <sys/param.h>.
31950         (MAX): Macro removed.
31951
31952         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
31953         Move #define and #undef of memmove to just before and after
31954         including <string.h>.
31955
31956         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
31957         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
31958         and after including <string.h>.  Move declarations of
31959         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
31960         to before #include "string/memmove.c".
31961
31962         * include/dirent.h: Declare __getdirentries.
31963
31964         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
31965         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
31966
31967 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
31968
31969         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
31970         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
31971         * sysdeps/i386/configure: Regenerated.
31972         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
31973         STABS_CURRENT_FILE, and STABS_FUN.
31974         (END): Remove call to STABS_FUN_END.
31975         (STABS_CURRENT_FILE1): Delete.
31976         (STABS_CURRENT_FILE): Likewise.
31977         (STABS_FUN): Likewise.
31978         (STABS_FUN_END): Likewise.
31979         (STABS_FUN2): Likewise.
31980         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
31981         * sysdeps/x86_64/configure: Regenerated.
31982
31983 2012-08-14  Roland McGrath  <roland@hack.frob.com>
31984
31985         * elf/dl-open.c: Include <atomic.h>.
31986         * elf/dl-lookup.c: Likewise.
31987
31988 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
31989
31990         * sysdeps/unix/sysv/linux/kernel-features.h
31991         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
31992         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
31993         unconditionally.
31994         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
31995         unconditionally.
31996         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
31997         condition on __ASSUME_CLONE_THREAD_FLAGS.
31998
31999 2012-08-14  Andreas Jaeger  <aj@suse.de>
32000
32001         * sysdeps/i386/fpu/libm-test-ulps: Update.
32002
32003 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
32004
32005         * include/atomic.h (atomic_exchange_and_add): Split into ...
32006         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
32007         New atomic macros.
32008
32009 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
32010
32011         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
32012
32013 2012-08-13  Jeff Law <law@redhat.com>
32014
32015         * manual/stdio.texi (snprintf): Clarify handling of the trailing
32016         null byte in the output string.
32017
32018 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
32019
32020         * sysdeps/unix/sysv/linux/kernel-features.h
32021         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
32022         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
32023         (__ASSUME_ARG_MAX_STACK_BASED): Define.
32024         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
32025         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
32026         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
32027         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
32028
32029 2012-08-09  Jeff Law <law@redhat.com>
32030
32031         [BZ #13939]
32032         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
32033         When avoid_arena is set, don't retry in the that arena.  Pick the
32034         next one, whatever it might be.
32035         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
32036         (arena_lock): Pass in new parameter to arena_get2.
32037         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
32038         arena_get2.
32039         (__libc_malloc): Unify retrying after main arena failure with
32040         __libc_memalign version.
32041         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
32042
32043 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
32044
32045         [BZ #14166]
32046         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
32047         to __redirect_strstr.
32048         (__strstr_sse42): Use typeof __redirect_strstr.
32049         (__strstr_ia32): Likewise.
32050         (__libc_strstr): New prototype.
32051         (strstr): Renamed to ...
32052         (__libc_strstr): This.
32053         (strstr): New strong alias of __libc_strstr.
32054         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
32055         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
32056         __redirect_time.
32057         Include <time.h>.
32058         (__libc_time): New prototype.
32059         (time_ifunc): Replace time with __libc_time.
32060         (time): New strong alias and hidden definition of __libc_time.
32061         (__GI_time): Remove strong alias.
32062         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
32063         Include <stddef.h>.
32064         (memmove): Redefined to __redirect_memmove.
32065         (__memmove_sse2): Use typeof __redirect_memmove.
32066         (__memmove_ssse3): Likewise.
32067         (__memmove_ssse3_back): Likewise.
32068         (__libc_memmove): New prototype.
32069         (memmove): Renamed to ...
32070         (__libc_memmove): This.
32071         (memmove): New strong alias of __libc_memmove.
32072
32073 2012-08-08  Mark Salter  <msalter@redhat.com>
32074
32075         * elf/elf.h
32076         (R_MN10300_TLS_GD): Define.
32077         (R_MN10300_TLS_LD): Likewise.
32078         (R_MN10300_TLS_LDO): Likewise.
32079         (R_MN10300_TLS_GOTIE): Likewise.
32080         (R_MN10300_TLS_IE): Likewise.
32081         (R_MN10300_TLS_LE): Likewise.
32082         (R_MN10300_TLS_DTPMOD): Likewise.
32083         (R_MN10300_TLS_DTPOFF): Likewise.
32084         (R_MN10300_TLS_TPOFF): Likewise.
32085         (R_MN10300_SYM_DIFF): Likewise.
32086         (R_MN10300_ALIGN): Likewise.
32087         (R_MN10300_NUM): Update.
32088
32089 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
32090
32091         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
32092         Remove.
32093
32094 2012-08-08  Roland McGrath  <roland@hack.frob.com>
32095
32096         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
32097
32098         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
32099         sysdeps/unix -> sysdeps/posix move.
32100         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
32101
32102 2012-08-07      Allan McRae     <allan@archlinux.org>
32103
32104         [BZ #14303]
32105         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
32106         (SUNOS_CPP): Likewise.
32107         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
32108         not found.
32109         (open_input): Call CPP using execvp.
32110
32111 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
32112
32113         * sysdeps/unix/sysv/linux/kernel-features.h
32114         (__ASSUME_PROT_GROWSUPDOWN): Remove.
32115         (__ASSUME_NO_CLONE_DETACHED): Likewise.
32116         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
32117         (__ASSUME_WAITID_SYSCALL): Likewise.
32118         * sysdeps/unix/sysv/linux/dl-execstack.c
32119         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
32120         code unconditional.
32121         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
32122         conditional code.
32123         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
32124         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
32125         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
32126         code.
32127         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
32128         unconditional.
32129         [__ASSUME_WAITID_SYSCALL]: Likewise.
32130         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
32131
32132 2012-08-07  Roland McGrath  <roland@hack.frob.com>
32133
32134         * sysdeps/unix/closedir.c: Renamed to ...
32135         * sysdeps/posix/closedir.c: ... here.
32136         * sysdeps/unix/dirfd.c: Renamed to ...
32137         * sysdeps/posix/dirfd.c: ... here.
32138         * sysdeps/unix/dirstream.h: Renamed to ...
32139         * sysdeps/posix/dirstream.h: ... here.
32140         * sysdeps/unix/fdopendir.c: Renamed to ...
32141         * sysdeps/posix/fdopendir.c: ... here.
32142         * sysdeps/unix/opendir.c: Renamed to ...
32143         * sysdeps/posix/opendir.c: ... here.
32144         * sysdeps/unix/readdir.c: Renamed to ...
32145         * sysdeps/posix/readdir.c: ... here.
32146         * sysdeps/unix/readdir_r.c: Renamed to ...
32147         * sysdeps/posix/readdir_r.c: ... here.
32148         * sysdeps/unix/rewinddir.c: Renamed to ...
32149         * sysdeps/posix/rewinddir.c: ... here.
32150         * sysdeps/unix/seekdir.c: Renamed to ...
32151         * sysdeps/posix/seekdir.c: ... here.
32152         * sysdeps/unix/telldir.c: Renamed to ...
32153         * sysdeps/posix/telldir.c: ... here.
32154         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
32155         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
32156         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
32157         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
32158
32159         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
32160         * bits/fcntl.h: ... here.
32161
32162         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
32163         not 0.
32164         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
32165         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
32166         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
32167         (struct flock): Move l_start, l_len to the beginning.
32168         Use __pid_t for l_pid.
32169         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
32170         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
32171         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
32172         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
32173         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
32174         [__USE_LARGEFILE64] (struct flock64): New type.
32175         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
32176
32177         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
32178         * bits/dirent.h: ... here.
32179
32180         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
32181         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
32182
32183 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
32184
32185         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
32186         Change from 2.6.0 to 2.6.16.
32187         * sysdeps/unix/sysv/linux/configure: Regenerated.
32188         * sysdeps/unix/sysv/linux/kernel-features.h
32189         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
32190         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
32191         version.
32192         (__ASSUME_UTIMES): Likewise.
32193         (__ASSUME_CLONE_STOPPED): Remove.
32194         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
32195         architectures, not kernel version.
32196         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
32197         (__ASSUME_NO_CLONE_DETACHED): Likewise.
32198         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
32199         (__ASSUME_WAITID_SYSCALL): Likewise.
32200         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
32201         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
32202         * README: State 2.6.16 as minimum Linux kernel version.  Do not
32203         refer to older versions.
32204
32205 2012-08-06  Roland McGrath  <roland@hack.frob.com>
32206
32207         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
32208         Define alphasort64 as an alias.
32209         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
32210         Define versionsort64 as an alias.
32211         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
32212         Define scandir64 as an alias.
32213         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
32214         Define scandirat64 as an alias.
32215         * dirent/alphasort64.c (alphasort64):
32216         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
32217         * dirent/versionsort64.c: Likewise.
32218         * dirent/scandir64.c: Likewise.
32219         * dirent/scandirat64.c: Likewise.
32220         * sysdeps/wordsize-64/alphasort.c: File removed.
32221         * sysdeps/wordsize-64/alphasort64.c: File removed.
32222         * sysdeps/wordsize-64/scandir.c: File removed.
32223         * sysdeps/wordsize-64/scandir64.c: File removed.
32224         * sysdeps/wordsize-64/scandirat.c: File removed.
32225         * sysdeps/wordsize-64/scandirat64.c: File removed.
32226         * sysdeps/wordsize-64/versionsort.c: File removed.
32227         * sysdeps/wordsize-64/versionsort64.c: File removed.
32228         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
32229         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
32230         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
32231         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
32232         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
32233         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
32234         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
32235         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
32236
32237         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
32238         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
32239         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
32240         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
32241         [defined __arch64__ || defined __sparcv9]
32242         (__INO_T_MATCHES_INO64_T): New macro.
32243         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
32244         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
32245         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
32246         * sysdeps/unix/sysv/linux/bits/dirent.h
32247         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
32248         (_DIRENT_MATCHES_DIRENT64): New macro.
32249
32250         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
32251         Define lockf64 as an alias.
32252         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
32253         Define fseeko64 as an alias.
32254         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
32255         Define ftello64 as an alias.
32256         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
32257         Define _IO_fgetpos64 and fgetpos64 as aliases.
32258         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
32259         Define _IO_fsetpos64 and fsetpos64 as aliases.
32260         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
32261         Conditionalize body on this.
32262         * libio/fseeko64.c: Likewise.
32263         * libio/ftello64.c: Likewise.
32264         * libio/iofgetpos64.c: Likewise.
32265         * libio/iofsetpos64.c: Likewise.
32266         * sysdeps/wordsize-64/lockf.c: File removed.
32267         * sysdeps/wordsize-64/lockf64.c: File removed.
32268         * sysdeps/wordsize-64/fseeko.c: File removed.
32269         * sysdeps/wordsize-64/fseeko64.c: File removed.
32270         * sysdeps/wordsize-64/ftello.c: File removed.
32271         * sysdeps/wordsize-64/ftello64.c: File removed.
32272         * sysdeps/wordsize-64/iofgetpos.c: File removed.
32273         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
32274         * sysdeps/wordsize-64/iofsetpos.c: File removed.
32275         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
32276         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
32277         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
32278         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
32279         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
32280         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
32281         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
32282         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
32283         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
32284         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
32285         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
32286
32287         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
32288         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
32289         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
32290         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
32291         [defined __arch64__ || defined __sparcv9]
32292         (__OFF_T_MATCHES_OFF64_T): New macro.
32293         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
32294         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
32295         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
32296         (__OFF_T_MATCHES_OFF64_T): New macro.
32297
32298 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
32299
32300         * stdlib/secure-getenv.c (__secure_getenv): Replace
32301         GLIBC_2_16 with GLIBC_2_17.
32302
32303 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
32304
32305         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
32306         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
32307
32308 2012-08-03  David S. Miller  <davem@davemloft.net>
32309
32310         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32311
32312 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
32313
32314         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
32315         Remove.
32316         (__ASSUME_CORRECT_SI_PID): Likewise.
32317         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
32318         (__ASSUME_TMPFS_NAME): Likewise.
32319         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
32320         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
32321         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
32322         (HAVE_AUX_SECURE): Make definition unconditional.
32323         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
32324         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
32325
32326 2012-08-03  Roland McGrath  <roland@hack.frob.com>
32327
32328         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
32329         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
32330         * sysdeps/mach/hurd/eloop-threshold.h: New file.
32331         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
32332         __eloop_threshold instead of SYMLOOP_MAX.
32333
32334         * sysdeps/generic/eloop-threshold.h: New file.
32335         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
32336         of MAXSYMLINKS.
32337         * elf/chroot_canon.c (chroot_canon): Likewise.
32338
32339 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
32340
32341         [BZ #13717]
32342         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
32343         Change to 2.6.0 everywhere.
32344         * sysdeps/unix/sysv/linux/configure: Regenerated.
32345         * sysdeps/unix/sysv/linux/kernel-features.h
32346         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
32347         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
32348         kernel versions.
32349         (__ASSUME_POSIX_TIMERS): Define unconditionally.
32350         (__ASSUME_FUTEX_REQUEUE): Remove.
32351         (__ASSUME_STATFS64): Define unconditionally.
32352         (__ASSUME_AT_SECURE): Likewise.
32353         (__ASSUME_CORRECT_SI_PID): Likewise.
32354         (__ASSUME_TGKILL): Define without depending on kernel version for
32355         i386.
32356         (__ASSUME_UTIMES): Likewise.
32357         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
32358         kernel version.
32359         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
32360         (__ASSUME_TMPFS_NAME): Likewise.
32361         * README: Update reference to Linux kernel versions.
32362
32363 2012-08-02  Marek Polacek  <polacek@redhat.com>
32364
32365         [BZ# 14150]
32366         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
32367         libc_cv_asm_type_prefix with %.
32368         * configure: Regenerated.
32369         * include/libc-symbols.h: Remove comment about
32370         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
32371         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
32372         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
32373         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
32374         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
32375         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
32376         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
32377         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
32378         * elf/tst-unique2mod1.c: Likewise.
32379         * elf/tst-unique1mod2.c: Likewise.
32380         * elf/tst-unique1mod1.c: Likewise.
32381         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
32382         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
32383         Replace ASM_TYPE_DIRECTIVE with .type.
32384         * sysdeps/s390/s390-64/sysdep.h: Likewise.
32385         * sysdeps/i386/sysdep.h: Likewise.
32386         * sysdeps/x86_64/sysdep.h: Likewise.
32387         * sysdeps/sh/sysdep.h: Likewise.
32388         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
32389         Do not define ASM_TYPE_DIRECTIVE.
32390         * sysdeps/powerpc/sysdep.h: Likewise.
32391         * sysdeps/powerpc/powerpc32/sysdep.h:
32392         Replace ASM_TYPE_DIRECTIVE with .type.
32393         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
32394         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
32395         * sysdeps/i386/fpu/e_powf.S: Likewise.
32396         * sysdeps/i386/fpu/e_expl.S: Likewise.
32397         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
32398         * sysdeps/i386/fpu/e_acosh.S: Likewise.
32399         * sysdeps/i386/fpu/e_pow.S: Likewise.
32400         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
32401         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
32402         * sysdeps/i386/fpu/s_expm1.S: Likewise.
32403         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
32404         * sysdeps/i386/fpu/e_log2.S: Likewise.
32405         * sysdeps/i386/fpu/e_log2l.S: Likewise.
32406         * sysdeps/i386/fpu/e_scalb.S: Likewise.
32407         * sysdeps/i386/fpu/e_powl.S: Likewise.
32408         * sysdeps/i386/fpu/e_log10f.S: Likewise.
32409         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
32410         * sysdeps/i386/fpu/e_logl.S: Likewise.
32411         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
32412         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
32413         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
32414         * sysdeps/i386/fpu/e_log2f.S: Likewise.
32415         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
32416         * sysdeps/i386/fpu/e_log.S: Likewise.
32417         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
32418         * sysdeps/i386/fpu/e_logf.S: Likewise.
32419         * sysdeps/i386/fpu/e_log10l.S: Likewise.
32420         * sysdeps/i386/fpu/e_atanh.S: Likewise.
32421         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
32422         * sysdeps/i386/fpu/e_log10.S: Likewise.
32423         * sysdeps/i386/fpu/s_frexp.S: Likewise.
32424         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
32425         * sysdeps/i386/fpu/s_asinh.S: Likewise.
32426         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
32427         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
32428         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
32429         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
32430         * sysdeps/i386/i686/strtok.S: Likewise.
32431         * sysdeps/i386/i386-mcount.S: Likewise.
32432         * sysdeps/i386/strtok.S: Likewise.
32433         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
32434         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
32435         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
32436         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
32437         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
32438         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
32439         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
32440         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
32441         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
32442         * sysdeps/x86_64/_mcount.S: Likewise.
32443         * sysdeps/x86_64/strtok.S: Likewise.
32444         * sysdeps/sh/_mcount.S: Likewise.
32445
32446 2012-08-01  Roland McGrath  <roland@hack.frob.com>
32447
32448         * libio/iofopen.c: Include <fcntl.h>.
32449         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
32450         (_IO_fopen64, fopen64): Define as aliases.
32451         * libio/iofopen64.c: Include <fcntl.h>.
32452         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
32453         Conditionalize body on this.
32454         * sysdeps/wordsize-64/iofopen.c: File removed.
32455         * sysdeps/wordsize-64/iofopen64.c: File removed.
32456
32457 2012-08-01  Marek Polacek  <polacek@redhat.com>
32458
32459         * libc/Makeconfig: Use elf in place of binfmt-subdir.
32460         Use dlfcn directly instead of a variable.
32461         (binfmt-subdir): Do not define.
32462         (dlfcn): Likewise.
32463
32464 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
32465
32466         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
32467         Remove all definitions.
32468         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
32469         <kernel-features.h>.
32470         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
32471         (miss_F_GETOWN_EX): Remove all definitions.
32472         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
32473         macro definition.
32474         [!__ASSUME_FCNTL64]: Remove conditional code.
32475         [__ASSUME_FCNTL64]: Make code unconditional.
32476         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
32477         <kernel-features.h>.
32478         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
32479         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
32480         (lockf64) [__NR_fcntl64]: Make code unconditional.
32481         (lockf64) [__ASSUME_FCNTL64]: Likewise.
32482
32483         * sysdeps/unix/sysv/linux/kernel-features.h
32484         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
32485         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
32486         Make code unconditional.
32487         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
32488         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
32489         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
32490         [__NR_vfork]: Make code unconditional.
32491         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
32492         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
32493         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
32494         [__NR_vfork]: Make code unconditional.
32495         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
32496         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
32497
32498 2012-08-01  Roland McGrath  <roland@hack.frob.com>
32499
32500         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
32501         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
32502
32503         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
32504         Define mkstemp64 as an alias.
32505         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
32506         Define mkstemps64 as an alias.
32507         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
32508         Define mkostemp64 as an alias.
32509         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
32510         Define mkostemps64 as an alias.
32511         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
32512         Conditionalize body on this.
32513         * misc/mkostemp64.c: Likewise.
32514         * misc/mkostemps64.c: Likewise.
32515         * misc/mkstemps64.c: Likewise.
32516         * sysdeps/wordsize-64/mkstemp64.c: File removed.
32517         * sysdeps/wordsize-64/mkostemp64.c: File removed.
32518         * sysdeps/wordsize-64/mkostemp.c: File removed.
32519         * sysdeps/wordsize-64/mkstemp.c: File removed.
32520         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
32521         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
32522         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
32523         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
32524
32525         [BZ #14138]
32526         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
32527         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
32528         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
32529         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
32530
32531         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
32532         compat_symbol macros from <shlib-compat.h> rather than the underlying
32533         default_symbol_version and symbol_version macros, so that DEFAULT
32534         lines in shlib-versions are respected.
32535         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
32536
32537 2012-08-01  Florian Weimer  <fweimer@redhat.com>
32538
32539         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
32540         Declare with warn_unused_result.
32541         (setgid, setregid, setegid, setresgid): Likewise.
32542         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
32543         Likewise.
32544         * WUR-REPORT: Remove set*id functions.
32545
32546 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
32547
32548         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
32549
32550 2012-07-31  Roland McGrath  <roland@hack.frob.com>
32551
32552         [BZ #10191]
32553         * include/sys/socket.h (__libc_accept, __libc_accept4):
32554         Add attribute_hidden.
32555         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
32556
32557         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
32558         use of PTR_MANGLE.
32559         * inet/getnetgrent_r.c (setup): Likewise.
32560
32561         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
32562
32563 2012-07-31  David S. Miller  <davem@davemloft.net>
32564
32565         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32566
32567 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
32568
32569         [BZ #13629]
32570         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
32571         value between 1.0 and 2.0 and smaller part has absolute value less
32572         than 1.0.
32573         * math/s_clog10.c (__clog10): Likewise.
32574         * math/s_clog10f.c (__clog10f): Likewise.
32575         * math/s_clog10l.c (__clog10l): Likewise.
32576         * math/s_clogf.c (__clogf): Likewise.
32577         * math/s_clogl.c (__clogl): Likewise.
32578         * math/libm-test.inc (clog_test): Add more tests.
32579         (clog10_test): Likewise.
32580         * sysdeps/i386/fpu/libm-test-ulps: Update.
32581         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32582
32583 2012-07-31  Florian Weimer  <fweimer@redhat.com>
32584
32585         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
32586         Exit with zero in case no suitable GID is found, and write a
32587         message to standard error.
32588
32589 2012-07-30  Roland McGrath  <roland@hack.frob.com>
32590
32591         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
32592         rather than to 1.
32593         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
32594         (MAXPATHLEN): Removed.
32595         (NOGROUP, NODEV): New macros.
32596         (setbit, clrbit, isset, isclr): New macros.
32597         (howmany, roundup, powerof2): New macros.
32598         (DEV_BSIZE): New macro.
32599
32600         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
32601         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
32602
32603         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
32604         definition on [!__NO_LONG_DOUBLE_MATH].
32605
32606         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
32607         PTR_MANGLE and PTR_DEMANGLE.
32608
32609         * socket/accept4.c (accept4): Rename to __libc_accept4.
32610         Define accept4 as a weak alias.
32611
32612         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
32613         on [_DIRENT_HAVE_D_TYPE].
32614         * io/ftw.c (ftw_dir): Likewise.
32615
32616         * io/xmknod.c (__xmknod): Don't check PATH for being null.
32617
32618         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
32619
32620         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
32621         Use the BSD numbers rather than the arbitrary ones we had.
32622         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
32623         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
32624         (SIGXCPU, SIGXFSZ): New macros.
32625         (_NSIG): Now 32.
32626
32627         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
32628         initializer on [_LIBC_REENTRANT].
32629
32630         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
32631         definitions inside [_POSIX_MAPPED_FILES].
32632
32633         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
32634
32635         * dirent/opendir.c: Include <fcntl.h>.
32636
32637         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
32638         (__libc_getspecific): Likewise.
32639         (__libc_key_create): Likewise.
32640
32641         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
32642         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
32643         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
32644         (tmpfile64): Define as alias.
32645         * sysdeps/wordsize-64/tmpfile.c: File removed.
32646         * sysdeps/wordsize-64/tmpfile64.c: File removed.
32647         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
32648         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
32649
32650         * stdio-common/vfscanf.c: Include <stdbool.h>.
32651         * nss/makedb.c: Likewise.
32652         * stdio-common/_i18n_number.h: Likewise.
32653         * argp/argp-help.c: Likewise.
32654         * posix/wordexp.c: Likewise.
32655         * sysdeps/posix/spawni.c: Likewise.
32656         * nss/nss_files/files-initgroups.c: Likewise.
32657         * stdio-common/reg-modifier.c: Include <stdlib.h>.
32658         * nss/nss_files/files-initgroups.c: Likewise.
32659         * nss/nss_db/db-netgrp.c: Likewise.
32660         * nss/nss_db/db-initgroups.c: Likewise.
32661         * io/fchmodat.c: Include <sys/stat.h>.
32662
32663         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
32664         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
32665
32666         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
32667         [HAVE_MMAP].
32668
32669         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
32670         Add multiple inclusion protection.
32671
32672 2012-07-27  David S. Miller  <davem@davemloft.net>
32673
32674         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32675
32676 2012-07-27  Gary Benson  <gbenson@redhat.com>
32677
32678         [BZ #14298]
32679         * elf/rtld.c: Include <stap-probe.h>.
32680         (dl_main): Added static probes "init_start" and "init_complete".
32681         * elf/dl-load.c: Include <stap-probe.h>.
32682         (lose): Take new parameter "nsid".
32683         Added static probe "map_failed".
32684         (_dl_map_object_from_fd): Pass namespace id to lose.
32685         Added static probe "map_start".
32686         (open_verify): Pass namespace id to lose.
32687         * elf/dl-open.c: Include <stap-probe.h>.
32688         (dl_open_worker) Added static probes "map_complete", "reloc_start"
32689         and "reloc_complete".
32690         * elf/dl-close.c: Include <stap-probe.h>.
32691         (_dl_close_worker): Added static probes "unmap_start" and
32692         "unmap_complete".
32693         * elf/rtld-debugger-interface.txt: New file documenting the above.
32694
32695 2012-07-26  Roland McGrath  <roland@hack.frob.com>
32696
32697         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
32698         rather than a string variable.
32699         * sunrpc/rpc_main.c (h_output): Likewise.
32700         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
32701
32702 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
32703
32704         * inet/check_native.c: New file.
32705
32706 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
32707
32708         [BZ #13629]
32709         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
32710         if larger part has absolute value 1.0.
32711         * math/s_clog10.c (__clog10): Likewise.
32712         * math/s_clog10f.c (__clog10f): Likewise.
32713         * math/s_clog10l.c (__clog10l): Likewise.
32714         * math/s_clogf.c (__clogf): Likewise.
32715         * math/s_clogl.c (__clogl): Likewise.
32716         * math/libm-test.inc (clog_test): Add more tests.
32717         (clog10_test): Likewise.
32718         * sysdeps/i386/fpu/libm-test-ulps: Update.
32719         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32720
32721         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
32722         (pltexit): Likewise.
32723         (La_regs): Likewise.
32724         (La_retval): Likewise.
32725         (int_retval): Likewise.
32726         Update #error for removed macros to refer only to definitions in
32727         tst-audit.h.
32728         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
32729         macro.
32730         (pltexit): Likewise.
32731         (La_regs): Likewise.
32732         (La_retval): Likewise.
32733         (int_retval): Likewise.
32734         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
32735         macro.
32736         (pltexit): Likewise.
32737         (La_regs): Likewise.
32738         (La_retval): Likewise.
32739         (int_retval): Likewise.
32740         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
32741         macro.
32742         (pltexit): Likewise.
32743         (La_regs): Likewise.
32744         (La_retval): Likewise.
32745         (int_retval): Likewise.
32746         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
32747         macro.
32748         (pltexit): Likewise.
32749         (La_regs): Likewise.
32750         (La_retval): Likewise.
32751         (int_retval): Likewise.
32752         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
32753         macro.
32754         (pltexit): Likewise.
32755         (La_regs): Likewise.
32756         (La_retval): Likewise.
32757         (int_retval): Likewise.
32758         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
32759         macro.
32760         (pltexit): Likewise.
32761         (La_regs): Likewise.
32762         (La_retval): Likewise.
32763         (int_retval): Likewise.
32764         * sysdeps/generic/tst-audit.h: Update comment to refer only to
32765         macro definitions in tst-audit.h.
32766         * sysdeps/i386/tst-audit.h: New file.
32767         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
32768         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
32769         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
32770         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
32771         * sysdeps/sh/tst-audit.h: Likewise.
32772         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
32773         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
32774         * sysdeps/x86_64/tst-audit.h: Likewise.
32775
32776 2012-07-26  Andreas Jaeger  <aj@suse.de>
32777
32778         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
32779         ptrace.
32780
32781         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
32782         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
32783         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
32784         PTRACE_O_MASK.
32785         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
32786         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
32787         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
32788
32789         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
32790         value.
32791
32792         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
32793         _sigsys.
32794         (si_call_addr, si_syscall, si_arch): Define new macro.
32795         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
32796         _sigsys.
32797         (si_call_addr, si_syscall, si_arch): Define new marcro.
32798         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
32799         _sigsys.
32800         (si_call_addr, si_syscall, si_arch): Define new macro.
32801         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
32802         _sigsys.
32803         (si_call_addr, si_syscall, si_arch): Define new macro.
32804
32805 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
32806
32807         [BZ #13717]
32808         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
32809         Change to 2.4.21 where previously 2.4.1.
32810         * sysdeps/unix/sysv/linux/configure: Regenerated.
32811         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
32812         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
32813         Linux kernel version.
32814         (__ASSUME_STD_AUXV): Remove.
32815         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
32816         kernel version.
32817         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
32818         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
32819         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
32820         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
32821         (__ASSUME_NETLINK_SUPPORT): Likewise.
32822         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
32823         (__no_netlink_support): Remove conditional definition.
32824         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
32825         Remove.
32826         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
32827         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
32828         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
32829         (if_nameindex_ioctl): Remove.
32830         (if_nameindex_netlink): Do not handle __no_netlink_support.
32831         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
32832         code.
32833         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
32834         Remove conditional code.
32835         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
32836         code.
32837         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
32838         unconditional.
32839         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
32840         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
32841         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
32842         Remove.
32843         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
32844         [!__ASSUME_STD_AUXV]: Remove conditional code.
32845         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
32846         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
32847         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
32848         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
32849         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
32850         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
32851         code.
32852         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
32853         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
32854         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
32855         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
32856         conditional code.
32857         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
32858         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
32859         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
32860         code.
32861         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
32862         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
32863         conditional code.
32864         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
32865         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
32866         code unconditional.
32867         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
32868         conditional code.
32869         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
32870         unconditional.
32871         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
32872         conditional code.
32873         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
32874         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
32875         unconditional.
32876         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
32877         conditional code.
32878         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
32879         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
32880         code unconditional.
32881         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
32882         conditional code.
32883         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
32884         unconditional.
32885         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
32886         conditional code.
32887         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
32888         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
32889         code unconditional.
32890         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
32891         conditional code.
32892         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
32893         unconditional.
32894         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
32895         conditional code.
32896
32897 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
32898
32899         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
32900         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
32901         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
32902         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
32903         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
32904         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
32905         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
32906         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
32907         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
32908         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
32909         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
32910         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
32911         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
32912         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
32913         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
32914         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
32915         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
32916         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
32917         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
32918         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
32919         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
32920         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
32921         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
32922
32923 2012-07-25  Florian Weimer  <fweimer@redhat.com>
32924
32925         * Versions.def: Add GLIBC_2.17.
32926         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
32927         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
32928         Introduce __libc_secure_getenv.
32929         * stdlib/Versions (2.17): Add secure_getenv
32930         (GLIBC_PRIVATE): Add __libc_secure_getenv.
32931         * stdlib/secure-getenv.c: Rename __secure_getenv to
32932         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
32933         symbol __secure_getenv for GLIBC_2.0.
32934         * stdlib/tst-secure-getenv.c: New.
32935         * stdlib/Makefile (tests): Add testcase.
32936         * manual/startup.texi (Environment Access): Document
32937         secure_getenv.
32938         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
32939         __libc_secure_getenv.
32940         * inet/ruserpass.c (ruserpass): Likewise.
32941         * malloc/mtrace.c (mtrace): Likewise.
32942         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
32943         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
32944         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
32945         * sysdeps/posix/tempname.c: Likewise.  Evaluate
32946         HAVE_SECURE_GETENV.
32947         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
32948         __secure_getenv to __libc_secure_getenv.
32949         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
32950         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
32951         Likewise.
32952         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
32953         Likewise.
32954         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
32955         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
32956         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
32957         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
32958         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
32959         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
32960         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
32961
32962 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
32963
32964         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
32965         (struct La_i86_retval): Likewise.
32966         (struct La_x86_64_regs): Likewise.
32967         (struct La_x86_64_retval): Likewise.
32968         (struct La_x32_regs): Likewise.
32969         (struct La_x32_retval): Likewise.
32970         (struct La_ppc32_regs): Likewise.
32971         (struct La_ppc32_retval): Likewise.
32972         (struct La_ppc64_regs): Likewise.
32973         (struct La_ppc64_retval): Likewise.
32974         (struct La_sh_regs): Likewise.
32975         (struct La_sh_retval): Likewise.
32976         (struct La_s390_32_regs): Likewise.
32977         (struct La_s390_32_retval): Likewise.
32978         (struct La_s390_64_regs): Likewise.
32979         (struct La_s390_64_retval): Likewise.
32980         (struct La_sparc32_regs): Likewise.
32981         (struct La_sparc32_retval): Likewise.
32982         (struct La_sparc64_regs): Likewise.
32983         (struct La_sparc64_retval): Likewise.
32984         (struct audit_ifaces): Remove architecture-specific pltenter and
32985         pltexit members.
32986         * sysdeps/i386/ldsodefs.h: New file.
32987         * sysdeps/powerpc/ldsodefs.h: Likewise.
32988         * sysdeps/s390/ldsodefs.h: Likewise.
32989         * sysdeps/sh/ldsodefs.h: Likewise.
32990         * sysdeps/sparc/ldsodefs.h: Likewise.
32991         * sysdeps/x86_64/ldsodefs.h: Likewise.
32992
32993 2012-07-25  Marek Polacek  <polacek@redhat.com>
32994
32995         [BZ #6808]
32996         * math/libm-test.inc (yn_test): Add another test.
32997         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
32998         to ERANGE when the result is +-Inf.
32999         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
33000         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
33001         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
33002         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
33003
33004 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
33005
33006         * conform/data/time.h-data (NULL): Use macro-constant.  Require
33007         equal to 0.
33008         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
33009         clock_t.
33010         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
33011
33012 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
33013
33014         * configure.in <sysdeps resolving>: Correct printing
33015         Implies_before.
33016         * configure: Regenerate.
33017
33018 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
33019
33020         * math/w_ilogb.c: Include <limits.h>.
33021         * math/w_ilogbl.c: Likewise.
33022
33023 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
33024
33025         * manual/lang.texi (__va_copy): Document primarily as ISO C99
33026         va_copy.  Document allowing for unavailable va_copy only as
33027         pre-C99 compatibility.
33028         * manual/string.texi (Copying and Concatenation): Use va_copy
33029         instead of __va_copy in concat example.
33030
33031 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
33032
33033         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
33034         (__sendto): Use create_address_port.  Initialize APORT and deallocate
33035         it if not null.
33036
33037         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
33038         with O_NOLINK passed to __file_name_lookup.
33039
33040         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
33041         with O_NOLINK passed to __file_name_lookup.
33042
33043         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
33044         negative N or less than NGIDS.
33045
33046         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
33047         type to string_t.  Set ERANGE as errno and return it if NAME is not big
33048         enough.  Use memcpy instead of strncpy.
33049
33050 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
33051
33052         * elf/Makefile (check-data): Remove.
33053         (localplt.data): New vpath directive.
33054         ($(objpfx)check-localplt.out): Use localplt.data from vpath
33055         instead of $(check-data).
33056         * scripts/data/localplt-generic.data: Move to ...
33057         * sysdeps/generic/localplt.data: ... here.
33058         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
33059         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
33060         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
33061         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
33062         ... here.
33063         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
33064         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
33065         ... here.
33066         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
33067         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
33068         ... here.
33069         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
33070         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
33071         ... here.
33072         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
33073         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
33074         ... here.
33075         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
33076         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
33077         ... here.
33078
33079 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
33080
33081         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
33082         PPC32 and PPC64 files.
33083         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
33084         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
33085
33086 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
33087
33088         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
33089         __makecontext_ret to ...
33090         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
33091         ... here and call exit if uc_link is NULL.  New file.
33092         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
33093         __makecontext_ret.S.
33094         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
33095         __makecontext_ret to ...
33096         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
33097         ... here and call exit if uc_link is NULL.  New file.
33098         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
33099         __makecontext_ret.S.
33100
33101 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
33102
33103         * elf/elf.h (R_390_IRELATIVE): New definition.
33104         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
33105         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
33106         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
33107         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
33108         (elf_machine_lazy_rel): Likewise.
33109         * sysdeps/s390/dl-irel.h: New file.
33110         * sysdeps/s390/s390-64/memcpy.S: New asm code.
33111         * sysdeps/s390/s390-64/memset.S: New asm code.
33112         * sysdeps/s390/s390-64/memcmp.S: New asm code.
33113         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
33114         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
33115         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
33116         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
33117         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
33118         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
33119         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
33120         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
33121         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
33122         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
33123         * sysdeps/s390/s390-32/memcpy.S: New asm code.
33124         * sysdeps/s390/s390-32/memset.S: New asm code.
33125         * sysdeps/s390/s390-32/memcmp.S: New asm code.
33126
33127 2012-07-17  Marek Polacek  <polacek@redhat.com>
33128
33129         [BZ #14349]
33130         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
33131         * sysdeps/s390/s390-64/configure.in: Likewise.
33132         * sysdeps/sparc/configure.in: Likewise.
33133         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
33134         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
33135         * sysdeps/i386/configure.in: Likewise.
33136         * sysdeps/x86_64/configure.in: Likewise.
33137         * sysdeps/sh/configure.in: Likewise.
33138         * sysdeps/s390/s390-32/configure: Regenerated.
33139         * sysdeps/s390/s390-64/configure: Likewise.
33140         * sysdeps/x86_64/configure: Likewise.
33141         * sysdeps/sh/configure: Likewise.
33142         * sysdeps/powerpc/powerpc64/configure: Likewise.
33143         * sysdeps/powerpc/powerpc32/configure: Likewise.
33144         * sysdeps/sparc/configure: Likwise.
33145         * sysdeps/i386/configure: Likewise.
33146
33147         * elf/dl-open.c: Comment fixes.
33148
33149 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
33150
33151         * Makefile [CXX] (check-data): Remove.
33152         [CXX] (c++-types.data): New vpath directive.
33153         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
33154         vpath.  Do not allow for C++ type data being missing.
33155         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
33156         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
33157         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
33158         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
33159         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
33160         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
33161         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
33162         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
33163         ... here.
33164         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
33165         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
33166         ... here.
33167         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
33168         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
33169         ... here.
33170         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
33171         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
33172         ... here.
33173         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
33174         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
33175         ... here.
33176         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
33177         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
33178         ... here.
33179         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
33180         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
33181         ... here.
33182         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
33183         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
33184
33185         * elf/tls-macros.h (TLS_LE): Move architecture-specific
33186         definitions to architecture-specific files.
33187         (TLS_IE): Likewise.
33188         (TLS_LD): Likewise.
33189         (TLS_GD): Likewise.
33190         * sysdeps/i386/tls-macros.h: New file.
33191         * sysdeps/powerpc/tls-macros.h: Likewise.
33192         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
33193         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
33194         * sysdeps/sh/tls-macros.h: Likewise.
33195         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
33196         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
33197         * sysdeps/x86_64/tls-macros.h: Likewise.
33198
33199 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
33200
33201         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
33202         zero value for regular exit case.
33203
33204         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
33205         (__start_context): Preserve zero value for regular exit case.
33206
33207 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
33208             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
33209
33210         * manual/setjmp.texi (setcontext): Clarify normal process
33211         termination when uc_link is the null pointer.
33212         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
33213         exit call.
33214
33215 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
33216
33217         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
33218         preprocessor.  Test for each exception mask separately.
33219
33220 2012-07-16  Andreas Jaeger  <aj@suse.de>
33221
33222         * po/ru.po: Update from translation team.
33223
33224 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
33225
33226         * conform/data/string.h-data (NULL): Use macro-constant.  Require
33227         equal to 0.
33228         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
33229         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
33230         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
33231         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
33232         [ISO || ISO99 || ISO11] (*_t): Do not allow.
33233
33234 2012-07-13  Andreas Jaeger  <aj@suse.de>
33235
33236         * po/fr.po: Update from translation team.
33237
33238 2012-07-12  Marek Polacek  <polacek@redhat.com>
33239
33240         [BZ #14173]
33241         * math/libm-test.inc (yn_test): Add test for BZ #14173.
33242         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
33243         loop condition.
33244
33245 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
33246
33247         [BZ #13717]
33248         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
33249         Change to 2.4.1 where previously 2.4.0.
33250         * sysdeps/unix/sysv/linux/configure: Regenerated.
33251         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
33252         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
33253         version.
33254         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
33255         (__ASSUME_AT_CLKTCK): Remove.
33256         (__ASSUME_AT_PAGESIZE): Likewise.
33257         (__ASSUME_AT_XID): Likewise.
33258         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
33259         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
33260         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
33261         unconditionally.
33262         (HAVE_AUX_PAGESIZE): Likewise.
33263         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
33264         [__ASSUME_AT_CLKTCK]: Make code unconditional.
33265         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
33266
33267 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
33268
33269         [BZ #14307]
33270         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
33271         the temporary buffer used to invoke __gethostbyname2_r,
33272         __gethostbyaddr_r and gethostbyname4_r to make room for struct
33273         host_data / struct gaih_addrtuple.
33274         * resolv/nss_dns/dns-host.c (global scope): Move definition of
33275         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
33276         header file nss/nsswitch.h.
33277         * nss/nsswitch.h (global scope): Add definition of implementation
33278         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
33279         resolv/nss_dns/dns-host.c).
33280
33281 2012-07-11  Andreas Jaeger  <aj@suse.de>
33282
33283         * po/fr.po: Update from translation team.
33284
33285         * po/sv.po: Update from translation team
33286         * po/fr.po: Another update from translation team.
33287
33288 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
33289
33290         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
33291         for subnormals or multiply small sinh result by itself.
33292         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
33293         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
33294
33295 2012-07-11  David S. Miller  <davem@davemloft.net>
33296
33297         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33298
33299 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
33300
33301         [BZ #14347]
33302         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
33303         (INTERNAL_MARK): Shift it here.
33304
33305 2012-07-10  Marek Polacek  <polacek@redhat.com>
33306
33307         [BZ #14151]
33308         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
33309         libc_cv_asm_global_directive with .globl.
33310         * configure: Regenerated.
33311         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
33312         with .globl.
33313         * sysdeps/i386/configure: Regenerated.
33314         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
33315         with .globl.
33316         * sysdeps/x86_64/configure: Regenerated.
33317         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
33318         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
33319         * elf/tst-unique2mod2.c: Likewise.
33320         * elf/tst-unique2mod1.c: Likewise.
33321         * elf/tst-unique1mod2.c: Likewise.
33322         * elf/tst-unique1mod1.c: Likewise.
33323         * sysdeps/s390/s390-32/sysdep.h: Likewise.
33324         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
33325         * sysdeps/s390/s390-64/sysdep.h: Likewise.
33326         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
33327         * sysdeps/mach/sysdep.h: Likewise.
33328         * sysdeps/i386/sysdep.h: Likewise.
33329         * sysdeps/i386/i386-mcount.S: Likewise.
33330         * sysdeps/x86_64/_mcount.S: Likewise.
33331         * sysdeps/x86_64/sysdep.h: Likewise.
33332         * sysdeps/sh/_mcount.S: Likewise.
33333         * sysdeps/sh/sysdep.h: Likewise.
33334         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
33335         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
33336         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
33337         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
33338         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
33339         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
33340         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
33341         * locale/localeinfo.h: Likewise.
33342         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
33343         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
33344
33345 2012-07-09  Roland McGrath  <roland@hack.frob.com>
33346
33347         [BZ #14336]
33348         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
33349         system".
33350         * manual/message.texi (The Uniforum approach): Likewise.
33351         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
33352         (glibc iconv Implementation): Likewise.
33353
33354 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
33355
33356         [BZ #14337]
33357         * math/s_clog.c (__clog): Avoid scaling a value down where that
33358         could result in underflow.
33359         * math/s_clog10.c (__clog10): Likewise.
33360         * math/s_clog10f.c (__clog10f): Likewise.
33361         * math/s_clog10l.c (__clog10l): Likewise.
33362         * math/s_clogf.c (__clogf): Likewise.
33363         * math/s_clogl.c (__clogl): Likewise.
33364         * math/libm-test.inc (clog_test): Add more tests.
33365         (clog10_test): Likewise.
33366         * sysdeps/i386/fpu/libm-test-ulps: Update.
33367         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33368
33369 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
33370
33371         [BZ #14283]
33372         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
33373         by 7 not 8 to examine high bit of fractional part.
33374
33375         [BZ #14042]
33376         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
33377         for call to __mcount_internal.
33378         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
33379         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
33380         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
33381
33382 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
33383
33384         [BZ #14154]
33385         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
33386         approximation for values within 0x1p-13f of an odd multiple of
33387         pi/4.
33388         * math/libm-test.inc (tan_test): Do not allow spurious underflow
33389         exception.  Add more tests.
33390         * sysdeps/i386/fpu/libm-test-ulps: Update.
33391
33392         [BZ #6778]
33393         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
33394         inputs and return -1 for them.  Do not check for +Inf in case not
33395         reachable for +Inf.
33396         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
33397         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
33398         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
33399         and return -1 for them.  Do not check for +Inf in case not
33400         reachable for +Inf.
33401         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
33402         define.
33403         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
33404         and return -1 for them.  Do not check for +Inf in case not
33405         reachable for +Inf.
33406         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
33407         spurious underflow.
33408         * sysdeps/i386/fpu/libm-test-ulps: Update.
33409         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33410
33411 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
33412
33413         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
33414
33415 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
33416
33417         [BZ #14157]
33418         [BZ #14331]
33419         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
33420         could result in spurious underflow.  Scale down values above
33421         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
33422         * math/s_csqrtf.c (__csqrtf): Likewise.
33423         * math/s_csqrtl.c (__csqrtl): Likewise.
33424         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
33425         spurious underflow.
33426         * sysdeps/i386/fpu/libm-test-ulps: Update.
33427         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33428
33429 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
33430
33431         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
33432         xopen-msg.sed.
33433         * catgets/xopen-msg.awk: New file.
33434         * catgets/xopen-msg.sed: Removed.
33435
33436         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
33437         po2text.sed.
33438         * intl/po2test.awk: New file.
33439         * intl/po2test.sed: Removed.
33440
33441 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
33442
33443         [BZ #14328]
33444         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
33445         or multiply small sinh result by itself.
33446         * math/s_ctanf.c (__ctanf): Likewise.
33447         * math/s_ctanh.c (__ctanh): Likewise.
33448         * math/s_ctanhf.c (__ctanhf): Likewise.
33449         * math/s_ctanhl.c (__ctanhl): Likewise.
33450         * math/s_ctanl.c (__ctanl): Likewise.
33451         * math/libm-test.inc (ctan_test_tonearest): New function.
33452         (ctan_test_towardzero): Likewise.
33453         (ctan_test_downward): Likewise.
33454         (ctan_test_upward): Likewise.
33455         (ctanh_test_tonearest): Likewise.
33456         (ctanh_test_towardzero): Likewise.
33457         (ctanh_test_downward): Likewise.
33458         (ctanh_test_upward): Likewise.
33459         (main): Call these new functions.
33460         * sysdeps/i386/fpu/libm-test-ulps: Update.
33461         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33462
33463 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
33464
33465         * .gitignore: Delete /ports entry.
33466
33467 2012-07-03  Andreas Jaeger  <aj@suse.de>
33468
33469         * po/bg.po: Update from translation team.
33470         * po/cs.po: Likewise.
33471         * po/de.po: Likewise.
33472         * po/hr.po: Likewise.
33473         * po/nl.pl: Likewise.
33474         * po/pl.po: Likewise.
33475         * po/vi.po: Likewise.
33476
33477 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
33478
33479         * Makeconfig [!+link] (+link-before-libc): New variable.
33480         [!+link] (+link-after-libc): Likewise.
33481         [!+link] (+link-tests): Likewise.
33482         [!+link] (+link): Define in terms of $(+link-before-libc) and
33483         $(+link-after-libc).
33484         [!+link-static] (+link-static-before-libc): New variable.
33485         [!+link-static] (+link-static-after-libc): Likewise.
33486         [!+link-static] (+link-static-tests): Likewise.
33487         [!+link-static] (+link-static): Define in terms of
33488         $(+link-static-before-libc) and $(+link-static-after-libc).
33489         [build-shared] (link-libc-before-gnulib): New variable.
33490         [build-shared] (link-libc-tests): Likewise.
33491         [build-shared] (link-libc): Define in terms of
33492         $(link-libc-before-gnulib).
33493         [!build-shared] (link-libc-tests): New variable.
33494         (link-libc-static-tests): New variable.
33495         [!gnulib] (gnulib-arch): New variable.
33496         [!gnulib] (gnulib-tests): Likewise.
33497         [!gnulib] (static-gnulib-arch): Likewise.
33498         [!gnulib] (static-gnulib-tests): Likewise.
33499         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
33500         Define with "=" instead of ":=".
33501         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
33502         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
33503         * Rules (binaries-all-notests): New variable.
33504         (binaries-all-tests): Likewise.
33505         (binaries-static-notests): Likewise.
33506         (binaries-static-tests): Likewise.
33507         (binaries-all): Define using $(binaries-all-notests) and
33508         $(binaries-all-tests).
33509         (binaries-static): Define using $(binaries-static-notests) and
33510         $(binaries-static-tests).
33511         (binaries-shared-tests): New variable.
33512         (binaries-shared-notests): Likewise.
33513         (binaries-shared): Remove variable.
33514         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
33515         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
33516         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
33517         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
33518         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
33519         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
33520         * elf/Makefile (sln-modules): New variable.
33521         (extra-objs): Add $(sln-modules:=.o).
33522         (ldconfig-modules): Add static-stubs.
33523         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
33524         * elf/static-stubs.c: New file.
33525
33526         [BZ #14283]
33527         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
33528         by 7 not 8 to examine high bit of fractional part.  Use volatile
33529         variables when splitting into final array of floats if
33530         __FLT_EVAL_METHOD__ != 0.
33531         * math/libm-test.inc (cos_test): Add another test.
33532         (sin_test): Likewise.
33533         * sysdeps/i386/fpu/libm-test-ulps: Update.
33534
33535         [BZ #14273]
33536         * math/libm-test.inc (cosh_test): Add more tests.
33537
33538         * version.h (RELEASE): Set to "development".
33539         (VERSION): Set to "2.16.90".
33540
33541 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
33542
33543         * NEWS: Update copyright. Remove last-updated date.
33544         Mention math library bug fixes and timezone data changes.
33545         * README: Mention GNU/Hurd, x32, and HPPA support status.
33546
33547 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
33548
33549         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
33550
33551 2012-06-27  Andreas Jaeger  <aj@suse.de>
33552
33553         * manual/contrib.texi (Contributors): Add Samuel Thibault.
33554
33555 2012-06-25  Andreas Jaeger  <aj@suse.de>
33556
33557         * sysdeps/s390/fpu/libm-test-ulps: Update.
33558
33559 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
33560             Thomas Schwinge  <thomas@codesourcery.com>
33561
33562         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
33563         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
33564         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
33565         fanotify_mark.
33566
33567 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
33568
33569         * sysdeps/mach/start.c: Remove file.
33570         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
33571         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
33572         * sysdeps/sh/init-first.c: Likewise.
33573
33574         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
33575         registers for frame unwinding purposes, add CFI directives.
33576         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
33577         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
33578         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
33579         Likewise.
33580
33581         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
33582         __fortify_fail returning.
33583         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
33584
33585         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
33586         sysdeps/sh/____longjmp_chk.S.
33587         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
33588         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
33589         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
33590         (gen-as-const-headers): Append sigaltstack-offsets.sym.
33591
33592         * sysdeps/sh/abort-instr.h: New file.
33593         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
33594         process in case exit returns.
33595
33596         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
33597         initialize the GOT register before use.
33598
33599         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
33600         calculation of ARGC > 4.
33601
33602         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
33603         meaningful names to some local labels.
33604
33605 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
33606             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
33607
33608         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
33609         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
33610         (__arch_compare_and_exchange_val_16_acq): Likewise.
33611         (__arch_compare_and_exchange_val_32_acq): Likewise.
33612         (atomic_exchange_and_add): Fix gUSA sequence.
33613         (atomic_add): Likewise.
33614         (atomic_add_negative): Likewise.
33615         (atomic_add_zero): Likewise.
33616         (atomic_bit_test_set): Likewise.
33617
33618 2012-06-22  Andreas Schwab  <schwab@redhat.com>
33619
33620         [BZ #13579]
33621         * include/link.h (struct link_map): Add l_free_initfini.
33622         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
33623         l_initfini.
33624         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
33625         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
33626         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
33627         set.
33628
33629 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
33630
33631         * configure.in: Use AC_LANG_SOURCE.
33632         * configure: Regenerate.
33633
33634 2012-06-22  Roland McGrath  <roland@hack.frob.com>
33635
33636         * configure.in (libc_cv_localstatedir): New substituted variable.
33637         * configure: Regenerated.
33638         * config.make.in (localstatedir): New variable, substituted from
33639         libc_cv_localstatedir.
33640         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
33641         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
33642         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
33643         * sysdeps/gnu/configure: Regenerated.
33644
33645 2012-06-21  Jeff Law  <law@redhat.com>
33646
33647         [BZ #14277]
33648         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
33649         free.  Simplify list management for _LIBC case.
33650
33651 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
33652
33653         [BZ #14273]
33654         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
33655         Clear sign bit of 64-bit integer value before comparing against
33656         overflow value.
33657
33658         * sysdeps/mach/configure: Regenerated.
33659
33660 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
33661
33662         [BZ #14278]
33663         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
33664
33665 2012-06-21  Jeff Law  <law@redhat.com>
33666
33667         [BZ #13882]
33668         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
33669         uint16_t for elements in the "seen" array to avoid char overflows.
33670         * elf/dl-fini.c (_dl_sort_fini): Likewise.
33671         * elf/dl-open.c (dl_open_worker): Likewise.
33672
33673 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
33674
33675         * scripts/list-sources.sh: Scan PORTS for translations.
33676         * po/libc.pot: Regenerated.
33677
33678 2012-06-21  Andreas Jaeger  <aj@suse.de>
33679
33680         [BZ #12194]
33681         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
33682         warning.
33683         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
33684         * bits/byteswap-16.h (__bswap_16): Likewise.
33685         * bits/byteswap.h (__bswap_constant_16): Likewise.
33686
33687 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
33688
33689         [BZ #14117]
33690         * sysdeps/i386/fpu_control.h: Removed.
33691         * sysdeps/x86_64/fpu_control.h: Moved to ...
33692         * sysdeps/x86/fpu_control.h: Here.
33693
33694         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
33695         (_FPU_SETCW): Likewise.
33696
33697 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
33698
33699         [BZ #14117]
33700         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
33701         * sysdeps/x86/fpu/bits/mathinline.h: This.
33702         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
33703
33704         [BZ #14050]
33705         [BZ #14117]
33706         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
33707         functions if __x86_64__ is defined.
33708
33709 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
33710
33711         * string/endian.h: Add !__ASSEMBLER__ condition for including
33712         conversion interfaces.
33713
33714 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
33715
33716         [BZ #14241]
33717         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
33718         of ABS(x) in calculating zero to negative powers other than odd
33719         integers.
33720         * math/libm-test.inc (pow_test): Add more tests.
33721
33722 2012-06-15  Andreas Jaeger  <aj@suse.de>
33723
33724         * manual/contrib.texi (Contributors): Update entry of Liubov
33725         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
33726         Machado Filho.
33727
33728 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
33729
33730         * string/string.h: Add __wur to GNU version of strerror_r.
33731
33732 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
33733
33734         [BZ #14229]
33735         * string/Makefile (tests): Add tst-strtok_r.
33736         * string/tst-strtok_r.c: New file.
33737         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
33738         RAX_LP/RDX_LP on SAVE_PTR.
33739
33740 2012-06-14  Roland McGrath  <roland@hack.frob.com>
33741
33742         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
33743
33744 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
33745
33746         * libm_test.inc (csqrt_test): Allow more spurious underflow
33747         exceptions.
33748         (j0_test): Likewise.
33749         (j1_test): Likewise.
33750         (y0_test): Likewise.
33751         (y1_test): Likewise.
33752
33753 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
33754
33755         * po/Makefile (libc.pot): Use UTF-8 charset.
33756
33757 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
33758
33759         [BZ #14210]
33760         Suppress sign-conversion warning from FD_SET.
33761         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
33762         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
33763         not unsigned long int.
33764         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
33765
33766 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
33767
33768         [BZ #14050]
33769         [BZ #14117]
33770         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
33771         __extern_always_inline instead of __extern_inline.
33772         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
33773         (__signbit): Likewise.
33774         (__signbitl): Support C++ namespace.
33775         (lrintf): New inline function.
33776         (lrint): Likewise.
33777         (llrintf): Likewise.
33778         (llrint): Likewise.
33779         (fmaxf): Likewise.
33780         (fmax): Likewise.
33781         (fminf): Likewise.
33782         (fmin): Likewise.
33783         (rint): Likewise.
33784         (rintf): Likewise.
33785         (ceil): Likewise.
33786         (ceilf): Likewise.
33787         (floor): Likewise.
33788         (floorf): Likewise.
33789         (nearbyint): Likewise.
33790         (nearbyintf): Likewise.
33791
33792 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
33793
33794         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
33795         non-default versions.
33796
33797 2012-06-11  Roland McGrath  <roland@hack.frob.com>
33798
33799         [BZ #14218]
33800         * manual/argp.texi (Argp): Reword argp_parse description slightly.
33801
33802 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
33803
33804         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
33805         (FE_UPWARD, FE_DOWNWARD): Don't define.
33806         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
33807         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
33808
33809         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
33810         reading it.
33811         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
33812         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
33813
33814 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
33815
33816         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
33817         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
33818         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
33819         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
33820
33821 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
33822
33823         [BZ #14117]
33824         * sysdeps/i386/fpu/bits/fenv.h: Removed.
33825         * sysdeps/i386/fpu/Implies: New file.
33826         * sysdeps/x86_64/fpu/Implies: Likewise.
33827         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
33828         * sysdeps/x86/fpu/bits/fenv.h: This.
33829
33830         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
33831         __SSE_MATH__.
33832
33833 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
33834
33835         [BZ #14134]
33836         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
33837         character 0xffff that matches the last element of the
33838         conversion table.
33839
33840 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
33841
33842         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
33843         fmodl commit.
33844
33845 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
33846
33847         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
33848         values higher than 25.6283.
33849
33850 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
33851
33852         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
33853         subnormal exponent extraction and add some __builtin_expect.
33854         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
33855         Fix for subnormal mantissa calculation.
33856
33857 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
33858
33859         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
33860         cpu2 is -1 and errno is not ENOSYS.
33861
33862 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
33863
33864         [BZ #14117]
33865         * sysdeps/i386/i486/bits/string.h: Renamed to ...
33866         * sysdeps/x86/bits/string.h: This.
33867         * sysdeps/x86_64/bits/string.h: Removed.
33868
33869         * sysdeps/i386/i486/bits/string.h: Define inline functions only
33870         if not compiling for x86-64, but compiling for >= i486.
33871
33872         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
33873         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
33874
33875         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
33876         New macro from Linux kernel 3.4.0.
33877         (FP_XSTATE_MAGIC2): Likewise.
33878         (FP_XSTATE_MAGIC2_SIZE): Likewise.
33879         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
33880         (struct _fpx_sw_bytes): New struct.
33881         (struct _xsave_hdr): Likewise.
33882         (struct _ymmh_state): Likewise.
33883         (struct _xstate): Likewise.
33884
33885         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
33886         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
33887         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
33888         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
33889         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
33890         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
33891
33892         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
33893         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
33894         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
33895         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
33896         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
33897         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
33898
33899 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
33900
33901         [BZ #13743]
33902         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
33903         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
33904         (sysdep_headers): Include sys/platform/ppc.h.
33905         * sysdeps/powerpc/test-gettimebase.c: Test for
33906         __ppc_get_timebase() to catch future ISA opcode/insn changes.
33907         * manual/Makefile (appendices): Include platform.texi.
33908         * manual/contrib.texi (Contributors): Update @node pointers.
33909         * manual/maint.texi (Maintenance): Likewise.
33910         (Platform): New node.
33911         * manual/platform.texi: New file.  Document the new features.
33912
33913 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
33914             Jakub Jelinek  <jakub@redhat.com>
33915
33916         [BZ #14188]
33917         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
33918         where __builtin_expect is unavailable.
33919
33920 2012-06-03  David S. Miller  <davem@davemloft.net>
33921
33922         * stdlib/longlong.h: Updated from GCC.
33923
33924 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
33925
33926         [BZ #14042]
33927         * sysdeps/powerpc/powerpc32/mcount.c: New file.
33928         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
33929         __mcount_internal.
33930         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
33931         (GLIBC_2.16): Likewise.
33932
33933 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
33934
33935         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
33936
33937 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
33938
33939         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
33940         (default-abi): New variable.
33941         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
33942         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
33943         variable.
33944         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
33945         Likewise.
33946         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
33947         Likewise.
33948         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
33949         Likewise.
33950
33951         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
33952         definition.  Document in comment.
33953
33954 2012-06-01  David S. Miller  <davem@davemloft.net>
33955
33956         * stdlib/longlong.h: Updated from GCC.
33957
33958 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
33959
33960         [BZ #14117]
33961         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
33962         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
33963         sys/debugreg.h sys/io.h here.
33964         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
33965         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
33966         sys/io.h.
33967         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
33968         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
33969         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
33970         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
33971         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
33972         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
33973
33974         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
33975         Define only if __x86_64__ is defined.
33976
33977 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
33978
33979         [BZ #14048]
33980         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
33981         Use int64_t for variable i.
33982         * math/libm-test.inc (fmod_test): Add more tests.
33983
33984         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
33985         z computation is not scheduled after fetestexcept.
33986         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
33987         Use math_force_eval instead of asm to ensure calculation scheduled
33988         before exception test.
33989         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
33990         Ensure a1 + u.d computation is not scheduled after fetestexcept.
33991
33992 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
33993
33994         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
33995         computation is not scheduled after fetestexcept.
33996
33997 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
33998
33999         [BZ #14117]
34000         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
34001         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
34002
34003 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34004
34005         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
34006         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
34007
34008 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
34009
34010         [BZ #14117]
34011         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
34012         <bits/wordsize.h>.
34013         (__WCHAR_MIN): Support __WORDSIZE == 64.
34014         (__WCHAR_MAX): Likewise.
34015
34016         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
34017         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
34018
34019         [BZ #14183]
34020         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
34021         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
34022
34023         [BZ #14117]
34024         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
34025         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
34026
34027         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
34028         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
34029
34030         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
34031         Defined to 1 if __x86_64__ isn't defined.
34032         (_STAT_VER_LINUX_OLD): New.
34033         (st_atime): Remove duplicate.
34034         (st_mtime): Likewise.
34035         (st_ctime): Likewise.
34036
34037 2012-05-31  David S. Miller  <davem@davemloft.net>
34038
34039         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
34040         entries.
34041
34042 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
34043
34044         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
34045         gen-libm-test.pl.
34046
34047         [BZ #14132]
34048         * elf/dl-reloc.c: Include <_itoa.h>.
34049         (_dl_reloc_bad_type): Remove use of INTUSE.
34050         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
34051         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
34052         * stdio-common/psiginfo.c (psiginfo): Likewise.
34053         * stdio-common/psignal.c (psignal): Likewise.
34054         * string/strsignal.c (strsignal): Likewise.
34055         * include/signal.h (_sys_siglist): Declare hidden proto.
34056         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
34057         INTVARDEF with libc_hidden_data_def.
34058         * stdio-common/itoa-udigits.c: Likewise.
34059         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
34060         (_itoa_lower_digits_internal): Remove declaration.
34061         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
34062         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
34063         (_sys_sigabbrev_internal): Remove aliases.
34064         (_sys_siglist): Define hidden alias.
34065
34066 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
34067
34068         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
34069         bits/sysctl.h.
34070
34071 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
34072
34073         [BZ #14117]
34074         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
34075         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
34076
34077         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
34078         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
34079         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
34080         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
34081         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
34082         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
34083
34084         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
34085         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
34086         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
34087
34088         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
34089         with __addr.
34090         (insw): Likewise.
34091         (insl): Likewise.
34092         (outsb): Likewise.
34093         (outsw): Likewise.
34094         (outsl): Likewise.
34095
34096         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
34097         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
34098         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
34099
34100         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
34101         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
34102         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
34103         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
34104         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
34105         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
34106
34107         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
34108         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
34109
34110         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
34111         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
34112
34113         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
34114         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
34115         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
34116
34117         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
34118         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
34119         to ...
34120         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
34121
34122         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
34123         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
34124         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
34125
34126         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
34127         for x86-64.
34128         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
34129
34130 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
34131
34132         * math/math.h (M_El): Use two more decimal places.
34133         (M_LOG2El): Likewise.
34134         (M_LOG10El): Likewise.
34135         (M_LN2l): Likewise.
34136         (M_LN10l): Likewise.
34137         (M_PIl): Likewise.
34138         (M_PI_2l): Likewise.
34139         (M_PI_4l): Likewise.
34140         (M_1_PIl): Likewise.
34141         (M_2_PIl): Likewise.
34142         (M_2_SQRTPIl): Likewise.
34143         (M_SQRT2l): Likewise.
34144         (M_SQRT1_2l): Likewise.
34145
34146 2012-05-31  David S. Miller  <davem@davemloft.net>
34147
34148         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
34149         values between float registers.
34150         * sysdeps/sparc/sparc64/memset.S: Likewise.
34151         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
34152
34153 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
34154
34155         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
34156         -D_FORTIFY_SOURCE=1.
34157         (CPPFLAGS-tst-longjmp_chk.c): Define.
34158         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
34159         (CPPFLAGS-tst-longjmp_chk2.c): Define.
34160         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
34161         CFLAGS-tst-wchar-h.c.
34162
34163 2012-05-31  Marek Polacek  <polacek@redhat.com>
34164
34165         [BZ #14132]
34166         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
34167         __endmntent_internal): Remove declaration.
34168         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
34169         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
34170         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
34171
34172 2012-05-30  David S. Miller  <davem@davemloft.net>
34173
34174         * sysdeps/sparc/sparc32/soft-fp/q_util.c
34175         (___Q_simulate_exceptions): Use real FP ops rather than writing
34176         into the %fsr.
34177         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
34178         Likewise.
34179
34180 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
34181
34182         [BZ #14117]
34183         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
34184         * sysdeps/x86/bits/xtitypes.h: This.
34185
34186         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
34187         * sysdeps/x86/bits/wordsize.h: This.
34188
34189         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
34190         * sysdeps/x86/bits/huge_vall.h: This.
34191
34192         * sysdeps/i386/bits/select.h: Removed.
34193         * sysdeps/x86_64/bits/select.h: Renamed to ...
34194         * sysdeps/x86/bits/select.h: This.
34195
34196         * sysdeps/i386/bits/setjmp.h: Removed.
34197         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
34198         * sysdeps/x86/bits/setjmp.h: This.
34199
34200         * sysdeps/i386/bits/mathdef.h: Removed.
34201         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
34202         * sysdeps/x86/bits/mathdef.h: This.
34203
34204 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
34205
34206         [BZ #14132]
34207         * include/sys/socket.h (__connect_internal)
34208         (__libc_sa_len_internal): Remove declaration.
34209         (__connect, __libc_sa_len): Declare hidden_proto.
34210         (SA_LEN): Remove use of INTUSE.
34211         * socket/connect.c: Add libc_hidden_def.
34212         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
34213         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
34214         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
34215         alias.
34216         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
34217         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
34218         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
34219         of adding _internal alias.
34220
34221 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
34222
34223         [BZ #14117]
34224         * sysdeps/i386/bits/link.h: Removed.
34225         * sysdeps/i386/bits/linkmap.h: Likewise.
34226         * sysdeps/x86_64/bits/link.h: Renamed to ...
34227         * sysdeps/x86/bits/link.h: This.
34228         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
34229         * sysdeps/x86/bits/linkmap.h: This.
34230
34231         * sysdeps/i386/bits/endian.h: Removed.
34232         * sysdeps/x86_64/bits/endian.h: Renamed to ...
34233         * sysdeps/x86/bits/endian.h: This.
34234
34235         * sysdeps/i386/bits/byteswap.h: Removed.
34236         * sysdeps/i386/bits/byteswap-16.h: Likewise.
34237         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
34238         * sysdeps/x86/bits/byteswap.h: This.
34239         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
34240         * sysdeps/x86/bits/byteswap-16.h: This.
34241         * sysdeps/i386/Implies: Add x86.
34242         * sysdeps/x86_64/Implies: Likewise.
34243
34244 2012-05-30  David S. Miller  <davem@davemloft.net>
34245
34246         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
34247         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
34248         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
34249         (FP_TRAPPING_EXCEPTIONS): Define.
34250         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
34251         (FP_TRAPPING_EXCEPTIONS): Define.
34252         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
34253         subnormals only when inexact has been signalled or underflow
34254         exceptions are enabled.
34255         (_FP_PACK_CANONICAL): Likewise.
34256
34257 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
34258
34259         [BZ #14183]
34260         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
34261         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
34262
34263 2012-05-30  Richard Henderson  <rth@twiddle.net>
34264
34265         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
34266         with #ifndef NOT_IN_libc.
34267
34268         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
34269         marked to avoid plt entry.
34270
34271 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
34272
34273         [BZ #14112]
34274         * Makeconfig (default-abi): New macro.
34275         (abi-includes): Likewise.
34276         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
34277         $(abi-$(default-abi)-lib-soname) for soname if defined.
34278         ($(common-objpfx)gnu/lib-names.stmp): Generate from
34279         abi-variants.
34280         * Makefile (installed-stubs): Likewise.
34281         * include/stubs-biarch.h: Removed.
34282         * scripts/lib-names.awk: Only handle one library at a time.
34283         * scripts/soversions.awk: Remove WORDSIZE support.
34284         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
34285         entries.
34286         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
34287         Removed.
34288         (syscall-list-default-condition): Likewise.
34289         (syscall-list-default-condition): Likewise.
34290         (syscall-list-includes): Likewise.
34291         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
34292         syscall-list-* with abi-*.  Handle undefined abi-variants.
34293         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
34294         * sysdeps/unix/sysv/linux/i386/Implies: New file.
34295         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
34296         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
34297         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
34298         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
34299         Removed.
34300         (syscall-list-32-options): Likewise.
34301         (syscall-list-32-condition): Likewise.
34302         (syscall-list-64-options): Likewise.
34303         (syscall-list-64-condition): Likewise.
34304         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
34305         macro.
34306         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
34307         Renamed to ...
34308         (abi-*): This.
34309         (abi-64-ld-soname): New macro.
34310         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
34311         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
34312         Renamed to ...
34313         (abi-*): This.
34314         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
34315         * sysdeps/x86_64/x32/shlib-versions: Likewise.
34316
34317 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
34318
34319         * sysdeps/unix/sysv/linux/kernel-features.h
34320         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
34321         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
34322         include <kernel-features.h>.
34323         [!__NR_ftruncate64]: Remove conditional code.
34324         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
34325         [__NR_ftruncate64]: Make code unconditional.
34326         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
34327         * sysdeps/unix/sysv/linux/truncate64.c: Do not
34328         include <kernel-features.h>.
34329         [!__NR_ftruncate64]: Remove conditional code.
34330         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
34331         [__NR_ftruncate64]: Make code unconditional.
34332         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
34333         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
34334         include <kernel-features.h>.
34335         [!__NR_ftruncate64]: Remove conditional code.
34336         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
34337         [__NR_ftruncate64]: Make code unconditional.
34338         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
34339         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
34340         include <kernel-features.h>.
34341         [!__NR_ftruncate64]: Remove conditional code.
34342         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
34343         [__NR_ftruncate64]: Make code unconditional.
34344         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
34345
34346         * configure.in (libc_cv_fpie): Weaken to a compile test using
34347         LIBC_TRY_CC_OPTION.
34348         * configure: Regenerated.
34349
34350 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
34351
34352         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
34353         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
34354         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
34355         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
34356         Refreshed.
34357         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
34358         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
34359         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
34360         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
34361         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
34362         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
34363         Refreshed.
34364
34365 2012-05-27  David S. Miller  <davem@davemloft.net>
34366
34367         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
34368         (___Q_zero): New.
34369         (__Q_simulate_exceptions): Return void.  Change to simulate
34370         exceptions by writing into the %fsr.
34371         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
34372         (__Qp_handle_exceptions): Likewise.
34373         (numbers): Delete.
34374         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
34375         __Qp_handle_exceptions.
34376         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
34377         __Qp_handle_exceptions.
34378         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
34379         as unused and give dummy FP_RND_NEAREST initializer.
34380         (FP_INHIBIT_RESULTS): Define.
34381         (___Q_simulate_exceptions): Update declaration.
34382         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
34383         formatting.
34384         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
34385         as unused and give dummy FP_RND_NEAREST initializer.
34386         (__Qp_handle_exceptions): Update declaration.
34387         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
34388         formatting.
34389
34390 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
34391
34392         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
34393         the temporary FPU control word.
34394         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
34395         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
34396         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
34397         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
34398         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
34399         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
34400         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
34401         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
34402         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
34403         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
34404         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
34405
34406 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
34407
34408         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
34409         fields.
34410
34411 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
34412
34413         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
34414         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
34415         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
34416         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
34417         Likewise.
34418         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
34419         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
34420         Likewise.
34421
34422 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
34423
34424         * po/h.po: Update from translation team.
34425
34426 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
34427
34428         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
34429
34430         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
34431         handling of denormals.
34432         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
34433         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
34434         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
34435         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
34436         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
34437         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
34438         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
34439         Likewise.
34440
34441 2012-05-26  Marek Polacek  <polacek@redhat.com>
34442
34443         [BZ #14152]
34444         * math/libm-test.inc (fma_test): Don't always expect underflow
34445         exception.
34446
34447 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
34448
34449         [BZ #12416]
34450         * elf/tst-execstack.c: Include stackinfo.h.
34451         (do_test): Adjust test case to ensure that pthread_getattr_np
34452         behaviour remains the same after marking stack executable.
34453
34454 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
34455
34456         * sysdeps/unix/sysv/linux/kernel-features.h
34457         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
34458         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
34459         kernel-features.h.
34460         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
34461         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
34462         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
34463         kernel-features.h.
34464         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
34465         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
34466
34467 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
34468
34469         * configure.in: Define the default includes to being none.
34470         * configure: Regenerated.
34471
34472 2012-05-25  Roland McGrath  <roland@hack.frob.com>
34473
34474         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
34475         * sysdeps/x86_64/setjmp.S: Likewise.
34476         * sysdeps/i386/bsd-setjmp.S: Likewise.
34477         * sysdeps/i386/bsd-_setjmp.S: Likewise.
34478         * sysdeps/i386/setjmp.S: Likewise.
34479         * sysdeps/i386/__longjmp.S: Likewise.
34480         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
34481         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
34482
34483         * include/stap-probe.h: New file.
34484         * configure.in: Handle --enable-systemtap.
34485         * configure: Regenerated.
34486         * config.h.in (USE_STAP_PROBE): New #undef.
34487         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
34488         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
34489         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
34490
34491 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
34492
34493         [BZ #13717]
34494         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
34495         to 2.4.0 where earlier.
34496         * sysdeps/unix/sysv/linux/configure: Regenerated.
34497         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
34498         <kernel-features.h>.
34499         [__ASSUME_32BITUIDS]: Make code unconditional.
34500         [!__ASSUME_32BITUIDS]: Remove conditional code.
34501         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
34502         <kernel-features.h>.
34503         [__ASSUME_32BITUIDS]: Make code unconditional.
34504         [!__ASSUME_32BITUIDS]: Remove conditional code.
34505         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
34506         [__ASSUME_32BITUIDS]: Make code unconditional.
34507         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
34508         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
34509         <kernel-features.h>.
34510         [__ASSUME_32BITUIDS]: Make code unconditional.
34511         [!__ASSUME_32BITUIDS]: Remove conditional code.
34512         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
34513         <kernel-features.h>.
34514         [__ASSUME_32BITUIDS]: Make code unconditional.
34515         [!__ASSUME_32BITUIDS]: Remove conditional code.
34516         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
34517         <kernel-features.h>.
34518         [__ASSUME_32BITUIDS]: Make code unconditional.
34519         [!__ASSUME_32BITUIDS]: Remove conditional code.
34520         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
34521         <kernel-features.h>.
34522         [__ASSUME_32BITUIDS]: Make code unconditional.
34523         [!__ASSUME_32BITUIDS]: Remove conditional code.
34524         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
34525         <kernel-features.h>.
34526         [__ASSUME_32BITUIDS]: Make code unconditional.
34527         [!__ASSUME_32BITUIDS]: Remove conditional code.
34528         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
34529         <kernel-features.h>.
34530         [__ASSUME_32BITUIDS]: Make code unconditional.
34531         [!__ASSUME_32BITUIDS]: Remove conditional code.
34532         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
34533         <kernel-features.h>.
34534         [__ASSUME_32BITUIDS]: Make code unconditional.
34535         [!__ASSUME_32BITUIDS]: Remove conditional code.
34536         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
34537         <kernel-features.h>.
34538         [__ASSUME_32BITUIDS]: Make code unconditional.
34539         [!__ASSUME_32BITUIDS]: Remove conditional code.
34540         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
34541         <kernel-features.h>.
34542         [__ASSUME_32BITUIDS]: Make code unconditional.
34543         [!__ASSUME_32BITUIDS]: Remove conditional code.
34544         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
34545         <kernel-features.h>.
34546         [__ASSUME_32BITUIDS]: Make code unconditional.
34547         [!__ASSUME_32BITUIDS]: Remove conditional code.
34548         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
34549         <kernel-features.h>.
34550         [__NR_setresgid] (__setresgid): Do not declare.
34551         [__ASSUME_32BITUIDS]: Make code unconditional.
34552         [!__ASSUME_32BITUIDS]: Remove conditional code.
34553         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
34554         <kernel-features.h>.
34555         [__NR_setresuid] (__setresuid): Do not declare.
34556         [__ASSUME_32BITUIDS]: Make code unconditional.
34557         [!__ASSUME_32BITUIDS]: Remove conditional code.
34558         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
34559         <kernel-features.h>.
34560         [__ASSUME_32BITUIDS]: Make code unconditional.
34561         [!__ASSUME_32BITUIDS]: Remove conditional code.
34562         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
34563         <kernel-features.h>.
34564         [__ASSUME_32BITUIDS]: Make code unconditional.
34565         [!__ASSUME_32BITUIDS]: Remove conditional code.
34566         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
34567         <kernel-features.h>.
34568         [__ASSUME_32BITUIDS]: Make code unconditional.
34569         [!__ASSUME_32BITUIDS]: Remove conditional code.
34570         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
34571         <kernel-features.h>.
34572         [__ASSUME_32BITUIDS]: Make code unconditional.
34573         [!__ASSUME_32BITUIDS]: Remove conditional code.
34574         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
34575         <kernel-features.h>.
34576         [__ASSUME_32BITUIDS]: Make code unconditional.
34577         [!__ASSUME_32BITUIDS]: Remove conditional code.
34578         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
34579         <kernel-features.h>.
34580         [__ASSUME_32BITUIDS]: Make code unconditional.
34581         [!__ASSUME_32BITUIDS]: Remove conditional code.
34582         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
34583         <kernel-features.h>.
34584         [__ASSUME_32BITUIDS]: Make code unconditional.
34585         [!__ASSUME_32BITUIDS]: Remove conditional code.
34586         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
34587         <kernel-features.h>.
34588         [__ASSUME_32BITUIDS]: Make code unconditional.
34589         [!__ASSUME_32BITUIDS]: Remove conditional code.
34590         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
34591         <kernel-features.h>.
34592         [__ASSUME_32BITUIDS]: Make code unconditional.
34593         [!__ASSUME_32BITUIDS]: Remove conditional code.
34594         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
34595         <kernel-features.h>.
34596         [__ASSUME_32BITUIDS]: Make code unconditional.
34597         [!__ASSUME_32BITUIDS]: Remove conditional code.
34598         * sysdeps/unix/sysv/linux/kernel-features.h
34599         (__ASSUME_SETRESUID_SYSCALL): Remove.
34600         (__ASSUME_SETRESGID_SYSCALL): Likewise.
34601         (__ASSUME_32BITUIDS): Likewise.
34602         (__ASSUME_LDT_WORKS): Likewise.
34603         (__ASSUME_O_DIRECTORY): Likewise.
34604         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
34605         architecture but not kernel version.
34606         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
34607         (__ASSUME_MMAP2_SYSCALL): Likewise.
34608         (__ASSUME_STAT64_SYSCALL): Likewise.
34609         (__ASSUME_IPC64): Likewise.
34610         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
34611         <kernel-features.h>.
34612         [__ASSUME_32BITUIDS]: Make code unconditional.
34613         [!__ASSUME_32BITUIDS]: Remove conditional code.
34614         * sysdeps/unix/sysv/linux/opendir.c: Do not include
34615         <kernel-features.h>.
34616         [__ASSUME_O_DIRECTORY]: Make code unconditional.
34617         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
34618         132096]: Remove conditional code.
34619         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
34620         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
34621         <kernel-features.h>.
34622         [__ASSUME_32BITUIDS]: Make code unconditional.
34623         [!__ASSUME_32BITUIDS]: Remove conditional code.
34624         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
34625         <kernel-features.h>.
34626         [__ASSUME_32BITUIDS]: Make code unconditional.
34627         [!__ASSUME_32BITUIDS]: Remove conditional code.
34628         * sysdeps/unix/sysv/linux/setegid.c: Do not include
34629         <kernel-features.h>.
34630         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
34631         unconditional.
34632         (__setresgid): Do not declare.
34633         [__ASSUME_32BITUIDS]: Make code unconditional.
34634         [!__ASSUME_32BITUIDS]: Remove conditional code.
34635         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
34636         <kernel-features.h>.
34637         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
34638         unconditional.
34639         (__setresuid): Do not declare.
34640         [__ASSUME_32BITUIDS]: Make code unconditional.
34641         [!__ASSUME_32BITUIDS]: Remove conditional code.
34642         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
34643         <kernel-features.h>.
34644         [__ASSUME_32BITUIDS]: Make code unconditional.
34645         [!__ASSUME_32BITUIDS]: Remove conditional code.
34646         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
34647         <kernel-features.h>.
34648         [__ASSUME_32BITUIDS]: Make code unconditional.
34649         [!__ASSUME_32BITUIDS]: Remove conditional code.
34650
34651 2012-05-25  Richard Henderson  <rth@twiddle.net>
34652
34653         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
34654         dl_hwcap to ifunc resolver.
34655         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
34656         elf_ifunc_invoke.
34657         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
34658         dl_hwcap to ifunc resolver.
34659         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
34660
34661 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
34662
34663         [BZ #14153]
34664         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
34665         for |x| <= 2**-26, not 2**-57.
34666         * math/libm-test.inc (acos_test): Do not allow spurious underflow
34667         exception.
34668
34669 2012-05-24  Jeff Law  <law@redhat.com>
34670
34671         * stdio-common/Makefile (tests): Add bug25.
34672         * stdio-common/bug25.c: New test.
34673
34674 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
34675
34676         [BZ #13576]
34677         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
34678         multiple of MALLOC_ALIGNMENT in size.
34679         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
34680
34681 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
34682
34683         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
34684         Require >= 256.
34685         (FILENAME_MAX): Use macro-int-constant.
34686         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
34687         (_IOFBF): Use macro-int-constant.
34688         (_IOLBF): Likewise.
34689         (_IONBF): Likewise.
34690         (SEEK_CUR): Likewise.
34691         (SEEK_END): Likewise.
34692         (SEEK_SET): Likewise.
34693         (TMP_MAX): Likewise.
34694         (EOF): Use macro-int-constant.  Require < 0.
34695         (NULL): Use macro-constant.  Require == 0.
34696         (stdin): Require type to be FILE *.
34697         (stdout): Likewise.
34698         (stderr): Likewise.
34699         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
34700         macro-int-constant.
34701         (EXIT_SUCCESS): Likewise.
34702         (NULL): Use macro-constant.  Require == 0.
34703         (RAND_MAX): Use macro-int-constant.
34704         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
34705         [C99-based standards] (strtof): Require function.
34706         [C99-based standards] (strtold): Likewise.
34707         [C99-based standards] (strtoll): Likewise.
34708         [C99-based standards] (strtoull): Likewise.
34709         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
34710         [ISO || ISO99 || ISO11] (limits.h): Likewise.
34711         [ISO || ISO99 || ISO11] (math.h): Likewise.
34712         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
34713         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
34714         [ISO || ISO99 || ISO11] (*_t): Do not allow.
34715
34716 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
34717
34718         [BZ #14132]
34719         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
34720         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
34721         * intl/dgettext.c (DCGETTEXT): Likewise.
34722         * intl/gettext.c (DCGETTEXT): Likewise.
34723         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
34724         * posix/regex_internal.h (gettext): Likewise.
34725         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
34726         Remove declaration.
34727         * include/argz.h (__argz_count_internal)
34728         (__argz_stringify_internal): Remove declaration.
34729         (__argz_count, __argz_stringify): Declare hidden proto.
34730         * intl/dcgettext.c: Remove use of INTDEF.
34731         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
34732         * string/argz-stringify.c: Likewise.
34733         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
34734         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
34735         Declare hidden proto.
34736         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
34737         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
34738         Declare hidden proto.
34739         * include/stdio.h (__asprintf_internal): Don't declare.
34740         (__asprintf): Don't define as macro.  Declare hidden proto.
34741         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
34742         (__fsetlocking): Declare hidden proto.
34743         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
34744         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
34745         hidden proto.
34746         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
34747         (_IO_setlinebuf): Remove use of INTUSE.
34748         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
34749         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
34750         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
34751         Remove declaration.
34752         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
34753         (_IO_do_flush): Remove use of INTUSE.
34754         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
34755         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
34756         (_IO_adjust_column, _IO_least_wmarker)
34757         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
34758         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
34759         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
34760         (_IO_default_doallocate, _IO_wdefault_doallocate)
34761         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
34762         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
34763         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
34764         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
34765         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
34766         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
34767         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
34768         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
34769         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
34770         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
34771         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
34772         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
34773         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
34774         proto.
34775         (_IO_flush_all_internal, _IO_adjust_column_internal)
34776         (_IO_default_uflow_internal, _IO_default_finish_internal)
34777         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
34778         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
34779         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
34780         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
34781         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
34782         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
34783         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
34784         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
34785         (_IO_file_close_internal, _IO_file_close_it_internal)
34786         (_IO_file_underflow_internal, _IO_file_overflow_internal)
34787         (_IO_file_init_internal, _IO_file_attach_internal)
34788         (_IO_file_fopen_internal, _IO_file_read_internal)
34789         (_IO_file_sync_internal, _IO_file_seek_internal)
34790         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
34791         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
34792         (_IO_str_underflow_internal, _IO_str_overflow_internal)
34793         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
34794         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
34795         (_IO_list_all_internal, _IO_link_in_internal)
34796         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
34797         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
34798         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
34799         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
34800         (_IO_do_write_internal, _IO_padn_internal)
34801         (_IO_getline_info_internal, _IO_getline_internal)
34802         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
34803         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
34804         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
34805         (_IO_vfscanf_internal, _IO_vfprintf_internal)
34806         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
34807         (_IO_init_internal, _IO_un_link_internal): Don't declare.
34808         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
34809         with libc_hidden_ver, remove use of INTUSE.
34810         * libio/genops.c: Likewise.
34811         * libio/freopen.c: Likewise.
34812         * libio/freopen64.c: Likewise.
34813         * libio/iofclose.c: Likewise.
34814         * libio/iofdopen.c: Likewise.
34815         * libio/iofflush.c: Likewise.
34816         * libio/iofflush_u.c: Likewise.
34817         * libio/iofgets.c: Likewise.
34818         * libio/iofgets_u.c: Likewise.
34819         * libio/iofopen.c: Likewise.
34820         * libio/iofopncook.c: Likewise.
34821         * libio/iofread.c: Likewise.
34822         * libio/iofread_u.c: Likewise.
34823         * libio/ioftell.c: Likewise.
34824         * libio/iofwrite.c: Likewise.
34825         * libio/iogetline.c: Likewise.
34826         * libio/iogets.c: Likewise.
34827         * libio/iogetwline.c: Likewise.
34828         * libio/iopadn.c: Likewise.
34829         * libio/iopopen.c: Likewise.
34830         * libio/ioseekoff.c: Likewise.
34831         * libio/ioseekpos.c: Likewise.
34832         * libio/iosetbuffer.c: Likewise.
34833         * libio/iosetvbuf.c: Likewise.
34834         * libio/ioungetc.c: Likewise.
34835         * libio/ioungetwc.c: Likewise.
34836         * libio/iovdprintf.c: Likewise.
34837         * libio/iovsprintf.c: Likewise.
34838         * libio/iovsscanf.c: Likewise.
34839         * libio/memstream.c: Likewise.
34840         * libio/obprintf.c: Likewise.
34841         * libio/oldfileops.c: Likewise.
34842         * libio/oldiofclose.c: Likewise.
34843         * libio/oldiofdopen.c: Likewise.
34844         * libio/oldiofopen.c: Likewise.
34845         * libio/oldiopopen.c: Likewise.
34846         * libio/oldstdfiles.c: Likewise.
34847         * libio/putc.c: Likewise.
34848         * libio/setbuf.c: Likewise.
34849         * libio/setlinebuf.c: Likewise.
34850         * libio/stdfiles.c: Likewise.
34851         * libio/strops.c: Likewise.
34852         * libio/vasprintf.c: Likewise.
34853         * libio/vscanf.c: Likewise.
34854         * libio/vsnprintf.c: Likewise.
34855         * libio/vswprintf.c: Likewise.
34856         * libio/wfiledoalloc.c: Likewise.
34857         * libio/wfileops.c: Likewise.
34858         * libio/wgenops.c: Likewise.
34859         * libio/wmemstream.c: Likewise.
34860         * libio/wstrops.c: Likewise.
34861         * libio/__fpurge.c: Likewise.
34862         * libio/__fsetlocking.c: Likewise.
34863         * assert/assert.c: Likewise.
34864         * debug/fgets_chk.c: Likewise.
34865         * debug/fgets_u_chk.c: Likewise.
34866         * debug/fread_chk.c: Likewise.
34867         * debug/fread_u_chk.c: Likewise.
34868         * debug/gets_chk.c: Likewise.
34869         * debug/obprintf_chk.c: Likewise.
34870         * debug/vasprintf_chk.c: Likewise.
34871         * debug/vdprintf_chk.c: Likewise.
34872         * debug/vsnprintf_chk.c: Likewise.
34873         * debug/vsprintf_chk.c: Likewise.
34874         * malloc/mtrace.c: Likewise.
34875         * misc/error.c: Likewise.
34876         * misc/syslog.c: Likewise.
34877         * stdio-common/asprintf.c: Likewise.
34878         * stdio-common/fxprintf.c: Likewise.
34879         * stdio-common/getw.c: Likewise.
34880         * stdio-common/isoc99_fscanf.c: Likewise.
34881         * stdio-common/isoc99_scanf.c: Likewise.
34882         * stdio-common/isoc99_vfscanf.c: Likewise.
34883         * stdio-common/isoc99_vscanf.c: Likewise.
34884         * stdio-common/isoc99_vsscanf.c: Likewise.
34885         * stdio-common/printf-prs.c: Likewise.
34886         * stdio-common/printf_fp.c: Likewise.
34887         * stdio-common/printf_fphex.c: Likewise.
34888         * stdio-common/printf_size.c: Likewise.
34889         * stdio-common/putw.c: Likewise.
34890         * stdio-common/scanf.c: Likewise.
34891         * stdio-common/sprintf.c: Likewise.
34892         * stdio-common/tmpfile.c: Likewise.
34893         * stdio-common/vfprintf.c: Likewise.
34894         * stdio-common/vfscanf.c: Likewise.
34895         * stdlib/strfmon_l.c: Likewise.
34896         * sunrpc/openchild.c: Likewise.
34897         * sunrpc/xdr_stdio.c: Likewise.
34898         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
34899         * sysdeps/mach/hurd/tmpfile.c: Likewise.
34900
34901 2012-05-24  Roland McGrath  <roland@hack.frob.com>
34902
34903         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
34904
34905         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
34906         in the third column, to generate for the shared library an IFUNC
34907         that uses _dl_vdso_vsym.
34908         * Makerules (COMPILE.c, compile-stdin.c): New variables.
34909         * Makeconfig (object-suffixes-noshared): New variable.
34910
34911         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
34912         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
34913         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
34914         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
34915
34916         [BZ #14132]
34917         * include/sys/time.h (__gettimeofday): Remove macro.
34918         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
34919         * time/gettimeofday.c (__gettimeofday): Remove #undef.
34920         Remove INTDEF.
34921         (__gettimeofday): Add libc_hidden_def.
34922         (gettimeofday): Add libc_hidden_weak.
34923         * sysdeps/mach/gettimeofday.c: Likewise.
34924         * sysdeps/posix/gettimeofday.c: Likewise.
34925         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
34926         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
34927         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
34928         (__gettimeofday_internal): Remove strong_alias.
34929         (__gettimeofday): Add libc_hidden_def.
34930         (gettimeofday): Add libc_hidden_weak.
34931         * sysdeps/unix/syscalls.list (gettimeofday):
34932         Remove __gettimeofday_internal alias.
34933
34934 2012-05-24  Daniel Jacobowitz  <drow@false.org>
34935             H.J. Lu  <hongjiu.lu@intel.com>
34936
34937         [BZ #12495]
34938         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
34939         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
34940         (largebin_index_32_big): New.
34941         (largebin_index): Use it for 16-byte alignment.
34942         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
34943         correction with front_misalign.
34944
34945 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
34946
34947         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
34948         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
34949         Likewise.
34950         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
34951         Likewise.
34952         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
34953         Likewise.
34954         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
34955         Likewise.
34956         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
34957         Likewise.
34958         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
34959         Likewise.
34960         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
34961         Likewise.
34962         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
34963         Likewise.
34964         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
34965         Likewise.
34966         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
34967         Likewise.
34968         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
34969         Likewise.
34970         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
34971         Likewise.
34972
34973         * scripts/data/c++-types-x32-linux-gnu.data: New file.
34974         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
34975
34976 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
34977
34978         [BZ #10846]
34979         [BZ #14036]
34980         * math/libm-test.inc (exp_test): Add test from bug 14036.
34981         (pow_test): Add test from bug 10846.
34982
34983         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
34984         and other flags.
34985         (special_function): Do not include flags in test name.
34986         (parse_args): Likewise.
34987         * sysdeps/i386/fpu/libm-test-ulps: Update.
34988         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
34989         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
34990         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
34991         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34992
34993         * math/gen-libm-test.pl (%beautify): Add entries for underflow
34994         exceptions.
34995         * math/libm-test.inc ("Philosophy"): Update comment about
34996         exception testing.
34997         (UNDERFLOW_EXCEPTION): New macro.
34998         (UNDERFLOW_EXCEPTION_OK): Likewise.
34999         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
35000         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
35001         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
35002         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
35003         (INVALID_EXCEPTION_OK): Update value.
35004         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
35005         (OVERFLOW_EXCEPTION_OK): Likewise.
35006         (IGNORE_ZERO_INF_SIGN): Likewise.
35007         (test_exceptions): Handle underflow exceptions.
35008         (acos_test): Update for underflow exception expectations.
35009         (cexp_test): Likewise.
35010         (clog_test): Likewise.
35011         (clog10_test): Likewise.
35012         (csqrt_test): Likewise.
35013         (ctan_test): Likewise.
35014         (ctanh_test): Likewise.
35015         (exp_test): Likewise.
35016         (exp10_test): Likewise.
35017         (exp2_test): Likewise.
35018         (expm1_test): Likewise.
35019         (fma_test): Likewise.
35020         (j0_test): Likewise.
35021         (jn_test): Likewise.
35022         (nexttoward_test): Likewise.
35023         (pow_test): Likewise.
35024         (scalbn_test): Likewise.
35025         (scalbln_test): Likewise.
35026         (tan_test): Likewise.
35027         (y1_test): Likewise.
35028         * sysdeps/i386/fpu/libm-test-ulps: Update.
35029         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35030
35031 2012-05-23  David S. Miller  <davem@davemloft.net>
35032
35033         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
35034         (__libc_sigaction): Remove unused local variables.
35035
35036 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
35037
35038         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
35039
35040 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
35041
35042         mktime: avoid signed integer overflow
35043         * time/mktime.c (__mktime_internal): Do not mishandle the case
35044         where diff == INT_MIN.
35045
35046         mktime: simplify computation of average
35047         * time/mktime.c (ranged_convert): Use new time_t_avg function
35048         instead of rolling our own (probably-slower) code.
35049
35050         mktime: do not assume signed right shift propagates sign bit
35051         * time/mktime.c (isdst_differ): New static function.
35052         (__mktime_internal): No need to normalize tm_isdst now.
35053         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
35054         tm_isdst values.
35055
35056         mktime: merge another wrapv change from gnulib
35057         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
35058         from some compilers.
35059
35060         mktime: remove incorrect attempt at unusual arithmetics
35061         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
35062         The code didn't really work on such machines anyway.
35063         (TYPE_MINIMUM): Assume two's complement.
35064         (twos_complement_arithmetic): Verify that long_int and time_t
35065         are two's complement (or unsigned, in the latter case).
35066
35067         mktime: check signed shifts on long_int and time_t, too
35068         * time/mktime.c (SHR): Check that shifts work as desired
35069         on the types long_int and time_t too, as SHR is used on
35070         such types.
35071
35072         mktime: do not assume 'long' is wide enough
35073         * time/mktime.c (verify): Move decl up.
35074         (long_int): New type.
35075         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
35076         to remove assumption in the code that 'long' is wide enough to
35077         store year values.  This assumption is not true on x32 and on
35078         some non-glibc platforms.
35079
35080         mktime: merge wrapv change from gnulib
35081         * time/mktime.c (WRAPV): New macro.
35082         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
35083         (guess_time_tm, __mktime_internal): Do not assume that signed
35084         integer overflow wraps around; modern compilers generate code
35085         where this assumption is no longer valid.
35086
35087 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
35088
35089         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
35090         Replace "jmp L(pseudo_end)" with "ret".
35091         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
35092         Likewise.
35093
35094 2012-05-23  Andreas Jaeger  <aj@suse.de>
35095
35096         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
35097         * sysdeps/unix/sysv/linux/poll.c: Remove file.
35098
35099 2012-05-23  Andreas Jaeger  <aj@suse.de>
35100             Maximilian Attems  <max@stro.at>
35101
35102         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
35103         New macros.
35104
35105 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
35106
35107         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
35108         code so that pseudo_end is just ret and the stack pointer is
35109         correct also for static library in error case.
35110
35111 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
35112
35113         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
35114         move to syscalls.list.
35115         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
35116         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
35117         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
35118         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
35119
35120         * manual/install.texi (Running make install): Do not mention Linux
35121         kernel version for which pt_chown is not needed.
35122         (Linux): Do not mention problems with nscd with 2.0 kernels.
35123         * INSTALL: Regenerated.
35124
35125 2012-05-23  Andreas Jaeger  <aj@suse.de>
35126
35127         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
35128         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
35129         macro.
35130         * sysdeps/unix/sysv/linux/s390/bits/mman.h
35131         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
35132         * sysdeps/unix/sysv/linux/sh/bits/mman.h
35133         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
35134         * sysdeps/unix/sysv/linux/i386/bits/mman.h
35135         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
35136         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
35137         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
35138         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
35139         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
35140         * sysdeps/unix/sysv/linux/bits/in.h
35141         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
35142
35143 2012-05-22  Roland McGrath  <roland@hack.frob.com>
35144
35145         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
35146         (PREPARE_VERSION): Just use assert instead, it will be elided
35147         under [NDEBUG] anyway.
35148
35149 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
35150
35151         * sysdeps/unix/sysv/linux/Makefile: Include
35152         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
35153         (sysdep_routines): Remove sysctl.
35154         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
35155         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
35156         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
35157         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
35158         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
35159
35160 2012-05-22  Andreas Jaeger  <aj@suse.de>
35161
35162         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
35163         that pseudo_end is just ret and the stack pointer is correct also
35164         for static library in error case.
35165
35166 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
35167
35168         [BZ #14122]
35169         * nss/nsswitch.c (defconfig_entries): New variable.
35170         (__nss_database_lookup): Don't leak defconfig entries.
35171         (nss_parse_service_list): Don't leak on error paths.
35172         (free_database_entries): New function.
35173         (free_defconfig): New function.
35174         (free_mem): Move common code to free_database_entries.
35175
35176 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
35177
35178         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
35179         Add arch_prctl.
35180         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
35181
35182         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
35183         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
35184         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
35185         New macro.
35186         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
35187         (INTERNAL_SYSCALL_TYPES): Likewise.
35188         (LOAD_ARGS_TYPES_[1-6]): Likewise.
35189         (LOAD_REGS_TYPES_[1-6]): Likewise.
35190         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
35191         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
35192
35193 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
35194
35195         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
35196         copysignl for GLIBC_2_0.
35197         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
35198         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
35199         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
35200         logbl for GLIBC_2_0.
35201         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
35202         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
35203
35204 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
35205
35206         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
35207         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
35208
35209         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
35210         Use "neg %eax".
35211
35212         * time/mktime.c: Update copyright years.
35213
35214 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
35215
35216         mktime: merge comment-quoting-style change from gnulib
35217         * time/mktime.c: Quote 'like this' in comments.
35218         The GNU coding standards suggest that we no longer quote `like this',
35219         as "`" and "'" are typically rendered asymmetrically nowadays.
35220         The typical gnulib style is to quote 'like this' when quoting
35221         code, and "like this" when quoting English.
35222
35223         * time/mktime.c (compile-command): Add "-I.".
35224
35225         mktime: merge mktime-internal.h change from gnulib
35226         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
35227
35228         mktime: merge time_r change from gnulib
35229         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
35230
35231         mktime: merge DEBUG change from gnulib
35232         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
35233         case system <time.h> has a #define.
35234
35235         mktime: merge <sys/types.h> change from gnulib
35236         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
35237         since <time.t> is now guaranteed to define time_t.
35238
35239         mktime: merge HAVE_CONFIG_H change from gnulib
35240         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
35241
35242 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
35243
35244         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
35245         Use "neg %eax".
35246
35247         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
35248         __rlim_t cast.
35249         (struct rusage): Use anonymous union to pad each field to
35250         __syscall_slong_t.
35251
35252 2012-05-21  David S. Miller  <davem@davemloft.net>
35253
35254         * Makefules (o-iterator): Remove .s cases.
35255         (compile-command.s): Delete.
35256         (COMPILE.s): Delete.
35257         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
35258
35259 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
35260
35261         * configure.in (libc_cv_predef_stack_protector): Only consider
35262         "foobar" and "__stack_chk_fail" lines in libc_undefs.
35263         * configure: Regenerated.
35264
35265 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
35266
35267         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
35268         New macro.  Use R*LP on int and pointer.
35269         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
35270         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
35271         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
35272         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
35273
35274         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
35275         [__WORDSIZE_TIME64_COMPAT32] instead of
35276         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
35277         (struct utmp): Likewise.
35278         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
35279         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
35280         Renamed to ...
35281         (__WORDSIZE_TIME64_COMPAT32): This.
35282         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
35283         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
35284         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
35285         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
35286         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
35287         (__WORDSIZE_TIME64_COMPAT32): New macro.
35288
35289 2012-05-21  Andreas Jaeger  <aj@suse.de>
35290
35291         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
35292         only if [SHARED]. Add prototype for __wcschr_ia32.
35293
35294 2012-05-21  Roland McGrath  <roland@hack.frob.com>
35295
35296         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
35297         of %rbp unmolested in the jmp_buf while mangling the low bits.
35298         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
35299         unmolested high bits of %rbp while demangling the low bits.
35300         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
35301
35302 2012-05-21  Andreas Jaeger  <aj@suse.de>
35303
35304         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
35305         * sunrpc/svc_simple.c: Use it for registerrpc.
35306         * sunrpc/xcrypt.c: Use it for passwd2des.
35307
35308         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
35309
35310 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
35311
35312         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
35313         Don't define if [__SYSCALL_WORDSIZE != 32].
35314         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
35315         New macro.
35316
35317 2012-05-21  Bruno Haible  <bruno@clisp.org>
35318             Andreas Jaeger  <aj@suse.de>
35319
35320         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
35321         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
35322         inptr and inend for must_buffer_ch.
35323         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
35324         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
35325         * stdio-common/Makefile (tests): Remove bug15.
35326         (bug15-ENV): Remove macro.
35327         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
35328         anymore.
35329
35330 2012-05-19  Andreas Jaeger  <aj@suse.de>
35331             Roland McGrath  <roland@hack.frob.com>
35332
35333         * manual/contrib.texi: Completely rewritten. It contains now an
35334         alphabetical list of contributors and their contributions.
35335
35336 2012-05-21  Richard Henderson  <rth@twiddle.net>
35337
35338         * misc/getauxval.c (__getauxval): Use unsigned long int.
35339         * misc/sys/auxv.h: Include <sys/cdefs.h>.
35340         (getauxval): Use unsigned long int.
35341
35342 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
35343
35344         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
35345
35346 2012-05-21  Roland McGrath  <roland@hack.frob.com>
35347
35348         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
35349         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
35350         __alignof__ (long double).
35351
35352 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
35353
35354         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
35355
35356 2012-05-20  Richard Henderson  <rth@twiddle.net>
35357
35358         * misc/getauxval.c: New file.
35359         * misc/sys/auxv.h: New file.
35360         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
35361         (routines): Add getauxval.
35362         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
35363         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
35364         * elf/dl-sysdep.c (_dl_auxv): Remove.
35365         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
35366         * elf/dl-support.c (_dl_auxv): New variable.
35367         (_dl_aux_init): Initialize it.
35368         * manual/startup.texi (Auxiliary Vector): New node.
35369         * sysdeps/generic/bits/hwcap.h: New file.
35370         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
35371         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
35372         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
35373         * sysdeps/sparc/sysdep.h: ... here.  Include it.
35374         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
35375         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
35376         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
35377         Update.
35378         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
35379         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
35380         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
35381         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
35382         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
35383         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
35384         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
35385         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
35386
35387 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
35388
35389         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
35390
35391 2012-05-19  David S. Miller  <davem@davemloft.net>
35392
35393         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35394
35395 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
35396
35397         [BZ #14123]
35398         * math/s_ccosh.c: Include <float.h>
35399         (__ccosh): Avoid internal overflow calculating sinh and cosh
35400         values before multiplying by sin and cos values.
35401         * math/s_ccoshf.c: Likewise.
35402         * math/s_ccoshl.c: Likewise.
35403         * math/s_csin.c: Likewise.
35404         * math/s_csinf.c: Likewise.
35405         * math/s_csinl.c: Likewise.
35406         * math/s_csinh.c: Likewise.
35407         * math/s_csinhf.c: Likewise.
35408         * math/s_csinhl.c: Likewise.
35409         * math/libm-test.inc (ccos_test): Add more tests.
35410         (ccosh_test): Likewise.
35411         (csin_test): Likewise.
35412         (csinh_test): Likewise.
35413         * sysdeps/i386/fpu/libm-test-ulps: Update.
35414         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35415
35416 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
35417
35418         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
35419         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
35420
35421         * sysdeps/x86_64/x32/_itoa.h: Add comment.
35422
35423 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
35424
35425         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
35426         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
35427         * sysdeps/powerpc/soft-fp/Versions: Likewise.
35428         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
35429         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
35430         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
35431         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
35432         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
35433         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
35434         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
35435         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
35436         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
35437         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
35438         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
35439         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
35440         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
35441         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
35442         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
35443         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
35444         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
35445         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
35446         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
35447         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
35448         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
35449         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
35450         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
35451         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
35452         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
35453         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
35454         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
35455         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
35456
35457 2012-05-18  Andreas Jaeger  <aj@suse.de>
35458
35459         * csu/.gitignore: Delete.
35460
35461 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
35462
35463         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
35464         (timex): Use __syscall_slong_t.
35465
35466 2012-05-18  Andreas Jaeger  <aj@suse.de>
35467             Carlos O'Donell  <carlos_odonell@mentor.com>
35468
35469         * manual/install.texi (Configuring and compiling): Update
35470         description about files modified in the source directory.
35471         * INSTALL: Regenerated.
35472
35473 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
35474
35475         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
35476         value.  Use "or" to set return value to -1.
35477         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
35478         negate return value.
35479
35480 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
35481
35482         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
35483         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
35484         failure if the compiler has Graphite support disabled.
35485         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
35486         Likewise.
35487         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
35488         (CFLAGS-memmove.c): Likewise.
35489         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
35490         Likewise.
35491
35492 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
35493
35494         * sysdeps/x86_64/x32/_itoa.h: New file.
35495
35496         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
35497         getdents system call only if kernel and user dirents have the
35498         same d_ino and d_off.
35499
35500         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
35501         LLONG_MAX != LONG_MAX.
35502         (_itoa_word): Use _ITOA_WORD_TYPE on value.
35503         (_fitoa_word): Likewise.
35504
35505         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
35506         years.
35507         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
35508         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
35509         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
35510
35511         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
35512         include <bits/wordsize.h>.  Check __x86_64__ instead of
35513         __WORDSIZE.
35514         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
35515         if __x86_64__ is defined.  Use anonymous union on fpstate.
35516
35517         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
35518         anonymous union.
35519
35520 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
35521
35522         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
35523         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
35524         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
35525         Refer to _rtld_local_ro instead of _rtld_global_ro.
35526         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
35527         Likewise.
35528         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
35529         Likewise.
35530         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
35531         Likewise.
35532         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
35533         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
35534         of _rtld_global, and rtld_progname instead of _dl_argv[0].
35535
35536         * sysdeps/powerpc/powerpc32/dl-machine.c
35537         (__elf_machine_runtime_setup) [PROF]: Don't reference
35538         _dl_prof_resolve.
35539
35540 2012-05-18  Andreas Jaeger  <aj@suse.de>
35541
35542         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
35543         function only available for GCCs before 3.4 since GCC 3.4
35544         introduced a builtin.
35545         (lrint): Likewise.
35546         (llrintf): Likewise.
35547         (llrint): Likewise.
35548         (fmaxf): Likewise.
35549         (fmax): Likewise.
35550         (fminf): Likewise.
35551         (fmin): Likewise.
35552         (rint): Likewise.
35553         (rintf): Likewise.
35554         (nearbyint): Likewise.
35555         (nearbyintf): Likewise.
35556         (ceil): Likewise.
35557         (ceilf): Likewise.
35558         (floor): Likewise.
35559         (floorf): Likewise.
35560
35561 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
35562
35563         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
35564         on both fields and cast pointer to __syscall_ulong_t.
35565
35566         * bits/types.h (__fsword_t): New type.
35567         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
35568         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
35569         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
35570         (__FSWORD_T_TYPE): Likewise.
35571         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
35572         (__FSWORD_T_TYPE): Likewise.
35573         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
35574         (__FSWORD_T_TYPE): Likewise.
35575         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
35576         (__FSWORD_T_TYPE): Likewise.
35577         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
35578         __SWORD_TYPE with __fsword_t.
35579         (statfs64): Likewise.
35580
35581 2012-05-17  David S. Miller  <davem@davemloft.net>
35582
35583         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
35584
35585 2012-05-17  Andreas Jaeger  <aj@suse.de>
35586
35587         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
35588         warning.
35589
35590 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
35591
35592         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
35593
35594 2012-05-17  Andreas Jaeger  <aj@suse.de>
35595
35596         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
35597         when it is used.
35598
35599 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
35600
35601         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
35602
35603 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
35604
35605         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
35606         * sysdeps/x86_64/tst-mallocalign1.c: New file.
35607
35608 2012-05-17  Andreas Jaeger  <aj@suse.de>
35609             Carlos O'Donell  <carlos_odonell@mentor.com>
35610
35611         [BZ #14059]
35612         * sysdeps/x86_64/multiarch/init-arch.h
35613         (bit_YMM_Usable): Rename to...
35614         (bit_AVX_Usable): ... this.
35615         (bit_FMA4_Usable): New macro.
35616         (bit_XMM_state): New macro.
35617         (bit_YMM_state): New macro.
35618         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
35619         [__ASSEMBLER__] (index_AVX_Usable): ... this.
35620         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
35621         (CPUID_OSXSAVE): New macro.
35622         (CPUID_AVX): New macro.
35623         (CPUID_FMA4): New macro.
35624         (index_YMM_Usable): Rename to...
35625         (index_AVX_Usable): ... this.
35626         (HAS_AVX): Use HAS_ARCH_FEATURE.
35627         (HAS_FMA4): Likewise.
35628         (HAS_YMM_USABLE): Remove.
35629         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
35630         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
35631         are present.
35632         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
35633         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
35634         * sysdeps/x86_64/multiarch/Makefile: Likewise.
35635         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
35636         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
35637
35638 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
35639
35640         * math/libm-test.c: Support platforms without multiple rounding modes.
35641         * math/bug-nextafter.c: Support platforms without FP exceptions.
35642         * math/bug-nexttoward.c: Likewise.
35643         * math/test-fenv.c: Likewise.
35644         * math/test-misc.c: Likewise.
35645         * stdlib/bug-getcontext.c: Likewise.
35646
35647 2012-05-17  Andreas Jaeger  <aj@suse.de>
35648
35649         * manual/examples/search.c (critter_cmp): Change signature to
35650         avoid warnings.
35651         * manual/string.texi (Collation Functions): Likewise.
35652
35653 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
35654
35655         * bits/types.h: Fold copyright years.
35656         * bits/typesizes.h: Likewise.
35657         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
35658         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
35659         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
35660         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
35661         * time/time.h: Likewise.
35662
35663 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
35664
35665         [BZ #208]
35666         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
35667         in instead of returning them.  Return void.
35668         (__libc_mallinfo): Accumulate over all arenas.
35669         (__malloc_stats): Adjust for change in int_mallinfo interface.
35670
35671 2012-05-16  Roland McGrath  <roland@hack.frob.com>
35672
35673         [BZ #10375]
35674         * configure.in (NM): Add AC_CHECK_TOOL for it.
35675         (libc_extra_cflags): New substituted variable.
35676         Check for -fstack-protector being used implicitly.
35677         * configure: Regenerated.
35678         * config.make.in (config-extra-cflags): New variable,
35679         gets @libc_extra_cflags@.
35680         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
35681
35682         [BZ #10375]
35683         * configure.in: Check for _FORTIFY_SOURCE being predefined.
35684         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
35685         * configure: Regenerated.
35686         * config.make.in (CPPUNDEFS): New substituted variable.
35687         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
35688         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
35689         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
35690
35691 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
35692
35693         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
35694         (mq_attr): Use __syscall_slong_t.
35695
35696 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
35697
35698         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
35699         Check __x86_64__ instead of __WORDSIZE.
35700         (_STAT_VER_LINUX): Likewise.
35701         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
35702         __syscall_ulong_t and __syscall_slong_t.
35703         (stat64): Likewise.
35704
35705 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
35706
35707         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
35708
35709 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
35710
35711         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
35712
35713 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
35714
35715         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
35716         __syscall_ulong_t.
35717
35718         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
35719         include <bits/wordsize.h>.  Check __x86_64__ instead of
35720         __WORDSIZE.
35721         (greg_t): Use "__extension__ long long int" if __x86_64__ is
35722         defined.
35723         (mcontext_t): Replace "unsigned long" with "unsigned long long".
35724
35725         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
35726         include <bits/wordsize.h>.  Check __x86_64__ instead of
35727         __WORDSIZE.
35728         (user_regs_struct): Use "__extension__ unsigned long long"
35729         instead of "unsigned long" if __x86_64__ is defined.
35730         (user): Likewise.  Pad after pointer field if __ILP32__ is
35731         defined.
35732
35733 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
35734
35735         * configure.in (makeinfo): Require version 4.5 or later.  Allow
35736         versions 5 to 9.
35737         * configure: Regenerated.
35738         * manual/install.texi (texinfo): Increase version requirement to
35739         4.5 or later.
35740         * INSTALL: Regenerated.
35741
35742         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
35743
35744 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
35745
35746         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
35747
35748         * sysdeps/x86_64/x32/ffs.c: New file.
35749
35750         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
35751         __syscall_ulong_t.
35752         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
35753         defined.  Use __syscall_ulong_t.
35754         (shminfo): Use __syscall_ulong_t.
35755         (shm_info): Likewise.
35756
35757         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
35758         __syscall_ulong_t.
35759
35760         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
35761         <bits/wordsize.h>.
35762         (msgqnum_t): Use __syscall_ulong_t.
35763         (msglen_t): Likewise.
35764         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
35765         __syscall_ulong_t.
35766
35767         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
35768         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
35769
35770         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
35771
35772         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
35773         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
35774
35775         * sysvipc/sys/msg.h (msgbuf): Replace long int with
35776         __syscall_slong_t.
35777
35778         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
35779         include <bits/wordsize.h>.  Check __x86_64__ instead of
35780         __WORDSIZE.
35781
35782         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
35783         "unsigned long long int" if __x86_64__ is defined.
35784         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
35785
35786         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
35787         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
35788         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
35789
35790         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
35791         <stdint.h>.
35792         (GET_PC): Cast to uintptr_t first.
35793         (GET_FRAME): Likewise.
35794         (GET_STACK): Likewise.
35795
35796         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
35797         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
35798         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
35799         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
35800         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
35801         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
35802         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
35803         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
35804         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
35805         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
35806         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
35807         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
35808         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
35809         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
35810         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
35811         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
35812         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
35813         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
35814         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
35815         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
35816         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
35817         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
35818         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
35819         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
35820         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
35821         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
35822         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
35823         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
35824         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
35825
35826 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
35827
35828         * Makerules (+depfiles): Also collect depfiles from .oS in
35829         $(extra-objs).
35830         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
35831         .oS, $(libnldbl-routines)).
35832
35833         * Makerules (native-compile-mkdep-flags): Define.
35834         * sunrpc/Makefile (extra-objs): Add $(addprefix
35835         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
35836         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
35837         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
35838         calling $(make-target-directory).
35839
35840 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35841
35842         * bits/types.h (__snseconds_t): Removed.
35843         * time/time.h (struct timespec): Replace __snseconds_t with
35844         __syscall_slong_t.
35845         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
35846         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
35847         Likewise.
35848         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
35849         (__SNSECONDS_T_TYPE): Likewise.
35850         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
35851         (__SNSECONDS_T_TYPE): Likewise.
35852         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
35853         (__SNSECONDS_T_TYPE): Likewise.
35854
35855 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35856
35857         * sysdeps/mach/hurd/bits/typesizes.h
35858         (__SYSCALL_SLONG_TYPE): New macro.
35859         (__SYSCALL_ULONG_TYPE): Likewise.
35860
35861 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35862
35863         * bits/types.h (__syscall_slong_t): New type.
35864         (__syscall_ulong_t): Likewise.
35865
35866         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
35867         (__SYSCALL_ULONG_TYPE): Likewise.
35868         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
35869         (__SYSCALL_SLONG_TYPE): Likewise.
35870         (__SYSCALL_ULONG_TYPE): Likewise.
35871         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
35872         (__SYSCALL_SLONG_TYPE): Likewise.
35873         (__SYSCALL_ULONG_TYPE): Likewise.
35874         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
35875         (__SYSCALL_SLONG_TYPE): Likewise.
35876         (__SYSCALL_ULONG_TYPE): Likewise.
35877
35878 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35879
35880         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
35881         Add sigaltstack-offsets.sym.
35882         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
35883         <sigaltstack-offsets.h>.
35884         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
35885         longjmp_msg pointer.
35886         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
35887         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
35888         signal stack.
35889         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
35890
35891 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
35892
35893         * elf/stackguard-macros.h: Remove file.
35894         * sysdeps/generic/stackguard-macros.h: New file.
35895         * sysdeps/i386/stackguard-macros.h: Likewise.
35896         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
35897         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
35898         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
35899         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
35900         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
35901         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
35902         * sysdeps/x86_64/stackguard-macros.h: Likewise.
35903         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
35904         <elf/stackguard-macros.h>.
35905
35906         [BZ #14109]
35907         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
35908         __aligned__ in attribute.
35909         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
35910         (gregset_t): Likewise.
35911
35912 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35913
35914         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
35915         * sysdeps/x86_64/64/Implies-after: Here.  New file.
35916         * sysdeps/x86_64/x32/Implies-after: New file.
35917
35918 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35919
35920         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
35921         and access return value for _dl_profile_fixup.  Use R10_LP to
35922         load frame size.
35923
35924 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35925
35926         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
35927
35928 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35929
35930         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
35931         * sysdeps/x86_64/x32/sysdep.h: New file.
35932
35933 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35934
35935         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
35936         * sysdeps/x86_64/setjmp.S: Likewise.
35937
35938 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
35939
35940         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
35941         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
35942         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
35943         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
35944         remove unused global constant.
35945
35946 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
35947
35948         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
35949         include of <not-cancel.h>.
35950
35951 2012-05-15  Roland McGrath  <roland@hack.frob.com>
35952
35953         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
35954
35955 2012-05-15  Jeff Law  <law@redhat.com>
35956             Andreas Jaeger  <aj@suse.de>
35957
35958         [BZ #13594]
35959         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
35960         out from...
35961         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
35962         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
35963         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
35964         code changing __hst_map_handle.map.
35965
35966 2012-05-15  Roland McGrath  <roland@hack.frob.com>
35967
35968         * configure.in (sysnames): Look for Implies-before and Implies-after
35969         files.
35970         * configure: Regenerated.
35971
35972 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35973
35974         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
35975         8-byte data alignment with LP_SIZE alignment.
35976
35977 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35978
35979         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
35980         into R10_LP.
35981
35982 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35983
35984         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
35985
35986 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35987
35988         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
35989         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
35990         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
35991         Likewise.
35992         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
35993
35994 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35995
35996         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
35997         (stackinfo_sub_sp): Likewise.
35998
35999 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36000
36001         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
36002         RAX_LP.
36003
36004 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36005
36006         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
36007         into R*_LP.
36008
36009 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36010
36011         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
36012         sizes into R*_LP.
36013
36014 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36015
36016         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
36017
36018 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36019
36020         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
36021         into R11_LP and load __x86_64_shared_cache_size_half into
36022         R8_LP.
36023
36024 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36025
36026         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
36027         R8_LP.
36028
36029 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36030
36031         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
36032         logb for POWER7.
36033         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
36034         logbf for POWER7.
36035         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
36036         logbl for POWER7.
36037         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
36038         powerpc32/power7/fpu/s_logb.c via #include.
36039         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
36040         powerpc32/power7/fpu/s_logbf.c via #include.
36041         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
36042         powerpc32/power7/fpu/s_logbl.c via #include.
36043
36044 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
36045
36046         * README.libm: Remove file.
36047
36048 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
36049
36050         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
36051         count for x32.  Use R*_LP and omit operand-size suffix.
36052
36053 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
36054
36055         * shlib-versions: Move x86_64-.*-linux.* entries to ...
36056         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
36057         * sysdeps/x86_64/x32/shlib-versions: New file.
36058
36059 2012-05-14  Roland McGrath  <roland@hack.frob.com>
36060
36061         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
36062         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
36063         Use _dl_fatal_printf instead.
36064
36065 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
36066
36067         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
36068         set if not set by the user.  Do not allow for being unset.
36069         * sysdeps/unix/sysv/linux/configure: Regenerated.
36070
36071 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
36072
36073         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
36074         the `q' suffix from lea and replace .quad with ASM_ADDR.
36075
36076 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
36077
36078         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
36079         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
36080         instead of $17.
36081         (PTR_DEMANGLE): Likewise.
36082
36083 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
36084
36085         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
36086         (LP_OP): Likewise.
36087         (ASM_ADDR): Likewise.
36088         (RAX_LP): Likewise.
36089         (RBP_LP): Likewise.
36090         (RBX_LP): Likewise.
36091         (RCX_LP): Likewise.
36092         (RDI_LP): Likewise.
36093         (RSI_LP): Likewise.
36094         (RSP_LP): Likewise.
36095         (R8_LP): Likewise.
36096         (R9_LP): Likewise.
36097         (R10_LP): Likewise.
36098         (R10_LP): Likewise.
36099         (R11_LP): Likewise.
36100         (R12_LP): Likewise.
36101         (R13_LP): Likewise.
36102         (R14_LP): Likewise.
36103         (R15_LP): Likewise.
36104
36105 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
36106
36107         * sysdeps/x86_64/x32/dl-machine.h: New file.
36108
36109 2012-05-14  Andreas Jaeger  <aj@suse.de>
36110
36111         * manual/Makefile (subdir): Remove export of subdir.
36112         (all): Remove target.
36113         (.PHONY): Remove all from list.
36114         (mkinstalldirs): Remove.
36115         (.PHONY): Remove installdirs from list.
36116         ($(inst_infodir)/libc.info): Use make-target-directory.
36117         (installdirs): Remove.
36118         (subdir_%): Remove.
36119         (glibc-targets): Remove.
36120         (lib): Remove.
36121         (stubs): Remove.
36122         ($(objpfx)stubs ../po/manual.pot): Remove.
36123         ($(objpfx)stamp%): Remove.
36124         (make-target-directory): Remove.
36125         (subdir_install): Remove.
36126         (routines): Remove.
36127         (aux): Remove.
36128         (sources): Remove.
36129         (objects): Remove.
36130         (headers): Remove.
36131
36132         [BZ #13750]
36133         * manual/.gitignore: Remove, it's not needed anymore.
36134         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
36135         all files in it.
36136         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
36137         directory.
36138         (texis): Renamed to $(objpfx)texis.
36139         (texis-path): New, contains path to generated files.
36140         (chapters.%): Use texis-path for complete path, add extra argument
36141         libc-texinfo.sh.
36142         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
36143         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
36144         (summary,texi, stamp-summary): Use complete path of
36145         files. Generate files in build dir.
36146         (dir-add.texi): Build in build dir.
36147         (libm-err.texi,stamp-libm-err): Likewise.
36148         (version.texi, stamp-version): Likewise.
36149         (.%c.texi): Likewise.
36150         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
36151         (mostlyclean): Remove target.
36152         (realclean): Remove target.
36153         (generated): Add new variable with contents from mostlyclean and
36154         realclean, remove entries duplicated in common-mostlyclean, add
36155         stamp-libm-err and stamp-version.
36156         (generated-dirs): Add libc directory.
36157         ($(inst_infodir)/libc.info): Install files from build dir.
36158
36159         * manual/install.texi (Configuring and compiling): Adjust since
36160         the info files are not part of the tar ball anymore.
36161
36162 2012-05-14  Andreas Jaeger  <aj@suse.de>
36163
36164         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
36165         variable.
36166
36167 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
36168
36169         [BZ #13717]
36170         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
36171         to 2.2.0 where earlier.
36172         * sysdeps/unix/sysv/linux/configure: Regenerated.
36173         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
36174         Remove conditional code.
36175         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
36176         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
36177         Remove conditional code.
36178         [!__NR_lchown]: Likewise.
36179         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
36180         [__NR_lchown]: Likewise.
36181         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
36182         comment referencing __ASSUME_LCHOWN_SYSCALL.
36183         * sysdeps/unix/sysv/linux/i386/sigaction.c
36184         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
36185         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
36186         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
36187         Remove conditional code.
36188         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
36189         (__protocol_available): Remove #if 0 code.
36190         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
36191         conditional code.
36192         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
36193         * sysdeps/unix/sysv/linux/kernel-features.h
36194         (__ASSUME_GETCWD_SYSCALL): Don't define.
36195         (__ASSUME_REALTIME_SIGNALS): Likewise.
36196         (__ASSUME_PREAD_SYSCALL): Likewise.
36197         (__ASSUME_PWRITE_SYSCALL): Likewise.
36198         (__ASSUME_POLL_SYSCALL): Likewise.
36199         (__ASSUME_LCHOWN_SYSCALL): Likewise.
36200         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
36201         non-SPARC.
36202         (__ASSUME_SIOCGIFNAME): Don't define.
36203         (__ASSUME_MSG_NOSIGNAL): Likewise.
36204         (__ASSUME_SENDFILE): Define unconditionally.
36205         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
36206         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
36207         conditional code.
36208         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
36209         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
36210         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
36211         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
36212         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
36213         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
36214         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
36215         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
36216         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
36217         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
36218         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
36219         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
36220         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
36221         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
36222         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
36223         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
36224         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
36225         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
36226         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
36227         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
36228         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
36229         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
36230         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
36231         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
36232         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
36233         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
36234         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
36235         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
36236         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
36237         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
36238         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
36239         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
36240         Remove conditional code.
36241         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
36242         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
36243         Remove conditional code.
36244         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
36245         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
36246         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
36247         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
36248         Remove conditional code.
36249         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
36250         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
36251         Remove conditional code.
36252         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
36253         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
36254         Remove conditional code.
36255         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
36256         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
36257         Remove conditional code.
36258         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
36259         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
36260         Remove conditional code.
36261         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
36262         * sysdeps/unix/sysv/linux/sh/pwrite64.c
36263         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
36264         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
36265         * sysdeps/unix/sysv/linux/sigaction.c
36266         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
36267         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
36268         * sysdeps/unix/sysv/linux/sigpending.c
36269         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
36270         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
36271         * sysdeps/unix/sysv/linux/sigprocmask.c
36272         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
36273         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
36274         * sysdeps/unix/sysv/linux/sigsuspend.c
36275         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
36276         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
36277         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
36278         (__libc_missing_rt_sigs): Remove.
36279         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
36280         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
36281         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
36282         Remove conditional code.
36283         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
36284         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
36285         return 1.
36286         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
36287         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
36288         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
36289         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
36290
36291 2012-05-14  Andreas Jaeger  <aj@suse.de>
36292
36293         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
36294         it's not used in glibc.
36295         (__coshm1): Likewise.
36296         (__acosh1p): Likewise.
36297         (__sgn): Likewise.
36298
36299         * manual/string.texi (Copying and Concatenation): Add missing
36300         variable in concat example.
36301         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
36302
36303 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
36304
36305         [BZ #14103]
36306         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
36307         __builtin_clzl with __builtin_clzll.
36308
36309 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
36310
36311         [BZ #14104]
36312         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
36313         libc_freeres_ptr.
36314
36315 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
36316
36317         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
36318         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
36319         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
36320         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
36321
36322 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
36323
36324         * NEWS: Update ia64 info.
36325
36326 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
36327
36328         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
36329         used as bcopy.
36330
36331 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
36332
36333         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
36334         * sysdeps/unix/syscalls.list (dup3): Likewise.
36335         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
36336         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
36337
36338 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
36339
36340         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
36341         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
36342
36343 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
36344
36345         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
36346         thread pointer.
36347         (TLS_IE): Use mov/add instead of movq/addq to load thread
36348         pointer.
36349         (TLS_GD_PREFIX): New.
36350         (TLS_GD): Use it.
36351
36352 2012-05-11  David S. Miller  <davem@davemloft.net>
36353
36354         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
36355         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
36356         (_FPU_SETCW): Likewise.
36357
36358 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
36359
36360         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
36361         is 32-byte aligned.
36362
36363 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
36364
36365         [BZ #11837]
36366         * iconvdata/gb18030.c: Update tables.
36367         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
36368         characters specially.
36369         (BODY for TO_LOOP): Add encoding of missing ranges.
36370
36371 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
36372
36373         [BZ #13673]
36374         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
36375         * sysdeps/mach/hurd/dup3.c: Likewise.
36376         * sysdeps/mach/hurd/readlinkat.c: Likewise.
36377         * sysdeps/powerpc/memmove.c:: Likewise.
36378
36379 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
36380
36381         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
36382         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
36383
36384 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
36385
36386         * elf/elf.h (R_X86_64_RELATIVE64): New.
36387         (R_X86_64_NUM): Updated.
36388         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
36389         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
36390         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
36391         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
36392         tst-quad1pie tst-quad2pie
36393         (modules-names): Add tst-quadmod1 tst-quadmod2.
36394         ($(objpfx)tst-quad1): New dependency.
36395         ($(objpfx)tst-quad2): Likewise.
36396         ($(objpfx)tst-quad1pie): Likewise.
36397         ($(objpfx)tst-quad2pie): Likewise.
36398         * sysdeps/x86_64/tst-quad1.c: New file.
36399         * sysdeps/x86_64/tst-quad1pie.c: New file.
36400         * sysdeps/x86_64/tst-quad2.c: Likewise.
36401         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
36402         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
36403         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
36404         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
36405         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
36406
36407 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36408
36409         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
36410         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
36411         * streams/stropts.h (t_scalar_t): Define type.
36412
36413         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
36414         (_PATH_PRESERVE): Set to "/var/lib".
36415         (_PATH_RWHODIR): Set to "/var/spool/rwho".
36416
36417         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
36418         instead of int.
36419
36420         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
36421         if __dir_mkfile succeeded.
36422
36423         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
36424         checking for _hurd_dtablesize.  Unlock it right after having
36425         finished _hurd_dtable allocation.
36426
36427 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
36428
36429         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
36430         * sysdeps/mach/hurd/configure: Regenerated.
36431         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
36432         special-casing to...
36433         * sysdeps/gnu/configure.in: ... this new file.
36434         * sysdeps/unix/sysv/linux/configure: Regenerated.
36435         * sysdeps/gnu/configure: New generated file.
36436
36437         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
36438         for Linux: use nsec instead of usec, as well as:
36439         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
36440         members of type struct timespec.
36441         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
36442         New macros.
36443         (struct stat64): Likewise.
36444         (_STATBUF_ST_NSEC): New macro.
36445         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
36446
36447         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
36448         __strtoul_internal rather than strtoul.
36449
36450 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
36451
36452         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
36453         and reject them.
36454
36455 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36456
36457         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
36458         which preserves existing values.
36459         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
36460
36461 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
36462
36463         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
36464         TIMEOUT values.  Return EINVAL for NFDS values either negative or
36465         greater than FD_SETSIZE.
36466
36467 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36468
36469         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
36470         allocated, call __vm_protect to finish enabling the existing space, and
36471         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
36472         allocate the remainder.
36473
36474 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
36475
36476         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
36477         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
36478
36479 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36480
36481         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
36482         sysdeps/mach/hurd/readlink.c.
36483
36484         * posix/tst-sysconf.c (posix_options): Only use
36485         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
36486         _POSIX_SYNCHRONIZED_IO when they are defined
36487         * sysdeps/mach/hurd/bits/posix_opt.h:
36488         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
36489         (_XOPEN_REALTIME): Undefine macro.
36490         (_XOPEN_REALTIME_THREADS): Undefine macro.
36491         (_XOPEN_SHM): Undefine macro.
36492         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
36493         macro to -1.
36494         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
36495         macro to -1.
36496         (_POSIX_ASYNC_IO): Undefine macro.
36497         (_POSIX_PRIORITIZED_IO): Undefine macro.
36498         (_POSIX_SPIN_LOCKS): Define macro to -1.
36499
36500         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
36501         SA_NODEFER, SA_RESETHAND.
36502         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
36503         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
36504         F_DUPFD_CLOEXEC.
36505
36506 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
36507
36508         * elf/Makefile (pldd-modules): Define unconditionally.
36509
36510 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
36511
36512         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
36513
36514 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36515
36516         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
36517         Return ENOENT when name is empty.
36518         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
36519
36520 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
36521
36522         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
36523
36524         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
36525
36526 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36527
36528         Fix mlock in all cases except non-readable pages.
36529         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
36530         instead of VM_PROT_ALL as parameter to __vm_wire function.
36531
36532         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
36533         (__mkdir): When path is `/', just fail with EEXIST.
36534         * sysdeps/mach/hurd/mkdirat.c: Likewise.
36535
36536 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
36537
36538         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
36539         <sys/uio.h> (for writev).
36540         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
36541         and <sys/param.h> (for MIN).
36542
36543 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
36544
36545         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
36546         REQUESTED_TIME.  Properly set the remaining time and return EINTR
36547         if interrupted.
36548
36549 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
36550
36551         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
36552         Depend on against $(link-rpcuserlibs).
36553
36554 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36555
36556         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
36557         (__libc_stack_end): Do not use attribute_relro.
36558         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
36559         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
36560         to libthread-provided value.
36561         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
36562         attribute_relro.
36563
36564 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
36565
36566         [BZ #3748]
36567         * bits/libc-lock.h (__libc_once_get): New macro.
36568         * sysdeps/mach/bits/libc-lock.h: Likewise.
36569         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
36570         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
36571         instead of using implementation details.
36572
36573         * libio/fileops.c: Unconditionally include <kernel-features.h>.
36574         * libio/freopen.c: Likewise.
36575         * libio/freopen64.c: Likewise.
36576         * misc/syslog.c: Likewise.
36577         * nscd/connections.c: Likewise.
36578         * nscd/netgroupcache.c: Likewise.
36579         * sysdeps/posix/getcwd.c: Likewise.
36580
36581 2012-05-10  Roland McGrath  <roland@hack.frob.com>
36582
36583         * math/w_ilogbf.c: Add #include <limits.h>.
36584
36585 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36586
36587         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
36588         path instead of returning without unlocking.
36589
36590         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
36591         immediate-write ioctls.
36592         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
36593
36594 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
36595
36596         * sysdeps/mach/hurd/i386/init-first.c (init): Use
36597         __builtin_frame_address instead of making assumptions about the
36598         location of the return address relative to DATA.  Force early load of
36599         the return address.
36600         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
36601         __builtin_frame_address.
36602
36603         dup3 for GNU Hurd.
36604         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
36605         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
36606         implement dup3 and do some further code clean-ups.
36607         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
36608         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
36609
36610 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36611
36612         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
36613
36614         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
36615         HURD_CRITICAL_END around holding _hurd_dtable_lock.
36616         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
36617         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
36618         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
36619         d->port.lock.
36620
36621         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
36622         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
36623         when handler == SIG_ERR, not when handler != SIG_ERR.
36624
36625 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
36626
36627         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
36628         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
36629         definitions.
36630
36631         accept4 for GNU Hurd.
36632         * include/sys/socket.h (__libc_accept4): New prototype.
36633         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
36634         to implement __libc_accept4.
36635         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
36636         __libc_accept4.
36637         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
36638
36639         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
36640         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
36641         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
36642         signal-defines.sym.
36643
36644 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36645
36646         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
36647
36648 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
36649
36650         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
36651         assertion on O_CLOEXEC flag.
36652         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
36653         * hurd/intern-fd.c: Likewise.
36654         * hurd/port2fd.c: Likewise.
36655
36656 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36657
36658         [BZ #3906]
36659         * bits/in.h (IPV6_PKTINFO): Define new macro.
36660         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
36661
36662 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36663
36664         [BZ #13954]
36665         [BZ #13955]
36666         [BZ #13956]
36667         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
36668         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
36669         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
36670         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
36671         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
36672         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
36673         * math/libm-test.inc (logb_test) : Additional logb tests.
36674
36675 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
36676             Andreas Jaeger  <aj@suse.de>
36677
36678         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
36679         * configure: Regenerated.
36680         * config.h.in (LINK_OBSOLETE_RPC): New macro.
36681         * config.make.in (link-obsolete-rpc): New substituted variable.
36682         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
36683         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
36684         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
36685         (shared-only-routines): Don't set it under [link-obsolete-rpc],
36686         so that libc.a contains the symbols.
36687         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
36688         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
36689         * sunrpc/auth_none.c: Likewise.
36690         * sunrpc/auth_unix.c: Likewise.
36691         * sunrpc/authdes_prot.c: Likewise.
36692         * sunrpc/authuxprot.c: Likewise.
36693         * sunrpc/clnt_gen.c: Likewise.
36694         * sunrpc/clnt_perr.c: Likewise.
36695         * sunrpc/clnt_raw.c: Likewise.
36696         * sunrpc/clnt_simp.c: Likewise.
36697         * sunrpc/clnt_tcp.c: Likewise.
36698         * sunrpc/clnt_udp.c: Likewise.
36699         * sunrpc/clnt_unix.c: Likewise.
36700         * sunrpc/des_crypt.c: Likewise.
36701         * sunrpc/des_soft.c: Likewise.
36702         * sunrpc/get_myaddr.c: Likewise.
36703         * sunrpc/key_call.c: Likewise.
36704         * sunrpc/key_prot.c: Likewise.
36705         * sunrpc/netname.c: Likewise.
36706         * sunrpc/pm_getmaps.c: Likewise.
36707         * sunrpc/pm_getport.c: Likewise.
36708         * sunrpc/pmap_clnt.c: Likewise.
36709         * sunrpc/pmap_prot.c: Likewise.
36710         * sunrpc/pmap_prot2.c: Likewise.
36711         * sunrpc/pmap_rmt.c: Likewise.
36712         * sunrpc/publickey.c: Likewise.
36713         * sunrpc/rpc_cmsg.c: Likewise.
36714         * sunrpc/rpc_common.c: Likewise.
36715         * sunrpc/rpc_dtable.c: Likewise.
36716         * sunrpc/rpc_prot.c: Likewise.
36717         * sunrpc/rpc_thread.c: Likewise.
36718         * sunrpc/rtime.c: Likewise.
36719         * sunrpc/svc.c: Likewise.
36720         * sunrpc/svc_auth.c: Likewise.
36721         * sunrpc/svc_raw.c: Likewise.
36722         * sunrpc/svc_run.c: Likewise.
36723         * sunrpc/svc_tcp.c: Likewise.
36724         * sunrpc/svc_udp.c: Likewise.
36725         * sunrpc/svc_unix.c: Likewise.
36726         * sunrpc/svcauth_des.c: Likewise.
36727         * sunrpc/xcrypt.c: Likewise.
36728         * sunrpc/xdr.c: Likewise.
36729         * sunrpc/xdr_array.c: Likewise.
36730         * sunrpc/xdr_float.c: Likewise.
36731         * sunrpc/xdr_intXX_t.c: Likewise.
36732         * sunrpc/xdr_mem.c: Likewise.
36733         * sunrpc/xdr_rec.c: Likewise.
36734         * sunrpc/xdr_ref.c: Likewise.
36735         * sunrpc/xdr_sizeof.c: Likewise.
36736         * sunrpc/xdr_stdio.c: Likewise.
36737
36738 2012-05-10  Roland McGrath  <roland@hack.frob.com>
36739
36740         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
36741         change.  Update copyright years.
36742
36743 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
36744
36745         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
36746
36747 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
36748             Joseph Myers  <joseph@codesourcery.com>
36749             Paul Pluzhnikov  <ppluzhnikov@google.com>
36750
36751         [BZ #14012]
36752         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
36753         requiring rpcgen.
36754         [cross-compiling] (extra-libs): Likewise.
36755         [cross-compiling] (extra-libs-others): Likewise.
36756         [cross-compiling] (librpcsvc-routines): Likewise.
36757         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
36758         [cross-compiling] (omit-deps): Likewise.
36759         (sunrpc-CPPFLAGS): New variable.
36760         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
36761         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
36762         (cross-rpcgen-objs): New variable.
36763         (extra-objs): Append $(cross-rpcgen-objs).
36764         ($(cross-rpcgen-objs)): New rule.
36765         ($(objpfx)cross-rpcgen): Likewise.
36766         (rpcgen-cmd): Define to use $(built-program-file).  Expand
36767         comment.
36768         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
36769         ($(objpfx)x%.stmp): Likewise.
36770         * sunrpc/proto.h [IS_IN_build] (_): Define.
36771         [IS_IN_build] (_libc_intl_domainname): Likewise.
36772
36773 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
36774
36775         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
36776         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
36777         and R_X86_64_TPOFF64.
36778
36779 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
36780
36781         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
36782         sysdeps/unix/sysv/syscalls.list.
36783         (stime): Likewise.
36784         (utime): Likewise.
36785         * sysdeps/unix/sysv/syscalls.list: Remove file.
36786
36787 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
36788
36789         [BZ #3440]
36790         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
36791         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
36792         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
36793         (__LC_IDENTIFICATION): Make these macros useful in #if
36794         expressions, as required by C99.
36795
36796 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
36797
36798         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
36799         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
36800         after this.
36801
36802 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
36803
36804         * stdlib/longlong.h: Updated from GCC.
36805
36806 2012-05-09  Andreas Jaeger  <aj@suse.de>
36807
36808         * nscd/nscd.c (run_modes): Make named enum, reorder so that
36809         default is first entry.
36810         (run_mode): Set type.
36811         (main): Remove informal message about syslog.
36812         (options): Fix typo.
36813
36814         [BZ #14053]
36815         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
36816         to asm.
36817         (lrint): Likewise.
36818         (llrintf): Likewise.
36819         (llrint): Likewise.
36820         (rint): Likewise.
36821         (rintf): Likewise.
36822         (nearbyint): Likewise.
36823         (nearbyintf): Likewise.
36824
36825 2012-05-09  Andreas Jaeger  <aj@suse.de>
36826             Pedro Alves  <palves@redhat.com>
36827
36828         * nscd/nscd.c (run_mode): Use enum.
36829         (main): Cleanup coding style issue.
36830
36831 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
36832             Andreas Jaeger  <aj@suse.de>
36833
36834         * nscd/nscd.c (go_background): Replaced with...
36835         (run_mode): ... this.
36836         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
36837         (options): Add -F --foreground.
36838         (main): Implement it.
36839         (parse_opt): Parse it.
36840
36841 2012-05-09  Andreas Jaeger  <aj@suse.de>
36842
36843         [BZ #14083]
36844         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
36845         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
36846         -Wconversion warning.
36847         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
36848         Likewise.
36849
36850 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
36851
36852         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
36853         == 0.
36854         (LC_ALL): Use macro-int-constant.
36855         (LC_COLLATE): Likewise.
36856         (LC_CTYPE): Likewise.
36857         (LC_MESSAGES): Likewise.
36858         (LC_MONETARY): Likewise.
36859         (LC_NUMERIC): Likewise.
36860         (LC_TIME): Likewise.
36861         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
36862         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
36863         [ISO || ISO99 || ISO11] (*_t): Do not allow.
36864         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
36865         Specify type.
36866         [C99-based standards] (float_t): Expect type.
36867         [C99-based standards] (double_t): Expect type.
36868         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
36869         type.
36870         [C99-based standards] (HUGE_VALL): Likewise.
36871         [C99-based standards] (INFINITY): Likewise.
36872         [C99-based standards] (NAN): Likewise.
36873         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
36874         [C99-based standards] (FP_NAN): Likewise.
36875         [C99-based standards] (FP_NORMAL): Likewise.
36876         [C99-based standards] (FP_SUBNORMAL): Likewise.
36877         [C99-based standards] (FP_ZERO): Likewise.
36878         [C99-based standards] (FP_FAST_FMA): Use
36879         optional-macro-int-constant.  Specify type.  Require == 1.
36880         [C99-based standards] (FP_FAST_FMAF): Likewise.
36881         [C99-based standards] (FP_FAST_FMAL): Likewise.
36882         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
36883         [C99-based standards] (FP_ILOGBNAN): Likewise.
36884         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
36885         Specify type.
36886         [C99-based standards] (MATH_ERREXCEPT): Likewise.
36887         [C99-based standards] (math_errhandling): Specify type.
36888         [ISO99 || ISO11] (signgam): Do not allow.
36889         [non-C99-based standards] (copysignf): Do not allow.
36890         [non-C99-based standards] (exp2f): Likewise.
36891         [non-C99-based standards] (log2f): Likewise.
36892         [non-C99-based standards] (modff): Allow.
36893         [non-C99-based standards] (erff): Do not allow.
36894         [non-C99-based standards] (erfcf): Likewise.
36895         [non-C99-based standards] (gammaf): Likewise.
36896         [non-C99-based standards] (hypotf): Likewise.
36897         [non-C99-based standards] (j0f): Likewise.
36898         [non-C99-based standards] (j1f): Likewise.
36899         [non-C99-based standards] (jnf): Likewise.
36900         [non-C99-based standards] (lgammaf): Likewise.
36901         [non-C99-based standards] (tgammaf): Likewise.
36902         [non-C99-based standards] (y0f): Likewise.
36903         [non-C99-based standards] (y1f): Likewise.
36904         [non-C99-based standards] (ynf): Likewise.
36905         [non-C99-based standards] (isnanf): Likewise.
36906         [non-C99-based standards] (acoshf): Likewise.
36907         [non-C99-based standards] (asinhf): Likewise.
36908         [non-C99-based standards] (atanhf): Likewise.
36909         [non-C99-based standards] (cbrtf): Likewise.
36910         [non-C99-based standards] (expm1f): Likewise.
36911         [non-C99-based standards] (ilogbf): Likewise.
36912         [non-C99-based standards] (log1pf): Likewise.
36913         [non-C99-based standards] (logbf): Likewise.
36914         [non-C99-based standards] (nextafterf): Likewise.
36915         [non-C99-based standards] (remainderf): Likewise.
36916         [non-C99-based standards] (rintf): Likewise.
36917         [non-C99-based standards] (scalbf): Likewise.
36918         [non-C99-based standards] (copysignl): Likewise.
36919         [non-C99-based standards] (exp2l): Likewise.
36920         [non-C99-based standards] (log2l): Likewise.
36921         [non-C99-based standards] (modfl): Allow.
36922         [non-C99-based standards] (erfl): Do not allow.
36923         [non-C99-based standards] (erfcl): Likewise.
36924         [non-C99-based standards] (gammal): Likewise.
36925         [non-C99-based standards] (hypotl): Likewise.
36926         [non-C99-based standards] (j0l): Likewise.
36927         [non-C99-based standards] (j1l): Likewise.
36928         [non-C99-based standards] (jnl): Likewise.
36929         [non-C99-based standards] (lgammal): Likewise.
36930         [non-C99-based standards] (tgammal): Likewise.
36931         [non-C99-based standards] (y0l): Likewise.
36932         [non-C99-based standards] (y1l): Likewise.
36933         [non-C99-based standards] (ynl): Likewise.
36934         [non-C99-based standards] (isnanl): Likewise.
36935         [non-C99-based standards] (acoshl): Likewise.
36936         [non-C99-based standards] (asinhl): Likewise.
36937         [non-C99-based standards] (atanhl): Likewise.
36938         [non-C99-based standards] (cbrtl): Likewise.
36939         [non-C99-based standards] (expm1l): Likewise.
36940         [non-C99-based standards] (ilogbl): Likewise.
36941         [non-C99-based standards] (log1pl): Likewise.
36942         [non-C99-based standards] (logbl): Likewise.
36943         [non-C99-based standards] (nextafterl): Likewise.
36944         [non-C99-based standards] (remainderl): Likewise.
36945         [non-C99-based standards] (rintl): Likewise.
36946         [non-C99-based standards] (scalbl): Likewise.
36947         [ISO || ISO99 || ISO11] (*_t): Do not allow.
36948         [non-C99-based standards] (FP_*): Do not allow.
36949         [C99-based standards] (FP_*): Change to
36950         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
36951         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
36952         allow.
36953         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
36954         (SIG_ERR): Likewise.
36955         [X/Open-based standards] (SIG_HOLD): Likewise.
36956         (SIG_IGN): Likewise.
36957         (SIGABRT): Use macro-int-constant.  Specify type.  Require
36958         positive value.
36959         (SIGFPE): Likewise.
36960         (SIGILL): Likewise.
36961         (SIGINT): Likewise.
36962         (SIGSEGV): Likewise.
36963         (SIGTER): Likewise.
36964         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
36965         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
36966         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
36967         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
36968         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
36969         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
36970         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
36971         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
36972         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
36973         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
36974         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
36975         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
36976         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
36977         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
36978         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
36979         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
36980         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
36981         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
36982         [X/Open-based standards] (SIGTRAP): Likewise.
36983         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
36984         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
36985         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
36986         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
36987         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
36988         allow.
36989
36990 2012-05-08  Ian Wienand  <ianw@vmware.com>
36991
36992         [BZ #14080]
36993         * time/tzset.c (__tzset_parse_tz): Update default rules for
36994         daylight time changes in the Energy Policy Act of 2005.
36995
36996 2012-05-09  Andreas Jaeger  <aj@suse.de>
36997
36998         [BZ #13983]
36999         * elf/ldconfig.c (parse_conf): Change string to make clear that
37000         ldconfig only issued a warning if ld.so.conf does not exist.
37001
37002 2012-05-08  David S. Miller  <davem@davemloft.net>
37003
37004         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
37005         movxtod instead of popping the value on the stack.
37006
37007         * sysdeps/sparc/fpu/libm-test-ulps: Update.
37008
37009 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
37010
37011         * config.h.in: Add HAVE_ARM_PCS_VFP.
37012
37013 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
37014
37015         [BZ #13979]
37016         * include/features.h: Warn if user requests __FORTIFY_SOURCE
37017         checking but the checks are disabled for any reason.
37018
37019 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
37020
37021         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
37022         and ELF64_R_TYPE with ELFW(R_TYPE).
37023
37024 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
37025
37026         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
37027         (ulimit): Likewise.
37028
37029         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
37030         (settimeofday): Likewise.
37031
37032 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
37033
37034         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
37035         a struct th_u2 inside the union, and move tu_block/tu_code into
37036         a new th_u3 union of tu_block/tu_code inside of that.  Move
37037         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
37038         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
37039         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
37040         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
37041         (th_stuff): Change to th_u1.tu_stuff.
37042         (th_data): Define.
37043         (th_msg): Change to th_u1.th_u2.tu_data.
37044
37045 2012-05-07  David S. Miller  <davem@davemloft.net>
37046
37047         * sysdeps/sparc/fpu/libm-test-ulps: Update.
37048
37049         [BZ #14074]
37050         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
37051         (SETUP_PIC_REG): Use it.
37052         (SETUP_PIC_REG_LEAF): Use it.
37053
37054 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
37055
37056         [BZ #13885]
37057         [BZ #13923]
37058         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
37059         USE_AS_EXPM1L.
37060         (EXPL_FINITE): Likewise.
37061         (FLDLOG): Likewise.
37062         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
37063         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
37064         e_expl.S.
37065         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
37066         USE_AS_EXPM1L.
37067         (EXPL_FINITE): Likewise.
37068         (FLDLOG): Likewise.
37069         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
37070         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
37071         e_expl.S.
37072         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
37073         test of -max_value argument for long double.
37074         * sysdeps/i386/fpu/libm-test-ulps: Update.
37075         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37076
37077 2012-05-06  David S. Miller  <davem@davemloft.net>
37078
37079         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
37080         quad soft-float symbols whose references which are compiler
37081         generated.
37082         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
37083
37084 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
37085
37086         [BZ #13884]
37087         [BZ #13914]
37088         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
37089         USE_AS_EXP10L.
37090         (EXPL_FINITE): Likewise.
37091         (FLDLOG): Likewise.
37092         (c0): Likewise.
37093         (c1): Likewise.
37094         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
37095         Adjust comments for base varying.
37096         (__expl_finite): Change alias to EXPL_FINITE.
37097         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
37098         e_expl.S.
37099         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
37100         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
37101         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
37102         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
37103         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
37104         USE_AS_EXP10L.
37105         (EXPL_FINITE): Likewise.
37106         (FLDLOG): Likewise.
37107         (c0): Likewise.
37108         (c1): Likewise.
37109         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
37110         Adjust comments for base varying.
37111         (__expl_finite): Change alias to EXPL_FINITE.
37112         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
37113         tests for bugs.
37114         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
37115
37116         [BZ #14064]
37117         * math/libm-test.inc (check_float_internal): Correct ulp
37118         calculation for subnormal expected results.
37119
37120 2012-05-06  Andreas Jaeger  <aj@suse.de>
37121
37122         * Makeconfig (+math-flags): New, set to -frounding-math.
37123         (+cflags): Add +math-flags so that all of glibc gets compiled with
37124         it.
37125
37126         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
37127
37128 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
37129
37130         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
37131         Disable one test.
37132
37133         [BZ #13787]
37134         [BZ #13922]
37135         [BZ #14036]
37136         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
37137         (__ieee754_expl): Allow for and saturate large arguments.
37138         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
37139         (u_threshold): Likewise.
37140         (__exp): Call __ieee754_exp before checking for overflow and
37141         underflow.
37142         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
37143         (u_threshold): Likewise.
37144         (__expf): Call __ieee754_expf before checking for overflow and
37145         underflow.
37146         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
37147         (u_threshold): Likewise.
37148         (__expl): Call __ieee754_expl before checking for overflow and
37149         underflow.
37150         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
37151         (__ieee754_expl): Allow for and saturate large arguments.
37152         * math/libm-test.inc (exp_test): Add another test.  Do not allow
37153         missing overflow exception on overflow.
37154         (expm1_test): Do not allow missing overflow exception on overflow.
37155
37156         * sysdeps/i386/fpu/e_expl.c: Move to ...
37157         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
37158         rather than using inline asm.
37159         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
37160         * sysdeps/x86_64/fpu/e_expl.S: Copy from
37161         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
37162
37163         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
37164         (nice): Likewise.
37165         (poll): Likewise.
37166         (signal): Likewise.
37167         (time): Likewise.
37168         (times): Likewise.
37169
37170 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
37171
37172         * sysdeps/unix/syscalls.list (adjtime): Add entry from
37173         sysdeps/unix/common/syscalls.list.
37174         (fchmod): Likewise.
37175         (fchown): Likewise.
37176         (ftruncate): Likewise.
37177         (getrusage): Likewise.
37178         (gettimeofday): Likewise.
37179         (setpgid): Likewise.
37180         (setregid): Likewise.
37181         (setreuid): Likewise.
37182         (sigaction): Likewise.
37183         (truncate): Likewise.
37184         (vhangup): Likewise.
37185         * sysdeps/unix/common/syscalls.list: Remove file.
37186         * sysdeps/unix/bsd/Implies: Don't include unix/common.
37187         * sysdeps/unix/sysv/linux/Implies: Likewise.
37188
37189 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
37190
37191         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
37192         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
37193         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
37194         Moved to ...
37195         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
37196         Here.
37197         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
37198         to ...
37199         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
37200         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
37201         to ...
37202         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
37203         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
37204         to ...
37205         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
37206         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
37207         to ...
37208         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
37209         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
37210         to ...
37211         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
37212         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
37213         to ...
37214         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
37215         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
37216         to ...
37217         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
37218         Here.
37219         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
37220         to ...
37221         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
37222         Here.
37223         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
37224         to ...
37225         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
37226         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
37227         Moved to ...
37228         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
37229         Here.
37230         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
37231         to ...
37232         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
37233
37234 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
37235
37236         * sysdeps/unix/common/bits/dirent.h: Remove file.
37237         * sysdeps/unix/common/bits/fcntl.h: Likewise.
37238
37239         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
37240         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
37241         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
37242         * sysdeps/unix/bsd/isatty.c: Likewise.
37243         * sysdeps/unix/bsd/tcdrain.c: Likewise.
37244         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
37245         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
37246
37247 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37248
37249         [BZ #13563]
37250         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
37251         long double comparison inaccuracies.
37252         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
37253         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
37254
37255 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
37256
37257         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
37258         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
37259
37260 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
37261
37262         [BZ #14049]
37263         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
37264         nonzero digits before rounding a hex value.
37265         * stdlib/tst-strtod.c (tests): Add another test.
37266
37267 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37268
37269         * sysdeps/s390/fpu/libm-test-ulps: Update.
37270
37271 2012-05-03  Andreas Jaeger  <aj@suse.de>
37272
37273         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
37274         does not get optimized out.
37275         (malloc_opt_barrier): New.
37276
37277 2012-05-03  Andreas Jaeger  <aj@suse.de>
37278             Roland McGrath  <roland@hack.frob.com>
37279
37280         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
37281         intermediate file deletion.
37282         (generated): Add .symlist files.
37283
37284 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
37285
37286         [BZ #13775]
37287         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
37288         Redirect under this condition.
37289         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
37290         [__USE_GNU] (__dprintf_chk): Not under this condition.
37291         [__USE_GNU] (__vdprintf_chk): Likewise.
37292         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
37293         under this condition.
37294         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
37295         [__USE_XOPEN2K8] (dprintf): Define under this condition.
37296         [__USE_XOPEN2K8] (vdprintf): Likewise.
37297         [__USE_GNU] (__dprintf_chk): Not under this condition.
37298         [__USE_GNU] (__vdprintf_chk): Likewise.
37299         [__USE_GNU] (dprintf): Likewise.
37300         [__USE_GNU] (vdprintf): Likewise.
37301
37302 2012-05-03  Roland McGrath  <roland@hack.frob.com>
37303
37304         * elf/Makefile (common-generated): Set this instead of generated for
37305         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
37306         $(all-built-dso)-derived lists.
37307
37308 2012-05-03  Andreas Jaeger  <aj@suse.de>
37309
37310         * sysdeps/i386/fpu/libm-test-ulps: Update.
37311
37312         * FAQ: Removed.
37313         * FAQ.in: Likewise.
37314         * scripts/gen-FAQ.pl: Likewise.
37315         * manual/install.texi (Installation): Point to online location of
37316         FAQ.
37317         * Makefile (files-for-dist): Remove FAQ.
37318         (FAQ): Remove.
37319
37320 2012-05-02  Allan McRae  <allan@archlinux.org>
37321
37322         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
37323         (LDFLAGS-reldepmod5.so): Likewise.
37324         (LDFLAGS-reldep6mod1.so): Likewise.
37325         (LDFLAGS-reldep6mod4.so): Likewise.
37326         (LDFLAGS-reldep8mod3.so): Likewise.
37327         (LDFLAGS-unload4mod1.so): Likewise.
37328         (LDFLAGS-unload4mod2.so): Likewise.
37329         (LDFLAGS-tst-initorder): Likewise.
37330         (LDFLAGS-tst-initordera2.so): Likewise.
37331         (LDFLAGS-tst-initordera3.so): Likewise.
37332         (LDFLAGS-tst-initordera4.so): Likewise.
37333         (LDFLAGS-tst-initorderb2.so): Likewise.
37334         (LDFLAGS-noload): Likewise.
37335         (LDFLAGS-next): Likewise.
37336         (LDFLAGS-order2mod1.so): Likewise.
37337         (LDFLAGS-order2mod2.so): Likewise.
37338         (LDFLAGS-tst-initorder2): Likewise.
37339         (LDFLAGS-tst-initorder2a.so): Likewise.
37340         (LDFLAGS-tst-initorder2b.so): Likewise.
37341         (LDFLAGS-tst-initorder2c.so): Likewise.
37342         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
37343
37344 2012-05-02  David S. Miller  <davem@davemloft.net>
37345
37346         * sysdeps/sparc/fpu/libm-test-ulps: Update.
37347
37348 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
37349
37350         [BZ #14055]
37351         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
37352
37353 2012-05-02  Andreas Jaeger  <aj@suse.de>
37354
37355         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
37356         since we manipulate rounding mode.
37357         (CPPFLAGS-test-idouble.c): Likewise.
37358         (CPPFLAGS-test-ifloat.c): Likewise.
37359         (CFLAGS-test-ldouble.c): Likewise.
37360         (CFLAGS-test-double.c): Likewise.
37361         (CFLAGS-test-float.c): Likewise.
37362         (CFLAGS-test-misc.c): Likewise.
37363         (CFLAGS-test-test-fenv.c): Likewise.
37364
37365 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37366
37367         [BZ #2550]
37368         [BZ #2570]
37369         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
37370         comparisons to determine direction to adjust input.
37371
37372 2012-05-01  Roland McGrath  <roland@hack.frob.com>
37373
37374         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
37375         output to the target.
37376
37377         * scripts/localplt.awk: New file.
37378         * elf/Makefile ($(objpfx)check-localplt): Target removed.
37379         (check-localplt-CFLAGS): Variable removed.
37380         ($(all-built-dso:=.jmprel)): New static pattern rule.
37381         (generated): Add those targets.
37382         (localplt-built-dso): New variable.
37383         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
37384
37385         * elf/check-localplt.c: File removed.
37386
37387         * scripts/check-execstack.awk: New file.
37388         * elf/Makefile ($(objpfx)check-execstack): Target removed.
37389         (check-execstack-CFLAGS): Variable removed.
37390         ($(objpfx)check-execstack.h): Target removed.
37391         ($(objpfx)execstack-default): New target.
37392         (generated): Add that instead of check-execstack.h.
37393         ($(all-built-dso:=.phdr)): New static pattern rule.
37394         (generated): Add those targets.
37395         * elf/check-execstack.c: File removed.
37396
37397         * scripts/check-textrel.awk: New file.
37398         * elf/Makefile ($(objpfx)check-textrel): Target removed.
37399         (check-textrel-CFLAGS): Variable removed.
37400         (all-built-dso): Use := to define.o
37401         ($(all-built-dso:=.dyn)): New static pattern rule.
37402         (generated): Add those targets.
37403         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
37404         * config.make.in (READELF): New substituted variable.
37405         * elf/check-textrel.c: File removed.
37406
37407 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
37408
37409         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
37410         allow.
37411         * conform/data/ctype.h-data [C99-based standards] (isblank):
37412         Expect function.
37413         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
37414         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
37415         [ISO || ISO99 || ISO11] (*_t): Do not allow.
37416         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
37417         Specify type.  Require positive value.
37418         (EILSEQ): Likewise.
37419         (ERANGE): Likewise.
37420         [ISO || POSIX] (EILSEQ): Do not expect.
37421         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
37422         Specify type.  Require positive value.
37423         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
37424         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
37425         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
37426         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
37427         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
37428         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
37429         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
37430         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
37431         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
37432         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
37433         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
37434         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
37435         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
37436         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
37437         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
37438         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
37439         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
37440         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
37441         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
37442         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
37443         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
37444         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
37445         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
37446         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
37447         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
37448         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
37449         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
37450         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
37451         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
37452         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
37453         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
37454         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
37455         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
37456         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
37457         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
37458         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
37459         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
37460         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
37461         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
37462         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
37463         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
37464         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
37465         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
37466         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
37467         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
37468         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
37469         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
37470         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
37471         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
37472         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
37473         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
37474         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
37475         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
37476         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
37477         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
37478         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
37479         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
37480         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
37481         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
37482         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
37483         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
37484         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
37485         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
37486         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
37487         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
37488         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
37489         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
37490         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
37491         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
37492         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
37493         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
37494         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
37495         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
37496         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
37497         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
37498         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
37499         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
37500         Require >= 2.
37501         (FLT_ROUNDS): Expect as macro, not constant.
37502         (FLT_MANT_DIG): Use macro-int-constant.
37503         (DBL_MANT_DIG): Likewise.
37504         (LDBL_MANT_DIG): Likewise.
37505         (FLT_DIG): Likewise.
37506         (DBL_DIG): Likewise.
37507         (LDBL_DIG): Likewise.
37508         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
37509         (DBL_MIN_EXP): Likewise.
37510         (LDBL_MIN_EXP): Likewise.
37511         (FLT_MAX_EXP): Use macro-int-constant.
37512         (DBL_MAX_EXP): Likewise.
37513         (LDBL_MAX_EXP): Likewise.
37514         (FLT_MAX_10_EXP): Likewise.
37515         (DBL_MAX_10_EXP): Likewise.
37516         (LDBL_MAX_10_EXP): Likewise.
37517         (FLT_MAX): Use macro-constant.
37518         (DBL_MAX): Likewise.
37519         (LDBL_MAX): Likewise.
37520         (FLT_EPSILON): Use macro-constant.  Give upper bound.
37521         (DBL_EPSILON): Likewise.
37522         (LDBL_EPSILON): Likewise.
37523         (FLT_MIN): Likewise.
37524         (DBL_MIN): Likewise.
37525         (LDBL_MIN): Likewise.
37526         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
37527         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
37528         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
37529         [ISO11] (FLT_HAS_SUBNORM): Likewise.
37530         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
37531         [ISO11] (DBL_DECIMAL_DIG): Likewise.
37532         [ISO11] (FLT_DECIMAL_DIG): Likewise.
37533         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
37534         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
37535         [ISO11] (FLT_TRUE_MIN): Likewise.
37536         [ISO11] (LDBL_TRUE_MIN): Likewise.
37537         [ISO || ISO99 || ISO11] (*_t): Do not allow.
37538         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
37539         (SCHAR_MIN): Use macro-int-constant.  Specify type.
37540         (SCHAR_MAX): Likewise.
37541         (UCHAR_MAX): Likewise.
37542         (CHAR_MIN): Likewise.
37543         (CHAR_MAX): Likewise.
37544         (MB_LEN_MAX): Use macro-int-constant.
37545         (SHRT_MIN): Use macro-int-constant.  Specify type.
37546         (SHRT_MAX): Likewise.
37547         (USHRT_MAX): Likewise.
37548         (INT_MAX): Likewise.
37549         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
37550         bound negative.
37551         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
37552         bound with "U".
37553         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
37554         bound with "L".
37555         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
37556         bound negative.  Suffix upper bound with "L".
37557         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
37558         bound with "UL".
37559         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
37560         Specify type.
37561         [C99-based standards] (LLONG_MAX): Likewise.
37562         [C99-based standards] (ULLONG_MAX): Likewise.
37563         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
37564         == 0.
37565         [ISO11] (max_align_t): Require type.
37566         [ISO || ISO99 || ISO11] (*_t): Do not allow.
37567
37568         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
37569         from $CFLAGS, without defining away __attribute__ calls.
37570         (checknamespace): Use $CFLAGS_namespace.
37571
37572         * conform/conformtest.pl (@keywords): Only include C99 keywords
37573         for standards based on C99 or C11.
37574
37575         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
37576         Disable tests.
37577         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
37578         UNIX98]: Likewise.
37579
37580         * conform/conformtest.pl: Handle "macro-int-constant" and test for
37581         usability of symbols in #if.
37582
37583         * conform/conformtest.pl: If macro or constant types start
37584         "promoted:", expect the symbol to be of the following type
37585         promoted by the integer promotions.
37586
37587         * conform/conformtest.pl: Parse all "constant" and "macro" lines
37588         in one place.  Also handle "macro-constant".
37589
37590         * conform/conformtest.pl: Only accept expected macro values with
37591         "==".  Parse all "macro" lines in one place.
37592         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
37593
37594         * conform/conformtest.pl: Handle braced types on "constant" lines
37595         instead of handling "typed-constant".
37596         * conform/data/signal.h-data: Use "constant" instead of
37597         "typed-constant".
37598
37599         * conform/conformtest.pl: Handle "optional-" at start of lines in
37600         one place rather than duplicating several cases.  Handle each
37601         format of "macro" line with initial "optional-".
37602
37603         * conform/conformtest.pl: Only accept expected constant or
37604         optional-constant values with "==".  Parse all "constant" lines in
37605         one place.  Parse all "optional-constant" lines in one place.
37606         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
37607         * conform/data/fmtmsg.h-data: Likewise.
37608         * conform/data/netinet/in.h-data: Likewise.
37609         * conform/data/tar.h-data: Likewise.
37610         * conform/data/limits.h-data: Use "==" form on "constant" and
37611         "optional-constant" lines.
37612
37613         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
37614         Use -std=c99 for XOPEN2K.
37615         (@knownproblems): Remove.
37616         (newtoken): Don't check %isknown.
37617
37618         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
37619         Do not expect macro.
37620         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
37621         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
37622         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
37623         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
37624         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
37625         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
37626         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
37627         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
37628         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
37629         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
37630         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
37631         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
37632         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
37633         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
37634         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
37635         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
37636         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
37637         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
37638         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
37639         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
37640         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
37641         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
37642         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
37643         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
37644         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
37645         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
37646         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
37647         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
37648         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
37649         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
37650         [XPG3] (acosh): Likewise.
37651         [XPG3] (asinh): Likewise.
37652         [XPG3] (atanh): Likewise.
37653         [XPG3] (cbrt): Likewise.
37654         [XPG3] (expm1): Likewise.
37655         [XPG3] (ilogb): Likewise.
37656         [XPG3] (log1p): Likewise.
37657         [XPG3] (logb): Likewise.
37658         [XPG3] (nextafter): Likewise.
37659         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
37660         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
37661         [XPG3] (remainder): Likewise.
37662         [XPG3] (rint): Likewise.
37663         [XPG3 || XPG4 || UNIX98] (round): Likewise.
37664         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
37665         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
37666         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
37667         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
37668         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
37669         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
37670         [UNIX98 || XOPEN2K] (scalb): Expect.
37671         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
37672         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
37673         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
37674         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
37675         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
37676         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
37677         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
37678         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
37679         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
37680         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
37681         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
37682         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
37683         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
37684         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
37685         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
37686         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
37687         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
37688         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
37689         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
37690         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
37691         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
37692         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
37693         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
37694         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
37695         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
37696         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
37697         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
37698         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
37699         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
37700         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
37701         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
37702         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
37703         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
37704         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
37705         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
37706         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
37707         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
37708         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
37709         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
37710         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
37711         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
37712         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
37713         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
37714         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
37715         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
37716         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
37717         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
37718         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
37719         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
37720         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
37721         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
37722         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
37723         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
37724         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
37725         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
37726         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
37727         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
37728         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
37729         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
37730         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
37731         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
37732         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
37733         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
37734         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
37735         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
37736         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
37737         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
37738         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
37739         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
37740         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
37741         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
37742         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
37743         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
37744         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
37745         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
37746         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
37747         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
37748         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
37749         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
37750         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
37751         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
37752         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
37753         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
37754         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
37755         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
37756         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
37757         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
37758         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
37759         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
37760         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
37761         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
37762         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
37763         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
37764         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
37765         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
37766         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
37767         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
37768         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
37769         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
37770         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
37771         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
37772         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
37773         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
37774         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
37775         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
37776         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
37777         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
37778         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
37779         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
37780         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
37781         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
37782         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
37783         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
37784         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
37785         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
37786         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
37787         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
37788         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
37789         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
37790         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
37791         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
37792         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
37793         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
37794         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
37795         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
37796         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
37797         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
37798         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
37799         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
37800         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
37801         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
37802         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
37803         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
37804         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
37805         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
37806         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
37807         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
37808
37809         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
37810         _XOPEN_SOURCE_EXTENDED for XPG4.
37811
37812         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
37813
37814         * Makeconfig (localtime): Remove variable.
37815         (inst_localtime-file): Likewise.
37816
37817 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
37818
37819         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
37820         Update.
37821         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
37822         Update.
37823         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
37824         Update.
37825         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
37826         Update.
37827         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
37828         Update.
37829         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
37830         Update.
37831         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
37832         Update.
37833         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
37834         Update.
37835         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
37836         Update.
37837
37838 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
37839
37840         [BZ #2550]
37841         [BZ #2570]
37842         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
37843         comparisons to determine direction to adjust input.
37844         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
37845         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
37846         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
37847         Likewise.
37848         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
37849         Likewise.
37850         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
37851         Likewise.
37852         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
37853         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
37854         Likewise.
37855         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
37856         Likewise.
37857         * math/libm-test.inc (nexttoward_test): Add more tests.
37858
37859 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
37860
37861         [BZ #14040]
37862         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
37863         in version GLIBC_2.1, not GLIBC_2.0.
37864         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
37865         Likewise.
37866
37867 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
37868
37869         [BZ #13942]
37870         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
37871         (1 - x) * (1 + x).
37872         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
37873         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
37874         * math/libm-test.inc (acos_test): Add more tests.
37875         (asin_test): Likewise.
37876         * sysdeps/i386/fpu/libm-test-ulps: Update.
37877         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37878
37879         [BZ #14034]
37880         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
37881         of square root.
37882         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
37883         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
37884         * math/libm-test.inc (acos_test_tonearest): New function.
37885         (acos_test_towardzero): Likewise.
37886         (acos_test_downward): Likewise.
37887         (acos_test_upward): Likewise.
37888         (asin_test_tonearest): Likewise.
37889         (asin_test_towardzero): Likewise.
37890         (asin_test_downward): Likewise.
37891         (asin_test_upward): Likewise.
37892         (main): Call the new functions.
37893         * sysdeps/i386/fpu/libm-test-ulps: Update.
37894         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
37895
37896         [BZ #13884]
37897         [BZ #13924]
37898         * math/e_exp10.c: Include <float.h>.
37899         (__ieee754_exp10): Handle underflow here rather than multiplying
37900         large negative argument by M_LN10.
37901         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
37902         of __ieee754_expf.
37903         * math/e_exp10l.c: Include <float.h>.
37904         (__ieee754_exp10l): Handle underflow here rather than multiplying
37905         large negative argument by M_LN10l.
37906         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
37907         spurious overflow exception on underflow.
37908
37909 2012-04-29  Marek Polacek  <polacek@redhat.com>
37910
37911         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
37912         (__fortify_function): New macro.
37913         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
37914         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
37915         __extern_always_inline.
37916         * libio/bits/stdio2.h: Likewise.
37917         * libio/bits/stdio.h: Likewise.
37918         * string/string.h: Likewise.
37919         * string/bits/string3.h: Likewise.
37920         * include/stdio.h: Likewise.
37921         * stdlib/bits/stdlib.h: Likewise.
37922         * stdlib/stdlib.h: Likewise.
37923         * rt/bits/mqueue2.h: Likewise.
37924         * rt/mqueue.h: Likewise.
37925         * posix/bits/unistd.h: Likewise.
37926         * posix/unistd.h: Likewise.
37927         * io/bits/poll2.h: Likewise.
37928         * io/bits/fcntl2.h: Likewise.
37929         * io/fcntl.h: Likewise.
37930         * io/sys/poll.h: Likewise.
37931         * misc/bits/syslog.h: Likewise.
37932         * misc/bits/syslog-ldbl.h: Likewise.
37933         * misc/sys/syslog.h: Likewise.
37934         * socket/bits/socket2.h: Likewise.
37935         * socket/sys/socket.h: Likewise.
37936         * debug/tst-chk1.c: Likewise.
37937         * wcsmbs/bits/wchar2.h: Likewise.
37938         * wcsmbs/bits/wchar-ldbl.h: Likewise.
37939         * wcsmbs/wchar.h: Likewise.
37940
37941 2012-04-29  Andreas Jaeger  <aj@suse.de>
37942
37943         * Makerules (tests): Remove enable-check-abi protection.
37944         (check-abi-warn): Remove.
37945         (check-abi-%): Remove check-abi-warn usage.
37946
37947         * configure.in: Remove check-abi configure option.
37948         * configure: Regenerated.
37949         * config.make.in (enable-check-abi): Remove.
37950
37951 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
37952
37953         [BZ #14033]
37954         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
37955         double functions to double *_finite functions.
37956
37957         [BZ #13941]
37958         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
37959         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
37960         LDBL_MIN_EXP.
37961         * stdio-common/Makefile (tests): Add tst-sprintf3.
37962         * stdio-common/tst-sprintf3.c: New file.
37963
37964         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
37965         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
37966
37967 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
37968
37969         * conform/conformtest.pl: Remove duplicate typed-constant
37970         handling.
37971
37972 2012-04-28  David S. Miller  <davem@davemloft.net>
37973
37974         * Makerules (%.abilist): Add vpath on sysdep_dirs.
37975         (check-abi-%): Remove AWK script prerequisite and explicit
37976         abilist directory.
37977         (check-abi): Rewrite to just diff the symlist with the abilist.
37978         (config-tls, config-abi-config): Delete, no longer used.
37979         (update-abi-%): Remove AWK script and explicit abilist directory.
37980         (update-abi): Rewrite to simply compare and conditionally copy the
37981         symlist and the sysdep abilist file.  Remove update-abi-config
37982         checks.
37983         * abilist/ld.abilist: Remove.
37984         * abilist/libBrokenLocale.abilist: Remove.
37985         * abilist/libanl.abilist: Remove.
37986         * abilist/libcrypt.abilist: Remove.
37987         * abilist/libdl.abilist: Remove.
37988         * abilist/librt.abilist: Remove.
37989         * abilist/libthread_db.abilist: Remove.
37990         * abilist/libutil.abilist: Remove.
37991         * scripts/extract-abilist.awk: Remove.
37992         * scripts/merge-abilist.awk: Remove.
37993         * sysdeps/generic/libcidn.abilist: New file.
37994         * sysdeps/generic/libnss_compat.abilist: New file.
37995         * sysdeps/generic/libnss_db.abilist: New file.
37996         * sysdeps/generic/libnss_dns.abilist: New file.
37997         * sysdeps/generic/libnss_files.abilist: New file.
37998         * sysdeps/generic/libnss_hesiod.abilist: New file.
37999         * sysdeps/generic/libnss_nis.abilist: New file.
38000         * sysdeps/generic/libnss_nisplus.abilist: New file.
38001         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
38002         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
38003         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
38004         file.
38005         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
38006         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
38007         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
38008         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
38009         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
38010         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
38011         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
38012         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
38013         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
38014         file.
38015         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
38016         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
38017         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
38018         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
38019         file.
38020         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
38021         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
38022         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
38023         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
38024         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
38025         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
38026         file.
38027         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
38028         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
38029         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
38030         file.
38031         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
38032         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
38033         New file.
38034         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
38035         New file.
38036         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
38037         New file.
38038         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
38039         New file.
38040         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
38041         New file.
38042         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
38043         New file.
38044         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
38045         New file.
38046         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
38047         New file.
38048         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
38049         New file.
38050         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
38051         New file.
38052         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
38053         New file.
38054         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
38055         New file.
38056         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
38057         New file.
38058         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
38059         file.
38060         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
38061         New file.
38062         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
38063         New file.
38064         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
38065         file.
38066         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
38067         New file.
38068         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
38069         New file.
38070         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
38071         file.
38072         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
38073         New file.
38074         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
38075         New file.
38076         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
38077         New file.
38078         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
38079         New file.
38080         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
38081         New file.
38082         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
38083         New file.
38084         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
38085         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
38086         file.
38087         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
38088         New file.
38089         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
38090         file.
38091         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
38092         file.
38093         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
38094         file.
38095         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
38096         file.
38097         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
38098         file.
38099         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
38100         New file.
38101         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
38102         file.
38103         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
38104         file.
38105         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
38106         New file.
38107         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
38108         file.
38109         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
38110         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
38111         file.
38112         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
38113         New file.
38114         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
38115         file.
38116         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
38117         file.
38118         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
38119         file.
38120         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
38121         file.
38122         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
38123         file.
38124         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
38125         New file.
38126         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
38127         file.
38128         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
38129         file.
38130         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
38131         New file.
38132         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
38133         file.
38134         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
38135         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
38136         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
38137         file.
38138         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
38139         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
38140         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
38141         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
38142         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
38143         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
38144         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
38145         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
38146         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
38147         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
38148         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
38149         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
38150         file.
38151         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
38152         New file.
38153         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
38154         file.
38155         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
38156         file.
38157         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
38158         file.
38159         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
38160         file.
38161         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
38162         file.
38163         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
38164         New file.
38165         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
38166         New file.
38167         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
38168         file.
38169         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
38170         New file.
38171         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
38172         file.
38173         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
38174         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
38175         file.
38176         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
38177         New file.
38178         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
38179         file.
38180         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
38181         file.
38182         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
38183         file.
38184         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
38185         file.
38186         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
38187         file.
38188         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
38189         New file.
38190         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
38191         New file.
38192         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
38193         file.
38194         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
38195         New file.
38196         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
38197         file.
38198
38199 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
38200
38201         * conform/conformtest.pl: Fix typo in handling typed-constant from
38202         allow-header.
38203
38204 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
38205
38206         * README: Cut down references to pre-2.6 Linux kernels and
38207         Linuxthreads.  Update lists of configurations in libc and ports
38208         and sort alphabetically.  Say "or newer" with Linux kernel version
38209         requirements.
38210
38211         * config.h.in [IS_IN_build]: Allow compiling without optimization.
38212
38213 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
38214
38215         [BZ #887]
38216         * math/libm-test.inc (logb_test_downward): New test to expose
38217         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
38218         rounding mode.
38219
38220 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
38221
38222         [BZ #14027]
38223         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
38224         to be done.
38225         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
38226         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
38227
38228 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
38229
38230         * sysdeps/unix/i386/brk.S: Remove file.
38231         * sysdeps/unix/i386/dl-brk.S: Likewise.
38232         * sysdeps/unix/i386/pipe.S: Likewise.
38233         * sysdeps/unix/i386/sigreturn.S: Likewise.
38234         * sysdeps/unix/i386/syscall.S: Likewise.
38235         * sysdeps/unix/i386/vfork.S: Likewise.
38236         * sysdeps/unix/i386/wait.S: Likewise.
38237
38238         * sysdeps/unix/common/tcsendbrk.c: Move to ...
38239         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
38240
38241         * configure.in (arm*-none*): Do not allow without
38242         --enable-hacker-mode.
38243         (netbsd*): Remove case setting base_os.
38244         (386bsd*): Likewise.
38245         (freebsd*): Likewise.
38246         (bsdi*): Likewise.
38247         (osf*): Likewise.
38248         (sunos*): Likewise.
38249         (ultrix*): Likewise.
38250         (newsos*): Likewise.
38251         (dynix*): Likewise.
38252         (*bsd*): Likewise.
38253         (sysv*): Likewise.
38254         (isc*): Likewise.
38255         (esix*): Likewise.
38256         (sco*): Likewise.
38257         (minix*): Likewise.
38258         (irix4*): Likewise.
38259         (irix6*): Likewise.
38260         (solaris[2-9]*): Likewise.
38261         (none): Likewise.
38262         * configure: Regenerated.
38263
38264 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38265
38266         [BZ #11521]
38267         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
38268         overflow or cancellation in calculating denominator.
38269         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
38270         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
38271         down expression to avoid unexpected rounding in newer GCCs.
38272         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
38273
38274 2012-04-26  David S. Miller  <davem@davemloft.net>
38275
38276         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
38277         long-double compat symbols.
38278         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
38279         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
38280         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
38281         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
38282         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
38283         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
38284         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
38285         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
38286         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
38287         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
38288         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
38289         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
38290         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
38291
38292 2012-04-25  David S. Miller  <davem@davemloft.net>
38293
38294         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
38295         HWCAP_* values only after the memory barriers have been defined.
38296         (atomic_full_barrier): Define.
38297         (atomic_read_barrier): Define.
38298         (atomic_write_barrier): Define.
38299
38300 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
38301
38302         * shlib-versions: Add libgcc_s version information.
38303         * sysdeps/generic/libgcc_s.h: Remove.
38304         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
38305         libgcc_s.h.
38306         * sysdeps/gnu/unwind-resume.c: Likewise.
38307         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
38308
38309 2012-04-25  David S. Miller  <davem@davemloft.net>
38310
38311         * sysdeps/unix/sparc/brk.S: Delete.
38312         * sysdeps/unix/sparc/dl-brk.S: Delete.
38313         * sysdeps/unix/sparc/pipe.S: Delete.
38314         * sysdeps/unix/sparc/sysdep.S: Delete.
38315         * sysdeps/unix/sparc/sysdep.h: Delete.
38316         * sysdeps/unix/sparc/vfork.S: Delete.
38317         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
38318         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
38319         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
38320         (ret_ERRVAL, r0, r1, MOVE): Define.
38321         (JUMPTARGET): Remove.
38322         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
38323         sysdeps/unix/sparc/sysdep.h
38324         (ENTRY, END): Remove.
38325         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
38326
38327 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
38328
38329         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
38330         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
38331         -DIS_IN_build.
38332
38333         * timezone/README: Update upstream location and email address for
38334         tzcode and tzdata.
38335         * timezone/zdump.c: Update from tzcode 2012b.
38336         * timezone/zic.c: Likewise.
38337
38338         * configure.in (libc_cv_as_needed): Remove test.
38339         * configure: Regenerated.
38340         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
38341         conditional definition.
38342         [$(have-as-needed) != yes] (no-as-needed): Likewise.
38343         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
38344         * config.make.in (have-as-needed): Remove variable.
38345
38346 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
38347             Paul Pluzhnikov  <ppluzhnikov@google.com>
38348
38349         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
38350         strings correctly.
38351
38352 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
38353
38354         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
38355         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
38356         * sysdeps/sh/strlen.S: Likewise.
38357
38358 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
38359
38360         * sysdeps/unix/fork.S: Remove file.
38361         * sysdeps/unix/i386/fork.S: Likewise.
38362         * sysdeps/unix/sparc/fork.S: Likewise.
38363
38364         * sysdeps/unix/system.c: Remove file.
38365         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
38366
38367         * sysdeps/unix/getegid.S: Remove file.
38368         * sysdeps/unix/geteuid.S: Likewise.
38369
38370 2012-04-24  Roland McGrath  <roland@hack.frob.com>
38371
38372         * scripts/check-localplt.awk: New file.
38373         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
38374         of diff.
38375         * scripts/data/localplt-generic.data: Add a comment.
38376
38377         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
38378         NODE when __dir_mkfile failed.
38379         * sysdeps/mach/hurd/symlinkat.c: Likewise.
38380         Reported by Ludovic Courtès <ludo@gnu.org>.
38381
38382 2012-04-24  Andreas Jaeger  <aj@suse.de>
38383
38384         * Makerules (common-clean): Also remove gen-as-const-headers
38385         files.
38386
38387 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
38388
38389         * Makerules (native-compile): Do not change working directory for
38390         build.  Use $(OUTPUT_OPTION) in command.
38391         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
38392
38393 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38394
38395         [BZ #13886]
38396         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
38397         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
38398         * math/libm-test.inc (floor_test): Add more tests.
38399         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
38400
38401 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
38402
38403         * sysdeps/unix/getdents.c: Remove file.
38404         * sysdeps/unix/sysv/getdents.c: Likewise.
38405         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
38406
38407         * sysdeps/unix/syscalls.list (madvise): Add syscall from
38408         sysdeps/unix/mman/syscalls.list.
38409         (mmap): Likewise.
38410         (mprotect): Likewise.
38411         (msync): Likewise.
38412         (munmap): Likewise.
38413         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
38414         * sysdeps/unix/mman/syscalls.list: Remove.
38415         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
38416
38417         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
38418         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
38419         * configure: Regenerated.
38420         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
38421         $(libgcc_s_suffix).
38422         * config.make.in (libgcc_s_suffix): Remove variable.
38423
38424 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
38425
38426         * sysdeps/unix/sysv/gethostname.c: Move to ...
38427         * sysdeps/posix/gethostname.c: ... here.
38428
38429         * sysdeps/unix/execve.S: Remove file.
38430
38431         * sysdeps/unix/_exit.S: Remove file.
38432
38433 2012-04-23  Andreas Jaeger  <aj@suse.de>
38434
38435         [BZ #13739]
38436         * manual/Makefile: Remove make dist support, there's no
38437         need for a stand-alone documentation tar ball.
38438         (TEXI2DVI): Define always, it's not in Makeconfig.
38439         (dist): Removed.
38440         (tar-it): Removed.
38441         (edition): Removed.
38442         (glibc-doc-$(edition).tar): Removed
38443         (%.Z): Removed.
38444         (%.gz): Removed.
38445         (%.uu): Removed.
38446         (ETAGS): Remove, it's in Makeconfig.
38447         (move-if-change): Remove, it's in Makeconfig.
38448
38449 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
38450
38451         [BZ #13970]
38452         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
38453         (strtod, strtof, strtold, strtol, strtoul, strtoq)
38454         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
38455         (strtod_l, strtof_l, strtold_l): Remove __wur.
38456         It is not necessarily an error to ignore strtol's return value.
38457         One can reliably look at the stored endptr to decide whether
38458         the number had valid syntax.
38459
38460 2012-04-21  Andreas Jaeger  <aj@suse.de>
38461
38462         [BZ #13739]
38463         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
38464
38465 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
38466
38467         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
38468         * sysdeps/unix/sysv/Versions: Remove file.
38469
38470 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
38471
38472         [BZ #13927]
38473         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
38474
38475 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
38476
38477         [BZ #7064]
38478         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
38479         version from __vm86.
38480
38481 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
38482
38483         * sysdeps/unix/common/lxstat.c: Remove file.
38484         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
38485
38486         * sysdeps/unix/sysv/Makefile: Remove file.
38487
38488         * sysdeps/unix/sysv/direct.h: Remove file.
38489
38490         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
38491         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
38492         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
38493         * sysdeps/unix/sysv/bits/signum.h: Likewise.
38494         * sysdeps/unix/sysv/bits/stat.h: Likewise.
38495         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
38496         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
38497
38498         * sysdeps/unix/sysv/setrlimit.c: Remove file.
38499
38500         * sysdeps/unix/xmknod.c: Remove file.
38501         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
38502
38503         * sysdeps/unix/sysv/settimeofday.c: Remove file.
38504
38505         * sysdeps/unix/sysv/i386/time.S: Remove file.
38506
38507         * sysdeps/unix/fxstat.c: Remove file.
38508         * sysdeps/unix/xstat.c: Likewise.
38509         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
38510
38511         * sysdeps/unix/sysv/sigaction.c: Remove file.
38512
38513         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
38514         (sysdep_headers): Remove variable.
38515         [termio.h not in sysdep_headers] (generated): Likewise.
38516         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
38517         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
38518         * sysdeps/unix/sysv/tcdrain.c: Likewise.
38519         * sysdeps/unix/sysv/tcflow.c: Likewise.
38520         * sysdeps/unix/sysv/tcflush.c: Likewise.
38521         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
38522         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
38523         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
38524         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
38525         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
38526
38527         * sysdeps/unix/siglist.c: Remove file.
38528
38529         * sysdeps/unix/getppid.S: Remove file.
38530
38531         * sysdeps/unix/mkdir.c: Remove file.
38532         * sysdeps/unix/rmdir.c: Likewise.
38533
38534 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
38535
38536         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
38537         ERR_MAX value.
38538         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
38539         errlist-compat value.
38540
38541 2012-04-18  David S. Miller  <davem@davemloft.net>
38542
38543         * sysdeps/generic/memcopy.h (reg_char): Delete.
38544         * debug/strcat_chk.c: Use char, not reg_char.
38545         * debug/strcpy_chk.c: Likewise.
38546         * debug/strncat_chk.c: Likewise.
38547         * debug/strncpy_chk.c: Likewise.
38548         * string/memchr.c: Likewise.
38549         * string/memrchr.c: Likewise.
38550         * string/rawmemchr.c: Likewise.
38551         * string/strcat.c: Likewise.
38552         * string/strchr.c: Likewise.
38553         * string/strchrnul.c: Likewise.
38554         * string/strcmp.c: Likewise.
38555         * string/strcpy.c: Likewise.
38556         * string/strncat.c: Likewise.
38557         * string/strncmp.c: Likewise.
38558         * string/strncpy.c: Likewise.
38559
38560 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
38561
38562         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
38563         __builtin_memcopy is called when src and dest ranges are known to not
38564         overlap.
38565
38566 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
38567
38568         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
38569         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
38570         fwd_align_merge macro call.
38571         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
38572         bwd_align_merge macro call.
38573         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
38574
38575 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
38576
38577         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
38578         bwd_align_merge macros.
38579         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
38580         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
38581         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
38582
38583 2012-04-18  David S. Miller  <davem@davemloft.net>
38584
38585         * sysdeps/sparc/sparc64/memcopy.h: Delete.
38586
38587 2012-04-18  Andreas Jaeger  <aj@suse.de>
38588
38589         [BZ# 6794]
38590         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
38591         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
38592         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
38593
38594         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
38595         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
38596         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
38597
38598         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
38599         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
38600         Adjust for changed ldbl-128 files.
38601
38602         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
38603         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
38604         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
38605
38606 2012-04-17  David S. Miller  <davem@davemloft.net>
38607
38608         * sysdeps/sparc/sparc32/memcopy.h: Delete.
38609
38610 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
38611
38612         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
38613         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
38614         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
38615         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
38616         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
38617         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
38618
38619 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38620
38621         [BZ #6794]
38622         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
38623         * math/libm-test.inc: Add ilogb errno and exception tests.
38624         * math/w_ilogb.c: New file: ilogb wrapper.
38625         * math/w_ilogbf.c: New file: ilogbf wrapper.
38626         * math/w_ilogbl.c: New file: ilogbl wrapper.
38627         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
38628         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
38629         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
38630         exception being thrown with 0.0 as argument.
38631         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
38632         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
38633         exception being thrown with 0.0 as argument.
38634         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
38635         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
38636         exception being thrown with 0.0 as argument.
38637         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
38638         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
38639         exception being thrown with 0.0 as argument.
38640         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
38641         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
38642         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
38643         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
38644         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
38645         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
38646         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
38647         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
38648         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
38649
38650 2012-04-17  Petr Baudis  <pasky@ucw.cz>
38651
38652         * include/sys/uio.h: Change __vector to __iovec to avoid clash
38653         with altivec.
38654
38655 2012-04-16  Marek Polacek  <polacek@redhat.com>
38656
38657         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
38658
38659 2012-04-16  Marek Polacek  <polacek@redhat.com>
38660
38661         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
38662         operands of fdivp instruction.
38663
38664 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
38665
38666         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
38667         * elf/tst-auditmod3b.c: Likewise.
38668         * elf/tst-auditmod4b.c: Likewise.
38669         * elf/tst-auditmod5b.c: Likewise.
38670         * elf/tst-auditmod6b.c: Likewise.
38671         * elf/tst-auditmod6c.c: Likewise.
38672         * elf/tst-auditmod7b.c: Likewise.
38673         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
38674         * sysdeps/x86_64/preconfigure.in: Likewise.
38675         * sysdeps/x86_64/preconfigure: Regenerated.
38676
38677 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
38678
38679         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
38680         __ILP32__.
38681
38682 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
38683
38684         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
38685         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
38686
38687 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
38688
38689         [BZ #13973]
38690         * locale/iso-639.def: Fix gl language name. Spotted by
38691         Yaron Shahrabani.
38692
38693 2012-04-12  Roland McGrath  <roland@hack.frob.com>
38694
38695         [BZ #2074]
38696         * libio/libio.h (__io_write_fn): Update comment.
38697
38698 2012-04-12  Petr Baudis  <pasky@ucw.cz>
38699
38700         [BZ #2074]
38701         * stdio.texi (Hook Functions): The user provided writer function
38702         is not allowed to return -1.
38703
38704 2012-04-11  David S. Miller  <davem@davemloft.net>
38705
38706         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38707
38708 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
38709
38710         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
38711         Add a leading slash to rtkaio.
38712
38713 2012-04-11  Jim Meyering  <meyering@redhat.com>
38714
38715         [BZ #11959]
38716         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
38717         It is not necessarily an error to ignore fwrite's return
38718         value.  One can reliably use ferror to test for errors after
38719         the fact.
38720
38721 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
38722
38723         * bits/types.h (__snseconds_t): New type.
38724         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
38725
38726         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
38727         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
38728         (__SNSECONDS_T_TYPE): Likewise.
38729         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
38730         (__SNSECONDS_T_TYPE): Likewise.
38731         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
38732         (__SNSECONDS_T_TYPE): Likewise.
38733
38734 2012-04-10  Andreas Jaeger  <aj@suse.de>
38735
38736         [BZ #2636]
38737         * manual/time.texi (Processor Time): Return type of times is
38738         elapsed real time since an arbitrary point in the past.
38739         (CPU Time): Move CLK_TCK from here...
38740         (Processor Time): ...to here.  Correct description.
38741         * manual/conf.texi (Constants for Sysconf): Correct description of
38742         _SC_CLK_TCK.
38743
38744 2012-04-10  David S. Miller  <davem@davemloft.net>
38745
38746         [BZ #13967]
38747         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
38748         where the is a gap between DT_REL(A) and DT_JMPREL.
38749
38750 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
38751
38752         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
38753         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
38754         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
38755
38756 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
38757
38758         * elf/dl-support.c (_dl_inhibit_cache): New variable.
38759         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
38760         (dl_main): Handle --inhibit-cache.
38761         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
38762         _dl_inhibit_cache.
38763         * elf/dl-load.c (_dl_map_object): Use it.
38764         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
38765
38766 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
38767
38768         [BZ #13872]
38769         * sysdeps/i386/fpu/e_powl.S (p78): New object.
38770         (__ieee754_powl): Saturate large exponents rather than testing for
38771         overflow of y*log2(x).
38772         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
38773         * math/libm-test.inc (pow_test): Do not permit spurious overflow
38774         exceptions.
38775
38776         [BZ #11521]
38777         * math/s_ctan.c: Include <float.h>.
38778         (__ctan): Avoid internal overflow or cancellation in calculating
38779         denominator.
38780         * math/s_ctanf.c: Likewise.
38781         * math/s_ctanl.c: Likewise.
38782         * math/s_ctanh.c: Likewise.
38783         * math/s_ctanhf.c: Likewise.
38784         * math/s_ctanhl.c: Likewise.
38785         * math/libm-test.inc (ctan_test): Add more tests.
38786         (ctanh_test): Likewise.
38787         * sysdeps/i386/fpu/libm-test-ulps: Update.
38788         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38789
38790 2012-04-09  Andreas Jaeger  <aj@suse.de>
38791
38792         [BZ #6894]
38793         * manual/filesys.texi (Directory Entries): Mention that d_namlen
38794         is an optional BSD extension.
38795
38796         [BZ #10254]
38797         * manual/stdio.texi (Opening Streams): Document additional fopen
38798         parameters.
38799
38800 2012-04-09  Roland McGrath  <roland@hack.frob.com>
38801
38802         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
38803         %eax without telling the compiler.
38804
38805 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
38806
38807         [BZ # 13963]
38808         * manual/install.texi: Use sourceware.org.
38809
38810 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
38811
38812         [BZ #13873]
38813         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
38814         (__ieee754_pow): Generate overflow and underflow using huge*huge
38815         and tiny*tiny rather than just returning constant infinity or zero
38816         for large exponents.
38817         * math/libm-test.inc (pow_test): Require overflow exceptions for
38818         applicable cases of large exponents.
38819
38820         [BZ #706]
38821         * sysdeps/i386/fpu/e_pow.S (p10): New object.
38822         (__ieee754_pow): Use iterative multiplication algorithm only for
38823         integer exponents with absolute value below 1024.  Check for odd
38824         integer exponents when using algorithm for real exponents.
38825         * math/libm-test.inc (pow_test): Add more tests.
38826         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
38827
38828 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
38829
38830         [BZ #13705]
38831         * math/libm-test.inc (exp_test): Do not allow overflow exception
38832         on underflow test.
38833
38834 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
38835
38836         [BZ #13705]
38837         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
38838         instead of __kernel_standard_f.
38839
38840 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
38841
38842         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
38843         * sysdeps/x86_64/memset_chk.S: Likewise.
38844
38845 2012-04-08  Andreas Jaeger  <aj@suse.de>
38846
38847         [BZ #10153]
38848         * manual/startup.texi (Environment Access): Describe return value
38849         for putenv and setenv.
38850
38851         [BZ #6895]
38852         * manual/filesys.texi (Directory Entries): Add description for
38853         DT_LNK.
38854
38855         [BZ #6890]
38856         * manual/filesys.texi (Directory Entries): Clarify that it's file
38857         system not operating system in the description of DT_UNKNOWN.
38858
38859         [BZ #6578]
38860         * manual/syslog.texi (closelog): Fix reference, it's openlog.
38861
38862 2012-04-08  Stephen Compall  <s11@member.fsf.org>
38863
38864         [BZ #6649]
38865         * manual/llio.texi (Opening and Closing Files): Add cross
38866         reference to explain mode argument.
38867
38868 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
38869
38870         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
38871         * sysdeps/x86_64/memset_chk.S: Likewise.
38872
38873 2012-04-07  David S. Miller  <davem@davemloft.net>
38874
38875         * elf/elf.h (R_SPARC_WDISP10): Define.
38876         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
38877         R_SPARC_SIZE32.
38878         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
38879         R_SPARC_SIZE64 and R_SPARC_H34.
38880
38881 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
38882
38883         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
38884         conditions and remove no longer applicable assertion.
38885
38886 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
38887
38888         * bits/byteswap.h: Include <features.h>.
38889         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
38890         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
38891
38892 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
38893
38894         * bits/byteswap.h (__bswap_16): Removed.
38895         Include <bits/byteswap-16.h> to get __bswap_16.
38896         * sysdeps/i386/bits/byteswap.h: Likewise.
38897         * sysdeps/s390/bits/byteswap.h: Likewise.
38898         * sysdeps/x86_64/bits/byteswap.h: Likewise.
38899         * bits/byteswap-16.h: New file.
38900         * sysdeps/i386/bits/byteswap-16.h: Likewise.
38901         * sysdeps/s390/bits/byteswap-16.h: Likewise.
38902         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
38903         * string/Makefile (headers): Add bits/byteswap-16.h.
38904
38905 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
38906
38907         [BZ #13895]
38908         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
38909         extra indirection.
38910         * nss/Makefile (tests-static, tests): Add tst-nss-static.
38911         * nss/tst-nss-static.c: New.
38912
38913 2012-04-06  Robert Millan  <rmh@gnu.org>
38914
38915         [BZ #6486]
38916         * manual/llio.texi (File Position Primitive): lseek
38917         refers to WHENCE when it really means OFFSET.
38918
38919 2012-04-06  Andreas Jaeger  <aj@suse.de>
38920
38921         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
38922         strncmp declarations.
38923
38924         * abilist/libc.abilist: Add __poll and __ppoll.
38925
38926 2012-04-05  David S. Miller  <davem@davemloft.net>
38927
38928         * scripts/check-local-headers.sh: Accept a host triplet in the
38929         path matched by the exclude regexp.
38930
38931         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
38932         definition.
38933         * sysdeps/powerpc/powerpc32/dl-machine.h
38934         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
38935         * sysdeps/s390/s390-32/dl-machine.h
38936         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
38937         * sysdeps/sparc/sparc32/dl-machine.h
38938         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
38939         * sysdeps/sparc/sparc64/dl-machine.h
38940         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
38941
38942         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
38943         lazy binding.
38944         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
38945         undefined symbol errors.
38946
38947         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
38948         DT_NEEDED entries.
38949
38950 2012-04-05  Michael Matz  <matz@suse.de>
38951
38952         [BZ #13592]
38953         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
38954
38955 2012-04-05  Andreas Jaeger  <aj@suse.de>
38956
38957         [BZ #13908]
38958         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
38959         comment.
38960
38961 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
38962
38963         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
38964         which ROUND is no valid rounding mode.
38965
38966 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
38967
38968         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
38969         read again.
38970         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
38971
38972 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
38973
38974         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
38975         an exception using FPU order intentionally.
38976
38977 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
38978
38979         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
38980         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
38981         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
38982         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
38983
38984 2012-04-05  Simon Josefsson  <simon@josefsson.org>
38985
38986         [BZ #12340]
38987         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
38988         EINVAL when BUFLEN is too smal.
38989
38990 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
38991
38992         [BZ #13553]
38993         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
38994         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
38995
38996 2012-04-03  Andreas Jaeger  <aj@suse.de>
38997
38998         [BZ #13938]
38999         * manual/setjmp.texi (System V contexts): Fix sentence.
39000
39001         [BZ #13926]
39002         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
39003         New macro for this case.
39004         [!__GNUC__] (__bswap_64): New inline function for this case.
39005         * sysdeps/x86_64/bits/byteswap.h: Likewise.
39006         * bits/byteswap.h: Likewise.
39007         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
39008         ull, guard with __GLIBC_HAVE_LONG_LONG.
39009
39010         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
39011         __GLIBC_HAVE_LONG_LONG.
39012
39013         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
39014         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
39015
39016 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
39017
39018         [BZ #13691]
39019         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
39020         inptr and inend, rather than using last_ch.
39021
39022 2012-04-02  David S. Miller  <davem@davemloft.net>
39023
39024         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
39025         * stdio-common/printf-parse.h (read_int): Change return type to
39026         'int', return -1 on INT_MAX overflow.
39027         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
39028         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
39029         overflows INT_MAX.  Check for overflow of in-format-string precision
39030         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
39031         SIZE_MAX not INT_MAX for integer overflow test.
39032         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
39033         skip the construct in the format string but do not record anything.
39034         * stdio-common/bug22.c: Adjust to test both width/prevision
39035         INT_MAX overflow as well as total length INT_MAX overflow.  Check
39036         explicitly for proper errno values.
39037
39038 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
39039
39040         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
39041         CHAR_MAX.
39042         * string/test-strcmp.c [! WIDE]: Likewise.
39043         * time/tst-mktime2.c: Likewise for INT_MAX.
39044         * string/test-string.h: #include <sys/param.h> for MIN.
39045
39046         * csu/init-first.c (__libc_init_first): Call __ctype_init.
39047         * sysdeps/i386/init-first.c (init): Likewise.
39048         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
39049         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
39050         * sysdeps/sh/init-first.c (init): Likewise.
39051
39052 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
39053
39054         * po/ru.po: Update from translation team.
39055         * po/vi.po: Likewise.
39056
39057 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
39058
39059         * resolv/nss_dns/dns-host.c: Merge copyright years.
39060
39061 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
39062
39063         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
39064         Optimize memcpy with prefetch if
39065         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
39066         src, dst pointers have unequal 16 byte alignments.
39067
39068 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
39069
39070         [BZ #13928]
39071         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
39072         from a CNAME entry and return the minimum ttl for the query.
39073         (gaih_getanswer_slice): Likewise.
39074
39075 2012-03-30  Jeff Law  <law@redhat.com>
39076
39077         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
39078         due to long keys.
39079         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
39080         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
39081
39082         * resolv/nss_dns/dns-host.c: Update copyright year.
39083
39084 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
39085
39086         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
39087         requests to save a system call.  Fix check that all bytes are sent.
39088
39089         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
39090         comments for sendmmsg.
39091
39092 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
39093
39094         [BZ #13691]
39095         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
39096         with only 1 character between 0x0041 and 0x01b0.
39097         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
39098         * wcsmbs/tst-mbsnrtowcs.c: New file.
39099
39100 2012-03-29  David S. Miller  <davem@davemloft.net>
39101
39102         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
39103         small copies by hand.
39104
39105 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
39106
39107         [BZ #13761]
39108         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
39109         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
39110         group memberships.
39111
39112 2012-03-28  David S. Miller  <davem@davemloft.net>
39113
39114         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
39115         that branches into memcpy.
39116         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
39117         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
39118         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
39119         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
39120         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
39121         bits.
39122         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
39123         implementation too.
39124         * sysdeps/sparc/mempcpy.S: New file.
39125
39126         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
39127         the IFUNC routine in the libc case.
39128         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
39129
39130         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
39131         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
39132         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
39133         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
39134         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
39135         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
39136         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
39137         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
39138
39139         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
39140         loop to 256 bytes instead of 64 bytes and fix test signedness.
39141
39142         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
39143         * sysdeps/sparc/sparc32/Makefile: rather than here...
39144         * sysdeps/sparc/sparc64/Makefile: and here.
39145
39146 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
39147
39148         * malloc/mallocbug.c: Avoid warnings about unused variables.
39149
39150 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
39151
39152         [BZ #13760]
39153         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
39154         in the right place. Discard and retry query if response is
39155         larger than input buffer size.
39156
39157 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
39158
39159         [BZ #369]
39160         [BZ #2678]
39161         [BZ #3866]
39162         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
39163         x for large integer exponent.
39164         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
39165         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
39166         sign of result as needed afterwards.
39167         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
39168         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
39169         result for underflowing pow the same as for overflow.
39170         (__kernel_standard_l): Handle powl overflow and underflow here
39171         rather than calling __kernel_standard.
39172         * math/libm-test.inc (pow_test): Add more tests.
39173
39174         [BZ #3868]
39175         [BZ #13879]
39176         [BZ #13910]
39177         [BZ #13911]
39178         [BZ #13912]
39179         [BZ #13913]
39180         [BZ #13915]
39181         [BZ #13916]
39182         [BZ #13917]
39183         [BZ #13918]
39184         [BZ #13919]
39185         [BZ #13920]
39186         [BZ #13921]
39187         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
39188         * sysdeps/ieee754/k_standard.c: Include <float.h>.
39189         (__kernel_standard_l): New function.
39190         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
39191         __kernel_standard.
39192         * math/w_acosl.c (__acosl): Likewise.
39193         * math/w_asinl.c (__asinl): Likewise.
39194         * math/w_atan2l.c (__atan2l): Likewise.
39195         * math/w_atanhl.c (__atanhl): Likewise.
39196         * math/w_coshl.c (__coshl): Likewise.
39197         * math/w_exp10l.c (__exp10l): Likewise.
39198         * math/w_exp2l.c (__exp2l): Likewise.
39199         * math/w_fmodl.c (__fmodl): Likewise.
39200         * math/w_hypotl.c (__hypotl): Likewise.
39201         * math/w_j0l.c (__j0l, __y0l): Likewise.
39202         * math/w_j1l.c (__j1l, __y1l): Likewise.
39203         * math/w_jnl.c (__jnl, __ynl): Likewise.
39204         * math/w_lgammal.c (__lgammal): Likewise.
39205         * math/w_log10l.c (__log10l): Likewise.
39206         * math/w_log2l.c (__log2l): Likewise.
39207         * math/w_logl.c (__logl): Likewise.
39208         * math/w_powl.c (__powl): Likewise.
39209         * math/w_remainderl.c (__remainderl): Likewise.
39210         * math/w_scalbl.c (sysv_scalbl): Likewise.
39211         * math/w_sinhl.c (__sinhl): Likewise.
39212         * math/w_sqrtl.c (__sqrtl): Likewise.
39213         * math/w_tgammal.c (__tgammal): Likewise.
39214         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
39215         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
39216         * math/libm-test.inc (acos_test): Add more tests.
39217         (acosh_test): Likewise.
39218         (asin_test): Likewise.
39219         (atanh_test): Likewise.
39220         (exp_test): Likewise.
39221         (exp10_test): Likewise.
39222         (exp2_test): Likewise.
39223         (expm1_test): Likewise.
39224         (lgamma_test): Likewise.
39225         (log_test): Likewise.
39226         (log10_test): Likewise.
39227         (log1p_test): Likewise.
39228         (log2_test): Likewise.
39229         (pow_test): Do not allow some spurious overflow exceptions.
39230         (sqrt_test): Add more tests.
39231         (tgamma_test): Likewise.
39232         (y0_test): Likewise.
39233         (y1_test): Likewise.
39234         (yn_test): Likewise.
39235
39236 2012-03-27  Anton Blanchard  <anton@samba.org>
39237
39238         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
39239         MAP_HUGETLB.
39240         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
39241         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
39242         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
39243
39244 2012-03-27  David S. Miller  <davem@davemloft.net>
39245
39246         * conform/Makefile: Run run-conformtest.sh using $(BASH).
39247
39248         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
39249         have-as-vis3 check.
39250
39251 2012-03-27  Andreas Jaeger  <aj@suse.de>
39252
39253         * sysdeps/x86_64/elf/configure.in: Moved to ...
39254         * sysdeps/x86_64/configure.in: ... here.
39255         * sysdeps/x86_64/elf/start.S: Moved to ...
39256         * sysdeps/x86_64/start.S: ... here.
39257         * sysdeps/x86_64/elf/configure: Delete.
39258
39259         * sysdeps/x86_64/configure.in: Merge contents from
39260         sysdeps/i386/configure.in (without i686 check).
39261
39262         * sysdeps/i386/elf/Versions: Merge into ...
39263         * sysdeps/i386/Versions: ... this.
39264         * sysdeps/i386/elf/Versions: Delete file.
39265         * sysdeps/i386/elf/start.S: Moved to ...
39266         * sysdeps/i386/start.S: ...here.
39267         * sysdeps/i386/elf/configure.in: Merge into...
39268         * sysdeps/i386/configure.in: ...here.
39269         * sysdeps/i386/elf/configure.in: Delete file.
39270         * sysdeps/i386/elf/configure: Delete file.
39271
39272         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
39273         * debug/backtracesyms.c: ... here.
39274         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
39275         * debug/backtracesymsfd.c: ... here.
39276         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
39277         * sysdeps/generic/ifunc-sel.h: ... here.
39278
39279         * sysdeps/unix/i386/start.c: Delete file.
39280         * sysdeps/unix/sparc/start.c: Delete file.
39281         * sysdeps/unix/start.c: Delete file.
39282
39283         * sysdeps/sh/elf/configure.in: Moved to ...
39284         * sysdeps/sh/configure.in: ... here.
39285         * sysdeps/sh/elf/start.S: Moved to ...
39286         * sysdeps/sh/start.S: ... here.
39287         * sysdeps/sh/elf/configure: Delete file.
39288
39289         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
39290         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
39291         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
39292         * sysdeps/powerpc/powerpc64/entry.h: ... here.
39293         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
39294         * sysdeps/powerpc/powerpc64/start.S: here.
39295         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
39296         * sysdeps/powerpc/powerpc64/Makefile: ... this.
39297         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
39298         * sysdeps/powerpc/powerpc64/configure.in: ... this.
39299         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
39300
39301         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
39302         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
39303         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
39304         * sysdeps/powerpc/powerpc32/start.S: ... here.
39305         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
39306         * sysdeps/powerpc/powerpc32/configure.in: ... this.
39307         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
39308
39309         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
39310         * sysdeps/powerpc/ifunc-sel.h: ... here.
39311         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
39312         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
39313
39314         * sysdeps/sparc/elf/configure.in: Moved to ...
39315         * sysdeps/sparc/configure.in: ... here.
39316         * sysdeps/sparc/elf/configure: Delete file.
39317         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
39318         * sysdeps/sparc/sparc32/start.S: ... here.
39319         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
39320         * sysdeps/sparc/sparc64/start.S: ... here.
39321         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
39322         * sysdeps/sparc/sparc32/Makefile: ... this.
39323         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
39324         * sysdeps/sparc/sparc64/Makefile: ... this.
39325
39326         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
39327         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
39328         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
39329         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
39330         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
39331         * sysdeps/s390/s390-32/setjmp.S: ... here.
39332         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
39333         * sysdeps/s390/s390-32/configure.in: ... here.
39334         * sysdeps/s390/s390-32/elf/configure: Delete file.
39335         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
39336         * sysdeps/s390/s390-32/start.S: ... here.
39337
39338         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
39339         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
39340         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
39341         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
39342         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
39343         * sysdeps/s390/s390-64/setjmp.S: ... here.
39344         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
39345         * sysdeps/s390/s390-64/configure.in: ... here
39346         * sysdeps/s390/s390-64/elf/configure: Delete file.
39347         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
39348         * sysdeps/s390/s390-64/start.S: ... here.
39349         * sysdeps/s390/s390-64/elf/configure: Delete.
39350
39351         * configure.in: Remove support for elf directories in sysdeps.
39352
39353         * configure: Regenerated.
39354         * sysdeps/i386/configure: Regenerated.
39355         * sysdeps/powerpc/powerpc32/configure: Regenerated.
39356         * sysdeps/powerpc/powerpc64/configure: Regenerated.
39357         * sysdeps/s390/s390-32/configure: Regenerated.
39358         * sysdeps/s390/s390-64/configure: Regenerated.
39359         * sysdeps/sh/configure: Regenerated.
39360         * sysdeps/sparc/configure: Regenerated.
39361         * sysdeps/x86_64/configure: Regenerated.
39362
39363 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
39364
39365         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39366
39367         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
39368         denormal result into account.
39369
39370 2012-03-25  Roland McGrath  <roland@hack.frob.com>
39371
39372         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
39373         Reported by Allan McRae <allan@archlinux.org>.
39374
39375 2012-03-23  Jeff Law  <law@redhat.com>
39376
39377         * nss/getnssent.c (__nss_getent): Fix typo.
39378
39379 2012-03-23  David S. Miller  <davem@davemloft.net>
39380
39381         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39382
39383 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
39384
39385         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
39386         to pad to uint64_t for each field.
39387         (dl_tls_index): Replace unsigned long with uint64_t.
39388
39389 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
39390         Paul Pluzhnikov  <ppluzhnikov@google.com>
39391
39392         [BZ #6528]
39393         * grp/Makefile (otherlibs): Don't set it.
39394         * inet/Makefile (otherlibs): Likewise.
39395         * login/Makefile (otherlibs): Likewise.
39396         * nscd/Makefile (otherlibs): Likewise.
39397         * posix/Makefile (otherlibs): Likewise.
39398         * pwd/Makefile (otherlibs): Likewise.
39399         * rt/Makefile (otherlibs): Likewise.
39400         * sunrpc/Makefile (otherlibs): Likewise.
39401         * nss/Makefile (otherlibs): Likewise.
39402         Add libnss_files to routines and static-only-routines.
39403         ($(objpfx)getent): Remove rule.
39404         * resolv/Makefile: Add libnss_dns and libresolv to routines and
39405         static-only-routines.
39406
39407 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
39408
39409         [BZ #13892]
39410         * math/s_cexp.c: Include <float.h>.
39411         (__cexp): Handle exp result overflowing not necessarily
39412         overflowing both real and imaginary parts of result.
39413         * math/s_cexpf.c: Likewise.
39414         * math/s_cexpl.c: Likewise.
39415         * math/libm-test.inc (cexp_test): Add more tests.
39416         * sysdeps/i386/fpu/libm-test-ulps: Update.
39417         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39418
39419 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
39420
39421         * include/link.h (ELFW): New macro.
39422         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
39423         Replace ELF64_R_TYPE with ELFW(R_TYPE).
39424
39425 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
39426
39427         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
39428         with uint64_t.
39429
39430 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
39431
39432         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
39433         declaration.
39434         (struct La_x32_retval): Likewise.
39435
39436 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
39437
39438         * sysdeps/x86_64/preconfigure.in: New file.
39439         * sysdeps/x86_64/preconfigure: New generated file.
39440
39441 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
39442
39443         [BZ #13824]
39444         * math/e_exp2l.c: Include <float.h>.
39445         (__ieee754_exp2l): Handle overflow and underflow cases
39446         separately.  Only pass fractional part of argument to
39447         __ieee754_expl.
39448         * math/libm-test.inc (exp2_test): Add more tests.
39449
39450         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
39451         negating x to take absolute value.
39452         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
39453         Likewise.
39454         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
39455         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
39456         Likewise.
39457         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
39458         computing low part if x was negated.
39459         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
39460
39461 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
39462
39463         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
39464         la_x32_gnu_pltexit.
39465         (pltexit): Cast int_retval to ptrdiff_t.
39466         * elf/tst-auditmod3b.c: Likewise.
39467         * elf/tst-auditmod4b.c: Likewise.
39468         * elf/tst-auditmod5b.c: Likewise.
39469         * elf/tst-auditmod6b.c: Likewise.
39470         * elf/tst-auditmod6c.c: Likewise.
39471         * elf/tst-auditmod7b.c: Likewise.
39472
39473         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
39474         and x32_gnu_pltexit.
39475
39476         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
39477         __ELF_NATIVE_CLASS.
39478         (La_x32_regs): New macro.
39479         (La_x32_retval): Likewise.
39480         (la_x32_gnu_pltenter): New function prototype.
39481         (la_x32_gnu_pltexit): Likewise.
39482
39483 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
39484
39485         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
39486         exponent.
39487
39488         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39489
39490         * configure.in (libc_cv_cc_nofma): Check for option to disable
39491         generation of FMA instructions.
39492         * configure: Regenerate.
39493         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
39494         * sysdeps/ieee754/dbl-64/Makefile: New file.
39495         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
39496         Remove brandred-fma4.
39497         (CFLAGS-brandred-fma4.c): Remove.
39498         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
39499         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
39500         define.
39501         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
39502         define.
39503
39504 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
39505
39506         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
39507         LLONG_MAX != LONG_MAX.
39508         (_itoa_word): Use _ITOA_WORD_TYPE on value.
39509         (_fitoa_word): Likewise.
39510         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
39511         LLONG_MAX != LONG_MAX.
39512         * stdio-common/_itowa.h: Include <_itoa.h>.
39513         (_itowa_word): Use _ITOA_WORD_TYPE on value.
39514         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
39515         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
39516         only if not defined.
39517         (_ITOA_WORD_TYPE): Likewise.
39518         (_itoa_word): Use _ITOA_WORD_TYPE on value.
39519         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
39520
39521 2012-03-21  David S. Miller  <davem@davemloft.net>
39522
39523         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39524
39525 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
39526
39527         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
39528         of x86_64 when setting libc_cv_slibdir, libdir and
39529         libc_cv_localedir.
39530         * sysdeps/unix/sysv/linux/configure: Regenerated.
39531
39532 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
39533
39534         * manual/lang.texi (Old Varargs): Remove section.
39535         (How Variadic): Update menu.
39536         (va_start): Do not mention varargs.h.
39537
39538 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
39539             Joseph Myers  <joseph@codesourcery.com>
39540
39541         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
39542         link test.
39543         * configure: Regenerated.
39544
39545 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
39546
39547         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
39548         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
39549         conformtest.pl
39550
39551 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
39552
39553         * NOTES: Remove.
39554         * Makefile (files-for-dist): Remove NOTES.
39555         (NOTES): Remove rule.
39556         * README: Don't refer to NOTES.
39557         * manual/creature.texi: Don't include macros.texi.
39558         * manual/intro.texi (creature.texi): Remove comment referring to
39559         NOTES.
39560
39561         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
39562         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
39563         * configure: Regenerated.
39564         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
39565         LIBC_TRY_CC_OPTION.
39566         (libc_cv_as_i686): Likewise.
39567         (libc_cv_cc_avx): Likewise.
39568         (libc_cv_cc_sse2avx): Likewise.
39569         (libc_cv_cc_fma4): Likewise.
39570         (libc_cv_cc_novzeroupper): Likewise.
39571         * sysdeps/i386/configure: Regenerated.
39572
39573         [BZ #13883]
39574         * sysdeps/i386/fpu/s_cexp.S: Remove.
39575         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
39576         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
39577         * math/libm-test.inc (cexp_test): Add more tests.
39578         * sysdeps/i386/fpu/libm-test-ulps: Update.
39579         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39580
39581 2012-03-21  Allan McRae  <allan@archlinux.org>
39582
39583         * timezone/Makefile: Do not install iso3166.tab and zone.tab
39584
39585 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
39586
39587         [BZ #13871]
39588         * math/w_exp2.c: Do not include <float.h>.
39589         (o_threshold, u_threshold): Remove.
39590         (__exp2): Calculate result before checking finiteness and calling
39591         __kernel_standard.
39592         * math/w_exp2f.c: Likewise.
39593         * math/w_exp2l.c: Likewise.
39594         * math/libm-test.inc (exp2_test): Require overflow exception for
39595         1e6 input.
39596
39597         [BZ #3866]
39598         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
39599         range of signed 64-bit integers before using fistpll.  Remove
39600         checks for whether integers fit in mantissa bits.
39601         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
39602         the range of signed 32-bit integers before using fistpl.  Remove
39603         checks for whether integers fit in mantissa bits.
39604         * sysdeps/i386/fpu/e_powl.S (p64): New object.
39605         (__ieee754_powl): Test for y outside the range of signed 64-bit
39606         integers before using fistpll.  Reduce 64-bit values to 63-bit
39607         ones as needed.
39608         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
39609         divide-by-zero is raised for zero to large negative powers.
39610         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
39611         (__ieee754_powl): Test for y outside the range of signed 64-bit
39612         integers before using fistpll.  Reduce 64-bit values to 63-bit
39613         ones as needed.
39614         * math/libm-test.inc (pow_test): Add more tests.
39615
39616 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
39617
39618         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
39619         <stdio-common/_itoa.h>.
39620         * debug/segfault.c: Likewise.
39621         * elf/dl-cache.c: Likewise.
39622         * elf/dl-minimal.c: Likewise.
39623         * elf/dl-misc.c: Likewise.
39624         * elf/dl-sysdep.c: Likewise.
39625         * elf/dl-version.c: Likewise.
39626         * elf/rtld.c: Likewise.
39627         * hurd/hurdsock.c: Likewise.
39628         * hurd/lookup-retry.c: Likewise.
39629         * malloc/malloc.c: Likewise.
39630         * malloc/mtrace.c: Likewise.
39631         * nscd/nscd_getgr_r.c: Likewise.
39632         * nscd/nscd_getpw_r.c: Likewise.
39633         * nscd/nscd_getserv_r.c: Likewise.
39634         * posix/getopt_init.c: Likewise.
39635         * posix/wordexp.c: Likewise.
39636         * stdio-common/_itoa.c: Likewise.
39637         * stdio-common/printf_fphex.c: Likewise.
39638         * stdio-common/vfprintf.c: Likewise.
39639         * string/_strerror.c: Likewise.
39640         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
39641         * sysdeps/i386/i686/hp-timing.h: Likewise.
39642         * sysdeps/mach/_strerror.c: Likewise.
39643         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
39644         * sysdeps/mach/hurd/sethostid.c: Likewise.
39645         * sysdeps/mach/hurd/xmknodat.c: Likewise.
39646         * sysdeps/mach/xpg-strerror.c: Likewise.
39647         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
39648         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
39649         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
39650         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
39651         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
39652         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
39653         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
39654         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
39655         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
39656         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
39657         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
39658         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
39659         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
39660         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
39661         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
39662         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
39663         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
39664         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
39665         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
39666         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
39667         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
39668
39669         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
39670
39671         * stdio-common/_itoa.h: Moved to ...
39672         * sysdeps/generic/_itoa.h: Here.
39673
39674         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
39675
39676         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
39677         instead of "_itoa.h" and "_itowa.h".
39678         * stdio-common/vfprintf.: Likewise.
39679
39680 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
39681
39682         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
39683         <bits/wordsize.h>.
39684         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
39685         (__signbit): Likwise.
39686         (llrintf): Likwise.
39687         (llrint): Likwise.
39688
39689 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
39690
39691         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
39692         __WORDSIZE != 64.
39693
39694 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
39695
39696         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
39697         OVERFLOW_EXCEPTION_OK.
39698         * math/libm-test.inc ("Philosophy"): Update comment about
39699         exception testing.
39700         (OVERFLOW_EXCEPTION): Define.
39701         (OVERFLOW_EXCEPTION_OK): Likewise.
39702         (INVALID_EXCEPTION_OK): Renumber.
39703         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
39704         (IGNORE_ZERO_INF_SIGN): Likewise.
39705         (test_exceptions): Handle FE_OVERFLOW.
39706         (exp10_test): Expect overflow exceptions.
39707         (exp2_test): Likewise.
39708         (expm1_test): Likewise.
39709         (nextafter_test): Likewise.
39710         (pow_test): Likewise.
39711         (scalbn_test): Likewise.
39712         (scalbln_test): Likewise.
39713
39714 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
39715
39716         * sysdeps/x86_64/bits/atomic.h
39717         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
39718         64bit integer.
39719         (atomic_exchange_acq): Likewise.
39720         (__arch_exchange_and_add_body): Likewise.
39721         (__arch_add_body): Likewise.
39722         (atomic_add_negative): Likewise.
39723         (atomic_add_zero): Likewise.
39724
39725 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
39726
39727         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
39728         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
39729
39730 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
39731
39732         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
39733         Check __x86_64__ instead of __WORDSIZE.
39734
39735 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
39736
39737         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
39738
39739 2012-03-19  David S. Miller  <davem@davemloft.net>
39740
39741         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39742
39743         * sysdeps/sparc/fpu/fenv_private.h: New file.
39744         * sysdeps/sparc/fpu/math_private.h: Use it.
39745         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
39746         Remove.
39747         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
39748         (libc_feholdexcept_setroundl): Remove.
39749         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
39750         Remove.
39751         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
39752         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
39753
39754 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
39755
39756         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
39757         int64_t instead of long int.
39758         (INSERT_WORDS64): Likwise.
39759
39760 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
39761
39762         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
39763         _Unwind_GetCFA return to _Unwind_Ptr first.
39764
39765 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
39766
39767         [BZ #13629]
39768         * math/s_clog.c: Include <float.h>.
39769         (__clog): Scale large or subnormal inputs.
39770         * math/s_clogf.c: Likewise.
39771         * math/s_clogl.c: Likewise.
39772         * math/s_clog10.c: Include <float.h>.
39773         (M_LOG10_2): Define.
39774         (__clog10): Scale large or subnormal inputs.
39775         * math/s_clog10f.c: Likewise.
39776         * math/s_clog10l.c: Likewise.
39777         * math/libm-test.inc (clog_test): Add more tests.
39778         (clog10_test): Likewise.
39779         * sysdeps/i386/fpu/libm-test-ulps: Update.
39780         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39781
39782         [BZ #11451]
39783         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
39784         x and y.
39785         * math/libm-test.inc (atan2_test): Add another test.
39786
39787         * Makerules (common-objdir-compile): Remove.
39788         * sysdeps/unix/Makefile (config-generated): Do not add
39789         $(unix-generated) to variable.
39790         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
39791         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
39792         Remove rule.
39793         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
39794         Likewise.
39795         [generic bits/local_lim.h] (before-compile): Do not append to
39796         variable.
39797         [generic bits/local_lim.h] (common-generated): Likewise.
39798         [generic sys/param.h] (before-compile): Do not append to variable.
39799         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
39800         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
39801         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
39802         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
39803         include.
39804         [generic sys/param.h] (sys/param.h-includes): Remove variable.
39805         [generic sys/param.h] (sys/param.h-includes): Remove rule.
39806         [generic sys/param.h] ($(addprefix
39807         $(common-objpfx),$(sys/param.h-includes))): Likewise.
39808         [generic sys/param.h] (common-generated): Do not append to
39809         variable.
39810         [generic sys/param.h] (sysdep_headers): Likewise.
39811         [generic bits/errno.h] (before-compile): Do not append to
39812         variable.
39813         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
39814         rule.
39815         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
39816         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
39817         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
39818         [generic bits/errno.h] (common-generated): Do not append to
39819         variable.
39820         [generic bits/ioctls.h] (before-compile): Do not append to
39821         variable.
39822         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
39823         rule.
39824         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
39825         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
39826         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
39827         rule.
39828         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
39829         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
39830         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
39831         [generic bits/ioctls.h] (common-generated): Do not append to
39832         variable.
39833         [generic sys/syscall.h] (syscall.h): Remove variable.
39834         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
39835         rule.
39836         [generic sys/syscall.h] (before-compile): Do not append to
39837         variable.
39838         [generic sys/syscall.h] (common-generated): Likewise.
39839         * sysdeps/unix/errnos-tmpl.c: Remove file.
39840         * sysdeps/unix/errnos.awk: Likewise.
39841         * sysdeps/unix/ioctls-tmpl.c: Likewise.
39842         * sysdeps/unix/ioctls.awk: Likewise.
39843         * sysdeps/unix/mk-local_lim.c: Likewise.
39844         * sysdeps/unix/snarf-ioctls: Likewise.
39845
39846 2012-03-19  Richard Henderson  <rth@twiddle.net>
39847
39848         * sysdeps/i386/fpu/fenv_private.h: New file.
39849         * sysdeps/i386/fpu/math_private.h: Use it.
39850         (math_opt_barrier, math_force_eval): Remove.
39851         (libc_feholdexcept_setround_53bit): Remove.
39852         (libc_feupdateenv_53bit): Remove.
39853         * sysdeps/x86_64/fpu/math_private.h: Likewise.
39854         (math_opt_barrier, math_force_eval): Remove.
39855         (libc_feholdexcept): Remove.
39856         (libc_feholdexcept_setround): Remove.
39857         (libc_fetestexcept, libc_fesetenv): Remove.
39858         (libc_feupdateenv_test): Remove.
39859         (libc_feupdateenv, libc_feholdsetround): Remove.
39860         (libc_feresetround): Remove.
39861
39862         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
39863         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
39864
39865         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
39866         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
39867         (libc_feupdateenv_testl): New.
39868         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
39869         (libc_feupdateenv_testf): New.
39870         (libc_feupdateenv): Use libc_feupdateenv_test.
39871         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
39872         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
39873
39874         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
39875         (libc_feholdsetroundf, libc_feholdsetroundl): New.
39876         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
39877         (libc_feresetround_noex): New.
39878         (libc_feresetround_noexf): New.
39879         (libc_feresetround_noexl): New.
39880         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
39881         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
39882         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
39883         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
39884         SET_RESTORE_ROUND.
39885         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
39886         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
39887         (__cos): Likewise.
39888         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
39889         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
39890         SET_RESTORE_ROUND_NOEX.
39891         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
39892         SET_RESTORE_ROUND_NOEXF.
39893         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
39894         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
39895         (libc_feholdsetroundf): New.
39896         (libc_feresetround, libc_feresetroundf): New.
39897
39898         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
39899         (libc_feholdexcept_setround_53bit): Convert from macro to function.
39900         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
39901
39902         * sysdeps/generic/math_private.h: Include <fenv.h>.
39903         (default_libc_feholdexcept): New.
39904         (default_libc_feholdexcept_setround): New.
39905         (default_libc_fesetenv, default_libc_feupdateenv): New.
39906         (libc_feholdexcept): Only define if undefined.
39907         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
39908         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
39909         (libc_feholdexcept_setroundl): Likewise.
39910         (libc_feholdexcept_setround_53bit): Likewise.
39911         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
39912         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
39913         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
39914         (libc_feupdateenv_53bit): Likewise.
39915         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
39916         (libc_feholdexcept): Convert from macro to inline function.
39917         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
39918         (libc_fesetenv, libc_feupdateenv): Likewise.
39919
39920         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
39921         not previously defined.
39922         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
39923         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
39924         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
39925         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
39926         * sysdeps/ieee754/flt-32/math_private.h: New file.
39927         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
39928         math_private.h below SET_FLOAT_WORD.
39929         (__isnan, __isinf_ns, __finite): Remove.
39930         (__isnanf, __isinf_nsf, __finitef): Remove.
39931
39932 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
39933
39934         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39935
39936 2012-03-17  David S. Miller  <davem@davemloft.net>
39937
39938         [BZ #6471]
39939         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
39940         for 2.16.
39941
39942 2012-03-16  David S. Miller  <davem@davemloft.net>
39943
39944         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
39945         warnings.
39946
39947         [BZ #6471]
39948         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
39949         properly.
39950         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
39951         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
39952         sysdep_routines when subdir is sysvipc.
39953         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
39954         __getshmlba helper.
39955
39956         * sysdeps/sparc/fpu/libm-test/ulps: Update.
39957
39958 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
39959
39960         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
39961         [__LP64__].
39962
39963 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
39964
39965         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
39966         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
39967         (__lround): Renamed to ...
39968         (__llround): This.  Replace long int with long long int.
39969         Define lround functions as aliases of llround functions.
39970         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
39971
39972 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
39973
39974         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
39975         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
39976         adresses to uintptr_t.  Replace "long int" and "unsigned long
39977         int" with "greg_t" on va_arg.
39978
39979 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
39980
39981         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
39982         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
39983
39984         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
39985         Move e_machine check before EI_CLASS check.  Handle x32
39986         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
39987         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
39988         SKIP_EM_IA_64 and include
39989         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
39990
39991         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
39992         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
39993         (add_system_dir): New macro.
39994
39995         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
39996         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
39997
39998 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
39999
40000         [BZ #2551]
40001         [BZ #2552]
40002         [BZ #2553]
40003         [BZ #2554]
40004         [BZ #2562]
40005         [BZ #2563]
40006         [BZ #2565]
40007         [BZ #2566]
40008         [BZ #2576]
40009         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
40010         (y0): Likewise.
40011         * math/w_j0f.c (j0f): Likewise.
40012         (y0f): Likewise.
40013         * math/w_j0l.c (__j0l): Likewise.
40014         (__y0l): Likewise.
40015         * math/w_j1.c (j1): Likewise.
40016         (y1): Likewise.
40017         * math/w_j1f.c (j1f): Likewise.
40018         (y1f): Likewise.
40019         * math/w_j1l.c (__j1l): Likewise.
40020         (__y1l): Likewise.
40021         * math/w_jn.c (jn): Likewise.
40022         (yn): Likewise.
40023         * math/w_jnf.c (jnf): Likewise.
40024         (ynf): Likewise.
40025         * math/w_jnl.c (__jnl): Likewise.
40026         (__ynl): Likewise.
40027         * math/libm-test.inc (j0_test): Add more tests.
40028         (j1_test): Likewise.
40029         (jn_test): Likewise.  Add trailing semicolon to existing test.
40030         (y0_test): Likewise.
40031         (y1_test): Likewise.
40032         * sysdeps/i386/fpu/libm-test-ulps: Update.
40033         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40034
40035         [BZ #13851]
40036         [BZ #13854]
40037         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
40038         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
40039         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
40040         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
40041         (__tanl): Set errno for infinite argument.
40042         * sysdeps/i386/fpu/mptan.c: Remove.
40043         * sysdeps/i386/fpu/s_tan.S: Likewise.
40044         * sysdeps/i386/fpu/s_tanl.S: Likewise.
40045         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
40046         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
40047         * math/libm-test.inc (tan_test): Add more tests and enable more
40048         tests for double and long double.
40049         * sysdeps/i386/fpu/libm-test-ulps: Update.
40050         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40051
40052 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
40053
40054         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
40055         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
40056
40057 2012-03-16  Roland McGrath  <roland@hack.frob.com>
40058
40059         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
40060         * configure.in: Use it for both main tree and add-ons.
40061         * configure: Regenerated.
40062
40063 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
40064
40065         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
40066
40067 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
40068
40069         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
40070         in comment.
40071
40072         [BZ #13851]
40073         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
40074         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
40075         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
40076         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
40077         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
40078         infinite argument.
40079         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
40080         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
40081         != 0 for prec == 2.
40082         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
40083         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
40084         * sysdeps/i386/fpu/s_cosl.S: Likewise.
40085         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
40086         * sysdeps/i386/fpu/s_sinl.S: Likewise.
40087         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
40088         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
40089         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
40090         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
40091         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
40092         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
40093         * math/libm-test.inc (cos_test): Add more tests and enable more
40094         tests for long double.
40095         (sin_test): Likewise.
40096         (sincos_test): Likewise.
40097         * sysdeps/i386/fpu/libm-test-ulps: Update.
40098         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40099
40100 2012-03-16  David S. Miller  <davem@davemloft.net>
40101
40102         * sysdeps/sparc/fpu/math_private.h: New file.
40103
40104 2012-03-15  David S. Miller  <davem@davemloft.net>
40105
40106         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
40107         file.
40108         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
40109         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
40110         file.
40111         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
40112         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
40113         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
40114         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
40115         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
40116         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
40117         sysdep routines.
40118         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
40119
40120         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
40121         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
40122
40123         * sysdeps/sparc/sparc-ifunc.h: New file.
40124         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
40125         sparc-ifunc.h
40126         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
40127         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
40128         Likewise.
40129         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
40130         Likewise.
40131         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
40132         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
40133         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
40134         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
40135         Likewise.
40136         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
40137         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
40138         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
40139         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
40140         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
40141         Likewise.
40142         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
40143         Likewise.
40144         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
40145         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
40146         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
40147         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
40148         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
40149         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
40150         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
40151         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
40152         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
40153         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
40154         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
40155         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
40156         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
40157         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
40158         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
40159         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
40160         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
40161         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
40162         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
40163         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
40164         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
40165         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
40166         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
40167         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
40168
40169 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
40170
40171         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
40172         scaling.
40173         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40174
40175 2012-03-15  Andreas Jaeger  <aj@suse.de>
40176
40177         [BZ #13852]
40178         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
40179         ieee754/flt-32 implementation for sin, cos and sincos.
40180         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
40181         * sysdeps/i386/fpu/s_cosf.S: Likewise.
40182         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
40183         * sysdeps/i386/fpu/s_sinf.S: Likewise.
40184         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
40185         ieee754/flt-32 implementation for tan.
40186
40187         * math/libm-test.inc (cos_test): Enable some large input tests for
40188         float as well
40189         (sin_test): Likewise.
40190         (sincos_test): Likewise.
40191         (tan_test): Add tests for large input.
40192
40193         * sysdeps/i386/fpu/libm-test-ulps: Update.
40194
40195 2012-03-15  Andreas Jaeger  <aj@suse.de>
40196
40197         [BZ #13658]
40198         * math/libm-test.inc (cos_test): Add more test cases.
40199         (sin_test): Likewise.
40200         (sincos_test): Likewise.
40201
40202 2012-03-15  Andreas Jaeger  <aj@suse.de>
40203
40204         [BZ #13837]
40205         * math/libm-test.inc (cos_test): Add a test case for large input
40206         value.
40207         (sin_test): Likewise.
40208         (sincos_test): Likewise.
40209
40210 2012-03-15  Andreas Jaeger  <aj@suse.de>
40211             Joseph Myers  <joseph@codesourcery.com>
40212
40213         [BZ #13658]
40214         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
40215         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
40216         * sysdeps/i386/fpu/branred.c: Likewise.
40217         * sysdeps/i386/fpu/dosincos.c: Likewise.
40218         * sysdeps/i386/fpu/mpa.c: Likewise.
40219         * sysdeps/i386/fpu/s_cos.S: Likewise.
40220         * sysdeps/i386/fpu/s_sin.S: Likewise.
40221         * sysdeps/i386/fpu/s_sincos.S: Likewise.
40222         * sysdeps/i386/fpu/sincos32.c: Likewise.
40223
40224         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
40225         Define.
40226         (libc_feupdateenv_53bit): Define.
40227         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
40228         Define.
40229         (libc_feupdateenv_53bit): Define.
40230
40231         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
40232         53 bit (without extend i386 double precision).
40233
40234         * math/libm-test.inc (sincos_test): Add tests for large input.
40235         (sin): Likewise.
40236         (cos): Likewise.
40237
40238         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
40239
40240 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
40241
40242         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40243
40244 2012-03-15  David S. Miller  <davem@davemloft.net>
40245
40246         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
40247         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
40248         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
40249         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
40250         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
40251         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
40252         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
40253         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
40254         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
40255         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
40256         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
40257         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
40258         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
40259         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
40260         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
40261         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
40262         file.
40263         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
40264         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
40265         file.
40266         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
40267         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
40268         file.
40269         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
40270         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
40271         file.
40272         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
40273         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
40274         fmin/fmax sysdep routines.
40275         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
40276
40277 2012-03-14  David S. Miller  <davem@davemloft.net>
40278
40279         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
40280         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
40281         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
40282         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
40283         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
40284         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
40285         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
40286         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
40287         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
40288         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
40289         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
40290         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
40291         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
40292         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
40293         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
40294         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
40295         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
40296         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
40297         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
40298         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
40299         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
40300         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
40301         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
40302         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
40303         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
40304         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
40305         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
40306         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
40307         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
40308         routines.
40309         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
40310         file.
40311         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
40312         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
40313         file.
40314         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
40315         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
40316         file.
40317         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
40318         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
40319         file.
40320         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
40321         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
40322         file.
40323         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
40324         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
40325         file.
40326         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
40327         file.
40328         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
40329         file.
40330         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
40331         file.
40332         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
40333         New file.
40334         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
40335         file.
40336         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
40337         file.
40338         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
40339         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
40340         file.
40341         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
40342         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
40343         file.
40344         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
40345         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
40346         file.
40347         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
40348         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
40349         VIS3 routines.
40350
40351         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
40352         New file.
40353
40354         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40355
40356         * sysdeps/sparc/configure.in: New file.
40357         * sysdeps/sparc/configure: Generate.
40358         * configure.in (libc_cv_sparc_as_vis3): Substitute.
40359         * configure: Regenerate.
40360         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
40361         * config.make.in (have-as-vis3): New.
40362         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
40363         available use -Av9d instead of -Av9a.
40364         * sysdeps/sparc/sparc64/Makefile: Likewise.
40365         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
40366         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
40367         New file.
40368         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
40369         file.
40370         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
40371         New file.
40372         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
40373         file.
40374         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
40375         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
40376         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
40377         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
40378         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
40379
40380         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
40381         fzeros/fnegs to load 0x80000000 into a float register instead of
40382         using the stack.
40383         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
40384
40385 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
40386
40387         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
40388         bits/syscall.h.
40389         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
40390         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
40391         ($(inst_includedir)/bits/syscall.h): Remove rule.
40392         ($(objpfx)bits/syscall.d): Include instead of
40393         $(objpfx)syscall-list.d.
40394         (generated): Change syscall-list.h and syscall-list.d to
40395         bits/syscall.h and bits/syscall.d.
40396
40397 2012-03-14  Roland McGrath  <roland@hack.frob.com>
40398
40399         [BZ #13846]
40400         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
40401
40402 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
40403
40404         [BZ #13841]
40405         * math/s_csqrt.c: Include <float.h>.
40406         (__csqrt): Scale large or subnormal inputs.
40407         * math/s_csqrtf.c: Likewise.
40408         * math/s_csqrtl.c: Likewise.
40409         * math/libm-test.inc (csqrt_test): Add more tests.
40410         * sysdeps/i386/fpu/libm-test-ulps: Update.
40411         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40412
40413         [BZ #13840]
40414         * math/libm-test.inc (hypot_test): Add more tests.
40415
40416 2012-03-13  David S. Miller  <davem@davemloft.net>
40417
40418         [BZ #13840]
40419         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
40420         double-precision for the calculation instead of scaling.
40421
40422 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
40423
40424         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
40425         manipulate bits before adding and subtracting TWO52[sx].
40426         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
40427         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
40428         Likewise.
40429         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
40430
40431 2012-03-13  David S. Miller  <davem@davemloft.net>
40432
40433         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
40434         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
40435         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
40436         rtld-global-offsets.h
40437         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
40438
40439         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
40440         large parameters.
40441
40442         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
40443
40444         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
40445         'err' in the ifdef scope in which it is actually used.
40446
40447         * nss/nss_db/db-init.c: Include string.h
40448
40449 2012-03-12  David S. Miller  <davem@davemloft.net>
40450
40451         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
40452         masking out of the most significant byte of random value used.
40453         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
40454         Fix coding style in previous change.
40455
40456         * sysdeps/unix/sysv/linux/kernel-features.h
40457         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
40458         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
40459         expression.
40460         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
40461         later.
40462
40463 2012-03-11  David S. Miller  <davem@davemloft.net>
40464
40465         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
40466         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
40467         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
40468         for 'resultvar' otherwise things get truncated on 64-bit.
40469
40470         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
40471         Fix masking out of the most significant byte of random value used.
40472
40473         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40474
40475 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
40476
40477         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40478
40479 2012-03-09  David S. Miller  <davem@davemloft.net>
40480
40481         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
40482         variables with appropriate CPP guards.
40483         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
40484         from the frame pointer, not the stack pointer.  Correct layout
40485         comments.  Fix test on resulting framesize and the management of
40486         the outregs buffer for pltexit.  Preserve floating point return
40487         values across _dl_call_pltexit call.
40488         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
40489         framesize and the management of the outregs buffer for pltexit.
40490         Preserve floating point return values across _dl_call_pltexit
40491         call.
40492         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
40493         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
40494         (la_sparc64_gnu_pltexit): New functions.
40495         (print_exit): Fix format string for return register value.
40496
40497 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
40498
40499         * sunrpc/Makefile (others): Add rpcgen.
40500         ($(objpfx)rpcgen): Remove special build rule and dependency on
40501         libc.
40502         * sunrpc/rpcgen.c: New file.
40503
40504 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
40505
40506         [BZ #13673]
40507         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
40508         * stdio-common/bug-vfprintf-nargs.c: Likewise.
40509         * sysdeps/i386/crti.S: Likewise.
40510         * sysdeps/i386/crtn.S: Likewise.
40511         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
40512         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
40513         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
40514         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
40515         * sysdeps/sh/crti.S: Likewise.
40516         * sysdeps/sh/crtn.S: Likewise.
40517         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
40518
40519         [BZ #13673]
40520         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
40521         with URL.
40522         * locale/programs/locfile-kw.gperf: Likewise.
40523         * locale/programs/charmap-kw.h: Regenerated.
40524         * locale/programs/locfile-kw.h: Likewise.
40525
40526         [BZ #13673]
40527         * intl/plural.y: Replace FSF snail mail address with URL.
40528         * intl/plural.c: Regenerated.
40529
40530 2012-03-09  Richard Henderson  <rth@twiddle.net>
40531
40532         * include/math_private.h: Remove file.
40533         * math/math_private.h: Move file ...
40534         * sysdeps/generic/math_private.h: ... here.
40535
40536         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
40537         * sysdeps/powerpc/fpu/math_private.h: Likewise.
40538         * sysdeps/x86_64/fpu/math_private.h: Likewise.
40539
40540         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
40541         and <math_private.h>.
40542         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
40543         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
40544         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
40545         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
40546         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
40547         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
40548         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
40549         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
40550         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
40551         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
40552         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
40553         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
40554         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
40555         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
40556         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
40557         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
40558         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
40559         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
40560         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
40561         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
40562         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
40563         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
40564         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
40565         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
40566         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
40567         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
40568         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
40569         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
40570         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
40571         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
40572         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
40573         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
40574         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
40575         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
40576         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
40577         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
40578         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
40579         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
40580         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
40581         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
40582         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
40583         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
40584         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
40585         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
40586         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
40587         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
40588         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
40589         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
40590         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
40591         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
40592         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
40593         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
40594         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
40595         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
40596         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
40597         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
40598         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
40599         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
40600         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
40601         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
40602         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
40603         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
40604         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
40605         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
40606         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
40607         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
40608         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
40609         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
40610         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
40611         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
40612         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
40613         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
40614         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
40615         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
40616         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
40617         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
40618         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
40619         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
40620         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
40621         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
40622         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
40623         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
40624         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
40625         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
40626         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
40627         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
40628         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
40629         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
40630         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
40631         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
40632         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
40633         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
40634         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
40635         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
40636         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
40637         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
40638         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
40639         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
40640         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
40641         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
40642         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
40643         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
40644         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
40645         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
40646         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
40647         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
40648         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
40649         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
40650         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
40651         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
40652         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
40653         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
40654         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
40655         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
40656         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
40657         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
40658         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
40659         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
40660         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
40661         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
40662         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
40663         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
40664         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
40665         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
40666         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
40667         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
40668         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
40669         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
40670         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
40671         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
40672         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
40673         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
40674         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
40675         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
40676         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
40677         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
40678         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
40679         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
40680         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
40681         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
40682         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
40683         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
40684         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
40685         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
40686         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
40687         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
40688         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
40689         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
40690         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
40691         * sysdeps/ieee754/k_standard.c: Likewise.
40692         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
40693         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
40694         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
40695         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
40696         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
40697         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
40698         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
40699         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
40700         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
40701         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
40702         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
40703         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
40704         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
40705         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
40706         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
40707         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
40708         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
40709         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
40710         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
40711         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
40712         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
40713         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
40714         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
40715         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
40716         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
40717         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
40718         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
40719         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
40720         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
40721         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
40722         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
40723         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
40724         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
40725         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
40726         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
40727         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
40728         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
40729         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
40730         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
40731         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
40732         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
40733         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
40734         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
40735         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
40736         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
40737         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
40738         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
40739         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
40740         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
40741         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
40742         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
40743         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
40744         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
40745         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
40746         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
40747         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
40748         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
40749         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
40750         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
40751         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
40752         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
40753         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
40754         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
40755         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
40756         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
40757         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
40758         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
40759         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
40760         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
40761         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
40762         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
40763         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
40764         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
40765         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
40766         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
40767         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
40768         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
40769         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
40770         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
40771         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
40772         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
40773         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
40774         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
40775         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
40776         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
40777         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
40778         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
40779         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
40780         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
40781         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
40782         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
40783         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
40784         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
40785         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
40786         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
40787         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
40788         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
40789         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
40790         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
40791         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
40792         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
40793         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
40794         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
40795         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
40796         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
40797         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
40798         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
40799         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
40800         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
40801         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
40802         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
40803         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
40804         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
40805         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
40806         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
40807         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
40808         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
40809         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
40810         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
40811         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
40812         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
40813         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
40814         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
40815         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
40816         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
40817         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
40818         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
40819         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
40820         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
40821         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
40822         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
40823         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
40824         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
40825         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
40826         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
40827         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
40828         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
40829         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
40830         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
40831         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
40832         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
40833         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
40834         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
40835         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
40836         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
40837         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
40838         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
40839         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
40840         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
40841         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
40842         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
40843         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
40844         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
40845         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
40846         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
40847         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
40848         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
40849         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
40850         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
40851         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
40852         * sysdeps/ieee754/s_lib_version.c: Likewise.
40853         * sysdeps/ieee754/s_matherr.c: Likewise.
40854         * sysdeps/ieee754/s_signgam.c: Likewise.
40855         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
40856         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
40857         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
40858         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
40859         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
40860         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
40861         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
40862         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
40863         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
40864         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
40865         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
40866         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
40867         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
40868         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
40869         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
40870         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
40871         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
40872         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
40873         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
40874         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
40875         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
40876
40877 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
40878
40879         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
40880         * sunrpc/rpc_main.c: Likewise.
40881         * sunrpc/rpc_svcout.c: Likewise.
40882
40883 2012-03-09  David S. Miller  <davem@davemloft.net>
40884
40885         * include/math_private.h: New file.
40886
40887 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
40888
40889         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
40890         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
40891         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
40892         from <bits/socket_type.h>.
40893         (enum __socket_type): Don't define here.
40894         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
40895         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
40896         bits/socket_type.h.
40897
40898         [BZ #13566]
40899         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
40900         checking __USE_GNU.
40901
40902         * Makerules ($(inst_includedir)/%.h): New rule.
40903         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
40904         (install-others): Remove variable setting.
40905         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
40906
40907 2012-03-08  Richard Henderson  <rth@twiddle.net>
40908
40909         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
40910         from macro to inline function; merge with the
40911         !__LIBC_INTERNAL_MATH_INLINES version.
40912         (__ieee754_sqrtf): Likewise.
40913
40914         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
40915         to inline function.
40916         (__rintf, __floor, __floorf): Likewise.
40917
40918         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
40919         macro to inline function.
40920         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
40921
40922         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
40923         not <math/math_private.h>.
40924
40925 2012-03-08  David S. Miller  <davem@davemloft.net>
40926
40927         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
40928         copyright year.
40929         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
40930
40931 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
40932
40933         * resolv/gai_misc.c (handle_requests): Fix struct timespec
40934         normalization.
40935         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
40936         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
40937
40938 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
40939
40940         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
40941         be defined individually, they must be defined as a block.  Define
40942         S for printing a string instead of hidint the different by using a
40943         macro for adding the 'l'.
40944         * stdio-common/tst-fphex-wide.c: Adjust.
40945
40946 2012-03-07  Marek Polacek  <polacek@redhat.com>
40947
40948         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
40949
40950 2012-03-08  Marek Polacek  <polacek@redhat.com>
40951
40952         [BZ #13806]
40953         * stdio-common/Makefile (tests): Add tst-fphex-wide.
40954         * stdio-common/tst-fphex.c: Define a few macros to make the
40955         test reusable.  Use them.
40956         * stdio-common/tst-fphex-wide.c: New file.
40957
40958 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
40959
40960         [BZ #6911]
40961         * manual/macros.texi (gnusystems): New macro.
40962         (nongnusystems): Likewise.
40963         (gnulinuxhurdsystems): Likewise.
40964         (gnuhurdsystems): Likewise..
40965         (gnulinuxsystems): Likewise.
40966         * manual/charset.texi: Use new macros or @theglibc{} to refer to
40967         variants of the GNU system, not "GNU system".
40968         * manual/conf.texi: Likewise.
40969         * manual/errno.texi: Likewise.  Update example of errno macro
40970         expansion.
40971         * manual/filesys.texi: Likewise.
40972         (getumask): Document as specific to GNU/Hurd.
40973         * manual/install.texi: Likewise.  Reword some references to
40974         GNU/Linux.
40975         * manual/intro.texi: Likewise.
40976         * manual/io.texi: Likewise.
40977         (File Name Portability): Detail which constraints are inapplicable
40978         to all GNU systems and which are only inapplicable to GNU/Hurd.
40979         * manual/job.texi: Likewise.
40980         * manual/llio.texi: Likewise.
40981         (O_NOCTTY): Document as present on GNU/Linux.
40982         * manual/maint.texi: Likewise.
40983         * manual/memory.texi: Likewise.
40984         * manual/pattern.texi: Likewise.
40985         * manual/pipe.texi: Likewise.
40986         * manual/process.texi: Likewise.
40987         * manual/resource.texi: Likewise.
40988         (RUSAGE_CHILDREN): Remove statement about specifying a particular
40989         child on GNU/Hurd.
40990         * manual/setjmp.texi: Likewise.
40991         * manual/signal.texi: Likewise.
40992         * manual/startup.texi: Likewise.
40993         * manual/stdio.texi: Likewise.
40994         * manual/terminal.texi: Likewise.
40995         (ONLCR): Document as POSIX.
40996         (OXTABS): Document availability on GNU/Linux as XTABS.
40997         (ONOEOT): Document availability separately from other bits.
40998         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
40999         * manual/time.texi: Likewise.
41000         * manual/users.texi: Likewise.
41001         * INSTALL: Regenerated.
41002         * sysdeps/gnu/errlist.c: Regenerated.
41003
41004         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
41005         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
41006         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
41007         puts.
41008         * configure: Regenerated.
41009
41010 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
41011
41012         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
41013         default includes instead of AC_HEADER_CHECK.
41014         * sysdeps/i386/configure: Regenerated.
41015
41016         [BZ #10716]
41017         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
41018         * math/s_cacoshf.c (__cacoshf): Likewise.
41019         * math/s_cacoshl.c (__cacoshl): Likewise.
41020         * math/s_casinh.c (__casinh): Set signs of result from argument.
41021         * math/s_casinhf.c (__casinhf): Likewise.
41022         * math/s_casinhl.c (__casinhl): Likewise.
41023         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
41024         (casinh_test): Add more tests.
41025         * sysdeps/i386/fpu/libm-test-ulps: Update.
41026         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41027
41028 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
41029
41030         * po/zh_TW.po: Update from translation team.
41031
41032         * login/Makefile (distribute): Remove variable.
41033         * catgets/Makefile: Likewise.
41034         * mach/Makefile: Likewise.
41035         * malloc/Makefile: Likewise.
41036         * misc/Makefile: Likewise.
41037         * iconv/Makefile: Likewise.
41038         * nscd/Makefile: Likewise.
41039         * hurd/Makefile: Likewise.
41040         * manual/Makefile: Likewise.
41041         * locale/Makefile: Likewise.
41042         * intl/Makefile: Likewise.
41043         * conform/Makefile: Likewise.
41044         * nss/Makefile: Likewise.
41045         * time/Makefile: Likewise.
41046         * soft-fp/Makefile: Likewise.
41047         * dirent/Makefile: Likewise.
41048         * gmon/Makefile: Likewise.
41049         * po/Makefile: Likewise.
41050         * rt/Makefile: Likewise.
41051         * socket/Makefile: Likewise.
41052         * math/Makefile: Likewise.
41053         * signal/Makefile: Likewise.
41054         * debug/Makefile: Likewise.
41055         * elf/Makefile: Likewise.
41056         * timezone/Makefile: Likewise.
41057         * stdlib/Makefile: Likewise.
41058         * iconvdata/Makefile: Likewise.
41059         * sunrpc/Makefile: Likewise.
41060         * io/Makefile: Likewise.
41061         * argp/Makefile: Likewise.
41062         * inet/Makefile: Likewise.
41063         * hesiod/Makefile: Likewise.
41064         * grp/Makefile: Likewise.
41065         * csu/Makefile: Likewise.
41066         * wctype/Makefile: Likewise.
41067         * crypt/Makefile: Likewise.
41068         * libio/Makefile: Likewise.
41069         * string/Makefile: Likewise.
41070         * nis/Makefile: Likewise.
41071         * resolv/Makefile: Likewise.
41072         * stdio-common/Makefile: Likewise.
41073         * wcsmbs/Makefile: Likewise.
41074         * dlfcn/Makefile: Likewise.
41075         * posix/Makefile: Likewise.
41076
41077         [BZ #6959]
41078         * timezone/Makefile: Don't install timezone files, just the programs
41079         and scripts.
41080
41081 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
41082
41083         * nss/databases.def: Add missing gshadow entry.
41084
41085         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
41086
41087 2012-03-06  Marek Polacek  <polacek@redhat.com>
41088
41089         [BZ #13726]
41090         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
41091         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
41092         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
41093         * stdio-common/tst-long-dbl-fphex.c: New file.
41094
41095 2012-03-06  David S. Miller  <davem@davemloft.net>
41096
41097         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
41098         (set_obp_int): New function.
41099         (get_obp_int): New function.
41100         (__get_clockfreq_via_dev_openprom): Likewise.
41101         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
41102         Avoid unused variable warnings on 'val' and use builtin_expect.
41103         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
41104         __builtin_expect.
41105         (INLINE_CLONE_SYSCALL): Likewise.
41106
41107 2012-03-05  David S. Miller  <davem@davemloft.net>
41108
41109         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41110
41111 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
41112
41113         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41114
41115         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
41116         only for |x| >= 40.
41117         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
41118
41119 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
41120
41121         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
41122         Replace gettimeofday with __vdso_gettimeofday.
41123
41124         * sysdeps/unix/sysv/linux/x86_64/init-first.c
41125         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
41126         __vdso_clock_gettime and __vdso_getcpu.
41127
41128         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
41129         time with __vdso_time.
41130
41131 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
41132
41133         * manual/lang.texi (size_t): Note types to which size_t may be
41134         equivalent with the GNU C Library, but do not describe when
41135         differences between them are significant.
41136
41137 2012-03-05  Andreas Jaeger  <aj@suse.de>
41138
41139         * sysdeps/i386/fpu/libm-test-ulps: Update.
41140
41141 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
41142
41143         [BZ #3976]
41144         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
41145         (__ieee754_pow): Save and restore rounding mode and use
41146         round-to-nearest for main computations.
41147         * math/libm-test.inc (pow_test_tonearest): New function.
41148         (pow_test_towardzero): Likewise.
41149         (pow_test_downward): Likewise.
41150         (pow_test_upward): Likewise.
41151         (main): Call the new functions.
41152         * sysdeps/i386/fpu/libm-test-ulps: Update.
41153         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41154
41155         [BZ #3976]
41156         * math/libm-test.inc (cosh_test_tonearest): New function.
41157         (cosh_test_towardzero): Likewise.
41158         (cosh_test_downward): Likewise.
41159         (cosh_test_upward): Likewise.
41160         (sinh_test_tonearest): Likewise.
41161         (sinh_test_towardzero): Likewise.
41162         (sinh_test_downward): Likewise.
41163         (sinh_test_upward): Likewise.
41164         (main): Call the new functions.
41165         * sysdeps/i386/fpu/libm-test-ulps: Update.
41166         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41167
41168 2012-03-05  Tom de Vries  <tom@codesourcery.com>
41169
41170         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
41171         default stack guard is set in last bytes.
41172         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
41173
41174 2012-03-05  Kees Cook  <keescook@chromium.org>
41175
41176         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
41177
41178         [BZ #13656]
41179         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
41180         possibly allocate from heap instead of stack.
41181         * stdio-common/bug-vfprintf-nargs.c: New file.
41182         * stdio-common/Makefile (tests): Add nargs overflow test.
41183
41184 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
41185
41186         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41187
41188 2012-03-03  Marek Polacek  <polacek@redhat.com>
41189
41190         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
41191         * math/math_private.h: Likewise.
41192         * stdlib/tst-strtod.c: Likewise.
41193         * sysdeps/i386/i486/bits/atomic.h: Likewise.
41194         * sysdeps/x86_64/bits/atomic.h: Likewise.
41195
41196 2012-03-02  David S. Miller  <davem@davemloft.net>
41197
41198         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
41199         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
41200         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
41201         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
41202         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
41203         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
41204         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
41205         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
41206
41207 2012-03-02  Roland McGrath  <roland@hack.frob.com>
41208
41209         [BZ #13792]
41210         * manual/examples/README: New file, says the example source files
41211         can be used under GPL>=2.
41212         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
41213         line containing just "*/".
41214         * manual/examples/add.c: Add copyright header (GPL>=2).
41215         * manual/examples/argp-ex1.c: Likewise.
41216         * manual/examples/argp-ex2.c: Likewise.
41217         * manual/examples/argp-ex3.c: Likewise.
41218         * manual/examples/argp-ex4.c: Likewise.
41219         * manual/examples/atexit.c: Likewise.
41220         * manual/examples/db.c: Likewise.
41221         * manual/examples/dir.c: Likewise.
41222         * manual/examples/dir2.c: Likewise.
41223         * manual/examples/execinfo.c: Likewise.
41224         * manual/examples/filecli.c: Likewise.
41225         * manual/examples/filesrv.c: Likewise.
41226         * manual/examples/fmtmsgexpl.c: Likewise.
41227         * manual/examples/genpass.c: Likewise.
41228         * manual/examples/inetcli.c: Likewise.
41229         * manual/examples/inetsrv.c: Likewise.
41230         * manual/examples/isockad.c: Likewise.
41231         * manual/examples/longopt.c: Likewise.
41232         * manual/examples/memopen.c: Likewise.
41233         * manual/examples/memstrm.c: Likewise.
41234         * manual/examples/mkfsock.c: Likewise.
41235         * manual/examples/mkisock.c: Likewise.
41236         * manual/examples/mygetpass.c: Likewise.
41237         * manual/examples/pipe.c: Likewise.
41238         * manual/examples/popen.c: Likewise.
41239         * manual/examples/rprintf.c: Likewise.
41240         * manual/examples/search.c: Likewise.
41241         * manual/examples/select.c: Likewise.
41242         * manual/examples/setjmp.c: Likewise.
41243         * manual/examples/sigh1.c: Likewise.
41244         * manual/examples/sigusr.c: Likewise.
41245         * manual/examples/stpcpy.c: Likewise.
41246         * manual/examples/strdupa.c: Likewise.
41247         * manual/examples/strftim.c: Likewise.
41248         * manual/examples/strncat.c: Likewise.
41249         * manual/examples/subopt.c: Likewise.
41250         * manual/examples/swapcontext.c: Likewise.
41251         * manual/examples/termios.c: Likewise.
41252         * manual/examples/testopt.c: Likewise.
41253         * manual/examples/testpass.c: Likewise.
41254         * manual/examples/timeval_subtract.c: Likewise.
41255
41256         [BZ #13792]
41257         * manual/time.texi (Elapsed Time): Move timeval_subtract example
41258         function to ...
41259         * manual/timeval_subtract.c.texi: ... here, new file.
41260
41261 2012-03-02  David S. Miller  <davem@davemloft.net>
41262
41263         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
41264
41265 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
41266
41267         [BZ #3976]
41268         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
41269         (__sin): Save and restore rounding mode and use round-to-nearest
41270         for all computations.
41271         (__cos): Save and restore rounding mode and use round-to-nearest
41272         for all computations.
41273         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
41274         <fenv.h>.
41275         (tan): Save and restore rounding mode and use round-to-nearest for
41276         all computations.
41277         * math/libm-test.inc (cos_test_tonearest): New function.
41278         (cos_test_towardzero): Likewise.
41279         (cos_test_downward): Likewise.
41280         (cos_test_upward): Likewise.
41281         (sin_test_tonearest): Likewise.
41282         (sin_test_towardzero): Likewise.
41283         (sin_test_downward): Likewise.
41284         (sin_test_upward): Likewise.
41285         (tan_test_tonearest): Likewise.
41286         (tan_test_towardzero): Likewise.
41287         (tan_test_downward): Likewise.
41288         (tan_test_upward): Likewise.
41289         (main): Call the new functions.
41290         * sysdeps/i386/fpu/libm-test-ulps: Update.
41291         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41292
41293         [BZ #10135]
41294         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
41295         small n, then large n, before computing and testing k+n.
41296         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
41297         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
41298         Likewise.
41299         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
41300         Likewise.
41301         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
41302         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
41303         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
41304         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
41305         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
41306         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
41307         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
41308         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
41309         * math/libm-test.inc (scalbn_test): Add more tests.
41310         (scalbln_test): Likewise.
41311
41312         * manual/filesys.texi (mode_t): Describe constraints on size and
41313         signedness, not exact equivalence to a particular type.
41314         (ino_t): Likewise.
41315         (ino64_t): Likewise.
41316         (dev_t): Likewise.
41317         (nlink_t): Likewise.
41318         (blkcnt_t): Likewise.
41319         (blkcnt64_t): Likewise.
41320         * manual/llio.texi (off_t): Likewise.
41321
41322         [BZ #3976]
41323         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
41324         (__ieee754_exp): Save and restore rounding mode and use
41325         round-to-nearest for all computations.
41326         * math/libm-test.inc (exp_test_tonearest): New function.
41327         (exp_test_towardzero): Likewise.
41328         (exp_test_downward): Likewise.
41329         (exp_test_upward): Likewise.
41330         (main): Call the new functions.
41331         * sysdeps/i386/fpu/libm-test-ulps: Update.
41332         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41333
41334 2012-03-01  Chris Demetriou  <cgd@google.com>
41335
41336         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
41337         have predictable order.
41338
41339 2012-03-01  David S. Miller  <davem@davemloft.net>
41340
41341         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
41342
41343         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
41344         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
41345         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
41346         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
41347
41348         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
41349         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
41350         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
41351         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
41352         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
41353         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
41354         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
41355         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
41356         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
41357
41358         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41359
41360         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
41361         * sysdeps/sparc/fpu/libm-test-ulps: to here.
41362         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
41363
41364         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
41365         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
41366         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
41367         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
41368         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
41369         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
41370         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
41371         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
41372         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
41373         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
41374         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
41375         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
41376         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
41377         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
41378         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
41379         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
41380         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
41381         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
41382         * sysdeps/sparc/elf/configure: Regenerated.
41383
41384 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
41385
41386         * configure.in (AS, LD): Require binutils 2.20 or later.
41387         * configure: Regenerated.
41388         * manual/install.texi (Tools for Compilation): Give binutils 2.20
41389         as required minimum version.
41390         * INSTALL: Regenerated.
41391
41392         [BZ #2541]
41393         [BZ #4108]
41394         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
41395         before squaring exponent.
41396         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
41397         bottom long double and 27 bits of top long double before squaring
41398         exponent.
41399         * math/libm-test.inc (erfc_test): Add more tests.
41400         * sysdeps/i386/fpu/libm-test-ulps: Update.
41401         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
41402         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41403
41404 2012-03-01  Kai Tietz  <ktietz@redhat.com>
41405
41406         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
41407         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
41408         containing bit-fields.
41409         * soft-fp/extended.h (_FP_UNION_E): Likewise.
41410         * soft-fp/single.h (_FP_UNION_S): Likewise.
41411         * soft-fp/double.h (_FP_UNION_D): Likewise.
41412
41413 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
41414
41415         [BZ #13786]
41416         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
41417         not include ../strcmp.S.
41418         [USE_AS_STRNCASECMP_L]: Likewise.
41419         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
41420         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
41421         * sysdeps/i386/i686/multiarch/strncase_l-c.c
41422         (__strncasecmp_l_ia32): Define as alias to
41423         __strncasecmp_l_nonascii.
41424
41425         [BZ #5794]
41426         * math/libm-test.inc (expm1_test): Add test for bug 5794.
41427         * sysdeps/i386/fpu/libm-test-ulps: Update.
41428         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41429
41430         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
41431         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41432
41433 2012-02-29  Jeff Law  <law@redhat.com>
41434
41435         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
41436         out of bounds read.
41437
41438 2012-02-29  Marek Polacek  <polacek@redhat.com>
41439
41440         [BZ #13706]
41441         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
41442         * elf/Makefile: Add rules to run tst-unused-dep.out.
41443
41444 2012-02-28  David S. Miller  <davem@davemloft.net>
41445
41446         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
41447         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
41448         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
41449         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
41450         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
41451         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
41452
41453 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
41454
41455         * math/libm-test.inc (llround_test): Move one test from
41456         lround_test.  Use TEST_f_L in moved test.
41457         (lround_test): Move misplaced test to llround_test.  Add testcase
41458         from bug 2561.
41459
41460 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
41461
41462         * sysdeps/x86_64/fpu/e_expf.S: New file.
41463         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
41464
41465 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
41466
41467         [BZ #13637]
41468         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
41469         of remain_len that may cause incomplete multi-byte character and
41470         false match.
41471         * posix/bug-regex33.c: New file.
41472         * posix/Makefile (tests): Add bug-regex33.
41473
41474 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
41475
41476         * manual/macros.texi: New file.
41477         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
41478         * manual/libc.texinfo: Include macros.texi.
41479         * manual/creatute.texi: Likewise.
41480         * manual/install.texi: Likewise.
41481         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
41482         @glibcadj{} in references to the GNU C Library.
41483         * manual/charset.texi: Likewise.
41484         * manual/conf.texi: Likewise.
41485         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
41486         when not using those macros.
41487         * manual/creature.texi: Likewise.
41488         * manual/crypt.texi: Likewise.
41489         * manual/errno.texi: Likewise.
41490         * manual/filesys.texi: Likewise.
41491         * manual/header.texi: Likewise.
41492         * manual/install.texi: Likewise.
41493         * manual/intro.texi: Likewise.
41494         * manual/io.texi: Likewise.
41495         * manual/job.texi: Likewise.
41496         * manual/lang.texi: Likewise.
41497         * manual/libc.texiinfo: Likewise.
41498         * manual/llio.texi: Likewise.
41499         * manual/locale.texi: Likewise.
41500         * manual/maint.texi: Likewise.
41501         * manual/math.texi: Likewise.
41502         * manual/memory.texi: Likewise.
41503         * manual/message.texi: Likewise.
41504         * manual/nss.texi: Likewise.
41505         * manual/pattern.texi: Likewise.
41506         * manual/process.texi: Likewise.
41507         * manual/resource.texi: Likewise.
41508         * manual/search.texi: Likewise.
41509         * manual/setjmp.texi: Likewise.
41510         * manual/signal.texi: Likewise.
41511         * manual/socket.texi: Likewise.
41512         * manual/startup.texi: Likewise.
41513         * manual/stdio.texi: Likewise.
41514         * manual/string.texi: Likewise.
41515         * manual/sysinfo.texi: Likewise.
41516         * manual/syslog.texi: Likewise.
41517         * manual/terminal.texi: Likewise.
41518         * manual/time.texi: Likewise.
41519         * manual/users.texi: Likewise.
41520         * INSTALL: Regenerated.
41521         * NOTES: Regenerated.
41522         * sysdeps/gnu/errlist.c: Regenerated.
41523
41524 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
41525
41526         * include/dirent.h: Include <dirstream.h> before
41527         <dirent/dirent.h>.
41528
41529 2012-02-28  David S. Miller  <davem@davemloft.net>
41530
41531         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
41532         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
41533         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
41534         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
41535
41536 2012-02-27  David S. Miller  <davem@davemloft.net>
41537
41538         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
41539         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
41540         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
41541         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
41542
41543         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
41544         frame pointer instead of stack pointer relative arg slot.
41545         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
41546         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
41547         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
41548
41549 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
41550
41551         [BZ #3992]
41552         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
41553
41554 2012-02-27  David S. Miller  <davem@davemloft.net>
41555
41556         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
41557         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
41558         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
41559         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
41560         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
41561         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
41562         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
41563         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
41564
41565 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
41566
41567         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
41568         later.  Allow versions 5-9.
41569         * configure: Regenerated.
41570         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
41571         required minimum version and 4.6 as recommended version.  Do not
41572         mention bugs in GCC 2.7 and 2.8.
41573         * INSTALL: Regenerated.
41574
41575 2012-02-27  David S. Miller  <davem@davemloft.net>
41576
41577         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
41578         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
41579         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
41580         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
41581         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
41582         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
41583         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
41584         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
41585
41586         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
41587         manipulate bits before adding and subtracting TWO112[sx].
41588         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
41589
41590 2012-02-27  Roland McGrath  <roland@hack.frob.com>
41591
41592         [BZ #13775]
41593         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
41594         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
41595         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
41596         being in POSIX, because they are in 1003.1-2008.
41597
41598         * rt/tst-aio.c: Include <fcntl.h>.
41599         * rt/tst-aio7.c: Likewise.
41600         * rt/tst-aio64.c: Likewise.
41601
41602         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
41603
41604 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
41605
41606         * manual/install.texi (--with-headers): Describe headers as
41607         interface headers, not private headers.
41608         (Specific advice for GNU/Linux systems): Describe use of headers
41609         from "make headers_install", not private headers from older
41610         kernels.
41611         * INSTALL: Regenerated.
41612         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
41613         Change to 2.6.19.
41614         * sysdeps/unix/sysv/linux/configure: Regenerated.
41615
41616         * manual/llio.texi (fclean): Remove documentation.
41617
41618         * manual/Makefile (libc-texi-generated): New variable.  Include
41619         version.texi.
41620         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
41621         $(libc-texi-generated), not duplicated list of files.
41622         (version.texi, stamp-version): New rules.
41623         (realclean): Remove $(libc-texi-generated), not individual files
41624         from that list.  Do not remove dir-add.texinfo.
41625         * manual/libc.texinfo: Comment out uses of edition numbers and
41626         references to printed manual.  Remove last-updated dates.
41627         (EDITION): Comment out.
41628         (ISBN): Likewise.
41629         (VERSION, UPDATED): Remove.
41630         (version.texi): Include.
41631
41632 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
41633
41634         * sysdeps/posix/spawni.c: Include <signal.h>.
41635         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
41636         * sysdeps/pthread/aio_fsync.c: Likewise.
41637
41638 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
41639
41640         * conform/Makefile (tests): Run only when not cross-compiling and
41641         when fast-check is not defined.
41642
41643         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
41644         * conform/data/limits.h-data: Fixes for POSIX2008.
41645         * conform/run-conformtest.sh: Run all tests.
41646         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
41647         headers.
41648         * include/bits/dlfcn.h: Likewise.
41649         * include/langinfo.h: Likewise.
41650         * include/monetary.h: Likewise.
41651         * include/sys/poll.h: Likewise.
41652
41653         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
41654         for __USE_GNU.
41655         * posix/spawn.h: Define __need_sigset_t.
41656         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
41657         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
41658         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
41659         to get sigevent_t only.
41660         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
41661         only for __USE_GNU.
41662         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
41663         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
41664         process_vm_writev only for __USE_GNU.
41665         * termios/termios.h: Declare tcgetsid also for POSIX2008.
41666
41667         * conform/Makefile: For now ignore errors from run-conformtest.
41668         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
41669         POSIX to avoid namespace pollution.  Don't prepend headers.
41670         * conform/data/aio.h-data: Fixes for POSIX testing.
41671         * conform/data/fcntl.h-data: Likewise.
41672         * conform/data/glob.h-data: Likewise.
41673         * conform/data/grp.h-data: Likewise.
41674         * conform/data/pthread.h-data: Likewise.
41675         * conform/data/pwd.h-data: Likewise.
41676         * conform/data/signal.h-data: Likewise.
41677         * conform/data/spawn.h-data: Likewise.
41678         * conform/data/stdio.h-data: Likewise.
41679         * conform/data/stdlib.h-data: Likewise.
41680         * conform/data/stropts.h-data: Likewise.
41681         * conform/data/sys/mman.h-data: Likewise.
41682         * conform/data/sys/stat.h-data: Likewise.
41683         * conform/data/sys/types.h-data: Likewise.
41684         * conform/data/sys/wait.h-data: Likewise.
41685         * conform/data/time.h-data: Likewise.
41686         * conform/data/unistd.h-data: Likewise.
41687         * conform/data/utime.h-data: Likewise.
41688
41689         * io/sys/stat.h: fchmod was always in POSIX.
41690         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
41691         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
41692         * rt/aio.h: Define __need_timespec before including <time.h>.
41693         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
41694         struct.  Add forward declaration of pthread_attr_t and use it in
41695         sigevent.
41696         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
41697         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
41698         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
41699         always remove CLK_TCK definition.
41700
41701 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
41702
41703         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
41704
41705 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
41706
41707         * conform/run-conformtest.sh: New file.
41708         * conform/Makefile: Run run-conformtest for tests.
41709         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
41710         support.
41711
41712         * conform/data/uchar.h-data: New file.
41713         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
41714         * conform/data/arpa/inet.h-data: Likewise.
41715         * conform/data/assert.h-data: Likewise.
41716         * conform/data/complex.h-data: Likewise.
41717         * conform/data/cpio.h-data: Likewise.
41718         * conform/data/ctype.h-data: Likewise.
41719         * conform/data/dirent.h-data: Likewise.
41720         * conform/data/dlfcn.h-data: Likewise.
41721         * conform/data/errno.h-data: Likewise.
41722         * conform/data/fcntl.h-data: Likewise.
41723         * conform/data/float.h-data: Likewise.
41724         * conform/data/fmtmsg.h-data: Likewise.
41725         * conform/data/fnmatch.h-data: Likewise.
41726         * conform/data/ftw.h-data: Likewise.
41727         * conform/data/glob.h-data: Likewise.
41728         * conform/data/grp.h-data: Likewise.
41729         * conform/data/iconv.h-data: Likewise.
41730         * conform/data/inttypes.h-data: Likewise.
41731         * conform/data/langinfo.h-data: Likewise.
41732         * conform/data/libgen.h-data: Likewise.
41733         * conform/data/limits.h-data: Likewise.
41734         * conform/data/locale.h-data: Likewise.
41735         * conform/data/math.h-data: Likewise.
41736         * conform/data/monetary.h-data: Likewise.
41737         * conform/data/mqueue.h-data: Likewise.
41738         * conform/data/ndbm.h-data: Likewise.
41739         * conform/data/net/if.h-data: Likewise.
41740         * conform/data/netdb.h-data: Likewise.
41741         * conform/data/netinet/in.h-data: Likewise.
41742         * conform/data/nl_types.h-data: Likewise.
41743         * conform/data/poll.h-data: Likewise.
41744         * conform/data/pthread.h-data: Likewise.
41745         * conform/data/pwd.h-data: Likewise.
41746         * conform/data/regex.h-data: Likewise.
41747         * conform/data/sched.h-data: Likewise.
41748         * conform/data/search.h-data: Likewise.
41749         * conform/data/semaphore.h-data: Likewise.
41750         * conform/data/setjmp.h-data: Likewise.
41751         * conform/data/signal.h-data: Likewise.
41752         * conform/data/spawn.h-data: Likewise.
41753         * conform/data/stdarg.h-data: Likewise.
41754         * conform/data/stdio.h-data: Likewise.
41755         * conform/data/stdlib.h-data: Likewise.
41756         * conform/data/string.h-data: Likewise.
41757         * conform/data/strings.h-data: Likewise.
41758         * conform/data/stropts.h-data: Likewise.
41759         * conform/data/sys/ipc.h-data: Likewise.
41760         * conform/data/sys/mman.h-data: Likewise.
41761         * conform/data/sys/msg.h-data: Likewise.
41762         * conform/data/sys/resource.h-data: Likewise.
41763         * conform/data/sys/select.h-data: Likewise.
41764         * conform/data/sys/sem.h-data: Likewise.
41765         * conform/data/sys/shm.h-data: Likewise.
41766         * conform/data/sys/socket.h-data: Likewise.
41767         * conform/data/sys/stat.h-data: Likewise.
41768         * conform/data/sys/statvfs.h-data: Likewise.
41769         * conform/data/sys/time.h-data: Likewise.
41770         * conform/data/sys/timeb.h-data: Likewise.
41771         * conform/data/sys/times.h-data: Likewise.
41772         * conform/data/sys/types.h-data: Likewise.
41773         * conform/data/sys/uio.h-data: Likewise.
41774         * conform/data/sys/un.h-data: Likewise.
41775         * conform/data/sys/utsname.h-data: Likewise.
41776         * conform/data/sys/wait.h-data: Likewise.
41777         * conform/data/syslog.h-data: Likewise.
41778         * conform/data/tar.h-data: Likewise.
41779         * conform/data/termios.h-data: Likewise.
41780         * conform/data/utime.h-data: Likewise.
41781         * conform/data/utmpx.h-data: Likewise.
41782         * conform/data/varargs.h-data: Likewise.
41783         * conform/data/wchar.h-data: Likewise.
41784         * conform/data/wctype.h-data: Likewise.
41785         * conform/data/wordexp.h-data: Likewise.
41786
41787         * include/stropts.h: New file.
41788         * include/uchar.h: New file.
41789         * include/aio.h: Changes to allow conformtest.pl to use the headers.
41790         * include/assert.h: Likewise.
41791         * include/ctype.h: Likewise.
41792         * include/dirent.h: Likewise.
41793         * include/dlfcn.h: Likewise.
41794         * include/fcntl.h: Likewise.
41795         * include/fnmatch.h: Likewise.
41796         * include/glob.h: Likewise.
41797         * include/grp.h: Likewise.
41798         * include/libio.h: Likewise.
41799         * include/locale.h: Likewise.
41800         * include/math.h: Likewise.
41801         * include/net/if.h: Likewise.
41802         * include/netdb.h: Likewise.
41803         * include/netinet/in.h: Likewise.
41804         * include/pthread.h: Likewise.
41805         * include/pwd.h: Likewise.
41806         * include/regex.h: Likewise.
41807         * include/sched.h: Likewise.
41808         * include/search.h: Likewise.
41809         * include/setjmp.h: Likewise.
41810         * include/signal.h: Likewise.
41811         * include/stdio.h: Likewise.
41812         * include/stdlib.h: Likewise.
41813         * include/string.h: Likewise.
41814         * include/sys/cdefs.h: Likewise.
41815         * include/sys/mman.h: Likewise.
41816         * include/sys/msg.h: Likewise.
41817         * include/sys/resource.h: Likewise.
41818         * include/sys/select.h: Likewise.
41819         * include/sys/socket.h: Likewise.
41820         * include/sys/stat.h: Likewise.
41821         * include/sys/statvfs.h: Likewise.
41822         * include/sys/time.h: Likewise.
41823         * include/sys/times.h: Likewise.
41824         * include/sys/uio.h: Likewise.
41825         * include/sys/utsname.h: Likewise.
41826         * include/sys/wait.h: Likewise.
41827         * include/termios.h: Likewise.
41828         * include/time.h: Likewise.
41829         * include/ulimit.h: Likewise.
41830         * include/unistd.h: Likewise.
41831         * include/utime.h: Likewise.
41832         * include/wchar.h: Likewise.
41833         * include/wctype.h: Likewise.
41834         * include/wordexp.h: Likewise.
41835
41836         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
41837
41838         * time/time.h: TIME_UTC must be a macro.
41839         Make timespec_get available for ISO C11 only as well.
41840
41841 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
41842
41843         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
41844         Reported by Peng Haitao <penght@cn.fujitsu.com>.
41845
41846 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
41847
41848         * configure.in: Use -o not -a in test for unsupported multi-arch.
41849
41850 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
41851
41852         * manual/texinfo.tex: Update to version 2012-01-19.16.
41853
41854 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
41855
41856         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
41857
41858 2012-02-24  Roland McGrath  <roland@hack.frob.com>
41859
41860         [BZ #13738]
41861         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
41862         * manual/fdl-1.3.texi: New file.
41863         * manual/fdl-1.1.texi: File removed.
41864
41865         [BZ #13738]
41866         * manual/libc.texinfo (FDL_VERSION): New @set.
41867         Use it for mention of FDL in cover text.
41868         (Documentation License): Use it in @include file name.
41869
41870 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
41871             Roland McGrath  <roland@hack.frob.com>
41872
41873         [BZ #5461]
41874         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
41875         (not LONG_LONG_MAX and LONG_LONG_MIN.
41876         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
41877         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
41878         name.
41879         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
41880
41881 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
41882
41883         [BZ #2547]
41884         [BZ #11365]
41885         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
41886         manipulate bits before adding and subtracting TWO23[sx].
41887         * math/libm-test.inc (nearbyint_test): Add more tests.
41888
41889 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
41890
41891         [BZ #2548]
41892         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
41893         bits before adding and subtracting TWO23[sx].
41894         * math/libm-test.inc (rint_test): Add more tests.
41895         (rint_test_tonearest): Likewise.
41896         (rint_test_towardzero): Likewise.
41897         (rint_test_downward): Likewise.
41898         (rint_test_upward: Likewise.
41899
41900 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
41901
41902         [BZ #10110]
41903         * include/stdc-predef.h: New file.  Extracted from features.h.
41904         * include/features.h: Include stdc-predef.h.
41905         * Makefile (headers): Add stdc-predef.h.
41906         * CONFORMANCE (Compiler limitations): Update.
41907
41908 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
41909
41910         * manual/libc.texinfo (VERSION, UPDATED): Revert.
41911
41912 2012-02-21  David S. Miller  <davem@davemloft.net>
41913
41914         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
41915         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
41916
41917 2012-02-20  David S. Miller  <davem@davemloft.net>
41918
41919         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
41920         using a normal save/restore sequence, rather than allocating a
41921         dummy stack frame just to store a frame pointer and restore.
41922         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
41923
41924 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
41925
41926         * manual/install.texi: Fix stray word in line-wrapped comment.
41927
41928 2012-02-20  David S. Miller  <davem@davemloft.net>
41929
41930         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
41931         both binutils and gcc support GOTDATA.
41932
41933         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
41934         "rd %pc" in the PIC register setup sequences.
41935
41936         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
41937         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
41938         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
41939         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
41940         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
41941         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
41942         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
41943         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
41944         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
41945         (SYSCALL_ERROR_HANDLER): Likewise.
41946         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
41947         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
41948         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
41949         (SYSCALL_ERROR_HANDLER): Likewise.
41950
41951         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
41952         (HAVE_GCC_GOTDATA): New.
41953         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
41954         relocation support in both binutils and gcc.
41955         * sysdeps/sparc/elf/configure: Regenerate.
41956
41957         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
41958         * sysdeps/sparc/sparc32/elf/configure: Delete.
41959         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
41960         * sysdeps/sparc/sparc64/elf/configure: Delete.
41961         * sysdeps/sparc/elf/configure.in: New file.
41962         * sysdeps/sparc/elf/configure: Generate.
41963
41964         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
41965         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
41966         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
41967         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
41968         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
41969
41970 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
41971
41972         * manual/install.texi: Do not mention specific glibc version
41973         numbers.
41974         * manual/libc.texinfo (VERSION, UPDATED): Update.
41975         (@copying): Use @copyright{} and range of years.
41976
41977 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
41978
41979         [BZ #13695]
41980         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
41981         [crti.S not in sysdirs] (generated): Do not append.
41982         [crti.S not in sysdirs] (omit-deps): Likewise.
41983         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
41984         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
41985         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
41986         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
41987         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
41988         Likewise.
41989         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
41990         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
41991         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
41992         * csu/defs.awk: Remove file.
41993         * sysdeps/generic/initfini.c: Likewise.
41994         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
41995         variable.
41996         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
41997         Likewise.
41998
41999 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
42000
42001         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
42002         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
42003         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
42004         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
42005         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
42006         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
42007         <bits/epoll.h>.
42008         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
42009         (__EPOLL_PACKED): Define to empty if not defined by
42010         <bits/epoll.h>.
42011         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
42012         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
42013         bits/epoll.h.
42014
42015 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
42016
42017         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
42018         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
42019         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
42020         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
42021         <bits/timerfd.h>.
42022         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
42023         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
42024         bits/timerfd.h.
42025
42026 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
42027
42028         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
42029         in C locale.
42030         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
42031         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
42032         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
42033         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42034
42035 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
42036
42037         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
42038         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
42039
42040 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
42041
42042         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
42043         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
42044         defined.
42045         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
42046         Likewise.
42047         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
42048         entry for 2.16.
42049
42050 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
42051
42052         * math/w_acos.c: Use non-signaling floating-point comparisons.
42053         * math/w_acosf.c: Likewise.
42054         * math/w_acosh.c: Likewise.
42055         * math/w_acoshf.c: Likewise.
42056         * math/w_acoshl.c: Likewise.
42057         * math/w_acosl.c: Likewise.
42058         * math/w_asin.c: Likewise.
42059         * math/w_asinf.c: Likewise.
42060         * math/w_asinl.c: Likewise.
42061         * math/w_atanh.c: Likewise.
42062         * math/w_atanhf.c: Likewise.
42063         * math/w_atanhl.c: Likewise.
42064         * math/w_exp2.c: Likewise.
42065         * math/w_exp2f.c: Likewise.
42066         * math/w_exp2l.c: Likewise.
42067         * math/w_j0.c: Likewise.
42068         * math/w_j0f.c: Likewise.
42069         * math/w_j0l.c: Likewise.
42070         * math/w_j1.c: Likewise.
42071         * math/w_j1f.c: Likewise.
42072         * math/w_j1l.c: Likewise.
42073         * math/w_jn.c: Likewise.
42074         * math/w_jnf.c: Likewise.
42075         * math/w_log.c: Likewise.
42076         * math/w_log10.c: Likewise.
42077         * math/w_log10f.c: Likewise.
42078         * math/w_log10l.c: Likewise.
42079         * math/w_log2.c: Likewise.
42080         * math/w_log2f.c: Likewise.
42081         * math/w_log2l.c: Likewise.
42082         * math/w_logf.c: Likewise.
42083         * math/w_logl.c: Likewise.
42084         * math/w_sqrt.c: Likewise.
42085         * math/w_sqrtf.c: Likewise.
42086         * math/w_sqrtl.c: Likewise.
42087         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
42088         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
42089         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
42090         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
42091         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
42092
42093 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
42094
42095         [BZ #9739]
42096         * manual/string.texi (strnlen): Use correct parameter name in
42097         equivalent expression.
42098
42099 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
42100
42101         [BZ #11174]
42102         * manual/users.texi (seteuid): Consistently use neweuid for
42103         argument name.
42104
42105 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
42106
42107         [BZ #13704]
42108         * manual/nss.texi (Services in the NSS configuration): Correct
42109         list of services in example configuration file.
42110
42111 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
42112
42113         [BZ #11322]
42114         * manual/arith.texi: Remove statements about negative zero
42115         behaving identically to zero.
42116
42117 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
42118
42119         [BZ #5993]
42120         * manual/install.texi: Do not document upgrading from libc5.
42121
42122 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
42123
42124         [BZ #4596]
42125         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
42126
42127 2012-02-18  David S. Miller  <davem@davemloft.net>
42128
42129         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
42130         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
42131         %o7 across the call.
42132         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
42133         instead.
42134         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
42135         SETUP_PIC_REG_LEAF.
42136         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
42137         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
42138         * sysdeps/sparc/crtn.S: Likewise.
42139
42140 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
42141
42142         * aout/Makefile: Remove.
42143
42144 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
42145
42146         [BZ #13058]
42147         * manual/examples/argp-ex1.c (main): Format definition in GNU
42148         style.
42149         * manual/examples/argp-ex2.c (main): Likewise.
42150         * manual/examples/argp-ex3.c (main): Likewise.
42151         * manual/examples/argp-ex4.c (main): Likewise.
42152         * manual/examples/longopt.c (main): Use new-style prototype
42153         definition.
42154         * manual/examples/strncat.c (main): Specify return type and use
42155         (void) for arguments.
42156         * manual/examples/subopt.c (main): Use char **argv argument.
42157
42158 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
42159
42160         [BZ #5077]
42161         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
42162         rounding modes.
42163
42164 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
42165
42166         [BZ #6907]
42167         * manual/string.texi (strchr): Change when strchrnul is
42168         recommended.
42169
42170 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
42171
42172         [BZ #174]
42173         * manual/locale.texi (setlocale): Document LOCPATH.
42174
42175 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
42176
42177         [BZ #10210]
42178         * manual/process.texi (execle): Move @dots{} before last argument.
42179
42180 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
42181
42182         [BZ #12047]
42183         * manual/charset.texi (Generic Charset Conversion): Fix typo
42184         (LC_TYPE -> LC_CTYPE).
42185
42186 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
42187
42188         [BZ #5805]
42189         * manual/arith.texi (scalbn): Use @var{} on parameter names.
42190         (scalbnf): Likewise.
42191         (scalbnl): Likewise.
42192         (scalbln): Likewise.
42193         (scalblnf): Likewise.
42194         (scalblnl): Likewise.
42195         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
42196         (vwarnx): Likewise.
42197         (verr): Likewise.
42198         (verrx): Likewise.
42199         * manual/filesys.texi (telldir): Use braces around return type.
42200         * manual/llio.texi (mmap): Add space after comma.
42201         (mmap64): Likewise.
42202         * manual/math.texi (jn): Use @var{} on parameter names.
42203         (jnf): Likewise.
42204         (jnl): Likewise.
42205         (yn): Likewise.
42206         (ynf): Likewise.
42207         (ynl): Likewise.
42208         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
42209         line.
42210         * manual/resource.texi (ulimit): Use @dots{} instead of literal
42211         "...".
42212         (sched_get_priority_min): Remove semicolon on @deftypefun line.
42213         (sched_get_priority_max): Likewise.
42214         * manual/signal.texi (sigvec): Add space after comma.
42215         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
42216         names.
42217         (if_indextoname): Likewise.
42218         (if_freenameindex): Likewise.
42219         (sendto): Use ',' instead of '.' in prototype.
42220         * manual/startup.texi (syscall): Use @dots{} instead of literal
42221         "...".
42222         * manual/stdio.texi (__fpending): Separate initial words of
42223         paragraph from @deftypefun line.
42224         * manual/syslog.texi (syslog): Use @dots{} instead of literal
42225         "...".
42226         (vsyslog): Use @var{} on parameter names.
42227         * manual/terminal.texi (stty): Use @var{} on parameter names.
42228         * manual/users.texi (getutmp): Use @var{} on parameter names.
42229         (getutmpx): Likewise.
42230
42231 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
42232
42233         [BZ #6884]
42234         * manual/stdio.texi (fopen): Fix typos in description of
42235         ",ccs=STRING".
42236
42237 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
42238
42239         [BZ #4026]
42240         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
42241         get clock_id definition.
42242
42243 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
42244
42245         [BZ #4822]
42246         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
42247         (madvise): Cast every argument to void on its own.
42248
42249 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
42250
42251         [BZ #9902]
42252         * manual/startup.texi (Exit Status): Fix typo.
42253
42254 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
42255
42256         [BZ #10140]
42257         * manual/examples/argp-ex1.c: Include <stdlib.h>.
42258         * manual/examples/argp-ex2.c: Likewise.
42259         * manual/examples/argp-ex3.c: Likewise.
42260
42261 2012-02-16  Richard Henderson  <rth@redhat.com>
42262
42263         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
42264         * sysdeps/s390/s390-32/initfini.c: Remove.
42265         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
42266         * sysdeps/s390/s390-64/initfini.c: Remove.
42267
42268 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
42269
42270         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
42271         compiler output for sysdeps/generic/initfini.c.
42272         * sysdeps/sh/elf/initfini.c: Remove file.
42273
42274 2012-02-16  David S. Miller  <davem@davemloft.net>
42275
42276         [BZ #11494]
42277         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
42278
42279         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
42280         * sysdeps/sparc/crti.S: New file.
42281         * sysdeps/sparc/crtn.S: New file.
42282         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
42283         * sysdeps/sparc/sparc64/Makefile: Likewise.
42284
42285 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
42286
42287         [BZ #3335]
42288         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
42289
42290 2012-02-15  Roland McGrath  <roland@hack.frob.com>
42291
42292         [BZ #4822]
42293         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
42294
42295         * mach/devstream.c (cookie_io_functions_t): Macro removed.
42296         (write, read, close): Likewise.
42297         Patch by Aurelien Jarno <aurelien@aurel32.net>.
42298
42299 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
42300
42301         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
42302         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
42303         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
42304         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
42305         <bits/signalfd.h>.
42306         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
42307         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
42308         bits/signalfd.h.
42309
42310 2012-02-14  Marek Polacek  <polacek@redhat.com>
42311
42312         * sysdeps/x86_64/crti.S: New file.
42313         * sysdeps/x86_64/crtn.S: New file.
42314         * sysdeps/x86_64/elf/initfini.c: Remove file.
42315
42316 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
42317
42318         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
42319         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
42320         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
42321         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
42322         <bits/inotify.h>.
42323         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
42324         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
42325         bits/inotify.h.
42326
42327 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
42328
42329         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
42330         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
42331         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
42332         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
42333         <bits/eventfd.h>.
42334         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
42335         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
42336         bits/eventfd.h.
42337
42338 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
42339
42340         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
42341         __feraiseexcept instead of feraiseexcept.
42342
42343         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
42344         nanosleep invocations.
42345         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
42346         strings, and add error checking for a nanosleep invocations.
42347
42348 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
42349
42350         Replace FSF snail mail address with URLs, as per GNU coding standards.
42351         Most of the snail mail addresses were wrong anyway, and omitting
42352         them makes the source code easier to maintain.  Almost all of the
42353         changes are to license notices and to locale LC_IDENTIFICATION
42354         addresses, except for this one:
42355         * manual/libc.texinfo: In "Published by", give the FSF's URL,
42356         not its snail mail address.
42357
42358 2012-02-09  Richard Henderson  <rth@twiddle.net>
42359
42360         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
42361         of kernel-features.h.
42362
42363         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
42364
42365 2012-02-08  Marek Polacek  <polacek@redhat.com>
42366
42367         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
42368         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
42369         * sysdeps/gnu/_G_config.h: Likewise.
42370         * sysdeps/generic/_G_config.h: Likewise.
42371
42372 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
42373
42374         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
42375         tests.
42376         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42377
42378         * sysdeps/powerpc/powerpc32/crti.S: New file.
42379         * sysdeps/powerpc/powerpc32/crtn.S: New file.
42380         * sysdeps/powerpc/powerpc64/crti.S: New file.
42381         * sysdeps/powerpc/powerpc64/crtn.S: New file.
42382
42383         * Makeconfig (have-initfini): Don't set.
42384         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
42385         * configure.in (nopic_initfini): Don't substitute.
42386         * config.h.in (HAVE_INITFINI): Don't #undef.
42387         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
42388         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
42389
42390 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
42391
42392         Support crti.S and crtn.S provided directly by architectures.
42393         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
42394         [crti.S in sysdirs] (omit-deps): Likewise.
42395         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
42396         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
42397         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
42398         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
42399         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
42400         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
42401         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
42402         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
42403         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
42404         compiler output for sysdeps/generic/initfini.c.
42405         * sysdeps/i386/elf/Makefile: Remove file.
42406         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
42407
42408 2012-02-07  Marek Polacek  <polacek@redhat.com>
42409
42410         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
42411         * sysdeps/gnu/_G_config.h: Likewise.
42412         * sysdeps/mach/hurd/_G_config.h: Likewise.
42413
42414 2012-02-07  Marek Polacek  <polacek@redhat.com>
42415
42416         * math/Makefile (tests): Add tst-CMPLX2.
42417         * math/tst-CMPLX2.c: New file.
42418
42419 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
42420
42421         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
42422
42423         * math/libm-test.inc (jn_test): Add missing L suffix.
42424
42425 2012-02-06  Marek Polacek  <polacek@redhat.com>
42426
42427         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
42428         * sysdeps/i386/fpu/e_powf.S: Likewise.
42429         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
42430         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
42431         * sysdeps/i386/fpu/e_acosh.S: Likewise.
42432         * sysdeps/i386/fpu/e_pow.S: Likewise.
42433         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
42434         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
42435         * sysdeps/i386/fpu/s_expm1.S: Likewise.
42436         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
42437         * sysdeps/i386/fpu/e_log2.S: Likewise.
42438         * sysdeps/i386/fpu/e_log2l.S: Likewise.
42439         * sysdeps/i386/fpu/e_scalb.S: Likewise.
42440         * sysdeps/i386/fpu/e_powl.S: Likewise.
42441         * sysdeps/i386/fpu/s_log1p.S: Likewise.
42442         * sysdeps/i386/fpu/e_log10f.S: Likewise.
42443         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
42444         * sysdeps/i386/fpu/e_logl.S: Likewise.
42445         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
42446         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
42447         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
42448         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
42449         * sysdeps/i386/fpu/e_log2f.S: Likewise.
42450         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
42451         * sysdeps/i386/fpu/e_log.S: Likewise.
42452         * sysdeps/i386/fpu/s_cexp.S: Likewise.
42453         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
42454         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
42455         * sysdeps/i386/fpu/e_logf.S: Likewise.
42456         * sysdeps/i386/fpu/e_log10l.S: Likewise.
42457         * sysdeps/i386/fpu/e_atanh.S: Likewise.
42458         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
42459         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
42460         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
42461         * sysdeps/i386/fpu/e_log10.S: Likewise.
42462         * sysdeps/i386/fpu/s_frexp.S: Likewise.
42463         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
42464         * sysdeps/i386/fpu/s_asinh.S: Likewise.
42465         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
42466         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
42467         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
42468         * sysdeps/i386/asm-syntax.h: Likewise.
42469         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
42470         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
42471         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
42472         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
42473         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
42474         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
42475         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
42476         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
42477         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
42478         * sysdeps/powerpc/sysdep.h: Likewise.
42479         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
42480         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
42481
42482 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
42483
42484         [BZ #411]
42485         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
42486
42487 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
42488
42489         * sysdeps/i386/sysdep.h: Include <features.h>.
42490         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
42491         version.
42492
42493 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
42494
42495         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
42496         Define.
42497         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
42498         LOAD_PIC_REG_STR.
42499
42500 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
42501
42502         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
42503         (SETUP_PIC_REG): Use GET_PC_THUNK.
42504         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
42505         macro.
42506
42507 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
42508
42509         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
42510         for non-PIC compilation.
42511         (SETUP_PIC_REG): Add .p2align directive.
42512         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
42513         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
42514         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
42515         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
42516         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
42517         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
42518         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
42519         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
42520         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
42521         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
42522         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
42523         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
42524         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
42525         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
42526         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
42527         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
42528         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
42529         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
42530         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
42531         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
42532         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
42533         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
42534         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
42535         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
42536         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
42537         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
42538         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
42539         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
42540         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
42541         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
42542         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
42543         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
42544         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
42545         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
42546         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
42547         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
42548         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
42549         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
42550         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
42551         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
42552         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
42553
42554 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
42555
42556         * math/tst-CMPLX.c: Include <stdio.h>.
42557
42558 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
42559
42560         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
42561         float.
42562         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
42563         * sysdeps/sparc/bits/mathdef.h: Likewise.
42564
42565 2012-01-31  Marek Polacek  <polacek@redhat.com>
42566
42567         * libio/libio.h: Don't define _PARAMS.
42568         * locale/programs/config.h: Don't define PARAMS.
42569         * stdlib/strtol_l.c: Likewise.
42570         (__strtol_l): Remove PARAMS from the prototype.
42571
42572 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
42573
42574         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
42575         names.  Just use the correct names.  Remove unnecessary wrapper
42576         functions.
42577         * malloc/arena.c: Likewise.
42578         * malloc/hooks.c: Likewise.
42579
42580         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
42581         ARENA_TEST says not to.  Simplify test for creation of a new arena.
42582         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
42583
42584 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
42585
42586         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
42587         into tail calls.
42588         (update_get_addr): New function.
42589         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
42590         GET_ADDR_MODULE parameter.
42591
42592 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
42593
42594         * crypt/cert.c: Remove __STDC__ conditionals.
42595         * crypt/crypt-entry.c: Likewise.
42596         * crypt/crypt_util.c: Likewise.
42597         * libio/filedoalloc.c: Likewise.
42598         * libio/fileops.c: Likewise.
42599         * libio/genops.c: Likewise.
42600         * libio/iofclose.c: Likewise.
42601         * libio/iofdopen.c: Likewise.
42602         * libio/iofopen.c: Likewise.
42603         * libio/iofopen64.c: Likewise.
42604         * libio/iogetdelim.c: Likewise.
42605         * libio/iopopen.c: Likewise.
42606         * libio/obprintf.c: Likewise.
42607         * libio/oldfileops.c: Likewise.
42608         * libio/oldiofclose.c: Likewise.
42609         * libio/oldiofdopen.c: Likewise.
42610         * libio/oldiofopen.c: Likewise.
42611         * libio/oldiopopen.c: Likewise.
42612         * libio/wfiledoalloc.c: Likewise.
42613         * libio/wgenops.c: Likewise.
42614         * locale/programs/xmalloc.c: Likewise.
42615         * misc/syslog.c: Likewise.
42616         * stdio-common/xbug.c: Likewise.
42617         * string/memchr.c: Likewise.
42618         * string/memcmp.c: Likewise.
42619         * string/memrchr.c: Likewise.
42620         * string/rawmemchr.c: Likewise.
42621         * sysdeps/posix/getcwd.c: Likewise.
42622         * time/strftime_l.c: Likewise.
42623
42624 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
42625
42626         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
42627         * config.make.in (config-cflags-sse2avx): Define.
42628         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
42629         Fix typo.
42630
42631 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
42632
42633         * scripts/config.guess: Update from upstream config git repository.
42634         * scripts/config.sub: Likewise.
42635
42636 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
42637
42638         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
42639         (EM_NUM): Update.
42640         (R_TILEPRO_*, R_TILEGX_*): New macros.
42641
42642         * scripts/firstversions.awk: Fix bug in version range handling.
42643
42644         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
42645
42646         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
42647
42648         * include/sys/epoll.h: New file.
42649         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
42650         libc_hidden_def.
42651
42652 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
42653
42654         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
42655         Avoid unnecessary __WORDSIZE == 64 test.
42656         (fmaxf): Use VEX format if possible.
42657         (fmax): Likewise.
42658         (fminf): Likewise.
42659         (fmin): Likewise.
42660
42661         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
42662         * math/math_private.h: Remove libc_fegetround* and
42663         libc_fesetround*.
42664         * sysdeps/i386/configure.in: Check for -msse2avx.
42665         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
42666         also if SSE2AVX is defined.
42667         Remove libc_fegetround* and libc_fesetround*.
42668         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
42669         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
42670         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
42671         of HAS_YMM_USABLE.
42672         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
42673         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
42674         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
42675         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
42676         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
42677
42678         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
42679
42680 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42681
42682         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
42683         size is not set.
42684         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
42685
42686 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
42687
42688         [BZ #13618]
42689         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
42690         relocation.
42691         * Makeconfig (libm): Define.
42692         * elf/Makefile: Add rules to build and run tst-relsort1.
42693         * elf/tst-relsort1.c: New file.
42694         * elf/tst-relsort1mod1.c: New file.
42695         * elf/tst-relsort1mod2.c: New file.
42696
42697 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
42698
42699         * math/s_ldexp.c: Remove __STDC__ conditionals.
42700         * math/s_ldexpf.c: Likewise.
42701         * math/s_ldexpl.c: Likewise.
42702         * math/s_nextafter.c: Likewise.
42703         * math/s_nexttowardf.c: Likewise.
42704         * math/s_significand.c: Likewise.
42705         * math/s_significandf.c: Likewise.
42706         * math/s_significandl.c: Likewise.
42707         * math/w_jnl.c: Likewise.
42708         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
42709         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
42710         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
42711         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
42712         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
42713         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
42714         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
42715         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
42716         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
42717         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
42718         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
42719         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
42720         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
42721         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
42722         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
42723         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
42724         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
42725         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
42726         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
42727         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
42728         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
42729         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
42730         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
42731         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
42732         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
42733         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
42734         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
42735         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
42736         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
42737         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
42738         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
42739         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
42740         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
42741         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
42742         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
42743         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
42744         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
42745         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
42746         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
42747         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
42748         * sysdeps/ieee754/k_standard.c: Likewise.
42749         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
42750         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
42751         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
42752         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
42753         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
42754         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
42755         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
42756         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
42757         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
42758         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
42759         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
42760         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
42761         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
42762         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
42763         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
42764         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
42765         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
42766         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
42767         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
42768         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
42769         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
42770         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
42771         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
42772         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
42773         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
42774         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
42775         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
42776         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
42777         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
42778         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
42779         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
42780         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
42781         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
42782         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
42783         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
42784         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
42785         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
42786         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
42787         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
42788         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
42789         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
42790         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
42791         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
42792         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
42793         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
42794         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
42795         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
42796         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
42797         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
42798         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
42799         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
42800         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
42801         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
42802         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
42803         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
42804         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
42805         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
42806         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
42807         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
42808         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
42809         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
42810         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
42811         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
42812         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
42813         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
42814         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
42815         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
42816         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
42817         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
42818         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
42819         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
42820         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
42821         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
42822         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
42823         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
42824         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
42825         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
42826         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
42827         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
42828         * sysdeps/ieee754/s_matherr.c: Likewise.
42829         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
42830         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
42831         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
42832         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
42833
42834 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
42835
42836         * crypt/md5.h: Remove __STDC__ conditionals.
42837         * libio/libioP.h: Likewise.
42838         * locale/programs/config.h: Likewise.
42839         * sysdeps/generic/sysdep.h: Likewise.
42840         * sysdeps/i386/asm-syntax.h: Likewise.
42841         * sysdeps/s390/asm-syntax.h: Likewise.
42842         * sysdeps/unix/sysdep.h: Likewise.
42843         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
42844         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
42845
42846 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
42847
42848         * libio/libio.h: Remove __STDC__ conditionals.
42849         * malloc/obstack.h: Likewise.
42850         * math/complex.h: Likewise.
42851         * math/math.h: Likewise.
42852         * sysdeps/generic/_G_config.h: Likewise.
42853         * sysdeps/gnu/_G_config.h: Likewise.
42854         * sysdeps/mach/hurd/_G_config.h: Likewise.
42855         * sysdeps/powerpc/bits/mathdef.h: Likewise.
42856         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
42857         * sysdeps/sparc/bits/mathdef.h: Likewise.
42858
42859 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
42860
42861         [BZ #13583]
42862         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
42863         Clean up HAS_* macros.
42864         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
42865         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
42866         possible.
42867         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
42868         HAS_AVX.
42869         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
42870         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
42871         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
42872         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
42873         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
42874
42875 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
42876
42877         * elf/tst-unique3.cc (gets): Remove declaration.
42878         * elf/tst-unique3lib.cc (gets): Likewise.
42879         * elf/tst-unique3lib2.cc (gets): Likewise.
42880         * elf/tst-unique4.cc (gets): Likewise.
42881
42882 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
42883
42884         * include/stdio.h: Add C++ protection.  Add gets declarations and
42885         definitions.
42886         * debug/tst-chk1.c: Don't declare gets here.
42887         * stdio-common/tst-gets.c: Likewise.
42888
42889 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
42890
42891         * posix/glob: Remove directory.
42892
42893 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
42894
42895         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
42896
42897 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
42898
42899         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
42900         of the non-standard EPFNOSUPPORT.
42901
42902 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42903
42904         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
42905         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
42906         ANYWHERE set to 1 only on KERN_NO_SPACE error.
42907
42908 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
42909
42910         * wcsmbs/uchar.h: Test __STDC_VERSION__.
42911
42912 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
42913
42914         * nscd/aicache.c (addhstaiX): Do not cache negative results of
42915         transient errors.
42916         * nscd/grpcache.c (cache_addgr): Likewise.
42917         * nscd/hstcache.c (cache_addhst): Likewise.
42918         * nscd/initgrcache.c (addinitgroupsX): Likewise.
42919         * nscd/pwdcache.c (cache_addpw): Likewise.
42920         * nscd/servicescache.c (cache_addserv): Likewise.
42921
42922 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
42923
42924         * malloc/malloc.c: Various cleanups.
42925         * malloc/hooks.c: Likewise.
42926
42927         * stdlib/Makefile (tests): Add bug-fmtmsg1.
42928         * stdlib/bug-fmtmsg1.c: New file.
42929
42930         * stdlib/fmtmsg.c (init): Add missing unlock.
42931         Patch by Peng Haitao <penght@cn.fujitsu.com>.
42932
42933 2012-01-12  Marek Polacek  <polacek@redhat.com>
42934
42935         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
42936         and _GNU_SOURCE.
42937
42938 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
42939
42940         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
42941         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
42942         macro to ensure uniqueness of label name.
42943         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
42944         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
42945
42946 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
42947
42948         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
42949
42950         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
42951         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
42952         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
42953         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
42954
42955 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
42956
42957         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
42958
42959         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
42960         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
42961         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
42962
42963         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
42964
42965         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
42966         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
42967         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
42968         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
42969
42970         * math/bits/math-finite.h: Add ldexp support.
42971
42972 2012-01-10  Marek Polacek  <polacek@redhat.com>
42973
42974         * locale/programs/localedef.h (show_archive_content): Add noreturn
42975         attribute.
42976
42977 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
42978
42979         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
42980
42981 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
42982
42983         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
42984
42985         * io/Makefile (headers): Add bits/poll2.h.
42986
42987 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
42988
42989         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
42990         typo #include statement.
42991
42992 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
42993
42994         * include/sys/cdefs.h: Define __attribute_alloc_size.
42995         * catgets/gencat.c: Add alloc_size attribute and apply consistently
42996         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
42997         * elf/pldd.c: Likewise.
42998         * iconv/iconv_charmap.c: Likewise.
42999         * iconv/iconvconfig.c: Likewise.
43000         * iconv/strtab.c: Likewise.
43001         * locale/programs/locale.c: Likewise.
43002         * locale/programs/localedef.h: Likewise.
43003         * locale/programs/simple-hash.c: Likewise.
43004         * nscd/nscd.h: Likewise.
43005         * nss/makedb.c: Likewise.
43006         * sysdeps/generic/ldconfig.h: Likewise.
43007         * locale/programs/localedef.c: Remove xmalloc prototype.
43008         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
43009
43010 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
43011
43012         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
43013         appropriate.
43014
43015 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
43016
43017         * math/Makefile (tests): Add tst-CMPLX.
43018         * math/tst-CMPLX.c: New file.
43019
43020         * math/complex.h (CMPLXL): Fix typo.
43021
43022         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
43023         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
43024         GLIBC_2.16.
43025         * debug/tst-chk1.c: Add poll and ppoll tests.
43026         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
43027         * include/sys/poll.h: Add hidden proto for ppoll.
43028         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
43029         * sysdeps/mach/hurd/ppoll.c: Likewise.
43030         * io/ppoll.c: Likewise.
43031         * debug/poll_chk.c: New file.
43032         * debug/ppoll_chk.c: New file.
43033         * include/bits/poll2.h: New file.
43034         * io/bits/poll2.h: New file.
43035
43036         [BZ #1350]
43037         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
43038
43039         * configure.in: static is always set to yes.  Remove.
43040         * config.make.in: Don't set build-static.
43041         * Makeconfig: Remove use of build-static.
43042         * dlfcn/Makefile: Likewise.
43043         * elf/Makefile: Likewise.
43044         * math/Makefile: Likewise.
43045         * misc/Makefile: Likewise.
43046         * nptl/Makefile: Likewise.
43047         * sysdeps/mach/hurd/Makefile: Likewise.
43048
43049         * configure.in: PWD_P is not used anymore.
43050         * config.make.in: Remove PWD_P entry.
43051
43052         * configure.in: Remove last remnants of RANLIB.
43053         No need to check for signed size_t anymore.
43054         Don't set libc_commonpagesize and libc_relro_required here for Alpha
43055         and IA-64.
43056         Remove __builtin_expect test because we require at least gcc 3.4.
43057         * aclocal.m4: Likewise.
43058
43059         * wcsmbs/mbrtoc16.c: Implement using towc function.
43060         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
43061         * wcsmbs/wcsmbsload.c: Likewise.
43062         * iconv/gconv_simple.c: Likewise.
43063         * iconv/gconv_int.h: Likewise.
43064         * iconv/gconv_builtin.h: Likewise.
43065         * iconv/iconv_prog.c: Remove CHAR16 handling.
43066
43067         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
43068
43069         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
43070
43071         * configure.in: Remove --with-elf and --enable-bounded options.
43072         Dont set base_machine for ia64.  More non-ELF conditions removed.
43073         Remove testing and setting of leading underscore information.
43074         * config.make.in (build-bounded): Set to no.
43075         * config.h.in: Remove NO_UNDERSCORES entry.
43076         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
43077         them.
43078         * csu/start.c: Remove !NO_UNDERSCORE code.
43079         * locale/localeinfo.h: Likewise.
43080         * sysdeps/generic/machine-gmon.h: Likewise.
43081         * sysdeps/generic/sysdep.h: Likewise.
43082         * sysdeps/i386/sysdep.h: Likewise.
43083         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
43084         * sysdeps/mach/sysdep.h: Likewise.
43085         * sysdeps/s390/s390-32/sysdep.h: Likewise.
43086         * sysdeps/s390/s390-64/sysdep.h: Likewise.
43087         * sysdeps/sh/sysdep.h: Likewise.
43088         * sysdeps/sparc/sparc32/alloca.S: Likewise.
43089         * sysdeps/unix/i386/sysdep.S: Likewise.
43090         * sysdeps/unix/sparc/start.c: Likewise.
43091         * sysdeps/unix/sparc/sysdep.S: Likewise.
43092         * sysdeps/unix/sparc/sysdep.h: Likewise.
43093         * sysdeps/unix/start.c: Likewise.
43094         * sysdeps/unix/x86_64/sysdep.S: Likewise.
43095         * sysdeps/x86_64/sysdep.h: Likewise.
43096
43097 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
43098
43099         [BZ #13553]
43100         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
43101         for non-gcc.
43102         * argp/argp-fmtstream.h: Use const instead __const.
43103         * argp/argp.h: Likewise.
43104         * assert/assert.h: Likewise.
43105         * bits/fenv.h: Likewise.
43106         * bits/sched.h: Likewise.
43107         * bits/sigset.h: Likewise.
43108         * bits/sigthread.h: Likewise.
43109         * catgets/nl_types.h: Likewise.
43110         * conform/data/pthread.h-data: Likewise.
43111         * crypt/crypt-private.h: Likewise.
43112         * crypt/crypt.h: Likewise.
43113         * crypt/crypt_util.c: Likewise.
43114         * ctype/ctype.h: Likewise.
43115         * debug/execinfo.h: Likewise.
43116         * debug/mbsnrtowcs_chk.c: Likewise.
43117         * debug/mbsrtowcs_chk.c: Likewise.
43118         * debug/wcsnrtombs_chk.c: Likewise.
43119         * debug/wcsrtombs_chk.c: Likewise.
43120         * debug/wcstombs_chk.c: Likewise.
43121         * dirent/dirent.h: Likewise.
43122         * dlfcn/dlfcn.h: Likewise.
43123         * elf/neededtest4.c: Likewise.
43124         * grp/grp.h: Likewise.
43125         * gshadow/gshadow.h: Likewise.
43126         * iconv/gconv.h: Likewise.
43127         * iconv/gconv_int.h: Likewise.
43128         * iconv/gconv_simple.c: Likewise.
43129         * iconv/iconv.h: Likewise.
43130         * iconv/loop.c: Likewise.
43131         * iconv/skeleton.c: Likewise.
43132         * include/aio.h: Likewise.
43133         * include/aliases.h: Likewise.
43134         * include/argz.h: Likewise.
43135         * include/arpa/inet.h: Likewise.
43136         * include/assert.h: Likewise.
43137         * include/dirent.h: Likewise.
43138         * include/dlfcn.h: Likewise.
43139         * include/execinfo.h: Likewise.
43140         * include/fcntl.h: Likewise.
43141         * include/fenv.h: Likewise.
43142         * include/glob.h: Likewise.
43143         * include/grp.h: Likewise.
43144         * include/libintl.h: Likewise.
43145         * include/mntent.h: Likewise.
43146         * include/netdb.h: Likewise.
43147         * include/pwd.h: Likewise.
43148         * include/rpc/netdb.h: Likewise.
43149         * include/sched.h: Likewise.
43150         * include/search.h: Likewise.
43151         * include/shadow.h: Likewise.
43152         * include/signal.h: Likewise.
43153         * include/stdio.h: Likewise.
43154         * include/stdlib.h: Likewise.
43155         * include/string.h: Likewise.
43156         * include/sys/socket.h: Likewise.
43157         * include/sys/stat.h: Likewise.
43158         * include/sys/statfs.h: Likewise.
43159         * include/sys/statvfs.h: Likewise.
43160         * include/sys/syslog.h: Likewise.
43161         * include/sys/time.h: Likewise.
43162         * include/sys/uio.h: Likewise.
43163         * include/time.h: Likewise.
43164         * include/unistd.h: Likewise.
43165         * include/utmp.h: Likewise.
43166         * include/wchar.h: Likewise.
43167         * include/wctype.h: Likewise.
43168         * inet/aliases.h: Likewise.
43169         * inet/arpa/inet.h: Likewise.
43170         * inet/netinet/ether.h: Likewise.
43171         * inet/netinet/in.h: Likewise.
43172         * intl/libintl.h: Likewise.
43173         * io/bits/fcntl2.h: Likewise.
43174         * io/fcntl.h: Likewise.
43175         * io/ftw.h: Likewise.
43176         * io/sys/poll.h: Likewise.
43177         * io/sys/stat.h: Likewise.
43178         * io/sys/statfs.h: Likewise.
43179         * io/sys/statvfs.h: Likewise.
43180         * io/utime.h: Likewise.
43181         * libio/bits/stdio.h: Likewise.
43182         * libio/bits/stdio2.h: Likewise.
43183         * libio/libio.h: Likewise.
43184         * libio/libioP.h: Likewise.
43185         * libio/stdio.h: Likewise.
43186         * locale/lc-ctype.c: Likewise.
43187         * locale/locale.h: Likewise.
43188         * login/utmp.h: Likewise.
43189         * malloc/arena.c: Likewise.
43190         * malloc/malloc.c: Likewise.
43191         * malloc/malloc.h: Likewise.
43192         * malloc/mcheck.c: Likewise.
43193         * malloc/mtrace.c: Likewise.
43194         * math/bits/mathcalls.h: Likewise.
43195         * math/fenv.h: Likewise.
43196         * math/math_private.h: Likewise.
43197         * misc/bits/error.h: Likewise.
43198         * misc/bits/syslog.h: Likewise.
43199         * misc/err.h: Likewise.
43200         * misc/error.h: Likewise.
43201         * misc/fstab.h: Likewise.
43202         * misc/mntent.h: Likewise.
43203         * misc/regexp.h: Likewise.
43204         * misc/search.h: Likewise.
43205         * misc/sgtty.h: Likewise.
43206         * misc/sys/mman.h: Likewise.
43207         * misc/sys/syslog.h: Likewise.
43208         * misc/sys/uio.h: Likewise.
43209         * misc/sys/xattr.h: Likewise.
43210         * misc/ttyent.h: Likewise.
43211         * nis/rpcsvc/ypclnt.h: Likewise.
43212         * nss/nss.h: Likewise.
43213         * posix/bits/unistd.h: Likewise.
43214         * posix/fnmatch.h: Likewise.
43215         * posix/glob.h: Likewise.
43216         * posix/sched.h: Likewise.
43217         * posix/spawn.h: Likewise.
43218         * posix/sys/wait.h: Likewise.
43219         * posix/unistd.h: Likewise.
43220         * posix/wordexp.h: Likewise.
43221         * pwd/pwd.h: Likewise.
43222         * resolv/netdb.h: Likewise.
43223         * resource/sys/resource.h: Likewise.
43224         * rt/aio.h: Likewise.
43225         * rt/bits/mqueue2.h: Likewise.
43226         * rt/mqueue.h: Likewise.
43227         * shadow/shadow.h: Likewise.
43228         * signal/signal.h: Likewise.
43229         * socket/send.c: Likewise.
43230         * socket/sendto.c: Likewise.
43231         * socket/sys/socket.h: Likewise.
43232         * stdio-common/printf.h: Likewise.
43233         * stdlib/bits/stdlib.h: Likewise.
43234         * stdlib/fmtmsg.h: Likewise.
43235         * stdlib/monetary.h: Likewise.
43236         * stdlib/stdlib.h: Likewise.
43237         * stdlib/ucontext.h: Likewise.
43238         * streams/stropts.h: Likewise.
43239         * string/argz.h: Likewise.
43240         * string/bits/string2.h: Likewise.
43241         * string/string.h: Likewise.
43242         * string/strings.h: Likewise.
43243         * sunrpc/rpc/auth.h: Likewise.
43244         * sunrpc/rpc/auth_des.h: Likewise.
43245         * sunrpc/rpc/clnt.h: Likewise.
43246         * sunrpc/rpc/netdb.h: Likewise.
43247         * sunrpc/rpc/pmap_clnt.h: Likewise.
43248         * sunrpc/rpc/xdr.h: Likewise.
43249         * sysdeps/generic/inttypes.h: Likewise.
43250         * sysdeps/generic/net/if.h: Likewise.
43251         * sysdeps/generic/sys/swap.h: Likewise.
43252         * sysdeps/gnu/net/if.h: Likewise.
43253         * sysdeps/gnu/utmpx.h: Likewise.
43254         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
43255         * sysdeps/i386/i486/bits/string.h: Likewise.
43256         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
43257         * sysdeps/s390/bits/string.h: Likewise.
43258         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
43259         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
43260         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
43261         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
43262         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
43263         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
43264         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
43265         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
43266         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
43267         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
43268         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
43269         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
43270         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
43271         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
43272         * sysdeps/unix/sysv/linux/readv.c: Likewise.
43273         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
43274         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
43275         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
43276         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
43277         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
43278         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
43279         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
43280         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
43281         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
43282         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
43283         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
43284         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
43285         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
43286         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
43287         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
43288         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
43289         * sysvipc/sys/ipc.h: Likewise.
43290         * sysvipc/sys/msg.h: Likewise.
43291         * sysvipc/sys/sem.h: Likewise.
43292         * sysvipc/sys/shm.h: Likewise.
43293         * termios/termios.h: Likewise.
43294         * time/sys/time.h: Likewise.
43295         * time/time.h: Likewise.
43296         * wcsmbs/bits/wchar2.h: Likewise.
43297         * wcsmbs/uchar.h: Likewise.
43298         * wcsmbs/wchar.h: Likewise.
43299         * wctype/wctype.h: Likewise.
43300
43301         [BZ #13551]
43302         * Makeconfig: Remove all but ELF support including AIX support.
43303         * Makerules: Likewise.
43304         * config.h.in: Likewise.
43305         * config.make.in: Likewise.
43306         * configure: Likewise.
43307         * configure.in: Likewise.
43308         * csu/Makefile: Likewise.
43309         * csu/version.c: Likewise.
43310         * debug/Makefile: Likewise.
43311         * dlfcn/Makefile: Likewise.
43312         * elf/Makefile: Likewise.
43313         * extra-lib.mk: Likewise.
43314         * iconv/Makefile: Likewise.
43315         * include/libc-symbols.h: Likewise.
43316         * include/shlib-compat.h: Likewise.
43317         * resolv/Makefile: Likewise.
43318         * resolv/res_libc.c: Likewise.
43319         * rt/Makefile: Likewise.
43320         * sysdeps/i386/asm-syntax.h: Likewise.
43321         * sysdeps/i386/sysdep.h: Likewise.
43322         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
43323         * sysdeps/mach/sysdep.h: Likewise.
43324         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
43325         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
43326         * sysdeps/s390/asm-syntax.h: Likewise.
43327         * sysdeps/s390/s390-32/sysdep.h: Likewise.
43328         * sysdeps/s390/s390-64/sysdep.h: Likewise.
43329         * sysdeps/sh/sysdep.h: Likewise.
43330         * sysdeps/unix/sparc/sysdep.h: Likewise.
43331         * sysdeps/wordsize-32/divdi3.c: Likewise.
43332         * sysdeps/x86_64/sysdep.h: Likewise.
43333
43334         * argp/Versions: Remove _argp_unlock_xxx.
43335
43336         [BZ #13559]
43337         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
43338         * abilist/libBrokenLocale.abilist: Likewise.
43339         * abilist/libanl.abilist: Likewise.
43340         * abilist/libc.abilist: Likewise.
43341         * abilist/libcrypt.abilist: Likewise.
43342         * abilist/libdl.abilist: Likewise.
43343         * abilist/libm.abilist: Likewise.
43344         * abilist/libnsl.abilist: Likewise.
43345         * abilist/libpthread.abilist: Likewise.
43346         * abilist/libresolv.abilist: Likewise.
43347         * abilist/librt.abilist: Likewise.
43348         * abilist/libthread_db.abilist: Likewise.
43349         * abilist/libutil.abilist: Likewise.
43350         * abilist/libnss_db.abilist: New file.
43351
43352         * scripts/abilist.awk: Add support for indirect functions.
43353
43354         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
43355
43356         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
43357
43358         * shlib-versions: Remove entries for ports architectures.
43359
43360         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
43361         files in ports.
43362         * elf/stackguard-macros.h: Remove support for IA-64.
43363         * elf/tst-auditmod1.c: Likewise.
43364         * sysdeps/generic/ldsodefs.h: Likewise.
43365
43366         * sysdeps/unix/sysv/linux/configure.in: Ports should define
43367         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
43368         configure files.
43369
43370         [BZ #13552]
43371         * configure.in: Remove --enable-omitfp support.
43372         * FAQ.in: Adjust.
43373         * config.make.in: Likewise.
43374         * Makeconfig: Likewise.
43375         * manual/install.texi: Likewise.
43376
43377         In case anyone cares, the IA-64 architecture could move to ports.
43378         * sysdeps/ia64/*: Removed.
43379         * sysdeps/unix/sysv/linux/ia64/*: Removed.
43380         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
43381
43382         [BZ #13555]
43383         * configure.in: Remove entries for unsupported architectures.
43384
43385         [BZ #13533]
43386         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
43387         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
43388         routines.
43389         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
43390         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
43391         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
43392         fall back to using wcrtomb.
43393         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
43394         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
43395         renaming.
43396         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
43397         * wcsmbs/tst-c16c32-1.c: New file.
43398
43399         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
43400         local variable.
43401
43402         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
43403
43404         * elf/tst-unique3.cc: Add explicit declaration of gets.
43405         * elf/tst-unique3lib.cc: Likewise.
43406         * elf/tst-unique3lib2.cc: Likewise.
43407         * elf/tst-unique4.cc: Likewise.
43408
43409         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
43410
43411 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
43412
43413         [BZ #13566]
43414         * assert/assert.h (static_assert): Don't define for C++.
43415         * libio/stdio.h (gets): Do declare for C++ <= C++11.
43416         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
43417
43418 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
43419
43420         * iconv/loop.c (single loop): Fix assertion in storing of
43421         remaining bytes.
43422
43423         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
43424
43425 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
43426
43427         * posix/getconf.c: Update copyright year.
43428         * nss/getent.c: Likewise.
43429         * nss/makedb.c: Likewise.
43430         * iconv/iconvconfig.c: Likewise.
43431         * iconv/iconv_prog.c: Likewise.
43432         * elf/ldconfig.c: Likewise.
43433         * elf/pldd.c: Likewise.
43434         * elf/sotruss.ksh: Likewise.
43435         * catgets/gencat.c: Likewise.
43436         * csu/version.c: Likewise.
43437         * elf/ldd.bash.in: Likewise.
43438         * elf/sprof.c (print_version): Likewise.
43439         * locale/programs/locale.c: Likewise.
43440         * locale/programs/localedef.c: Likewise.
43441         * login/programs/pt_chown.c: Likewise.
43442         * nscd/nscd.c (print_version): Likewise.
43443         * debug/xtrace.sh: Likewise.
43444         * malloc/memusage.sh: Likewise.
43445         * malloc/mtrace.pl: Likewise.
43446         * debug/catchsegv.sh: Likewise.
43447
43448 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
43449
43450         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
43451         pure attribute.
43452
43453 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
43454
43455         [BZ #13533]
43456         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
43457         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
43458         transformations.
43459         * iconv/gconv_int.h: Likewise.
43460         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
43461         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
43462         from libc for GLIBC_2.16.
43463         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
43464         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
43465         * wcsmbs/uchar.h: Really define mbstate_t.
43466         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
43467         * wcsmbs/c16rtomb.c: New file.
43468         * wcsmbs/mbrtoc16.c: New file.
43469         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
43470         for C/POSIX locale.
43471         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
43472         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
43473
43474         * wcsmbs/wchar.h: Add missing __restrict.
43475
43476 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
43477
43478         [BZ #13532]
43479         * time/Makefile (routines): Add timespec_get.
43480         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
43481         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
43482         timespec for ISO C11.
43483         * time/timespec_get.c: New file.
43484         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
43485         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
43486
43487         [BZ #13531]
43488         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
43489         * stdlib/stdlib.h: Declare aligned_alloc.
43490         * Versions.def: Add GLIBC_2.16 for libc.
43491         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
43492
43493         [BZ 13527]
43494         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
43495         ISO C11.
43496
43497         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
43498         code.
43499
43500         [BZ #13528]
43501         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
43502
43503         [BZ #13529]
43504         * assert/assert.h (static_assert): Define.
43505
43506         * version.h: Update for 2.16 development version.
43507
43508         [BZ #13526]
43509         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
43510         _ISOC11_SOURCE.
43511
43512         * version.h (RELEASE): Bump for 2.15 release.
43513         * include/features.h (__GLIBC_MINOR__): Bump to 15.
43514
43515         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
43516         Patch by Marek Polacek <mpolacek@redhat.com>.
43517
43518         * bits/byteswap.h: Protect long long constants with __extension__.
43519         * sysdeps/i386/bits/byteswap.h: Likewise.
43520         * sysdeps/ia64/bits/byteswap.h: Likewise.
43521         * sysdeps/s390/bits/byteswap.h: Likewise.
43522         * sysdeps/x86_64/bits/byteswap.h: Likewise.
43523
43524 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43525
43526         [BZ #13540]
43527         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
43528         destination buffer.
43529         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
43530
43531 2011-12-23  Marek Polacek  <polacek@redhat.com>
43532
43533         * elf/dl-addr.c (determine_info): Add inline keyword.
43534         * elf/tst-auditmod4b.c (check_avx): Likewise.
43535         * elf/tst-auditmod6b.c (check_avx): Likewise.
43536         * elf/tst-auditmod6c.c (check_avx): Likewise.
43537         * elf/tst-auditmod7b.c (check_avx): Likewise.
43538
43539 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
43540
43541         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
43542         !__SSE_MATH__.
43543
43544 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43545
43546         [BZ #13540]
43547         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
43548         processing for last bytes.
43549
43550 2011-08-06  Bruno Haible  <bruno@clisp.org>
43551
43552         [BZ #13061]
43553         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
43554         U+0385, not to U+1FEE.
43555
43556         [BZ #13062]
43557         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
43558         entry for U+00A5 U+0301.
43559
43560 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
43561
43562         [BZ #13166]
43563         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
43564         buffer for the output is too small.
43565
43566         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
43567         optimization.
43568
43569         [BZ #13185]
43570         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
43571         SSE flags if possible.
43572
43573 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43574
43575         [BZ #13540]
43576         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
43577         processing for last bytes.
43578
43579 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
43580
43581         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
43582         (syscall-list-default-options, syscall-list-default-condition)
43583         (syscall-list-includes): Define.
43584         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
43585         list of ABIs and options and #if conditions for each ABI.  Do not
43586         handle common syscalls between ABIs specially.
43587         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
43588         Remove.
43589         (syscall-list-variants, syscall-list-32bit-options)
43590         (syscall-list-32bit-condition, syscall-list-64bit-options)
43591         (syscall-list-64bit-condition): Define.
43592         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
43593         (syscall-list-variants, syscall-list-32bit-options)
43594         (syscall-list-32bit-condition, syscall-list-64bit-options)
43595         (syscall-list-64bit-condition): Define.
43596         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
43597         Remove.
43598         (syscall-list-variants, syscall-list-32bit-options)
43599         (syscall-list-32bit-condition, syscall-list-64bit-options)
43600         (syscall-list-64bit-condition): Define.
43601         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
43602         Remove.
43603         (syscall-list-variants, syscall-list-32bit-options)
43604         (syscall-list-32bit-condition, syscall-list-64bit-options)
43605         (syscall-list-64bit-condition): Define.
43606
43607 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
43608
43609         * locale/iso-639.def: Add brx entry.
43610
43611         [BZ #13328]
43612         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
43613         Proposed by Mariusz_Cukr <marcukr@op.pl>.
43614
43615         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
43616         __feraiseexcept_renamed.
43617
43618 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
43619
43620         [BZ #13538]
43621         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
43622         EPOLLET with unsigned values.
43623         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
43624         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
43625
43626         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
43627         to large cancellation.
43628         * math/s_cacoshf.c: Likewise.
43629         * math/s_cacoshl.c: Likewise.
43630
43631 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
43632
43633         [BZ #13305]
43634         [BZ #12786]
43635         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
43636         * math/s_cacoshf.c: Likewise.
43637         * math/s_cacoshl.c: Likewise.
43638
43639 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
43640
43641         [BZ #13439]
43642         * iconv/gconv.h: Define __GCONV_SWAP.
43643         * iconvdata/unicode.c: The swap bit must be stored in __flags.
43644         * iconvdata/utf-16.c: Likewise.
43645         * iconvdata/utf-32.c: Likewise.
43646
43647 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
43648
43649         [BZ #13524]
43650         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
43651         numerator after shifting it by one limb.
43652
43653 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
43654
43655         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
43656         under [__USE_EXTERN_INLINES].
43657
43658 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
43659
43660         [BZ #13446]
43661         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
43662
43663 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43664
43665         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
43666         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
43667         optimized code.
43668         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
43669         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
43670         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
43671         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
43672         for strncasecmp/strncasecmp_l compilation.
43673         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
43674         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
43675
43676 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
43677
43678         [BZ #13484]
43679         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
43680         of __asm__.
43681
43682 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
43683
43684         [BZ #13506]
43685         * time/tzfile.c (__tzfile_read): Check values from file header.
43686
43687 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
43688
43689         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
43690         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
43691         * powerpc/powerpc32/dl-start.S: Likewise.
43692         * powerpc/powerpc32/elf/start.S: Likewise.
43693         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
43694         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
43695         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
43696         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
43697         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
43698         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
43699         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
43700         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
43701         * powerpc/powerpc32/fpu/s_round.S: Likewise.
43702         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
43703         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
43704         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
43705         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
43706         * powerpc/powerpc32/memset.S: Likewise.
43707         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
43708         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
43709         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
43710         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
43711         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
43712         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
43713         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
43714         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
43715         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
43716         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
43717         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
43718         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
43719         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
43720
43721 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43722
43723         * math/libm-test.inc: Added more nearbyint tests.
43724         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
43725         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
43726         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
43727         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
43728
43729 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
43730
43731         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
43732         FD_CLOEXEC.
43733
43734 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43735
43736         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
43737         Add wcscpy-ssse3 wcscpy-c.
43738         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
43739         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
43740         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
43741         * sysdeps/x86_64/wcschr.S: New file.
43742         * sysdeps/x86_64/wcsrchr.S: New file.
43743         * string/test-strcmp.c: Remove checking of wcscmp function for
43744         wrong alignments.
43745         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
43746         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
43747         wcsrchr-sse2 wcsrchr-c.
43748         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
43749         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
43750         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
43751         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
43752         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
43753         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
43754         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
43755         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
43756         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
43757         * wcsmbc/wcschr.c (WCSCHR): New macro.
43758
43759 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43760
43761         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
43762         * wcsmbs/test-wcsrchr.c: New file.
43763         * string/test-strrchr.c: Add wcsrchr support.
43764         (WIDE): New macro.
43765         * wcsmbs/test-wcscpy.c: New file.
43766         * string/test-strcpy.c: Add wcscpy support.
43767         (WIDE): New macro.
43768
43769 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
43770
43771         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
43772         the inner loop.
43773
43774 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
43775
43776         [BZ #13472]
43777         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
43778
43779 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
43780
43781         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
43782         Minor optimizations.
43783
43784         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
43785         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
43786         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
43787
43788 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
43789
43790         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
43791         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
43792         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
43793         for gcc to avoid warnings.
43794         * inet/Makefile (tests): Add tst-checks.
43795         * inet/tst-checks.c: New file.
43796
43797         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
43798         warning.
43799
43800         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
43801         __wmemcmp_sse2.
43802
43803         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
43804         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
43805
43806         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
43807
43808 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
43809
43810         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
43811         problem.
43812
43813         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
43814
43815 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
43816
43817         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
43818         conditional on GCC version.
43819         (__arch_compare_and_exchange_val_8_acq)
43820         (__arch_compare_and_exchange_val_16_acq)
43821         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
43822         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
43823         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
43824
43825 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
43826
43827         * sysdeps/sh/backtrace.c: New file.
43828
43829 2011-12-02  Andreas Schwab  <schwab@redhat.com>
43830
43831         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
43832         parenthesis.
43833
43834 2011-12-01  Andreas Schwab  <schwab@redhat.com>
43835
43836         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
43837         falling back to utime.
43838
43839 2011-11-30  Andreas Schwab  <schwab@redhat.com>
43840
43841         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
43842         expectations for float.
43843
43844 2011-11-29  Andreas Schwab  <schwab@redhat.com>
43845
43846         * locale/weight.h (findidx): Add parameter len.
43847         * locale/weightwc.h (findidx): Likewise.
43848         * posix/fnmatch_loop.c (FCT): Adjust caller.
43849         * posix/regcomp.c (build_equiv_class): Likewise.
43850         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
43851         * posix/regexec.c (check_node_accept_bytes): Likewise.
43852         * string/strcoll_l.c (STRCOLL): Likewise.
43853         * string/strxfrm_l.c (STRXFRM): Likewise.
43854
43855 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
43856
43857         * Makefile.in: Remove CVSOPT handling.
43858         * configure.in: Remove use of AC_REVISION.
43859         * iconvdata/Makefile (distribute): No need to filter out CVS.
43860         * scripts/list-sources.sh: Remove CVS, subversion and monotone
43861         handling.
43862
43863 2011-11-16  Andreas Schwab  <schwab@redhat.com>
43864
43865         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
43866         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
43867         [USE_AS_STRNCASECMP_L]: Likewise.
43868         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
43869         NO_TLS_DIRECT_SEG_REFS.
43870         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
43871         Fix argument offsets for non-PIC.
43872         [USE_AS_STRNCASECMP_L]: Likewise.
43873         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
43874         NO_TLS_DIRECT_SEG_REFS.
43875
43876 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
43877
43878         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
43879         O_CLOEXEC.
43880         * locale/loadlocale.c (_nl_load_locale): Likewise.
43881
43882 2011-11-15  Andreas Schwab  <schwab@redhat.com>
43883
43884         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
43885         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
43886         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
43887         (SYSCALL_GETTIME): Set errno on error.
43888
43889         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
43890         count references to noai6ai_cached.
43891
43892 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
43893
43894         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
43895
43896         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
43897         FD_CLOEXEC for /proc/self/maps.
43898
43899         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
43900         FD_CLOEXEC for /proc/meminfo.
43901
43902         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
43903         gai.conf.
43904
43905         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
43906         FD_CLOEXEC for given file.
43907
43908         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
43909
43910         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
43911         FD_CLOEXEC for /etc/hosts.
43912         (_gethtent): Likewise.
43913
43914         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
43915
43916         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
43917         cancellation and set FD_CLOEXEC for /etc/netgroup.
43918
43919         * nss/nss_files/files-key.c (search): Don't allow cancellation when
43920         reading /etc/publickey.
43921
43922         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
43923         allow cancellation when reading /etc/group.
43924
43925         * nss/nss_files/files-alias.c (internal_setent): Don't allow
43926         cancellation.
43927         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
43928
43929         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
43930         when using data file.
43931
43932         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
43933
43934         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
43935         (write_nis_obj): Use "c" and "e" in fopen.
43936
43937         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
43938
43939         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
43940
43941         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
43942
43943         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
43944
43945         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
43946         locale.alias.
43947
43948         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
43949
43950         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
43951
43952         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
43953
43954         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
43955         file parsing and set FD_CLOEXEC.
43956
43957 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
43958
43959         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
43960
43961 2011-11-14  Andreas Schwab  <schwab@redhat.com>
43962
43963         * malloc/arena.c (arena_get2): Don't call reused_arena when
43964         _int_new_arena failed.
43965
43966 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
43967
43968         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
43969         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
43970         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
43971         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
43972         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
43973         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
43974         to compile strcasecmp and strncasecmp.
43975         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
43976         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
43977
43978         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
43979
43980 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
43981
43982         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
43983         locale-defines.sym to gen-as-const-headers.
43984         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
43985         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
43986         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
43987         to compile strcasecmp and strncasecmp.
43988         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
43989         strcasecmp_l and strncasecmp_l.
43990         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
43991         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
43992         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
43993         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
43994         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
43995         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
43996         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
43997         * sysdeps/i386/i686/multiarch/strncase.S: New file.
43998         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
43999         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
44000         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
44001
44002 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
44003
44004         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
44005         result of SYSDEP_GETTIME_CPU to retval.
44006         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
44007         parameter list to macro.  Remove trailing semicolon.  Adjust users.
44008
44009         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
44010         variable.
44011
44012         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
44013         mantissa words.
44014         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
44015
44016         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
44017         from unused variable.
44018
44019         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
44020         DWARF definitions.
44021         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
44022         for assembling.
44023
44024         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
44025         over namespaces.
44026
44027         * sunrpc/rpc_prot.c (rejected): Fix case value.
44028
44029         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
44030         unsigned long long int to avoid warnings in shift.
44031
44032         * posix/regex_internal.c (re_string_reconstruct): Actually use result
44033         of use of trans.
44034         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
44035         variable tmp.
44036
44037         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
44038         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
44039         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
44040
44041         * nis/nis_table.c (nis_list): Use variable of correct type for
44042         result of __follow_path call.
44043
44044 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44045
44046         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
44047         of math functions ceil, trunc, floor, round, and sqrt, when
44048         avaliable on the platform.
44049         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
44050         name clash.
44051         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
44052         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
44053         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
44054
44055 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
44056
44057         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
44058         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
44059
44060 2011-11-11  Roland McGrath  <roland@hack.frob.com>
44061
44062         * include/unistd.h: Fix __readlink return type.
44063         Reported by Chris Metcalf <cmetcalf@tilera.com>.
44064
44065 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
44066
44067         * stdlib/ucontext.h: Undo last change for makecontext.
44068
44069 2011-11-11  Andreas Schwab  <schwab@redhat.com>
44070
44071         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
44072
44073         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
44074         * setjmp/setjmp.h: Mark functions as non-leaf.
44075         * setjmp/bits/setjmp2.h: Likewise.
44076         * stdlib/ucontext.h: Likewise.
44077
44078 2011-11-10  Andreas Schwab  <schwab@redhat.com>
44079
44080         * malloc/arena.c (_int_new_arena): Don't increment narenas.
44081         (reused_arena): Don't check arena limit.
44082         (arena_get2): Atomically check arena limit.
44083
44084 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
44085
44086         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
44087         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
44088
44089         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
44090         instructions.
44091
44092 2011-11-07  Andreas Schwab  <schwab@redhat.com>
44093
44094         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
44095         handler when locking.
44096
44097         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
44098         Fix size of allocated buffer.
44099
44100 2011-11-04  Andreas Schwab  <schwab@redhat.com>
44101
44102         [BZ #10103]
44103         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
44104         declarations for long double functions.
44105         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
44106
44107         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
44108
44109 2011-11-03  Andreas Schwab  <schwab@redhat.com>
44110
44111         * nscd/nscd.c (main): Don't start AVC thread until credentials are
44112         installed.
44113
44114         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
44115         is disabled.
44116
44117 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44118
44119         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
44120
44121 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
44122
44123         * include/alloca.h (stackinfo_alloca_round): Define.
44124         (extend_alloca): Use it.
44125         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
44126         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
44127         here.
44128
44129         * scripts/check-local-headers.sh: Ignore libaudit.h.
44130
44131         * nscd/Makefile (extra-objs): Make recursively expanded.
44132
44133 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
44134
44135         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
44136         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
44137
44138         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
44139         * posix/tst-rfc3484-2.c: Likewise.
44140         * posix/tst-rfc3484-3.c: Likewise.
44141
44142         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
44143         process_vm_writev.
44144         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
44145         process_vm_writev.
44146         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
44147         process_vm_writev from libc using GLIBC_2.15 version.
44148
44149         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
44150
44151 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
44152
44153         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
44154         stack usage.
44155
44156 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
44157
44158         [BZ #13367]
44159         * nss/getent.c (initgroups_keys): Show error message in case no group
44160         names are given.
44161
44162         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
44163         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
44164         __bump_nl_timestamp.
44165         * nscd/connections (nscd_init): When host database is served open
44166         netlink socket and request notification about configuration changes.
44167         (main_loop_poll): Track netlink file descriptor and bump timestamp
44168         in case data becomes available.
44169         (main_loop_epoll): Likewise.
44170         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
44171         (database_pers_head): Add extra_data fileds.
44172         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
44173         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
44174         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
44175         Adjust caller.
44176         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
44177         in6ai data, call __free_in6ai.
44178         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
44179         Add -DHAVE_NETLINK.
44180         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
44181         interface information.  Reuse previous data if netlink timestamp
44182         is not changed.
44183         (__bump_nl_timestamp): New function.
44184         (__free_in6ai): New function.
44185
44186 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
44187
44188         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
44189         close_not_cancel_no_status here.
44190         (__check_pf): Reorganize code a bit to not call close twice if OOM.
44191
44192 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
44193
44194         [BZ #13276]
44195         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
44196         return value.
44197
44198         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
44199         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
44200         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
44201
44202 2011-07-03  Andreas Jaeger  <aj@suse.de>
44203
44204         [BZ #10709]
44205         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
44206         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
44207         * math/libm-test.inc (sin_test): Add test case.
44208
44209 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
44210
44211         [BZ #13337]
44212         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
44213         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
44214
44215         * elf/chroot_canon.c (chroot_canon): Cleanups.
44216
44217         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
44218
44219         [BZ #13335]
44220         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
44221         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
44222
44223         * string/test-strchr.c: Make usable for strchrnul testing.
44224         * string/test-strchrnul.c: New file.
44225         * string/Makefile (strop-tests): Add strchrnul.
44226
44227         * po/it.po: Update from translation team.
44228         * po/es.po: Likewise.
44229
44230 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
44231
44232         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
44233         the three constants needed as parameters.  Drop the others.
44234         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
44235         __m128i_strloadu_tolower.
44236         Create and initialize variable zero and use it in all the places
44237         where _mm_setzero_si128 was used.
44238
44239         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
44240         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
44241         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
44242         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
44243         anymore.
44244         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
44245         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
44246         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
44247         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
44248         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
44249         __mpranred, __mptan.
44250         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
44251         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
44252         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
44253         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
44254         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
44255         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
44256         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
44257         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
44258         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
44259
44260 2011-10-28  Andreas Schwab  <schwab@redhat.com>
44261
44262         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
44263         redefine if SHARED.
44264         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
44265
44266         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
44267         wide char related routines to wcsmbs subdir.
44268
44269 2011-10-27  Andreas Schwab  <schwab@redhat.com>
44270
44271         [BZ #13344]
44272         * misc/sys/cdefs.h (__THROWNL): Define.
44273         * posix/unistd.h: Use __THREADNL instead of __THREAD
44274         for memory synchronization functions.
44275
44276 2011-10-26  Roland McGrath  <roland@hack.frob.com>
44277
44278         [BZ #13349]
44279         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
44280         doesn't exist.
44281         * manual/stdio.texi (Obstack Streams): Node removed.
44282
44283 2011-10-26  Andreas Schwab  <schwab@redhat.com>
44284
44285         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
44286         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
44287         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
44288
44289         * math/math_private.h (math_force_eval): Allow non-addressable
44290         arguments.
44291         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
44292
44293 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
44294
44295         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
44296         file is not needed.
44297
44298         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
44299         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
44300         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
44301         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
44302         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
44303         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
44304         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
44305         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
44306         Add AVX variants.
44307         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
44308         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
44309         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
44310         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
44311         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
44312         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
44313         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
44314         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
44315         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
44316         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
44317         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
44318         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
44319         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
44320         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
44321         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
44322         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
44323         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
44324         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
44325         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
44326
44327         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
44328         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
44329
44330         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
44331         place.  Use VEX encoding when compiling for AVX.
44332
44333 2011-10-25  Andreas Schwab  <schwab@redhat.com>
44334
44335         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
44336         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
44337
44338         * string/test-strchr.c (do_test): Don't generate NUL bytes.
44339
44340 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
44341
44342         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
44343         useless if() expression.
44344         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
44345         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
44346         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
44347         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
44348         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
44349         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
44350         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
44351         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
44352         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
44353         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
44354         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
44355         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
44356         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
44357         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
44358         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
44359         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
44360         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
44361         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
44362         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
44363
44364         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
44365
44366 2011-10-25  Andreas Schwab  <schwab@redhat.com>
44367
44368         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
44369         condition.
44370         * elf/dl-fini.c (_dl_sort_fini): Likewise.
44371
44372 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
44373
44374         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
44375         .text section.  Avoid duplicate constants.
44376         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
44377         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
44378         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
44379         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
44380         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
44381         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
44382         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
44383         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
44384         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
44385         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
44386         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
44387         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
44388         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
44389         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
44390         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
44391         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
44392         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
44393         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
44394         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
44395         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
44396         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
44397         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
44398         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
44399         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
44400         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
44401         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
44402         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
44403         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
44404         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
44405         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
44406         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
44407         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
44408         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
44409         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
44410         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
44411         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
44412         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
44413         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
44414         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
44415         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
44416         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
44417         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
44418         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
44419         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
44420         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
44421
44422 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
44423
44424         * sysdeps/x86_64/dla.h: Move to ...
44425         * sysdeps/x86_64/fpu/dla.h: ...here.
44426         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
44427         situations.  Use __builtin_fma only for gcc 4.6 and up.
44428
44429         * config.make.in: Add have-mfma4 entry.
44430         * configure.in: Substitute libc_cv_cc_fma4.
44431         * math/Makefile (dbl-only-routines): Add sincostab.
44432         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
44433         Use __sincostab not sincos.
44434         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
44435         name is a macro.
44436         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
44437         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
44438         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
44439         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
44440         using __copysign.
44441         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
44442         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
44443         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
44444         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
44445         and __inv.
44446         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
44447         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
44448         __copysign.
44449         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
44450         define aliases when function name is a macro.
44451         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
44452         sysdeps/ieee754/dbl-64/sincos.tbl.
44453         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
44454         fma4-enabled routines.
44455         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
44456         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
44457         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
44458         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
44459         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
44460         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
44461         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
44462         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
44463         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
44464         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
44465         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
44466         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
44467         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
44468         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
44469         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
44470         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
44471         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
44472         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
44473         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
44474         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
44475         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
44476         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
44477         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
44478         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
44479         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
44480         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
44481         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
44482         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
44483         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
44484         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
44485
44486         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
44487         rename.
44488         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
44489         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
44490         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
44491         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
44492         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
44493         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
44494         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
44495         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
44496
44497 2011-10-24  Andreas Schwab  <schwab@redhat.com>
44498
44499         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
44500
44501 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
44502
44503         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
44504
44505         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
44506         prediction.
44507         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
44508
44509         * string/strnlen.c: Don't define STRNLEN, reverse logic.
44510         Remove unused variable magic_bits.
44511         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
44512
44513         * string/strnlen.c: Define and use STRNLEN macro.
44514         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
44515         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
44516         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
44517         * wcsmbs/wcslen.c: Define and use WCSLEN.
44518         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
44519         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
44520         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
44521         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
44522         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
44523         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
44524         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
44525
44526 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44527
44528         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
44529         strnlen-sse2-no-bsf.
44530         Rename strlen-no-bsf to strlen-sse2-no-bsf.
44531         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
44532         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
44533         Add strnlen support.
44534         (USE_AS_STRNLEN): New macro.
44535         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
44536         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
44537         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
44538         * sysdeps/x86_64/wcslen.S: New file.
44539
44540 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
44541
44542         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
44543         XMM-moves are used for copying on small sizes.
44544
44545 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44546
44547         * wcsmbs/Makefile (strop-tests): Add wcschr.
44548         * wcsmbs/test-wcschr.c: New file.
44549         * string/test-strchr.c: Update.
44550         Add wcschr support.
44551         (WIDE): New macro.
44552
44553 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44554
44555         * wcsmbs/Makefile (strop-tests): Add wcslen.
44556         * wcsmbs/test-wcslen.c: New file.
44557         * string/test-strlen.c: Update.
44558         Add wcslen support.
44559         (WIDE): New macro.
44560
44561 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
44562
44563         * po/it.po: Update from translation team.
44564
44565 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44566
44567         * sysdeps/x86_64/wcscmp.S: Update.
44568         Fix wrong comparison semantics.
44569         wcscmp shall use signed comparison not unsigned.
44570         Don't use substraction to avoid overflow bug.
44571         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
44572         * wcsmbc/wcscmp.c: Likewise.
44573         * string/test-strcmp.c: Likewise.
44574         Add new tests to check cases with negative values.
44575
44576 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
44577
44578         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
44579         * sysdeps/x86_64/dla.h: ...here.  New file.
44580         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
44581         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
44582         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
44583         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
44584         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
44585         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
44586         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
44587         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
44588         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
44589
44590 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
44591
44592         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
44593         __ynl_finite aliases.
44594
44595 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
44596
44597         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
44598
44599         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
44600         define DLA_FMA.
44601         [DLA_FMA] (EMULV): Use DLA_FMA.
44602         [DLA_FMA] (MUL12): Use EMULV.
44603         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
44604         that are not needed.
44605         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
44606         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
44607         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
44608         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
44609         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
44610         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
44611         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
44612
44613 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
44614
44615         * math/s_nan.c: Undef __nan.
44616         * math/s_nanf.c: Undef __nanf.
44617         * math/s_nanl.c: Undef __nanl.
44618         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
44619         "math_private.h".
44620
44621 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
44622
44623         * math/s_catan.c: Add branch predictions.
44624         * math/s_catanf.c: Likewise.
44625         * math/s_catanh.c: Likewise.
44626         * math/s_catanhf.c: Likewise.
44627         * math/s_catanhl.c: Likewise.
44628         * math/s_catanl.c: Likewise.
44629         * math/s_cexp.c: Likewise.
44630         * math/s_cexpf.c: Likewise.
44631         * math/s_cexpl.c: Likewise.
44632         * math/s_clog.c: Likewise.
44633         * math/s_clog10.c: Likewise.
44634         * math/s_clog10f.c: Likewise.
44635         * math/s_clog10l.c: Likewise.
44636         * math/s_clogf.c: Likewise.
44637         * math/s_clogl.c: Likewise.
44638         * math/s_csqrt.c: Likewise.
44639         * math/s_csqrtf.c: Likewise.
44640         * math/s_csqrtl.c: Likewise.
44641         * math/s_ctanf.c: Likewise.
44642         * math/s_ctanh.c: Likewise.
44643         * math/s_ctanhf.c: Likewise.
44644         * math/s_ctanhl.c: Likewise.
44645         * math/s_ctanl.c: Likewise.
44646
44647         * math/math_private.h: Define __nan, __nanf, __nanl.
44648         * math/s_cacosh.c: Include <math_private.h>.
44649         * math/s_cacoshl.c: Likewise.
44650         * math/s_casinh.c: Likewise.
44651         * math/s_casinhf.c: Likewise.
44652         * math/s_casinhl.c: Likewise.
44653         * math/s_ccos.c: Rely entire on ccosh.
44654         * math/s_ccosf.c: Rely entire on ccoshf.
44655         * math/s_ccosl.c: Rely entirely on ccoshl.
44656         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
44657         Remove tests for FE_INVALID.
44658         * math/s_ccoshf.c: Likewise.
44659         * math/s_ccoshl.c: Likewise.
44660         * math/s_csin.c: Likewise.
44661         * math/s_csinf.c: Likewise.
44662         * math/s_csinh.c Likewise.
44663         * math/s_csinhf.c: Likewise.
44664         * math/s_csinhl.c: Likewise.
44665         * math/s_csinl.c: Likewise.
44666         * math/s_ctan.c: Likewise.
44667         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
44668         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
44669         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
44670
44671 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
44672
44673         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
44674         compilation problems.
44675
44676         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
44677         __builtin_expect.
44678
44679 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
44680
44681         * sysdeps/i386/configure.in: Test for -mfma4 option.
44682         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
44683         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
44684         COMMON_CPUID_INDEX_80000001.
44685         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
44686         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
44687         use it if FMA3 is not supported.
44688         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
44689
44690         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
44691         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
44692
44693 2011-10-20  Andreas Schwab  <schwab@redhat.com>
44694
44695         [BZ #12892]
44696         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
44697         it would create a cycle with a link time dependency.
44698
44699 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
44700
44701         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
44702         instruction.
44703         * string/Makefile (strop-tests): Add rawmemchr.
44704         * string/test-rawmemchr.c: New file.
44705
44706         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
44707         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
44708         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
44709         when compiling str{,n}casecmp and when AVX is available.  Hook up
44710         new optimized code in initializers.
44711
44712 2011-10-19  Andreas Schwab  <schwab@redhat.com>
44713
44714         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
44715         __feraiseexcept instead of feraiseexcept.
44716
44717 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
44718
44719         * math/math_private.h: Define defaults for libc_fetestexcept and
44720         libc_feupdateenv.
44721         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
44722         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
44723         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
44724         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
44725         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
44726         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
44727         libc_fetestexcept and libc_feupdateenv.
44728
44729         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
44730         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
44731         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
44732         * sysdeps/x86_64/fpu/math_private.h: Define special version of
44733         libc_feholdexcept_setround.
44734
44735         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
44736         Add s_nearbyint-c and s_nearbyintf-c.
44737         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
44738         nearbyintf inlines.
44739         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
44740         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
44741         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
44742         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
44743
44744         * math/math_private.h: Define defaults for libc_fegetround,
44745         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
44746         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
44747         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
44748         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
44749         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
44750         standard functions.
44751         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
44752         Remove comments and hacks for old compiler versions.
44753         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
44754         libc_fegetround, libc_fesetround, libc_feholdexcept, and
44755         libc_feholdexceptl.
44756
44757 2011-10-18  Andreas Schwab  <schwab@redhat.com>
44758
44759         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
44760         (__feraiseexcept_renamed): Add __NTH.
44761         (feraiseexcept): Add __NTH.  Rename local variables to fix
44762         namespace violations.
44763
44764 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
44765
44766         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
44767
44768         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
44769
44770         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
44771         recently added interfaces.
44772         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
44773
44774         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
44775         about macro parameter expansion.
44776
44777         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
44778         __NO_MATH_INLINES is defined.  Cleanups.
44779
44780         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
44781         and __floorf is target has SSE4.1.
44782         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
44783         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
44784         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
44785         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
44786
44787         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
44788         name.
44789         (floorf): Likewise.
44790
44791         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
44792
44793 2011-10-17  Andreas Schwab  <schwab@redhat.com>
44794
44795         * misc/sys/cdefs.h: Fix last change.
44796
44797         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
44798         database lookup.
44799
44800 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
44801
44802         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
44803
44804         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
44805         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
44806         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
44807         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
44808         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
44809         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
44810         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
44811         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
44812         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
44813         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
44814         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
44815         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
44816         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
44817         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
44818         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
44819         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
44820         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
44821         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
44822         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
44823         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
44824         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
44825         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
44826
44827         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
44828         ceil, ceilf, floor, floorf.
44829
44830         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
44831         Perform IRELATIVE relocations last.
44832
44833         * elf/do-rel.h: Add another parameter nrelative, replacing the
44834         local variable with the same name.  Change name of the function
44835         to end in Rel or Rela (uppercase).
44836         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
44837         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
44838         elf_dynamic_do_##reloc function.
44839
44840 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
44841
44842         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
44843         is sufficient, at least on modern CPUs.
44844
44845         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
44846
44847         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
44848         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
44849
44850         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
44851         __expl_finite.
44852         * math/bits/math-finite.h: Add entries for exp.
44853         * math/e_expl.c: Add __*_finite alias.
44854         * sysdeps/i386/fpu/e_exp.S: Likewise.
44855         * sysdeps/i386/fpu/e_expf.S: Likewise.
44856         * sysdeps/i386/fpu/e_expl.c: Likewise.
44857         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
44858         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
44859         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
44860         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
44861         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
44862         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
44863         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
44864
44865         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
44866         is sufficient, at least on modern CPUs.
44867
44868         * ctype/ctype-info.c (__ctype_init): Define.
44869         * include/ctype.h (__ctype_init): Declare.
44870         (__ctype_b_loc): The variable is always initialized.
44871         (__ctype_toupper_loc): Likewise.
44872         (__ctype_tolower_loc): Likewise.
44873         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
44874         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
44875
44876 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
44877
44878         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
44879
44880         * configure.in: Also look in $cxxmachine/include for C++ system
44881         headers.
44882
44883 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44884
44885         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
44886         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
44887         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
44888         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
44889         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
44890         (USE_AS_WMEMCMP): New macro.
44891         Fixing indents.
44892         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
44893         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
44894         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
44895         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
44896         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
44897         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
44898         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
44899         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
44900         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
44901         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
44902         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
44903         (USE_AS_WMEMCMP): New macro.
44904         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
44905         * sysdeps/string/test-memcmp.c: Update.
44906         Fix simple_wmemcmp.
44907         Add new tests.
44908         * wcsmbs/wmemcmp.c: Update.
44909         (WMEMCMP): New macro.
44910         Fix overflow bug.
44911
44912 2011-10-12  Andreas Jaeger  <aj@suse.de>
44913
44914         [BZ #13268]
44915         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
44916
44917 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
44918
44919         * libio/iofwide.c (do_length): Avoid warning.
44920
44921         * ctype/ctype.h (__isctype_f): Add missing __THROW.
44922
44923 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
44924
44925         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
44926
44927         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
44928         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
44929         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
44930         * sysdeps/i386/i686/fpu/e_log.S: New file.
44931         * sysdeps/i386/i686/fpu/e_logf.S: New file.
44932         * sysdeps/i386/i686/fpu/e_logl.S: New file.
44933
44934         * ctype/ctype.h: Add support for inlined isXXX functions when
44935         compiling C++ code.
44936
44937 2011-10-14  Andreas Schwab  <schwab@redhat.com>
44938
44939         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
44940
44941         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
44942
44943 2011-10-13  Roland McGrath  <roland@hack.frob.com>
44944
44945         [BZ #13291]
44946         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
44947
44948 2011-10-13  Andreas Schwab  <schwab@redhat.com>
44949
44950         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
44951         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
44952         feraiseexcept.
44953
44954         * sysdeps/x86_64/memrchr.S: Check for zero size.
44955
44956         * string/stratcliff.c: Add memrchr tests.
44957
44958 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44959
44960         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
44961         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
44962         rawmemchr-sse2 rawmemchr-sse2-bsf.
44963         * sysdeps/i386/i686/multiarch/memchr.S: New file.
44964         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
44965         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
44966         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
44967         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
44968         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
44969         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
44970         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
44971         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
44972         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
44973         * string/memrchr.c (MEMRCHR): New macro.
44974
44975 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
44976
44977         Add integration with gcc's -ffinite-math-only and optimize wrapper
44978         functions in libm.
44979         * Versions.def: Define GLIBC_2.15 version for libm.
44980         * math/Makefile (headers): Add bits/math-finite.h.
44981         * math/bits/math-finite.h: New file.
44982         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
44983         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
44984         * math/e_acoshl.c: Add __*_finite alias.
44985         * math/e_acosl.c: Likewise.
44986         * math/e_asinl.c: Likewise.
44987         * math/e_atan2l.c: Likewise.
44988         * math/e_atanhl.c: Likewise.
44989         * math/e_coshl.c: Likewise.
44990         * math/e_exp10.c: Likewise.
44991         * math/e_exp10f.c: Likewise.
44992         * math/e_exp10l.c: Likewise.
44993         * math/e_exp2l.c: Likewise.
44994         * math/e_fmodl.c: Likewise.
44995         * math/e_gammal_r.c: Likewise.
44996         * math/e_hypotl.c: Likewise.
44997         * math/e_j0l.c: Likewise.
44998         * math/e_j1l.c: Likewise.
44999         * math/e_jnl.c: Likewise.
45000         * math/e_lgammal_r.c: Likewise.
45001         * math/e_log10l.c: Likewise.
45002         * math/e_log2l.c: Likewise.
45003         * math/e_logl.c: Likewise.
45004         * math/e_powl.c: Likewise.
45005         * math/e_sinhl.c: Likewise.
45006         * math/e_sqrtl.c: Likewise.
45007         * math/e_scalb.c: Completely rewritten and optimized.
45008         * math/e_scalbf.c: Likewise.
45009         * math/e_scalbl.c: Likewise.
45010         * math/w_acos.c: Likewise.
45011         * math/w_acosf.c: Likewise.
45012         * math/w_acosl.c: Likewise.
45013         * math/w_acosh.c: Likewise.
45014         * math/w_acoshf.c: Likewise.
45015         * math/w_acoshl.c: Likewise.
45016         * math/w_asin.c: Likewise.
45017         * math/w_asinf.c: Likewise.
45018         * math/w_asinl.c: Likewise.
45019         * math/w_atan2.c: Likewise.
45020         * math/w_atan2f.c: Likewise.
45021         * math/w_atan2l.c: Likewise.
45022         * math/w_atanh.c: Likewise.
45023         * math/w_atanhf.c: Likewise.
45024         * math/w_atanhl.c: Likewise.
45025         * math/w_exp10.c: Likewise.
45026         * math/w_exp10f.c: Likewise.
45027         * math/w_exp10l.c: Likewise.
45028         * math/w_fmod.c: Likewise.
45029         * math/w_fmodf.c: Likewise.
45030         * math/w_fmodl.c: Likewise.
45031         * math/w_j0.c: Likewise.
45032         * math/w_j0f.c: Likewise.
45033         * math/w_j0l.c: Likewise.
45034         * math/w_j1.c: Likewise.
45035         * math/w_j1f.c: Likewise.
45036         * math/w_j1l.c: Likewise.
45037         * math/w_jn.c: Likewise.
45038         * math/w_jnf.c: Likewise.
45039         * math/w_log.c: Likewise.
45040         * math/w_logf.c: Likewise.
45041         * math/w_logl.c: Likewise.
45042         * math/w_log10.c: Likewise.
45043         * math/w_log10f.c: Likewise.
45044         * math/w_log10l.c: Likewise.
45045         * math/w_log2.c: Likewise.
45046         * math/w_log2f.c: Likewise.
45047         * math/w_log2l.c: Likewise.
45048         * math/w_pow.c: Likewise.
45049         * math/w_powf.c: Likewise.
45050         * math/w_powl.c: Likewise.
45051         * math/w_remainder.c: Likewise.
45052         * math/w_remainderf.c: Likewise.
45053         * math/w_remainderl.c: Likewise.
45054         * math/w_scalb.c: Likewise.
45055         * math/w_scalbf.c: Likewise.
45056         * math/w_scalbl.c: Likewise.
45057         * math/w_sqrt.c: Likewise.
45058         * math/w_sqrtf.c: Likewise.
45059         * math/w_sqrtl.c: Likewise.
45060         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
45061         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
45062         used.
45063         * math/math_private.h: Declare __kernel_standard_f.
45064         * math/w_cosh.c: Remove cruft and optimize a bit.
45065         * math/w_coshf.c: Likewise.
45066         * math/w_coshl.c: Likewise.
45067         * math/w_exp2.c: Likewise.
45068         * math/w_exp2f.c: Likewise.
45069         * math/w_exp2l.c: Likewise.
45070         * math/w_hypot.c: Likewise.
45071         * math/w_hypotf.c: Likewise.
45072         * math/w_hypotl.c: Likewise.
45073         * math/w_lgamma.c: Likewise.
45074         * math/w_lgamma_r.c: Likewise.
45075         * math/w_lgammaf.c: Likewise.
45076         * math/w_lgammaf_r.c: Likewise.
45077         * math/w_lgammal.c: Likewise.
45078         * math/w_lgammal_r.c: Likewise.
45079         * math/w_sinh.c: Likewise.
45080         * math/w_sinhf.c: Likewise.
45081         * math/w_sinhl.c: Likewise.
45082         * math/w_tgamma.c: Likewise.
45083         * math/w_tgammaf.c: Likewise.
45084         * math/w_tgammal.c: Likewise.
45085         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
45086         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
45087         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
45088         Minor optimizations.  Pretty printing.  Remove cruft.
45089         * sysdeps/i386/fpu/e_acosf.S: Likewise.
45090         * sysdeps/i386/fpu/e_acosh.S: Likewise.
45091         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
45092         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
45093         * sysdeps/i386/fpu/e_acosl.c: Likewise.
45094         * sysdeps/i386/fpu/e_asin.S: Likewise.
45095         * sysdeps/i386/fpu/e_asinf.S: Likewise.
45096         * sysdeps/i386/fpu/e_atan2.S: Likewise.
45097         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
45098         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
45099         * sysdeps/i386/fpu/e_atanh.S: Likewise.
45100         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
45101         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
45102         * sysdeps/i386/fpu/e_exp10.S: Likewise.
45103         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
45104         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
45105         * sysdeps/i386/fpu/e_exp2.S: Likewise.
45106         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
45107         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
45108         * sysdeps/i386/fpu/e_fmod.S: Likewise.
45109         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
45110         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
45111         * sysdeps/i386/fpu/e_hypot.S: Likewise.
45112         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
45113         * sysdeps/i386/fpu/e_log.S: Likewise.
45114         * sysdeps/i386/fpu/e_log10.S: Likewise.
45115         * sysdeps/i386/fpu/e_log10f.S: Likewise.
45116         * sysdeps/i386/fpu/e_log10l.S: Likewise.
45117         * sysdeps/i386/fpu/e_log2.S: Likewise.
45118         * sysdeps/i386/fpu/e_log2f.S: Likewise.
45119         * sysdeps/i386/fpu/e_log2l.S: Likewise.
45120         * sysdeps/i386/fpu/e_logf.S: Likewise.
45121         * sysdeps/i386/fpu/e_logl.S: Likewise.
45122         * sysdeps/i386/fpu/e_pow.S: Likewise.
45123         * sysdeps/i386/fpu/e_powf.S: Likewise.
45124         * sysdeps/i386/fpu/e_powl.S: Likewise.
45125         * sysdeps/i386/fpu/e_remainder.S: Likewise.
45126         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
45127         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
45128         * sysdeps/i386/fpu/e_scalb.S: Likewise.
45129         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
45130         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
45131         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
45132         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
45133         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
45134         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
45135         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
45136         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
45137         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
45138         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
45139         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
45140         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
45141         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
45142         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
45143         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
45144         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
45145         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
45146         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
45147         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
45148         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
45149         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
45150         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
45151         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
45152         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
45153         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
45154         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
45155         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
45156         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
45157         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
45158         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
45159         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
45160         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
45161         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
45162         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
45163         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
45164         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
45165         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
45166         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
45167         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
45168         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
45169         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
45170         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
45171         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
45172         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
45173         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
45174         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
45175         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
45176         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
45177         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
45178         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
45179         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
45180         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
45181         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
45182         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
45183         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
45184         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
45185         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
45186         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
45187         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
45188         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
45189         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
45190         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
45191         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
45192         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
45193         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
45194         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
45195         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
45196         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
45197         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
45198         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
45199         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
45200         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
45201         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
45202         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
45203         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
45204         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
45205         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
45206         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
45207         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
45208         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
45209         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
45210         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
45211         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
45212         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
45213         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
45214         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
45215         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
45216         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
45217         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
45218         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
45219         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
45220         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
45221         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
45222         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
45223         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
45224         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
45225         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
45226         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
45227         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
45228         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
45229         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
45230         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
45231         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
45232         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
45233         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
45234         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
45235         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
45236         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
45237         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
45238         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
45239         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
45240         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
45241         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
45242         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
45243         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
45244         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
45245         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
45246         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
45247         (__isnanf): Likewise.
45248         (__isinf_ns): Likewise.
45249         (__isinf_nsf): Likewise.
45250         (__finite): Likewise.
45251         (__finitef): Likewise.
45252         (__ieee754_sqrt): Define as macro.
45253         (__ieee754_sqrtf): Define as macro.
45254         (__ieee754_sqrtl): Define as macro.
45255         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
45256         inlined copy.
45257         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
45258         __FINITE_MATH_ONLY__ consistent.
45259         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
45260
45261 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
45262
45263         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
45264         of rawmemchr.
45265
45266         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
45267
45268 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
45269
45270         * po/ja.po: Update from translation team.
45271
45272 2011-10-08  Roland McGrath  <roland@hack.frob.com>
45273
45274         * locale/programs/locarchive.c (prepare_address_space): New function.
45275         (create_archive, enlarge_archive, open_archive): Use it.
45276
45277         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
45278         inside [SHARED], where it is used.
45279
45280         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
45281
45282         * nss/getent.c (netgroup_keys): Remove unused variable.
45283         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
45284
45285 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
45286
45287         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
45288         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
45289         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
45290         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
45291         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
45292         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
45293         * math/Makefile (libm-calls): Add s_isinf_ns.
45294         * math/divtc3.c: Use __isinf_nsl instead of isinf.
45295         * math/multc3.c: Likewise.
45296         * math/s_casin.c: Likewise.
45297         * math/s_casinf.c: Likewise.
45298         * math/s_casinl.c: Likewise.
45299         * math/s_ccos.c: Likewise.
45300         * math/s_ccosf.c: Likewise.
45301         * math/s_ccosl.c: Likewise.
45302         * math/s_ctan.c: Likewise.
45303         * math/s_ctanf.c: Likewise.
45304         * math/s_ctanh.c: Likewise.
45305         * math/s_ctanhf.c: Likewise.
45306         * math/s_ctanhl.c: Likewise.
45307         * math/s_ctanl.c: Likewise.
45308         * math/w_fmod.c: Likewise.
45309         * math/w_fmodf.c: Likewise.
45310         * math/w_fmodl.c: Likewise.
45311         * math/w_remainder.c: Likewise.
45312         * math/w_remainderf.c: Likewise.
45313         * math/w_remainderl.c: Likewise.
45314         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
45315         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
45316         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
45317         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
45318         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
45319         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
45320         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
45321         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
45322
45323         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
45324         of the number.
45325         * stdio-common/printf_fphex.c: Likewise.
45326         * stdio-common/printf_size.c: Likewise.
45327
45328         * math/e_exp10.c: Include math_private.h using <...> not "...".
45329         * math/e_exp10f.c: Likewise.
45330         * math/e_exp10l.c: Likewise.
45331         * math/e_exp2l.c: Likewise.
45332         * math/e_j0l.c: Likewise.
45333         * math/e_j1l.c: Likewise.
45334         * math/e_jnl.c: Likewise.
45335         * math/e_lgammal_r.c: Likewise.
45336         * math/e_rem_pio2l.c: Likewise.
45337         * math/e_scalb.c: Likewise.
45338         * math/e_scalbf.c: Likewise.
45339         * math/e_scalbl.c: Likewise.
45340         * math/k_cosl.c: Likewise.
45341         * math/k_sinl.c: Likewise.
45342         * math/k_tanl.c: Likewise.
45343         * math/s_cacoshf.c: Likewise.
45344         * math/s_catan.c: Likewise.
45345         * math/s_catanf.c: Likewise.
45346         * math/s_catanh.c: Likewise.
45347         * math/s_catanhf.c: Likewise.
45348         * math/s_catanhl.c: Likewise.
45349         * math/s_catanl.c: Likewise.
45350         * math/s_ccosh.c: Likewise.
45351         * math/s_ccoshf.c: Likewise.
45352         * math/s_ccoshl.c: Likewise.
45353         * math/s_cexp.c: Likewise.
45354         * math/s_cexpf.c: Likewise.
45355         * math/s_cexpl.c: Likewise.
45356         * math/s_clog.c: Likewise.
45357         * math/s_clog10.c: Likewise.
45358         * math/s_clog10f.c: Likewise.
45359         * math/s_clog10l.c: Likewise.
45360         * math/s_clogf.c: Likewise.
45361         * math/s_clogl.c: Likewise.
45362         * math/s_csin.c: Likewise.
45363         * math/s_csinf.c: Likewise.
45364         * math/s_csinh.c: Likewise.
45365         * math/s_csinhf.c: Likewise.
45366         * math/s_csinhl.c: Likewise.
45367         * math/s_csinl.c: Likewise.
45368         * math/s_csqrt.c: Likewise.
45369         * math/s_csqrtf.c: Likewise.
45370         * math/s_csqrtl.c: Likewise.
45371         * math/s_ctan.c: Likewise.
45372         * math/s_ctanf.c: Likewise.
45373         * math/s_ctanh.c: Likewise.
45374         * math/s_ctanhf.c: Likewise.
45375         * math/s_ctanhl.c: Likewise.
45376         * math/s_ctanl.c: Likewise.
45377         * math/s_ldexp.c: Likewise.
45378         * math/s_ldexpf.c: Likewise.
45379         * math/s_ldexpl.c: Likewise.
45380         * math/s_significand.c: Likewise.
45381         * math/s_significandf.c: Likewise.
45382         * math/s_significandl.c: Likewise.
45383         * math/w_acos.c: Likewise.
45384         * math/w_acosf.c: Likewise.
45385         * math/w_acosh.c: Likewise.
45386         * math/w_acoshf.c: Likewise.
45387         * math/w_acoshl.c: Likewise.
45388         * math/w_acosl.c: Likewise.
45389         * math/w_asin.c: Likewise.
45390         * math/w_asinf.c: Likewise.
45391         * math/w_asinl.c: Likewise.
45392         * math/w_atan2.c: Likewise.
45393         * math/w_atan2f.c: Likewise.
45394         * math/w_atan2l.c: Likewise.
45395         * math/w_atanh.c: Likewise.
45396         * math/w_atanhf.c: Likewise.
45397         * math/w_atanhl.c: Likewise.
45398         * math/w_cosh.c: Likewise.
45399         * math/w_coshf.c: Likewise.
45400         * math/w_coshl.c: Likewise.
45401         * math/w_dremf.c: Likewise.
45402         * math/w_exp10.c: Likewise.
45403         * math/w_exp10f.c: Likewise.
45404         * math/w_exp10l.c: Likewise.
45405         * math/w_exp2.c: Likewise.
45406         * math/w_exp2f.c: Likewise.
45407         * math/w_fmod.c: Likewise.
45408         * math/w_fmodf.c: Likewise.
45409         * math/w_fmodl.c: Likewise.
45410         * math/w_hypot.c: Likewise.
45411         * math/w_hypotf.c: Likewise.
45412         * math/w_hypotl.c: Likewise.
45413         * math/w_j0.c: Likewise.
45414         * math/w_j0f.c: Likewise.
45415         * math/w_j0l.c: Likewise.
45416         * math/w_j1.c: Likewise.
45417         * math/w_j1f.c: Likewise.
45418         * math/w_j1l.c: Likewise.
45419         * math/w_jn.c: Likewise.
45420         * math/w_jnf.c: Likewise.
45421         * math/w_jnl.c: Likewise.
45422         * math/w_lgamma.c: Likewise.
45423         * math/w_lgamma_r.c: Likewise.
45424         * math/w_lgammaf.c: Likewise.
45425         * math/w_lgammaf_r.c: Likewise.
45426         * math/w_lgammal.c: Likewise.
45427         * math/w_lgammal_r.c: Likewise.
45428         * math/w_log.c: Likewise.
45429         * math/w_log10.c: Likewise.
45430         * math/w_log10f.c: Likewise.
45431         * math/w_log10l.c: Likewise.
45432         * math/w_log2.c: Likewise.
45433         * math/w_log2f.c: Likewise.
45434         * math/w_log2l.c: Likewise.
45435         * math/w_logf.c: Likewise.
45436         * math/w_logl.c: Likewise.
45437         * math/w_pow.c: Likewise.
45438         * math/w_powf.c: Likewise.
45439         * math/w_powl.c: Likewise.
45440         * math/w_remainder.c: Likewise.
45441         * math/w_remainderf.c: Likewise.
45442         * math/w_remainderl.c: Likewise.
45443         * math/w_scalb.c: Likewise.
45444         * math/w_scalbf.c: Likewise.
45445         * math/w_scalbl.c: Likewise.
45446         * math/w_sinh.c: Likewise.
45447         * math/w_sinhf.c: Likewise.
45448         * math/w_sinhl.c: Likewise.
45449         * math/w_sqrt.c: Likewise.
45450         * math/w_sqrtf.c: Likewise.
45451         * math/w_sqrtl.c: Likewise.
45452         * math/w_tgamma.c: Likewise.
45453         * math/w_tgammaf.c: Likewise.
45454         * math/w_tgammal.c: Likewise.
45455
45456         * po/ja.po: Update from translation team.
45457
45458 2011-09-29  Andreas Jaeger  <aj@suse.de>
45459
45460         [BZ #13179]
45461         * sunrpc/netname.c (netname2host): Fix logic.
45462
45463         [BZ #6779]
45464         [BZ #6783]
45465         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
45466         correctly.
45467         * math/w_remainder.c (__remainder): Likewise.
45468         * math/w_remainderf.c (__remainderf): Likewise.
45469         * math/libm-test.inc (remainder_test): Add test cases.
45470
45471 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
45472
45473         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
45474         sdiv_qrnnd.
45475
45476 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
45477
45478         * string/test-memcmp.c: Avoid unncessary #defines.
45479         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
45480
45481 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45482
45483         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
45484         Use new sse2 version for core i3 - i7 as it's faster
45485         than sse42 version.
45486         (bit_Prefer_PMINUB_for_stringop): New.
45487         * sysdeps/x86_64/rawmemchr.S: Update.
45488         Replace with faster SSE2 version.
45489         * sysdeps/x86_64/memrchr.S: New file.
45490         * sysdeps/x86_64/memchr.S: Update.
45491         Replace with faster SSE2 version.
45492
45493 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
45494
45495         * elf/dl-load.c (lose): Add cast to avoid warning.
45496
45497 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
45498
45499         * po/ca.po: Update from translation team.
45500
45501         * inet/getnetgrent_r.c: Hook up nscd.
45502         * nscd/Makefile (routines): Add nscd_netgroup.
45503         (nscd-modules): Add netgroupcache.
45504         (CFLAGS-netgroupcache.c): Define.
45505         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
45506         (cache_search): Add const to second parameter.
45507         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
45508         INNETGR.
45509         (dbs): Add netgrdb entry.
45510         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
45511         (verify_persistent_db): Handle netgrdb.
45512         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
45513         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
45514         GETFDNETGR.
45515         (netgroup_response_header): Define.
45516         (innetgroup_response_header): Define.
45517         (datahead): Add netgroup_response_header and innetgroup_response_header
45518         elements.
45519         * nscd/nscd.conf: Add entries for netgroup cache.
45520         * nscd/nscd.h (dbtype): Add netgrdb.
45521         (_PATH_NSCD_NETGROUP_DB): Define.
45522         (netgroup_iov_disabled): Declare.
45523         (xmalloc, xcalloc, xrealloc): Move declarations here.
45524         (cache_search): Adjust prototype.
45525         Add netgroup-related prototypes.
45526         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
45527         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
45528         (__nscd_innetgr): Declare.
45529         * nscd/selinux.c (perms): Use access_vector_t as element type and
45530         add netgroup-related initializers.
45531         * nscd/netgroupcache.c: New file.
45532         * nscd/nscd_netgroup.c: New file.
45533         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
45534         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
45535         For four parameters use innetgr.
45536         * nss/nss_files/files-init.c: Add definition and callback for netgr.
45537         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
45538         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
45539         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
45540
45541         * nscd/connections.c (register_traced_file): Don't register file
45542         for disabled databases.
45543
45544 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
45545
45546         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
45547
45548         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
45549         from tree and freeing node.
45550
45551 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
45552
45553         * nss/nsswitch.c (__nss_database_lookup): Handle
45554         nss_parse_service_list out of memory case.
45555
45556 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
45557
45558         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
45559         out of memory case.
45560
45561 2011-10-04  Andreas Schwab  <schwab@redhat.com>
45562
45563         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
45564         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
45565         pass it down.
45566         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
45567         elf_machine_rela, elf_machine_lazy_rel.
45568         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
45569         (ELF_DYNAMIC_DO_REL): Likewise.
45570         (ELF_DYNAMIC_DO_RELA): Likewise.
45571         (ELF_DYNAMIC_RELOCATE): Likewise.
45572         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
45573         to ELF_DYNAMIC_DO_REL.
45574         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
45575         (dl_main): In trace mode always set __RTLD_NOIFUNC.
45576         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
45577         elf_machine_rela.
45578         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
45579         skip_ifunc, don't call ifunc function if non-zero.
45580         (elf_machine_rela): Likewise.
45581         (elf_machine_lazy_rel): Likewise.
45582         (elf_machine_lazy_rela): Likewise.
45583         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
45584         (elf_machine_lazy_rel): Likewise.
45585         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
45586         Likewise.
45587         (elf_machine_lazy_rel): Likewise.
45588         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
45589         Likewise.
45590         (elf_machine_lazy_rel): Likewise.
45591         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
45592         (elf_machine_lazy_rel): Likewise.
45593         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
45594         (elf_machine_lazy_rel): Likewise.
45595         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
45596         (elf_machine_lazy_rel): Likewise.
45597         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
45598         (elf_machine_lazy_rel): Likewise.
45599         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
45600         (elf_machine_lazy_rel): Likewise.
45601         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
45602         (elf_machine_lazy_rel): Likewise.
45603
45604 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
45605
45606         * nss/nss_files/files-init.c (_nss_files_init): Use static
45607         initialization for all the *_traced_file variables.
45608
45609 2011-09-28  Andreas Schwab  <schwab@redhat.com>
45610
45611         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
45612
45613 2011-09-27  Roland McGrath  <roland@hack.frob.com>
45614
45615         [BZ #13226]
45616         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
45617
45618 2011-09-27  Andreas Schwab  <schwab@redhat.com>
45619
45620         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
45621         Reread the line before reparsing it.
45622
45623 2011-09-26  Andreas Schwab  <schwab@redhat.com>
45624
45625         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
45626
45627 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
45628             Maxim Kuvyrkov  <maxim@codesourcery.com>
45629             Joseph Myers  <joseph@codesourcery.com>
45630
45631         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
45632         if needed for __stack_chk_guard.
45633
45634 2011-09-19  Roland McGrath  <roland@hack.frob.com>
45635
45636         * sysdeps/posix/spawni.c (script_execute): Always define it.
45637         It will be optimized away if unused.
45638         (maybe_script_execute): New function.
45639         (__spawni): Call it.
45640
45641         * Makerules: Don't include tls.make.
45642         (config-tls): Always set to thread.
45643         * tls.make.c: File removed.
45644
45645 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
45646
45647         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
45648         * config.make.in (CPPFLAGS-config): New substituted variable.
45649
45650 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
45651
45652         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
45653
45654         [BZ #13192]
45655         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
45656         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
45657
45658 2011-09-15  Roland McGrath  <roland@hack.frob.com>
45659
45660         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
45661         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
45662         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
45663         (CALL_FAIL): Likewise.
45664         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
45665         (CALL_FAIL): Macro removed.
45666         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
45667
45668 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
45669
45670         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
45671         for __FINITE_MATH_ONLY__ == 1.
45672
45673 2011-09-15  Andreas Schwab  <schwab@redhat.com>
45674
45675         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
45676         __ieee754_sqrt instead of sqrt.
45677         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
45678         __ieee754_sqrtf instead of sqrtf.
45679         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
45680         __floorf instead of floorf.
45681         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
45682         __floorf, __truncf instead of floorf, truncf.
45683
45684 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
45685
45686         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
45687
45688         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
45689         __extern_always_inline.
45690         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
45691         32-bit.
45692
45693 2011-09-14  Andreas Schwab  <schwab@redhat.com>
45694
45695         * elf/rtld.c (dl_main): Also relocate in dependency order when
45696         doing symbol dependency testing.
45697
45698 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
45699
45700         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
45701         Always define `refsym'.
45702
45703 2011-09-13  Andreas Schwab  <schwab@redhat.com>
45704
45705         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
45706         (__FD_ELT): Renamed from __FDELT.
45707         * misc/bits/select2.h (__FD_ELT): Likewise.
45708         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
45709         __FD_MASK instead of __FDELT, __FDMASK.
45710         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
45711         Likewise.
45712         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
45713         Likewise.
45714
45715         * elf/Makefile (gen-ldd): Fix pattern.
45716
45717         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
45718         (init_tls): Likewise.
45719
45720 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
45721
45722         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
45723
45724 2011-09-12  Andreas Schwab  <schwab@redhat.com>
45725
45726         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
45727         `struct cmsghdr *' instead of `void *'.
45728         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
45729         Likewise.
45730
45731 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
45732
45733         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
45734         if non-absolute.
45735         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
45736         ldd_rewrite_script.
45737
45738 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
45739
45740         * configure.in: Remove --with-tls option.
45741         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
45742         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
45743         out in case it is missing.
45744         * sysdeps/ia64/elf/configure.in: Likewise.
45745         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
45746         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
45747         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
45748         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
45749         * sysdeps/sh/elf/configure.in: Likewise.
45750         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
45751         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
45752         * sysdeps/x86_64/elf/configure.in: Likewise.
45753         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
45754         * sysdeps/mach/hurd/tls.h: Likewise.
45755
45756         [BZ #13067]
45757         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
45758
45759         [BZ #13090]
45760         * configure.in: Fix use of AC_INIT.
45761
45762         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
45763
45764 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
45765
45766         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
45767         __set_errno.
45768         * malloc/hooks.c: Likewise.
45769
45770         [BZ #11929]
45771         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
45772         variables statically.
45773         (narenas): Initialize.
45774         (list_lock): Initialize.
45775         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
45776         initializtion of main_arena and list_lock.  Small cleanups.
45777         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
45778         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
45779         Add initializers to main_arena and mp_.
45780         (malloc_state): Remove pagesize member.  Change all users to use
45781         GLRO(dl_pagesize).
45782
45783         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
45784         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
45785         is always initialized.
45786
45787         * malloc/malloc.c: Removed unused configurations and dead code.
45788         * malloc/arena.c: Likewise.
45789         * malloc/hooks.c: Likewise.
45790         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
45791
45792         * include/tls.h: Removed.  USE___THREAD must always be defined.
45793         * bits/libc-tsd.h: Don't handle !USE___THREAD.
45794         * elf/dl-libc.c: Likewise.
45795         * elf/dl-tsd.c: Likewise.
45796         * include/errno.h: Likewise.
45797         * include/netdb.h: Likewise.
45798         * include/resolv.h: Likewise.
45799         * inet/herrno-loc.c: Likewise.
45800         * inet/herrno.c: Likewise.
45801         * malloc/arena.c: Likewise.
45802         * malloc/hooks.c: Likewise.
45803         * malloc/malloc.c: Likewise.
45804         * resolv/res-state.c: Likewise.
45805         * resolv/res_libc.c: Likewise.
45806         * sysdeps/i386/dl-machine.h: Likewise.
45807         * sysdeps/ia64/dl-machine.h: Likewise.
45808         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
45809         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
45810         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
45811         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
45812         * sysdeps/sh/dl-machine.h: Likewise.
45813         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
45814         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
45815         * sysdeps/unix/i386/sysdep.S: Likewise.
45816         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
45817         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
45818         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
45819         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
45820         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
45821         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
45822         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
45823         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
45824         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
45825         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
45826         * sysdeps/unix/x86_64/sysdep.S: Likewise.
45827         * sysdeps/x86_64/dl-machine.h: Likewise.
45828         * tls.make.c: Likewise.
45829
45830         * configure.in: Remove --with-__thread option.  Make tests for
45831         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
45832         tls_model attribute fail if no support is available.  Remove
45833         USE_IN_LIBIO.
45834         * Makeconfig: Adjust for dropped configure option.  All features are
45835         now mandatory.
45836         * Makerules: Likewise.
45837         * Versions.def: Likewise.
45838         * argp/argp-fmtstream.c: Likewise.
45839         * argp/argp-fmtstream.h: Likewise.
45840         * argp/argp-help.c: Likewise.
45841         * assert/assert.c: Likewise.
45842         * config.h.in: Likewise.
45843         * config.make.in: Likewise.
45844         * configure: Likewise.
45845         * configure.in: Likewise.
45846         * csu/Versions: Likewise.
45847         * csu/init.c: Likewise.
45848         * elf/tst-audit2.c: Likewise.
45849         * elf/tst-tls10.c: Likewise.
45850         * elf/tst-tls10.h: Likewise.
45851         * elf/tst-tls11.c: Likewise.
45852         * elf/tst-tls12.c: Likewise.
45853         * elf/tst-tls14.c: Likewise.
45854         * elf/tst-tlsmod11.c: Likewise.
45855         * elf/tst-tlsmod12.c: Likewise.
45856         * elf/tst-tlsmod13.c: Likewise.
45857         * elf/tst-tlsmod13a.c: Likewise.
45858         * elf/tst-tlsmod14a.c: Likewise.
45859         * elf/tst-tlsmod15b.c: Likewise.
45860         * elf/tst-tlsmod16a.c: Likewise.
45861         * elf/tst-tlsmod16b.c: Likewise.
45862         * elf/tst-tlsmod7.c: Likewise.
45863         * elf/tst-tlsmod8.c: Likewise.
45864         * elf/tst-tlsmod9.c: Likewise.
45865         * gmon/gmon.c: Likewise.
45866         * grp/fgetgrent_r.c: Likewise.
45867         * grp/putgrent.c: Likewise.
45868         * hurd/fopenport.c: Likewise.
45869         * include/libc-symbols.h: Likewise.
45870         * include/tls.h: Likewise.
45871         * intl/gettextP.h: Likewise.
45872         * intl/loadinfo.h: Likewise.
45873         * locale/global-locale.c: Likewise.
45874         * locale/localeinfo.h: Likewise.
45875         * mach/devstream.c: Likewise.
45876         * malloc/arena.c: Likewise.
45877         * malloc/set-freeres.c: Likewise.
45878         * misc/err.c: Likewise.
45879         * misc/getttyent.c: Likewise.
45880         * misc/mntent_r.c: Likewise.
45881         * posix/getopt.c: Likewise.
45882         * posix/wordexp.c: Likewise.
45883         * pwd/fgetpwent_r.c: Likewise.
45884         * resolv/Versions: Likewise.
45885         * resolv/res_hconf.c: Likewise.
45886         * shadow/fgetspent_r.c: Likewise.
45887         * shadow/putspent.c: Likewise.
45888         * stdio-common/printf_fphex.c: Likewise.
45889         * stdio-common/tmpfile.c: Likewise.
45890         * stdlib/abort.c: Likewise.
45891         * stdlib/fmtmsg.c: Likewise.
45892         * sunrpc/auth_unix.c: Likewise.
45893         * sunrpc/clnt_perr.c: Likewise.
45894         * sunrpc/clnt_tcp.c: Likewise.
45895         * sunrpc/clnt_udp.c: Likewise.
45896         * sunrpc/clnt_unix.c: Likewise.
45897         * sunrpc/openchild.c: Likewise.
45898         * sunrpc/svc_simple.c: Likewise.
45899         * sunrpc/svc_tcp.c: Likewise.
45900         * sunrpc/svc_udp.c: Likewise.
45901         * sunrpc/svc_unix.c: Likewise.
45902         * sunrpc/xdr.c: Likewise.
45903         * sunrpc/xdr_array.c: Likewise.
45904         * sunrpc/xdr_rec.c: Likewise.
45905         * sunrpc/xdr_ref.c: Likewise.
45906         * sunrpc/xdr_stdio.c: Likewise.
45907
45908 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
45909
45910         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
45911
45912 2011-07-03  Andreas Jaeger  <aj@suse.de>
45913
45914         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
45915         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
45916         regenerate with gen-libm-tests.pl.
45917
45918 2010-05-12  Petr Baudis  <pasky@suse.cz>
45919
45920         [BZ #11589]
45921         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
45922         around j0() zero points by switching to j1().
45923         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
45924         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
45925         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
45926         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
45927
45928 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
45929
45930         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
45931         instead of 0.
45932         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
45933         instead of 0.
45934         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
45935         Patch in part by Pavel Roskin <proski@gnu.org>.
45936
45937         [BZ #13138]
45938         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
45939         realloc.
45940         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
45941         Free memory block if necessary.
45942
45943         [BZ #12847]
45944         * libio/genops.c (INTDEF): For string streams the _lock pointer can
45945         be NULL.  Don't lock in this case.
45946
45947 2011-09-09  Roland McGrath  <roland@hack.frob.com>
45948
45949         * elf/elf.h (ELFOSABI_GNU): New macro.
45950         (ELFOSABI_LINUX): Define to that.
45951
45952 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
45953
45954         * string/strncat.c (strncat): Undef the symbol in case it has been
45955         defined in bits/string.h.
45956
45957 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
45958
45959         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
45960
45961         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
45962         link map.
45963
45964 2011-08-17  Andreas Jaeger  <aj@suse.de>
45965
45966         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
45967
45968 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
45969             Ian Lance Taylor  <iant@google.com>
45970
45971         * math/libm-test.inc (lround_test): New testcase.
45972         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
45973
45974 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
45975
45976         * Makefile: Remove support for automatic cvs check-ins.
45977         * Makerules: Likewise.
45978         * config.make.in: Likewise.
45979         * configure.in: Likewise.
45980         * intl/Makefile: Likewise.
45981         * locale/Makefile: Likewise.
45982         * po/Makefile: Likewise.
45983         * posix/Makefile: Likewise.
45984         * sysdeps/gnu/Makefile: Likewise.
45985         * sysdeps/mach/hurd/Makefile: Likewise.
45986         * sysdeps/sparc/sparc32/Makefile: Likewise.
45987
45988         [BZ #13118]
45989         * posix/Makefile (bug-regex32-ENV): Define.
45990         Patch by John Stanley <jpsinthemix@verizon.net>.
45991
45992         * misc/Makefile (headers): Add bits/select2.h.
45993         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
45994         * misc/bits/select2.h: New file.
45995         * include/bits/select2.h: New file.
45996         * debug/Makefile (routines): Add fdelt_chk.
45997         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
45998         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
45999         FD_ISSET.
46000         * debug/fdelt_chk.c: New file.
46001
46002         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
46003         * wcsmbs/test-wmemcmp.c: Likewise.
46004         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
46005         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
46006
46007 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
46008
46009         * string/Makefile (strop-tests): Add memcmp.
46010         * string/test-wmemcmp.c: New file.
46011         * string/test-memcmp.c: Add wmemcmp support.
46012
46013 2011-09-08  Roland McGrath  <roland@hack.frob.com>
46014
46015         [BZ #13153]
46016         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
46017         2011-07-19 change.
46018
46019         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
46020         garbage value in a __mach_port_mod_refs call in the cases of the
46021         task-self and thread-self ports.
46022
46023 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
46024
46025         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
46026
46027 2011-09-08  Andreas Schwab  <schwab@redhat.com>
46028
46029         * elf/dl-load.c (lose): Check for non-null L.
46030
46031 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
46032
46033         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
46034
46035         * elf/dl-libc.c (dlerror_run): Pass back error code from
46036         dl_catch_error.
46037
46038         [BZ #13123]
46039         * elf/dl-load.c (lose): Free l_origin if it is valid.
46040
46041         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
46042         names.
46043         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
46044         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
46045         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
46046         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
46047         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
46048         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
46049
46050 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
46051
46052         * sysdeps/powerpc/fpu/e_hypot.c: New file.
46053         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
46054         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
46055         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
46056         * sysdeps/powerpc/fpu/k_cosf.c: New file.
46057         * sysdeps/powerpc/fpu/k_sinf.c: New file.
46058         * sysdeps/powerpc/fpu/s_cosf.c: New file.
46059         * sysdeps/powerpc/fpu/s_sinf.c: New file.
46060         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
46061         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
46062
46063 2011-08-15  Alan Modra  <amodra@gmail.com>
46064
46065         [BZ #13092]
46066         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
46067         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
46068         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
46069         ppc_mcount to static-only-routines.
46070         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
46071         __mcount_internal.
46072         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
46073         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
46074
46075 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
46076
46077         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
46078         for finite and infinity parameters.
46079
46080 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
46081
46082         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
46083         and add nop instructions for throughput optimization.
46084         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
46085
46086 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
46087
46088         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
46089         aligned copy for power7 with vector-scalar instructions.
46090         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
46091
46092 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
46093
46094         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
46095         AVX check.
46096
46097 2011-09-07  Andreas Schwab  <schwab@redhat.com>
46098
46099         [BZ #13144]
46100         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
46101         last change.
46102
46103 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
46104
46105         * sysdeps/unix/sysv/linux/x86_64/init-first.c
46106         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
46107         syscall wrapper around clock_gettime in __vdso_clock_gettime.
46108         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
46109         clock_gettime.
46110
46111 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
46112
46113         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
46114         Forgot to demangle the pointer.
46115
46116         * sysdeps/i386/sysdep.h: Define atom_text_section.
46117         * sysdeps/x86_64/sysdep.h: Likewise.
46118         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
46119         section with atom_text_section.
46120         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
46121         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
46122         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
46123         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
46124         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
46125
46126         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
46127         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
46128         already be defined.  Change to take two parameters and don't assign
46129         result to variable.  Adjust all users.
46130         Define INTERNAL_GETTIME if not already defined.
46131         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
46132         call.
46133         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
46134         HAVE_CLOCK_GETTIME_VSYSCALL.
46135         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
46136
46137         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
46138         gettimeofday vsyscall, just use time.
46139
46140 2011-09-06  Andreas Schwab  <schwab@redhat.com>
46141
46142         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
46143         <errno.h>.
46144
46145 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
46146
46147         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
46148         syscall on x86-64.
46149         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
46150         syscall.
46151         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
46152         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
46153         syscall if possible.
46154
46155 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
46156
46157         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
46158         e_ident.  Don't pass to find_mapsXX.
46159         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
46160
46161 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
46162
46163         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
46164         strchr-sse2-no-bsf strrchr-sse2-no-bsf
46165         * sysdeps/x86_64/multiarch/strchr.S: Update.
46166         Check bit_slow_BSF bit.
46167         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
46168         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
46169         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
46170
46171 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
46172
46173         [BZ #13134]
46174         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
46175         before glibc 2.15.
46176         (tryshell): Define.
46177         (__spawni): Change last parameter to be flag.  Test
46178         SPAWN_XFLAGS_USE_PATH flag to use path or not.
46179         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
46180         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
46181         * posix/spawni.c: Likewise.
46182         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
46183         * posix/spawnp.c: Likewise.  Change normal version to use
46184         SPAWN_XFLAGS_USE_PATH.
46185         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
46186         SPAWN_XFLAGS_TRY_SHELL.
46187
46188         [BZ #13150]
46189         * posix/glob.h: Remove gcc 1.x support.
46190
46191         [BZ #13068]
46192         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
46193
46194 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
46195
46196         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
46197         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
46198         strrchr-sse2-bsf
46199         * sysdeps/i386/i686/multiarch/strchr.S: New file.
46200         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
46201         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
46202         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
46203         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
46204         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
46205
46206 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
46207
46208         * sysdeps/x86_64/wcscmp.S: New file.
46209
46210         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
46211         wcscmp-c wcscmp-sse2
46212         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
46213         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
46214         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
46215         * wcsmbs/wcscmp.c: Allow renaming.
46216
46217 2011-09-05  David S. Miller  <davem@davemloft.net>
46218
46219         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
46220         stack slot, rather than the struct return pointer slot.
46221         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
46222         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
46223         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
46224         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
46225
46226 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
46227
46228         * po/ja.po: Update from translation team.
46229
46230         [BZ #13144]
46231         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
46232         kernel in 64-bit binaries.
46233
46234 2011-09-01  David S. Miller  <davem@davemloft.net>
46235
46236         * elf/elf.h (HWCAP_SPARC_*): Move to..
46237         * sysdeps/sparc/sysdep.h: this new file and add new values.
46238         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
46239         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
46240         _DL_HWCAP_COUNT to 24.
46241         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
46242         entries.
46243         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
46244         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
46245         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
46246         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
46247         instead of magic constants.
46248         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
46249
46250 2011-08-31  David S. Miller  <davem@davemloft.net>
46251
46252         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
46253         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
46254         Reimplement to do errno handling inline.
46255         (SYSCALL_ERROR_HANDLER): New macro.
46256         (__SYSCALL_STRING): Do not do errno handling in asm.
46257         (__CLONE_SYSCALL_STRING): Delete.
46258         (__INTERNAL_SYSCALL_STRING): Delete.
46259         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
46260         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
46261         (PSEUDO): Reimplement to do errno handling inline.
46262         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
46263         (SYSCALL_ERROR_HANDLER): New macro.
46264         (__SYSCALL_STRING): Do not do errno handling in asm.
46265         (__CLONE_SYSCALL_STRING): Delete.
46266         (__INTERNAL_SYSCALL_STRING): Delete.
46267         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
46268         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
46269         i386.
46270         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
46271         (inline_syscall*): Add 'err' argument.
46272         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
46273         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
46274         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
46275         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
46276
46277         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
46278         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
46279
46280 2011-08-30  Andreas Schwab  <schwab@redhat.com>
46281
46282         * elf/rtld.c (dl_main): Relocate objects in dependency order.
46283
46284 2011-08-29  Jiri Olsa <jolsa@redhat.com>
46285
46286         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
46287         directive.
46288
46289 2011-08-24  David S. Miller  <davem@davemloft.net>
46290
46291         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
46292
46293 2011-08-24  Andreas Schwab  <schwab@redhat.com>
46294
46295         * elf/Makefile: Add rules to build and run unload8 test.
46296         * elf/unload8.c: New file.
46297         * elf/unload8mod1.c: New file.
46298         * elf/unload8mod1x.c: New file.
46299         * elf/unload8mod2.c: New file.
46300         * elf/unload8mod3.c: New file.
46301
46302         * elf/dl-close.c (_dl_close_worker): Reset private search list if
46303         it wasn't used.
46304
46305 2011-08-23  David S. Miller  <davem@davemloft.net>
46306
46307         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
46308         subtract stack bias.
46309         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
46310         %sp not %fp in calculations.
46311         (_JMPBUF_UNWINDS_ADJ): Likewise.
46312
46313         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
46314         (aio_suspend): Call it to force an exception region around the
46315         AIO_MISC_WAIT() invocation.
46316
46317 2011-08-23  Andreas Schwab  <schwab@redhat.com>
46318
46319         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
46320         backslash.
46321
46322 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
46323
46324         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
46325         protection macro.
46326         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
46327         and <dl-machine.h>.
46328         (Elf64_FuncDesc): Remove.
46329
46330 2011-08-22  David S. Miller  <davem@davemloft.net>
46331
46332         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
46333         sigaltstack check, add missing cfi directives.
46334         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
46335         missing cfi directives, and sigaltstack handling.
46336
46337 2011-08-16  Andreas Schwab  <schwab@redhat.com>
46338
46339         [BZ #11724]
46340         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
46341         object is seen twice.
46342         * elf/dl-fini.c (_dl_sort_fini): Likewise.
46343
46344         * elf/Makefile (distribute): Add tst-initorder2.c.
46345         (tests): Add tst-initorder2.
46346         (modules-names): Add tst-initorder2a tst-initorder2b
46347         tst-initorder2c tst-initorder2d.  Add rules to build them.
46348         ($(objpfx)tst-initorder2.out): New rule.
46349         * elf/tst-initorder2.c: New file.
46350         * elf/tst-initorder2.exp: New file.
46351
46352 2011-08-22  Andreas Schwab  <schwab@redhat.com>
46353
46354         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
46355
46356         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
46357         dependencies back to end of function.
46358
46359         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
46360         $(elfobjdir)/ld.so.
46361
46362 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
46363
46364         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
46365         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
46366         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
46367         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
46368         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
46369         of __vdso_gettimeofday.
46370         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
46371         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
46372         attribute_hidden.
46373         (_libc_vdso_platform_setup): Remove initialization of
46374         __vdso_gettimeofday and __vdso_time.
46375
46376 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
46377
46378         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
46379         and fgetc_unlocked.
46380         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
46381         getc_unlocked.
46382
46383         * elf/dl-open.c (add_to_global): Report additions to the global scope
46384         for LD_DEBUG=scopes.
46385         (dl_open_worker): Also print scope of newly loaded dependencies.
46386         (_dl_show_scope): Indicate if there is no scope.
46387
46388         [BZ #13114]
46389         * stdio-common/Makefile (tests): Add bug24.
46390         * stdio-common/bug24.c: New file.
46391
46392 2011-08-19  Andreas Jaeger  <aj@suse.de>
46393
46394         [BZ #13114]
46395         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
46396         non-existant file when using close-on-exec mode.
46397
46398 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
46399
46400         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
46401         the very first instruction.
46402
46403         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
46404         the CFI state in the end.
46405         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
46406         inclusion of dl-trampoline.h.
46407         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
46408
46409 2011-08-19  Andreas Schwab  <schwab@redhat.com>
46410
46411         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
46412         expectations for long double.
46413
46414         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
46415         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
46416
46417 2011-08-14  David S. Miller  <davem@davemloft.net>
46418
46419         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
46420         artificual limit depends upon the system page size.
46421
46422 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
46423
46424         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
46425         * resolv/Makefile: Define CFLAGS-libresolv.
46426
46427 2011-08-17  Andreas Schwab  <schwab@redhat.com>
46428
46429         * nss/makedb.c (compute_tables): Make variables used in nested
46430         function static.
46431
46432 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
46433
46434         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
46435         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
46436         if buffer was too small.
46437
46438         * elf/pldd.c (main): Attach to all threads in the process.
46439         Rewrite /proc handling to use *at functions.
46440
46441 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
46442
46443         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
46444         specifies first scope to show.
46445         (dl_open_worker): Update callers.  Move printing scope of new
46446         object to before the relocation.
46447         * elf/rtld.c (dl_main): Update _dl_show_scope call.
46448         * sysdeps/generic/ldsodefs.h: Update declaration.
46449
46450         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
46451         string for the scope number.
46452
46453 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
46454
46455         * nscd/servicescache.c (cache_addserv): Make sure written is always
46456         initialized.
46457
46458 2011-08-14  Roland McGrath  <roland@hack.frob.com>
46459
46460         * sysdeps/i386/i486/bits/atomic.h
46461         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
46462         statement expression, so as to suppress "set but not used" warning.
46463         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
46464
46465         * string/strncat.c (STRNCAT): Use prototype definition.
46466
46467         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
46468         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
46469         -Iprograms here.
46470         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
46471         (localedef-modules): Add localedef.
46472         (locale-modules): Add locale.
46473
46474         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
46475         * elf/rtld.c (dl_main): Invert order of assignment in last change,
46476         to avoid a warning.
46477
46478 2011-08-14  David S. Miller  <davem@davemloft.net>
46479
46480         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
46481         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
46482
46483 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
46484
46485         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
46486         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
46487         * elf/rtld.c (dl_main): Set l_name of vDSO.
46488         Call _dl_show_scope when DL_DEBUG_SCOPES.
46489         (process_dl_debug): Recognize scopes flag and also set it for all.
46490         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
46491         Declare _dl_show_scope.
46492
46493         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
46494         (do_dlopen): Pass caller_dlopen to dl_open.
46495         (__libc_dlopen_mode): Initialize caller_dlopen.
46496
46497         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
46498         of libc.  Make tolower call locale-independent.  Optimize a bit by
46499         using isdigit instead of isalnum.
46500         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
46501
46502 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
46503
46504         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
46505         was a dependency or dynamically loaded.
46506
46507 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
46508
46509         * intl/l10nflist.c: Allow architecture-specific pop function.
46510         * sysdeps/x86_64/l10nflist.c: New file.
46511
46512         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
46513         classification.
46514
46515 2011-08-10  Andreas Schwab  <schwab@redhat.com>
46516
46517         * include/dirent.h: Add libc_hidden_proto for scandirat and
46518         scandirat64.  Don't declare __scandirat64.
46519         * dirent/scandirat.c: Add libc_hidden_def.
46520         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
46521         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
46522
46523 2011-08-10  David S. Miller  <davem@davemloft.net>
46524
46525         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
46526         enum.
46527         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
46528         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
46529         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
46530
46531 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
46532
46533         * Versions.def [libc]: Add GLIBC_2.15.
46534         * dirent/Makefile (routines): Add scandirat and scandirat64.
46535         * dirent/Versions [libc]: Export scandirat and scandirat64 for
46536         GLIBC_2.15.
46537         * dirent/dirent.h: Declare scandirat and scandirat64.
46538         * dirent/scandirat.c: New file.
46539         * dirent/scandirat64.c: New file.
46540         * sysdeps/wordsize-64/scandirat.c: New file.
46541         * sysdeps/wordsize-64/scandirat64.c: New file.
46542         * dirent/opendir.c: Define opendirat.
46543         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
46544         using scandirat.
46545         * dirent/scandir64.c: Adjust for scandir.c change.
46546         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
46547         __scandirat64, and __scandir_cancel_handler.
46548         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
46549         additional parameter and use openat instead of open (outside of ld.so).
46550         Add new __opendir as wrapper around __opendirat.
46551         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
46552         here without requiring old scandirat implementation.
46553
46554 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
46555
46556         * dirent/scandir.c (cancel_handler): Renamed to
46557         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
46558         defined.  Adjust users.
46559         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
46560         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
46561
46562 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
46563
46564         * string/test-string.h (IMPL): Use __STRING to expand name and then
46565         stringify it.
46566
46567         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
46568         of cleanups.
46569
46570 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
46571
46572         * string/Makefile: Update.
46573         (strop-tests): Append strncat.
46574         * string/test-wcscmp.c: New file.
46575         New comprehensive test for wcscmp.
46576         * string/test-strcmp.c: Update.
46577         (WIDE): New define.
46578
46579 2011-07-22  Andreas Schwab  <schwab@redhat.com>
46580
46581         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
46582         line.
46583
46584 2011-07-26  Andreas Schwab  <schwab@redhat.com>
46585
46586         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
46587         encoding to ACE if AI_IDN.
46588
46589 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
46590
46591         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
46592         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
46593
46594 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
46595
46596         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
46597         Fix overflow bug in strncat.
46598         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
46599
46600         * string/test-strncat.c: Update.
46601         Add new tests for checking overflow bugs.
46602
46603 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
46604
46605         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
46606         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
46607         * sysdeps/i386/i686/multiarch/strcat.S: New file.
46608         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
46609         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
46610         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
46611         * sysdeps/i386/i686/multiarch/strncat.S: New file.
46612         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
46613         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
46614
46615         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
46616         (USE_AS_STRCAT): Define.
46617         Add strcat and strncat support.
46618         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
46619
46620 2011-07-25  Andreas Schwab  <schwab@redhat.com>
46621
46622         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
46623         __n bigger than INT_MAX+1.
46624         (__strncmp_g): Likewise.
46625
46626 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
46627
46628         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
46629         * libio/stido.h: Likewise.
46630
46631         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
46632         (AF_NFC): Define.
46633         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
46634         (AF_NFC): Define.
46635
46636         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
46637         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
46638         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
46639         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
46640         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
46641
46642         [BZ #13021]
46643         * scripts/test-installation.pl: Don't expect libnss_test1 to be
46644         installed.
46645
46646         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
46647         typo.
46648         (_dl_x86_64_save_sse): Likewise.
46649
46650 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
46651
46652         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
46653         OSXSAVE.
46654         (_dl_x86_64_save_sse): Likewise.
46655
46656         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
46657
46658         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
46659
46660 2011-07-21  Andreas Schwab  <schwab@redhat.com>
46661
46662         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
46663         change.
46664         (_dl_x86_64_save_sse): Use correct AVX check.
46665
46666 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
46667
46668         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
46669         bug in strncpy/strncat.
46670         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
46671
46672 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
46673
46674         * string/tester.c (test_strcat): Add tests for different alignments
46675         of source and destination.
46676         (test_strncat): Likewise.
46677
46678 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
46679
46680         [BZ #12852]
46681         * posix/glob.c (glob): Check passed in values before using them in
46682         expressions to avoid some overflows.
46683         (glob_in_dir): Likewise.
46684
46685         [BZ #13007]
46686         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
46687         check for AVX enablement so that we don't crash with old kernels and
46688         new hardware.
46689         * elf/tst-audit4.c: Add same checks here.
46690         * elf/tst-audit6.c: Likewise.
46691
46692         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
46693
46694 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
46695
46696         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
46697
46698 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
46699
46700         * po/cs.po: Update from translation team.
46701         * po/bg.po: Likewise.
46702
46703 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
46704
46705         * misc/sys/cdefs.h: Add support for const attribute.
46706         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
46707         to gnu_dev_{major,minor,makedev} functions.
46708
46709 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
46710
46711         * intl/dcigettext.c (get_output_charset): Add missing bracket.
46712
46713 2011-07-20  Andreas Schwab  <schwab@redhat.com>
46714
46715         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
46716         strlen results.
46717
46718 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
46719
46720         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
46721         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
46722         register in order to avoid conflicts with the soft frame pointer
46723         being held in r11 when necessary.
46724         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
46725         (INTERNAL_VSYSCALL_NCS): Likewise.
46726
46727 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
46728
46729         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
46730         * elf/dl-fini.c (_dl_fini): Adjust caller.
46731         * elf/dl-close.c (_dl_close_worker): Likewise.
46732         * sysdeps/generic/ldsodefs.h: Adjust declaration.
46733
46734 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
46735
46736         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
46737         "aux_cache->nlibs < 0".
46738
46739         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
46740         in the reload-count case.
46741
46742 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
46743
46744         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
46745         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
46746         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
46747         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
46748         * sysdeps/x86_64/multiarch/strcat.S: New file.
46749         * sysdeps/x86_64/multiarch/strncat.S: New file.
46750         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
46751         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
46752         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
46753         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
46754         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
46755         (USE_AS_STRCAT): Define.
46756         Add strcat and strncat support.
46757         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
46758         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
46759         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
46760         * string/strncat.c: Update.
46761         (USE_AS_STRNCAT): Define.
46762         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
46763         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
46764         and i7.
46765         * sysdeps/x86_64/multiarch/init-arch.h
46766         (bit_Prefer_PMINUB_for_stringop): New.
46767         (index_Prefer_PMINUB_for_stringop): Likewise.
46768         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
46769         bit_Prefer_PMINUB_for_stringop.
46770
46771 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
46772
46773         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
46774         buffer64.
46775         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
46776         of casting of buffer.
46777         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
46778         buffer32 and buffer64.
46779         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
46780         writes instead of casting of buffer.
46781         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
46782         buffer32.
46783         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
46784         casting of buffer.
46785
46786 2011-07-19  Andreas Schwab  <schwab@redhat.com>
46787
46788         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
46789
46790 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
46791
46792         * nscd/nscd.c (termination_handler): Don't do anything for a database
46793         if it has not yet been initialized.
46794
46795 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
46796
46797         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
46798
46799 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
46800
46801         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
46802
46803 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
46804
46805         * po/nl.po: Update from translation team.
46806         * po/sv.po: Likewise.
46807
46808 2011-07-16  Roland McGrath  <roland@hack.frob.com>
46809
46810         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
46811         now disallowed by GCC.
46812
46813         * configure.in (use-default-link): Default to yes if a test -shared
46814         link meets our qualifications.
46815         * configure: Regenerated.
46816
46817         * config.make.in (output-format): New variable.
46818         * configure.in: Check for ld --print-output-format support.
46819         * configure: Regenerated.
46820         * Makerules ($(common-objpfx)format.lds)
46821         [$(output-format) != unknown]: Just use $(output-format),
46822         instead of the linker-script munging.
46823
46824 2011-07-14  Roland McGrath  <roland@hack.frob.com>
46825
46826         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
46827         of $(common-objpfx)shlib.lds.
46828         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
46829
46830         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
46831         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
46832
46833         * configure.in (-z relro check): Adjust test code to add a large
46834         writable data section after it.
46835         * configure: Regenerated.
46836
46837 2011-07-11  Roland McGrath  <roland@hack.frob.com>
46838
46839         * configure.in (-z relro check): Fix test code to make the variable
46840         truly const.
46841         * configure: Regenerated.
46842
46843 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
46844
46845         * nscd/nscd.h (struct traced_file): Define.
46846         (struct database_dyn): Remove inotify_descr, reset_res, and filename
46847         elements.  Add traced_files.
46848         (inotify_fd): Declare.
46849         (register_traced_file): Declare.
46850         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
46851         (inotify_fd): Export.
46852         (resolv_conf_descr): Remove.
46853         (nscd_init): Move inotify descriptor creation to main.
46854         Don't register files for notification here.
46855         (register_traced_file): New function.
46856         (invalidate_cache): Don't use reset_res to determine whether to call
46857         res_init, go through the list of registered files.
46858         (main_loop_poll): The inotify descriptors are now stored in the
46859         structures for the traced files.
46860         (main_loop_epoll): Likewise
46861         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
46862         to __nss_disable_nscd.
46863         * nscd/cache.c (prune_cache): There is no single inotify descriptor
46864         for a database anymore.  Check the records for all the registered
46865         files instead.
46866         * nss/Makefile (libnss_files-routines): Add files-init.
46867         (libnss_db-routines): Add db-init.
46868         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
46869         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
46870         * nss/nss_db/db-init.c: New file.
46871         * nss/nss_files/files-init.c: New file.
46872         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
46873         __nss_lookup_function.
46874         (__nss_lookup_function): Call nss_load_library.
46875         (nss_load_all_libraries): New function.
46876         (__nss_disable_nscd): Take parameter with callback function for files
46877         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
46878         used for the cached services.
46879         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
46880         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
46881         options for features to all the files in nscd.
46882
46883         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
46884
46885 2011-07-10  Roland McGrath  <roland@hack.frob.com>
46886
46887         * csu/elf-init.c (__libc_csu_init): Comment typo.
46888
46889 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
46890
46891         * po/pl.po: Update from translation team.
46892         * po/ja.po: Likewise.
46893         * po/ru.po: Likewise.
46894         * po/ko.po: Likewise.
46895         * po/fr.po: Likewise.
46896
46897 2011-07-09  Roland McGrath  <roland@hack.frob.com>
46898
46899         * configure.in (.ctors/.dtors header and trailer check):
46900         Use an empirical test on a built program.
46901         * configure: Regenerated.
46902
46903         * configure.in (-z relro check): Use an empirical test on a built DSO.
46904         Detect, but do not require, on ia64.
46905         * configure: Regenerated.
46906
46907         * configure.in (READELF): Find it with AC_CHECK_TOOL.
46908         Update tests that use readelf to use $READELF instead.
46909         * configure: Regenerated.
46910
46911 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
46912
46913         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
46914         if the result is not used.
46915
46916 2011-07-05  Andreas Jaeger  <aj@suse.de>
46917
46918         [BZ#9696]
46919         * stdlib/tst-strtod.c: Add testcase.
46920
46921 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
46922
46923         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
46924         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
46925         The latter has a higher limit.  Take additional parameter to pass to
46926         the new function.
46927         (__pathconf): Pass file to __statfs_link_max.
46928         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
46929         __statfs_link_max.
46930         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
46931         __statfs_link_max.
46932
46933         [BZ #12868]
46934         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
46935         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
46936         Handle Lustre.
46937         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
46938         (__statfs_filesize_max): Likewise.
46939         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
46940
46941 2011-07-05  Andreas Jaeger  <aj@suse.de>
46942
46943         * resolv/res_comp.c (dn_skipname): Remove unused variable.
46944
46945 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
46946
46947         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
46948         `status' variable.
46949         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
46950         Likewise.
46951
46952 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
46953
46954         * Makefile (strop-tests): Add strncat.
46955         * string/test-strncat.c: New file.
46956
46957 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
46958
46959         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
46960
46961 2011-06-21  Andreas Jaeger  <aj@suse.de>
46962
46963         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
46964         Copy rule from iconvdata/Makefile.
46965
46966 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
46967
46968         [BZ #12922]
46969         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
46970         but no long options are defined, just return 'W'.
46971
46972 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
46973
46974         [BZ #9696]
46975         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
46976
46977 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
46978
46979         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
46980         netgroups to read.
46981         (innetgr): Likewise.
46982
46983 2011-07-05  Roland McGrath  <roland@hack.frob.com>
46984
46985         * config.make.in (install_root): Default to $(DESTDIR).
46986
46987 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
46988
46989         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
46990
46991 2011-07-02  Roland McGrath  <roland@hack.frob.com>
46992
46993         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
46994
46995         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
46996         containing directory rather than embedding absolute directory names.
46997
46998         * scripts/check-local-headers.sh: Rewritten using awk.
46999         Match by word, not by line.  Print error messages for matches.
47000         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
47001
47002         * Makerules [shlib-lds-flags empty]:
47003         ($(common-objpfx)libc_pic.opts): New target.
47004         ($(common-objpfx)libc_pic.os.clean): New target.
47005         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
47006
47007         * config.make.in (OBJCOPY): New variable.
47008         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
47009         * configure: Regenerated.
47010
47011         * config.make.in (use-default-link): New variable.
47012         * configure.in (use_default_link): Grok --with-default-link to set it.
47013         * configure: Regenerated.
47014         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
47015         (shlib-lds, shlib-lds-flags): Define to empty.
47016
47017         * Makerules (shlib-lds): New variable.
47018         (shlib-lds-flags): New variable.
47019         (build-shlib, build-moduile, build-module-asneeded): Use it.
47020         ($(common-objpfx)libc.so): Use $(shlib-lds).
47021         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
47022         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
47023
47024         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
47025         DT_FLAGS/DT_FLAGS_1 with zero flags.
47026
47027         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
47028         linker script munging.
47029
47030 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
47031
47032         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
47033         as 128-bit value.
47034         * crypt/sha512.c (sha512_process_block): Perform total addition using
47035         128-bit if possible.
47036         (__sha512_finish_ctx): Likewise.
47037         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
47038         as 64-bit value.
47039         * crypt/sha256.c (SWAP64): Define.
47040         (sha256_process_block): Perform total addition using 64-bit if
47041         possible.
47042         (__sha256_finish_ctx): Likewise.
47043
47044 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
47045
47046         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
47047         * nscd/initgrcache.c (addinitgroupsX): Likewise.
47048         * nscd/hstcache.c (cache_addhst): Likewise.
47049         * nscd/grpcache.c (cache_addgr): Likewise.
47050         * nscd/aicache.c (addhstaiX): Likewise
47051         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
47052
47053 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
47054
47055         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
47056         * nscd/initgrcache.c (addinitgroupsX): Likewise.
47057         * nscd/hstcache.c (cache_addhst): Likewise.
47058         * nscd/grpcache.c (cache_addgr): Likewise.
47059         * nscd/aicache.c (addhstaiX): Likewise
47060
47061 2011-07-01  Andreas Schwab  <schwab@redhat.com>
47062
47063         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
47064         domain only when needed.
47065
47066 2011-06-30  Andreas Schwab  <schwab@redhat.com>
47067
47068         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
47069         is always restored.
47070
47071 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
47072
47073         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
47074         are re-adding the entry.
47075         * nscd/servicescache.c (cache_addserv): Likewise.
47076
47077 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
47078
47079         * sysdeps/generic/dl-irel.h: fix protection against multiple
47080         inclusions.
47081         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
47082
47083 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
47084
47085         [BZ #12935]
47086         * malloc/memusage.sh: Fix quoting in message.
47087         * debug/xtrace.sh: Likewise.
47088
47089         * configure.in: Remove support for --experimental-malloc option, make
47090         it the default.
47091         * config.make.in: Likewise.
47092         * malloc/Makefile: Likewise.
47093
47094 2011-06-27  Andreas Schwab  <schwab@redhat.com>
47095
47096         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
47097         two-byte characters.
47098
47099 2011-06-27  Roland McGrath  <roland@hack.frob.com>
47100
47101         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
47102         AC_CACHE_CHECK invocation.
47103         * configure: Regenerated.
47104
47105         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
47106
47107 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
47108
47109         [BZ #12350]
47110         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
47111         bit from old_res_options.
47112
47113         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
47114
47115         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
47116         value type for setfct.
47117
47118 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
47119
47120         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
47121         __gettimeofday instead of gettimeofday.
47122
47123 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
47124
47125         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
47126
47127 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
47128
47129         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
47130
47131         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
47132         info.
47133
47134 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
47135
47136         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
47137         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
47138         strcpy-sse2-unaligned strncpy-sse2-unaligned
47139         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
47140         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
47141         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
47142         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
47143         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
47144         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
47145         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
47146         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
47147         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
47148         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
47149         (STRCPY): Support SSE2 and SSSE3 versions.
47150
47151 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
47152
47153         [BZ #12874]
47154         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
47155         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
47156         kernels which artificially limit size of requests.
47157
47158 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
47159
47160         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
47161         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
47162         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
47163         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
47164         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
47165         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
47166         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
47167         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
47168         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
47169         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
47170         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
47171         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
47172         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
47173         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
47174         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
47175         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
47176         Enable unaligned load optimization for Intel Core i3, i5 and i7
47177         processors.
47178         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
47179         Define.
47180         (index_Fast_Unaligned_Load): Define.
47181         (HAS_FAST_UNALIGNED_LOAD): Define.
47182
47183 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
47184
47185         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
47186
47187 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
47188
47189         [BZ #12907]
47190         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
47191         until it is clear that the information is realy needed.
47192         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
47193
47194 2011-06-22  Andreas Schwab  <schwab@redhat.com>
47195
47196         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
47197
47198 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
47199
47200         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
47201         /sys/devices/system/cpu/online if it is usable.
47202
47203         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
47204         reading the information from the /proc filesystem to once a second.
47205
47206 2011-06-21  Andreas Jaeger  <aj@suse.de>
47207
47208         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
47209         NULL after inclusion of kernel headers.
47210
47211 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
47212
47213         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
47214         calls to internal_setent.
47215
47216         [BZ #12885]
47217         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
47218         addresses using gethostbyname4_r ignore IPv4 addresses.
47219
47220         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
47221         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
47222
47223         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
47224
47225 2011-06-20  David S. Miller  <davem@davemloft.net>
47226
47227         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
47228         inclusions.
47229         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
47230
47231         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
47232         (elf_irel): Use it.
47233         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
47234         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
47235         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
47236         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
47237         * sysdeps/x86_64/dl-irel.h: Likewise.
47238
47239         * elf/dl-runtime.c: Use elf_ifunc_invoke.
47240         * elf/dl-sym.c: Likewise.
47241
47242 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
47243
47244         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
47245         need to dereference resplen2.
47246
47247 2011-06-14  Andreas Schwab  <schwab@redhat.com>
47248
47249         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
47250
47251 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
47252
47253         * Makeconfig: Define vardbdir and inst_vardbdir.
47254         * nss/Makefile: Add rules to install db-Makefile.
47255
47256         * nss/nss_db/db-XXX.c: Cleanup.
47257
47258         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
47259         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
47260         GLIBC_PRIVATE.
47261         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
47262         * nss/makedb.c: Implement -g option to specify that value strings
47263         are generated and should not be added to table iterated over for
47264         get*ent calls.
47265         * nss/nss_db/db-initgroups.c: New file.
47266
47267         * nss/getent.c: Add support for initgroups lookups through getgrouplist
47268         interface.
47269
47270         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
47271         (internal_getgrouplist): Adjust to name change.
47272         Update use_initgroups_entry if this is not the first call.
47273         * nss/databases.def: Add initgroups entry.
47274
47275         * nss/makedb.c (compute_tables): Check result of multiple hash table
47276         sizes to minimize maximum chain length.
47277
47278 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
47279
47280         * Versions.def: Add entry for libnss_db.
47281         * shlib-versions: Likewise.
47282         * nss/Makefile: Add rules to build libnss_db.
47283         * nss/Versions: Add libnss_db information.  Organize libnss_files
47284         entries better.
47285         * nss/db-Makefile: Add gshadow support.  Change rules for the new
47286         makedb progra.  Some minor improvements to generate smaller files.
47287         * nss/nss_db/nss_db.h: Move NSS database header data structures to
47288         here from...
47289         * nss/makedb.c: ...here.
47290         Improve database format to be smaller and require less memory at
47291         runtime.
47292         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
47293         db anymore.
47294         * nss/nss_db/db-netgrp.c: Likewise.
47295         * nss/nss_db/db-open.c: Likewise.
47296         * nss/nss_files/flies-XXX.x: Adjust comments.
47297         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
47298         * nss/nss_files/files-grp.c: Likewise.
47299         * nss/nss_files/files-hosts.c: Likewise.
47300         * nss/nss_files/files-network.c: Likewise.
47301         * nss/nss_files/files-proto.c: Likewise.
47302         * nss/nss_files/files-pwd.c: Likewise.
47303         * nss/nss_files/files-rpc.c: Likewise.
47304         * nss/nss_files/files-service.c: Likewise.
47305         * nss/nss_files/files-sgrp.c: Likewise.
47306         * nss/nss_files/files-spwd.c: Likewise.
47307         * nss/nss_db/db-alias.c: Removed.
47308         * nss/nss_db/dummy-db.h: Removed.
47309
47310 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
47311
47312         * nss/makedb.c: Rewritten to not use database library.
47313         * nss/Makefile: Update to build new makedb program.
47314
47315 2011-06-14  Andreas Jaeger  <aj@suse.de>
47316
47317         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
47318         memset declaration.
47319
47320 2011-06-10  Andreas Schwab  <schwab@redhat.com>
47321
47322         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
47323         tmpbuf.
47324
47325 2011-06-10  Roland McGrath  <roland@hack.frob.com>
47326
47327         * Makerules (shlib.lds): Fail if the linker script comes out empty.
47328         * elf/Makefile ($(objpfx)ld.so): Likewise.
47329
47330         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
47331         Don't list ld.so twice in dependencies.
47332
47333         * posix/bug-regex31.c: Include <stdlib.h>.
47334
47335         * nscd/hstcache.c (cache_addhst): Remove unused variable.
47336
47337         * nis/nss_compat/compat-spwd.c
47338         (getspent_next_nss_netgr): Remove unused variable.
47339         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
47340
47341         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
47342         nonmembers" output to use the right array.
47343
47344         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
47345
47346         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
47347
47348         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
47349         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
47350         * catgets/gencat.c (read_input_file): Likewise.
47351         * locale/programs/locarchive.c (enlarge_archive): Likewise.
47352
47353         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
47354         variable definition inside #if's controlling its use.
47355
47356         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
47357
47358         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
47359
47360         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
47361
47362         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
47363         unreachable code.
47364
47365         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
47366
47367         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
47368         * configure: Regenerated.
47369
47370         * Makerules: Revert last change.
47371         * elf/Makefile: Likewise.
47372
47373 2011-06-09  Roland McGrath  <roland@hack.frob.com>
47374
47375         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
47376         * elf/Makefile ($(objpfx)librtld.os): Likewise.
47377         (reloc-link): Likewise.
47378
47379 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
47380
47381         * elf/Makefile: Add rules to build pldd.
47382         * elf/pldd.c: New file.
47383         * elf/pldd-xx.c: New file.
47384
47385 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
47386
47387         * version.h: Update for 2.15 development version.
47388
47389 2011-06-07  David S. Miller  <davem@davemloft.net>
47390
47391         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
47392         ifuncs.
47393         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
47394         elf_machine_lazy_rel): Likewise.
47395         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
47396         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
47397         elf_machine_lazy_rel): Likewise.
47398         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
47399         dl_hwcap via passed in argument.
47400         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
47401         Likewise.
47402
47403 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
47404
47405         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
47406
47407 2011-06-06  Roland McGrath  <roland@hack.frob.com>
47408
47409         [BZ #12849]
47410         * manual/fdl-1.1.texi: New file, verbatim from:
47411         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
47412         * manual/lgpl-2.1.texi: New file, verbatim from:
47413         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
47414         * manual/Makefile (licenses): New variable, list those new file names.
47415         (texis): Use it.
47416         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
47417
47418         * manual/fdl.texi: File removed.
47419         * manual/lesser.texi: File removed.
47420         * manual/libc.texinfo (Copying, Documentation License):
47421         Use new @include file names, put @appendix directive before @include.
47422
47423 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
47424
47425         [BZ #12841]
47426         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
47427         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
47428         (mq_open): Add __NTH.
47429
47430 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
47431
47432         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
47433         Assume Intel Core i3/i5/i7 processor if AVX is available.
47434
47435 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
47436
47437         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
47438         typo.
47439
47440 2011-05-31  Andreas Schwab  <schwab@redhat.com>
47441
47442         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
47443         memory.  Use alloca_account.  Fix memory leak when retrying.
47444
47445 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
47446
47447         * version.h (RELEASE): Bump for 2.14 release.
47448         * include/features.h (__GLIBC_MINOR__): Bump to 14.
47449
47450         * config.make.in (RANLIB): Remove entry.
47451
47452 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
47453
47454         * po/Makefile (po-sed-cmd): Add ksh to extensions.
47455         (libc.pot): Work around missing support for .ksh extension in xgettext.
47456
47457         [BZ #12684]
47458         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
47459         if both request failed.
47460         (send_dg): In case of server errors clear resplen or *resplen2.
47461
47462         [BZ #12454]
47463         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
47464         when there are multiple maps.
47465         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
47466         (_dl_fini): Remove test here.
47467
47468         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
47469
47470 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
47471
47472         [BZ #12350]
47473         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
47474         bit from old_res_options.
47475         (gaih_inet): Likewise.
47476
47477         [BZ #11099]
47478         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
47479         as signed.
47480
47481         * resolv/res_init.c (res_setoptions): Make the code more compact.
47482
47483         [BZ #11558]
47484         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
47485         set RES_USEVC.
47486
47487         [BZ #11634]
47488         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
47489
47490         * malloc/malloc.h: Mark malloc hook variables as deprecated.
47491
47492         [BZ #11781]
47493         * malloc/malloc.h: Declare malloc hook variables as volatile.
47494
47495         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
47496         in last patch.
47497
47498         [BZ #11799]
47499         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
47500         raise in the comment.
47501         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
47502         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
47503         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
47504
47505 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
47506
47507         [BZ #12811]
47508         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
47509         grow the buffers more if it already has to be sufficient.
47510         (build_wcs_upper_buffer): Likewise.
47511         * posix/regexec.c (check_matching): Likewise.
47512         (clean_state_log_if_needed): Likewise.
47513         (extend_buffers): Don't enlarge buffers beyond size of the input
47514         buffer.
47515         Patches mostly by Emil Wojak <emil@wojak.eu>.
47516         * posix/bug-regex32.c: New file.
47517         * posix/Makefile (tests): Add bug-regex32.
47518
47519         * locale/findlocale.c (_nl_find_locale): Return right away if
47520         _nl_explode_name failed.
47521         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
47522
47523         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
47524
47525         * debug/xtrace.sh: Unify messages.
47526         * malloc/memusage.sh: Likewise.
47527
47528         [BZ #12813]
47529         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
47530         time symbol from vDSO.  Substitute with vsyscall if not available.
47531         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
47532         __vdso_time.
47533
47534         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
47535         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
47536         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
47537         Add sendmmsg and internal_sendmmsg.
47538         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
47539         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
47540         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
47541
47542         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
47543         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
47544         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
47545
47546 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
47547
47548         [BZ #12813]
47549         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
47550         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
47551         available.
47552         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
47553         __vdso_getcpu.
47554
47555         [BZ #12814]
47556         * iconvdata/Makefile (tests): Add bug-iconv9.
47557         * iconvdata/bug-iconv9.c: New file.
47558
47559 2011-05-27  Andreas Schwab  <schwab@redhat.com>
47560
47561         [BZ #12814]
47562         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
47563
47564 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
47565
47566         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
47567         (struct user_regs_struct): Change intcs field back to cs.
47568
47569 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
47570
47571         * po/ja.po: Update from translation team.
47572
47573 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
47574
47575         [BZ #12795]
47576         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
47577         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
47578
47579 2011-05-20  Andreas Schwab  <schwab@redhat.com>
47580
47581         * stdlib/longlong.h: Update from GCC.
47582
47583 2011-05-23  Andreas Schwab  <schwab@redhat.com>
47584
47585         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
47586         parameter name.
47587         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
47588         Add parameter name.
47589         (__sysconf): Pass it down.
47590
47591 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
47592
47593         [BZ #12671]
47594         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
47595         some situations.
47596         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
47597         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
47598         add in in __libc_use_alloca calls.  Adjust callers.
47599         (glob): Use malloc in some situations.
47600
47601         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
47602         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
47603         pltexit.
47604
47605 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
47606
47607         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
47608         and CLOCK_BOOTTIME_ALARM.
47609
47610         [BZ #12782]
47611         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
47612         is returned.
47613
47614         * string/_strerror.c (__strerror_r): Print negative errors as signed
47615         numbers.
47616
47617         [BZ #12777]
47618         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
47619         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
47620         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
47621
47622         * configure.in: Fix typo in redirection and correct removal of test
47623         files in two cases.
47624
47625         [BZ #12788]
47626         * locale/setlocale.c (new_composite_name): Fix test to check for
47627         identical name of all categories.
47628
47629         [BZ #12792]
47630         * libio/filedoalloc.c (local_isatty): New function.
47631         (_IO_file_doallocate): Use local_isatty.
47632         * stdio-common/perror.c (perror): In case a new stream is used
47633         forward the stream error.
47634         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
47635         error flag.
47636
47637 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
47638
47639         [BZ #11869]
47640         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
47641         alloca.
47642         * include/alloca.h (extend_alloca_account): Define.
47643
47644         [BZ #11857]
47645         * posix/regex.h: Fix comments with documentation of user-accessible
47646         fields after compilation and describe correct free'ing of pattern
47647         after re_compile_pattern.
47648         Patch by Reuben Thomas <rrt@sc3d.org>.
47649
47650 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
47651
47652         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
47653         and -mno-altivec to prevent the compiler from using Altivec and/or
47654         VSX instructions when the corresponding registers are not available.
47655
47656 2011-05-19  Andreas Schwab  <schwab@redhat.com>
47657
47658         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
47659
47660 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
47661
47662         * libio/freopen.c (freopen): Use __dup2, not dup2.
47663         * libio/freopen64.c (freopen64): Likewise.
47664
47665 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
47666
47667         [BZ #12775]
47668         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
47669         * math/Makefile (tests): Add test-powl.
47670         (CFLAGS-test-powl.c): Define.
47671         * math/test-powl.c: New file.
47672
47673 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
47674
47675         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
47676
47677 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
47678
47679         [BZ #11837]
47680         * iconvdata/gb18030.c: Update to GB18020-2005.
47681
47682 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
47683
47684         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
47685         RE_SYNTAX_POSIX_AWK): Update to match recent development.
47686         Patch by Aharon Robbins <arnold@skeeve.com>.
47687
47688         [BZ #11892]
47689         * stdlib/putenv.c (putenv): Don't always create copy of the variable
47690         on the stack.
47691
47692         [BZ #11895]
47693         * misc/pselect.c (__pselect): Handle timeout value errors hidden
47694         through underflows.
47695
47696         [BZ #12766]
47697         * misc/error.c (error_at_line): Ensure file_name and old_file_name
47698         point to strings before performing equality test for error_one_per_line
47699         mode.
47700
47701         [BZ #11697]
47702         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
47703
47704         [BZ #11820]
47705         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
47706         (struct user_fpregs_struct): Avoid __uint*_t types.
47707
47708         [BZ #6420]
47709         * malloc/mtrace.c (tr_where): Add additional parameter to point to
47710         symbol info.  Use it instead of calling _dl_addr locally.
47711         (lock_and_info): New function.
47712         (tr_freehook): Call lock_and_info and pass symbol info as additional
47713         parameter to tr_where.
47714         (tr_mallochook): Likewise.
47715         (tr_reallochook): Likewise.
47716         (tr_memalignhook): Likewise.
47717
47718         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
47719         used and couldn't be at all thread-safe.
47720
47721 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
47722
47723         * libio/freopen.c (freopen): Don't close old file descriptor
47724         before the new one is opened.  Instead dup the new file descriptor
47725         to the old one after the new stream is created.
47726         * libio/freopen64.c (freopen64): Likewise.
47727         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
47728         * libio/fileops.c (_IO_new_file_close_it): Handle new
47729         _IO_FLAGS2_NOCLOSE flag.
47730         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
47731         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
47732         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
47733         _IO_FLAGS2_NOCLOSE flag.
47734         * include/unistd.h: Add hidden_proto for dup3.
47735         Define __have_dup3.
47736         * io/dup3.c: Define hidden symbol.
47737         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
47738
47739         [BZ #7101]
47740         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
47741         when an incomplete long option is used.
47742         * posix/tst-getopt_long1.c: New file.
47743         * posix/Makefile (tests): Add tst-getopt_long1.
47744
47745         [BZ #10138]
47746         * scripts/config.guess: Update from autoconf-2.68.
47747         * scripts/config.sub: Likewise.
47748
47749         [BZ #10157]
47750         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
47751         tests into ...
47752         (has_cpuclock): ...this.  New function.
47753         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
47754         macro here based on has_cpuclock code.
47755
47756         [BZ #10149]
47757         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
47758         First byte (not low byte) is now always NUL.
47759         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
47760
47761         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
47762         Use non-cancelable interfaces.
47763
47764         [BZ #9809]
47765         * locale/iso-639.def: Add entry for Sorani.
47766
47767         [BZ #11901]
47768         * include/stdlib.h: Move include protection to the right place.
47769         Define abort_msg_s.  Declare __abort_msg with it.
47770         * stdlib/abort.c (__abort_msg): Adjust type.
47771         * assert/assert.c (__assert_fail_base): New function.  Majority
47772         of code from __assert_fail.  Allocate memory for __abort_msg with
47773         mmap.
47774         (__assert_fail): Now call __assert_fail_base.
47775         * assert/assert-perr.c: Remove bulk of implementation.  Use
47776         __assert_fail_base.
47777         * include/assert.hL Declare __assert_fail_base.
47778         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
47779         mmap.
47780         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
47781
47782 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
47783
47784         [BZ #11952]
47785         [BZ #12453]
47786         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
47787         until all modules are registered in the DTV.
47788         * elf/Makefile: Add rules to build and run tst-tls19.
47789         * elf/tst-tls19.c: New file.
47790         * elf/tst-tls19mod1.c: New file.
47791         * elf/tst-tls19mod2.c: New file.
47792         * elf/tst-tls19mod3.c: New file.
47793         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
47794
47795         [BZ #12083]
47796         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
47797         correctly.
47798
47799         [BZ #12601]
47800         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
47801         two-byte sequence errors.
47802         * iconvdata/Makefile (tests): Add bug-iconv8.
47803         * iconvdata/bug-iconv8.c: New file.
47804
47805         [BZ #12626]
47806         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
47807         buf2 definition.
47808
47809         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
47810
47811         [BZ #12432]
47812         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
47813         (dummy_getcfa): New function.
47814         (init): Get _Unwind_GetCFA address, use dummy if not found.
47815         (backtrace_helper): In recursion check, also check whether CFA changes.
47816         (__backtrace): Completely initialize arg.
47817
47818         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
47819         storing incomplete byte sequence in state object.  Avoid testing for
47820         guaranteed too small input if we know there is enough data available.
47821
47822 2011-05-11  Andreas Schwab  <schwab@redhat.com>
47823
47824         * Makeconfig (+link-pie): Indent.
47825         * Rules (binaries-pie): Define if $(have-fpie) and
47826         $(build-shared).
47827         (binaries-shared): Also filter out $(binaries-pie).
47828         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
47829         * nscd/Makefile (others-pie): Add nscd.
47830         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
47831         ($(objpfx)nscd): Remove command override.
47832         * login/Makefile (others-pie): Add pt_chown.
47833         ($(objpfx)pt_chown): Remove command override.
47834         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
47835         remove command overrides.
47836
47837 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
47838
47839         * libio/tst_putwc.c: Fix error messages.
47840
47841         [BZ #12724]
47842         * libio/fileops.c (_IO_new_file_close_it): Always flush when
47843         currently writing and seek to current position when not.
47844         * libio/Makefile (tests): Add bug-fclose1.
47845         * libio/bug-fclose1.c: New file.
47846
47847 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
47848
47849         [BZ #12511]
47850         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
47851         don't set DF_1_NODELETE here.
47852         (do_lookup_x): When entering new entry test for copy relocation
47853         and if necessary set DF_1_NODELETE flag.
47854         * elf/tst-unique4.cc: New file.
47855         * elf/tst-unique4.h: New file.
47856         * elf/tst-unique4lib.cc: New file.
47857         * elf/Makefile: Add rules to build and run tst-unique4.
47858         Patch by Piotr Bury <pbury@goahead.com>.
47859
47860 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
47861
47862         [BZ #12052]
47863         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
47864
47865         [BZ #12625]
47866         * misc/mntent_r.c (addmntent): Flush the stream after the output
47867
47868         [BZ #12393]
47869         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
47870         (is_trusted_path_normalize): Skip initial colon.  Append slash
47871         to empty buffer.  Duplicate is_trusted_path code but allow
47872         constructed patch to be prefix.
47873         (is_dst): Allow $ORIGIN followed by /.
47874         (_dl_dst_substitute): Correct clearing of check_for_trusted.
47875         Correct testing of result of is_trusted_path_normalize
47876         (decompose_rpath): Fix warning.
47877
47878 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
47879
47880         [BZ #11257]
47881         * grp/initgroups.c (internal_getgrouplist): When we found the service
47882         list through the initgroups entry in nsswitch.conf do not always
47883         continue on a successful lookup.  Don't always use the
47884         __nss_group_database value if it is set.
47885         * nss/nsswitch.conf (initgroups): Change action for successful db
47886         lookup to continue for compatibility.
47887
47888 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
47889
47890         [BZ #11532]
47891         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
47892         and CP774 modules.
47893         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
47894         and CP774 modules.
47895         * iconvdata/tst-tables.sh: Likewise.
47896         * iconvdata/cp770.c: New file.
47897         * iconvdata/cp771.c: New file.
47898         * iconvdata/cp772.c: New file.
47899         * iconvdata/cp773.c: New file.
47900         * iconvdata/cp774.c: New file.
47901         * iconvdata/testdata/CP770: New file.
47902         * iconvdata/testdata/CP770..UTF8: New file.
47903         * iconvdata/testdata/CP771: New file.
47904         * iconvdata/testdata/CP771..UTF8: New file.
47905         * iconvdata/testdata/CP772: New file.
47906         * iconvdata/testdata/CP772..UTF8: New file.
47907         * iconvdata/testdata/CP773: New file.
47908         * iconvdata/testdata/CP773..UTF8: New file.
47909         * iconvdata/testdata/CP774: New file.
47910         * iconvdata/testdata/CP774..UTF8: New file.
47911
47912         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
47913         END CHARMAP line.
47914         * iconvdata/gen-8bit-gap.sh: Likewise.
47915         * iconvdata/gen-8bit.sh: Likewise.
47916
47917         * locale/iso-639.def: Add ary entry.
47918
47919         [BZ #11258]
47920         * locale/C-translit.h.in: Add U20A1 transliteration.
47921
47922         [BZ #12178]
47923         * locale/iso-639.def: Add wae entry.
47924         Patch by Kevin Bortis <bortis@translate-wae.ch>.
47925
47926         [BZ #12545]
47927         * locale/programs/localedef.c (construct_output_path): Use ssize_t
47928         for n.
47929
47930         [BZ #12711]
47931         * locale/C-translit.h.in: Add entry for U20B9.
47932         Patch by pravin.d.s@gmail.com.
47933
47934 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
47935
47936         [BZ #12713]
47937         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
47938         ENAMETOOLONG use generic getcwd.
47939         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
47940         in rtld.  Use *stat64.
47941         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
47942         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
47943         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
47944         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
47945         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
47946         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
47947         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
47948         __fstatat64 macros.
47949         * include/dirent.h: Add libc_hidden_proto for rewinddir.
47950         * dirent/rewinddir.c: Add libc_hidden_def.
47951         * sysdeps/mach/hurd/rewinddir.c: Likewise.
47952         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
47953
47954         * include/dirent.h (__alloc_dir): Add flags parameter.
47955         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
47956         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
47957         __alloc_dir.
47958         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
47959         from fdopendir if O_CLOEXEC is already set.
47960
47961 2011-03-15  Alan Modra  <amodra@gmail.com>
47962
47963         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
47964         l_tls_firstbyte_offset non-zero.  Save padding offset in
47965         l_tls_firstbyte_offset for later use.
47966         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
47967         freeing static tls block.
47968
47969 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
47970
47971         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
47972         where #ifdef was intended.  The intent is to prevent ARG_MAX from
47973         being defined by the kernel headers.
47974
47975 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
47976
47977         [BZ #12734]
47978         * resolv/resolv.h: Define RES_NOTLDQUERY.
47979         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
47980         no-tld-query and set RES_NOTLDQUERY.
47981         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
47982         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
47983         modern BIND to search name as TLD unless forbidden.
47984
47985 2011-05-07  Petr Baudis  <pasky@suse.cz>
47986             Ulrich Drepper  <drepper@gmail.com>
47987
47988         [BZ #12393]
47989         * elf/dl-load.c (fillin_rpath): Move trusted path check...
47990         (is_trusted_path): ...to here.
47991         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
47992         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
47993         using is_trusted_path_normalize() in setuid scripts.
47994
47995 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
47996
47997         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
47998         __BEGIN/__END_DECLS.
47999
48000 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
48001
48002         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
48003         NSS_STATUS_NOTFOUND if no record was found.
48004
48005 2011-05-05  Andreas Schwab  <schwab@redhat.com>
48006
48007         * sunrpc/Makefile (headers): Add rpc/netdb.h.
48008         (headers-not-in-tirpc): Remove rpc/netdb.h
48009         * resolv/netdb.h: Revert last change.
48010
48011 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
48012
48013         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
48014         circular dependency between libgcc.a and libc.a.
48015
48016 2011-05-05  Andreas Schwab  <schwab@redhat.com>
48017
48018         * resolv/netdb.h: Don't include <rpc/netdb.h>.
48019         * nis/Makefile: Don't install rpcsvc/*.
48020         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
48021         instead of <rpc/types.h>.
48022         (MAXHOSTNAMELEN): Define.
48023
48024 2011-05-03  Andreas Schwab  <schwab@redhat.com>
48025
48026         * elf/ldconfig.c (add_dir): Don't crash on empty path.
48027
48028 2011-04-28  Maciej Babinski  <mbabinski@google.com>
48029
48030         [BZ #12714]
48031         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
48032         gethostbyname4_r when IPv6 results are possible.
48033
48034 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
48035
48036         [BZ #12723]
48037         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
48038         _PC_PIPE_BUF handling.
48039
48040 2011-04-30  Bruno Haible  <bruno@clisp.org>
48041
48042         [BZ #12717]
48043         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
48044         * resolv/netdb.h (getnameinfo): Change type of flags parameter
48045         to 'int'.
48046         * inet/getnameinfo.c (getnameinfo): Likewise.
48047
48048 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
48049
48050         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
48051         to groups setting in database lookup.
48052         * nss/nsswitch.conf: Add initgroups entry.
48053
48054 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
48055
48056         [BZ #12685]
48057         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
48058         mode string.
48059         Patch by Eric Blake <eblake@redhat.com>.
48060
48061 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
48062
48063         * sunrpc/Makefile (need-export-routines): Add svc_run.
48064         (routines): Remove svc_run.
48065         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
48066         * sunrpc/clnt_perr.c (clnt_perrno): Export.
48067         * sunrpc/svc_run.c (svc_run): Likewise.
48068         * sunrpc/svc_udp.c (svcudp_create): Likewise.
48069
48070 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
48071
48072         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
48073         problem in reallocation in last patch.
48074
48075 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
48076
48077         * sunrpc/Makefile: Move inclusion of Rules.
48078
48079 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
48080
48081         * nss/nss_files/files-initgroups.c: New file.
48082         * nss/Makefile (libnss_files-routines): Add files-initgroups.
48083         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
48084         _nss_files_initgroups_dyn.
48085
48086 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
48087
48088         * elf/elf.h (R_ARM_IRELATIVE): Define.
48089
48090 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
48091
48092         * po/ru.po: Update from translation team.
48093
48094 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
48095
48096         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
48097         dependencies.
48098
48099 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
48100
48101         [BZ #12653]
48102         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
48103         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
48104         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
48105         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
48106         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
48107
48108 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
48109
48110         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
48111         differing bytes.
48112         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
48113         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
48114         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
48115
48116 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
48117
48118         [BZ #12420]
48119         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
48120         storing it.
48121         * stdlib/bug-getcontext.c: New file.
48122         * stdlib/Makefile: Add rules to build and run bug-getcontext.
48123
48124 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
48125
48126         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
48127         instructions into .machine "z9-109".
48128         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
48129         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
48130
48131 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
48132
48133         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
48134         between environment variables and auxiliary vector.
48135
48136 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
48137
48138         * Makefile: Add rules to build linkobj/libc.so.
48139         * include/libc-symbols.h: Define libc_hidden_nolink.
48140         * include/rpc/auth.h: Mark functions which are to be hidden.
48141         * include/rpc/auth_des.h: Likewise.
48142         * include/rpc/auth_unix.h: Likewise.
48143         * include/rpc/clnt.h: Likewise.
48144         * include/rpc/des_crypt.h: Likewise.
48145         * include/rpc/key_prot.h: Likewise.
48146         * include/rpc/pmap_clnt.h: Likewise.
48147         * include/rpc/pmap_prot.h: Likewise.
48148         * include/rpc/pmap_rmt.h: Likewise.
48149         * include/rpc/rpc_msg.h: Likewise.
48150         * include/rpc/svc.h: Likewise.
48151         * include/rpc/svc_auth.h: Likewise.
48152         * include/rpc/xdr.h: Likewise.
48153         * nis/Makefile: Link all DSOs against linkobj/libc.so.
48154         * nss/Makefile: Likewise.
48155         * sunrpc/Makefile: Don't install headers.  Build library with normal
48156         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
48157         * sunrpc/auth_des.c: Hide exported symbols by default, export some
48158         for the compat linking library.  Remove use of INTDEF/INTUSE.
48159         * sunrpc/auth_none.c: Likewise.
48160         * sunrpc/auth_unix.c: Likewise.
48161         * sunrpc/authdes_prot.c: Likewise.
48162         * sunrpc/authuxprot.c: Likewise.
48163         * sunrpc/clnt_gen.c: Likewise.
48164         * sunrpc/clnt_perr.c: Likewise.
48165         * sunrpc/clnt_raw.c: Likewise.
48166         * sunrpc/clnt_simp.c: Likewise.
48167         * sunrpc/clnt_tcp.c: Likewise.
48168         * sunrpc/clnt_udp.c: Likewise.
48169         * sunrpc/clnt_unix.c: Likewise.
48170         * sunrpc/des_crypt.c: Likewise.
48171         * sunrpc/des_soft.c: Likewise.
48172         * sunrpc/get_myaddr.c: Likewise.
48173         * sunrpc/key_call.c: Likewise.
48174         * sunrpc/key_prot.c: Likewise.
48175         * sunrpc/netname.c: Likewise.
48176         * sunrpc/pm_getmaps.c: Likewise.
48177         * sunrpc/pm_getport.c: Likewise.
48178         * sunrpc/pmap_clnt.c: Likewise.
48179         * sunrpc/pmap_prot.c: Likewise.
48180         * sunrpc/pmap_prot2.c: Likewise.
48181         * sunrpc/pmap_rmt.c: Likewise.
48182         * sunrpc/publickey.c: Likewise.
48183         * sunrpc/rpc_cmsg.c: Likewise.
48184         * sunrpc/rpc_common.c: Likewise.
48185         * sunrpc/rpc_dtable.c: Likewise.
48186         * sunrpc/rpc_prot.c: Likewise.
48187         * sunrpc/rpc_thread.c: Likewise.
48188         * sunrpc/rtime.c: Likewise.
48189         * sunrpc/svc.c: Likewise.
48190         * sunrpc/svc_auth.c: Likewise.
48191         * sunrpc/svc_authux.c: Likewise.
48192         * sunrpc/svc_raw.c: Likewise.
48193         * sunrpc/svc_run.c: Likewise.
48194         * sunrpc/svc_simple.c: Likewise.
48195         * sunrpc/svc_tcp.c: Likewise.
48196         * sunrpc/svc_udp.c: Likewise.
48197         * sunrpc/svc_unix.c: Likewise.
48198         * sunrpc/svcauth_des.c: Likewise.
48199         * sunrpc/xcrypt.c: Likewise.
48200         * sunrpc/xdr.c: Likewise.
48201         * sunrpc/xdr_array.c: Likewise.
48202         * sunrpc/xdr_float.c: Likewise.
48203         * sunrpc/xdr_intXX_t.c: Likewise.
48204         * sunrpc/xdr_mem.c: Likewise.
48205         * sunrpc/xdr_rec.c: Likewise.
48206         * sunrpc/xdr_ref.c: Likewise.
48207         * sunrpc/xdr_sizeof.c: Likewise.
48208         * sunrpc/xdr_stdio.c: Likewise.
48209
48210 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
48211
48212         [BZ #12650]
48213         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
48214         * sysdeps/ia64/dl-tls.h: Likewise.
48215         * sysdeps/powerpc/dl-tls.h: Likewise.
48216         * sysdeps/s390/dl-tls.h: Likewise.
48217         * sysdeps/sh/dl-tls.h: Likewise.
48218         * sysdeps/sparc/dl-tls.h: Likewise.
48219         * sysdeps/x86_64/dl-tls.h: Likewise.
48220         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
48221
48222 2011-03-14  Andreas Schwab  <schwab@redhat.com>
48223
48224         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
48225         rpath element also skip the following colon.
48226         (expand_dynamic_string_token): Add is_path parameter and pass
48227         down to DL_DST_REQUIRED and _dl_dst_substitute.
48228         (decompose_rpath): Call expand_dynamic_string_token with
48229         non-zero is_path.  Ignore empty rpaths.
48230         (_dl_map_object_from_fd): Call expand_dynamic_string_token
48231         with zero is_path.
48232
48233 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
48234
48235         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
48236         Make cancelable.
48237
48238 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
48239
48240         [BZ #12655]
48241         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
48242         Patch by Filipe David Manana <fdmanana@apache.org>.
48243
48244 2011-04-07  Andreas Schwab  <schwab@redhat.com>
48245
48246         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
48247         Maintain aligned stack.
48248         (CHECK_RSP): Remove unused macro.
48249
48250 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
48251
48252         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
48253         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
48254
48255 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
48256
48257         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
48258
48259         * include/features.h: Mention __USE_XOPEN2K8 in comment.
48260
48261 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
48262
48263         [BZ #12518]
48264         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
48265         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
48266         * sysdeps/x86_64/memmove.c: New file.
48267         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
48268         (memcpy): Renamed to ...
48269         (__new_memcpy): This.
48270         (memcpy): Provide GLIBC_2_14 memcpy.
48271         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
48272         (memcpy): Provide GLIBC_2_2_5 memcpy.
48273
48274 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
48275
48276         [BZ #12631]
48277         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
48278
48279 2011-03-30  Andreas Schwab  <schwab@redhat.com>
48280
48281         * misc/syncfs.c: New file.
48282         * misc/Makefile (routines): Add syncfs.
48283         * posix/unistd.h: Declare syncfs.
48284         * sysdeps/unix/syscalls.list: Add syncfs.
48285
48286 2011-04-01  Andreas Schwab  <schwab@redhat.com>
48287
48288         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
48289         open_by_handle_at.
48290         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
48291         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
48292         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
48293         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
48294         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
48295         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
48296         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
48297
48298 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
48299
48300         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
48301         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
48302         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
48303         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
48304         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
48305         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
48306         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
48307
48308         * io/Makefile: Compile fallocate.c, fallocate64.c, and
48309         sync_file_range.c with -fexceptions.
48310         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
48311         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
48312         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
48313         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
48314         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
48315         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
48316         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
48317         sync_file_range as cancellation point
48318         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
48319         now a wrapper around __call_sync_file_range with cancellation handling.
48320         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
48321         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
48322         function name to __call_sync_file_range.
48323         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
48324         Add call_sync_file_range.
48325
48326 2011-04-01  Andreas Schwab  <schwab@redhat.com>
48327
48328         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
48329         bits/timex.h.
48330
48331 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
48332
48333         * iconv/iconv.h: Fix typo in comment.
48334         * io/fcntl.h: Likewise.
48335         * libio/stdio.h: Likewise.
48336         * posix/spawn.h: Likewise.
48337         * posix/unistd.h: Likewise.
48338         * stdlib/stdlib.h: Likewise.
48339         * time/time.h: Likewise.
48340         * wcsmbs/wchar.h: Likewise.
48341
48342         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
48343         open_by_handle): Add.
48344         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
48345         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
48346         Augment a few comments.
48347         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
48348         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
48349         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
48350         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
48351         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
48352         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
48353         open_by_handle.
48354
48355         * io/fcntl.h (AT_EMPTY_PATH): Define.
48356
48357 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
48358
48359         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
48360         * sysdeps/unix/sysv/linux/bits/time.h: New file.
48361         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
48362         to...
48363         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
48364         * Versions.def: Add GLIBC_2.14.
48365         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
48366         Export.
48367
48368 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
48369
48370         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
48371         round counter.
48372         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
48373
48374 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
48375
48376         [BZ #12597]
48377         * string/test-strncmp.c (do_page_test): New function.
48378         (check2): Likewise.
48379         (test_main): Call check2.
48380         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
48381
48382 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
48383
48384         [BZ #12587]
48385         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
48386         Handle cache information in CPU leaf 4.
48387         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
48388
48389 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
48390
48391         [BZ #12583]
48392         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
48393         character representation.
48394         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
48395
48396 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
48397
48398         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
48399         END(__isnan) to END(__isnanf) to match function entry point/label
48400         EALIGN(__isnanf,...).
48401
48402 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
48403
48404         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
48405
48406 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
48407
48408         [BZ #12510]
48409         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
48410         copy from the symbol referenced in the relocation to initialize the
48411         used variable.
48412         Patch by Piotr Bury <pbury@goahead.com>.
48413         * elf/Makefile: Add rules to build and tst-unique3.
48414         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
48415         * elf/tst-unique3.cc: New file.
48416         * elf/tst-unique3.h: New file.
48417         * elf/tst-unique3lib.cc: New file.
48418         * elf/tst-unique3lib2.cc: New file.
48419
48420         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
48421
48422 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
48423
48424         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
48425         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
48426         to _start.
48427
48428 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
48429
48430         * elf/dl-load.c (_dl_map_object): If we are looking for the first
48431         to-be-loaded object along a path to loader is ld.so.
48432
48433 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
48434             Ulrich Drepper  <drepper@gmail.com>
48435
48436         * sysdeps/x86_64/memset.S: After aligning destination, code
48437         branches to different locations depending on the value of
48438         misalignment, when multiarch is enabled. Fix this.
48439
48440 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
48441
48442         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
48443         Set _x86_64_preferred_memory_instruction for AMD processsors.
48444         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
48445         Set bit_Prefer_SSE_for_memop for AMD processors.
48446
48447 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
48448
48449         * libio/fmemopen.c (fmemopen): Optimize a bit.
48450
48451 2011-03-03  Andreas Schwab  <schwab@redhat.com>
48452
48453         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
48454
48455 2011-03-03  Roland McGrath  <roland@redhat.com>
48456
48457         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
48458
48459 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
48460
48461         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
48462         __bzero_ultra1 instead of __memset_ultra1.
48463
48464 2011-02-23  Andreas Schwab  <schwab@redhat.com>
48465             Ulrich Drepper  <drepper@gmail.com>
48466
48467         [BZ #12509]
48468         * include/link.h (struct link_map): Add l_orig_initfini.
48469         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
48470         returning unsuccessfully.
48471         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
48472         close of a file loaded at startup, restore the original l_initfini
48473         list.
48474         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
48475         list, store the pointer.
48476         * elf/Makefile ($(objpfx)noload-mem): New rule.
48477         (noload-ENV): Define.
48478         (tests): Add $(objpfx)noload-mem.
48479         * elf/noload.c: Include <memcheck.h>.
48480         (main): Call mtrace.  Close all opened handles.
48481
48482 2011-02-17  Andreas Schwab  <schwab@redhat.com>
48483
48484         [BZ #12454]
48485         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
48486         dependencies are missing.
48487
48488 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
48489
48490         Fix __if_freereq crash: Unlike the generic version which uses free,
48491         Hurd needs munmap.
48492         * sysdeps/mach/hurd/ifreq.h: New file.
48493
48494 2011-01-27  Petr Baudis  <pasky@suse.cz>
48495             Ulrich Drepper  <drepper@gmail.com>
48496
48497         [BZ 12445]#
48498         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
48499         to extend_alloca().
48500         * stdio-common/bug23.c: New file.
48501         * stdio-common/Makefile (tests): Add bug23.
48502
48503 2010-09-28  Andreas Schwab  <schwab@redhat.com>
48504             Ulrich Drepper  <drepper@gmail.com>
48505
48506         [BZ #12489]
48507         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
48508         before performing relro protection.  At old place add assertion
48509         to make sure nothing changed.
48510
48511 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
48512             Glauber de Oliveira Costa  <glommer@gmail.com>
48513
48514         * elf/elf.h: Add new ARM TLS relocs.
48515
48516 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
48517
48518         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
48519         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
48520         cast from r3.
48521         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
48522         'tests' variable.
48523         * sysdeps/wordsize-64/tst-writev.c: New file.
48524
48525 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
48526
48527         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
48528         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
48529         insns in _dl_start to prevent a TOC reference before relocs are
48530         resolved.
48531
48532 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
48533
48534         [BZ #12469]
48535         * Makeconfig: Remove RANLIB definition.
48536         * Makerules: Don't use RANLIB.
48537         * aclocal.m4: Remove ranlib test.
48538         * configure.in: No need to check for ranlib.
48539         * elf/rtld-Rules: Don't use RANLIB.
48540
48541 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
48542
48543         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
48544         protection macro.
48545         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
48546         inclusion protection macro.
48547
48548         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
48549         SIGRTMIN and SIGRTMAX and print information in that case only when
48550         SIGRTMIN is defined.
48551
48552 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
48553
48554         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
48555         arginfo fn returning -1.
48556
48557         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
48558         and thousands string is zero terminated.
48559
48560 2011-02-03  Andreas Schwab  <schwab@redhat.com>
48561
48562         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
48563         sysdeps/unix/sysv/linux/bits/socket.h.
48564
48565 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
48566
48567         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
48568         (__CPU_COUNT): Remove old macros.
48569         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
48570         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
48571         (__CPU_ALLOC, __CPU_FREE): Add macros.
48572         (__sched_cpualloc, __sched_cpufree): Add declarations.
48573
48574 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
48575
48576         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
48577         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
48578         * nscd/aicache.c (addhstaiX): Return timeout of added value.
48579         (readdhstai): Return value of addhstaiX call.
48580         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
48581         (addgrbyX): Return value returned by cache_addgr.
48582         (readdgrbyname): Return value returned by addgrbyX.
48583         (readdgrbygid): Likewise.
48584         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
48585         (addpwbyX): Return value returned by cache_addpw.
48586         (readdpwbyname): Return value returned by addhstbyX.
48587         (readdpwbyuid): Likewise.
48588         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
48589         (addservbyX): Return value returned by cache_addserv.
48590         (readdservbyname): Return value returned by addservbyX:
48591         (readdservbyport): Likewise.
48592         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
48593         (addhstbyX): Return value returned by cache_addhst.
48594         (readdhstbyname): Return value returned by addhstbyX.
48595         (readdhstbyaddr): Likewise.
48596         (readdhstbynamev6): Likewise.
48597         (readdhstbyaddrv6): Likewise.
48598         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
48599         (readdinitgroups): Return value returned by addinitgroupsX.
48600         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
48601         (prune_cache): Keep track of timeout value of re-added entries.
48602         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
48603         * nscd/nscd.h: Adjust prototypes of readd* functions.
48604
48605 2011-02-04  Roland McGrath  <roland@redhat.com>
48606
48607         * nis/nis_server.c (nis_servstate): Use the right name for 0.
48608         (nis_stats): Likewise.
48609         * nis/nis_modify.c (nis_modify): Likewise.
48610         * nis/nis_remove.c (nis_remove): Likewise.
48611         * nis/nis_add.c (nis_add): Likewise.
48612
48613         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
48614
48615         * posix/fnmatch_loop.c: Add some consts.
48616
48617         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
48618
48619 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
48620
48621         [BZ #12460]
48622         * config.make.in (config-cflags-novzeroupper): Define.
48623         * configure.in: Substitute libc_cv_cc_novzeroupper.
48624         * elf/Makefile (AVX-CFLAGS): Define.
48625         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
48626         (CFLAGS-tst-auditmod4a.c): Likewise.
48627         (CFLAGS-tst-auditmod4b.c): Likewise.
48628         (CFLAGS-tst-auditmod6b.c): Likewise.
48629         (CFLAGS-tst-auditmod6c.c): Likewise.
48630         (CFLAGS-tst-auditmod7b.c): Likewise.
48631         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
48632
48633 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
48634
48635         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
48636         function to the callback.
48637         Patch partly by Jiri Olsa <jolsa@redhat.com>.
48638
48639 2011-02-02  Andreas Schwab  <schwab@redhat.com>
48640
48641         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
48642         of errno.
48643
48644 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
48645
48646         [BZ #11724]
48647         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
48648         of constructors.
48649         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
48650         of destructors.
48651         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
48652
48653         [BZ #11724]
48654         * elf/Makefile: Add rules to build and run new test.
48655         * elf/tst-initorder.c: New file.
48656         * elf/tst-initorder.exp: New file.
48657         * elf/tst-initordera1.c: New file.
48658         * elf/tst-initordera2.c: New file.
48659         * elf/tst-initordera3.c: New file.
48660         * elf/tst-initordera4.c: New file.
48661         * elf/tst-initorderb1.c: New file.
48662         * elf/tst-initorderb2.c: New file.
48663         * elf/tst-order-a1.c: New file.
48664         * elf/tst-order-a2.c: New file.
48665         * elf/tst-order-a3.c: New file.
48666         * elf/tst-order-a4.c: New file.
48667         * elf/tst-order-b1.c: New file.
48668         * elf/tst-order-b2.c: New file.
48669         * elf/tst-order-main.c: New file.
48670         New test case by George Gensure <werkt0@gmail.com>.
48671
48672 2010-10-01  Andreas Schwab  <schwab@redhat.com>
48673
48674         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
48675         decoding ACE if AI_CANONIDN.
48676
48677 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
48678
48679         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
48680
48681 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
48682
48683         * version.h (RELEASE): Bump for 2.13 release.
48684         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
48685
48686         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
48687
48688         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
48689         MADV_NOHUGEPAGE.
48690         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
48691         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
48692         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
48693         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
48694         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
48695         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
48696
48697         * posix/getconf.c: Update copyright year.
48698         * catgets/gencat.c: Likewise.
48699         * csu/version.c: Likewise.
48700         * debug/catchsegv.sh: Likewise.
48701         * debug/xtrace.sh: Likewise.
48702         * elf/ldconfig.c: Likewise.
48703         * elf/ldd.bash.in: Likewise.
48704         * elf/sprof.c (print_version): Likewise.
48705         * iconv/iconv_prog.c: Likewise.
48706         * iconv/iconvconfig.c: Likewise.
48707         * locale/programs/locale.c: Likewise.
48708         * locale/programs/localedef.c: Likewise.
48709         * malloc/memusage.sh: Likewise.
48710         * malloc/mtrace.pl: Likewise.
48711         * nscd/nscd.c (print_version): Likewise.
48712         * nss/getent.c: Likewise.
48713
48714         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
48715         PF_CAIF, and PF_ALG.
48716         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
48717
48718 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
48719
48720         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
48721         (modules-names): Use them.
48722         (ifunc-test-modules, ifunc-pie-tests): Define.
48723         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
48724         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
48725         (test-extras): Likewise.
48726         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
48727         $(compile-command.c).
48728         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
48729         (all-built-dso): Define.
48730         (check-textrel.out, check-execstack.out): Depend on it.
48731
48732         * configure.in: Don't override --enable-multi-arch.
48733
48734 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
48735
48736         [BZ #6812]
48737         * nscd/hstcache.c (tryagain): Define.
48738         (cache_addhst): Return tryagain not notfound for temporary errors.
48739         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
48740         failed.
48741
48742 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
48743
48744         [BZ #10563]
48745         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
48746         to make the syscall.
48747         * sysdeps/unix/sysv/linux/setgroups.c: New file.
48748
48749         [BZ #12378]
48750         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
48751         and fall back to matching as normal character if the string ends before
48752         the matching ']' is found.  This is what POSIX requires.
48753         * posix/testfnm.c: Adjust test result.
48754         * posix/globtest.sh: Adjust test result.  Add new test.
48755         * posix/tst-fnmatch.input: Likewise.
48756         * posix/tst-fnmatch2.c: Add new test.
48757
48758 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
48759
48760         * elf/Makefile (check-execstack): Revert last change.  Depend on
48761         check-execstack.h.
48762         (check-execstack.h): New target.
48763         (generated): Add check-execstack.h.
48764         * elf/check-execstack.c: Include "check-execstack.h".
48765         (main): Revert last change.
48766         (handle_file): Return zero if GNU_STACK is absent and
48767         DEFAULT_STACK_PERMS doesn't include PF_X.
48768
48769 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
48770
48771         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
48772         in child fails because the descriptor is already closed.
48773         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
48774         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
48775         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
48776
48777         [BZ #12397]
48778         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
48779         syscall.
48780
48781         [BZ #10484]
48782         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
48783         temporary buffer used to handle multi lookups locally.
48784         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
48785
48786 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
48787
48788         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
48789         loader is ld.so.
48790
48791 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
48792
48793         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
48794         alignment for SSE2.
48795
48796 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
48797
48798         [BZ #12394]
48799         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
48800         characters.  When rounding increased number of integer digits recompute
48801         number of groups.
48802         * stdio-common/tst-grouping.c: New file.
48803         * stdio-common/Makefile: Add rules to build and run tst-grouping.
48804
48805 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
48806
48807         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
48808         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
48809
48810         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
48811         void.
48812         * bits/select.h: Likewise.
48813
48814 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
48815
48816         * po/ja.po: Update from translation team.
48817
48818 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
48819
48820         [BZ #11155]
48821         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
48822         implementation just like for lxstat, fxstatat, et al.
48823
48824 2010-12-27  Jim Meyering  <meyering@redhat.com>
48825
48826         [BZ #12348]
48827         * posix/regexec.c (build_trtable): Return failure indication upon
48828         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
48829
48830 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
48831
48832         [BZ #12201]
48833         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
48834         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
48835         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
48836         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
48837
48838         [BZ #12207]
48839         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
48840
48841         [BZ #12204]
48842         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
48843         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
48844
48845 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
48846
48847         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
48848         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
48849         script has SORT_BY_INIT_PRIORITY.
48850         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
48851         NO_CTORS_DTORS_SECTIONS is defined.
48852         * elf/soinit.c: Likewise.
48853         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
48854         NO_CTORS_DTORS_SECTIONS is defined.
48855         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
48856         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
48857         * sysdeps/sh/init-first.c: Likewise.
48858         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
48859
48860 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
48861
48862         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
48863         always use the slow path.
48864
48865 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
48866
48867         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
48868         similar rule which adds the sysdep directories to the header search in
48869         order to pick up the correct platform stackinfo.h.
48870         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
48871         perform test if it is, otherwise return successfully without testing.
48872         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
48873         DEFAULT_STACK_PERMS define in stackinfo.h.
48874         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
48875         defined in stackinfo.h.
48876         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
48877         DEFAULT_STACK_PERMS defined in stackinfo.h.
48878         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
48879         * sysdeps/ia64/stackinfo.h: Likewise.
48880         * sysdeps/s390/stackinfo.h: Likewise.
48881         * sysdeps/sh/stackinfo.h: Likewise.
48882         * sysdeps/sparc/stackinfo.h: Likewise.
48883         * sysdeps/x86_64/stackinfo.h: Likewise.
48884         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
48885         PF_X for powerpc64.  Retain PF_X for powerpc32.
48886
48887 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
48888
48889         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
48890         accurately.
48891         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
48892         GETDENTS_64BIT_ALIGNED.
48893
48894 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
48895
48896         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
48897
48898 2010-12-10  Andreas Schwab  <schwab@redhat.com>
48899
48900         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
48901         _GNU_SOURCE.
48902
48903         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
48904         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
48905         Remove __restrict.
48906         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
48907         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
48908
48909 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
48910
48911         [BZ #11655]
48912         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
48913         are initialized.
48914
48915 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
48916
48917         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
48918
48919 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
48920
48921         * po/it.po: Update from translation team.
48922
48923 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
48924
48925         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
48926         unused codes.
48927
48928 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
48929
48930         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
48931
48932 2010-11-24  Andreas Schwab  <schwab@redhat.com>
48933
48934         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
48935         specially.
48936         (gaih_getanswer_slice): Likewise.
48937
48938 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
48939
48940         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
48941
48942 2010-05-31  Petr Baudis  <pasky@suse.cz>
48943
48944         [BZ #11149]
48945         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
48946         silently even in the chroot mode.
48947
48948 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
48949
48950         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
48951         last patch a bit.  Pretty printing
48952
48953 2010-05-31  Petr Baudis <pasky@suse.cz>
48954
48955         [BZ #10085]
48956         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
48957         initialization of skip_initgroups_dyn.
48958
48959 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
48960
48961         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
48962         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
48963
48964 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
48965
48966         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
48967
48968 2010-11-11  Andreas Schwab  <schwab@redhat.com>
48969
48970         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
48971         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
48972         (tst-fnmatch-ENV): Set MALLOC_TRACE.
48973         ($(objpfx)tst-fnmatch-mem): New rule.
48974         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
48975         * posix/tst-fnmatch.c (main): Call mtrace.
48976
48977 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
48978
48979         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
48980         Support Intel processor model 6 and model 0x2c.
48981
48982 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
48983
48984         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
48985           signed comparison.
48986
48987 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
48988
48989         [BZ #12205]
48990         * string/test-strncasecmp.c (check_result): New function.
48991         (do_one_test): Use it.
48992         (check1): New function.
48993         (test_main): Use it.
48994         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
48995         Support strcasecmp and strncasecmp.
48996
48997 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
48998
48999         [BZ #12194]
49000         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
49001         * sysdeps/x86_64/bits/byteswap.h: Likewise.
49002
49003 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
49004
49005         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
49006         IFUNC support.
49007         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
49008         memset-x86-64.
49009         * sysdeps/x86_64/multiarch/bzero.S: New file.
49010         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
49011         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
49012         * sysdeps/x86_64/multiarch/memset.S: New file.
49013         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
49014         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
49015         Set bit_Prefer_SSE_for_memop for Intel processors.
49016         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
49017         Define.
49018         (index_Prefer_SSE_for_memop): Define.
49019         (HAS_PREFER_SSE_FOR_MEMOP): Define.
49020
49021 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
49022
49023         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
49024         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
49025
49026 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
49027
49028         [BZ #12191]
49029         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
49030         (__x86_64_raw_data_cache_size_half): Likewise.
49031         (__x86_64_raw_shared_cache_size): Likewise.
49032         (__x86_64_raw_shared_cache_size_half): Likewise.
49033
49034         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
49035         (__x86_64_raw_data_cache_size_half): Likewise.
49036         (__x86_64_raw_shared_cache_size): Likewise.
49037         (__x86_64_raw_shared_cache_size_half): Likewise.
49038         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
49039         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
49040         and __x86_64_raw_shared_cache_size_half.  Round
49041         __x86_64_data_cache_size_half, __x86_64_data_cache_size
49042         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
49043         to multiple of 256 bytes.
49044
49045 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
49046
49047         [BZ #12167]
49048         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
49049         of inacessible symlinks.  Verify result of symlink before returning it.
49050         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
49051         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
49052
49053 2010-10-28  Erich Ritz  <erichritz@gmail.com>
49054
49055         * math/math.h (isinf): Fix typo in comment.
49056
49057 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
49058
49059         * po/da.po: Update from translation team.
49060
49061 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
49062
49063         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
49064         is added to the list.
49065
49066 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
49067             Ulrich Drepper  <drepper@gmail.com>
49068
49069         * elf/dl-object.c (_dl_new_object): Don't append the new object to
49070         the global list here.  Move code to...
49071         (_dl_add_to_namespace_list): ...here.  New function.
49072         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
49073         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
49074         * elf/dl-load.c (lose): Don't remove the element from the list.
49075         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
49076         (_dl_map_object): Likewise.
49077
49078 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
49079
49080         [BZ #12159]
49081         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
49082         into all bytes of SSE register.
49083         Patch by Richard Li <richardpku@gmail.com>.
49084
49085 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
49086
49087         [BZ #12140]
49088         * malloc/malloc.c (_int_free): Fill correct number of bytes when
49089         perturbing.
49090
49091 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
49092
49093         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
49094         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
49095         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
49096         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
49097         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
49098         submachine.
49099         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
49100
49101 2010-10-22  Andreas Schwab  <schwab@redhat.com>
49102
49103         * include/dlfcn.h (__RTLD_SECURE): Define.
49104         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
49105         mode & __RTLD_SECURE instead.
49106         (open_path): Rename preloaded parameter to secure.
49107         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
49108         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
49109         * elf/dl-deps.c (openaux): Likewise.
49110         * elf/rtld.c (struct map_args): Remove is_preloaded.
49111         (map_doit): Don't use it.
49112         (dl_main): Likewise.
49113         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
49114         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
49115
49116 2010-09-09  Andreas Schwab  <schwab@redhat.com>
49117
49118         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
49119         (sysd-rules-targets): Remove duplicates.
49120         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
49121         rtld-%.$o dependency.
49122
49123 2010-10-18  Andreas Schwab  <schwab@redhat.com>
49124
49125         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
49126         _dl_map_object do it.
49127
49128 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
49129
49130         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
49131         fast fma builtins, define the macros in the C99 standard.
49132         (FP_FAST_FMAF): Likewise.
49133         (FP_FAST_FMAL): Likewise.
49134         * sysdeps/x86_64/bits/mathdef.h: Likewise.
49135
49136         * bits/mathdef.h: Update copyright year.
49137         * sysdeps/powerpc/bits/mathdef.h: Likewise.
49138
49139 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
49140
49141         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
49142         builtins, define the macros in the C99 standard.
49143         (FP_FAST_FMAF): Likewise.
49144         (FP_FAST_FMAL): Likewise.
49145         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
49146         multiply/add.
49147         (FP_FAST_FMAF): Likewise.
49148
49149 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
49150
49151         [BZ #3268]
49152         * math/libm-test.inc (fma_test): Some new testcases.
49153         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
49154         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
49155         y and infinite z.  Do multiplication by C already in long double.
49156         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
49157         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
49158         y and infinite z.  Do bitwise or of inexact bit into u.d.
49159         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
49160         * sysdeps/i386/fpu/s_fmaf.S: Removed.
49161         * sysdeps/i386/fpu/s_fma.S: Removed.
49162         * sysdeps/i386/fpu/s_fmal.S: Removed.
49163
49164 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
49165
49166         [BZ #3268]
49167         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
49168         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
49169         computation is not scheduled after fetestexcept.  Fix value
49170         of minimum denormal long double.
49171
49172 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
49173
49174         [BZ #3268]
49175         * math/libm-test.inc (fma_test): Add some more tests.
49176         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
49177         correctly.
49178
49179 2010-10-15  Andreas Schwab  <schwab@redhat.com>
49180
49181         * scripts/data/localplt-s390-linux-gnu.data: New file.
49182         * scripts/data/localplt-s390x-linux-gnu.data: New file.
49183
49184 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
49185
49186         [BZ #3268]
49187         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
49188         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
49189         instead of dbl-64.
49190         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
49191         inlines.
49192         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
49193         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
49194         if one of x and y is very large and the other is subnormal.
49195         * sysdeps/s390/fpu/s_fmaf.c: New file.
49196         * sysdeps/s390/fpu/s_fma.c: New file.
49197         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
49198         * sysdeps/powerpc/fpu/s_fma.S: New file.
49199         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
49200         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
49201         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
49202
49203 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
49204
49205         [BZ #3268]
49206         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
49207         fma tests.
49208         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
49209         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
49210         * sysdeps/i386/i686/multiarch/s_fma.c: Include
49211         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
49212         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
49213         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
49214         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
49215
49216 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
49217
49218         [BZ #12078]
49219         * posix/regcomp.c (parse_branch): One more memory leak plugged.
49220         * posix/bug-regex31.input: Add test case.
49221
49222 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
49223
49224         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
49225         * posix/bug-regex31.input: New file.
49226
49227         [BZ #12078]
49228         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
49229         (parse_sub_exp): Fix last change, use postorder.
49230
49231         * posix/bug-regex31.c: New file.
49232         * posix/Makefile: Add rules to build and run bug-regex31.
49233
49234         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
49235
49236         [BZ #12078]
49237         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
49238
49239         [BZ #12108]
49240         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
49241         to have entries in sys_siglist.
49242
49243         [BZ #12093]
49244         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
49245         be NULL.
49246
49247 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
49248
49249         [BZ #3268]
49250         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
49251         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
49252         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
49253         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
49254         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
49255         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
49256         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
49257         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
49258         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
49259         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
49260         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
49261         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
49262         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
49263         * math/ftestexcept.c (fetestexcept): Likewise.
49264         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
49265         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
49266         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
49267         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
49268         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
49269         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
49270         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
49271
49272 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
49273
49274         [BZ #12107]
49275         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
49276         newline.
49277
49278 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
49279
49280         * string/bug-strstr1.c: New file.
49281         * string/Makefile: Add rules to build and run bug-strstr1.
49282
49283 2010-10-05  Eric Blake  <eblake@redhat.com>
49284
49285         [BZ #12092]
49286         * string/str-two-way.h (two_way_long_needle): Always clear memory
49287         when skipping input due to the shift table.
49288
49289 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
49290
49291         [BZ #12005]
49292         * malloc/mcheck.c: Handle large requests.
49293
49294         [BZ #12077]
49295         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
49296         for strncmp and strncasecmp.
49297         * string/stratcliff.c: Add tests for strcmp and strncmp.
49298         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
49299
49300 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
49301
49302         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
49303         __set_fpscr.
49304
49305 2010-09-30  Andreas Jaeger  <aj@suse.de>
49306
49307         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
49308         (CGROUP_SUPER_MAGIC): Define.
49309         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
49310         Handle btrfs and cgroup file systems.
49311         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
49312         Likewise.
49313
49314 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
49315
49316         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
49317         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
49318
49319 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
49320
49321         [BZ #12067]
49322         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
49323         trying to locate the ELF header.
49324
49325 2010-09-27  Andreas Schwab  <schwab@redhat.com>
49326
49327         [BZ #11611]
49328         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
49329         Mask out sign-bit copies when constructing f_fsid.
49330
49331 2010-09-24  Petr Baudis <pasky@suse.cz>
49332
49333         * debug/stack_chk_fail_local.c: Add missing licence exception.
49334         * debug/warning-nop.c: Likewise.
49335
49336 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
49337
49338         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
49339         implementing getdents64 using getdents syscall, set d_type if
49340         __ASSUME_GETDENTS32_D_TYPE.
49341
49342 2010-09-16  Andreas Schwab  <schwab@redhat.com>
49343
49344         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
49345         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
49346
49347 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
49348
49349         [BZ #12037]
49350         * posix/unistd.h: Undo change of feature selection for ftruncate from
49351         2010-01-11.
49352
49353 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
49354
49355         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
49356         detection.
49357
49358 2010-09-20  Andreas Schwab  <schwab@redhat.com>
49359
49360         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
49361         fanotify_mark.
49362         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
49363
49364 2010-09-14  Andreas Schwab  <schwab@redhat.com>
49365
49366         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
49367         variables after CHECK_SP call.
49368         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
49369
49370 2010-09-13  Andreas Schwab  <schwab@redhat.com>
49371             Ulrich Drepper  <drepper@redhat.com>
49372
49373         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
49374         re-relocationg ld.so.
49375         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
49376         _dl_init_paths call.
49377         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
49378         here anymore.
49379
49380 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
49381
49382         * resolv/res_init.c (__res_vinit): Count the default server we added.
49383
49384 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
49385             Ulrich Drepper  <drepper@redhat.com>
49386
49387         [BZ #11968]
49388         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
49389         (____longjmp_chk): Use %ebx for saving value across system call.
49390         Add unwind info.
49391
49392 2010-09-06  Andreas Schwab  <schwab@redhat.com>
49393
49394         * manual/Makefile: Don't mix pattern rules with normal rules.
49395
49396 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
49397
49398         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
49399         operation.
49400         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
49401         * libio/iofopncook.c (_IO_cookie_init): Likewise.
49402         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
49403         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
49404         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
49405         Likewise.
49406
49407 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
49408
49409         [BZ #11979]
49410         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
49411         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
49412
49413 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
49414
49415         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
49416         * sysdeps/x86_64/addmul_1.S: Likewise.
49417         * sysdeps/x86_64/lshift.S: Likewise.
49418         * sysdeps/x86_64/mul_1.S: Likewise.
49419         * sysdeps/x86_64/rshift.S: Likewise.
49420         * sysdeps/x86_64/sub_n.S: Likewise.
49421         * sysdeps/x86_64/submul_1.S: Likewise.
49422
49423 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
49424
49425         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
49426         Define __sched_param instead of SCHED_* and sched_param when
49427         <bits/sched.h> is included with __need_schedparam defined.
49428         * bits/sched.h [__need_schedparam]
49429         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
49430         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
49431         (__defined_schedparam): Define to 1.
49432         (__sched_param): New structure, identical to sched_param.
49433         (__need_schedparam): Undefine.
49434
49435 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
49436
49437         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
49438         (epoll_create1): Declare.
49439
49440         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
49441
49442 2010-08-31  Andreas Schwab  <schwab@redhat.com>
49443
49444         [BZ #7066]
49445         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
49446         shifting retval into place.
49447
49448 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
49449
49450         * nis/rpcsvc/nis.h: Update copyright notice.
49451         * nis/rpcsvc/nis.x: Likewise.
49452         * nis/rpcsvc/nis_callback.h: Likewise.
49453         * nis/rpcsvc/nis_callback.x: Likewise.
49454         * nis/rpcsvc/nis_object.x: Likewise.
49455         * nis/rpcsvc/nis_tags.h: Likewise.
49456         * nis/rpcsvc/yp.h: Likewise.
49457         * nis/rpcsvc/yp.x: Likewise.
49458         * nis/rpcsvc/ypupd.h: Likewise.
49459         * nis/yp_xdr.c: Likewise.
49460         * nis/ypupdate_xdr.c: Likewise.
49461
49462         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
49463         mainly the body of pmap_getport.  Add parameters to specify timeouts.
49464         (pmap_getport): Use __libc_rpc_getport.
49465         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
49466         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
49467         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
49468
49469 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
49470
49471         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
49472         fanotify_mark.
49473
49474 2010-08-27  Roland McGrath  <roland@redhat.com>
49475
49476         * sysdeps/i386/i686/multiarch/Makefile
49477         (CFLAGS-varshift.c): New variable.
49478
49479 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
49480
49481         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
49482         * sysdeps/i386/i686/multiarch/varshift.c: New file.
49483
49484         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
49485
49486         * sysdeps/x86_64/strlen.S: Minimal code improvement.
49487
49488 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
49489
49490         * sysdeps/x86_64/strlen.S: Unroll the loop.
49491         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
49492         strlen-sse2 strlen-sse2-bsf.
49493         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
49494         __strlen_no_bsf if bit_Slow_BSF is set.
49495         (__strlen_sse42): Removed.
49496         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
49497         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
49498
49499 2010-08-25  Roland McGrath  <roland@redhat.com>
49500
49501         * sysdeps/x86_64/multiarch/varshift.S: File removed.
49502         * sysdeps/x86_64/multiarch/varshift.c: New file.
49503         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
49504         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
49505         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
49506         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
49507
49508 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
49509
49510         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
49511         strlen-sse2 strlen-sse2-bsf.
49512         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
49513         __strlen_sse2_bsf if bit_Slow_BSF is unset.
49514         (__strlen_sse2): Removed.
49515         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
49516         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
49517         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
49518         bit_Slow_BSF for Atom.
49519         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
49520         (index_Slow_BSF): Define.
49521         (HAS_SLOW_BSF): Define.
49522
49523 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
49524
49525         [BZ #10851]
49526         * resolv/res_init.c (__res_vinit): When no server address at all
49527         is given default to loopback.
49528
49529 2010-08-24  Roland McGrath  <roland@redhat.com>
49530
49531         * configure.in: Remove config-name.h generation.
49532         * configure: Regenerated.
49533         * config-name.in: File removed.
49534         * scripts/config-uname.sh: New file.
49535         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
49536         ($(objdir)config-name.h): New target.
49537
49538         * sunrpc/rpc_parse.h: Avoid nested comment.
49539
49540 2010-08-24  Richard Henderson  <rth@redhat.com>
49541             Ulrich Drepper  <drepper@redhat.com>
49542             H.J. Lu  <hongjiu.lu@intel.com>
49543
49544         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
49545         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
49546         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
49547         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
49548         _mm_alignr_epi8 with _mm_loadu_si128.
49549         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
49550         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
49551         (__m128i_shift_right): Removed.
49552         * sysdeps/i386/i686/multiarch/varshift.h: New file.
49553         * sysdeps/i386/i686/multiarch/varshift.S: New file.
49554         * sysdeps/x86_64/multiarch/varshift.h: New file.
49555         * sysdeps/x86_64/multiarch/varshift.S: New file.
49556
49557 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
49558
49559         * configure.in: Move assembler checks to before sysdep dir checking.
49560
49561 2010-08-20  Petr Baudis  <pasky@suse.cz>
49562
49563         * LICENSES: Sync the sunrpc license.
49564
49565 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
49566
49567         * sunrpc/auth_des.c: Update copyright notice once again.
49568         * sunrpc/auth_none.c: Likewise.
49569         * sunrpc/auth_unix.c: Likewise.
49570         * sunrpc/authdes_prot.c: Likewise.
49571         * sunrpc/authuxprot.c: Likewise.
49572         * sunrpc/bindrsvprt.c: Likewise.
49573         * sunrpc/clnt_gen.c: Likewise.
49574         * sunrpc/clnt_perr.c: Likewise.
49575         * sunrpc/clnt_raw.c: Likewise.
49576         * sunrpc/clnt_simp.c: Likewise.
49577         * sunrpc/clnt_tcp.c: Likewise.
49578         * sunrpc/clnt_udp.c: Likewise.
49579         * sunrpc/clnt_unix.c: Likewise.
49580         * sunrpc/des_crypt.c: Likewise.
49581         * sunrpc/des_soft.c: Likewise.
49582         * sunrpc/get_myaddr.c: Likewise.
49583         * sunrpc/getrpcport.c: Likewise.
49584         * sunrpc/key_call.c: Likewise.
49585         * sunrpc/key_prot.c: Likewise.
49586         * sunrpc/openchild.c: Likewise.
49587         * sunrpc/pm_getmaps.c: Likewise.
49588         * sunrpc/pm_getport.c: Likewise.
49589         * sunrpc/pmap_clnt.c: Likewise.
49590         * sunrpc/pmap_prot.c: Likewise.
49591         * sunrpc/pmap_prot2.c: Likewise.
49592         * sunrpc/pmap_rmt.c: Likewise.
49593         * sunrpc/rpc/auth.h: Likewise.
49594         * sunrpc/rpc/auth_unix.h: Likewise.
49595         * sunrpc/rpc/clnt.h: Likewise.
49596         * sunrpc/rpc/des_crypt.h: Likewise.
49597         * sunrpc/rpc/key_prot.h: Likewise.
49598         * sunrpc/rpc/netdb.h: Likewise.
49599         * sunrpc/rpc/pmap_clnt.h: Likewise.
49600         * sunrpc/rpc/pmap_prot.h: Likewise.
49601         * sunrpc/rpc/pmap_rmt.h: Likewise.
49602         * sunrpc/rpc/rpc.h: Likewise.
49603         * sunrpc/rpc/rpc_des.h: Likewise.
49604         * sunrpc/rpc/rpc_msg.h: Likewise.
49605         * sunrpc/rpc/svc.h: Likewise.
49606         * sunrpc/rpc/svc_auth.h: Likewise.
49607         * sunrpc/rpc/types.h: Likewise.
49608         * sunrpc/rpc/xdr.h: Likewise.
49609         * sunrpc/rpc_clntout.c: Likewise.
49610         * sunrpc/rpc_cmsg.c: Likewise.
49611         * sunrpc/rpc_common.c: Likewise.
49612         * sunrpc/rpc_cout.c: Likewise.
49613         * sunrpc/rpc_dtable.c: Likewise.
49614         * sunrpc/rpc_hout.c: Likewise.
49615         * sunrpc/rpc_main.c: Likewise.
49616         * sunrpc/rpc_parse.c: Likewise.
49617         * sunrpc/rpc_parse.h: Likewise.
49618         * sunrpc/rpc_prot.c: Likewise.
49619         * sunrpc/rpc_sample.c: Likewise.
49620         * sunrpc/rpc_scan.c: Likewise.
49621         * sunrpc/rpc_scan.h: Likewise.
49622         * sunrpc/rpc_svcout.c: Likewise.
49623         * sunrpc/rpc_tblout.c: Likewise.
49624         * sunrpc/rpc_util.c: Likewise.
49625         * sunrpc/rpc_util.h: Likewise.
49626         * sunrpc/rpcinfo.c: Likewise.
49627         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
49628         * sunrpc/rpcsvc/key_prot.x: Likewise.
49629         * sunrpc/rpcsvc/klm_prot.x: Likewise.
49630         * sunrpc/rpcsvc/mount.x: Likewise.
49631         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
49632         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
49633         * sunrpc/rpcsvc/rex.x: Likewise.
49634         * sunrpc/rpcsvc/rstat.x: Likewise.
49635         * sunrpc/rpcsvc/rusers.x: Likewise.
49636         * sunrpc/rpcsvc/sm_inter.x: Likewise.
49637         * sunrpc/rpcsvc/spray.x: Likewise.
49638         * sunrpc/rpcsvc/yppasswd.x: Likewise.
49639         * sunrpc/rtime.c: Likewise.
49640         * sunrpc/svc.c: Likewise.
49641         * sunrpc/svc_auth.c: Likewise.
49642         * sunrpc/svc_authux.c: Likewise.
49643         * sunrpc/svc_raw.c: Likewise.
49644         * sunrpc/svc_run.c: Likewise.
49645         * sunrpc/svc_simple.c: Likewise.
49646         * sunrpc/svc_tcp.c: Likewise.
49647         * sunrpc/svc_udp.c: Likewise.
49648         * sunrpc/svc_unix.c: Likewise.
49649         * sunrpc/svcauth_des.c: Likewise.
49650         * sunrpc/xcrypt.c: Likewise.
49651         * sunrpc/xdr.c: Likewise.
49652         * sunrpc/xdr_array.c: Likewise.
49653         * sunrpc/xdr_float.c: Likewise.
49654         * sunrpc/xdr_mem.c: Likewise.
49655         * sunrpc/xdr_rec.c: Likewise.
49656         * sunrpc/xdr_ref.c: Likewise.
49657         * sunrpc/xdr_sizeof.c: Likewise.
49658         * sunrpc/xdr_stdio.c: Likewise.
49659
49660         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
49661         handling.
49662
49663 2010-08-19  Andreas Schwab  <schwab@redhat.com>
49664
49665         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
49666
49667 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
49668
49669         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
49670         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
49671         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
49672         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
49673         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
49674         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
49675         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
49676         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
49677         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
49678         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
49679         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
49680         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
49681         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
49682         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
49683
49684 2010-07-26  Anton Blanchard  <anton@samba.org>
49685
49686         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
49687         * malloc/arena.c (heap_trim): Likewise.
49688
49689 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
49690
49691         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
49692         here.  Not...
49693         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
49694         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
49695
49696 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
49697
49698         * sysdeps/i386/elf/Makefile: New file.
49699
49700 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
49701
49702         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
49703         from fanotify_init.
49704         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
49705         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
49706
49707 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
49708
49709         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
49710         of strncasecmp_l.
49711         * sysdeps/multiarch/strcmp.S: Likewise.
49712
49713 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
49714
49715         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
49716         strncase_l-nonascii.
49717         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
49718         Add strncase_l-ssse3.
49719         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
49720         * sysdeps/x86_64/strcmp.S: Likewise.
49721         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
49722         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
49723         * sysdeps/x86_64/strncase.S: New file.
49724         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
49725         * sysdeps/x86_64/strncase_l.S: New file.
49726         * string/Makefile (strop-tests): Add strncasecmp.
49727         * string/test-strncasecmp.c: New file.
49728
49729         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
49730         warning.
49731
49732         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
49733         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
49734
49735 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
49736
49737         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
49738
49739 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
49740
49741         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
49742         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
49743         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
49744
49745 2010-05-01  Alan Modra  <amodra@gmail.com>
49746
49747         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
49748         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
49749         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
49750         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
49751         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
49752         tidying.  Don't tail-call __sigjmp_save for static lib.
49753         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
49754         save location.
49755         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
49756         (CALL_MCOUNT): Add eh info, and nop after bl.
49757         (TAIL_CALL_SYSCALL_ERROR): New macro.
49758         (PSEUDO_RET): Use it.
49759         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
49760         Correct save location of integer regs and cr.
49761         (_dl_profile_resolve): Correct cr save location.  Delete nops
49762         after bl when SHARED.  Reduce cfi size a little by better
49763         placement of cfi directives.
49764         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
49765         make a stack frame.  Instead use parm save area as a temp.
49766         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
49767         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
49768         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
49769         Don't make a stack frame for parent, use parm save area.
49770         Increase child stack frame to 112 bytes.  Don't save unused reg,
49771         and adjust reg usage.  Set up cfi on error recovery and
49772         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
49773         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
49774         (__makecontext): Add dummy nop after jump to exit.
49775         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
49776         Use correct parm save area and cr save, reduce stack frame.
49777         Correct cfi for possible PSEUDO_RET frame setup.
49778         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
49779         Branch to local label emitted by PSEUDO_RET rather than
49780         __syscall_error.
49781
49782 2010-08-12  Andreas Schwab  <schwab@redhat.com>
49783
49784         [BZ #11904]
49785         * locale/programs/locale.c (print_assignment): New function.
49786         (show_locale_vars): Use it.
49787
49788 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
49789
49790         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
49791         field.
49792         (struct statfs64): Likewise.
49793         (_STATFS_F_FLAGS): Define.
49794         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
49795         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
49796         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
49797         (ST_VALID): Define locally.
49798         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
49799         __statvfs_getflags, use the provided value.
49800         * sysdeps/unix/sysv/linux/kernel-features.h: Define
49801         __ASSUME_STATFS_F_FLAGS.
49802
49803         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
49804
49805         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
49806         Add sys/fanotify.h.
49807         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
49808         fanotify_mask for GLIBC_2.13.
49809         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
49810         fanotify_init and fanotify_mark.
49811         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
49812         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
49813
49814         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
49815         Add prlimit.
49816         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
49817         prlimit64 for GLIBC_2.13.
49818         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
49819         prlimit64.
49820         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
49821         syscall.
49822         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
49823         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
49824         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
49825         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
49826         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
49827         add prlimit alias.
49828         * sysdeps/unix/sysv/linux/prlimit.c: New file.
49829
49830         [BZ #11903]
49831         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
49832         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
49833
49834         * nss/Makefile: Add rules to build and run tst-nss-test1.
49835         * shlib-versions: Add entry for libnss_test1.
49836         * nss/nss_test1.c: New file.
49837         * nss/tst-nss-test1.c: New file.
49838
49839         * nss/nsswitch.c (__nss_database_custom): Define new variable.
49840         (__nss_configure_lookup): Set appropriate entry in
49841         __nss_configure_lookup to true.
49842         * nss/nsswitch.h: Define enum with indeces of databases in
49843         databases and __nss_database_custom arrays.  Declare
49844         __nss_database_custom.
49845         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
49846         to avoid using nscd when custom rules are installed.
49847         * nss/getXXbyYY_r.c: Likewise.
49848         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
49849
49850         * nss/nss_files/files-parse.c: Whitespace fixes.
49851
49852 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
49853
49854         [BZ #11883]
49855         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
49856         * posix/fnmatch_loop.c: Likewise.
49857
49858 2010-07-17  Andi Kleen  <ak@linux.intel.com>
49859
49860         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
49861         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
49862         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
49863         * Versions.def [GLIBC_2.13]: Add.
49864
49865 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
49866
49867         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
49868         Also fail if tpwd after pwuid call is NULL.
49869
49870 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
49871
49872         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
49873         when converting to ms.
49874
49875 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
49876
49877         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
49878         EOPNOTSUPP errors with ENOTTY.
49879         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
49880         EOPNOTSUPP errors with ENOTTY.
49881
49882 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
49883
49884         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
49885         Add strcasecmp_l-ssse3.
49886         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
49887         strcasecmp.
49888         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
49889         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
49890         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
49891
49892 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
49893
49894         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
49895
49896         * string/Makefile (strop-tests): Add strcasecmp.
49897         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
49898         strcasecmp_l-nonascii.
49899         (gen-as-const-headers): Add locale-defines.sym.
49900         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
49901         * sysdeps/x86_64/strcasecmp.S: New file.
49902         * sysdeps/x86_64/strcasecmp_l.S: New file.
49903         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
49904         * sysdeps/x86_64/locale-defines.sym: New file.
49905         * string/test-strcasecmp.c: New file.
49906
49907         * string/test-strcasestr.c: Test both ends of the range of characters.
49908         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
49909
49910 2010-07-29  Roland McGrath  <roland@redhat.com>
49911
49912         [BZ #11856]
49913         * manual/locale.texi (Yes-or-No Questions): Fix example code.
49914
49915 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
49916
49917         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
49918         for ld.so.
49919
49920 2010-07-27  Andreas Schwab  <schwab@redhat.com>
49921
49922         * manual/memory.texi (Malloc Tunable Parameters): Document
49923         M_PERTURB.
49924
49925 2010-07-26  Roland McGrath  <roland@redhat.com>
49926
49927         [BZ #11840]
49928         * configure.in (-fgnu89-inline check): Set and substitute
49929         gnu89_inline, not libc_cv_gnu89_inline.
49930         * configure: Regenerated.
49931         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
49932
49933 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
49934
49935         * string/test-strnlen.c: New file.
49936         * string/Makefile (strop-tests): Add strnlen.
49937         * string/tester.c (test_strnlen): Add a few more test cases.
49938         * string/tst-strlen.c: Better error reporting.
49939
49940         * sysdeps/x86_64/strnlen.S: New file.
49941
49942 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
49943
49944         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
49945         lower-latency instructions.
49946
49947 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
49948
49949         * string/test-strcasestr.c: New file.
49950         * string/test-strstr.c: New file.
49951         * string/Makefile (strop-tests): Add strstr and strcasestr.
49952         * string/str-two-way.h: Don't undefine MAX.
49953         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
49954
49955 2010-07-21  Andreas Schwab  <schwab@redhat.com>
49956
49957         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
49958         strcasestr-nonascii.
49959         (CFLAGS-strcasestr-nonascii.c): Define.
49960         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
49961         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
49962         Remove unused attribute.
49963
49964 2010-07-20  Roland McGrath  <roland@redhat.com>
49965
49966         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
49967         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
49968         ld.so.cache was broken.  With it, there is no way to disable dsocaps
49969         like LD_HWCAP_MASK can disable hwcaps.
49970
49971 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
49972
49973         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
49974
49975 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
49976
49977         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
49978         call in strcasestr.
49979         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
49980         __strcasestr_sse42_nonascii.
49981         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
49982         strcasestr-nonascii.c.
49983         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
49984
49985 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
49986
49987         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
49988         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
49989         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
49990         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
49991
49992 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
49993
49994         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
49995         fcntl.
49996
49997 2010-07-06  Andreas Schwab  <schwab@redhat.com>
49998
49999         [BZ #11577]
50000         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
50001         dl_signal_cerror.
50002
50003 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
50004
50005         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
50006         _PC_PIPE_BUF using F_GETPIPE_SZ.
50007
50008 2010-07-05  Roland McGrath  <roland@redhat.com>
50009
50010         * manual/arith.texi (Rounding Functions): Fix rint description
50011         implicit in round description.
50012
50013 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
50014
50015         * elf/Makefile: Fix linking for a few tests to make recent linker
50016         happy.
50017
50018 2010-06-30  Andreas Schwab  <schwab@redhat.com>
50019
50020         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
50021         $(common-objpfx)libc_nonshared.a.
50022
50023 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
50024
50025         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
50026         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
50027         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
50028         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
50029         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
50030         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
50031         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
50032         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
50033         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
50034         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
50035         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
50036         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
50037         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
50038         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
50039         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
50040         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
50041         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
50042         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
50043         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
50044         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
50045         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
50046         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
50047         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
50048         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
50049         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
50050         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
50051         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
50052         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
50053         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
50054         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
50055         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
50056         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
50057         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
50058         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
50059         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
50060         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
50061         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
50062         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
50063         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
50064         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
50065         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
50066         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
50067         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
50068         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
50069         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
50070         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
50071         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
50072         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
50073
50074 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
50075
50076         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
50077         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
50078         * string/memmove.c (memmove): Renamed to ...
50079         (MEMMOVE): ...this.  Default to memmove.
50080         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
50081         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
50082         (END_CHK): Define.
50083         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50084         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
50085         mempcpy-ssse3-back memmove-ssse3-back.
50086         * sysdeps/x86_64/multiarch/bcopy.S: New file .
50087         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
50088         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
50089         * sysdeps/x86_64/multiarch/memcpy.S: New file.
50090         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
50091         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
50092         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
50093         * sysdeps/x86_64/multiarch/memmove.c: New file.
50094         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
50095         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
50096         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
50097         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
50098         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
50099         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
50100         Define.
50101         (index_Fast_Copy_Backward): Define.
50102         (HAS_ARCH_FEATURE): Define.
50103         (HAS_FAST_REP_STRING): Define.
50104         (HAS_FAST_COPY_BACKWARD): Define.
50105
50106 2010-06-21  Andreas Schwab  <schwab@redhat.com>
50107
50108         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
50109         Restore proper fallback handling.
50110
50111 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
50112
50113         [BZ #11701]
50114         * posix/group_member.c (__group_member): Correct checking loop.
50115
50116         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
50117         OOM in getpwuid_r correctly.  Return error number when the caller
50118         should return, otherwise -1.
50119         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
50120         call returning > 0 value.
50121         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
50122
50123 2010-06-07  Andreas Schwab  <schwab@redhat.com>
50124
50125         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
50126         libc_nonshared.a from targets in modules-names.
50127
50128 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
50129
50130         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
50131         requires it.
50132
50133 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
50134
50135         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
50136         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
50137         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
50138         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
50139
50140 2010-06-02  Andreas Schwab  <schwab@redhat.com>
50141
50142         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
50143
50144 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
50145
50146         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
50147         and F_GETPIPE_SZ.
50148         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
50149         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
50150         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
50151         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
50152         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
50153         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
50154
50155 2010-06-14  Roland McGrath  <roland@redhat.com>
50156
50157         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
50158
50159 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
50160
50161         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
50162         __REDIRECT followed by __THROW.
50163         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
50164         * posix/getopt.h (getopt): Likewise.
50165
50166 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
50167
50168         * hurd/lookup-at.c (__file_name_lookup_at): Accept
50169         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
50170         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
50171         in AT_FLAGS.
50172         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
50173         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
50174
50175 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
50176
50177         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
50178
50179 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
50180
50181         [BZ #11640]
50182         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
50183         Properly check family and model.
50184
50185 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
50186
50187         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
50188
50189 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
50190
50191         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
50192
50193 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
50194
50195         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
50196         symbol reference.
50197
50198 2010-05-19  Andreas Schwab  <schwab@redhat.com>
50199
50200         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
50201         symbol reference.
50202
50203 2010-05-21  Andreas Schwab  <schwab@redhat.com>
50204
50205         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
50206         and internal_recvmmsg.
50207         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
50208         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
50209         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
50210         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
50211
50212         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
50213         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
50214         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
50215
50216 2010-05-20  Andreas Schwab  <schwab@redhat.com>
50217
50218         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
50219
50220 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
50221
50222         POWER7 optimizations.
50223         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
50224         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
50225
50226 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
50227
50228         * version.h: Update for 2.13 development version.
50229
50230 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
50231
50232         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
50233         exceptions.  Return 0.
50234
50235 2010-05-07  Roland McGrath  <roland@redhat.com>
50236
50237         * elf/ldconfig.c (main): Add a const.
50238
50239 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
50240
50241         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
50242         (args_options): Add no-idn option.
50243         (ahosts_keys_int): Add idn_flags to ai_flags.
50244         (parse_option): Handle 'i' option to clear idn_flags.
50245
50246         * malloc/malloc.c (_int_free): Possible race in the most recently
50247         added check.  Only act on the data if no current modification
50248         happened.
50249
50250 See ChangeLog.17 for earlier changes.