Write errors to stdout and not stderr in nptl/tst-setuid3.c
[glibc.git] / ChangeLog
blobad73cf473dc1315f708161033782d634be876a76
1 2014-10-06  Arjun Shankar  <arjun.is@lostca.se>
3         * nptl/tst-setuid3.c: Write errors to stdout.
5 2014-10-01  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
7         * elf/dl-deps.c
8         (preload): New functions broken out of _dl_map_object_deps.
9         (_dl_map_object_deps):  Remove a nested function. Update call sites.
11 2014-10-01  Joseph Myers  <joseph@codesourcery.com>
13         [BZ #14138]
14         * sysdeps/unix/sysv/linux/execve.c: Remove file.
15         * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
17 2014-10-01  Steve Ellcey  <sellcey@mips.com>
19         * sysdeps/mips/strcmp.S: New.
21 2014-09-30  Joseph Myers  <joseph@codesourcery.com>
23         [BZ #14138]
24         * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
25         (linkat): Likewise.
26         (mkdirat): Likewise.
27         (readlinkat): Likewise.
28         (renameat): Likewise.
29         (symlinkat): Likewise.
30         (unlinkat): Likewise.
31         * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
32         * sysdeps/unix/sysv/linux/linkat.c: Likewise.
33         * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
34         * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
35         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
36         * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
37         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
39 2014-09-30  Will Newton  <will.newton@linaro.org>
41         * math/math.h: Define long double math functions if
42         _LIBC_TEST is defined.
43         * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
45         * localedata/Makefile: Move assignment to tests-special
46         into an ifdef testing run-built-tests.
47         * timezone/Makefile: Likewise.
49 2014-09-29  Joseph Myers  <joseph@codesourcery.com>
51         * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
52         with $(BASH) not $(SHELL).
54 2014-09-29  Carlos O'Donell  <carlos@redhat.com>
55             Matthew LeGendre  <legendre1@llnl.gov>
57         [BZ #17411]
58         * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
59         l_reloc_result.
61 2014-09-29  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
63         * stdio-common/printf_fp.c
64         (hack_digit): New function, broken out of ...
65         (__printf_fp): ... local function here.  Update call sites.
66         hack_digit now takes an additional parameter that is a pointer
67         to a struct of the referenced locals.  Those locals moved inside
68         the struct and references updated.
70 2014-09-29  H.J. Lu  <hongjiu.lu@intel.com>
72         * aclocal.m4: Require autoconf 2.69.
73         * configure: Regenerated.
74         * sysdeps/aarch64/configure: Likewise.
75         * sysdeps/alpha/configure: Likewise.
76         * sysdeps/arm/armv7/configure: Likewise.
77         * sysdeps/arm/configure: Likewise.
78         * sysdeps/ia64/configure: Likewise.
79         * sysdeps/mach/configure: Likewise.
80         * sysdeps/mips/configure: Likewise.
81         * sysdeps/s390/configure: Likewise.
82         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
83         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
85         * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
86         file.
87         * sysdeps/ia64/configure.ac: Likewise.
89 2014-09-26  Joseph Myers  <joseph@codesourcery.com>
91         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
92         specify symbol version for ld.so.  Do not include entry for
93         libpthread.
94         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
95         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
96         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
98         [BZ #14171]
99         * Makeconfig [$(build-shared) = yes]
100         ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
101         makefiles.
102         [$(build-shared) = yes && $(soversions.mk-done) = t]
103         ($(common-objpfx)gnu/lib-names.h): Remove rule.
104         [$(build-shared) = yes && $(soversions.mk-done) = t]
105         ($(common-objpfx)gnu/lib-names.stmp): Likewise.  Split and moved
106         to Makerules.
107         [$(build-shared) = yes && $(soversions.mk-done) = t]
108         (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
109         here.
110         [$(build-shared) = yes && $(soversions.mk-done) = t]
111         (common-generated): Don't append gnu/lib-names.h and
112         gnu/lib-names.stmp here.
113         * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
114         (lib-names-h-abi): New variable.
115         [$(build-shared) = yes && $(soversions.mk-done) = t]
116         (lib-names-stmp-abi): Likewise.
117         [$(build-shared) = yes && $(soversions.mk-done) = t &&
118         abi-variants] (before-compile): Append
119         $(common-objpfx)$(lib-names-h-abi).
120         [$(build-shared) = yes && $(soversions.mk-done) = t &&
121         abi-variants] (common-generated): Append gnu/lib-names.h.
122         [$(build-shared) = yes && $(soversions.mk-done) = t &&
123         abi-variants] (install-others-nosubdir): Depend on
124         $(inst_includedir)/$(lib-names-h-abi).
125         [$(build-shared) = yes && $(soversions.mk-done) = t &&
126         abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
127         [$(build-shared) = yes && $(soversions.mk-done) = t]
128         ($(common-objpfx)$(lib-names-h-abi)): New rule.
129         [$(build-shared) = yes && $(soversions.mk-done) = t]
130         ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
131         [$(build-shared) = yes && $(soversions.mk-done) = t]
132         (common-generated): Append $(lib-names-h-abi) and
133         $(lib-names-stmp-abi).
134         * scripts/lib-names.awk: Do not handle multi being set.
135         * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
136         Remove variable.
137         (abi-lp64_be-ld-soname): Likewise.
138         * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
139         Likewise.
140         (abi-hard-ld-soname): Likewise.
141         * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
142         * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
143         Remove variable.
144         (abi-o32_hard-ld-soname): Likewise.
145         (abi-o32_soft_2008-ld-soname): Likewise.
146         (abi-o32_hard_2008-ld-soname): Likewise.
147         (abi-n32_soft-ld-soname): Likewise.
148         (abi-n32_hard-ld-soname): Likewise.
149         (abi-n32_soft_2008-ld-soname): Likewise.
150         (abi-n32_hard_2008-ld-soname): Likewise.
151         (abi-n64_soft-ld-soname): Likewise.
152         (abi-n64_hard-ld-soname): Likewise.
153         (abi-n64_soft_2008-ld-soname): Likewise.
154         (abi-n64_hard_2008-ld-soname): Likewise.
155         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
156         Likewise.
157         (abi-64-v2-ld-soname): Likewise.
158         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
159         ld.so entries.
160         * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
161         variable.
162         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
163         entry.
164         * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
165         variable.
166         (abi-64-ld-soname): Likewise.
167         (abi-x32-ld-soname): Likewise.
168         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
169         entry.
170         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
172 2014-09-23  Joseph Myers  <joseph@codesourcery.com>
174         [BZ #14138]
175         * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
176         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
177         * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
178         * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
179         * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
180         * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
181         * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
182         syscall entry for GLIBC_2.2 symbol version.
183         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
184         Likewise.
185         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
186         (setrlimit): Likewise.
187         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
188         Likewise.
190 2014-09-23  Will Newton  <will.newton@linaro.org>
192         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
193         _LINUX_ARM_SYSDEP_H include guard too.
194         * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
195         define.
197 2014-09-20  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
199         * sysdeps/unix/sysv/linux/eventfd.c:
200         Make first argument unsigned.
201         * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
202         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
204 2014-09-20  Ondřej Bílka  <neleai@seznam.cz>
206         * socket/recvmmsg.c (recvmmsg): Drop const argument.
207         * socket/sys/socket.h: Likewise
208         * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
210 2014-09-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
212         * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
214 2014-09-17  Arjun Shankar  <arjun.is@lostca.se>
216         * time/tst-ftime.c: New test.
217         * time/Makefile (tests): Add tst-ftime.
219 2014-09-17  Joseph Myers  <joseph@codesourcery.com>
221         * soft-fp/extended.h: Fix comment formatting.
222         * soft-fp/op-1.h: Likewise.
223         * soft-fp/op-2.h: Likewise.
224         * soft-fp/op-4.h: Likewise.
225         * soft-fp/op-8.h: Likewise.
226         * soft-fp/op-common.h: Likewise.
227         * soft-fp/soft-fp.h: Likewise.
229         * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
231 2014-09-16  Joseph Myers  <joseph@codesourcery.com>
233         [BZ #6652]
234         * Makeconfig (soversions-default-setname): Remove variable.
235         ($(common-objpfx)soversions.i): Don't pass default_setname to
236         soversions.awk.
237         * Makerules ($(common-objpfx)abi-versions.h): Don't pass
238         oldest_abi to abi-versions.awk.
239         * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
240         * config.make.in (oldest-abi): Remove variable.
241         * configure.ac (--enable-oldest-abi): Remove configure option.
242         * configure: Regenerated.
243         * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
244         text.
245         * scripts/abi-versions.awk: Do not handle oldest_abi variable.
246         * scripts/soversions.awk: Do not handle default_setname variable.
247         * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
248         variable.
249         * sysdeps/mach/hurd/configure: Regenerated.
250         * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
251         variable.
252         * sysdeps/unix/sysv/linux/configure: Regenerated.
254 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
256         * elf/Makefile (CFLAGS-interp.c): Remove.
257         ($(elf-objpfx)runtime-linker.h): Generate header with linker
258         path string.
259         * elf/interp.c: Include generated runtime-linker.h
261         * Makerules (lib%.so): Don't include $(+interp) in
262         prerequisites.
263         * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
264         * dlfcn/eval.c: Remove file.
266         * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
267         macros.
269         [BZ #17266]
270         * misc/sys/cdefs.h: Define __extern_always_inline for clang
271         4.2 and newer.
273         [BZ #17370]
274         * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
276 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
277             Jakub Jelinek  <jakub@redhat.com>
279         [BZ #17266]
280         * libio/stdio.h: Check definition of __fortify_function
281         instead of __extern_always_inline to include bits/stdio2.h.
282         * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
283         check if __extern_always_inline is defined.
284         [__USE_MISC || __USE_XOPEN]: Likewise.
285         [__USE_ISOC99] Likewise.
286         * misc/sys/cdefs.h (__fortify_function): Define only if
287         __extern_always_inline is defined.
288         [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
289         __extern_always_inline and __extern_inline only for g++-4.3
290         and newer or a compatible gcc.
292 2014-09-15  Andreas Schwab  <schwab@linux-m68k.org>
294         [BZ #17371]
295         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
296         last change to handle zero prefix length.
298 2014-09-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
300         * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
301         _SC_REGEX_VERSION.
303         * posix/getconf.c (vars): Add _POSIX_IPV6 and
304         _POSIX_RAW_SOCKETS.
306 2014-09-13  Allan McRae  <allan@archlinux.org>
308         * po/ru.po: Update Russian translation from translation project.
310 2014-09-12  Roland McGrath  <roland@hack.frob.com>
312         * locale/programs/locale.c (show_locale_vars): Inline local function
313         into its sole call site.  Clean up some style nits.
314         (print_item): New function, broken out of ...
315         (show_info): ... local function here.  Clean up style nits.
317         * locale/programs/ld-ctype.c (set_one_default): New function, broken
318         out of ...
319         (set_class_defaults): ... local function set_default here.
320         Define set_default as a macro locally to pass constant parameters.
321         (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
322         rather than a shared local.
324         * stdlib/rpmatch.c (try): New function, broken out of ...
325         (rpmatch): ... local function here.  Also, prototypify definition.
327 2014-09-12  Joseph Myers  <joseph@codesourcery.com>
329         * scripts/soversions.awk: Do not handle configuration names.
330         * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
331         vendor and os variables to soversions.awk.
332         * configure.ac: Do not modify gnu-* host_os.
333         * configure: Regenerated
334         * shlib-versions: Remove first column with configuration names.
335         * nptl/shlib-versions: Likewise.
336         * nptl_db/shlib-versions: Likewise.
337         * sysdeps/hppa/shlib-versions: Likewise.
338         * sysdeps/m68k/shlib-versions: Likewise.
339         * sysdeps/mach/hurd/shlib-versions: Likewise.
340         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
341         * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
342         * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
343         * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
344         * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
345         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
346         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
347         * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
348         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
349         Likewise.
350         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
351         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
352         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
353         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
354         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
355         * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
356         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
357         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
359         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
360         (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
361         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
362         Regenerated.
363         * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
364         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
365         Condition symbol version definitions on [HAVE_ELFV2_ABI].
367         * shlib-versions: Remove OS-specific entries.  Moved to files in
368         sysdeps.
369         * sysdeps/mach/hurd/shlib-versions: New file.
370         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
372         * nptl/shlib-versions: Remove architecture-specific entries.
373         Moved to files in sysdeps.
374         * shlib-versions: Likewise.
375         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
376         file.
377         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
378         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
379         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
380         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
382         * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
383         (UDP_NO_CHECK6_RX): Likewise.
385 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
387         * sysdeps/posix/sysconf.c (__sysconf): Spell
388         _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
390 2014-08-12  Florian Weimer  <fweimer@redhat.com>
392         * iconv/gconv_open.c (__gconv_open): Remove transliteration module
393         loading.
394         * iconv/Versions (__gconv_transliterate): Export for use from
395         gconv modules.
396         * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
397         (struct __gconv_trans_data, __gconv_trans_fct,
398         __gconv_trans_context_fct, __gconv_trans_query_fct,
399         __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
400         definitions.
401         (struct __gconv_step_data): Remove __trans member.
402         (__gconv_transliterate): Declaration moved from gconv_int.h.  No
403         longer hidden.  Remove unused trans_data argument.
404         * iconv/gconv_int.h (struct trans_struct): Remove definition.
405         (__gconv_translit_find): Remove declaration.
406         (__gconv_transliterate): Declaration moved to gconv.h.  Add hidden
407         prototype.
408         * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
409         * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
410         trans_data argument.  Add hidden definition.
411         (__gconv_translit_find): Remove.
412         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
413         __gconv_transliterate directly if __GCONV_TRANSLIT is set.
414         * iconv/skeleton.c: Remove transliteration initialization.
415         * libio/fileops.c (_IO_new_file_fopen): Adjust struct
416         __gconv_step_data initialization.
417         * libio/iofwide.c (__libio_translit_): Remove.
418         (_IO_fwide): Adjust struct __gconv_step_data initialization.
419         * wcsmbs/btowc.c (__btowc): Likewise.
420         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
421         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
422         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
423         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
424         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
425         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
426         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
427         * wcsmbs/wctob.c (wctob): Likewise.
429 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
431         [BZ #16194]
432         * sysdeps/x86/tst-xmmymm.sh: Rename file to...
433         * sysdeps/x86/tst-ld-sse-use.sh: ... this.  Check for zmm
434         register usage.
435         * sysdeps/x86/Makefile: Adjust.
437 2014-09-11  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
438             Roland McGrath  <roland@hack.frob.com>
440         * locale/weight.h: Add include guard.
441         (findidx): Make static rather than auto; take new parameters
442         TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
443         * locale/weightwc.h: Likewise.
444         * posix/fnmatch_loop.c
445         (FCT): Change type of EXTRA from int32_t to wint_t.
446         Don't include either header inside the function.
447         Call FINDIDX rather than findidx, and pass new arguments.
448         #undef FINDIDX at the end of the file.
449         * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
450         FINDIDX before including fnmatch_loop.c for the non-wide version.
451         [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
452         #include <locale/weightwc.h>, and define FINDIDX to findidxwc
453         for the wide version.
454         * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
455         (build_equiv_class) [_LIBC]: Don't #include it inside the function.
456         Pass new arguments to findidx.
457         * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
458         [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
459         Don't #include it inside the function.  Pass new arguments to findidx.
460         * posix/regex_internal.h
461         [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
462         (re_string_elem_size_at): Don't #include it inside the function.
463         Pass new arguments to findidx.
464         * string/strcoll_l.c: #include WEIGHT_H at top level.
465         (get_next_seq): Don't #include it inside the function.
466         Pass new arguments to findidx.
467         (get_next_seq_nocache): Likewise.
468         * string/strxfrm_l.c: #include WEIGHT_H at top level.
469         (STRXFRM): Don't #include it inside the function.
470         Pass new arguments to findidx.
472 2014-09-11  Florian Weimer  <fweimer@redhat.com>
474         [BZ #17344]
475         * malloc/malloc.c (unlink): Turn asserts into a call to
476         malloc_printerr.
478 2014-09-11  Tim Lammens  <tim.lammens@gmail.com>
480         [BZ #17370]
481         * libio/wfileops (do_ftell_wide): Free OUT.
483 2014-09-10  Chris Metcalf  <cmetcalf@tilera.com>
485         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
487 2014-09-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
489         [BZ #17363]
490         * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
491         group if the current group is empty.
493 2014-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
495         * benchtests/bench-memset.c (test_main): Add more test from size
496         from 32 to 512 bytes.
497         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
498         Add POWER8 memset object.
499         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
500         (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
501         * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
502         implementation.
503         * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
504         Likewise.
505         * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
506         multiarch POWER8 memset optimization.
507         * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
508         POWER8 memset optimization.
510         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
511         Remove bzero multiarch objects.
512         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
513         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
514         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
515         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
516         Remove define.
517         [__bzero]: Redefine to specific name.
518         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
519         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
520         * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
521         define.
522         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
523         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
525 2014-09-10  Florian Weimer  <fweimer@redhat.com>
527         * Makeconfig (gccwarn-c): Turn implicit-function-declaration
528         warnings into errors.
530         * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
531         __cxa_thread_atexit_impl prototype.
533 2014-09-09  Steve Ellcey  <sellcey@mips.com>
535         * sysdeps/mips/preconfigure: Put code inside mips* case statement.
536         Fix capitalization of error message.
538 2014-09-09  Steve Ellcey  <sellcey@mips.com>
540         * sysdeps/mips/preconfigure: Modify ABI tests.
542 2014-09-07  Carlos O'Donell  <carlos@systemhalted.org>
544         * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
546 2014-09-07  Roland McGrath  <roland@hack.frob.com>
547             Carlos O'Donell  <carlos@systemhalted.org>
549         * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
550         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
551         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
552         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
553         * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
554         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
555         * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
556         * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
557         * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
558         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
559         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
560         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
561         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
562         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
563         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
564         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
565         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
566         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
567         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
568         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
569         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
570         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
571         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
572         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
573         * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
574         * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
575         * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
576         * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
577         Deconditionalize the code that was previously under [RESET_PID].
578         * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
579         * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
580         * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
581         * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
582         include sysdep.h.
584 2014-09-08  Allan McRae  <allan@archlinux.org>
586         * version.h (RELEASE): Set to "development".
587         (VERSION): Set to "2.20.90"
589 2014-09-07  Allan McRae  <allan@archlinux.org
591         * version.h (RELEASE): Set to "stable".
592         (VERSION): Set to "2.20"
593         * include/features.h (__GLIBC_MINOR__): Set to 20.
595         * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
596         Liebler.
598         * po/ko.po: Update Korean translation from translation project.
600 2014-09-06  Chris Metcalf  <cmetcalf@tilera.com>
602         [BZ #17354]
603         * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
604         macro for handling signed relocations.
606 2014-09-03  Florian Weimer  <fweimer@redhat.com>
608         [BZ #17325]
609         * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
610         * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
611         assert.
612         * iconvdata/ibm933.c (BODY): Fix check for sentinel.
613         * iconvdata/ibm935.c (BODY): Likewise.
614         * iconvdata/ibm937.c (BODY): Likewise.
615         * iconvdata/ibm939.c (BODY): Likewise.
616         * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
617         assert.
618         * iconvdata/Makefile (iconv-test.out): Pass module list to test
619         script.
620         * iconvdata/run-iconv-test.sh: New test loop for checking for
621         decoder crashers.
623 2014-09-02  Khem Raj  <raj.khem@gmail.com>
625         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
626         libm_hidden_ver.
628 2014-09-01  Allan McRae  <allan@archlinux.org>
630         * po/eo.po: Update Esperanto translation from translation project.
632         * po/ca.po: Update Catalan translation from translation project.
634 2014-08-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
636         * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
637         __proc_dostop call.
639 2014-08-27  Mark Wielaard  <mjw@redhat.com>
641         [BZ #17319]
642         * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
643         to call set_thread_area instead of hand written asm.
644         (__NR_set_thread_area): Removed define.
645         (TLS_FLAG_WRITABLE): Likewise.
646         (__ASSUME_SET_THREAD_AREA): Remove check.
647         (TLS_EBX_ARG): Remove define.
648         (TLS_LOAD_EBX): Likewise.
650 2014-08-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
652         Simplify atomicity of socket creation in bind.
654         * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
655         looking up the name after linking the file.
657 2014-08-27  Allan McRae  <allan@archlinux.org>
659         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
661 2014-08-26  Florian Weimer  <fweimer@redhat.com>
663         [BZ #17187]
664         * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
665         trans_compare, open_translit, __gconv_translit_find):
666         Remove module loading code.
668 2014-08-26  Allan McRae  <allan@archlinux.org>
670         * po/vi.po: Update Vietnamese translation from translation project.
672         * po/uk.po: Update Ukrainian translation from translation project.
674         * po/fr.po: Update French translation from translation project.
676         * po/ru.po: Update Russian translation from translation project.
678         * po/pl.po: Update Polish translation from translation project.
680         * po/cs.po: Update Czech translation from translation project.
682         * po/de.po: Update German translation from translation project.
684         * po/bg.po: Update Bulgarian translation from translation project.
686         * po/sv.po: Update Sweedish translation from translation project.
688         * po/nl.po: Update Dutch translation from translation project.
690         * po/es.po: Update Spanish translation from translation project.
692 2014-08-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
694         * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
696         * catgets/Makefile (CPPFLAGS-gencat): Remove.
697         * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
698         (CPPFLAGS-iconvconfig): Likewise.
699         * timezone/Makefile (CPPFLAGS-zic): Likewise.
701         * include/libc-symbols.h: Remove unnecessary check for
702         NOT_IN_libc.
703         * nptl/pthreadP.h: Likewise.
704         * sysdeps/aarch64/setjmp.S: Likewise.
705         * sysdeps/alpha/setjmp.S: Likewise.
706         * sysdeps/arm/sysdep.h: Likewise.
707         * sysdeps/i386/setjmp.S: Likewise.
708         * sysdeps/m68k/setjmp.c: Likewise.
709         * sysdeps/posix/getcwd.c: Likewise.
710         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
711         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
712         * sysdeps/s390/s390-32/setjmp.S: Likewise.
713         * sysdeps/s390/s390-64/setjmp.S: Likewise.
714         * sysdeps/sh/sh3/setjmp.S: Likewise.
715         * sysdeps/sh/sh4/setjmp.S: Likewise.
716         * sysdeps/unix/alpha/sysdep.h: Likewise.
717         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
718         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
719         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
720         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
721         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
722         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
723         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
724         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
725         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
726         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
727         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
728         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
729         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
730         * sysdeps/x86_64/setjmp.S: Likewise.
732 2014-08-13  Joseph Myers  <joseph@codesourcery.com>
734         [BZ #17263]
735         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
736         <stdint.h>.
737         (__get_clockfreq): Use uint64_t instead of hp_timing_t in
738         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
740 2014-08-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
742         * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
744         [BZ #17262]
745         * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
746         and __x86_64__ when disabling x87 inline functions.
748 2014-08-12  H.J. Lu  <hongjiu.lu@intel.com>
750         [BZ #17259]
751         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
752         asm statement with __cpuid_count.
754 2014-08-12  Mike Frysinger  <vapier@gentoo.org>
756         * configure.ac: Change __ehdr_start code to dereference the struct.
757         Run readelf on the output to look for relocations.
758         * configure: Regenerated.
760 2014-08-12  Joseph Myers  <joseph@codesourcery.com>
762         [BZ #17261]
763         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
764         value to 0.
765         (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
767 2014-08-12  Roland McGrath  <roland@hack.frob.com>
769         * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
771 2014-08-12  Bernard Ogden  <bernie.ogden@linaro.org>
773         [BZ #16892]
774         * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
775         atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
777 2014-08-12  Sean Anderson  <seanga2@gmail.com>
779         * malloc/malloc.c: Fix typo in comment.
781 2014-08-09  Allan McRae  <allan@archlinux.org>
783         * Regenerate libc.po.
785 2014-08-08  Mike Frysinger  <vapier@gentoo.org>
787         * intl/tst-gettext2.sh: Check every lang file for creation.
789 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
791         * sysdeps/aarch64/fpu/math_private.h
792         (libc_feholdsetround_noex_aarch64_ctx): New function.
794 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
796         * sysdeps/arm/armv6/strcpy.S (strcpy):
797         Fix performance issue in misaligned cases.
799 2014-08-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
801         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
802         Move definition from termios.h.
803         (struct termio): Likewise.
804         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
805         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
806         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
807         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
808         Likewise.
809         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
810         Move definition to ioctl-types.h
811         (struct termio): Likewise.
812         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
813         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
814         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
815         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
816         Likewise.
818 2014-08-05  Richard Henderson  <rth@redhat.com>
820         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
821         exceptions.
822         * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
823         Add fraiseexcpt.
824         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
825         Use __feraiseexcept.
826         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
827         Protect libm symbols with IS_IN_libm.
829         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
831 2014-08-04  Bernard Ogden  <bernie.ogden@linaro.org>
833         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
835 2014-08-04  Will Newton  <will.newton@linaro.org>
837         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
838         file.
840 2014-08-04  Mike Frysinger  <vapier@gentoo.org>
842         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
843         variants for each function.
845 2014-08-04  Roland McGrath  <roland@hack.frob.com>
847         * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
848         appended ...
849         * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
850         * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
851         appended ...
852         * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
853         * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
854         * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
855         * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
856         * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
857         * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
858         * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
859         * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
860         * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
861         * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
862         * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
863         * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
864         * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
865         * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
866         * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
867         * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
868         * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
869         * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
870         * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
871         * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
872         * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
873         * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
874         * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
875         * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
876         * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
877         * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
878         * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
879         * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
880         * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
881         * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
882         * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
883         * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
884         * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
885         * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
886         * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
887         * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
888         * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
889         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
890         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
891         * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
892         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
893         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
894         * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
895         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
896         * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
897         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
898         * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
899         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
900         * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
901         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
902         * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
903         * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
904         * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
905         Update #include.
906         * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
907         * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
909 2014-08-04  Roland McGrath  <roland@hack.frob.com>
911         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
912         * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
913         * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
914         * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
915         * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
916         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
918 2014-08-04  Roland McGrath  <roland@hack.frob.com>
920         * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
921         * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
922         * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
923         * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
925 2014-08-04  Roland McGrath  <roland@hack.frob.com>
927         * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
928         * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
929         (__libc_vfork): Define function under this name.
930         (__vfork): Define as an alias.
931         * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
932         * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
934 2014-08-04  Roland McGrath  <roland@hack.frob.com>
936         * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
937         that was previously under [RESET_PID].
938         * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
940 2014-08-04  Andreas Schwab  <schwab@suse.de>
942         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
944 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
946         * stdlib/tst-setcontext.c (test_stack): Fix coding style.
947         (main): Likewise.
949 2014-08-01  Roland McGrath  <roland@hack.frob.com>
951         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
953 2014-08-01  Richard Henderon  <rth@redhat.com>
955         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
956         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
957         typo in exact zero test.
958         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
959         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
960         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
962 2014-08-01  Roland McGrath  <roland@hack.frob.com>
964         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
965         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
966         * sysdeps/arm/sysdep.h: ... here.
967         [!__ASSEMBLER__]: Include <stdint.h>.
969 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
971         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
972         (HAVE_WCTYPE_H): Likewise.
973         (HAVE_ISWCTYPE): Likewise.
974         (ENABLE_NLS): Likewise.
975         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
976         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
978         * posix/regex_internal.c: Check if DEBUG is defined and is
979         set.
981         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
982         (HAVE_MBSRTOWCS): Likewise.
983         * posix/fnmatch.c: Include string.h unconditionally.
985 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
987         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
988         reversal.
990 2014-07-31  Roland McGrath  <roland@hack.frob.com>
992         * sysdeps/generic/safe-fatal.h: New file.
993         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
994         * nptl/forward.c: Include it.
995         (__pthread_unwind): Use __safe_fatal as default action, rather
996         than a bogus use of INTERNAL_SYSCALL that could never work.
998         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
999         * configure.ac (libc_cv_builtin_trap): New test.
1000         * configure: Regenerated.
1001         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
1002         (ABORT_INSTRUCTION): Define using __builtin_trap.
1004         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
1005         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
1006         * sysdeps/nptl/nptl-signals.h: New file.
1007         * nptl/pthreadP.h: Include <nptl-signals.h>.
1009 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
1011         * sysdeps/s390/s390-64/utf16-utf32-z9.c
1012         (ONE_DIRECTION): Define.
1013         * sysdeps/s390/s390-64/utf8-utf16-z9.c
1014         (ONE_DIRECTION): Define.
1015         * sysdeps/s390/s390-64/utf8-utf32-z9.c
1016         (ONE_DIRECTION): Define.
1018 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
1020         * sysdeps/s390/Makefile: Delete file.
1021         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
1022         * sysdeps/s390/__longjmp.c: Delete file.
1023         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
1024         Remove fields __flags and __reserved.
1025         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
1026         and add versioning.
1027         * sysdeps/s390/rtld-__longjmp.c: Delete file.
1028         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
1029         * sysdeps/s390/rtld-setjmp.S: Likewise.
1030         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
1031         * sysdeps/s390/s390-32/__longjmp.c: ... here.
1032         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
1033         * sysdeps/s390/s390-32/setjmp.S: ... here.
1034         Add versioning.
1035         (__sigsetjmp): Remove setting __flags field.
1036         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
1037         * sysdeps/s390/s390-64/__longjmp.c: ... here.
1038         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
1039         * sysdeps/s390/s390-64/setjmp.S: ... here.
1040         Add versioning.
1041         (__sigsetjmp): Remove setting __flags field.
1042         * sysdeps/s390/setjmp.S: Delete file.
1043         * sysdeps/s390/sigjmp.c: Likewise.
1044         * sysdeps/s390/v1-longjmp.c: Likewise.
1045         * sysdeps/s390/v1-setjmp.h: Likewise.
1046         * sysdeps/s390/v1-sigjmp.c: Likewise.
1047         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
1048         Remove v1-longjmp_chk.
1049         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
1050         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
1051         Include debug/longjmp_chk.c and add versioning.
1052         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
1053         Include nptl/pt-longjmp.c and add versioning.
1054         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
1055         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
1056         Include __longjmp.c.
1057         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
1058         Move to ...
1059         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
1060         (__getcontext): Remove setting __flags field.
1061         Add versioning.
1062         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
1063         Don't restore upper high grps.
1064         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
1065         Likewise.
1066         (__swapcontext): Remove setting uc_flags field.
1067         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
1068         Delete file.
1069         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
1070         Include __longjmp.c.
1071         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
1072         Move to ...
1073         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
1074         (__getcontext): Remove setting __flags field.
1075         Add versioning.
1076         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
1077         (__swapcontext): Remove setting uc_flags field.
1078         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
1079         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
1080         Remove fields uc_high_gprs and __reserved.
1081         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
1082         New file with reverted content.
1083         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
1084         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
1085         Regenerated.
1086         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
1087         Regenerated.
1089 2014-07-31  Andreas Schwab  <schwab@suse.de>
1091         * config.h.in (HAVE_IFUNC): Define to 0.
1092         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
1093         definedness.
1095 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
1097         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
1098         memmove-avx-unaligned, memcpy-avx-unaligned and
1099         mempcpy-avx-unaligned.
1100         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
1101         Add tests for AVX memcpy functions.
1102         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
1103         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
1104         memcpy_chk.
1105         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
1106         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
1107         memmove_chk.
1108         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
1109         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
1110         mempcpy_chk.
1111         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
1112         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
1113         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
1115 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1117         [BZ #17213]
1118         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
1119         powerpc64le.
1121 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
1123         [BZ #16839]
1124         * manual/llio.texi: Add section about open file description locks.
1125         * manual/examples/ofdlocks.c: Example of open file description
1126         lock usage.
1127         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
1128         F_OFD_SETLK, and F_OFD_SETLKW.
1130 2014-07-23  Allan McRae  <allan@archlinux.org>
1132         * po/es.po: Update Spanish translation from translation project.
1134 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
1136         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
1138 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
1140         [BZ #17078]
1141         * sysdeps/arm/dl-machine.h (elf_machine_rela)
1142         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
1143         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
1145 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
1147         [BZ #17088]
1148         * math/fesetenv.c (__fesetenv)
1149         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
1150         * math/feupdateenv.c (__feupdateenv)
1151         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
1153         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
1154         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
1155         (__ASSUME_SOCKETCALL): Do not define.
1157         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
1158         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
1159         (__ASSUME_SOCKETCALL): Do not define.
1160         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
1161         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
1162         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
1163         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
1164         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
1165         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
1166         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
1167         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
1169         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
1170         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
1171         (__ASSUME_SOCKETCALL): Do not define.
1172         (__ASSUME_IPC64): Define unconditionally.
1173         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
1174         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
1175         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
1176         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
1177         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
1178         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
1179         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
1180         Likewise.
1182         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
1183         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
1184         (__ASSUME_SOCKETCALL): Do not define.
1185         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
1186         (__ASSUME_FUTEX_LOCK_PI): Likewise.
1187         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
1188         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
1189         (__ASSUME_REQUEUE_PI): Define unconditionally.
1190         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
1191         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
1192         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
1193         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
1194         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
1195         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
1197         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
1198         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
1199         (__ASSUME_SOCKETCALL): Do not define.
1200         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
1201         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
1202         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
1203         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
1204         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
1205         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
1207         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
1208         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
1209         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
1210         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
1211         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
1212         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
1213         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
1214         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
1215         (__ASSUME_GETCPU_SYSCALL): Likewise.
1217         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
1218         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
1219         cases for individual architectures.
1220         * sysdeps/gnu/configure: Regenerated.
1221         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
1222         LIBC_SLIBDIR_RTLDDIR.
1223         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
1224         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
1225         LIBC_SLIBDIR_RTLDDIR.
1226         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
1227         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
1228         LIBC_SLIBDIR_RTLDDIR.
1229         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
1230         Regenerated.
1231         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
1232         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
1233         file.
1234         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
1235         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
1236         file.
1237         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
1238         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
1239         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
1240         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
1242         * sysdeps/aarch64/shlib-versions: Move to ...
1243         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
1244         * sysdeps/alpha/shlib-versions: Move to ...
1245         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
1246         * sysdeps/arm/shlib-versions: Move to ...
1247         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
1248         * sysdeps/hppa/shlib-versions: Move all contents except for
1249         libgcc_s entry to ...
1250         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
1251         entry from ...
1252         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
1253         * sysdeps/ia64/shlib-versions: Move to ...
1254         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
1255         entry from ...
1256         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
1257         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
1258         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
1259         * sysdeps/microblaze/shlib-versions: Move to ...
1260         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
1261         * sysdeps/mips/shlib-versions: Move to ...
1262         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
1263         entry from ...
1264         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
1265         * sysdeps/tile/shlib-versions: Move to ...
1266         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
1267         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
1268         from ...
1269         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
1270         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
1271         entry from ...
1272         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
1274 2014-07-17  Will Newton  <will.newton@linaro.org>
1276         * sysdeps/arm/bits/atomic.h
1277         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
1278         (__arch_compare_and_exchange_bool_16_int): Likewise.
1279         (__arch_compare_and_exchange_bool_64_int): Likewise.
1281         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
1282         into an #else block.
1284 2014-07-16  Roland McGrath  <roland@hack.frob.com>
1286         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
1287         just Linux configurations.  Test empirically that the compiler sets
1288         __ARM_EABI__, rather than using the tuple to decide.
1289         * sysdeps/arm/preconfigure: Regenerated.
1290         * sysdeps/unix/sysv/linux/arm/configure: File removed.
1291         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
1292         contents appended ...
1293         * sysdeps/arm/configure.ac: ... here.
1294         * sysdeps/arm/configure: Regenerated.
1296 2014-07-15  Roland McGrath  <roland@hack.frob.com>
1298         * nptl/pthread_kill.c: New file.
1299         * nptl/pthread_sigmask.c: New file.
1300         * nptl/pthread_sigqueue.c: New file.
1302         * sysdeps/nptl/lowlevellock.h: New file.
1303         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
1304         * sysdeps/nptl/lowlevellock-futex.h: New file.
1306         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
1307         Remove dead declarations.
1309 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
1311         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
1312         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
1313         config-cflags-avx2.
1314         * sysdeps/x86_64/configure.ac: Likewise.
1315         * sysdeps/i386/configure: Regenerated.
1316         * sysdeps/x86_64/configure: Likewise.
1317         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
1318         memset-avx2 only if config-cflags-avx2 is yes.
1319         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
1320         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
1321         defined.
1322         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
1323         only if HAVE_AVX2_SUPPORT is defined.
1324         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
1326 2014-07-14  Alan Modra  <amodra@gmail.com>
1328         [BZ #17153]
1329         * elf/elf.h (DT_PPC64_NUM): Correct value.
1330         * NEWS: Add to fixed bug list.
1332 2014-07-13  Jim Meyering  <meyering@fb.com>
1334         [BZ 17150]
1335         regex: don't deref NULL upon heap allocation failure
1336         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
1337         failure in one more place.
1338         To trigger the segfault, configure grep -with-included-regex,
1339         build it, and run these commands:
1340         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
1342 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
1344         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
1346 2014-07-11  Richard Henderson  <rth@redhat.com>
1348         * sysdeps/aarch64/libm-test-ulps: Update.
1350 2014-07-10  Florian Weimer  <fweimer@redhat.com>
1352         [BZ #17135]
1353         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
1354         * nptl/allocatestack.c (__nptl_setxid_error): New function.
1355         (__nptl_setxid): Initialize error member.  Call
1356         __nptl_setxid_error.
1357         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
1358         * nptl/descr.h (struct xid_command): Add error member.
1359         * nptl/tst-setuid3.c: New file.
1360         * nptl/Makefile (tests): Add it.
1362 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1364         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
1365         New define.
1366         (__lll_trylock): Use __lll_base_trylock.
1367         (__lll_cond_trylock): Likewise.
1369 2014-07-10  Roland McGrath  <roland@hack.frob.com>
1371         * nptl/pthread_create.c (start_thread): Use atomic_or and
1372         lll_futex_wake directly rather than lll_robust_dead.
1373         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
1374         (lll_robust_dead): Macro removed.
1375         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
1376         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
1377         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
1378         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
1379         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
1380         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
1381         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
1382         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
1383         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
1384         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
1385         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
1386         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
1387         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
1388         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
1389         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
1391         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
1392         Use atomic_compare_and_exchange_val_acq directly rather than
1393         lll_robust_trylock.
1394         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
1395         (__lll_robust_trylock, lll_robust_trylock): Removed.
1396         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
1397         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
1398         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
1399         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
1400         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
1401         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
1402         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
1403         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
1404         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
1405         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
1406         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
1407         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
1408         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
1409         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
1411 2014-07-02  Florian Weimer  <fweimer@redhat.com>
1413         * manual/locale.texi (Locale Names): New section documenting
1414         locale name syntax.  Adjust menu and node chaining accordingly.
1415         (Choosing Locale): Reference Locale Names, Locale Categories.
1416         Mention setting LC_ALL=C.  Reflect that name syntax is now
1417         documented.
1418         (Locale Categories): New section title.  Reference Locale Names.
1419         LC_ALL is an environment variable, but not a category.
1420         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
1421         description, now in Locale Name.  Reference that section.  Locale
1422         name syntax is now documented.
1424 2014-07-02  Florian Weimer  <fweimer@redhat.com>
1426         [BZ #17137]
1427         * locale/findlocale.c (name_present, valid_locale_name): New
1428         functions.
1429         (_nl_find_locale): Use the loc_name variable to store name
1430         candidates.  Call name_present and valid_locale_name to check and
1431         validate locale names.  Return an error if the locale is invalid.
1433 2014-07-02  Florian Weimer  <fweimer@redhat.com>
1435         * locale/setlocale.c (setlocale): Use strdup for allocating
1436         composite name copy.
1438 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
1440         Sync up with gnulib.
1441         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
1442         [!_LIBC && ENABLE_NLS]: Include gettext.h.
1443         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
1444         and _GL_ARG_NONNULL.
1445         [USE_UNLOCKED_IO]: Include unlocked-io.h.
1446         [!_LIBC]: Include code for Windows and Cygwin.
1447         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
1448         Include prototype for int strerror_r.
1449         [!_LIBC] (is_open): New function.
1450         (flush_stdout): New function.
1451         (print_errno_message): Use it.
1452         (error): Likewise.
1453         (error_at_line): Likewise.
1454         (error_tail) Add function attribute macros.  Use
1455         __builtin_expect.
1457         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
1459         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
1461         * io/ftw.c: Include sys/param.h unconditionally.
1463         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
1465         [BZ #17125]
1466         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
1467         libc_freeres_ptr.
1468         (freecache): New function to free CACHE on exit.
1470         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
1471         initialization.
1473 2014-07-09  David S. Miller  <davem@davemloft.net>
1475         * sysdeps/sparc/fpu/libm-test-ulps: Update.
1477         * sysdeps/sparc/nptl/internaltypes.h: Delete.
1478         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
1479         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
1480         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
1481         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
1482         * sysdeps/sparc/nptl/sem_init.c: Likewise.
1483         * sysdeps/sparc/nptl/sem_post.c: Likewise.
1484         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
1485         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
1486         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
1487         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
1488         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
1489         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
1491 2014-07-09  Andreas Schwab  <schwab@suse.de>
1493         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
1494         output.
1495         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
1496         (do_test): Likewise.
1498         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
1500 2014-07-09  Will Newton  <will.newton@linaro.org>
1502         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
1503         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
1504         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
1505         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
1506         * sysdeps/hppa/start.S (_start): Likewise.
1508 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
1510         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
1512         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
1513         defined.
1515 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
1517         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
1518         after checking that it is non-NULL.
1520         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
1522 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1524         * sysdeps/powerpc/memmove.c: Remove file.
1525         * sysdeps/powerpc/powerpc32/power4/memcopy.h
1526         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
1527         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
1528         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
1529         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
1530         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
1531         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
1532         string memmove instead of removed powerpc one.
1534         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
1535         [weak_alias]: Fix compiler warning due trailing data.
1536         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
1537         [weak_alias]: Likewise.
1538         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
1539         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
1541         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
1542         (__libc_ifunc_impl_list): Add memmove functions.
1544 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
1546         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
1547         Remove code.
1548         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
1549         Likewise
1550         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
1551         Likewise
1552         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
1553         Likewise
1554         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
1555         Likewise
1556         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
1557         Likewise
1558         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
1559         Likewise
1560         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
1561         Likewise
1562         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
1563         Likewise
1564         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
1565         Likewise
1566         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
1567         Likewise
1568         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
1569         Likewise
1570         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
1571         Likewise
1572         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
1573         Likewise
1574         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
1575         Likewise
1576         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
1577         Likewise
1578         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
1579         Likewise
1581 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1583         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
1584         to avoid alignment traps in non-cacheable memory.
1585         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
1587         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
1588         multiarch objects.
1589         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
1590         file: multiarch power7 memmove.
1591         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
1592         multiarch default memmove.
1593         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
1594         multiarch memove for powerpc32/power4.
1596         * string/bcopy.c: Use full path to include memmove.c.
1597         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
1598         multiarch objects.
1599         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
1600         bcopy for powerpc64.
1601         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
1602         bcopy for powerpc64.
1603         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
1604         and memmove implementations.
1605         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
1606         optimized multiarch memmove for POWER7/powerpc64.
1607         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
1608         default multiarch memmove for powerpc64.
1609         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
1610         multiarch for powerpc64.
1611         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
1612         for POWER7/powerpc64.
1613         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
1614         memmove for POWER7/powerpc64.
1616         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
1617         glibc default one.
1619         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
1620         __ELF_NATIVE_CLASS equal to 64.
1622 2014-07-07  Roland McGrath  <roland@hack.frob.com>
1624         * sysdeps/nptl/lowlevellock.h: File removed.
1626         * NEWS: NPTL is no longer an add-on!
1627         * nptl/internaltypes.h: Moved ...
1628         * sysdeps/nptl/internaltypes.h: ... here.
1629         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
1630         * sysdeps/nptl/fork.c: Likewise.
1631         * sysdeps/nptl/gai_misc.h: Likewise.
1632         * sysdeps/nptl/librt-cancellation.c: Likewise.
1633         * sysdeps/nptl/jmp-unwind.c: Likewise.
1634         * sysdeps/nptl/setxid.h: Likewise.
1635         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
1636         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
1637         * sysdeps/unix/sysv/linux/arm/Implies: New file.
1638         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
1639         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
1640         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
1641         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
1642         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
1643         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
1644         * sysdeps/unix/sysv/linux/mips/Implies: New file.
1645         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
1646         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
1647         * sysdeps/unix/sysv/linux/sh/Implies: New file.
1648         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
1649         * sysdeps/unix/sysv/linux/tile/Implies: New file.
1650         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
1651         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
1652         * nptl/Makeconfig: Moved ...
1653         * sysdeps/nptl/Makeconfig: ... here.
1654         * nptl/configure: File removed.
1655         * nptl/ANNOUNCE: File removed.
1656         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
1657         * sysdeps/unix/sysv/linux/configure: Regenerated.
1659         * nptl/Makefile (routines): Add libc_pthread_init,
1660         libc_multiple_threads, register-atfork and unregister-atfork.
1661         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
1662         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
1663         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
1664         pthread-pi-defines.sym, structsem.sym.
1665         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
1666         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
1667         [$(subdir) = nptl] (tests): Add tst-setgetname.
1668         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
1669         * sysdeps/unix/sysv/linux/sigaction.c: Just include
1670         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
1671         [!LIBC_SIGACTION]: Remove aliases.
1672         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
1673         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
1674         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
1675         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
1676         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
1677         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
1678         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
1679         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
1680         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
1681         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
1682         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
1683         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
1684         __libc_allocate_rtsig_private.
1685         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
1686         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
1687         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
1688         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
1689         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
1690         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
1691         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
1692         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
1693         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
1694         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
1695         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
1696         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
1697         * nptl/internaltypes.h: ... here.
1698         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
1699         * sysdeps/nptl/jmp-unwind.c: ... here.
1700         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
1701         * nptl/libc-lowlevellock.c: ... here.
1702         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
1703         * nptl/libc_multiple_threads.c: ... here.
1704         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
1705         * nptl/libc_pthread_init.c: ... here.
1706         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
1707         * nptl/lowlevelbarrier.sym: ... here.
1708         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
1709         * nptl/lowlevelcond.sym: ... here.
1710         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
1711         * nptl/lowlevellock.c: ... here.
1712         * nptl/lowlevellock.h: Moved ...
1713         * sysdeps/nptl/lowlevellock.h: ... here.
1714         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
1715         * nptl/lowlevelrobustlock.c: ... here.
1716         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
1717         * nptl/lowlevelrobustlock.sym: ... here.
1718         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
1719         * nptl/lowlevelrwlock.sym: ... here.
1720         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
1721         * nptl/pt-fork.c: ... here.
1722         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
1723         * nptl/pthread-pi-defines.sym: ... here.
1724         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
1725         * nptl/pthread_attr_getaffinity.c: ... here.
1726         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
1727         * nptl/pthread_attr_setaffinity.c: ... here.
1728         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
1729         * nptl/pthread_mutex_cond_lock.c: ... here.
1730         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
1731         Update #include.
1732         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
1733         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
1734         * nptl/pthread_once.c: ... here, replacing old file.
1735         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
1736         * nptl/pthread_yield.c: ... here.
1737         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
1738         * nptl/register-atfork.c: ... here.
1739         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
1740         * nptl/sem_post.c: ... here.
1741         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
1742         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
1743         * nptl/sem_timedwait.c: ... here.
1744         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
1745         * nptl/sem_trywait.c: ... here.
1746         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
1747         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
1748         * nptl/sem_wait.c: ... here.
1749         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
1750         * nptl/structsem.sym: ... here.
1751         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
1752         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
1753         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
1754         * nptl/unregister-atfork.c: ... here.
1755         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
1756         * nptl/unwindbuf.sym: ... here.
1757         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
1758         * sysdeps/nptl/fork.c: ... here.
1759         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
1760         * sysdeps/nptl/fork.h: ... here.
1761         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
1762         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
1763         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
1764         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
1765         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
1766         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
1767         * sysdeps/unix/sysv/linux/getpid.c: ... here.
1768         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
1769         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
1770         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
1771         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
1772         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
1773         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
1774         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
1775         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
1776         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
1777         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
1778         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
1779         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
1780         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
1781         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
1782         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
1783         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
1784         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
1785         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
1786         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
1787         * sysdeps/unix/sysv/linux/raise.c: ... here.
1788         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
1789         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
1790         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
1791         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
1792         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
1793         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
1794         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
1795         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
1796         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
1797         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
1798         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
1799         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
1800         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
1801         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
1802         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
1804 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
1806         * sysdeps/generic/memcopy.h: Add comment for
1807         MEMCPY_OK_FOR_FWD_MEMMOVE.
1809 2014-07-04  Will Newton  <will.newton@linaro.org>
1811         * string/memchr.c: Merge from gnulib.
1812         [_LIBC]: Remove conditionals.
1813         (__ptr_t): Remove define.
1814         (LONG_MAX_32_BITS): Likewise.
1815         (LONG_MAX): Likewise.
1816         (MEMCHR): Use ANSI prototype and optimize algorithm.
1818         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
1820 2014-07-03  Roland McGrath  <roland@hack.frob.com>
1822         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
1823         (lll_futex_timed_wait_bitset): Fix syscall argument count.
1825         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
1826         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
1827         in a bare environment with no <stdlib.h> installed.
1828         * sysdeps/nptl/configure: Regenerated.
1830         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
1832         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
1833         AC_EGREP_CPP for kernel header checks, so they only succeed if
1834         including <linux/version.h> actually works right.
1835         * sysdeps/unix/sysv/linux/configure: Regenerated.
1837         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
1838         value so it's not diagnosed as unused.
1840         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
1841         thing) with "ifeq ($(subdir),rt)".
1843 2014-07-03  Richard Henderson  <rth@redhat.com>
1845         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
1846         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
1847         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
1849         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
1850         (math_force_eval): New.
1852         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
1853         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
1855         * sysdeps/alpha/fpu/s_round.c: Remove file.
1856         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
1858         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
1859         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
1860         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
1861         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
1862         (_dl_start, print_statistics): Likewise.
1863         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
1864         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
1866         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
1867         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
1868         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
1869         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
1870         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
1871         (HP_SMALL_TIMING_AVAIL): Define.
1872         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
1873         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
1874         (HP_SMALL_TIMING_AVAIL): Define.
1875         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
1876         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
1878         * sysdeps/aarch64/hp-timing.h: New file.
1880         * sysdeps/generic/hp-timing.h: Remove dead comment.
1881         * sysdeps/generic/hp-timing-common.h: New file.
1882         * sysdeps/alpha/hp-timing.h: Include it.
1883         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
1884         * sysdeps/i386/i686/hp-timing.h: Likewise.
1885         * sysdeps/ia64/hp-timing.h: Likewise.
1886         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
1887         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
1888         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
1889         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
1890         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
1891         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
1892         (hp_timing_t): New.
1894         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
1895         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
1896         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
1897         * elf/rtld.c (_dl_start_final): Likewise.
1898         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
1899         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
1900         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
1901         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
1902         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
1903         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
1904         (HP_TIMING_DIFF_INIT): Remove.
1905         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
1906         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
1907         (HP_TIMING_DIFF_INIT): Remove.
1908         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
1909         * sysdeps/i386/i686/hp-timing.c: Remove file.
1910         * sysdeps/x86_64/hp-timing.c: Remove file.
1911         * sysdeps/ia64/hp-timing.c: Remove file.
1912         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
1913         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
1914         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
1915         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
1917         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
1918         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
1919         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
1920         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
1921         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
1922         (HP_TIMING_ACCUM): Remove.
1923         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
1924         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
1925         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
1927         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
1928         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
1929         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
1930         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
1931         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
1932         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
1933         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
1934         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
1936         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
1938 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
1940         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
1942 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
1944         Sync up with gettext.
1945         * intl/loadmsgcat.c: Define O_BINARY if not defined.
1946         [_MSC_VER]: Include malloc.h
1947         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
1948         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
1949         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
1950         TEMP_FAILURE_RETRY.  Cast return of alloca.
1951         [!_LIBC] Call gl_rwlock_init.
1952         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
1954 2014-07-02  Roland McGrath  <roland@hack.frob.com>
1956         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
1957         before checking its value.
1959 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
1961         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
1963         * debug/memcpy_chk.c: Don't include pagecopy.h.
1964         * debug/mempcpy_chk.c: Likewise.
1965         * string/memcpy.c: Likewise.
1966         * string/memmove.c: Likewise.
1967         * sysdeps/powerpc/memmove.c: Likewise.
1968         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
1969         definition of PAGE_COPY_FWD_MAYBE here...
1970         * sysdeps/generic/pagecopy.h: ... from here.
1971         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
1973 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
1974             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1976         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
1977         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
1978         optimizations.
1979         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
1980         (__libc_ifunc_impl_list): Likewise.
1981         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
1982         multiarch strcat for PPC64.
1983         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
1984         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
1986 2014-07-02  Roland McGrath  <roland@hack.frob.com>
1988         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
1990 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
1992         * intl/loadmsgcat.c: Remove declaration of
1993         get_sysdep_segment_value.
1994         (get_sysdep_segment_value): Use ISO C style.
1995         (_nl_load_domain): Use ISO C style.  Get rid of redundant
1996         semicolon.  Fix typo and formatting in comment.
1997         (_nl_unload_domain): Use ISO C style.
1999         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
2001 2014-07-02  Will Newton  <will.newton@linaro.org>
2003         * malloc/obstack.c: Merge from gnulib master.
2004         [HAVE_CONFIG_H]: Remove conditional code.
2005         [!_LIBC]: Include config.h.
2006         [!ELIDE_CODE]: Don't include inttypes.h, include
2007         stdint.h unconditionally.
2008         (print_and_abort): Mark as _Noreturn.
2009         (_obstack_allocated_p): Mark as __attribute_pure__.
2010         (obstack_free): Rename to __obstack_free.
2011         [!__attribute__]: Remove conditional code.
2012         * malloc/obstack.h: Merge from gnulib master.
2013         [__cplusplus]: Move conditional down.
2014         [!__attribute_pure__]: Define __attribute_pure__ here
2015         if it is not already defined.
2016         (_obstack_memory_used): Mark as __attribute_pure__.
2017         [!__obstack_free]: Define as obstack_free.
2018         [__GNUC__]: Remove check for ancient NeXT gcc.
2020 2014-07-02  Will Newton  <will.newton@linaro.org>
2021             Paul Eggert  <eggert@cs.ucla.edu>
2023         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
2025 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
2027         * resolv/gethnamaddr.c: Add comment warning that the file is
2028         not maintained.
2030 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
2032         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
2033         entries.
2035         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
2036         entry for aio_cancel and aio_cancel64.
2037         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
2038         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
2039         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
2040         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
2041         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
2042         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
2043         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
2044         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
2045         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
2046         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
2047         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
2048         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
2049         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
2051 2014-07-01  Roland McGrath  <roland@hack.frob.com>
2053         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
2054         * nptl/pthread_mutex_lock.c: Likewise.
2055         * nptl/pthread_mutex_timedlock.c: Likewise.
2056         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
2058 2014-07-01  Richard henderson  <rth@redhat.com>
2060         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
2061         (__isnan, __isnanl): Remove.
2062         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
2064         * sysdeps/alpha/fpu/libm-test-ulps: Update.
2066 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
2068         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
2070 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
2072         * resolv/nss_dns/dns-host.c (getanswer_r)
2073         [MULTI_PTRS_ARE_ALIASES]: Remove code.
2075 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
2077         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
2078         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
2079         undefine.
2080         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
2081         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
2083 2014-07-01  Roland McGrath <roland@hack.frob.com>
2085         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
2086         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
2088         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
2089         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
2091         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
2092         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
2093         ... here.
2094         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
2095         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
2097         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
2098         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
2099         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
2100         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
2102         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
2103         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
2104         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
2105         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
2106         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
2107         Moved ...
2108         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
2109         ... here.
2110         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
2111         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
2112         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
2113         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
2114         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
2115         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
2116         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
2117         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
2118         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
2119         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
2120         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
2121         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
2122         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
2123         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
2124         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
2125         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
2126         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
2127         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
2128         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
2129         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
2130         ... here.
2131         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
2132         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
2133         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
2134         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
2135         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
2136         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
2137         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
2138         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
2140 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
2142         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
2143         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
2144         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
2145         Add sysdep.
2147 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2149         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
2151 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
2153         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
2154         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
2156         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
2158         * sysdeps/arm/libm-test-ulps: Regenerated.
2160 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
2161             Roland McGrath <roland@hack.frob.com>
2163         * test-skeleton.c (signal_handler): Kill the whole process group
2164         before killing the child individually.
2165         (main): Report any failure on `setpgid'.
2167 2014-06-30  Roland McGrath  <roland@hack.frob.com>
2169         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
2170         from _TLS_H to _ARM_NPTL_TLS_H.
2171         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
2172         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
2174 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
2176         [BZ #16539]
2177         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
2178         (__expm1l): Return argument unchanged when small but not
2179         subnormal.
2181         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
2182         include macro name.
2183         (_FP_UNPACK_RAW_1_P): Likewise.
2184         (_FP_PACK_RAW_1): Likewise.
2185         (_FP_PACK_RAW_1_P): Likewise.
2186         (_FP_MUL_MEAT_1_wide): Likewise.
2187         (_FP_MUL_MEAT_DW_1_hard): Likewise.
2188         (_FP_MUL_MEAT_1_hard): Likewise.
2189         (_FP_DIV_MEAT_1_imm): Likewise.
2190         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
2191         (_FP_DIV_MEAT_1_udiv): Likewise.
2192         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
2193         (_FP_UNPACK_RAW_2): Likewise.
2194         (_FP_UNPACK_RAW_2_P): Likewise.
2195         (_FP_PACK_RAW_2): Likewise.
2196         (_FP_PACK_RAW_2_P): Likewise.
2197         (_FP_MUL_MEAT_DW_2_wide): Likewise.
2198         (_FP_MUL_MEAT_2_wide): Likewise.
2199         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
2200         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
2201         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
2202         (_FP_MUL_MEAT_2_gmp): Likewise.
2203         (_FP_DIV_MEAT_2_udiv): Likewise.
2204         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
2205         (_FP_FRAC_SRL_4): Likewise.
2206         (_FP_FRAC_SRST_4): Likewise.
2207         (_FP_FRAC_SRS_4): Likewise.
2208         (_FP_UNPACK_RAW_4): Likewise.
2209         (_FP_UNPACK_RAW_4_P): Likewise.
2210         (_FP_PACK_RAW_4): Likewise.
2211         (_FP_PACK_RAW_4_P): Likewise.
2212         (_FP_MUL_MEAT_DW_4_wide): Likewise.
2213         (_FP_MUL_MEAT_4_wide): Likewise.
2214         (_FP_MUL_MEAT_4_gmp): Likewise.
2215         (umul_ppppmnnn): Likewise.
2216         (_FP_DIV_MEAT_4_udiv): Likewise.
2217         (__FP_FRAC_ADD_4): Likewise.
2218         (__FP_FRAC_SUB_3): Likewise.
2219         (__FP_FRAC_SUB_4): Likewise.
2220         (__FP_FRAC_DEC_3): Likewise.
2221         (__FP_FRAC_DEC_4): Likewise.
2222         (__FP_FRAC_ADDI_4): Likewise.
2223         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
2224         (_FP_FRAC_SRL_8): Likewise.
2225         (_FP_FRAC_SRS_8): Likewise.
2227         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
2228         include macro name.
2229         (FP_UNPACK_RAW_EP): Likewise.
2230         (FP_PACK_RAW_E): Likewise.
2231         (FP_PACK_RAW_EP): Likewise.
2232         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
2233         (_FP_ISSIGNAN): Likewise.
2234         (_FP_ADD_INTERNAL): Likewise.
2235         (_FP_FMA): Likewise.
2236         (_FP_CMP): Likewise.
2237         (_FP_SQRT): Likewise.
2238         (_FP_TO_INT): Likewise.
2239         (_FP_FROM_INT): Likewise.
2240         (FP_EXTEND): Likewise.
2241         (_FP_DIV_MEAT_N_loop): Likewise.
2243 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
2245         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
2246         throughout.
2248 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
2250         [BZ #17097]
2251         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
2252         result with correct sign in case of exponents that produce
2253         overflow except for X very close to 1.
2255 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
2257         mktime: merge #if/#ifdef usage from glibc
2258         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
2259         as that works with both Glibc's and Gnulib's style.
2260         See thread starting at Siddhesh Poyarekar's bug report at:
2261         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
2263 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
2265         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
2266         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
2267         * sysdeps/tile/tilegx/memmove.c: Remove file.
2269 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
2271         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
2272         abi-name definition.
2273         * scripts/soversions.awk: Do not handle or generate ABI lines.
2274         * shlib-versions: Remove ABI entries.
2275         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
2276         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
2278 2014-06-27  Roland McGrath  <roland@hack.frob.com>
2280         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
2281         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
2282         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
2283         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
2284         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
2285         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
2286         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
2287         Moved ...
2288         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
2289         ... here.
2290         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
2291         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
2292         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
2293         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
2294         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
2295         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
2296         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
2297         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
2298         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
2299         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
2300         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
2301         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
2302         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
2303         Moved ...
2304         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
2305         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
2306         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
2307         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
2308         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
2309         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
2310         Moved ...
2311         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
2312         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
2313         Moved ...
2314         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
2315         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
2316         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
2317         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
2318         Moved ...
2319         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
2320         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
2321         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
2322         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
2323         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
2324         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
2325         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
2326         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
2327         Moved ...
2328         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
2329         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
2330         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
2331         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
2332         Moved ...
2333         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
2334         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
2335         Moved ...
2336         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
2337         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
2338         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
2339         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
2340         Moved ...
2341         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
2342         ... here.
2343         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
2344         Identical file removed.
2345         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
2346         Moved ...
2347         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
2348         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
2349         Identical file removed.
2350         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
2351         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
2352         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
2353         Moved ...
2354         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
2355         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
2356         Identical file removed.
2357         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
2358         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
2359         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
2360         Identical file removed.
2361         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
2362         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
2363         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
2364         Identical file removed.
2365         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
2366         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
2367         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
2368         Identical file removed.
2369         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
2370         Moved ...
2371         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
2372         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
2373         Identical file removed.
2374         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
2375         Moved ...
2376         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
2377         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
2378         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
2379         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
2380         Identical file removed.
2381         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
2382         Moved ...
2383         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
2384         ... here.
2385         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
2386         Identical file removed.
2387         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
2388         Moved ...
2389         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
2390         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
2391         Identical file removed.
2392         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
2393         Moved ...
2394         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
2395         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
2396         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
2397         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
2398         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
2399         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
2400         Moved ...
2401         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
2402         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
2403         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
2405         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
2406         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
2407         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
2408         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
2409         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
2411 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
2413         [BZ #17092]
2414         * nscd/nscd.c (monitor_child): Return exit status of child
2415         instead of return value from wait syscall.
2417 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
2419         * configure.ac (libc_commonpagesize): Remove variable.
2420         (libc_relro_required): Likewise.
2421         (libc_cv_z_relro): Remove configure test.
2422         * configure: Regenerated.
2423         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
2424         variable.
2425         (libc_relro_required): Likewise.
2426         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
2427         (libc_relro_required): Likewise.
2428         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
2429         (libc_relro_required): Likewise.
2430         * sysdeps/arm/preconfigure: Regenerated.
2431         * sysdeps/ia64/preconfigure: Remove file.
2432         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
2433         variable.
2434         (libc_relro_required): Likewise.
2436         [BZ #16561]
2437         [BZ #16562]
2438         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
2439         (__ieee754_yn): Set FE_TONEAREST mode internally and then
2440         recompute overflowing results in original rounding mode.
2441         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
2442         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
2443         recompute overflowing results in original rounding mode.
2444         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
2445         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
2446         recompute overflowing results in original rounding mode.
2447         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
2448         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
2449         recompute overflowing results in original rounding mode.
2450         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
2451         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
2452         recompute overflowing results in original rounding mode.
2453         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
2454         (libc_feholdsetround_ctx): New macro.
2455         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
2456         * sysdeps/i386/fpu/libm-test-ulps: Update.
2457         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
2459 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
2461         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
2462         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
2463         corresponding .cpsetup call.
2465 2014-06-26  Roland McGrath  <roland@hack.frob.com>
2467         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
2468         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
2469         * sysdeps/arm/Makefile [$(subdir) = csu]
2470         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
2471         (static-only-routines): Add aeabi_read_tp here.
2472         (shared-only-routines): Add libc-aeabi_read_tp here.
2473         (CFLAGS-libc-start.c): Add -fexceptions here.
2474         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
2475         (sysdep_routines, static-only-routines, shared-only-routines):
2476         Don't add to these here.
2477         (CFLAGS-libc-start.c): Likewise.
2479         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
2480         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
2481         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
2482         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
2483         * sysdeps/arm/Makefile [$(subdir) = rt]
2484         (librt-sysdep_routines, librt-shared-only-routines):
2485         Append rt-aeabi_unwind_cpp_pr1 here.
2486         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
2487         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
2488         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
2489         (libpthread-sysdep_routines, libpthread-shared-only-routines):
2490         Append nptl-aeabi_unwind_cpp_pr1 here.
2491         (tests): Filter out tst-cleanupx4 here.
2492         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
2493         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
2494         Don't do those here.
2496 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
2498         * scripts/list-sources.sh: Do not handle ports specially.
2500 2014-06-26  Roland McGrath  <roland@hack.frob.com>
2502         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
2503         * sysdeps/arm/feupdateenv.c: Likewise.
2505         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
2507 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
2509         * manual/texinfo.tex: Update to version 2014-05-05.10 with
2510         trailing whitespace removed.
2511         * scripts/config.guess: Update to version 2014-03-23.
2512         * scripts/config.sub: Update to version 2014-05-01
2513         * scripts/install-sh: Update to version 2013-12-25.23.
2514         * scripts/move-if-change: Update from gnulib.
2516 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
2518         * debug/memmove_chk.c: Remove pagecopy.h include.
2520 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
2522         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
2523         identical to gnulib mktime.
2525 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
2527         * configure.ac: Do not test for machine being rs6000.  Do not test
2528         for powerpc*-*soft.
2529         * configure: Regenerated.
2531         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
2532         test.
2533         * configure: Regenerated.
2534         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
2535         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
2536         Remove configure test.
2537         * sysdeps/arm/configure: Regenerated.
2538         * sysdeps/nptl/configure.ac: Do not check
2539         libc_cv_asm_cfi_directives.
2540         * sysdeps/nptl/configure: Regenerated.
2541         * sysdeps/x86_64/nptl/configure.ac: Remove file.
2542         * sysdeps/x86_64/nptl/configure: Remove generated file.
2543         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
2544         unconditional.
2545         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
2547 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
2549         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
2550         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
2551         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
2552         it is defined.
2554         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
2555         instead of whether it is defined.
2556         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
2557         * sysdeps/hppa/dl-machine.h: Likewise.
2558         * sysdeps/ia64/dl-machine.h: Likewise.
2559         * sysdeps/m68k/dl-machine.h: Likewise.
2560         * sysdeps/microblaze/dl-machine.h: Likewise.
2561         * sysdeps/mips/dl-machine.: Likewise.
2562         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
2563         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
2564         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
2565         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
2566         * sysdeps/sh/dl-machine.h: Likewise.
2567         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
2568         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
2569         * sysdeps/tile/dl-machine.h: Likewise.
2570         * sysdeps/x86_64/dl-machine.h: Likewise.
2572         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
2573         code.
2574         (verify_persistent_db): Likewise.
2576 2014-06-26  Roland McGrath  <roland@hack.frob.com>
2578         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
2579         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
2580         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
2581         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
2582         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
2583         Moved ...
2584         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
2585         ... here.
2586         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
2587         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
2588         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
2589         Identical file removed.
2590         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
2591         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
2592         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
2593         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
2594         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
2595         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
2596         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
2597         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
2598         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
2599         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
2600         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
2601         Moved ...
2602         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
2603         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
2604         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
2605         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
2606         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
2607         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
2608         Moved ...
2609         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
2610         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
2611         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
2612         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
2613         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
2614         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
2615         Identical file removed.
2616         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
2617         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
2618         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
2619         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
2620         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
2621         Moved ...
2622         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
2623         ... here.
2624         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
2625         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
2626         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
2627         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
2628         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
2629         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
2630         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
2631         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
2632         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
2633         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
2634         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
2635         Moved ...
2636         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
2637         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
2638         Moved ...
2639         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
2640         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
2641         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
2642         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
2643         Moved ...
2644         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
2645         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
2646         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
2648         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
2649         folded into ...
2650         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
2651         * sysdeps/unix/sysv/linux/s390/Versions
2652         (libpthread: GLIBC_2.19): New version set.
2653         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
2654         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
2655         (librt: GLIBC_2.3.3): New version set.
2656         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
2657         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
2658         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
2659         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
2660         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
2661         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
2662         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
2663         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
2664         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
2665         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
2666         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
2667         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
2668         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
2669         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
2670         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
2671         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
2672         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
2673         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
2674         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
2675         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
2676         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
2677         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
2678         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
2679         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
2680         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
2681         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
2682         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
2683         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
2684         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
2685         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
2686         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
2687         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
2688         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
2689         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
2690         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
2691         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
2692         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
2693         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
2694         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
2695         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
2696         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
2697         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
2698         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
2699         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
2700         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
2702         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
2703         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
2704         (__libc_vfork): Define the function under this name.
2705         [!NOT_IN_libc] (__vfork): Make this an alias.
2706         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
2707         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
2708         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
2709         (__libc_vfork): Define the function under this name.
2710         [!NOT_IN_libc] (__vfork): Make this an alias.
2711         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
2712         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
2713         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
2714         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
2715         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
2716         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
2718         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
2719         code that was previously under [RESET_PID].
2720         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
2721         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
2722         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
2724         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
2725         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
2726         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
2727         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
2728         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
2729         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
2730         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
2731         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
2732         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
2733         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
2734         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
2735         Moved ...
2736         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
2737         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
2738         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
2739         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
2740         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
2741         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
2742         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
2743         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
2744         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
2745         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
2746         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
2747         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
2748         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
2749         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
2750         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
2751         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
2752         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
2753         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
2754         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
2755         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
2756         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
2757         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
2758         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
2759         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
2760         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
2761         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
2762         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
2763         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
2764         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
2766 2014-06-25  Roland McGrath  <roland@hack.frob.com>
2768         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
2769         that was previously under [RESET_PID].
2770         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
2772 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
2774         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
2775         not undefine and redefine.
2776         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
2777         [O_CLOEXEC]: Make code unconditional.
2778         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
2779         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
2780         <kernel-features.h>.
2781         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
2782         conditional variable definition.
2783         (shm_open) [O_CLOEXEC]: Make code unconditional.
2784         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
2785         code.
2787         * configure.ac (USE_REGPARMS): Don't define here.
2788         * configure: Regenerated.
2789         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
2790         * sysdeps/i386/configure: Regenerated.
2792         * nptl/createthread.c: Don't include kernel-features.h.
2793         * nptl/pthread_cancel.c: Likewise.
2794         * nptl/pthread_condattr_setclock.c: Likewise.
2795         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
2796         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
2797         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
2798         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
2799         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
2800         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
2801         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
2802         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
2803         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
2804         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
2805         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
2806         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
2807         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
2808         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
2809         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
2810         * nscd/gai.c: Likewise.
2811         * nss/nss_db/db-open.c: Likewise.
2812         * sysdeps/generic/ldsodefs.h: Likewise.
2813         * sysdeps/sh/nptl/tls.h: Likewise.
2814         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
2815         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
2816         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
2817         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
2818         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
2819         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
2820         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
2821         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
2822         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
2823         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
2824         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
2825         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
2826         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
2827         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
2828         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
2829         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
2830         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
2831         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
2832         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
2833         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
2834         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
2835         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
2836         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
2837         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
2838         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
2839         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
2840         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
2841         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
2842         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
2843         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
2844         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
2845         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
2846         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
2847         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
2848         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
2849         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
2850         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
2851         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
2852         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
2853         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
2854         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
2855         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
2856         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
2857         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
2858         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
2859         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
2860         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
2861         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
2862         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
2863         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
2864         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
2865         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
2866         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
2867         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
2868         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
2869         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
2870         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
2871         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
2872         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
2873         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
2874         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
2875         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
2876         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
2877         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
2878         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
2879         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
2880         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
2881         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
2882         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
2883         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
2884         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
2885         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
2886         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
2887         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
2888         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
2889         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
2890         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
2891         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
2892         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
2893         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
2894         * sysdeps/unix/sysv/linux/pread.c: Likewise.
2895         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
2896         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
2897         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
2898         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
2899         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
2900         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
2901         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
2902         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
2903         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
2904         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
2905         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
2906         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
2907         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
2908         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
2909         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
2910         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
2911         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
2912         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
2913         * sysdeps/unix/sysv/linux/system.c: Likewise.
2914         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
2915         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
2916         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
2917         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
2918         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
2919         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
2920         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
2922         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
2923         * configure: Regenerated.
2924         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
2926         * configure.ac (base_machine): Do not set specially for particular
2927         machines here.
2928         * configure: Regenerated.
2929         * sysdeps/powerpc/preconfigure: Move machine and base_machine
2930         settings from configure.ac.
2931         * sysdeps/i386/preconfigure: New file.
2932         * sysdeps/s390/preconfigure: Likewise.
2933         * sysdeps/sh/preconfigure: Likewise.
2934         * sysdeps/sparc/preconfigure: Likewise.
2936 2014-06-25  Roland McGrath  <roland@hack.frob.com>
2938         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
2939         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
2940         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
2941         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
2942         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
2943         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
2944         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
2945         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
2946         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
2947         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
2948         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
2949         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
2950         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
2951         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
2952         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
2953         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
2954         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
2955         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
2956         * sysdeps/sparc/sparc64/Makefile: ... appended here.
2958         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
2959         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
2960         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
2961         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
2962         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
2963         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
2964         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
2965         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
2966         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
2967         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
2968         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
2969         * sysdeps/sparc/sparc32/sem_post.c: ... here.
2970         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
2971         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
2972         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
2973         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
2974         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
2975         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
2976         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
2977         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
2978         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
2979         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
2980         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
2981         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
2982         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
2983         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
2984         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
2985         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
2986         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
2987         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
2988         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
2989         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
2990         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
2991         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
2992         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
2993         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
2994         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
2995         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
2997         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
2998         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
2999         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
3000         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
3001         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
3002         Moved ...
3003         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
3004         ... here.
3005         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
3006         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
3007         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
3008         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
3009         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
3010         Moved ...
3011         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
3012         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
3013         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
3014         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
3015         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
3016         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
3017         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
3018         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
3019         Moved ...
3020         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
3021         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
3022         Moved ...
3023         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
3024         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
3025         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
3026         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
3027         Moved ...
3028         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
3029         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
3030         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
3031         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
3032         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
3033         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
3034         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
3035         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
3036         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
3037         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
3038         Moved ...
3039         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
3040         ... here.
3041         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
3042         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
3043         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
3044         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
3045         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
3046         Moved ...
3047         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
3048         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
3049         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
3050         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
3051         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
3052         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
3053         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
3054         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
3055         Moved ...
3056         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
3057         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
3058         Moved ...
3059         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
3060         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
3061         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
3062         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
3063         Moved ...
3064         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
3065         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
3066         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
3067         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
3068         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
3070 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
3072         * timezone/checktab.awk: Update from tzcode 2014e.
3073         * timezone/private.h: Likewise.
3074         * timezone/tzfile.h: Likewise.
3075         * timezone/zdump.c: Likewise.
3076         * timezone/zic.c: Likewise.
3078         * sysdeps/unix/sysv/linux/kernel-features.h
3079         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
3080         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
3081         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
3082         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
3083         Remove conditional code.
3085 2014-06-25  Will Newton  <will.newton@linaro.org>
3087         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
3088         (_dl_arm_cap_flags): Add HWCAP2 values.
3089         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
3090         (_DL_HWCAP_COUNT): Increase to 37.
3091         (_DL_HWCAP_LAST): New define.
3092         (_DL_HWCAP2_LAST): New define.
3093         (_dl_procinfo): Add support for printing
3094         AT_HWCAP2 entries.
3095         (_dl_string_hwcap): Use _dl_hwcap_string.
3097 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3099         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
3101 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
3103         * README: Do not mention ports directory.
3105         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
3106         Remove macro.
3107         * sysdeps/unix/sysv/linux/futimes.c: Do not include
3108         <kernel-features.h>.
3109         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
3110         conditional variable definition.
3111         (__futimes): Update comment.
3112         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
3113         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
3115         [BZ #16560]
3116         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
3117         arguments close to 0.
3118         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
3119         Likewise.
3120         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
3121         Likewise.
3122         * math/auto-libm-test-in: Add more tests of exp10.
3123         * math/auto-libm-test-out: Regenerated.
3124         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
3126         * sysdeps/unix/sysv/linux/kernel-features.h
3127         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
3128         * sysdeps/unix/sysv/linux/readv.c: Do not include
3129         <kernel-features.h>.
3130         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
3131         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
3132         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
3133         unconditional.
3134         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
3135         conditional code.
3136         * sysdeps/unix/sysv/linux/writev.c: Do not include
3137         <kernel-features.h>.
3138         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
3139         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
3140         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
3141         unconditional.
3142         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
3143         conditional code.
3145 2014-06-25  Will Newton  <will.newton@linaro.org>
3147         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
3148         comment changes throughout the file.  Remove checks
3149         for HAVE_*_H definitions that are not required.
3150         (__gen_tempname): Call abort if an unknown kind value is
3151         passed.
3153 2014-06-25  Andreas Schwab  <schwab@suse.de>
3155         [BZ #17086]
3156         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
3157         scalbln, scalblnf, scalblnl in libc.
3159 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
3161         [BZ #17086]
3162         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
3163         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
3164         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
3166 2014-06-24  Roland McGrath  <roland@hack.frob.com>
3168         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
3169         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
3170         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
3171         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
3172         Update #include.
3173         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
3174         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
3175         Update #include.
3176         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
3177         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
3178         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
3179         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
3180         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
3181         * sysdeps/x86/bits/pthreadtypes.h: ... here.
3182         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
3183         * sysdeps/x86/bits/semaphore.h: ... here.
3184         * sysdeps/x86/nptl/elide.h: Moved ...
3185         * sysdeps/x86/elide.h: ... here.
3186         * sysdeps/x86_64/nptl/Implies: File removed.
3187         * sysdeps/i386/nptl/Implies: File removed.
3189 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
3191         [BZ #16539]
3192         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
3193         return the argument for normal arguments with exponent below -64.
3194         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
3195         Likewise.
3196         * math/auto-libm-test-in: Add another test of expm1.
3197         * math/auto-libm-test-out: Regenerated.
3199         [BZ #16287]
3200         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
3201         calling __erfcl for arguments at least 16.
3202         * math/auto-libm-test-in: Add more tests of erf.
3203         * math/auto-libm-test-out: Regenerated.
3205         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
3206         individual architectures.
3207         * sysdeps/unix/sysv/linux/configure: Regenerated.
3208         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
3209         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
3210         * sysdeps/unix/sysv/linux/powerpc/configure.ac
3211         (ldd_rewrite_script): Define variable.
3212         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
3213         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
3214         file.
3215         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
3216         generated file.
3217         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
3218         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
3219         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
3220         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
3221         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
3222         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
3223         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
3224         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
3226 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
3228         [BZ #17084]
3229         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
3230         Rename member __data.d to __data.__elision_data.
3232 2014-06-24  Wilco  <wdijkstr@arm.com>
3234         * NEWS: Add 16918 to fixed bug list.
3236 2014-06-24  Wilco  <wdijkstr@arm.com>
3238         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
3240 2014-06-24  Wilco  <wdijkstr@arm.com>
3242         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
3243         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
3244         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
3245         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
3246         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
3247         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
3248         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
3249         Use _FPU_MASK_RM.
3251 2014-06-24  Wilco  <wdijkstr@arm.com>
3253         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
3255 2014-06-24  Wilco  <wdijkstr@arm.com>
3257         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
3258         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
3259         * sysdeps/arm/fesetround.c (fesetround): Remove space.
3260         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
3262 2014-06-24  Wilco  <wdijkstr@arm.com>
3264         [BZ #16918]
3265         * sysdeps/arm/feupdateenv.c (feupdateenv):
3266         Rewrite to reduce FPSCR accesses and fix return value.
3268 2014-06-24  Wilco  <wdijkstr@arm.com>
3270         * sysdeps/arm/fclrexcpt.c (feclearexcept):
3271         Optimize to avoid unnecessary FPSCR writes.
3272         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
3273         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
3274         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
3275         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
3277 2014-06-24  Wilco  <wdijkstr@arm.com>
3279         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
3280         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
3281         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
3282         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
3283         Call libc_fetestexcept_vfp.
3284         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
3285         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
3286         __SOFTFP__ ifdef so that they can be built for softfp.
3288 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
3290         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
3291         argument type signed char.
3293         * Makerules (check-abi): Dump diff of symlist if the test
3294         fails.
3296 2014-06-23  Roland McGrath  <roland@hack.frob.com>
3298         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
3299         using abort.
3301         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
3302         Remove unused variable ST.
3304 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
3306         [BZ #16354]
3307         [BZ #17061]
3308         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
3309         small arguments before calling __expm1.
3310         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
3311         small arguments before calling __expm1f.
3312         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
3313         small arguments before calling __expm1l.
3314         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
3315         Likewise.
3316         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
3317         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
3318         spurious underflow for some cosh tests.
3319         * math/auto-libm-test-out: Regenerated.
3320         * sysdeps/i386/fpu/libm-test-ulps: Update.
3322         [BZ #17050]
3323         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
3324         (__ieee754_y1): Set errno if return value overflows.
3325         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
3326         (__ieee754_y1f): Set errno if return value overflows.
3327         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
3328         (__ieee754_y1l): Set errno if return value overflows.
3329         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
3330         (__ieee754_y1l): Set errno if return value overflows.
3331         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
3332         * math/auto-libm-test-out: Regenerated.
3334         * math/gen-auto-libm-tests.c: Document use of
3335         ignore-zero-inf-sign.
3336         (input_flag_type): Add value flag_ignore_zero_inf_sign.
3337         (input_flags): Add ignore-zero-inf-sign.
3338         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
3339         * math/gen-libm-test.pl (generate_testfile): Handle
3340         ignore-zero-inf-sign.
3341         * math/auto-libm-test-in: Mark some cpow tests with
3342         ignore-zero-inf-sign and some with xfail-rounding.
3343         * math/auto-libm-test-out: Regenerated.
3344         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
3345         * sysdeps/i386/fpu/libm-test-ulps: Update.
3346         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3348         [BZ #16315]
3349         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
3350         overflowing or underflowing operations take place with sign of
3351         result.
3352         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
3353         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
3354         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
3355         (__ieee754_pow): Recompute overflowing and underflowing results in
3356         original rounding mode.
3357         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
3358         (__powl_helper): Allow negative argument X and scale negated value
3359         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
3360         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
3361         overflowing or underflowing operations take place with sign of
3362         result.
3363         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
3364         Include <math.h>.
3365         * math/auto-libm-test-in: Add more tests of pow.
3366         * math/auto-libm-test-out: Regenerated.
3367         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
3368         (pow_tonearest_test_data): Remove.
3369         (pow_test_tonearest): Likewise.
3370         (pow_towardzero_test_data): Likewise.
3371         (pow_test_towardzero): Likewise.
3372         (pow_downward_test_data): Likewise.
3373         (pow_test_downward): Likewise.
3374         (pow_upward_test_data): Likewise.
3375         (pow_test_upward): Likewise.
3376         (main): Don't call removed functions.
3377         * sysdeps/i386/fpu/libm-test-ulps: Update.
3378         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3380 2014-06-23  Roland McGrath  <roland@hack.frob.com>
3382         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
3383         Moved ...
3384         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
3385         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
3386         Moved ...
3387         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
3388         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
3389         Moved ...
3390         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
3391         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
3392         Moved ...
3393         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
3394         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
3395         File removed.
3396         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
3397         File removed.
3398         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
3399         File removed.
3400         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
3401         File removed.
3402         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
3403         File removed.
3404         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
3405         File removed.
3406         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
3407         File removed.
3408         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
3409         File removed.
3410         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
3411         File removed.
3412         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
3413         File removed.
3414         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
3415         File removed.
3416         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
3417         File removed.
3418         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
3419         Moved ...
3420         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
3421         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
3422         Moved ...
3423         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
3424         ... here.
3425         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
3426         Moved ...
3427         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
3428         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
3429         Moved ...
3430         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
3431         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
3432         Moved ...
3433         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
3434         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
3435         Moved ...
3436         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
3437         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
3438         Moved ...
3439         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
3440         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
3441         Moved ...
3442         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
3443         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
3444         Moved ...
3445         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
3446         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
3447         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
3448         ... here.
3449         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
3450         Moved ...
3451         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
3452         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
3453         Moved ...
3454         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
3455         ... here.
3456         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
3457         Moved ...
3458         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
3459         ... here.
3460         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
3461         Moved ...
3462         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
3463         ... here.
3464         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
3465         Moved ...
3466         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
3467         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
3468         Moved ...
3469         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
3470         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
3471         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
3472         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
3473         Moved ...
3474         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
3475         ... here.
3476         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
3477         Moved ...
3478         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
3479         ... here.
3480         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
3481         Moved ...
3482         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
3483         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
3484         Moved ...
3485         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
3486         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
3487         Moved ...
3488         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
3489         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
3490         Moved ...
3491         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
3492         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
3493         Moved ...
3494         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
3495         ... here.
3496         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
3497         Moved ...
3498         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
3499         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
3500         Moved ...
3501         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
3502         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
3503         Moved ...
3504         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
3505         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
3506         Moved ...
3507         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
3508         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
3509         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
3510         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
3511         Moved ...
3512         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
3513         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
3514         Moved ...
3515         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
3516         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
3517         Moved ...
3518         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
3519         ... here.
3520         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
3521         Moved ...
3522         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
3523         ... here.
3524         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
3525         Moved ...
3526         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
3527         ... here.
3528         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
3529         Moved ...
3530         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
3531         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
3532         Moved ...
3533         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
3534         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
3535         Moved ...
3536         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
3537         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
3538         Moved ...
3539         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
3540         ... here.
3541         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
3542         Moved ...
3543         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
3544         ... here.
3545         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
3546         Moved ...
3547         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
3548         ... here.
3549         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
3550         Moved ...
3551         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
3552         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
3553         Moved ...
3554         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
3556 2014-06-23  Will Newton  <will.newton@linaro.org>
3557             Wilco  <wdijkstr@arm.com>
3559         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
3560         implementation.  Include get-rounding-mode.h.
3561         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
3562         [!libc_feholdsetround_noex_ctx]: Define
3563         libc_feholdsetround_noex_ctx.
3564         [!libc_feholdsetround_noexf_ctx]: Define
3565         libc_feholdsetround_noexf_ctx.
3566         [!libc_feholdsetround_noexl_ctx]: Define
3567         libc_feholdsetround_noexl_ctx.
3568         (libc_feholdsetround_ctx): New function.
3569         (libc_feresetround_ctx): New function.
3570         (libc_feholdsetround_noex_ctx): New function.
3571         (libc_feresetround_noex_ctx): New function.
3573 2014-06-23  Roland McGrath  <roland@hack.frob.com>
3575         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
3576         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
3577         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
3578         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
3579         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
3580         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
3582         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
3583         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
3584         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
3585         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
3586         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
3587         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
3588         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
3589         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
3590         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
3591         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
3592         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
3593         Moved ...
3594         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
3595         ... here.
3596         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
3597         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
3598         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
3599         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
3600         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
3601         Moved ...
3602         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
3603         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
3604         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
3605         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
3606         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
3607         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
3608         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
3609         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
3610         Moved ...
3611         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
3612         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
3613         Moved ...
3614         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
3615         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
3616         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
3617         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
3618         Moved ...
3619         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
3620         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
3621         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
3622         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
3623         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
3624         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
3625         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
3626         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
3627         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
3628         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
3629         Moved ...
3630         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
3631         ... here.
3632         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
3633         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
3634         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
3635         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
3636         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
3637         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
3638         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
3639         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
3640         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
3641         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
3642         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
3643         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
3644         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
3645         Moved ...
3646         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
3647         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
3648         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
3649         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
3650         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
3651         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
3652         Moved ...
3653         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
3654         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
3655         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
3656         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
3657         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
3659         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
3660         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
3661         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
3662         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
3663         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
3664         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
3665         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
3666         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
3667         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
3668         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
3669         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
3670         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
3671         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
3672         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
3673         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
3674         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
3675         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
3676         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
3677         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
3678         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
3679         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
3680         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
3681         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
3682         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
3683         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
3684         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
3685         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
3686         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
3688 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
3690         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
3691         (FALLOC_FL_COLLAPSE_RANGE): New macro.
3692         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
3693         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
3694         (IPV6_PMTUDISC_INTERFACE): Likewise.
3695         (IPV6_PMTUDISC_OMIT): Likewise.
3697 2014-06-23  Andreas Schwab  <schwab@suse.de>
3699         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
3700         Remove unused errout label.
3702 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3704         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
3705         macro: hardware supports Vector Crypto instructions.
3707 2014-06-23  Will Newton  <will.newton@linaro.org>
3709         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
3710         rather than __builtin_expect.
3712         * elf/dl-lookup.c (undefined_msg): Remove variable.
3713         (_dl_lookup_symbol_x): Replace undefined_msg with string
3714         literal.
3716         * elf/dl-lookup.c (do_lookup_unique): New function.
3717         (do_lookup_x): Move STB_GNU_UNIQUE handling code
3718         to a separate function.
3720 2014-06-23  Andreas Schwab  <schwab@suse.de>
3722         [BZ #17079]
3723         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
3724         before reading the next line.
3726 2014-06-23  Will Newton  <will.newton@linaro.org>
3728         * test-skeleton.c (signal_handler): Use printf and %m
3729         rather than perror.  Use printf rather than fprintf to
3730         stderr.  Use puts rather than fputs to stderr.
3731         (main): Likewise.
3733 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
3735         * nscd/nscd.c (thread_info_t): Remove typedef.
3736         (thread_info): Remove variable.
3738 2014-06-21  Allan McRae  <allan@archlinux.org>
3740         * NEWS: Mention CVE-2014-4043.
3742 2014-06-20  Roland McGrath  <roland@hack.frob.com>
3744         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
3745         * nptl/smp.h: ... here.
3747         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
3749         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
3750         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
3751         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
3752         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
3754         * nptl/allocatestack.c: Include <stack-aliasing.h>.
3755         * nptl/stack-aliasing.h: New file.
3756         * sysdeps/i386/i686/stack-aliasing.h: New file.
3757         * sysdeps/i386/i686/nptl/Makefile: File removed.
3758         * sysdeps/x86_64/stack-aliasing.h: New file.
3759         * sysdeps/x86_64/nptl/Makefile
3760         (CFLAGS-pthread_create.c): Variable removed.
3762         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
3763         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
3764         old file.
3765         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
3766         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
3767         old file.
3769 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
3771         * sysdeps/unix/sysv/linux/arm/kernel-features.h
3772         (__ASSUME_SIGFRAME_V2): Remove macro.
3773         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
3774         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
3775         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
3776         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
3777         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
3778         Declare as function.  Remove conditional macro definitions.
3779         (__default_rt_sa_restorer): Likewise.
3780         (__default_sa_restorer_v1): Remove declaration.
3781         (__default_sa_restorer_v2): Likewise.
3782         (__default_rt_sa_restorer_v1): Likewise.
3783         (__default_rt_sa_restorer_v2): Likewise.
3784         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
3785         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
3786         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
3788 2014-06-20  Roland McGrath  <roland@hack.frob.com>
3790         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
3791         (libpthread-routines): Add sysdep.
3792         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
3793         * sysdeps/unix/sysv/linux/sparc/Versions
3794         (libpthread: GLIBC_2.3.3): New version set.
3795         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
3796         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
3797         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
3798         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
3799         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
3800         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
3801         Moved ...
3802         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
3803         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
3804         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
3805         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
3806         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
3807         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
3808         * sysdeps/sparc/nptl/sem_init.c: ... here.
3809         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
3810         * sysdeps/sparc/nptl/sem_post.c: ... here.
3811         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
3812         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
3813         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
3814         * sysdeps/sparc/nptl/sem_wait.c: ... here.
3815         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
3816         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
3817         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
3818         (libpthread-routines): Add cpu_relax.
3819         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
3820         File removed.
3821         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
3822         (librt: GLIBC_2.3.3): New version set.
3823         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
3824         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
3825         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
3826         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
3827         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
3828         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
3829         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
3830         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
3831         Moved ...
3832         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
3833         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
3834         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
3835         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
3836         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
3837         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
3838         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
3839         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
3840         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
3841         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
3842         Moved ...
3843         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
3844         Update #include.
3845         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
3846         Moved ...
3847         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
3848         Update #include.
3849         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
3850         Moved ...
3851         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
3852         Update #include.
3853         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
3854         Moved ...
3855         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
3856         Update #include.
3857         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
3858         Moved ...
3859         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
3860         Update #include.
3861         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
3862         Moved ...
3863         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
3864         Update #include.
3865         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
3866         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
3867         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
3868         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
3869         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
3870         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
3871         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
3872         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
3873         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
3874         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
3875         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
3876         Moved ...
3877         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
3878         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
3879         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
3880         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
3881         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
3883 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
3885         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
3886         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
3887         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
3888         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
3889         * nscd/nscd.c: Likewise.
3890         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
3891         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
3892         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
3893         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
3895         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
3896         <kernel-features.h>.
3897         (init_mq_netlink): Remove conditional have_sock_cloexec
3898         definitions.  Remove code conditional on have_sock_cloexec < 0.
3899         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
3900         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
3901         * sysdeps/unix/sysv/linux/opensock.c: Do not include
3902         <kernel-features.h>.
3903         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
3904         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
3906 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
3908         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
3909         Add tests for memset_chk and memset.
3911         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
3912         with AVX2_Usable.
3914 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
3916         [BZ #16046]
3917         * elf/tst-dl-iter-static.c: New file.
3918         * elf/Makefile (tests-static): Add tst-dl-iter-static.
3920         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
3921         error.
3923 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
3925         * sysdeps/unix/sysv/linux/kernel-features.h
3926         (__ASSUME_F_GETOWN_EX): Remove macro.
3927         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
3928         <kernel-features.h>.
3929         (miss_F_GETOWN_EX): Remove variable or macro.
3930         (do_fcntl): Do not check miss_F_GETOWN_EX.
3931         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
3933         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
3934         Remove macro.
3935         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
3936         [!__ASSUME_AT_RANDOM]: Remove conditional code.
3937         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
3939         * sysdeps/unix/sysv/linux/kernel-features.h
3940         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
3941         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
3942         [ADJ_OFFSET_SS_READ]: Make code unconditional.
3943         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
3945 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
3947         [BZ #17075]
3948         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
3949         Fix calculation of the symbol's value.
3950         * sysdeps/arm/tst-armtlsdescloc.c: New file.
3951         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
3952         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
3953         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
3954         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
3955         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
3956         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
3957         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
3958         (modules-names): Add `tst-armtlsdescmod',
3959         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
3960         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
3961         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
3962         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
3963         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
3964         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
3965         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
3966         ($(objpfx)tst-armtlsdescloc): New dependency.
3967         ($(objpfx)tst-armtlsdescextnow): Likewise.
3968         ($(objpfx)tst-armtlsdescextlazy): Likewise.
3969         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
3970         TLS scheme support.
3971         * sysdeps/arm/configure: Regenerate.
3973 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
3975         * include/fcntl.h (__atfct_seterrno): Remove prototype.
3976         (__atfct_seterrno_2): Likewise.
3977         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
3978         <kernel-features.h>.
3979         (__ASSUME_ATFCTS): Do not undefine and redefine.
3980         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
3981         (__have_atfcts): Remove conditional definition.
3982         (__fxstatat([__NR_fstatat64]: Make code unconditional.
3983         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
3984         unreachable if [__ASSUME_ATFCTS].
3985         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
3986         not undefine and redefine.
3987         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
3988         <kernel-features.h>.
3989         (faccessat) [__NR_faccessat]: Make code unconditional.
3990         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
3991         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
3992         <kernel-features.h>.
3993         (fchmodat) [__NR_fchmodat]: Make code unconditional.
3994         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
3995         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
3996         <kernel-features.h>.
3997         (fchownat) [__NR_fchownat]: Make code unconditional.
3998         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
3999         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
4000         <kernel-features.h>.
4001         (futimesat) [__NR_futimesat]: Make code unconditional.
4002         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
4003         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
4004         <kernel-features.h>.
4005         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
4006         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
4007         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
4008         <kernel-features.h>.
4009         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
4010         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
4011         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
4012         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
4013         <kernel-features.h>.
4014         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
4015         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
4016         * sysdeps/unix/sysv/linux/linkat.c: Do not include
4017         <kernel-features.h>.
4018         (linkat) [__NR_linkat]: Make code unconditional.
4019         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
4020         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
4021         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
4022         <kernel-features.h>.
4023         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
4024         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
4025         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
4026         <kernel-features.h>.
4027         (mkdirat) [__NR_mkdirat]: Make code unconditional.
4028         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
4029         * sysdeps/unix/sysv/linux/openat.c: Do not include
4030         <kernel-features.h>.
4031         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
4032         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
4033         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
4034         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
4035         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
4036         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
4037         <kernel-features.h>.
4038         (readlinkat) [__NR_readlinkat]: Make code unconditional.
4039         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
4040         result of INLINE_SYSCALL directly, not via int variable.
4041         * sysdeps/unix/sysv/linux/renameat.c: Do not include
4042         <kernel-features.h>.
4043         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
4044         (renameat) [__NR_renameat]: Make code unconditional.
4045         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
4046         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
4047         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
4048         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
4049         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
4050         (__ASSUME_ATFCTS): Do not undefine and redefine.
4051         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
4052         <kernel-features.h>.
4053         (symlinkat) [__NR_symlinkat]: Make code unconditional.
4054         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
4055         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
4056         <kernel-features.h>.
4057         (unlinkat) [__NR_unlinkat]: Make code unconditional.
4058         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
4059         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
4060         (__ASSUME_ATFCTS): Do not undefine and redefine.
4061         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
4062         <kernel-features.h>.
4063         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
4064         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
4065         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
4066         <kernel-features.h>.
4067         (__xmknodat) [__NR_mknodat]: Make code unconditional.
4068         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
4070 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
4072         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
4074 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
4076         [BZ #17069]
4077         * posix/regcomp.c (parse_reg_exp): Deallocate partially
4078         constructed tree before returning error.
4079         * posix/bug-regexp36.c: Expand test case.
4081 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
4083         [BZ #6803]
4084         * math/libm-test.inc (scalbln_test_date):
4085         Add errno expectations.
4086         * math/w_scalblnf.c: New File.
4087         Add wrapper which checks for setting errno to ERANGE.
4088         Add weak_alias for corresponding scalbln function.
4089         * math/w_scalbln.c: Likewise.
4090         * math/w_scalblnl.c: Likewise.
4091         * math/Makefile (libm-calls): Add w_scalbln.
4092         * sysdeps/ieee754/flt-32/s_scalblnf.c:
4093         Remove weak_alias for corresponding scalbln function.
4094         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
4095         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
4096         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
4097         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
4098         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
4099         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
4100         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
4101         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
4102         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
4103         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
4104         Remove long_double_symbol for scalblnl function in libm, libc.
4105         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
4106         Add wrapper which checks for setting errno to ERANGE.
4107         Add long_double_symbol for scalblnl function in libm, libc.
4108         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
4109         Remove long_double_symbol for scalblnl in libm.
4110         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
4111         Add wrapper which checks for setting errno to ERANGE.
4112         Add long_double_symbol for scalblnl function in libm.
4113         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
4114         Do not use wrapper because of own implementation.
4116 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
4118         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
4119         3 bytes for __pad1 for x32.
4120         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
4122 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
4123             H.J. Lu  <hongjiu.lu@intel.com>
4125         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
4126         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
4127         * sysdeps/x86_64/multiarch/memset.S: Likewise.
4128         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
4129         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
4131 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
4133         [BZ #17069]
4134         * posix/regcomp.c (parse_expression): Deallocate partially
4135         constructed tree before returning error.
4136         * posix/Makefile.c (tests): Add bug-regex36.
4137         (generated): Add bug-regex36.mtrace.
4138         (tests-special): Add $(objpfx)bug-regex36-mem.out
4139         (bug-regex36-ENV): New variable.
4140         ($(objpfx)bug-regex36-mem.out): New rule.
4141         * posix/bug-regex36.c: New file.
4143 2014-06-19  Will Newton  <will.newton@linaro.org>
4145         * malloc/malloc.c (systrim): If extra is zero then return
4146         early.
4148 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
4150         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
4152 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
4154         * sysdeps/aarch64/strchr.S: New file.
4156 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
4158         [BZ #17022]
4159         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
4160         from arguments -2 or below.
4161         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
4162         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
4164 2014-06-18  Andreas Schwab  <schwab@suse.de>
4166         [BZ #17062]
4167         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
4168         of a bracket expr not to run off the end of the string.
4169         * posix/Makefile (tests): Add tst-fnmatch3.
4170         * posix/tst-fnmatch3.c: New file.
4172 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
4174         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
4175         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
4176         [$(cross-compiling) = no]: Likewise.
4177         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
4178         [$(cross-compiling) = no]: Likewise.
4180 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
4182         [BZ #17031]
4183         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
4184         double, adjusted for any remainder from the high double.
4185         * math/libm-test.inc (nearbyint): Add tests.
4186         (rint): Likewise.
4188 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4190         * nptl/sysdeps/powerpc/Makefile: Moved ...
4191         * sysdeps/powerpc/nptl/Makefile: ... here.
4192         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
4193         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
4194         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
4195         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
4196         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
4197         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
4198         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
4199         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
4200         * nptl/sysdeps/powerpc/tls.h: Moved ...
4201         * sysdeps/powerpc/nptl/tls.h: ... here.
4203 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
4205         [BZ #16681]
4206         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
4207         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
4208         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
4209         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
4210         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
4211         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
4212         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
4213         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
4214         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
4216 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
4218         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
4220 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
4222         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
4223         defined operator.
4225         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
4226         $TIMEOUTFACTOR.
4228 2014-06-16  Florian Weimer  <fweimer@redhat.com>
4230         [BZ #17058]
4231         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
4232         non-executed part of the test.
4234 2014-06-16  Andreas Schwab  <schwab@suse.de>
4236         * string/bits/string2.h (strdup, strndup): Update feature guard.
4238 2014-06-14  David S. Miller  <davem@davemloft.net>
4240         * sysdeps/sparc/fpu/libm-test-ulps: Update.
4242 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
4244         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
4245         that was previously under [RESET_PID].
4246         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
4248         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
4249         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
4250         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
4251         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
4252         (__libc_vfork): New strong alias.
4253         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
4255 2014-06-14 Andi Kleen  <ak@linux.intel.com>
4257         * sysdeps/generic/elide.h: New file.
4259 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
4261         * Makefile (installed-headers): Adjust path of pthread.h header.
4263 2014-06-13  Roland McGrath  <roland@hack.frob.com>
4265         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
4266         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
4267         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
4268         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
4270         * nptl/sysdeps/s390/Makefile: Moved ...
4271         * sysdeps/s390/nptl/Makefile: ... here.
4272         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
4273         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
4274         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
4275         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
4276         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
4277         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
4278         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
4279         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
4280         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
4281         * sysdeps/s390/nptl/pthreaddef.h: ... here.
4282         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
4283         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
4284         * nptl/sysdeps/s390/tls.h: Moved ...
4285         * sysdeps/s390/nptl/tls.h: ... here.
4287         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
4288         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
4290 2014-06-13  David S. Miller  <davem@davemloft.net>
4292         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
4293         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
4294         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
4295         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
4296         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
4297         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
4298         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
4299         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
4300         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
4301         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
4302         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
4303         Remove RESET_PID cpp guards.
4304         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
4305         Remove RESET_PID cpp guards.
4306         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
4308 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
4310         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
4311         __sp to uintptr_t.
4313 2014-06-13  Andi Kleen  <ak@linux.intel.com>
4315         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
4316         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
4317         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
4318         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
4319         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
4320         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
4321         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
4322         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
4323         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
4324         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
4325         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
4326         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
4327         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
4328         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
4329         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
4330         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
4331         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
4332         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
4333         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
4334         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
4336         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
4337         (pthread_rwlock_rdlock): Add elision.
4338         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
4339         (pthread_rwlock_wrlock): Add elision.
4340         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
4341         (pthread_rwlock_trywrlock): Add elision.
4342         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
4343         (pthread_rwlock_tryrdlock): Add elision.
4344         * nptl/pthread_rwlock_unlock.c: Include elide.h.
4345         (pthread_rwlock_tryrdlock): Add elision unlock.
4346         * nptl/sysdeps/pthread/pthread.h:
4347         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
4348         (PTHREAD_RWLOCK_INITIALIZER,
4349         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
4350         Handle new elision field.
4351         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
4352         * sysdeps/arm/nptl/bits/pthreadtypes.h
4353         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4354         * sysdeps/sh/nptl/bits/pthreadtypes.h
4355         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4356         * sysdeps/tile/nptl/bits/pthreadtypes.h
4357         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4358         * sysdeps/a/nptl/bits/pthreadtypes.h
4359         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4360         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
4361         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4362         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
4363         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4364         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
4365         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4366         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
4367         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4368         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
4369         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4370         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
4371         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4372         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
4373         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4374         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
4375         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4376         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
4377         (elision_init): Set try_xbegin to zero when no RTM.
4378         * sysdeps/x86/nptl/bits/pthreadtypes.h
4379         (pthread_rwlock_t): Change __pad1 to __rwelision.
4380         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4382 2014-06-13  Andi Kleen  <ak@linux.intel.com>
4384         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
4385         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
4386         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
4387         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
4389 2014-06-13  Meador Inge  <meadori@codesourcery.com>
4391         [BZ #16996]
4392         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
4393         that the cached result has been set before returning it.
4395 2014-06-12  Roland McGrath  <roland@hack.frob.com>
4397         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
4398         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
4399         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
4400         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
4401         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
4402         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
4404         * nptl/sysdeps/sparc/Makefile: Moved ...
4405         * sysdeps/sparc/nptl/Makefile: ... here.
4406         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
4407         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
4408         * nptl/sysdeps/sparc/tls.h: Moved ...
4409         * sysdeps/sparc/nptl/tls.h: ... here.
4410         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
4411         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
4412         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
4413         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
4414         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
4415         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
4416         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
4417         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
4418         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
4419         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
4420         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
4421         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
4422         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
4423         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
4424         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
4425         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
4426         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
4427         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
4428         Update #include.
4429         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
4430         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
4431         Update #include.
4432         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
4433         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
4434         Update #include.
4435         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
4436         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
4437         Update #include.
4439         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
4441         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
4442         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
4444         * sysdeps/pthread/posix-timer.h: Include <list.h>.
4445         (struct list_links): Type removed.
4446         (struct thread_node, struct timer_node): Replace struct list_links
4447         with struct list_head.
4448         (list_unlink_ip): Likewise.
4449         * sysdeps/pthread/timer_routines.c
4450         (timer_free_list, thread_free_list, thread_active_list): Likewise.
4451         (list_append, list_insbefore): Likewise.
4452         (list_init): Function removed.
4453         (thread_init, init_module): Use INIT_LIST_HEAD instead.
4454         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
4455         * sysdeps/pthread/Makefile: ... here, new file.
4457         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
4458         * sysdeps/nptl/Implies: ... here.
4459         * sysdeps/unix/sysv/linux/Implies: Add nptl.
4460         * nptl/sysdeps/pthread/list.h: Moved ...
4461         * include/list.h: ... here.
4462         * nptl/sysdeps/pthread/createthread.c: Moved ...
4463         * nptl/createthread.c: ... here.
4464         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
4465         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
4466         * nptl/pt-longjmp.c: ... here.
4467         * nptl/sysdeps/pthread/Makefile: Moved ...
4468         * sysdeps/nptl/Makefile: ... here.
4469         * nptl/sysdeps/pthread/Subdirs: Moved ...
4470         * sysdeps/nptl/Subdirs: ... here.
4471         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
4472         * sysdeps/nptl/aio_misc.h: ... here.
4473         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
4474         * sysdeps/nptl/bits/libc-lock.h: ... here.
4475         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
4476         * sysdeps/nptl/bits/libc-lockP.h: ... here.
4477         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
4478         * sysdeps/nptl/bits/stdio-lock.h: ... here.
4479         * nptl/sysdeps/pthread/configure: Moved ...
4480         * sysdeps/nptl/configure: ... here.
4481         * nptl/sysdeps/pthread/configure.ac: Moved ...
4482         * sysdeps/nptl/configure.ac: ... here.
4483         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
4484         * sysdeps/nptl/gai_misc.h: ... here.
4485         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
4486         * sysdeps/nptl/librt-cancellation.c: ... here.
4487         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
4488         * sysdeps/nptl/malloc-machine.h: ... here.
4489         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
4490         * sysdeps/nptl/pthread-functions.h: ... here.
4491         * nptl/sysdeps/pthread/pthread.h: Moved ...
4492         * sysdeps/nptl/pthread.h: ... here.
4493         * nptl/sysdeps/pthread/setxid.h: Moved ...
4494         * sysdeps/nptl/setxid.h: ... here.
4495         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
4496         * sysdeps/nptl/sigfillset.c: ... here.
4497         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
4498         * sysdeps/nptl/tcb-offsets.h: ... here.
4499         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
4500         * sysdeps/nptl/tst-mqueue8x.c: ... here.
4501         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
4502         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
4503         * nptl/sysdeps/pthread/allocalim.h: Moved ...
4504         * sysdeps/pthread/allocalim.h: ... here.
4505         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
4506         * sysdeps/pthread/bits/sigthread.h: ... here.
4507         * nptl/sysdeps/pthread/flockfile.c: Moved ...
4508         * sysdeps/pthread/flockfile.c: ... here.
4509         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
4510         * sysdeps/pthread/ftrylockfile.c: ... here.
4511         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
4512         * sysdeps/pthread/funlockfile.c: ... here.
4513         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
4514         * sysdeps/pthread/posix-timer.h: ... here.
4515         * nptl/sysdeps/pthread/timer_create.c: Moved ...
4516         * sysdeps/pthread/timer_create.c: ... here.
4517         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
4518         * sysdeps/pthread/timer_delete.c: ... here.
4519         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
4520         * sysdeps/pthread/timer_getoverr.c: ... here.
4521         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
4522         * sysdeps/pthread/timer_gettime.c: ... here.
4523         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
4524         * sysdeps/pthread/timer_routines.c: ... here.
4525         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
4526         * sysdeps/pthread/timer_settime.c: ... here.
4527         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
4528         * sysdeps/pthread/tst-timer.c: ... here.
4529         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
4530         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
4532         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
4533         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
4535         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
4536         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
4537         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
4538         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
4539         Update #include target.
4540         * nptl/sysdeps/i386/i686/Makefile: Moved ...
4541         * sysdeps/i386/i686/nptl/Makefile: ... here.
4542         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
4543         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
4544         Update #include target.
4545         * nptl/sysdeps/i386/i686/tls.h: Moved ...
4546         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
4547         * nptl/sysdeps/i386/Makefile: Moved ...
4548         * sysdeps/i386/nptl/Makefile: ... here.
4549         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
4550         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
4551         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
4552         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
4553         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
4554         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
4555         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
4556         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
4557         * sysdeps/i386/nptl/pthreaddef.h: ... here.
4558         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
4559         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
4560         * nptl/sysdeps/i386/tls.h: Moved ...
4561         * sysdeps/i386/nptl/tls.h: ... here.
4563         * sysdeps/sh/Makefile [$(subdir) = csu]
4564         (gen-as-const-headers): Add tcb-offsets.sym.
4565         * nptl/sysdeps/sh/Makefile: File removed.
4566         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
4567         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
4568         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
4569         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
4570         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
4571         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
4572         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
4573         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
4574         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
4575         * sysdeps/sh/nptl/pthreaddef.h: ... here.
4576         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
4577         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
4578         * nptl/sysdeps/sh/tls.h: Moved ...
4579         * sysdeps/sh/nptl/tls.h: ... here.
4580         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
4581         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
4582         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
4583         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
4584         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
4585         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
4586         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
4587         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
4588         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
4589         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
4590         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
4591         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
4592         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
4593         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
4594         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
4595         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
4596         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
4597         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
4598         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
4599         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
4600         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
4601         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
4602         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
4603         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
4604         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
4605         Moved ...
4606         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
4607         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
4608         Moved ...
4609         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
4610         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
4611         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
4612         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
4613         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
4614         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
4615         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
4616         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
4617         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
4618         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
4619         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
4620         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
4621         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
4622         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
4623         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
4624         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
4625         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
4626         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
4627         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
4629 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
4631         * posix/spawn_faction_addopen.c: Include string.h.
4633 2014-06-11  Roland McGrath  <roland@hack.frob.com>
4635         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
4636         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
4637         * nptl/sysdeps/x86_64/Makefile: Moved ...
4638         * sysdeps/x86_64/nptl/Makefile: ... here.
4639         * nptl/sysdeps/x86_64/configure: Moved ...
4640         * sysdeps/x86_64/nptl/configure: ... here.
4641         * nptl/sysdeps/x86_64/configure.ac: Moved ...
4642         * sysdeps/x86_64/nptl/configure.ac: ... here.
4643         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
4644         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
4645         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
4646         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
4647         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
4648         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
4649         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
4650         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
4651         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
4652         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
4653         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
4654         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
4655         * nptl/sysdeps/x86_64/tls.h: Moved ...
4656         * sysdeps/x86_64/nptl/tls.h: ... here.
4657         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
4658         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
4659         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
4660         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
4662         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
4664 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4666         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
4668 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
4670         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
4671         type.
4672         [POSIX] (off_t): Likewise.
4673         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
4674         [POSIX] (S_ISBLK): Require macro.
4675         [POSIX] (S_ISCHR): Likewise.
4676         [POSIX] (S_ISDIR): Likewise.
4677         [POSIX] (S_ISFIFO): Likewise.
4678         [POSIX] (S_ISREG): Likewise.
4679         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
4680         optional-macro.
4681         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
4682         type.
4683         [POSIX] (time_t): Likewise.
4684         [POSIX] (timer_t): Likewise.
4686 2014-06-11  Florian Weimer  <fweimer@redhat.com>
4688         [BZ #17048]
4689         * posix/spawn_int.h (struct __spawn_action): Make the path string
4690         non-const to support deallocation.
4691         * posix/spawn_faction_addopen.c
4692         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
4693         * posix/spawn_faction_destroy.c
4694         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
4695         path in all spawn_do_open actions.
4696         * posix/tst-spawn.c (do_test): Exercise the copy operation in
4697         posix_spawn_file_actions_addopen.
4699 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
4701         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
4702         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
4703         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
4704         conditional code always true.
4705         (__libc_vfork): New alias.
4707 2014-06-11  Roland McGrath  <roland@hack.frob.com>
4709         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4710         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
4712         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
4714         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4715         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
4717         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
4718         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
4720         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4721         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
4723 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
4725         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
4726         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
4727         multiarch strcmp for PPC64.
4728         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
4729         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
4730         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
4731         multiarch optimizations.
4732         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
4733         (__libc_ifunc_impl_list): Likewise.
4735 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
4737         * benchtests/scripts/validate_benchout.py: New script.
4738         * benchtests/Makefile (bench-func): Call it.
4739         * benchtests/scripts/benchout.schema.json: New file.
4741 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
4743         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
4744         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
4745         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
4746         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
4747         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
4748         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
4749         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
4750         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
4751         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
4752         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
4753         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
4754         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
4755         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
4756         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
4757         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
4758         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
4759         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
4760         Moved ...
4761         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
4762         ... here.
4763         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
4764         Moved ...
4765         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
4766         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
4767         Moved ...
4768         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
4769         ... here.
4770         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
4771         Moved ...
4772         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
4773         ... here.
4774         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
4775         Moved ...
4776         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
4777         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
4778         Moved ...
4779         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
4780         ... here.
4781         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
4782         Moved ...
4783         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
4784         ... here.
4785         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
4786         Moved ...
4787         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
4788         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
4789         Moved ...
4790         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
4791         ... here.
4792         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
4793         Moved ...
4794         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
4795         ... here.
4796         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
4797         Moved ...
4798         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
4799         ... here.
4800         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
4801         Moved ...
4802         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
4803         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
4804         Moved ...
4805         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
4806         ... here.
4807         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
4808         Moved ...
4809         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
4810         ... here.
4811         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
4812         Moved ...
4813         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
4814         ... here.
4815         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
4816         Moved ...
4817         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
4818         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
4819         Moved ...
4820         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
4821         ... here.
4822         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
4823         Moved ...
4824         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
4825         ... here.
4826         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
4827         Moved ...
4828         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
4829         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
4830         Moved ...
4831         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
4832         ... here.
4833         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
4834         Moved ...
4835         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
4836         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
4837         Moved ...
4838         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
4839         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
4840         Moved ...
4841         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
4842         ... here.
4843         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
4844         Moved ...
4845         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
4846         ... here.
4847         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
4848         Moved ...
4849         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
4850         ... here.
4851         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
4852         Moved ...
4853         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
4854         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
4855         Moved ...
4856         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
4857         ... here.
4858         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
4859         Moved ...
4860         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
4861         ... here.
4862         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
4863         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
4864         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
4865         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
4866         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
4867         Moved ...
4868         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
4869         ... here.
4870         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
4871         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
4872         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
4873         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
4874         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
4875         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
4876         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
4877         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
4878         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
4879         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
4880         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
4881         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
4882         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
4883         Moved ...
4884         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
4885         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
4886         Moved ...
4887         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
4888         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
4889         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
4890         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
4891         Moved ...
4892         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
4893         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
4894         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
4895         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
4896         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
4897         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
4898         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
4900 2014-06-10  Wilco  <wdijkstr@arm.com>
4902         * math/test-fenv-return.c: New file.
4903         * math/Makefile: Add new test test-fenv-return.
4905 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
4907         [BZ #17042]
4908         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
4909         when x - 1 is zero.
4910         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
4911         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
4912         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
4913         0.0L for an argument of 1.0L.
4914         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
4915         Likewise.
4916         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
4917         value when x - 1 is zero.
4918         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
4919         * sysdeps/i386/fpu/libm-test-ulps: Update.
4920         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
4922 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
4924         [BZ #15119]
4925         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
4927 2014-06-09  Roland McGrath  <roland@hack.frob.com>
4929         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
4930         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
4932 2014-06-09  Roland McGrath  <roland@hack.frob.com>
4934         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4935         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
4937         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4938         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
4940         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4941         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
4943         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4944         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
4946         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
4947         if not already defined.
4948         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
4949         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
4950         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
4951         (TLS_INIT_TP): Use it.
4952         (TLS_DEFINE_INIT_TP): New macro.
4953         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
4955 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
4957         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
4958         constant.
4959         [POSIX] (IXANY): Likewise.
4960         [POSIX] (OLCUC): Likewise.
4961         [POSIX || POSIX2008] (CBAUD): Do not allow.
4962         [POSIX || POSIX2008] (DEFECHO): Likewise.
4963         [POSIX || POSIX2008] (ECHOCTL): Likewise.
4964         [POSIX || POSIX2008] (ECHOKE): Likewise.
4965         [POSIX || POSIX2008] (ECHOPRT): Likewise.
4966         [POSIX || POSIX2008] (EXTA): Likewise.
4967         [POSIX || POSIX2008] (EXTB): Likewise.
4968         [POSIX || POSIX2008] (FLUSHO): Likewise.
4969         [POSIX || POSIX2008] (LOBLK): Likewise.
4970         [POSIX || POSIX2008] (PENDIN): Likewise.
4971         [POSIX || POSIX2008] (SWTCH): Likewise.
4972         [POSIX || POSIX2008] (VDISCARD): Likewise.
4973         [POSIX || POSIX2008] (VDSUSP): Likewise.
4974         [POSIX || POSIX2008] (VLNEXT): Likewise.
4975         [POSIX || POSIX2008] (VREPRINT): Likewise.
4976         [POSIX || POSIX2008] (VSTATUS): Likewise.
4977         [POSIX || POSIX2008] (VWERASE): Likewise.
4978         (B*): Change to B[0123456789]*.
4979         * conform/data/time.h-data [POSIX || UNIX98]
4980         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
4981         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
4982         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
4983         [POSIX] (tm_*): Do not allow.
4985 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
4987         * Makefile (install): Don't set LANGUAGE.
4988         * Makefile.in (install): Likewise.
4989         * assert/Makefile (test-assert-ENV): Remove variable.
4990         (test-assert-perr-ENV): Likewise.
4991         * elf/Makefile (neededtest4-ENV): Likewise.
4992         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
4993         [$(cross-compiling) = no]: Don't set LANGUAGE.
4994         * io/ftwtest-sh (LANG): Remove variable.
4995         * libio/Makefile (tst-widetext-ENV): Likewise.
4996         * manual/install.texi (Running make install): Don't refer to
4997         environment settings for make install.
4998         * INSTALL: Regenerated.
4999         * nptl/tst-tls6.sh: Don't set LANG.
5000         * posix/globtest.sh (LANG): Remove variable.
5001         * string/Makefile (tester-ENV): Likewise.
5002         (inl-tester-ENV): Likewise.
5003         (noinl-tester-ENV): Likewise.
5004         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
5005         [$(cross-compiling) = no]: Don't set LANGUAGE.
5006         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
5007         without explicit environment settings.
5009 2014-06-06  Roland McGrath  <roland@hack.frob.com>
5011         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
5012         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
5013         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
5014         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
5016 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
5018         * crypt/crypt-private.h [DOS]: Add some includes taken from the
5019         other files in the crypt directory.
5020         * crypt/crypt.c: Remove duplicate includes.
5021         * crypt/crypt-entry.c: Likewise.
5022         * crypt/crypt_util.c: Likewise.
5024 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
5026         * Makeconfig (run-program-env): New variable.
5027         (run-program-prefix-before-env): Likewise.
5028         (run-program-prefix-after-env): Likewise.
5029         (run-program-prefix): Define in terms of new variables.
5030         (built-program-cmd-before-env): New variable.
5031         (built-program-cmd-after-env): Likewise.
5032         (built-program-cmd): Define in terms of new variables.
5033         (test-program-prefix-before-env): New variable.
5034         (test-program-prefix-after-env): Likewise.
5035         (test-program-prefix): Define in terms of new variables.
5036         (test-program-cmd-before-env): New variable.
5037         (test-program-cmd-after-env): Likewise.
5038         (test-program-cmd): Define in terms of new variables.
5039         * Rules (make-test-out): Use $(run-program-env).
5040         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
5041         (help): Do not mention environment variables.  Mention
5042         --timeoutfactor option.
5043         (timeoutfactor): New variable.
5044         (blacklist_exports): Remove function.
5045         (exports): Remove variable.
5046         (command): Do not include ${exports}.
5047         * manual/install.texi (Configuring and compiling): Do not mention
5048         test wrappers preserving environment variables.  Mention that last
5049         assignment to a variable must take precedence.
5050         * INSTALL: Regenerated.
5051         * benchtests/Makefile (run-bench): Use $(run-program-env).
5052         * catgets/Makefile ($(objpfx)test1.cat): Use
5053         $(built-program-cmd-before-env), $(run-program-env) and
5054         $(built-program-cmd-after-env).
5055         ($(objpfx)test2.cat): Do not specify environment variables
5056         explicitly.
5057         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
5058         $(run-program-env) and $(built-program-cmd-after-env).
5059         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
5060         $(run-program-env) and $(test-program-cmd-after-env).
5061         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
5062         explicitly.
5063         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
5064         run_program_env and test_program_cmd_after_env arguments.
5065         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
5066         * elf/tst-pathopt.sh: Use run_program_env argument.
5067         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
5068         $(test-wrapper-env) and $(run-program-env).
5069         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
5070         run_program_env arguments.
5071         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
5072         * intl/Makefile ($(objpfx)tst-gettext.out): Use
5073         $(test-program-prefix-before-env), $(run-program-env) and
5074         $(test-program-prefix-after-env).
5075         ($(objpfx)tst-gettext2.out): Likewise.
5076         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
5077         run_program_env and test_program_prefix_after_env arguments.
5078         * intl/tst-gettext2.sh: Likewise.
5079         * intl/tst-gettext4.sh: Do not set environment variables
5080         explicitly.
5081         * intl/tst-gettext6.sh: Likewise.
5082         * intl/tst-translit.sh: Likewise.
5083         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
5084         $(test-program-prefix-before-env), $(run-program-env) and
5085         $(test-program-prefix-after-env).
5086         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
5087         run_program_env and test_program_prefix_after_env arguments.
5088         * math/Makefile (run-regen-ulps): Use $(run-program-env).
5089         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
5090         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
5091         explicitly with each use of ${test_wrapper_env}.
5092         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
5093         $(test-program-prefix-before-env), $(run-program-env) and
5094         $(test-program-prefix-after-env).
5095         * posix/tst-getconf.sh: Do not set environment variables
5096         explicitly.
5097         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
5098         run_program_env and test_program_prefix_after_env arguments.
5099         * stdio-common/tst-printf.sh: Do not set environment variables
5100         explicitly.
5101         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
5102         $(test-program-prefix-before-env), $(run-program-env) and
5103         $(test-program-prefix-after-env).
5104         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
5105         run_program_env and test_program_prefix_after_env arguments.
5106         Split $test calls into $test_pre and $test.
5107         * timezone/Makefile (build-testdata): Use
5108         $(built-program-cmd-before-env), $(run-program-env) and
5109         $(built-program-cmd-after-env).
5111 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5113         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
5114         strlen for non SHARED builds.
5116 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
5118         * nptl/allocatestack.c (check_list): Inlined function...
5119         (__reclaim_stacks): ... here.
5121 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
5123         [BZ #15698]
5124         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
5125         memory overrun.
5127 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
5129         * Rules (make-test-out): Include
5130         LOCPATH=$(common-objpfx)localedata in default environment.
5131         * debug/Makefile (tst-chk1-ENV): Remove variable.
5132         (tst-chk2-ENV): Likewise.
5133         (tst-chk3-ENV): Likewise.
5134         (tst-chk4-ENV): Likewise.
5135         (tst-chk5-ENV): Likewise.
5136         (tst-chk6-ENV): Likewise.
5137         (tst-lfschk1-ENV): Likewise.
5138         (tst-lfschk2-ENV): Likewise.
5139         (tst-lfschk3-ENV): Likewise.
5140         (tst-lfschk4-ENV): Likewise.
5141         (tst-lfschk5-ENV): Likewise.
5142         (tst-lfschk6-ENV): Likewise.
5143         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
5144         (tst-iconv7-ENV): Likewise.
5145         * intl/Makefile (LOCPATH-ENV): Likewise.
5146         (tst-codeset-ENV): Likewise.
5147         (tst-gettext3-ENV): Likewise.
5148         (tst-gettext5-ENV): Likewise.
5149         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
5150         (tst-fopenloc-ENV): Likewise.
5151         (tst-fgetws-ENV): Remove variable.
5152         (tst-ungetwc1-ENV): Likewise.
5153         (tst-ungetwc2-ENV): Likewise.
5154         (bug-ungetwc2-ENV): Likewise.
5155         (tst-swscanf-ENV): Likewise.
5156         (bug-ftell-ENV): Likewise.
5157         (tst-fgetwc-ENV): Likewise.
5158         (tst-fseek-ENV): Likewise.
5159         (tst-ftell-partial-wide-ENV): Likewise.
5160         (tst-ftell-active-handler-ENV): Likewise.
5161         (tst-ftell-append-ENV): Likewise.
5162         * posix/Makefile (tst-fnmatch-ENV): Likewise.
5163         (tst-regexloc-ENV): Likewise.
5164         (bug-regex1-ENV): Likewise.
5165         (tst-regex-ENV): Likewise.
5166         (tst-regex2-ENV): Likewise.
5167         (bug-regex5-ENV): Likewise.
5168         (bug-regex6-ENV): Likewise.
5169         (bug-regex17-ENV): Likewise.
5170         (bug-regex18-ENV): Likewise.
5171         (bug-regex19-ENV): Likewise.
5172         (bug-regex20-ENV): Likewise.
5173         (bug-regex22-ENV): Likewise.
5174         (bug-regex23-ENV): Likewise.
5175         (bug-regex25-ENV): Likewise.
5176         (bug-regex26-ENV): Likewise.
5177         (bug-regex30-ENV): Likewise.
5178         (bug-regex32-ENV): Likewise.
5179         (bug-regex33-ENV): Likewise.
5180         (bug-regex34-ENV): Likewise.
5181         (bug-regex35-ENV): Likewise.
5182         (tst-rxspencer-ENV): Likewise.
5183         (tst-rxspencer-no-utf8-ENV): Likewise.
5184         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
5185         (tst-sscanf-ENV): Likewise.
5186         (tst-swprintf-ENV): Likewise.
5187         (tst-swscanf-ENV): Likewise.
5188         (test-vfprintf-ENV): Likewise.
5189         (scanf13-ENV): Likewise.
5190         (bug14-ENV): Likewise.
5191         (tst-grouping-ENV): Likewise.
5192         * stdlib/Makefile (tst-strtod-ENV): Likewise.
5193         (tst-strtod3-ENV): Likewise.
5194         (tst-strtod4-ENV): Likewise.
5195         (tst-strtod5-ENV): Likewise.
5196         (testmb2-ENV): Likewise./
5197         * string/Makefile (tst-strxfrm-ENV): Likewise.
5198         (tst-strxfrm2-ENV): Likewise.
5199         (bug-strcoll1-ENV): Likewise.
5200         (test-strcasecmp-ENV): Likewise.
5201         (test-strncasecmp-ENV): Likewise.
5202         * time/Makefile (tst-strptime-ENV): Likewise.
5203         (tst-ftime_l-ENV): Likewise.
5204         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
5205         (tst-mbrtowc-ENV): Likewise.
5206         (tst-wcrtomb-ENV): Likewise.
5207         (tst-mbrtowc2-ENV): Likewise.
5208         (tst-c16c32-1-ENV): Likewise.
5209         (tst-mbsnrtowcs-ENV): Likewise.
5211 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
5213         * manual/resource.texi (How to get information about the memory
5214         subsystem?): Fix typo.
5215         Reported by Peon de la Parra Ivan <peon@keba.com>
5217 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
5219         [BZ #16882]
5220         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
5221         (pthread_spin_lock): Branch out of spin loop to proper location.
5222         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
5223         (pthread_spin_lock): Likewise.
5225         * nptl/tst-spin4.c: New test.
5226         * nptl/Makefile (tests): Add tst-spin4.
5228 2014-06-03  Andreas Schwab  <schwab@suse.de>
5230         [BZ #15946]
5231         * resolv/res_send.c (send_dg): Reload file descriptor after
5232         calling reopen.
5234 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
5236         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
5238 2014-06-03  Richard Henderson  <rth@redhat.com>
5240         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
5241         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
5242         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
5243         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
5244         in the SAVE_PID block.
5245         (__libc_vfork): New alias.
5246         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
5248         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
5249         child in registers, not on the stack.  Remove RESET_PID conditionals.
5250         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
5252 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
5254         * sysdeps/aarch64/libm-test-ulps: Regenerate.
5256 2014-06-03  Wilco  <wdijkstr@arm.com>
5258         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
5259         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
5260         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
5261         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
5262         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
5263         Likewise.
5265 2014-06-03  Wilco  <wdijkstr@arm.com>
5267         * sysdeps/aarch64/fpu/math_private.h
5268         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
5269         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
5270         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
5271         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
5272         Fix declarations.
5274 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
5276         * crypt/crypt-private.h: Include ufc-crypt.h.
5277         (__b64_from_24bit): Declare extern.
5278         * crypt/crypt_util.c(__b64_from_24bit): New function.
5279         (b64t): New static const variable.
5280         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
5281         (b64t): Remove variable.
5282         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
5283         * crypt/sha256-crypt.c: Include crypt-private.h.
5284         (b64t): Remove variable.
5285         (__sha256_crypt_r): Remove b64_from_24bit and replace
5286         with __b64_from_24bit.
5287         * crypt/sha512-crypt.c: Likewise.
5289 2014-06-02  Roland McGrath  <roland@hack.frob.com>
5291         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
5292         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
5293         Label the code __libc_vfork rather than __vfork.
5294         [!NOT_IN_libc] (vfork): Define as weak alias.
5295         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
5296         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
5297         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
5299 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5301         * malloc/malloc.c (malloc_info): Fix format specifier for
5302         n_mmaps.
5304 2014-06-02  Wilco  <wdijkstr@arm.com>
5306         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
5307         FPCR write.
5309 2014-06-02  Wilco  <wdijkstr@arm.com>
5311         [BZ #17009]
5312         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
5313         Rewrite to reduce FPCR/FPSR accesses.
5315 2014-06-01  David S. Miller  <davem@davemloft.net>
5317         * sysdeps/sparc/fpu/libm-test-ulps: Update.
5319 2014-05-31  David S. Miller  <davem@davemloft.net>
5321         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
5322         to occur in round to nearest mode when |x| >= 2.0
5324 2014-05-30  Richard Henderson  <rth@twiddle.net>
5326         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
5327         (PSEUDO_RET_NOERRNO): Remove.
5328         (ret): Don't redefine.
5329         (ret_NOERRNO): Define in terms of ret.
5330         (ret_ERRVAL): Likewise.
5332         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
5333         use of PSEUDO_RET; perform the error check directly.
5335 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
5337         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
5338         with __int128_t.
5340 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
5342         * malloc/malloc (malloc_info): Fix formatting.
5344 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
5345             Roland McGrath  <roland@hack.frob.com>
5347         * malloc/malloc (malloc_info): Also print mmapped statistics.
5349 2014-05-30  Roland McGrath  <roland@hack.frob.com>
5351         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
5352         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
5354 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
5356         * malloc/malloc.c (malloc_info): Inline mi_arena.
5358 2014-05-29  Richard Henderson  <rth@twiddle.net>
5360         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
5361         Remove comma before expanding ASM_ARGS_##nr.
5362         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
5363         Make _x0 a strict output; make _x8 a strict input; adjust expansion
5364         of ASM_ARGS_##nr.
5365         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
5366         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
5367         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
5368         (ASM_ARGS_1): Add leading comma.
5370         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
5371         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
5372         to __errno_location.
5373         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
5374         Remove the expected plt for __errno_location.
5376         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
5377         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
5378         call to __read_tp.
5380         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
5381         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
5382         it and break it down.
5383         (DOCARGS_0, DOCARGS_1): Do nothing.
5384         (DOCARGS_2): Update to store into the new stack frame.
5385         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
5386         (UNDOCARGS_1): Update to restore from the new stack frame.
5387         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
5388         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
5390         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
5391         (SINGLE_THREAD_P): New parameter for result regno.
5392         (PSEUDO): Update to match; use cbz instead of beq.
5394         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
5395         Use ENTRY to define the _nocancel entry point.  Share the syscall
5396         and syscall error check paths with the cancel path.
5397         (PSEUDO_END): New.
5399         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
5400         whitespace; tabs before and after asm mnemonics.
5402 2014-05-29  Eric Wong  <normalperson@yhbt.net>
5404         [BZ #15132]
5405         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
5406         Call fstat64 or stat64 internally, depending on arguments passed.
5407         Replace stat buffer argument with file descriptor argument.
5408         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
5409         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
5410         Pass fd to __internal_statvfs instead of calling fstat64.
5411         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
5412         Pass fd to __internal_statvfs64 instead of calling fstat64.
5413         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
5414         Pass -1 to __internal_statvfs instead of calling stat64.
5415         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
5416         Pass -1 to __internal_statvfs64 instead of calling stat64.
5418 2014-05-28  Roland McGrath  <roland@hack.frob.com>
5420         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
5421         that was previously under [RESET_PID].
5422         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
5424         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
5425         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
5427 2014-05-27  Roland McGrath  <roland@hack.frob.com>
5429         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
5431         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
5432         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
5434 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
5436         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
5438 2014-05-27  Andreas Schwab  <schwab@suse.de>
5440         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
5441         TLS_INIT_TP macro.
5442         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
5443         * elf/rtld.c (init_tls, dl_main): Likewise.
5444         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
5445         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
5446         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
5447         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
5448         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
5449         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
5450         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
5451         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
5452         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
5453         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
5454         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
5455         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
5456         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
5457         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
5458         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
5459         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
5460         * sysdeps/generic/tls.h: Update description.
5462 2014-05-27  Will Newton  <will.newton@linaro.org>
5464         [BZ #16990]
5465         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
5466         and restore r2 rather than just restoring.
5468 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
5470         [BZ #16724]
5471         * libio/tst-ftell-append.c: New test case.
5472         * libio/Makefile (tests): Add test case.
5473         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
5474         append mode.
5475         * libio/wfileops.c (do_ftell_wide): Likewise.
5477 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5479         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
5481         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
5482         ...
5483         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
5484         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
5485         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
5486         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
5487         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
5488         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
5489         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
5490         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
5491         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
5492         Moved ...
5493         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
5494         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
5495         Moved ...
5496         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
5497         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
5498         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
5499         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
5500         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
5501         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
5502         ...
5503         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
5504         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
5505         Moved ...
5506         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
5507         here.
5508         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
5509         ...
5510         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
5511         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
5512         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
5514         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
5515         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
5516         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
5517         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
5519         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
5520         merge into ...
5521         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
5522         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
5523         ...
5524         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
5525         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
5526         ...
5527         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
5528         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
5529         Moved ...
5530         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
5531         here.
5532         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
5533         Moved ...
5534         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
5535         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
5536         Moved ...
5537         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
5539         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
5540         conditional [RESET_PID].
5541         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
5542         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
5543         removed.
5544         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
5545         removed.
5547         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
5548         <tcb-offsets.h>.
5549         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
5550         (__libc_vfork): New strong alias.
5551         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
5552         removed.
5553         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
5554         Removed.
5556         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
5557         <tcb-offsets.h>.
5558         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
5559         (__libc_vfork): New strong alias.
5560         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
5561         removed.
5562         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
5563         removed.
5565 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
5567         * malloc/malloc.c (mi_arena): New function.
5568         (malloc_info): Remove nested function mi_arena. Call non-nosted
5569         function mi_arena.
5571 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5573         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
5574         by insrwi.
5575         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
5576         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
5577         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
5578         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
5579         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
5580         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
5581         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
5583 2014-05-26  Andreas Schwab  <schwab@suse.de>
5585         [BZ #16984]
5586         * locale/programs/repertoire.c (repertoire_read): Add slash
5587         between I18NPATH element and file name.
5588         * locale/programs/locfile.c (locfile_read): Likewise.
5590 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
5592         * nptl/pthread_mutexattr_settype.c
5593         (__pthread_mutexattr_settype):
5594         Disable lock elision for PTHREAD_MUTEX_NORMAL.
5596 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
5598         * nptl/tst-mutex5 (do_test):
5599         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
5601 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
5603         * benchtests/README: Document 'init' directive.
5604         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
5605         BENCH_INIT.
5606         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
5607         (parse_file): Recognize 'init' directive.
5609 2014-05-26  Kyle McMartin  <kyle@redhat.com>
5611         [BZ #16796]
5612         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
5613         alignment of struct pthread.
5615 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
5617         [BZ #16878]
5618         * nscd/netgroupcache.c (addgetnetgrentX): Look for
5619         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
5620         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
5621         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
5623 2014-05-25  Richard Henderson  <rth@twiddle.net>
5625         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
5626         (SINGLE_THREAD_P_PIC): Remove.
5627         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
5628         (SINGLE_THREAD_P_PIC): Remove.
5630         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
5631         branch to syscall error ...
5632         (PSEUDO): ... here.
5633         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
5634         from __local_syscall_error to .Lsyscall_error.
5635         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
5636         (SYSCALL_ERROR): Update label name.
5638         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
5639         Do not use DOARGS/UNDOARGS.
5640         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
5641         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
5642         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
5643         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
5644         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
5646         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
5647         block comment.
5649         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
5650         define if !NOT_IN_libc.
5651         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
5652         define with non-default symbol versions.
5654 2014-05-23  Richard Henderson  <rth@twiddle.net>
5656         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
5657         (vfork, __vfork): Define via compat_symbol.
5659         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
5660         [!HAVE_IFUNC] (vfork_compat): Remove.
5661         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
5663 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
5665         [BZ #16978]
5666         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
5667         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
5668         variable.
5670 2014-05-23  Richard Henderson  <rth@twiddle.net>
5672         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
5673         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
5674         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
5675         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
5677         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
5678         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
5679         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
5680         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
5681         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
5682         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
5683         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
5684         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
5685         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
5686         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
5687         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
5688         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
5689         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
5690         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
5691         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
5692         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
5693         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
5694         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
5695         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
5696         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
5697         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
5698         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
5699         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
5700         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
5701         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
5702         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
5703         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
5704         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
5705         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
5706         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
5707         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
5708         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
5709         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
5710         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
5711         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
5712         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
5713         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
5714         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
5715         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
5716         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
5717         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
5718         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
5719         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
5720         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
5721         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
5722         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
5723         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
5724         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
5725         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
5726         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
5727         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
5728         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
5729         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
5730         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
5731         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
5732         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
5734         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
5735         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
5736         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
5737         before exiting on error.
5738         (__libc_vfork): New strong alias.
5739         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
5740         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
5742         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
5743         that was previously under [RESET_PID].
5744         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
5746         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
5748 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
5750         [BZ #16977]
5751         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
5752         value when x - 1 is zero.
5753         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
5754         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
5755         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
5756         0.0L for an argument of 1.0L.
5757         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
5758         Likewise.
5759         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
5760         value when x - 1 is zero.
5761         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
5762         * sysdeps/i386/fpu/libm-test-ulps: Update.
5763         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
5765 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
5767         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
5768         alphasort and versionsort.
5770 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5772         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
5773         macro.
5774         [copysignf]: Likewise.
5776 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
5778         * crypt/md5-crypt.c: Fix formatting.
5780 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
5782         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
5783         (b64_from_24bit): New function.
5785 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5787         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
5788         libc_hidden_builtin_def to ifunc.
5789         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
5790         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
5792 2014-05-21  Roland McGrath  <roland@hack.frob.com>
5794         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
5795         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
5797 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
5799         * nscd/Depend (linuxthreads): Remove.
5800         (nptl): Add.
5801         * resolv/Depend (linuxthreads): Remove.
5802         * rt/Depend (linuxthreads): Remove.
5804         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
5805         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
5806         $(common-objpfx)elf/.
5807         (link-libc-before-gnulib): Likewise.
5808         (elfobjdir): Remove variable.
5809         * Makefile (install): Use $(elf-objpfx) instead of
5810         $(common-objpfx)elf/.
5811         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
5812         $(elfobjdir)/.
5813         (link-libc-deps): Likewise.
5814         ($(common-objpfx)libc.so): Likewise.
5815         ($(common-objpfx)linkobj/libc.so): Likewise.
5816         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
5817         instead of $(common-objpfx)elf/.
5818         (symbolic-link-list): Likewise.
5819         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
5820         [$(cross-compiling) = no]: Likewise.
5821         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
5822         $(elfobjdir)/.
5823         (static-gnulib-arch): Likewise.
5824         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
5825         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
5826         $(common-objpfx)elf/.
5828 2014-05-21  Richard Henderson  <rth@redhat.com>
5830         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
5831         (SINGLE_THREAD_P): Use the correct width load.  Fold
5832         into the ldr offset.
5834         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
5835         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
5837 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
5839         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
5840         (libgcc_s_resume): Use __attribute_used__.
5841         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
5842         Likewise.
5844 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5846         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
5847         optimization when used with float constants.
5849         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
5851 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
5853         [BZ #16915]
5854         * locale/nl_langinfo_l.c: Make direct reference to every
5855         _nl_current_CATEGORY symbol.
5856         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
5857         (tests-static): Add tst-langinfo-static.
5858         (tests-special): Add tst-langinfo-static.out.
5859         ($(objpfx)tst-langinfo.out): Redirect output.
5860         ($(objpfx)tst-langinfo-static.out): New.
5861         * localedata/tst-langinfo.sh: Send output to stdout.
5862         * localedata/tst-langinfo-static.c: New file.
5864         [BZ #16965]
5865         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
5866         when the shift amount is modulo the limb size.
5868 2014-05-20  Richard Henderson  <rth@redhat.com>
5870         [BZ #16967]
5871         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
5872         Change type of sa_flags from unsigned int to int.
5874         [BZ #16966]
5875         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
5877         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
5879 2014-05-20  Will Newton  <will.newton@linaro.org>
5881         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
5882         Test the return value of the system call in the nocancel case.
5884 2014-05-20  Will Newton  <will.newton@linaro.org>
5885             Yvan Roux  <yvan.roux@linaro.org>
5887         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
5888         #include of asm/ptrace.h.
5889         (PTRACE_GET_THREAD_AREA): Remove #undef.
5890         (PTRACE_GETHBPREGS): Likewise.
5891         (PTRACE_SETHBPREGS): Likewise.
5892         (struct user_regs_struct): New structure.
5893         (struct user_fpsimd_struct): New structure.
5894         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
5895         #include of asm/ptrace.h and second #include of sys/user.h.
5896         (PTRACE_GET_THREAD_AREA): Remove #undef.
5897         (PTRACE_GETHBPREGS): Likewise.
5898         (PTRACE_SETHBPREGS): Likewise.
5899         (ELF_NGREG): Use new struct user_regs_struct.
5900         (elf_fpregset_t): Use new struct user_fpsimd_struct.
5902 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5904         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
5905         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
5907 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
5909         [BZ #16958]
5910         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
5911         membar to avoid block loads/stores to overlap previous stores.
5913 2014-05-17  Richard Henderson  <rth@redhat.com>
5915         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
5916         Create the __##syscall_name##_nocancel entry point.
5917         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
5918         Remove; let the sysdep-cancel.h code create it.
5920 2014-05-17  David S. Miller  <davem@davemloft.net>
5922         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
5923         Protect with __USE_GNU.
5924         (TIOCSET_TEMPT): Likewise.
5925         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
5926         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
5927         these are already provided in bits/ioctl-types.h
5929 2014-05-16  Roland McGrath  <roland@hack.frob.com>
5931         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
5932         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
5934         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
5935         Use wait4 regardless of [__NR_waitpid].
5937 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
5939         PR libgcc/60166
5940         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
5941         (_FP_NANSIGN_Q): Set the quiet bit.
5943 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
5945         * benchtests/Makefile
5946         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
5947         not $(common-objpfx)math/libm.so.
5948         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
5949         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
5950         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
5951         $(common-objpfx)dlfcn/libdl.so.
5952         ($(objpfx)tst-audit8): Depend on $(libm), not
5953         $(common-objpfx)math/libm.so.
5954         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
5955         not $(common-objpfx)dlfcn/libdl.so.
5956         * math/Makefile
5957         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
5958         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
5959         [$(build-shared) = yes].
5960         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
5961         $(common-objpfx)nptl/libpthread.so.
5962         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
5963         $(common-objpfx)math/libm.so$(libm.so-version) or
5964         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
5965         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
5966         $(common-objpfx)dlfcn/libdl.so.
5967         * setjmp/Makefile (link-libm): Remove variable.
5968         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
5969         * stdio-common/Makefile (link-libm): Remove variable.
5970         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
5971         * stdlib/Makefile (link-libm): Remove variable.
5972         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
5973         ($(objpfx)tst-strtod-round): Likewise.
5974         ($(objpfx)tst-tininess): Likewise.
5975         ($(objpfx)tst-strtod-underflow): Likewise.
5976         ($(objpfx)tst-strtod6): Likewise.
5977         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
5978         $(libdl), not $(common-objpfx)nptl/libpthread.so and
5979         $(common-objpfx)dlfcn/libdl.so.
5981 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5983         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
5984         BSD terminal modes definitions.
5986 2014-05-16  Roland McGrath  <roland@hack.frob.com>
5988         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
5989         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
5991         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
5992         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
5993         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
5994         Don't do #include_next.
5995         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
5996         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
5997         Don't do #include_next.
5998         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
5999         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
6000         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
6001         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
6003 2014-05-16  Allan McRae  <allan@archlinux.org>
6005         * po/sv.po: Update Swedish translation from translation project.
6007         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
6008         in sed expression.
6010 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
6012         [BZ #16917]
6013         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
6014         errno if the TIOCGPTN ioctl fails with an error different than
6015         EINVAL.
6016         * login/tst-ptsname.c: New file.
6017         * login/Makefile (tests): Add tst-ptsname.
6019         [BZ #16943]
6020         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
6021         and prlimit64.
6023 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
6025         [BZ #16849]
6026         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
6027         herrno to return EAI_AGAIN.
6029 2014-05-14  Roland McGrath  <roland@hack.frob.com>
6031         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
6032         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
6033         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
6034         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
6035         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
6036         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
6037         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
6038         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
6039         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
6040         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
6041         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
6042         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
6043         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
6044         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
6045         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
6046         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
6047         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
6048         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
6049         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
6050         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
6051         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
6052         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
6053         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
6054         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
6055         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
6056         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
6057         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
6058         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
6059         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
6060         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
6061         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
6062         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
6063         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
6064         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
6065         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
6066         Moved ...
6067         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
6068         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
6069         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
6070         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
6071         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
6072         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
6073         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
6074         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
6075         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
6076         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
6077         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
6078         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
6079         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
6080         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
6081         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
6082         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
6083         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
6084         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
6085         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
6086         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
6087         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
6088         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
6089         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
6090         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
6091         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
6092         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
6093         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
6094         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
6095         Moved ...
6096         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
6097         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
6098         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
6099         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
6100         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
6101         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
6102         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
6103         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
6104         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
6105         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
6106         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
6107         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
6108         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
6109         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
6110         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
6111         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
6112         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
6113         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
6114         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
6115         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
6116         Moved ...
6117         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
6118         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
6119         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
6121         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
6122         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
6123         (libpthread-sysdep_routines): Add elision-related stuff here instead.
6124         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
6125         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
6126         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
6127         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
6128         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
6129         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
6130         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
6131         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
6132         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
6133         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
6134         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
6135         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
6136         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
6137         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
6138         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
6139         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
6140         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
6141         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
6142         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
6143         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
6144         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
6145         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
6146         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
6147         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
6148         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
6149         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
6150         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
6151         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
6153         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
6154         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
6156         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
6157         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
6158         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
6159         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
6160         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
6161         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
6162         Moved ...
6163         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
6164         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
6165         Moved ...
6166         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
6167         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
6168         Moved ...
6169         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
6170         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
6171         Moved ...
6172         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
6173         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
6174         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
6175         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
6176         Moved ...
6177         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
6178         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
6179         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
6180         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
6181         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
6182         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
6183         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
6184         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
6185         Moved ...
6186         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
6187         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
6188         Moved ...
6189         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
6190         ... here.
6191         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
6192         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
6193         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
6194         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
6195         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
6196         Moved ...
6197         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
6198         ... here.
6199         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
6200         Moved ...
6201         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
6202         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
6203         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
6204         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
6205         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
6206         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
6207         Moved ...
6208         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
6209         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
6210         Moved ...
6211         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
6212         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
6213         Moved ...
6214         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
6215         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
6216         Moved ...
6217         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
6218         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
6219         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
6220         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
6221         Moved ...
6222         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
6223         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
6224         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
6225         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
6226         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
6227         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
6228         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
6229         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
6230         Moved ...
6231         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
6232         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
6233         Moved ...
6234         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
6235         ... here.
6236         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
6237         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
6238         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
6239         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
6240         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
6241         Moved ...
6242         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
6243         ... here.
6244         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
6245         Moved ...
6246         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
6247         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
6248         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
6249         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
6250         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
6251         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
6252         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
6253         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
6254         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
6255         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
6256         Moved ...
6257         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
6258         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
6259         Moved ...
6260         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
6261         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
6262         Moved ...
6263         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
6264         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
6265         Moved ...
6266         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
6267         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
6268         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
6269         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
6270         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
6271         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
6272         Moved ...
6273         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
6274         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
6275         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
6276         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
6277         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
6278         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
6279         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
6280         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
6281         Moved ...
6282         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
6283         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
6284         Moved ...
6285         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
6286         ... here.
6287         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
6288         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
6289         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
6290         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
6291         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
6292         Moved ...
6293         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
6294         ... here.
6295         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
6296         Moved ...
6297         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
6298         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
6299         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
6300         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
6301         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
6302         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
6303         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
6304         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
6305         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
6306         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
6307         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
6309         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
6310         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
6312         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
6313         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
6315         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
6316         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
6317         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
6318         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
6319         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
6320         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
6321         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
6322         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
6323         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
6324         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
6325         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
6326         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
6327         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
6328         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
6329         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
6330         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
6331         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
6332         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
6333         Moved ...
6334         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
6335         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
6336         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
6337         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
6338         Moved ...
6339         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
6340         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
6341         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
6342         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
6343         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
6344         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
6345         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
6346         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
6347         Moved ...
6348         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
6349         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
6350         Moved ...
6351         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
6352         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
6353         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
6354         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
6355         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
6356         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
6357         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
6358         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
6359         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
6360         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
6361         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
6362         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
6363         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
6364         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
6365         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
6366         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
6367         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
6369         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
6370         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
6371         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
6372         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
6373         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
6375         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
6376         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
6377         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
6378         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
6379         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
6380         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
6381         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
6382         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
6383         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
6384         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
6386         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
6387         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
6389         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
6390         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
6391         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
6392         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
6393         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
6394         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
6395         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
6396         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
6397         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
6398         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
6399         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
6400         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
6401         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
6402         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
6403         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
6404         Update #include.
6405         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
6406         Likewise.
6407         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
6408         Likewise.
6409         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
6410         Likewise.
6411         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
6412         Likewise.
6413         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
6414         Likewise.
6415         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
6416         Likewise.
6417         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
6418         Likewise.
6419         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
6420         Likewise.
6421         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
6422         Likewise.
6423         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
6424         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
6425         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
6426         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
6427         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
6428         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
6429         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
6430         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
6431         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
6432         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
6433         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
6434         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
6435         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
6436         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
6437         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
6439         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
6440         that was previously under [RESET_PID].
6441         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
6442         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
6443         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
6445         * sysdeps/i386/nptl/Implies: New file.
6446         * sysdeps/x86_64/nptl/Implies: New file.
6447         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
6448         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
6449         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
6450         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
6452         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
6453         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
6454         (__libc_vfork): New strong alias.
6455         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
6456         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
6458         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
6459         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
6460         (__libc_vfork): New strong alias.
6461         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
6462         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
6464         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
6465         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
6466         (__libc_vfork): New strong alias.
6467         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
6468         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
6469         * nptl/pt-vfork.c: New file.
6470         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
6471         (libpthread: GLIBC_2.20): New version set (empty).
6473 2014-05-14  Will Newton  <will.newton@linaro.org>
6475         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
6476         rather than #if.
6478 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
6480         [BZ #16564]
6481         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
6482         arguments with exponent 65 or above.
6483         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
6484         arguments 0x1p113L or above.
6485         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
6486         to arguments 0x1p107L or above.
6487         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
6488         positive arguments with exponent 65 or above.
6489         * math/auto-libm-test-in: Add more tests of log1p.
6490         * math/auto-libm-test-out: Regenerated.
6492         [BZ #16928]
6493         * math/s_cacos.c (__cacos): Ensure zero real part of result from
6494         non-finite arguments is +0.
6495         * math/s_cacosf.c (__cacosf): Likewise.
6496         * math/s_cacosl.c (__cacosl): Likewise.
6497         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
6498         * sysdeps/i386/fpu/libm-test-ulps: Update.
6499         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6501         [BZ #16927]
6502         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
6503         value.
6504         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
6505         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
6506         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
6507         for explicit high bit of mantissa when testing for argument equal
6508         to 1.
6509         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
6510         * sysdeps/i386/fpu/libm-test-ulps: Update.
6511         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6513         [BZ #16516]
6514         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
6515         (__erf): Scale by 16 instead of 8 in potentially underflowing
6516         case.  Ensure exception if result actually underflows.
6517         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
6518         (__erff): Scale by 16 instead of 8 in potentially underflowing
6519         case.  Ensure exception if result actually underflows.
6520         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
6521         (efx8): Remove variable.
6522         (__erfl): Scale by 16 instead of 8 in potentially underflowing
6523         case.  Ensure exception if result actually underflows.
6524         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
6525         (efx8): Remove variable.
6526         (__erfl): Scale by 16 instead of 8 in potentially underflowing
6527         case.  Ensure exception if result actually underflows.
6528         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
6529         (efx8): Remove variable.
6530         (__erfl): Scale by 16 instead of 8 in potentially underflowing
6531         case.  Ensure exception if result actually underflows.
6532         * math/auto-libm-test-in: Add more tests of erf.
6533         * math/auto-libm-test-out: Regenerated.
6535 2014-05-14  Andreas Schwab  <schwab@suse.de>
6537         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
6538         Remove code conditionalized on USE___THREAD.
6540         * config.h.in (HAVE_PT_CHOWN): Define as 0.
6541         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
6542         not definedness.
6544 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
6546         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
6547         Define unconditionally.
6548         (__ASSUME_O_CLOEXEC): Likewise.
6549         (__ASSUME_SOCK_CLOEXEC): Likewise.
6550         (__ASSUME_IN_NONBLOCK): Likewise.
6551         (__ASSUME_PIPE2): Likewise.
6552         (__ASSUME_EVENTFD2): Likewise.
6553         (__ASSUME_SIGNALFD4): Likewise.
6554         (__ASSUME_DUP3): Likewise.
6555         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
6556         (__ASSUME_DUP3): Do not define.
6557         (__ASSUME_EVENTFD2): Likewise.
6558         (__ASSUME_IN_NONBLOCK): Likewise.
6559         (__ASSUME_O_CLOEXEC): Likewise.
6560         (__ASSUME_PIPE2): Likewise.
6561         (__ASSUME_SIGNALFD4): Likewise.
6562         (__ASSUME_SOCK_CLOEXEC): Likewise.
6563         (__ASSUME_UTIMES): Undefine.
6564         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
6565         (__ASSUME_UTIMES): Do not define.
6566         (__ASSUME_O_CLOEXEC): Likewise.
6567         (__ASSUME_SOCK_CLOEXEC): Likewise.
6568         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
6569         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
6570         0x020621].
6571         (__ASSUME_PIPE2): Likewise.
6572         (__ASSUME_EVENTFD2): Likewise.
6573         (__ASSUME_SIGNALFD4): Likewise.
6574         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
6575         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
6576         Do not define.
6577         (__ASSUME_EVENTFD2): Likewise.
6578         (__ASSUME_SIGNALFD4): Likewise.
6579         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
6580         (__ASSUME_32BITUIDS): Likewise.
6581         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
6582         (__ASSUME_IPC64): Likewise.
6583         (__ASSUME_ST_INO_64_BIT): Likewise.
6584         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
6585         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
6586         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
6587         (__ASSUME_UTIMES): Do not define.
6588         (__ASSUME_PSELECT): Likewise.
6589         (__ASSUME_PPOLL): Likewise.
6590         (__ASSUME_O_CLOEXEC): Likewise.
6591         (__ASSUME_SOCK_CLOEXEC): Likewise.
6592         (__ASSUME_IN_NONBLOCK): Likewise.
6593         (__ASSUME_PIPE2): Likewise.
6594         (__ASSUME_EVENTFD2): Likewise.
6595         (__ASSUME_SIGNALFD4): Likewise.
6596         (__ASSUME_DUP3): Likewise.
6597         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
6598         (__ASSUME_UTIMES): Likewise.
6599         (__ASSUME_O_CLOEXEC): Likewise.
6600         (__ASSUME_SOCK_CLOEXEC): Likewise.
6601         (__ASSUME_IN_NONBLOCK): Likewise.
6602         (__ASSUME_PIPE2): Likewise.
6603         (__ASSUME_EVENTFD2): Likewise.
6604         (__ASSUME_SIGNALFD4): Likewise.
6605         (__ASSUME_DUP3): Likewise.
6606         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
6607         (__ASSUME_UTIMES): Likewise.
6608         (__ASSUME_O_CLOEXEC): Likewise.
6609         (__ASSUME_SOCK_CLOEXEC): Likewise.
6610         (__ASSUME_IN_NONBLOCK): Likewise.
6611         (__ASSUME_PIPE2): Likewise.
6612         (__ASSUME_EVENTFD2): Likewise.
6613         (__ASSUME_SIGNALFD4): Likewise.
6614         (__ASSUME_DUP3): Likewise.
6615         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
6616         Likewise.
6617         (__ASSUME_UTIMES): Likewise.
6618         (__ASSUME_EVENTFD2): Likewise.
6619         (__ASSUME_SIGNALFD4): Likewise.
6620         * sysdeps/unix/sysv/linux/tile/kernel-features.h
6621         (__ASSUME_O_CLOEXEC): Likewise.
6622         (__ASSUME_SOCK_CLOEXEC): Likewise.
6623         (__ASSUME_IN_NONBLOCK): Likewise.
6624         (__ASSUME_PIPE2): Likewise.
6625         (__ASSUME_EVENTFD2): Likewise.
6626         (__ASSUME_SIGNALFD4): Likewise.
6627         (__ASSUME_DUP3): Likewise.
6628         (__ASSUME_UTIMES): Undefine.
6630         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
6631         feclearexcept.  Remove symbol versioning code.
6632         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
6633         symbol versioning code.
6634         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
6635         symbol versioning code.
6636         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
6637         feupdateenv.  Remove symbol versioning code.
6638         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
6639         fegetexceptflag.  Remove symbol versioning code.
6640         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
6641         fesetexceptflag.  Remove symbol versioning code.
6642         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
6643         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
6644         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
6645         (__posix_fadvise64_l32): Remove prototype.
6646         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
6647         code.
6649 2014-05-13  Roland McGrath  <roland@hack.frob.com>
6651         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
6652         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
6653         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
6654         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
6656 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
6658         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
6659         current working directory
6661 2014-05-13  Roland McGrath  <roland@hack.frob.com>
6663         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
6664         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
6665         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
6666         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
6667         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
6668         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
6669         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
6670         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
6671         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
6672         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
6673         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
6674         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
6675         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
6676         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
6677         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
6678         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
6679         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
6680         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
6681         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
6682         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
6683         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
6684         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
6685         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
6686         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
6687         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
6688         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
6689         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
6690         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
6691         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
6692         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
6693         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
6694         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
6695         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
6696         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
6697         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
6698         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
6699         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
6700         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
6701         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
6702         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
6703         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
6704         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
6706         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
6707         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
6709         * sysdeps/unix/sysv/linux/arm/Makefile
6710         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
6711         Add rt-aeabi_unwind_cpp_pr1.
6712         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
6713         Add nptl-aeabi_unwind_cpp_pr1.
6714         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
6715         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
6716         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
6717         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
6718         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
6719         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
6721         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
6722         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
6723         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
6724         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
6726         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
6727         Deconditionalize the code that was previously under [RESET_PID].
6728         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
6730         * sysdeps/generic/exit-thread.h: New file.
6731         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
6732         * include/unistd.h (__exit_thread): Remove declaration.
6733         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
6734         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
6735         * csu/libc-start.c: Include <exit-thread.h>.
6736         (LIBC_START_MAIN): Pass no argument to __exit_thread.
6737         * nptl/pthread_create.c: Include <exit-thread.h>.
6738         (start_thread): Call __exit_thread in place of __exit_thread_inline.
6739         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
6740         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
6741         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
6742         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
6743         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
6744         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
6745         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
6746         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
6747         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
6748         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
6749         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
6750         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
6751         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
6752         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
6753         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
6754         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
6756 2014-05-13  Andreas Schwab  <schwab@suse.de>
6758         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
6760 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
6762         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
6763         (__ASSUME_UTIMES): Do not condition on kernel version.
6764         (__ASSUME_PSELECT): Define unconditionally.
6765         (__ASSUME_PPOLL): Likewise.
6766         (__ASSUME_ATFCTS): Likewise.
6767         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
6768         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
6769         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
6770         (__ASSUME_UTIMENSAT): Define unconditionally.
6771         (__ASSUME_PRIVATE_FUTEX): Likewise.
6772         (__ASSUME_FALLOCATE): Likewise.
6773         (__ASSUME_O_CLOEXEC): Likewise.
6774         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
6775         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
6776         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
6777         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
6778         (__ASSUME_IN_NONBLOCK): Likewise.
6779         (__ASSUME_PIPE2): Likewise.
6780         (__ASSUME_EVENTFD2): Likewise.
6781         (__ASSUME_SIGNALFD4): Likewise.
6782         (__ASSUME_DUP3): Likewise.
6783         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
6784         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
6785         (__ASSUME_AT_RANDOM): Likewise.
6786         (__ASSUME_PREADV): Likewise.
6787         (__ASSUME_PWRITEV): Likewise.
6788         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
6789         (__ASSUME_F_GETOWN_EX): Define unconditionally.
6790         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
6791         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
6792         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
6793         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
6794         (__ASSUME_O_CLOEXEC): Define unconditionally.
6795         (__ASSUME_PSELECT): Do not undefine conditionally.
6796         (__ASSUME_PPOLL): Likewise.
6797         (__ASSUME_ATFCTS): Likewise.
6798         (__ASSUME_SET_ROBUST_LIST): Likewise.
6799         (__ASSUME_UTIMENSAT): Likewise.
6800         (__ASSUME_FDATASYNC): Define unconditionally.
6801         * sysdeps/unix/sysv/linux/arm/kernel-features.h
6802         (__ASSUME_SIGFRAME_V2): Likewise.
6803         )__ASSUME_EVENTFD2): Likewise.
6804         (__ASSUME_SIGNALFD4): Likewise.
6805         (__ASSUME_PSELECT): Do not undefine conditionally.
6806         (__ASSUME_PPOLL): Likewise.
6807         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
6808         (__ASSUME_PSELECT): Define unconditionally.
6809         (__ASSUME_PPOLL): Likewise.
6810         (__ASSUME_O_CLOEXEC): Likewise.
6811         (__ASSUME_SOCK_CLOEXEC): Likewise.
6812         (__ASSUME_IN_NONBLOCK): Likewise.
6813         (__ASSUME_PIPE2): Likewise.
6814         (__ASSUME_EVENTFD2): Likewise.
6815         (__ASSUME_SIGNALFD4): Likewise.
6816         (__ASSUME_DUP3): Likewise.
6817         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
6818         (__ASSUME_O_CLOEXEC): Likewise.
6819         (__ASSUME_SOCK_CLOEXEC): Likewise.
6820         (__ASSUME_IN_NONBLOCK): Likewise.
6821         (__ASSUME_PIPE2): Likewise.
6822         (__ASSUME_EVENTFD2): Likewise.
6823         (__ASSUME_SIGNALFD4): Likewise.
6824         (__ASSUME_DUP3): Likewise.
6825         * sysdeps/unix/sysv/linux/mips/kernel-features.h
6826         (__ASSUME_EVENTFD2): Likewise.
6827         (__ASSUME_SIGNALFD4): Likewise.
6828         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
6830 2014-05-12  Andreas Schwab  <schwab@suse.de>
6832         [BZ #16932]
6833         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
6834         (_nss_nis_gethostbyname4_r): Return error if item length is larger
6835         than maximum RPC packet size.
6836         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
6837         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
6838         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
6839         (_nss_nis_getservbyport_r): Likewise.
6841 2014-05-12  Will Newton  <will.newton@linaro.org>
6843         * malloc/Makefile (tests): Add tst-mallopt.
6844         * malloc/tst-mallopt.c: New file.
6846 2014-05-09  Roland McGrath  <roland@hack.frob.com>
6848         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
6849         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
6851 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6853         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
6854         (tst-tlsmod6.so): Likewise.
6856 2014-05-09  Roland McGrath  <roland@hack.frob.com>
6858         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
6860 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
6862         [BZ #16064]
6863         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
6864         and <dl-procinfo.h>.
6865         (__fegetenv): Save SSE state in envp->__eip if supported.
6866         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
6867         envp->__eip if supported.
6868         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
6869         and <dl-procinfo.h>.
6870         (__fesetenv): Always set __eip, __cs_selector, __opcode,
6871         __data_offset and __data_selector in environment to 0.  Set SSE
6872         state if supported.
6873         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
6874         test-fenv-sse.
6875         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
6876         -mfpmath=sse.
6877         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
6879 2014-05-09  Will Newton  <will.newton@linaro.org>
6881         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
6882         and libc_relro_required for ARM.
6883         * sysdeps/arm/preconfigure: Regenerate.
6885 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
6886             Stefan Liebler  <stli@linux.vnet.ibm.com>
6888         * config.make.in (enable-lock-elision): New Makefile variable.
6889         * configure.ac: Likewise.
6890         * configure: Regenerate.
6891         * sysdeps/s390/configure.ac:
6892         Add check for gcc transactions support.
6893         * sysdeps/s390/configure: Regenerate.
6894         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
6895         Build elision files if enabled.
6896         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
6897         Add lock elision support for s390.
6898         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
6899         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
6900         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
6901         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
6902         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
6903         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
6904         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
6905         Likewise.
6906         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
6907         Likewise.
6908         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
6909         Likewise.
6910         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
6911         Likewise.
6912         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
6913         (__lll_timedlock_elision, __lll_lock_elision)
6914         (__lll_unlock_elision, __lll_trylock_elision)
6915         (lll_timedlock_elision, lll_lock_elision)
6916         (lll_unlock_elision, lll_trylock_elision): Add.
6917         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
6918         (pthread_mutex_t): Add lock elision support for s390.
6920 2014-05-14  Wilco  <wdijkstr@arm.com>
6922         * sysdeps/arm/fclrexcpt.c: Cleanup.
6923         * sysdeps/arm/fedisblxcpt.c: Cleanup.
6924         * sysdeps/arm/feenablxcpt.c: Cleanup.
6925         * sysdeps/arm/fegetenv.c: Cleanup.
6926         * sysdeps/arm/fegetexcept.c: Cleanup.
6927         * sysdeps/arm/fegetround.c: Cleanup.
6928         * sysdeps/arm/feholdexcpt.c: Cleanup.
6929         * sysdeps/arm/fesetenv.c: Cleanup.
6930         * sysdeps/arm/fesetround.c: Cleanup.
6931         * sysdeps/arm/feupdateenv.c: Cleanup.
6932         * sysdeps/arm/fgetexcptflg.c: Cleanup.
6933         * sysdeps/arm/fraiseexcpt.c: Cleanup.
6934         * sysdeps/arm/fsetexcptflg.c: Cleanup.
6935         * sysdeps/arm/ftestexcept.c: Cleanup.
6936         * sysdeps/arm/get-rounding-mode.h: Cleanup.
6937         * sysdeps/arm/setfpucw.c: Cleanup.
6939 2014-05-09  Will Newton  <will.newton@linaro.org>
6941         * sysdeps/arm/armv7/strcmp.S: New file.
6942         * NEWS: Mention addition of ARMv7 optimized strcmp.
6944 2014-05-08  Roland McGrath  <roland@hack.frob.com>
6946         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
6947         look for %.ac rather than %.in.
6949         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
6950         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
6951         * sysdeps/mach/hurd/configure: Regenerated.
6952         * sysdeps/unix/sysv/linux/configure: Regenerated.
6954         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
6956 2014-05-07  Steve Ellcey  <sellcey@mips.com>
6958         [BZ# 16922]
6959         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
6960         (LONG_SUB): Ditto.
6961         (PTR_SUB): Ditto.
6963 2014-05-07  Andreas Schwab  <schwab@suse.de>
6965         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
6966         when skipping over non-matching result from nscd.
6968 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
6970         [BZ #16876]
6971         * nptl/sockperf.c (client): Check socket return value.
6973         [BZ #16877]
6974         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
6975         nscd security class.
6977 2014-05-06  Roland McGrath  <roland@hack.frob.com>
6979         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
6980         * sysdeps/arm/unwind.h: ... here.
6982 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
6984         [BZ# 16916]
6985         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
6986         Define.
6988 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
6990         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
6991         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
6992         multiarch strncpy for PPC64.
6993         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
6994         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
6995         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
6996         multiarch optimizations.
6997         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
6998         (__libc_ifunc_impl_list): Likewise.
6999         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
7000         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
7001         multiarch stpncpy for PPC64.
7002         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
7003         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
7005 2014-05-06  Andreas Schwab  <schwab@suse.de>
7007         [BZ #16912]
7008         * gmon/mcount.c (_MCOUNT_DECL): Use
7009         atomic_compare_and_exchange_bool_acq instead of
7010         catomic_compare_and_exchange_bool_acq.
7012 2014-05-05  Roland McGrath  <roland@hack.frob.com>
7014         * elf/Makefile (others, install-bin): Remove pldd.
7015         (pldd-modules): Variable removed.
7016         ($(objpfx)pldd): Target removed.
7017         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
7018         (others, install-bin): Append pldd here.
7019         ($(objpfx)pldd): New target.
7021         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
7022         to 0, so the first #if test emitted later doesn't see it undefined.
7023         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
7024         * sysdeps/gnu/errlist.c: Regenerated.
7026 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7028         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
7029         [libc_hidden_builtin_def]: Define to empty value.
7030         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
7031         [libc_hidden_builtin_def]: Likewise.
7032         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
7033         [libc_hidden_builtin_def]: Likewise.
7034         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
7035         [libc_hidden_builtin_def]: Likewise.
7036         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
7037         __redirect_memcpy and define ifunc as default hidden symbol.
7038         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
7039         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
7041 2014-05-04  Adam Conrad  <adconrad@0c3.net>
7043         * locale/iso-4217.def: Reintroduce XDR currency.
7045 2014-05-04  Allan McRae  <allan@archlinux.org>
7047         * po/eo.po: Update Esperanto translation from translation project.
7049 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
7051         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
7052         and FEATURE_INDEX_MAX to 1.
7053         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
7055 2014-05-01  Steve Ellcey  <sellcey@mips.com>
7057         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
7058         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
7059         * iconvdata/big5.c (ONE_DIRECTION): Define.
7060         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
7061         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
7062         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
7063         * iconvdata/cp932.c (ONE_DIRECTION): Define.
7064         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
7065         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
7066         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
7067         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
7068         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
7069         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
7070         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
7071         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
7072         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
7073         * iconvdata/gbk.c (ONE_DIRECTION): Define.
7074         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
7075         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
7076         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
7077         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
7078         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
7079         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
7080         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
7081         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
7082         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
7083         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
7084         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
7085         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
7086         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
7087         * iconvdata/iso646.c (ONE_DIRECTION): Define.
7088         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
7089         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
7090         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
7091         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
7092         * iconvdata/johab.c (ONE_DIRECTION): Define.
7093         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
7094         * iconvdata/sjis.c (ONE_DIRECTION): Define.
7095         * iconvdata/t.61.c (ONE_DIRECTION): Define.
7096         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
7097         * iconvdata/tscii.c (ONE_DIRECTION): Define.
7098         * iconvdata/uhc.c (ONE_DIRECTION): Define.
7099         * iconvdata/unicode.c (ONE_DIRECTION): Define.
7100         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
7101         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
7102         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
7104 2014-05-01  Roland McGrath  <roland@hack.frob.com>
7106         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
7107         (_IO_JUMPS_OFFSET): Define to 0.
7109         * nptl/sysdeps/pthread/bits/libc-lock.h
7110         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
7111         (__libc_lock_define_initialized_recursive): Always define using
7112         initializer.  Modern compilers treat uninitialized (implicit zero) and
7113         explicit zero initializers the same (i.e. put the datum in bss).
7115 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
7117         * nscd/nscd-client.h: Include <string.h>.
7119 2014-05-01  David S. Miller  <davem@davemloft.net>
7121         [BZ #16885]
7122         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
7123         multiple zero bytes exist at the end of a string.
7124         Reported by Aurelien Jarno <aurelien@aurel32.net>
7126         * string/test-strcmp.c (check): Add explicit test for situations where
7127         there are multiple zero bytes after the first.
7129 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
7131         [BZ #16890]
7132         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
7133         when compiling wprintf.
7134         * stdio-common/tstdiomisc.c (t3): New function.
7135         (main): Call it.
7137 2014-05-01  Steve Ellcey  <sellcey@mips.com>
7139         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
7140         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
7141         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
7142         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
7144 2014-05-01  Steve Ellcey  <sellcey@mips.com>
7146         * stdlib/longlong.h: Updated from GCC.
7148 2014-05-01  Will Newton  <will.newton@linaro.org>
7149             Bernard Ogden  <bernie.ogden@linaro.org>
7151         * NEWS: Update fixed bug list.
7153         [BZ #15119]
7154         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
7156 2014-04-30  David S. Miller  <davem@davemloft.net>
7158         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
7159         (libc_feholdexcept_setround_sparc_ctx): New function.
7160         (libc_fesetenv_sparc_ctx): Likewise.
7161         (libc_feupdateenv_sparc_ctx): Likewise.
7162         (libc_feholdsetround_sparc_ctx): Likewise.
7163         (libc_feholdexcept_setround_ctx): Define.
7164         (libc_feholdexcept_setroundf_ctx): Likewise.
7165         (libc_feholdexcept_setroundl_ctx): Likewise.
7166         (libc_fesetenv_ctx): Likewise.
7167         (libc_fesetenvf_ctx): Likewise.
7168         (libc_fesetenvl_ctx): Likewise.
7169         (libc_feupdateenv_ctx): Likewise.
7170         (libc_feupdateenvf_ctx): Likewise.
7171         (libc_feupdateenvl_ctx): Likewise.
7172         (libc_feresetround_ctx): Likewise.
7173         (libc_feresetroundf_ctx): Likewise.
7174         (libc_feresetroundl_ctx): Likewise.
7175         (libc_feholdsetround_ctx): Likewise.
7176         (libc_feholdsetroundf_ctx): Likewise.
7177         (libc_feholdsetroundl_ctx): Likewise.
7179         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
7180         with __USE_GNU instead of XOPEN cpp guards.
7182         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
7183         0.
7185         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
7186         with XOPEN cpp guards.
7188 2014-04-30  Julian Brown  <julian@codesourcery.com>
7190         [BZ #16888]
7191         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
7192         handling.
7194 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
7196         [BZ #9894]
7197         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
7198         Change to 2.6.32.
7199         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
7200         * sysdeps/unix/sysv/linux/configure: Regenerated.
7201         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
7202         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
7203         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
7204         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
7205         * README: Update reference to required Linux kernel version.
7206         * manual/install.texi (Linux): Update reference to required Linux
7207         kernel headers version.
7208         * INSTALL: Regenerated.
7210         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
7211         header inclusion.
7212         [POSIX] (limits.h): Likewise.
7213         [POSIX] (math.h): Likewise.
7214         [POSIX] (sys/wait.h): Likewise.
7215         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
7216         function.
7217         [POSIX] (stddef.h): Do not allow header inclusion.
7219 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7221         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
7223 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
7225         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
7226         Return immediately after lll_futex_wake.
7228 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
7230         [BZ #16791]
7231         * nscd/nscd-client.h (datahead_init_common): Initialize entire
7232         structure.
7233         (datahead_init_pos): Call datahead_init_common early.
7234         (datahead_init_neg): Likewise.
7236         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
7237         datahead_init_neg): New functions.
7238         * nscd/aicache.c (addhstaiX): Use them.
7239         * nscd/grpcache.c (cache_addgr): Likewise.
7240         * nscd/hstcache.c (cache_addhst): Likewise.
7241         * nscd/initgrcache.c (addinitgroupsX): Likewise.
7242         * nscd/netgroupcache.c (do_notfound): Likewise.
7243         (addgetnetgrentX): Likewise.
7244         (addinnetgrX): Likewise.
7245         * nscd/pwdcache.c (cache_addpw): Likewise.
7246         * nscd/servicescache.c (cache_addserv): Likewise.
7248 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
7249             Atsushi Onoe  <atsushi@onoe.org>
7251         [BZ #14308]
7252         [BZ #12994]
7253         [BZ #13651]
7254         * resolv/res_query.c (__libc_res_nsearch): Return if at least
7255         one response is valid.
7256         * resolv/res_send.c (send_dg): Check for validity of other
7257         response if the current response is a referral.
7259 2014-04-29  Steve Ellcey  <sellcey@mips.com>
7261         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
7263 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
7265         [BZ #16823]
7266         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
7267         Always divide by positive zero when computing -Inf result.
7268         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
7269         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
7271 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7273         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
7274         FPSCR if value do not change.
7275         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
7276         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
7277         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
7278         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
7279         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
7280         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
7281         function.
7283 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
7285         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
7286         * sysdeps/unix/sysv/linux/hppa: Move directory from
7287         ports/systeps/unix/sysv/linux/hppa.
7288         * README: Update listing for hppa-*-linux-gnu.
7290 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
7292         [BZ #16754]
7293         * manual/stdio.texi (Hook functions): Fix types of stream hook
7294         functions.
7295         [BZ #16854]
7296         * socket/sys/socket.h: Fix typo in comment.
7298 2014-04-28  Wilco  <wdijkstr@arm.com>
7300         * sysdeps/arm/fenv_private.h: New file.
7301         * sysdeps/arm/math_private.h: New file.
7302         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
7304 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
7306         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
7307         with __int128_t.
7308         (La_x86_64_retval): Likewise.
7310 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
7312         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
7313         fpsr if value didn't change.
7314         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
7315         to fpcr if value didn't change.
7316         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
7317         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
7318         fpsr or fpcr if value didn't change.
7319         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
7320         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
7321         fpcr if value didn't change.
7322         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
7323         to fpsr if value didn't change.
7325 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
7327         * nptl/tst-sem3.c: Use test-skeleton.c
7328         (main): Rename to do_test.  Use return instead of
7329         exit.
7330         * nptl/tst-sem4.c: Use test-skeleton.c
7331         (main): Rename to do_test.
7333 2014-04-22  David S. Miller  <davem@davemloft.net>
7335         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
7336         (struct sigaction): New struct member __glibc_reserved0, change
7337         type of sa_flags to int.
7339 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
7341         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
7342         (COUNT_LEADING_ZEROS_0): Define for AArch64.
7344 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
7346         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
7347         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
7349 2014-04-22  Will Newton  <will.newton@linaro.org>
7350             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
7352         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
7353         (__longjmp): Add longjmp and longjmp_target SystemTap
7354         probes.
7355         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
7356         (__sigsetjmp): Add setjmp SystemTap probe.
7358 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
7360         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
7361         match manual order.
7363 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7365         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
7367         * sysdeps/powerpc/fpu/fenv_private.h
7368         (libc_feholdexcept_setroundl_ctx): Define to
7369         libc_feholdexcept_setround_ppc_ctx.
7370         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
7371         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
7372         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
7373         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
7375 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
7377         * sysdeps/aarch64/math-tests.h: New file.
7379 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
7381         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
7382         New.
7383         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
7384         Check and set bit_AVX2_Usable.
7385         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
7386         macro.
7387         (bit_AVX2): Likewise.
7388         (index_AVX2_Usable): Likewise.
7389         (CPUID_AVX2): Likewise.
7390         (HAS_AVX2): Likewise.
7392 2014-04-17  Will Newton  <will.newton@linaro.org>
7394         * manual/setjmp.texi (System V contexts): Add note that
7395         calling setcontext on a context created by a call to a
7396         signal handler is undefined.  Update text to note that
7397         setcontext from a signal handler is possible but not
7398         recommended.
7400         [BZ #16629]
7401         * stdlib/tst-setcontext.c: Include signal.h.
7402         (main): Check that the signal stack before and
7403         after swapcontext is the same.
7405         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
7406         Re-implement to restore registers in user code and avoid
7407         rt_sigreturn system call.
7409 2014-04-17  Wilco  <wdijkstr@arm.com>
7411         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
7412         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
7413         * math/test-fenv.c: Skip exception trap tests on targets which only
7414         support non-stop mode.
7416 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
7417             Wilco Dijkstra  <wilco.dijkstra@arm.com>
7419         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
7420         (libc_feholdsetround_aarch64_ctx)
7421         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
7422         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
7423         (libc_feresetround_ctx, libc_feresetroundf_ctx)
7424         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
7425         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
7426         (libc_feresetround_noexl_ctx): Define.
7428 2014-04-16  Richard Henderson  <rth@redhat.com>
7430         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
7432         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
7433         unwind tables.
7435         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
7436         const from the non-libc, non-ldso copy.
7438         * sysdeps/alpha/libm-test-ulps: Regenerate.
7440 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
7441             Wilco Dijkstra  <wilco.dijkstra@arm.com>
7443         * sysdeps/aarch64/fpu/math_private.h: New file.
7445 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
7447         * sysdeps/aarch64/libm-test-ulps: Regenerate.
7449 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
7451         [BZ #16275]
7452         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
7453         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
7454         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
7455         Intel MPX bound registers before _dl_profile_fixup.
7456         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
7457         registers after _dl_profile_fixup.  Save and restore bound
7458         registers bnd0/bnd1 when calling _dl_call_pltexit.
7459         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
7460         (LR_BND_OFFSET): Likewise.
7461         (LRV_BND0_OFFSET): Likewise.
7462         (LRV_BND1_OFFSET): Likewise.
7464 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
7466         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
7467         to...
7468         * sysdeps/mach/hurd/i386/tls.h: ... here.
7469         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
7470         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
7471         fields.
7473 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
7475         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
7477 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
7479         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
7481 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
7483         [BZ #14770]
7484         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
7485         * sysdeps/s390/configure: Regenerate.
7487         [BZ #16824]
7488         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
7489         Set round-to-nearest internally to reduce error accumulation.
7491 2014-04-16  Alan Modra  <amodra@gmail.com>
7493         [BZ #16740]
7494         [BZ #16619]
7495         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
7496         * math/libm-test.inc (frexp_test_data): Add tests.
7497         * NEWS: Update fixed bug list.
7499 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
7501         * benchtests/Makefile: Depend on libraries in build directory.
7502         (bench-math): Separate out math tests.
7503         (bench-pthread): Separate out pthread tests.
7504         (bench): Include math and pthread tests.
7506 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
7508         [BZ #16831]
7509         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
7510         _dl_debug_initialize.
7512         * configure.ac: Remove SELinux header check.
7513         * configure: Regenerate.
7514         * nscd/selinux.c (perms): Array of const char* to permission names.
7515         (nscd_request_avc_has_perm): Call security_deny_unknown to find
7516         default policy. Call string_to_security_class and string_to_av_perm to
7517         translate strings. Enforce default policy and call avs_has_perm with
7518         results of translated strings.
7520 2014-04-13  David S. Miller  <davem@davemloft.net>
7522         * sysdeps/sparc/fpu/libm-test-ulps: Update.
7524 2014-04-12  Allan McRae  <allan@archlinux.org>
7526         [BZ #16838]
7527         * manual/string.texi (Collation Functions): Fix qsort argument
7528         order in example.
7529         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
7531 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
7533         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
7534         Make the test a no-op if there are no exceptions defined.
7536 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
7538         * elf/Makefile (tests): make tst-dlopen-aout conditional on
7539         enable-hardcoded-path-in-tests
7541 2014-04-11  Will Newton  <will.newton@linaro.org>
7543         * benchtests/Makefile (extra-objs): Add json-lib.o.
7544         (bench-func): Tidy up JSON output.
7545         * benchtests/bench-skeleton.c: Include json-lib.h.
7546         (main): Use JSON library functions to do output of
7547         benchmark results.
7548         * benchtests/bench-timing-type.c (main): Output the
7549         timing type simply, leaving formatting to the user.
7550         * benchtests/json-lib.c: New file.
7551         * benchtests/json-lib.h: Likewise.
7553 2014-04-11  Torvald Riegel  <triegel@redhat.com>
7555         [BZ #15215]
7556         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
7557         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
7558         memory barriers.  Add comments.
7559         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
7560         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
7561         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
7562         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
7563         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
7564         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
7566 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
7568         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
7569         * sysdeps/s390/s390-64/configure.ac: ... this ...
7570         * sysdeps/s390/configure.ac: ... to here.
7571         * sysdeps/s390/s390-32/configure: Delete file.
7572         * sysdeps/s390/s390-64/configure: Delete file.
7573         * sysdeps/s390/configure: Regenerate.
7575 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
7577         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
7579 2014-04-11  Will Newton  <will.newton@linaro.org>
7581         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
7582         to zero if it is not defined elsewhere.  (mtrim): Test
7583         the value of MALLOC_DEBUG with #if rather than #ifdef.
7585 2014-04-10 Torvald Riegel  <triegel@redhat.com>
7587         * benchtests/pthread_once-inputs: New file.
7588         * benchtests/pthread_once-source.c: New file.
7589         * benchtests/README: Update documentation.
7591 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
7592             H.J. Lu  <hongjiu.lu@intel.com>
7594         [BZ #16275]
7595         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
7596         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
7597         * sysdeps/x86_64/configure: Regenerated.
7598         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
7599         macro.
7600         (REGISTER_SAVE_RAX): Likewise.
7601         (REGISTER_SAVE_RCX): Likewise.
7602         (REGISTER_SAVE_RDX): Likewise.
7603         (REGISTER_SAVE_RSI): Likewise.
7604         (REGISTER_SAVE_RDI): Likewise.
7605         (REGISTER_SAVE_R8): Likewise.
7606         (REGISTER_SAVE_R9): Likewise.
7607         (REGISTER_SAVE_BND0): Likewise.
7608         (REGISTER_SAVE_BND1): Likewise.
7609         (REGISTER_SAVE_BND2): Likewise.
7610         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
7611         bound registers when calling _dl_fixup.
7613 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7615         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
7616         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
7617         of its definition.
7618         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
7619         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
7620         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
7621         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
7622         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
7623         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
7624         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
7626 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
7628         [BZ #15514]
7629         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
7630         pathconf(_PC_NAME_MAX).
7632 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7634         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
7635         Remove macro usage.
7636         (__PTHREAD_SPINS): Move definition to ...
7637         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
7638         (__PTHREAD_SPINS): ... here.
7639         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
7640         (__PTHREAD_SPIN): Likewise.
7641         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
7642         (__PTHREAD_SPIN): Likewise.
7643         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
7644         (__PTHREAD_SPIN): Likewise.
7645         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
7646         (__PTHREAD_SPIN): Likewise.
7647         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
7648         (__PTHREAD_SPIN): Likewise.
7649         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
7650         (__PTHREAD_SPIN): Likewise.
7651         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
7652         (__PTHREAD_SPIN): Likewise.
7653         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
7654         (__PTHREAD_SPIN): Likewise.
7655         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
7656         (__PTHREAD_SPIN): Likewise.
7657         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
7658         (__PTHREAD_SPIN): Likewise.
7659         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
7660         (__PTHREAD_SPIN): Likewise.
7661         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
7662         (__PTHREAD_SPIN): Likewise.
7664         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
7665         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
7666         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
7667         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
7668         imply folder.
7669         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
7670         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
7671         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
7672         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
7673         correct imply path.
7674         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
7675         strlen symbol for non multi-arch builds.
7676         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
7677         missing hidden_def and weak_alias.
7679 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
7681         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
7683 2014-04-07  Will Newton  <will.newton@linaro.org>
7685         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
7686         and contents.  [!_LIBC] Remove #ifndef and contents.
7687         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
7688         * string/memccpy.c (__memccpy): Use ANSI prototype.
7689         * string/memfrob.c (memfrob): Likewise.
7690         * string/strcoll.c (STRCOLL): Likewise.
7691         * string/strlen.c (strlen): Likewise.
7692         * string/strtok.c (STRTOK): Likewise.
7693         * string/strcat.c: Remove unused #include of memcopy.h.
7694         (strcat): Use ANSI prototype.
7695         * string/strchr.c: Remove unused #include of memcopy.h.
7696         (strchr): Use ANSI prototype.
7697         * string/strcmp.c: Remove unused #include of memcopy.h.
7698         (strcmp): Use ANSI prototype.
7699         * string/strcpy.c: Remove unused #include of memcopy.h.
7700         (strcpy): Use ANSI prototype.
7702 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7704         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
7705         * config.make.in (config-extra-cppflags): Set it from
7706         libc_extra_cppflags.
7707         * configure.ac (libc_extra_cflags): Make it accumulate over
7708         configure fragments.
7709         (libc_extra_cppflags): New flag.
7710         * configure. Regenerate.
7711         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
7712         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
7713         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
7714         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
7716         [BZ #16815]
7717         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
7718         result for FE_DOWNWARD rounding mode.
7719         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
7720         Likewise.
7721         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
7723 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
7725         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
7726         in function argument name.
7728 2014-04-03  David Svoboda  <svoboda@cert.org>
7730         [BZ #5666]
7731         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
7732         explicitly.
7734 2014-04-03  Roland McGrath  <roland@hack.frob.com>
7736         * elf/dl-unmap-segments.h: New file.
7737         * sysdeps/generic/ldsodefs.h
7738         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
7739         * elf/dl-close.c: Include <dl-unmap-segments.h>.
7740         * elf/dl-fptr.c: Likewise.
7741         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
7742         * sysdeps/aarch64/tlsdesc.c: Likewise.
7743         * sysdeps/arm/tlsdesc.c: Likewise.
7744         * sysdeps/i386/tlsdesc.c: Likewise.
7745         * sysdeps/tile/dl-runtime.c: Likewise.
7746         * sysdeps/x86_64/tlsdesc.c: Likewise.
7747         * elf/dl-load.h: New file.
7748         * elf/dl-load.c: Include it.
7749         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
7750         Macros moved to dl-load.h.
7751         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
7752         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
7753         Use _dl_unmap_segments in place of __munmap.
7754         Break out segment-mapping loop into ...
7755         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
7757 2014-04-03  Will Newton  <will.newton@linaro.org>
7759         * elf/dl-lookup.c (do_lookup_x): Remove comment
7760         referring to nested function and move variable
7761         declarations down to before first use.
7763 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
7765         [BZ #16799]
7766         [BZ #16800]
7767         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
7768         with 0 numerator.
7769         * math/s_catanf.c (__catanf): Likewise.
7770         * math/s_catanh.c (__catanh): Likewise.
7771         * math/s_catanhf.c (__catanhf): Likewise.
7772         * math/s_catanhl.c (__catanhl): Likewise.
7773         * math/s_catanl.c (__catanl): Likewise.
7774         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
7775         by positive zero when computing -Inf result.
7776         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
7777         (catanh_test): Likewise.
7778         * sysdeps/i386/fpu/libm-test-ulps: Update.
7779         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7781         [BZ #16789]
7782         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
7783         instead of using underflowing value in computing result.
7784         * math/s_clog10.c (__clog10): Likewise.
7785         * math/s_clog10f.c (__clog10f): Likewise.
7786         * math/s_clog10l.c (__clog10l): Likewise.
7787         * math/s_clogf.c (__clogf): Likewise.
7788         * math/s_clogl.c (__clogl): Likewise.
7789         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
7790         (clog10_test): Likewise.
7791         * sysdeps/i386/fpu/libm-test-ulps: Update.
7792         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7794 2014-04-02  Alan Modra  <amodra@gmail.com>
7796         [BZ #16739]
7797         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
7798         output when value is near a power of two.  Use int64_t for lx and
7799         remove casts.  Use decimal rather than hex exponent constants.
7800         Don't use long double multiplication when double will suffice.
7801         * math/libm-test.inc (nextafter_test_data): Add tests.
7802         * NEWS: Add 16739 and 16786 to bug list.
7804         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
7806         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
7808 2014-04-01  Will Newton  <will.newton@linaro.org>
7810         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
7811         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
7813 2014-04-01  Florian Weimer  <fweimer@redhat.com>
7815         [BZ #13347]
7816         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
7817         * nptl/tst-setuid2.c: New file.
7818         * nptl/Makefile (xtests): Add tst-setuid2.
7820 2014-04-01  Alan Modra  <amodra@gmail.com>
7822         [BZ #16786]
7823         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
7825 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
7827         [BZ #6803]
7828         [BZ #6804]
7829         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
7830         set errno as appropriate.
7831         * math/w_scalbf.c (__scalbf): Likewise.
7832         * math/w_scalbl.c (__scalbl): Likewise.
7833         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
7834         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
7835         * math/libm-test.inc (scalb_test_data): Add errno expectations.
7836         Add more NaN tests.
7838         [BZ #16349]
7839         * math/w_atan2.c: Include <errno.h>.
7840         (__atan2): Set errno for result underflowing to zero.
7841         * math/w_atan2f.c: Include <errno.h>.
7842         (__atan2f): Set errno for result underflowing to zero.
7843         * math/w_atan2l.c: Include <errno.h>.
7844         (__atan2l): Set errno for result underflowing to zero.
7845         * math/auto-libm-test-in: Don't allow missing errno for some atan2
7846         tests.
7847         * math/auto-libm-test-out: Regenerated.
7849 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7851         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
7852         Encode instruction correctly in little endian.
7853         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
7854         Likewise.
7855         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
7856         Likewise.
7857         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
7858         Likewise.
7859         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
7860         Likewise.
7862 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
7864         [BZ #9894]
7865         * sysdeps/unix/sysv/linux/kernel-features.h
7866         [__sparc__ && !__arch64__ && !__sparc_v9__]
7867         (__ASSUME_SET_ROBUST_LIST): Do not define.
7868         [__sparc__ && !__arch64__ && !__sparc_v9__]
7869         (__ASSUME_FUTEX_LOCK_PI): Likewise.
7870         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
7871         Likewise.
7872         * sysdeps/unix/sysv/linux/arm/kernel-features.h
7873         (__ASSUME_FUTEX_LOCK_PI): Undefine.
7874         (__ASSUME_REQUEUE_PI): Likewise.
7875         (__ASSUME_SET_ROBUST_LIST): Likewise.
7876         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
7877         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
7878         Undefine.
7879         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
7880         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
7881         Likewise.
7882         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
7883         Likewise.
7884         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
7885         Likewise.
7886         * sysdeps/unix/sysv/linux/mips/kernel-features.h
7887         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
7888         Undefine.
7889         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
7890         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
7891         Likewise.
7893         [BZ #16648]
7894         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
7895         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
7896         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
7898 2014-03-31  Will Newton  <will.newton@linaro.org>
7900         * benchtests/Makefile (bench): Add ffs and ffsll to list
7901         of tests.
7902         * benchtests/ffs-inputs: New file.
7903         * benchtests/ffsll-inputs: Likewise.
7905 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
7907         [BZ #16770]
7908         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
7909         too large before casting to int.
7910         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
7911         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
7912         * math/libm-test.inc (scalb_test_data): Add more tests.
7914 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
7916         * benchtests/Makefile (DETAILED_OPT): New make option.
7917         (bench-func): Run benchmark program with -d if DETAILED_OPT is
7918         set.
7919         * benchtests/bench-skeleton.c: Include stdbool.h.
7920         (main): Store and print timings per input.
7921         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
7922         member to each argument value.
7923         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
7924         (_print_arg_data): Initialize per-input timing to 0.
7926         * benchtests/Makefile (timing-type): New binary.
7927         (bench-clean): Also remove bench-timing-type.
7928         (bench): New target for timing-type.
7929         (bench-func): Print output in JSON format.
7930         * benchtests/bench-skeleton.c (main): Print output in JSON
7931         format.
7932         * benchtests/bench-timing-type.c: New file.
7933         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
7934         (TIMING_PRINT_STATS): Remove.
7935         * benchtests/scripts/bench.py (_print_arg_data): Store variant
7936         name separately.
7938         * benchtests/bench-modf.c: Remove.
7939         * benchtests/modf-inputs: New inputs file.
7941 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
7943         [BZ #16362]
7944         * math/s_clog10.c (M_PI_LOG10E): New macro.
7945         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
7946         imaginary parts are 0.
7947         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
7948         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
7949         imaginary parts are 0.
7950         * math/s_clog10l.c (M_PI_LOG10El): New macro.
7951         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
7952         imaginary parts are 0.
7953         * math/libm-test.inc (clog10_test_data): Update expected results
7954         for when real and imaginary parts are 0.
7956 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
7958         * elf/dl-load.c: Finish conversion of __builtin_expect into
7959         __glibc_{un}likely.
7961 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
7963         [BZ #16348]
7964         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
7965         1+x for argument with exponent below -67.
7966         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
7967         Likewise.
7968         * math/auto-libm-test-in: Add more tests of exp.
7969         * math/auto-libm-test-out: Regenerated.
7971 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
7973         [BZ #16759]
7974         * inet/getnetgrent_r.c (get_nonempty_val): New function.
7975         (nscd_getnetgrent): Use it.
7977         [BZ #16760]
7978         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
7979         of stpcpy.
7981 2014-03-27  Andi Kleen  <ak@linux.intel.com>
7983         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
7984         (lll_robust_lock, lll_cond_lock, lll_timedlock)
7985         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
7986         (lll_robust_unlock): Remove out of line section. Use cfi
7987         intrinsics.
7988         (LLL_STUB_UNWIND_INFO*): Remove.
7989         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
7990         (lll_robust_lock, lll_cond_lock, lll_timedlock)
7991         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
7992         (lll_robust_unlock): Remove out of line section. Use cfi
7993         intrinsics.
7994         (LLL_STUB_UNWIND_INFO*): Remove.
7996 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
7998         [BZ #16758]
7999         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
8000         blank values.
8002 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
8004         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
8006 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
8008         [BZ #16198]
8009         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
8010         fnstenv.
8011         * math/test-fenv-preserve.c: New file.
8012         * math/Makefile (tests): Add test-fenv-preserve.
8014 2014-03-26  Will Newton <will.newton@linaro.org>
8016         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
8018 2014-03-25  Roland McGrath  <roland@hack.frob.com>
8020         * scripts/versionlist.awk: Partition the version sets and emit all
8021         GLIBC_* (sorted) before all others (sorted).
8023 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
8025         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
8026         GLIBC_2.2.5 version.
8028 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8030         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
8031         calls.
8033         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
8034         previous change.
8036         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8038 2014-03-25  Andreas Schwab  <schwab@suse.de>
8040         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
8041         label to be used after in6ailist is initialized.
8043 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8045         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
8046         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
8048 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
8050         [BZ #16357]
8051         [BZ #16599]
8052         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
8053         min_plus_half.
8054         (fp_formats): Update initializers.
8055         (init_fp_formats): Initialize new field.
8056         (output_for_one_input_case): Allow underflow for results up to
8057         min_plus_half.
8058         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
8059         * math/auto-libm-test-in: Don't mark some underflows from asin and
8060         atanh as spurious.
8061         * math/auto-libm-test-out: Regenerated.
8062         * sysdeps/i386/fpu/libm-test-ulps: Update.
8063         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8065 2014-03-25  Andreas Schwab  <schwab@suse.de>
8067         * libio/Makefile (tst-ftell-partial-wide-ENV)
8068         (tst-ftell-active-handler-ENV): Define.
8070 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
8072         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
8074 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
8076         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
8078 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
8080         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
8081         * sysdeps/x86_64/fpu/multiarch/e_exp.c
8082         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
8084 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
8086         [BZ #16634]
8087         * elf/dl-load.c (open_verify): Add mode parameter.
8088         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
8089         (open_path): Change from boolean 'secure' to complete flag 'mode'
8090         (_dl_map_object): Adjust.
8091         * elf/Makefile (tests): Add tst-dlopen-aout.
8092         * elf/tst-dlopen-aout.c: New test.
8094 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
8096         [BZ #16714]
8097         * sysdeps/unix/sysv/linux/s390/bits/stat.h
8098         (struct stat): Rename member pad0 to __glibc_reserved0.
8100         [BZ #16712]
8101         * sysdeps/s390/s390-32/bits/wordsize.h
8102         (__WORDSIZE32_SIZE_ULONG): New define.
8103         * sysdeps/s390/s390-64/bits/wordsize.h
8104         (__WORDSIZE32_SIZE_ULONG): Likewise.
8105         * sysdeps/generic/stdint.h (SIZE_MAX):
8106         Define as UL if __WORDSIZE32_SIZE_ULONG.
8108         [BZ #16713]
8109         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
8110         (__glibc_reserved0): New variable.
8111         (sa_flags): Change type to int.
8113         * posix/Makefile (before-compile): Use += before-compile instead
8114         of a :=.
8116         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
8117         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
8119 2014-03-20  Andreas Schwab  <schwab@suse.de>
8121         [BZ #16743]
8122         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
8123         non-matching result from nscd.
8125 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
8127         * scripts/bench.py: Moved to ...
8128         * benchtests/scripts/bench.py: ... here.
8129         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
8131 2014-03-24  Andreas Schwab  <schwab@suse.de>
8133         [BZ #16002]
8134         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
8135         alloca_account and account alloca use for struct in6ailist.
8137 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
8139         [BZ #16284]
8140         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
8141         rounding mode to recompute results that overflow to infinity or
8142         underflow to zero.
8143         * math/auto-libm-test-in: Don't mark tests as expected to fail for
8144         bug 16284.
8145         * math/auto-libm-test-out: Regenerated.
8146         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
8147         (ccosh_test): Likewise.
8148         (csin_test_data): Use plus_oflow.
8149         (csin_test): Use ALL_RM_TEST.
8150         (csinh_test_data): Use plus_oflow.
8151         (csinh_test): Use ALL_RM_TEST.
8152         * sysdeps/i386/fpu/libm-test-ulps: Update.
8153         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8155 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
8157         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
8158         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
8159         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
8161         [BZ #16731]
8162         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
8163         when x - 1 is zero.
8164         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
8165         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
8166         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
8167         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
8168         argument is 1.
8169         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
8170         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
8171         zero.
8172         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
8173         * sysdeps/i386/fpu/libm-test-ulps: Update.
8174         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8176 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
8178         * scripts/bench.pl: Remove file.
8179         * scripts/bench.py: New benchmark script.
8180         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
8181         * benchtests/README: Mention python dependency.
8182         * scripts/pylintrc: New file.
8183         * scripts/pylint: New file.
8185         * bits/mathdef.h: Use #ifdef instead of #if.
8186         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
8187         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
8188         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
8189         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
8190         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
8191         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
8193 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8194             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
8196         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
8197         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
8198         and strpbrk-ppc64 objects.
8199         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
8200         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
8201         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
8202         multiarch strpbrk for POWER7.
8203         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
8204         multiarch strpbrk for PPC64.
8205         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
8206         ifunc selector.
8207         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
8208         strpbrk for POWER7.
8210 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
8212         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
8213         (atan_test): Likewise.
8214         (atanh_test_data): Use NO_TEST_INLINE for two tests.
8215         (atanh_test): Use ALL_RM_TEST.
8216         (atan2_test_data): Likewise.
8217         (cabs_test): Likewise.
8218         (cacosh_test): Likewise.
8219         (carg_test): Likewise.
8220         (casin_test): Likewise.
8221         (casinh_test): Likewise.
8222         (cbrt_test): Likewise.
8223         (csqrt_test): Likewise.
8224         (erf_test): Likewise.
8225         (erfc_test): Likewise.
8226         (pow10_test): Likewise.
8227         (exp2_test): Likewise.
8228         (hypot_test): Likewise.
8229         (j0_test): Likewise.
8230         (j1_test): Likewise.
8231         (lgamma_test): Likewise.
8232         (gamma_test): Likewise.
8233         (sincos_test): Likewise.
8234         (tanh_test): Likewise.
8235         (y0_test): Likewise.
8236         (y1_test): Likewise.
8237         * sysdeps/i386/fpu/libm-test-ulps: Update.
8238         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8240 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8242         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
8243         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
8244         and strcspn-ppc64 objects.
8245         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
8246         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
8247         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
8248         multiarch strcspn for POWER7.
8249         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
8250         multiarch strcspn for PPC64.
8251         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
8252         ifunc selector.
8253         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
8254         strcspn for POWER7.
8256 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
8258         * math/gen-libm-test.pl (generate_testfile): Expect only function
8259         name as argument to AUTO_TESTS_* and pass results for all rounding
8260         modes to parse_args.
8261         (parse_auto_input): Separate inputs of automatic tests from
8262         outputs before storing in %auto_tests.
8263         * math/libm-test.inc (acos_test_data): Update call to
8264         AUTO_TESTS_f_f.
8265         (acos_test): Use ALL_RM_TEST.
8266         (acos_tonearest_test_data): Remove.
8267         (acos_test_tonearest): Likewise.
8268         (acos_towardzero_test_data): Likewise.
8269         (acos_test_towardzero): Likewise.
8270         (acos_downward_test_data): Likewise.
8271         (acos_test_downward): Likewise.
8272         (acos_upward_test_data): Likewise.
8273         (acos_test_upward): Likewise.
8274         (acosh_test_data): Update call to AUTO_TESTS_f_f.
8275         (asin_test_data): Likewise.
8276         (asin_test): Use ALL_RM_TEST.
8277         (asin_tonearest_test_data): Remove.
8278         (asin_test_tonearest): Likewise.
8279         (asin_towardzero_test_data): Likewise.
8280         (asin_test_towardzero): Likewise.
8281         (asin_downward_test_data): Likewise.
8282         (asin_test_downward): Likewise.
8283         (asin_upward_test_data): Likewise.
8284         (asin_test_upward): Likewise.
8285         (asinh_test_data): Update call to AUTO_TESTS_f_f.
8286         (atan_test_data): Likewise.
8287         (atanh_test_data): Likewise.
8288         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
8289         (cabs_test_data): Update call to AUTO_TESTS_c_f.
8290         (carg_test_data): Likewise.
8291         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
8292         (ccos_test_data): Update call to AUTO_TESTS_c_c.
8293         (ccosh_test_data): Likewise.
8294         (cexp_test_data): Likewise.
8295         (clog_test_data): Likewise.
8296         (clog10_test_data): Likewise.
8297         (cos_test_data): Update call to AUTO_TESTS_f_f.
8298         (cos_test): Use ALL_RM_TEST.
8299         (cos_tonearest_test_data): Remove.
8300         (cos_test_tonearest): Likewise.
8301         (cos_towardzero_test_data): Likewise.
8302         (cos_test_towardzero): Likewise.
8303         (cos_downward_test_data): Likewise.
8304         (cos_test_downward): Likewise.
8305         (cos_upward_test_data): Likewise.
8306         (cos_test_upward): Likewise.
8307         (cosh_test_data): Update call to AUTO_TESTS_f_f.
8308         (cosh_test): Use ALL_RM_TEST.
8309         (cosh_tonearest_test_data): Remove.
8310         (cosh_test_tonearest): Likewise.
8311         (cosh_towardzero_test_data): Likewise.
8312         (cosh_test_towardzero): Likewise.
8313         (cosh_downward_test_data): Likewise.
8314         (cosh_test_downward): Likewise.
8315         (cosh_upward_test_data): Likewise.
8316         (cosh_test_upward): Likewise.
8317         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
8318         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
8319         (ctan_test_data): Likewise.
8320         (ctan_test): Use ALL_RM_TEST.
8321         (ctan_tonearest_test_data): Remove.
8322         (ctan_test_tonearest): Likewise.
8323         (ctan_towardzero_test_data): Likewise.
8324         (ctan_test_towardzero): Likewise.
8325         (ctan_downward_test_data): Likewise.
8326         (ctan_test_downward): Likewise.
8327         (ctan_upward_test_data): Likewise.
8328         (ctan_test_upward): Likewise.
8329         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
8330         (ctanh_test): Use ALL_RM_TEST.
8331         (ctanh_tonearest_test_data): Remove.
8332         (ctanh_test_tonearest): Likewise.
8333         (ctanh_towardzero_test_data): Likewise.
8334         (ctanh_test_towardzero): Likewise.
8335         (ctanh_downward_test_data): Likewise.
8336         (ctanh_test_downward): Likewise.
8337         (ctanh_upward_test_data): Likewise.
8338         (ctanh_test_upward): Likewise.
8339         (erf_test_data): Update call to AUTO_TESTS_f_f.
8340         (erfc_test_data): Likewise.
8341         (exp_test_data): Likewise.
8342         (exp_test): Use ALL_RM_TEST.
8343         (exp_tonearest_test_data): Remove.
8344         (exp_test_tonearest): Likewise.
8345         (exp_towardzero_test_data): Likewise.
8346         (exp_test_towardzero): Likewise.
8347         (exp_downward_test_data): Likewise.
8348         (exp_test_downward): Likewise.
8349         (exp_upward_test_data): Likewise.
8350         (exp_test_upward): Likewise.
8351         (exp10_test_data): Update call to AUTO_TESTS_f_f.
8352         (exp10_test): Use ALL_RM_TEST.
8353         (exp10_tonearest_test_data): Remove.
8354         (exp10_test_tonearest): Likewise.
8355         (exp10_towardzero_test_data): Likewise.
8356         (exp10_test_towardzero): Likewise.
8357         (exp10_downward_test_data): Likewise.
8358         (exp10_test_downward): Likewise.
8359         (exp10_upward_test_data): Likewise.
8360         (exp10_test_upward): Likewise.
8361         (exp2_test_data): Update call to AUTO_TESTS_f_f.
8362         (expm1_test_data): Likewise.
8363         (expm1_test): Use ALL_RM_TEST.
8364         (expm1_tonearest_test_data): Remove.
8365         (expm1_test_tonearest): Likewise.
8366         (expm1_towardzero_test_data): Likewise.
8367         (expm1_test_towardzero): Likewise.
8368         (expm1_downward_test_data): Likewise.
8369         (expm1_test_downward): Likewise.
8370         (expm1_upward_test_data): Likewise.
8371         (expm1_test_upward): Likewise.
8372         (fma_test_data): Update call to AUTO_TESTS_fff_f.
8373         (fma_test): Use ALL_RM_TEST.
8374         (fma_towardzero_test_data): Remove.
8375         (fma_test_towardzero): Likewise.
8376         (fma_downward_test_data): Likewise.
8377         (fma_test_downward): Likewise.
8378         (fma_upward_test_data): Likewise.
8379         (fma_test_upward): Likewise.
8380         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
8381         (j0_test_data): Update call to AUTO_TESTS_f_f.
8382         (j1_test_data): Likewise.
8383         (jn_test_data): Update call to AUTO_TESTS_if_f.
8384         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
8385         (log_test_data): Update call to AUTO_TESTS_f_f.
8386         (log10_test_data): Likewise.
8387         (log1p_test_data): Likewise.
8388         (log2_test_data): Likewise.
8389         (pow_test_data): Update call to AUTO_TESTS_ff_f.
8390         (pow_tonearest_test_data): Likewise.
8391         (sin_test_data): Update call to AUTO_TESTS_f_f.
8392         (sin_test): Use ALL_RM_TEST.
8393         (sin_tonearest_test_data): Remove.
8394         (sin_test_tonearest): Likewise.
8395         (sin_towardzero_test_data): Likewise.
8396         (sin_test_towardzero): Likewise.
8397         (sin_downward_test_data): Likewise.
8398         (sin_test_downward): Likewise.
8399         (sin_upward_test_data): Likewise.
8400         (sin_test_upward): Likewise.
8401         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
8402         (sinh_test_data): Update call to AUTO_TESTS_f_f.
8403         (sinh_test): Use ALL_RM_TEST.
8404         (sinh_tonearest_test_data): Remove.
8405         (sinh_test_tonearest): Likewise.
8406         (sinh_towardzero_test_data): Likewise.
8407         (sinh_test_towardzero): Likewise.
8408         (sinh_downward_test_data): Likewise.
8409         (sinh_test_downward): Likewise.
8410         (sinh_upward_test_data): Likewise.
8411         (sinh_test_upward): Likewise.
8412         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
8413         (sqrt_test): Use ALL_RM_TEST.
8414         (sqrt_tonearest_test_data): Remove.
8415         (sqrt_test_tonearest): Likewise.
8416         (sqrt_towardzero_test_data): Likewise.
8417         (sqrt_test_towardzero): Likewise.
8418         (sqrt_downward_test_data): Likewise.
8419         (sqrt_test_downward): Likewise.
8420         (sqrt_upward_test_data): Likewise.
8421         (sqrt_test_upward): Likewise.
8422         (tan_test_data): Update call to AUTO_TESTS_f_f.
8423         (tan_test): Use ALL_RM_TEST.
8424         (tan_tonearest_test_data): Remove.
8425         (tan_test_tonearest): Likewise.
8426         (tan_towardzero_test_data): Likewise.
8427         (tan_test_towardzero): Likewise.
8428         (tan_downward_test_data): Likewise.
8429         (tan_test_downward): Likewise.
8430         (tan_upward_test_data): Likewise.
8431         (tan_test_upward): Likewise.
8432         (tanh_test_data): Update call to AUTO_TESTS_f_f.
8433         (tgamma_test_data): Likewise.
8434         (y0_test_data): Likewise.
8435         (y1_test_data): Likewise.
8436         (yn_test_data): Update call to AUTO_TESTS_if_f.
8437         (main): Do not call removed functions.
8439 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
8441         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
8442         (ldexp_test_data): Remove.
8443         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
8444         scalbn_test_data.
8445         (scalb_test): Use ALL_RM_TEST.
8447 2014-03-19  Andreas Schwab  <schwab@suse.de>
8449         * nscd/nscd.service: Also invalidate netgroup cache on reload.
8451 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
8453         [BZ #16649]
8454         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
8455         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
8456         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
8457         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
8458         (__ASSUME_PREADV): Undefine.
8459         (__ASSUME_PWRITEV): Likewise.
8461 2014-03-18  Roland McGrath  <roland@hack.frob.com>
8463         * bits/mman-linux.h: Add comment about non-Linux use.
8464         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
8465         bits/mman-linux.h resting place.
8467         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
8468         * bits/mman-linux.h: ... here.
8470 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8472         * conform/conformtest.pl: Add standard definition when calling C
8473         preprocessor on data files.
8474         (checknamespace): Remove unused variable.
8476 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
8478         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
8479         minus_oflow, plus_uflow and minus_uflow in expected results.
8480         * math/libm-test.inc (scalbn_test_data): Add more tests of
8481         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
8482         minus_uflow.
8483         (scalbn_test): Use ALL_RM_TEST.
8484         (scalbln_test_data): Add more tests of negative arguments.  Use
8485         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
8486         (scalbln_test): Use ALL_RM_TEST.
8488 2014-03-18  Roland McGrath  <roland@hack.frob.com>
8490         * scripts/abilist.awk: Ignore symbols marked with .hidden.
8492 2014-03-18  Will Newton  <will.newton@linaro.org>
8494         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
8495         inaccurate comment.
8497 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
8499         * Makerules [!subdir] (check-abi): Exit with error status if a
8500         test failed.
8502 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
8504         * math/libm-test.inc (nearbyint_test_data): Include all tests used
8505         for rint.  Include results for all rounding modes.
8506         (nearbyint_test): Use ALL_RM_TEST.
8507         (rint_test_data): Include all tests used for nearbyint.
8509 2014-03-17  Will Newton  <will.newton@linaro.org>
8511         * nptl/sysdeps/pthread/pthread.h: Revert previous
8512         change.
8514         * sysdeps/generic/ldsodefs.h: Revert previous
8515         change.
8517         * libio/genops.c: Revert previous change.
8518         * libio/libioP.h: Likewise.
8519         * stdio-common/vfprintf.c: Likewise.
8521         * sysdeps/generic/math_private.h: Revert previous
8522         change.
8524         * sysdeps/generic/math_private.h: Check whether
8525         HAVE_RM_CTX is defined with #ifdef rather
8526         than #if.
8528         * argp/argp-fmtstream.h: Check whether
8529         __STRICT_ANSI__ is defined with #ifdef rather
8530         than #if.
8531         * argp/argp.h: Likewise.
8533         * libio/genops.c: Check whether
8534         _IO_JUMPS_OFFSET is defined with #ifdef rather
8535         than #if.
8536         * libio/libioP.h: Likewise.
8537         * stdio-common/vfprintf.c: Likewise.
8539         * sysdeps/generic/ldsodefs.h: Check whether
8540         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
8541         than #if.
8543         * nptl/sysdeps/pthread/pthread.h: Check
8544         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
8545         its value.
8547 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
8549         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
8550         setting O_APPEND.
8551         * libio/tst-ftell-active-handler.c (do_append_test): Add a
8552         test case.
8554         [BZ #16680]
8555         * libio/fileops.c (_IO_file_open): Seek to end of file but
8556         don't cache the offset.
8557         (get_file_offset): Remove function.
8558         (do_ftell): Use cached offset when available.
8559         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
8560         don't cache the offset.
8561         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
8562         case.
8563         (do_one_test): Call it.
8564         (do_ftell_test): Fix up expected old offset for a+ mode.
8565         * libio/wfileops.c (do_ftell_wide): Used cached offset when
8566         available.
8568         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
8569         up test status with function return status.
8570         (do_write_test): Likewise.
8571         (do_append_test): Likewise.
8573         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
8574         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
8575         Remove.
8577 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
8579         * math/gen-libm-test.pl (parse_args): Handle results specified for
8580         each rounding mode separately.
8581         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
8582         tests and results from lrint_tonearest_test_data,
8583         lrint_towardzero_test_data, lrint_downward_test_data and
8584         lrint_upward_test_data.
8585         (lrint_test): Use ALL_RM_TEST.
8586         (lrint_tonearest_test_data): Remove.
8587         (lrint_test_tonearest): Likewise.
8588         (lrint_towardzero_test_data): Likewise.
8589         (lrint_test_towardzero): Likewise.
8590         (lrint_downward_test_data): Likewise.
8591         (lrint_test_downward): Likewise.
8592         (lrint_upward_test_data): Likewise.
8593         (lrint_test_upward): Likewise.
8594         (llrint_test_data): Merge in per-rounding-mode tests and results
8595         from llrint_tonearest_test_data, llrint_towardzero_test_data,
8596         llrint_downward_test_data and llrint_upward_test_data.
8597         (llrint_test): Use ALL_RM_TEST.
8598         (llrint_tonearest_test_data): Remove.
8599         (llrint_test_tonearest): Likewise.
8600         (llrint_towardzero_test_data): Likewise.
8601         (llrint_test_towardzero): Likewise.
8602         (llrint_downward_test_data): Likewise.
8603         (llrint_test_downward): Likewise.
8604         (llrint_upward_test_data): Likewise.
8605         (llrint_test_upward): Likewise.
8606         (rint_test_data): Merge in per-rounding-mode tests and results
8607         from rint_tonearest_test_data, rint_towardzero_test_data,
8608         rint_downward_test_data and rint_upward_test_data.  Add
8609         per-rounding-mode results for tests not in those arrays.
8610         (rint_test): Use ALL_RM_TEST.
8611         (rint_tonearest_test_data): Remove.
8612         (rint_test_tonearest): Likewise.
8613         (rint_towardzero_test_data): Likewise.
8614         (rint_test_towardzero): Likewise.
8615         (rint_downward_test_data): Likewise.
8616         (rint_test_downward): Likewise.
8617         (rint_upward_test_data): Likewise.
8618         (rint_test_upward): Likewise.
8619         (main): Don't call removed functions.
8621 2014-03-14  Roland McGrath  <roland@hack.frob.com>
8623         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
8624         "Compiled on ..." crapola.  It is anti-useful.
8626 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
8628         * scripts/evaluate-test.sh: Handle fourth argument to determine
8629         whether test run should stop on failure.
8630         * Makeconfig (stop-on-test-failure): New variable.
8631         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
8632         $(stop-on-test-failure).
8633         * Makefile (tests): Give a summary of results from testing and
8634         exit with failure status if they include an ERROR or FAIL.
8635         (xtests): Likewise.
8636         * manual/install.texi (Configuring and compiling): Mention
8637         stop-on-test-failure=y.
8638         * INSTALL: Regenerated.
8640 2014-03-14  Roland McGrath  <roland@hack.frob.com>
8642         * scripts/versionlist.awk: New file.
8643         * Makerules [$(build-shared) = yes]
8644         (postclean-generated): Add Versions.def, not Versions.def.v and
8645         Versions.def.v.i.
8646         ($(common-objpfx)Versions.def.v.i): Target removed.
8647         ($(common-objpfx)Versions.def): New target.
8648         ($(common-objpfx)Versions.all): Depend on that rather that
8649         $(common-objpfx)Versions.def.v.
8650         * Versions.def: File removed.
8652         * Makeconfig (+gccwarn): Add -Wundef.
8653         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
8654         a dl-sysdep.h breaking its contract.
8655         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
8656         * include/stackinfo.h: New file.
8657         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
8658         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
8659         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
8660         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
8661         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
8662         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
8663         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
8664         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
8665         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
8666         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
8667         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
8668         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
8669         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
8670         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
8671         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
8673 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8675         [BZ #16707]
8676         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
8677         implementation.
8678         * math/libm-test.inc (round_test_data): Add more tests.
8680         [BZ #16706]
8681         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
8682         implementation.
8683         * math/libm-test.inc (nearbyint_test_data): Add more tests.
8685         [BZ #16701]
8686         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
8687         implementation.
8688         * math/libm-test.inc (ceil_test_data): Add more tests.
8690         * math/libm-test.inc (trunc_test_data): Add more tests related to
8691         BZ#16414.
8693 2014-03-14  Roland McGrath  <roland@hack.frob.com>
8695         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
8696         with #if rather than #ifdef.
8697         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
8699 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
8701         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
8702         first.  Disable AVX-512 GCC support if assembler doesn't support
8703         it.
8704         * sysdeps/x86_64/configure: Regenerated.
8706 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
8708         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
8709         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
8710         (__old_pthread_attr_setstack): Likewise.
8711         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
8712         [!_STACK_GROWS_DOWN]: Likewise.
8714 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
8716         * config.make.in (have-bash2): Delete.
8717         * configure.ac (libc_cv_have_bash2): Delete.
8718         * configure: Regenerate.
8719         * elf/Makefile (common-ldd-rewrite): Rename to ...
8720         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
8721         (sh-ldd-rewrite): Delete.
8722         (bash-ldd-rewrite): Delete.
8723         (have-bash2): Delete checks.
8724         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
8725         ldd-rewrite.
8727         * config.make.in (have-ksh): Delete.
8728         (KSH): Delete.
8729         * configure.ac (libc_cv_have_ksh): Delete.
8730         * configure: Regenerate.
8732         * elf/Makefile: Delete $(have-ksh) check.
8733         ($(objpfx)sotruss): Change KSH to BASH.
8734         * elf/sotruss.ksh: Rename to ...
8735         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
8736         function style to match POSIX.  Drop ksh vim mode setting.
8738         * manual/time.texi (Specifying the Time Zone with TZ): Change
8739         Tuesday to Thursday.
8741         * debug/tst-longjmp_chk2.c: Update header comment.
8742         (stackoverflow_handler): Add comment.  Call assert on pass value.
8744 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
8746         [BZ #16194]
8747         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
8748         (HAVE_AVX512_ASM_SUPPORT): Likewise.
8749         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
8750         (La_x86_64_vector): Add zmm.
8751         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
8752         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
8753         ($(objpfx)tst-audit10): New target.
8754         ($(objpfx)tst-audit10.out): Likewise.
8755         (tst-audit10-ENV): New.
8756         (AVX512-CFLAGS): Likewise.
8757         (CFLAGS-tst-audit10.c): Likewise.
8758         (CFLAGS-tst-auditmod10a.c): Likewise.
8759         (CFLAGS-tst-auditmod10b.c): Likewise.
8760         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
8761         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
8762         * sysdeps/x86_64/configure: Regenerated.
8763         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
8764         AVX-512 zmm register support.
8765         (_dl_x86_64_save_sse): Likewise.
8766         (_dl_x86_64_restore_sse): Likewise.
8767         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
8768         size vector registers.
8769         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
8770         (ZMM_SIZE): Likewise.
8771         * sysdeps/x86_64/tst-audit10.c: New file.
8772         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
8773         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
8775 2014-03-13  Roland McGrath  <roland@hack.frob.com>
8777         * configure.ac (HAVE_EHDR_START): New check.
8778         * configure: Regenerated.
8779         * config.h.in (HAVE_EHDR_START): New #undef.
8780         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
8781         assuming the lowest-addressed segment maps the start of the file.
8783 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
8785         * INSTALL: Regenerated.
8787 2014-03-13  Will Newton  <will.newton@linaro.org>
8789         * manual/setjmp.texi (System V contexts): Improve
8790         clarity and grammar of documentation.
8792 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
8794         [BZ #16381]
8795         * elf/Makefile (tests): Add tst-pie2.
8796         (tests-pie): Add tst-pie2.
8797         * elf/tst-pie2.c: New file.
8798         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
8799         for ET_EXEC.
8800         * elf/rtld.c (map_doit): Load executable as lt_executable.
8801         (dl_main): Likewise.
8803 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
8805         [BZ #16642]
8806         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
8807         (__ASSUME_PSELECT): Undefine.
8809 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8811         [BZ #16689]
8812         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
8813         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
8814         static build.
8815         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
8816         selector for static builds.
8818 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
8820         [BZ #16695]
8821         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
8822         key in the buffer.
8824 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8826         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
8827         IFUNC selector for static builds.
8829 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
8831         * sysdeps/mips/math_private.h [__mips_hard_float]
8832         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
8833         libc_feresetround_mips_ctx.
8834         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
8835         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
8836         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
8838         [BZ #16677]
8839         * math/s_nextafter.c (__nextafter): Do not return value from
8840         overflowing computation.
8841         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
8842         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
8843         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
8844         Likewise.
8845         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
8846         Likewise.
8847         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
8848         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
8850 2014-03-11  Roland McGrath  <roland@hack.frob.com>
8852         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
8853         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
8854         Move sfi_sp use from the load-multiple (that no longer sets sp) to
8855         the new mov targetting sp.
8857 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8859         [BZ #16683]
8860         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
8861         Define it for static builds as well.
8862         (NO_BZERO_IMPL): Likewise.
8864 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
8866         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
8867         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
8868         multiarch strspn for PPC64.
8869         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
8870         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
8871         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
8872         (__libc_ifunc_impl_list): Likewise.
8873         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
8874         multiarch optimizations
8875         * string/strspn.c (strspn): Using macro to redefine symbol name.
8877 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
8878             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8880         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
8881         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
8882         multiarch strncat for PPC64.
8883         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
8884         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
8885         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
8886         (__libc_ifunc_impl_list): Likewise.
8887         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
8888         multiarch optimizations
8890 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
8892         [BZ #16639]
8893         * nscd/nscd.service: Make service type forking.
8895 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8897         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
8898         sign in non default rounding modes.
8899         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
8901 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
8903         * math/libm-test.inc (ALL_RM_TEST): New macro.
8904         (ceil_test): Use ALL_RM_TEST.
8905         (cimag_test): Likewise.
8906         (conj_test): Likewise.
8907         (copysign_test): Likewise.
8908         (cproj_test): Likewise.
8909         (creal_test): Likewise.
8910         (fabs_test): Likewise.
8911         (floor_test): Likewise.
8912         (fmax_test): Likewise.
8913         (fmin_test): Likewise.
8914         (fmod_test): Likewise.
8915         (fpclassify_test): Likewise.
8916         (frexp_test): Likewise.
8917         (ilogb_test): Likewise.
8918         (isfinite_test): Likewise.
8919         (finite_test): Likewise.
8920         (isgreater_test): Likewise.
8921         (isgreaterequal_test): Likewise.
8922         (isinf_test): Likewise.
8923         (isless_test): Likewise.
8924         (islessequal_test): Likewise.
8925         (islessgreater_test): Likewise.
8926         (isnan_test): Likewise.
8927         (isnormal_test): Likewise.
8928         (issignaling_test): Likewise.
8929         (isunordered_test): Likewise.
8930         (logb_test): Likewise.
8931         (logb_downward_test_data): Remove.
8932         (logb_test_downward): Likewise.
8933         (lround_test): Use ALL_RM_TEST.
8934         (llround_test): Likewise.
8935         (modf_test): Likewise.
8936         (nexttoward_test): Likewise.
8937         (remainder_test): Likewise.
8938         (drem_test): Likewise.
8939         (remainder_tonearest_test_data): Likewise.
8940         (remainder_test_tonearest): Likewise.
8941         (drem_test_tonearest): Likewise.
8942         (remainder_towardzero_test_data): Likewise.
8943         (remainder_test_towardzero): Likewise.
8944         (drem_test_towardzero): Likewise.
8945         (remainder_downward_test_data): Likewise.
8946         (remainder_test_downward): Likewise.
8947         (drem_test_downward): Likewise.
8948         (remainder_upward_test_data): Likewise.
8949         (remainder_test_upward): Likewise.
8950         (drem_test_upward): Likewise.
8951         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
8952         (round_test): Use ALL_RM_TEST.
8953         (signbit_test): Likewise.
8954         (trunc_test): Likewise.
8955         (significand_test): Likewise.
8956         (main): Don't call removed functions.
8958 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
8960         [BZ #16674]
8961         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
8962         || __USE_XOPEN2K8].
8963         (ILL_ILLOPN): Likewise.
8964         (ILL_ILLADR): Likewise.
8965         (ILL_ILLTRP): Likewise.
8966         (ILL_PRVOPC): Likewise.
8967         (ILL_PRVREG): Likewise.
8968         (ILL_COPROC): Likewise.
8969         (ILL_BADSTK): Likewise.
8970         (FPE_INTDIV): Likewise.
8971         (FPE_INTOVF): Likewise.
8972         (FPE_FLTDIV): Likewise.
8973         (FPE_FLTOVF): Likewise.
8974         (FPE_FLTUND): Likewise.
8975         (FPE_FLTRES): Likewise.
8976         (FPE_FLTINV): Likewise.
8977         (FPE_FLTSUB): Likewise.
8978         (SEGV_MAPERR): Likewise.
8979         (SEGV_ACCERR): Likewise.
8980         (BUS_ADRALN): Likewise.
8981         (BUS_ADRERR): Likewise.
8982         (BUS_OBJERR): Likewise.
8983         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
8984         (TRAP_TRACE): Likewise.
8985         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
8986         __USE_XOPEN2K8].
8987         (CLD_KILLED): Likewise.
8988         (CLD_DUMPED): Likewise.
8989         (CLD_TRAPPED): Likewise.
8990         (CLD_STOPPED): Likewise.
8991         (CLD_CONTINUED): Likewise.
8992         (POLL_IN): Likewise.
8993         (POLL_OUT): Likewise.
8994         (POLL_MSG): Likewise.
8995         (POLL_ERR): Likewise.
8996         (POLL_PRI): Likewise.
8997         (POLL_HUP): Likewise.
8998         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
8999         Likewise.
9000         (ILL_ILLOPN): Likewise.
9001         (ILL_ILLADR): Likewise.
9002         (ILL_ILLTRP): Likewise.
9003         (ILL_PRVOPC): Likewise.
9004         (ILL_PRVREG): Likewise.
9005         (ILL_COPROC): Likewise.
9006         (ILL_BADSTK): Likewise.
9007         (FPE_INTDIV): Likewise.
9008         (FPE_INTOVF): Likewise.
9009         (FPE_FLTDIV): Likewise.
9010         (FPE_FLTOVF): Likewise.
9011         (FPE_FLTUND): Likewise.
9012         (FPE_FLTRES): Likewise.
9013         (FPE_FLTINV): Likewise.
9014         (FPE_FLTSUB): Likewise.
9015         (SEGV_MAPERR): Likewise.
9016         (SEGV_ACCERR): Likewise.
9017         (BUS_ADRALN): Likewise.
9018         (BUS_ADRERR): Likewise.
9019         (BUS_OBJERR): Likewise.
9020         (BUS_MCEERR_AR): Likewise.
9021         (BUS_MCEERR_AO): Likewise.
9022         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9023         (TRAP_TRACE): Likewise.
9024         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9025         __USE_XOPEN2K8].
9026         (CLD_KILLED): Likewise.
9027         (CLD_DUMPED): Likewise.
9028         (CLD_TRAPPED): Likewise.
9029         (CLD_STOPPED): Likewise.
9030         (CLD_CONTINUED): Likewise.
9031         (POLL_IN): Likewise.
9032         (POLL_OUT): Likewise.
9033         (POLL_MSG): Likewise.
9034         (POLL_ERR): Likewise.
9035         (POLL_PRI): Likewise.
9036         (POLL_HUP): Likewise.
9037         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
9038         (ILL_ILLOPN): Likewise.
9039         (ILL_ILLADR): Likewise.
9040         (ILL_ILLTRP): Likewise.
9041         (ILL_PRVOPC): Likewise.
9042         (ILL_PRVREG): Likewise.
9043         (ILL_COPROC): Likewise.
9044         (ILL_BADSTK): Likewise.
9045         (FPE_INTDIV): Likewise.
9046         (FPE_INTOVF): Likewise.
9047         (FPE_FLTDIV): Likewise.
9048         (FPE_FLTOVF): Likewise.
9049         (FPE_FLTUND): Likewise.
9050         (FPE_FLTRES): Likewise.
9051         (FPE_FLTINV): Likewise.
9052         (FPE_FLTSUB): Likewise.
9053         (SEGV_MAPERR): Likewise.
9054         (SEGV_ACCERR): Likewise.
9055         (BUS_ADRALN): Likewise.
9056         (BUS_ADRERR): Likewise.
9057         (BUS_OBJERR): Likewise.
9058         (BUS_MCEERR_AR): Likewise.
9059         (BUS_MCEERR_AO): Likewise.
9060         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9061         (TRAP_TRACE): Likewise.
9062         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9063         __USE_XOPEN2K8].
9064         (CLD_KILLED): Likewise.
9065         (CLD_DUMPED): Likewise.
9066         (CLD_TRAPPED): Likewise.
9067         (CLD_STOPPED): Likewise.
9068         (CLD_CONTINUED): Likewise.
9069         (POLL_IN): Likewise.
9070         (POLL_OUT): Likewise.
9071         (POLL_MSG): Likewise.
9072         (POLL_ERR): Likewise.
9073         (POLL_PRI): Likewise.
9074         (POLL_HUP): Likewise.
9075         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
9076         Likewise.
9077         (ILL_ILLOPN): Likewise.
9078         (ILL_ILLADR): Likewise.
9079         (ILL_ILLTRP): Likewise.
9080         (ILL_PRVOPC): Likewise.
9081         (ILL_PRVREG): Likewise.
9082         (ILL_COPROC): Likewise.
9083         (ILL_BADSTK): Likewise.
9084         (ILL_BADIADDR): Likewise.
9085         (ILL_BREAK): Likewise.
9086         (FPE_INTDIV): Likewise.
9087         (FPE_INTOVF): Likewise.
9088         (FPE_FLTDIV): Likewise.
9089         (FPE_FLTOVF): Likewise.
9090         (FPE_FLTUND): Likewise.
9091         (FPE_FLTRES): Likewise.
9092         (FPE_FLTINV): Likewise.
9093         (FPE_FLTSUB): Likewise.
9094         (FPE_DECOVF): Likewise.
9095         (FPE_DECDIV): Likewise.
9096         (FPE_DECERR): Likewise.
9097         (FPE_INVASC): Likewise.
9098         (FPE_INVDEC): Likewise.
9099         (SEGV_MAPERR): Likewise.
9100         (SEGV_ACCERR): Likewise.
9101         (SEGV_PSTKOVF): Likewise.
9102         (BUS_ADRALN): Likewise.
9103         (BUS_ADRERR): Likewise.
9104         (BUS_OBJERR): Likewise.
9105         (BUS_MCEERR_AR): Likewise.
9106         (BUS_MCEERR_AO): Likewise.
9107         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9108         (TRAP_TRACE): Likewise.
9109         (TRAP_BRANCH): Likewise.
9110         (TRAP_HWBKPT): Likewise.
9111         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9112         __USE_XOPEN2K8].
9113         (CLD_KILLED): Likewise.
9114         (CLD_DUMPED): Likewise.
9115         (CLD_TRAPPED): Likewise.
9116         (CLD_STOPPED): Likewise.
9117         (CLD_CONTINUED): Likewise.
9118         (POLL_IN): Likewise.
9119         (POLL_OUT): Likewise.
9120         (POLL_MSG): Likewise.
9121         (POLL_ERR): Likewise.
9122         (POLL_PRI): Likewise.
9123         (POLL_HUP): Likewise.
9124         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
9125         (ILL_ILLOPN): Likewise.
9126         (ILL_ILLADR): Likewise.
9127         (ILL_ILLTRP): Likewise.
9128         (ILL_PRVOPC): Likewise.
9129         (ILL_PRVREG): Likewise.
9130         (ILL_COPROC): Likewise.
9131         (ILL_BADSTK): Likewise.
9132         (FPE_INTDIV): Likewise.
9133         (FPE_INTOVF): Likewise.
9134         (FPE_FLTDIV): Likewise.
9135         (FPE_FLTOVF): Likewise.
9136         (FPE_FLTUND): Likewise.
9137         (FPE_FLTRES): Likewise.
9138         (FPE_FLTINV): Likewise.
9139         (FPE_FLTSUB): Likewise.
9140         (SEGV_MAPERR): Likewise.
9141         (SEGV_ACCERR): Likewise.
9142         (BUS_ADRALN): Likewise.
9143         (BUS_ADRERR): Likewise.
9144         (BUS_OBJERR): Likewise.
9145         (BUS_MCEERR_AR): Likewise.
9146         (BUS_MCEERR_AO): Likewise.
9147         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9148         (TRAP_TRACE): Likewise.
9149         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9150         __USE_XOPEN2K8].
9151         (CLD_KILLED): Likewise.
9152         (CLD_DUMPED): Likewise.
9153         (CLD_TRAPPED): Likewise.
9154         (CLD_STOPPED): Likewise.
9155         (CLD_CONTINUED): Likewise.
9156         (POLL_IN): Likewise.
9157         (POLL_OUT): Likewise.
9158         (POLL_MSG): Likewise.
9159         (POLL_ERR): Likewise.
9160         (POLL_PRI): Likewise.
9161         (POLL_HUP): Likewise.
9162         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
9163         (ILL_ILLOPN): Likewise.
9164         (ILL_ILLADR): Likewise.
9165         (ILL_ILLTRP): Likewise.
9166         (ILL_PRVOPC): Likewise.
9167         (ILL_PRVREG): Likewise.
9168         (ILL_COPROC): Likewise.
9169         (ILL_BADSTK): Likewise.
9170         (FPE_INTDIV): Likewise.
9171         (FPE_INTOVF): Likewise.
9172         (FPE_FLTDIV): Likewise.
9173         (FPE_FLTOVF): Likewise.
9174         (FPE_FLTUND): Likewise.
9175         (FPE_FLTRES): Likewise.
9176         (FPE_FLTINV): Likewise.
9177         (FPE_FLTSUB): Likewise.
9178         (SEGV_MAPERR): Likewise.
9179         (SEGV_ACCERR): Likewise.
9180         (BUS_ADRALN): Likewise.
9181         (BUS_ADRERR): Likewise.
9182         (BUS_OBJERR): Likewise.
9183         (BUS_MCEERR_AR): Likewise.
9184         (BUS_MCEERR_AO): Likewise.
9185         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9186         (TRAP_TRACE): Likewise.
9187         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9188         __USE_XOPEN2K8].
9189         (CLD_KILLED): Likewise.
9190         (CLD_DUMPED): Likewise.
9191         (CLD_TRAPPED): Likewise.
9192         (CLD_STOPPED): Likewise.
9193         (CLD_CONTINUED): Likewise.
9194         (POLL_IN): Likewise.
9195         (POLL_OUT): Likewise.
9196         (POLL_MSG): Likewise.
9197         (POLL_ERR): Likewise.
9198         (POLL_PRI): Likewise.
9199         (POLL_HUP): Likewise.
9200         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
9201         (ILL_ILLOPN): Likewise.
9202         (ILL_ILLADR): Likewise.
9203         (ILL_ILLTRP): Likewise.
9204         (ILL_PRVOPC): Likewise.
9205         (ILL_PRVREG): Likewise.
9206         (ILL_COPROC): Likewise.
9207         (ILL_BADSTK): Likewise.
9208         (FPE_INTDIV): Likewise.
9209         (FPE_INTOVF): Likewise.
9210         (FPE_FLTDIV): Likewise.
9211         (FPE_FLTOVF): Likewise.
9212         (FPE_FLTUND): Likewise.
9213         (FPE_FLTRES): Likewise.
9214         (FPE_FLTINV): Likewise.
9215         (FPE_FLTSUB): Likewise.
9216         (SEGV_MAPERR): Likewise.
9217         (SEGV_ACCERR): Likewise.
9218         (BUS_ADRALN): Likewise.
9219         (BUS_ADRERR): Likewise.
9220         (BUS_OBJERR): Likewise.
9221         (BUS_MCEERR_AR): Likewise.
9222         (BUS_MCEERR_AO): Likewise.
9223         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9224         (TRAP_TRACE): Likewise.
9225         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9226         __USE_XOPEN2K8].
9227         (CLD_KILLED): Likewise.
9228         (CLD_DUMPED): Likewise.
9229         (CLD_TRAPPED): Likewise.
9230         (CLD_STOPPED): Likewise.
9231         (CLD_CONTINUED): Likewise.
9232         (POLL_IN): Likewise.
9233         (POLL_OUT): Likewise.
9234         (POLL_MSG): Likewise.
9235         (POLL_ERR): Likewise.
9236         (POLL_PRI): Likewise.
9237         (POLL_HUP): Likewise.
9238         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
9239         (ILL_ILLOPN): Likewise.
9240         (ILL_ILLADR): Likewise.
9241         (ILL_ILLTRP): Likewise.
9242         (ILL_PRVOPC): Likewise.
9243         (ILL_PRVREG): Likewise.
9244         (ILL_COPROC): Likewise.
9245         (ILL_BADSTK): Likewise.
9246         (ILL_DBLFLT): Likewise.
9247         (ILL_HARDWALL): Likewise.
9248         (FPE_INTDIV): Likewise.
9249         (FPE_INTOVF): Likewise.
9250         (FPE_FLTDIV): Likewise.
9251         (FPE_FLTOVF): Likewise.
9252         (FPE_FLTUND): Likewise.
9253         (FPE_FLTRES): Likewise.
9254         (FPE_FLTINV): Likewise.
9255         (FPE_FLTSUB): Likewise.
9256         (SEGV_MAPERR): Likewise.
9257         (SEGV_ACCERR): Likewise.
9258         (BUS_ADRALN): Likewise.
9259         (BUS_ADRERR): Likewise.
9260         (BUS_OBJERR): Likewise.
9261         (BUS_MCEERR_AR): Likewise.
9262         (BUS_MCEERR_AO): Likewise.
9263         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9264         (TRAP_TRACE): Likewise.
9265         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9266         __USE_XOPEN2K8].
9267         (CLD_KILLED): Likewise.
9268         (CLD_DUMPED): Likewise.
9269         (CLD_TRAPPED): Likewise.
9270         (CLD_STOPPED): Likewise.
9271         (CLD_CONTINUED): Likewise.
9272         (POLL_IN): Likewise.
9273         (POLL_OUT): Likewise.
9274         (POLL_MSG): Likewise.
9275         (POLL_ERR): Likewise.
9276         (POLL_PRI): Likewise.
9277         (POLL_HUP): Likewise.
9278         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
9279         (ILL_ILLOPN): Likewise.
9280         (ILL_ILLADR): Likewise.
9281         (ILL_ILLTRP): Likewise.
9282         (ILL_PRVOPC): Likewise.
9283         (ILL_PRVREG): Likewise.
9284         (ILL_COPROC): Likewise.
9285         (ILL_BADSTK): Likewise.
9286         (FPE_INTDIV): Likewise.
9287         (FPE_INTOVF): Likewise.
9288         (FPE_FLTDIV): Likewise.
9289         (FPE_FLTOVF): Likewise.
9290         (FPE_FLTUND): Likewise.
9291         (FPE_FLTRES): Likewise.
9292         (FPE_FLTINV): Likewise.
9293         (FPE_FLTSUB): Likewise.
9294         (SEGV_MAPERR): Likewise.
9295         (SEGV_ACCERR): Likewise.
9296         (BUS_ADRALN): Likewise.
9297         (BUS_ADRERR): Likewise.
9298         (BUS_OBJERR): Likewise.
9299         (BUS_MCEERR_AR): Likewise.
9300         (BUS_MCEERR_AO): Likewise.
9301         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9302         (TRAP_TRACE): Likewise.
9303         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9304         __USE_XOPEN2K8].
9305         (CLD_KILLED): Likewise.
9306         (CLD_DUMPED): Likewise.
9307         (CLD_TRAPPED): Likewise.
9308         (CLD_STOPPED): Likewise.
9309         (CLD_CONTINUED): Likewise.
9310         (POLL_IN): Likewise.
9311         (POLL_OUT): Likewise.
9312         (POLL_MSG): Likewise.
9313         (POLL_ERR): Likewise.
9314         (POLL_PRI): Likewise.
9315         (POLL_HUP): Likewise.
9316         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
9317         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
9319         [BZ #16670]
9320         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
9321         before #include of <time.h>.
9322         [!__USE_XOPEN2K] (__need_timespec): Likewise.
9323         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
9324         (test-xfail-UNIX98/sched.h/conform): Likewise.
9326 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
9328         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
9329         error absence of trapping exception support.
9330         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
9332 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
9334         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
9335         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
9336         * timezone/Makefile (testdata): Move definition above include of
9337         Rules.
9338         (test-zones): New variable.
9339         (tests-special): Add zone files.
9340         (build-testdata): Use $(evaluate-test).
9342         * elf/Makefile (tests-special): Rename tests to end with .out.
9343         ($(objpfx)noload-mem): Likewise.
9344         ($(objpfx)tst-leaks1-mem): Likewise.
9345         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
9346         * iconv/Makefile (xtests-special): Change test-iconvconfig to
9347         $(objpfx)test-iconvconfig.out.
9348         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
9349         set -e inside subshell and redirect output to file.
9350         * iconvdata/Makefile (generated): Rename tests to end with .out.
9351         Correct type.
9352         (tests-special): Rename tests to end with .out.
9353         ($(objpfx)mtrace-tst-loading): Likewise.
9354         * intl/Makefile (generated): Likewise.
9355         (tests-special): Likewise.
9356         ($(objpfx)mtrace-tst-gettext): Likewise.
9357         * misc/Makefile (generated): Likewise.
9358         (tests-special): Likewise.
9359         ($(objpfx)tst-error1-mem): Likewise.
9360         * nptl/Makefile (tests-special): Likewise.
9361         ($(objpfx)tst-stack3-mem): Likewise.
9362         (generated): Likewise.
9363         * posix/Makefile (generated): Likewise.
9364         (tests-special): Likewise.
9365         (xtests-special): Likewise.
9366         ($(objpfx)tst-fnmatch-mem): Likewise.
9367         ($(objpfx)bug-regex2-mem): Likewise.
9368         ($(objpfx)bug-regex14-mem): Likewise.
9369         ($(objpfx)bug-regex21-mem): Likewise.
9370         ($(objpfx)bug-regex31-mem): Likewise.
9371         ($(objpfx)tst-vfork3-mem): Likewise.
9372         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
9373         ($(objpfx)tst-pcre-mem): Likewise.
9374         ($(objpfx)tst-boost-mem): Likewise.
9375         ($(objpfx)bug-ga2-mem): Likewise.
9376         ($(objpfx)bug-glob2-mem): Likewise.
9377         * resolv/Makefile (generate): Likewise.
9378         (tests-special): Likewise.
9379         (xtests-special): Likewise.
9380         (generated): Likewise.
9381         ($(objpfx)mtrace-tst-leaks): Likewise.
9382         ($(objpfx)mtrace-tst-leaks2): Likewise.
9384         * scripts/merge-test-results.sh: New file.
9385         * Makefile (tests-special-notdir): New variable.
9386         (tests): Run merge-test-results.sh.
9387         (xtests): Likewise.
9388         * Rules (tests-special-notdir): New variable.
9389         (xtests-special-notdir): Likewise.
9390         (tests): Run merge-test-results.sh
9391         (xtests): Likewise.
9393         * Makeconfig (test-xfail-name): New variable.
9394         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
9395         compute variable name for expected failures.
9396         * conform/Makefile (conformtest-headers-data): New variable.
9397         (conformtest-standards): Likewise.
9398         (conformtest-headers-ISO): Likewise.
9399         (conformtest-headers-ISO99): Likewise.
9400         (conformtest-headers-ISO11): Likewise.
9401         (conformtest-headers-POSIX): Likewise.
9402         (conformtest-headers-XPG3): Likewise.
9403         (conformtest-headers-XPG4): Likewise.
9404         (conformtest-headers-UNIX98): Likewise.
9405         (conformtest-headers-XOPEN2K): Likewise.
9406         (conformtest-headers-POSIX2008): Likewise.
9407         (conformtest-headers-XOPEN2K8): Likewise.
9408         (conformtest-header-list-base): Likewise.
9409         (conformtest-header-list-tests): Likewise.
9410         (conformtest-header-base): Likewise.
9411         (conformtest-header-tests): Likewise.
9412         (tests-special): Add $(conformtest-header-list-tests).  If
9413         [$(fast-check) && !$(cross-compiling)], add
9414         $(conformtest-header-tests) instead of
9415         $(objpfx)run-conformtest.out.
9416         (generated): Add $(conformtest-header-list-base).  If
9417         [$(fast-check) && !$(cross-compiling)], add
9418         $(conformtest-header-base).  Remove previous setting.
9419         ($(conformtest-header-list-tests)): New target.
9420         (test-xfail-run-conformtest): Remove variable.
9421         ($(objpfx)run-conformtest.out): Remove target.
9422         (test-xfail-ISO11/complex.h/conform): New variable.
9423         (test-xfail-ISO11/stdalign.h/conform): Likewise.
9424         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
9425         (test-xfail-XPG3/varargs.h/conform): Likewise.
9426         (test-xfail-XPG4/varargs.h/conform): Likewise.
9427         (test-xfail-UNIX98/varargs.h/conform): Likewise.
9428         (test-xfail-XPG4/ndbm.h/conform): Likewise.
9429         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
9430         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
9431         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
9432         (test-xfail-XPG3/fcntl.h/conform): Likewise.
9433         (test-xfail-XPG3/ftw.h/conform): Likewise.
9434         (test-xfail-XPG3/grp.h/conform): Likewise.
9435         (test-xfail-XPG3/langinfo.h/conform): Likewise.
9436         (test-xfail-XPG3/limits.h/conform): Likewise.
9437         (test-xfail-XPG3/pwd.h/conform): Likewise.
9438         (test-xfail-XPG3/search.h/conform): Likewise.
9439         (test-xfail-XPG3/signal.h/conform): Likewise.
9440         (test-xfail-XPG3/stdio.h/conform): Likewise.
9441         (test-xfail-XPG3/stdlib.h/conform): Likewise.
9442         (test-xfail-XPG3/string.h/conform): Likewise.
9443         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
9444         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
9445         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
9446         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
9447         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
9448         (test-xfail-XPG3/sys/types.h/conform): Likewise.
9449         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
9450         (test-xfail-XPG3/termios.h/conform): Likewise.
9451         (test-xfail-XPG3/time.h/conform): Likewise.
9452         (test-xfail-XPG3/unistd.h/conform): Likewise.
9453         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
9454         (test-xfail-XPG4/fcntl.h/conform): Likewise.
9455         (test-xfail-XPG4/langinfo.h/conform): Likewise.
9456         (test-xfail-XPG4/netdb.h/conform): Likewise.
9457         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
9458         (test-xfail-XPG4/signal.h/conform): Likewise.
9459         (test-xfail-XPG4/stdio.h/conform): Likewise.
9460         (test-xfail-XPG4/stdlib.h/conform): Likewise.
9461         (test-xfail-XPG4/stropts.h/conform): Likewise.
9462         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
9463         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
9464         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
9465         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
9466         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
9467         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
9468         (test-xfail-XPG4/sys/time.h/conform): Likewise.
9469         (test-xfail-XPG4/sys/types.h/conform): Likewise.
9470         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
9471         (test-xfail-XPG4/termios.h/conform): Likewise.
9472         (test-xfail-XPG4/ucontext.h/conform): Likewise.
9473         (test-xfail-XPG4/unistd.h/conform): Likewise.
9474         (test-xfail-XPG4/utmpx.h/conform): Likewise.
9475         (test-xfail-POSIX/sched.h/conform): Likewise.
9476         (test-xfail-POSIX/signal.h/conform): Likewise.
9477         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
9478         (test-xfail-POSIX/tar.h/conform): Likewise.
9479         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
9480         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
9481         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
9482         (test-xfail-UNIX98/netdb.h/conform): Likewise.
9483         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
9484         (test-xfail-UNIX98/sched.h/conform): Likewise.
9485         (test-xfail-UNIX98/signal.h/conform): Likewise.
9486         (test-xfail-UNIX98/stdio.h/conform): Likewise.
9487         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
9488         (test-xfail-UNIX98/stropts.h/conform): Likewise.
9489         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
9490         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
9491         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
9492         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
9493         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
9494         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
9495         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
9496         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
9497         (test-xfail-UNIX98/unistd.h/conform): Likewise.
9498         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
9499         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
9500         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
9501         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
9502         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
9503         (test-xfail-XOPEN2K/math.h/conform): Likewise.
9504         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
9505         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
9506         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
9507         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
9508         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
9509         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
9510         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
9511         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
9512         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
9513         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
9514         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
9515         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
9516         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
9517         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
9518         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
9519         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
9520         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
9521         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
9522         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
9523         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
9524         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
9525         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
9526         (test-xfail-POSIX2008/signal.h/conform): Likewise.
9527         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
9528         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
9529         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
9530         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
9531         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
9532         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
9533         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
9534         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
9535         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
9536         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
9537         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
9538         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
9539         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
9540         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
9541         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
9542         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
9543         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
9544         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
9545         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
9546         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
9547         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
9548         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
9549         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
9550         (conformtest-cc-flags): Likewise.
9551         ($(conformtest-header-tests): New target.
9552         * conform/check-header-lists.sh: New file.
9553         * conform/run-conformtest.sh: Remove.
9555         * conform/conformtest.pl: Allow ' and \ in values given for
9556         constants.
9557         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
9558         inclusion.
9559         [POSIX] (sys/types.h): Likewise.
9560         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
9561         inclusion.
9562         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
9563         inclusion.
9564         * conform/data/signal.h-data (SIGIO): Remove expectation.
9565         [XPG3] (SIGBUS): Do not expect.
9566         [POSIX || XPG3] (SIGPOLL): Likewise.
9567         [POSIX || XPG3] (SIGPROF): Likewise.
9568         [POSIX || XPG3] (SIGSYS): Likewise.
9569         [XPG3] (SIGTRAP): Likewise.
9570         [POSIX || XPG3] (SIGURG): Likewise.
9571         [POSIX || XPG3] (SIGVTALRM): Likewise.
9572         [POSIX || XPG3] (SIGXCPU): Likewise.
9573         [POSIX || XPG3] (SIGXFSZ): Likewise.
9574         [POSIX] (SA_SIGINFO): Expect.
9575         [XPG3] (siginfo_t): Do not expect type or contents.
9576         [POSIX] (si_pid): Do not expect element.
9577         [POSIX] (si_uid): Likewise.
9578         [POSIX] (si_addr): Likewise.
9579         [POSIX] (si_status): Likewise.
9580         [POSIX] (si_band): Likewise.
9581         [XPG4] (si_value): Likewise.
9582         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
9583         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
9584         [POSIX || XPG3] (ILL_ILLADR): Likewise.
9585         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
9586         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
9587         [POSIX || XPG3] (ILL_PRVREG): Likewise.
9588         [POSIX || XPG3] (ILL_COPROC): Likewise.
9589         [POSIX || XPG3] (ILL_BADSTK): Likewise.
9590         [POSIX || XPG3] (FPE_INTDIV): Likewise.
9591         [POSIX || XPG3] (FPE_INTOVF): Likewise.
9592         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
9593         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
9594         [POSIX || XPG3] (FPE_FLTUND): Likewise.
9595         [POSIX || XPG3] (FPE_FLTRES): Likewise.
9596         [POSIX || XPG3] (FPE_FLTINV): Likewise.
9597         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
9598         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
9599         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
9600         [POSIX || XPG3] (BUS_ADRALN): Likewise.
9601         [POSIX || XPG3] (BUS_ADRERR): Likewise.
9602         [POSIX || XPG3] (BUS_OBJERR): Likewise.
9603         [POSIX || XPG3] (CLD_EXITED): Likewise.
9604         [POSIX || XPG3] (CLD_KILLED): Likewise.
9605         [POSIX || XPG3] (CLD_DUMPED): Likewise.
9606         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
9607         [POSIX || XPG3] (CLD_STOPPED): Likewise.
9608         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
9609         [POSIX || XPG3] (POLL_IN): Likewise.
9610         [POSIX || XPG3] (POLL_OUT): Likewise.
9611         [POSIX || XPG3] (POLL_MSG): Likewise.
9612         [POSIX || XPG3] (POLL_ERR): Likewise.
9613         [POSIX || XPG3] (POLL_PRI): Likewise.
9614         [POSIX || XPG3] (POLL_HUP): Likewise.
9615         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
9616         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
9617         (SIG*): Do not allow.
9618         [XPG3] (si_*): Likewise.
9619         [XPG3] (SI_*): Likewise.
9620         [XPG3 || XPG4] (sigev_*): Likewise.
9621         [XPG3 || XPG4] (SIGEV_*): Likewise.
9622         [XPG3 || XPG4] (sival_*): Likewise.
9623         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
9624         [POSIX || XPG3] (BUS_*): Likewise.
9625         [POSIX || XPG3] (CLD_*): Likewise.
9626         [POSIX || XPG3] (FPE_*): Likewise.
9627         [POSIX || XPG3] (ILL_*): Likewise.
9628         [POSIX || XPG3] (POLL_*): Likewise.
9629         [POSIX || XPG3] (SEGV_*): Likewise.
9630         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
9631         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
9632         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
9633         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
9634         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
9635         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
9636         Specify type and value.
9637         (TVERSLEN): Likewise.
9638         (REGTYPE): Likewise.
9639         (AREGTYPE): Likewise.
9640         (LNKTYPE): Likewise.
9641         (SYMTYPE): Likewise.
9642         (CHRTYPE): Likewise.
9643         (BLKTYPE): Likewise.
9644         (DIRTYPE): Likewise.
9645         (FIFOTYPE): Likewise.
9646         (CONTTYPE): Likewise.
9647         (TSUID): Likewise.
9648         (TSGID): Likewise.
9649         (TSVTX): Likewise.
9650         (TUREAD): Likewise.
9651         (TUWRITE): Likewise.
9652         (TUEXEC): Likewise.
9653         (TGREAD): Likewise.
9654         (TGWRITE): Likewise.
9655         (TGEXEC): Likewise.
9656         (TOREAD): Likewise.
9657         (TOWRITE): Likewise.
9658         (TOEXEC): Likewise.
9659         [POSIX] (TSVTX): Expect constant.
9661 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
9663         * Makefile (tests): Change dependencies to ....
9664         (tests-special): ... additions to this variable.
9665         (tests): Depend on $(tests-special).
9666         * Makerules (check-abi-list): New variable.
9667         (check-abi): Depend on $(check-abi-list).
9668         [$(subdir) = elf] (tests-special): Add
9669         $(objpfx)check-abi-libc.out.
9670         [$(build-shared) = yes && subdir] (tests-special): Add
9671         $(check-abi-list).
9672         [$(build-shared) = yes && subdir] (tests): Do not depend on
9673         check-abi.
9674         * Rules (tests): Depend on $(tests-special).
9675         (xtests): Depend on $(xtests-special).
9676         * catgets/Makefile (tests): Change dependencies to ....
9677         (tests-special): ... additions to this variable.
9678         * conform/Makefile (tests): Change dependencies to ....
9679         (tests-special): ... additions to this variable.
9680         * elf/Makefile (tests): Change dependencies to ....
9681         (tests-special): ... additions to this variable.
9682         * grp/Makefile (tests): Change dependencies to ....
9683         (tests-special): ... additions to this variable.
9684         * iconv/Makefile (xtests): Change dependencies to ....
9685         (xtests-special): ... additions to this variable.
9686         * iconvdata/Makefile (tests): Change dependencies to ....
9687         (tests-special): ... additions to this variable.
9688         * intl/Makefile (tests): Change dependencies to ....
9689         (tests-special): ... additions to this variable.  Also add
9690         $(objpfx)tst-gettext.out.
9691         * io/Makefile (tests): Change dependencies to ....
9692         (tests-special): ... additions to this variable.
9693         * libio/Makefile (tests): Change dependencies to ....
9694         (tests-special): ... additions to this variable.
9695         * malloc/Makefile (tests): Change dependencies to ....
9696         (tests-special): ... additions to this variable.
9697         * misc/Makefile (tests): Change dependencies to ....
9698         (tests-special): ... additions to this variable.
9699         * nptl/Makefile (tests): Change dependencies to ....
9700         (tests-special): ... additions to this variable.
9701         * nptl_db/Makefile (tests): Change dependencies to ....
9702         (tests-special): ... additions to this variable.
9703         * posix/Makefile (tests): Change dependencies to ....
9704         (tests-special): ... additions to this variable.
9705         (xtests): Change dependencies to ....
9706         (xtests-special): ... additions to this variable.
9707         * resolv/Makefile (tests): Change dependencies to ....
9708         (tests-special): ... additions to this variable.
9709         (xtests): Change dependencies to ....
9710         (xtests-special): ... additions to this variable.
9711         * stdio-common/Makefile (tests): Change dependencies to ....
9712         (tests-special): ... additions to this variable.
9713         (do-tst-unbputc): Remove target.
9714         (do-tst-printf): Likewise.
9715         * stdlib/Makefile (tests): Change dependencies to ....
9716         (tests-special): ... additions to this variable.
9717         * string/Makefile (tests): Change dependencies to ....
9718         (tests-special): ... additions to this variable.
9719         * sysdeps/x86/Makefile (tests): Change dependencies to ....
9720         (tests-special): ... additions to this variable.
9722         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
9723         whole file.
9724         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
9725         whole file.
9726         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
9727         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
9729         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
9730         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
9731         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
9732         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
9733         * conform/data/libgen.h-data [XPG3]: Likewise.
9734         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
9735         * conform/data/ndbm.h-data [XPG3]: Likewise.
9736         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
9737         * conform/data/netdb.h-data [XPG3]: Likewise.
9738         * conform/data/netinet/in.h-data [XPG3]: Likewise.
9739         * conform/data/poll.h-data [XPG3]: Likewise.
9740         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
9741         * conform/data/strings.h-data [XPG3]: Likewise.
9742         * conform/data/stropts.h-data [XPG3]: Likewise.
9743         * conform/data/sys/mman.h-data [XPG3]: Likewise.
9744         * conform/data/sys/resource.h-data [XPG3]: Likewise.
9745         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
9746         Likewise.
9747         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
9748         * conform/data/sys/time.h-data [XPG3]: Likewise.
9749         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
9750         * conform/data/sys/uio.h-data [XPG3]: Likewise.
9751         * conform/data/sys/un.h-data [XPG3]: Likewise.
9752         * conform/data/syslog.h-data [XPG3]: Likewise.
9753         * conform/data/ucontext.h-data [XPG3]: Likewise.
9754         * conform/data/utmpx.h-data [XPG3]: Likewise.
9755         * conform/data/varargs.h-data [UNIX98]: Enable file.
9757         * manual/Makefile (INSTALL_INFO): Remove variable setting.
9759         * math/libm-test.inc (struct test_f_f_data): Move expected results
9760         into structure for each rounding mode.
9761         (struct test_ff_f_data): Likewise.
9762         (struct test_ff_f_data_nexttoward): Likewise.
9763         (struct test_fi_f_data): Likewise.
9764         (struct test_fl_f_data): Likewise.
9765         (struct test_if_f_data): Likewise.
9766         (struct test_fff_f_data): Likewise.
9767         (struct test_c_f_data): Likewise.
9768         (struct test_f_f1_data): Likewise.
9769         (struct test_fF_f1_data): Likewise.
9770         (struct test_ffI_f1_data): Likewise.
9771         (struct test_c_c_data): Likewise.
9772         (struct test_cc_c_data): Likewise.
9773         (struct test_f_i_data): Likewise.
9774         (struct test_ff_i_data): Likewise.
9775         (struct test_f_l_data): Likewise.
9776         (struct test_f_L_data): Likewise.
9777         (struct test_fFF_11_data): Likewise.
9778         (RM_): New macro.
9779         (RM_FE_DOWNWARD): Likewise.
9780         (RM_FE_TONEAREST): Likewise.
9781         (RM_FE_TOWARDZERO): Likewise.
9782         (RM_FE_UPWARD): Likewise.
9783         (RUN_TEST_LOOP_f_f): Update references to expected results.
9784         (RUN_TEST_LOOP_2_f): Likewise.
9785         (RUN_TEST_LOOP_fff_f): Likewise.
9786         (RUN_TEST_LOOP_c_f): Likewise.
9787         (RUN_TEST_LOOP_f_f1): Likewise.
9788         (RUN_TEST_LOOP_fF_f1): Likewise.
9789         (RUN_TEST_LOOP_fI_f1): Likewise.
9790         (RUN_TEST_LOOP_ffI_f1): Likewise.
9791         (RUN_TEST_LOOP_c_c): Likewise.
9792         (RUN_TEST_LOOP_cc_c): Likewise.
9793         (RUN_TEST_LOOP_f_i): Likewise.
9794         (RUN_TEST_LOOP_f_i_tg): Likewise.
9795         (RUN_TEST_LOOP_ff_i_tg): Likewise.
9796         (RUN_TEST_LOOP_f_b): Likewise.
9797         (RUN_TEST_LOOP_f_b_tg): Likewise.
9798         (RUN_TEST_LOOP_f_l): Likewise.
9799         (RUN_TEST_LOOP_f_L): Likewise.
9800         (RUN_TEST_LOOP_fFF_11): Likewise.
9801         * math/gen-libm-test.pl (parse_args): Output four copies of
9802         expected results for each test.
9804         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
9805         (__ASSUME_UTIMES): Remove.
9806         * sysdeps/unix/sysv/linux/tile/kernel-features.h
9807         (__ASSUME_UTIMES): Likewise.
9809         * math/gen-auto-libm-tests.c: Update comment on output format.
9810         (output_for_one_input_case): Generate before-rounding and
9811         after-rounding information as conditions on output flags not
9812         floating-point format.
9813         * math/auto-libm-test-out: Regenerated.
9814         * math/gen-libm-test.pl (cond_value): New function.
9815         (or_cond_value): Use cond_value.
9816         (generate_testfile): Handle conditional exceptions.
9818 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
9820         * math/libm-test.inc (max_valid_error): New variable.
9821         (init_max_error): Take new argument specifying whether function
9822         results are exactly determined.  Set max_valid_error and bound
9823         other variables for errors based on this argument.
9824         (set_max_error): Do not record results above max_valid_error.
9825         (check_float_internal): Only accept errors of up to 0.5ulps if
9826         also at most max_valid_error.
9827         (START): Take new argument EXACT and pass it to init_max_error.
9828         (acos_test): Update call to START.
9829         (acos_test_tonearest): Likewise.
9830         (acos_test_towardzero): Likewise.
9831         (acos_test_downward): Likewise.
9832         (acos_test_upward): Likewise.
9833         (acosh_test): Likewise.
9834         (asin_test): Likewise.
9835         (asin_test_tonearest): Likewise.
9836         (asin_test_towardzero): Likewise.
9837         (asin_test_downward): Likewise.
9838         (asin_test_upward): Likewise.
9839         (asinh_test): Likewise.
9840         (atan_test): Likewise.
9841         (atanh_test): Likewise.
9842         (atan2_test): Likewise.
9843         (cabs_test): Likewise.
9844         (cacos_test): Likewise.
9845         (cacosh_test): Likewise.
9846         (carg_test): Likewise.
9847         (casin_test): Likewise.
9848         (casinh_test): Likewise.
9849         (catan_test): Likewise.
9850         (catanh_test): Likewise.
9851         (cbrt_test): Likewise.
9852         (ccos_test): Likewise.
9853         (ccosh_test): Likewise.
9854         (ceil_test): Likewise.
9855         (cexp_test): Likewise.
9856         (cimag_test): Likewise.
9857         (clog_test): Likewise.
9858         (clog10_test): Likewise.
9859         (conj_test): Likewise.
9860         (copysign_test): Likewise.
9861         (cos_test): Likewise.
9862         (cos_test_tonearest): Likewise.
9863         (cos_test_towardzero): Likewise.
9864         (cos_test_downward): Likewise.
9865         (cos_test_upward): Likewise.
9866         (cosh_test): Likewise.
9867         (cosh_test_tonearest): Likewise.
9868         (cosh_test_towardzero): Likewise.
9869         (cosh_test_downward): Likewise.
9870         (cosh_test_upward): Likewise.
9871         (cpow_test): Likewise.
9872         (cproj_test): Likewise.
9873         (creal_test): Likewise.
9874         (csin_test): Likewise.
9875         (csinh_test): Likewise.
9876         (csqrt_test): Likewise.
9877         (ctan_test): Likewise.
9878         (ctan_test_tonearest): Likewise.
9879         (ctan_test_towardzero): Likewise.
9880         (ctan_test_downward): Likewise.
9881         (ctan_test_upward): Likewise.
9882         (ctanh_test): Likewise.
9883         (ctanh_test_tonearest): Likewise.
9884         (ctanh_test_towardzero): Likewise.
9885         (ctanh_test_downward): Likewise.
9886         (ctanh_test_upward): Likewise.
9887         (erf_test): Likewise.
9888         (erfc_test): Likewise.
9889         (exp_test): Likewise.
9890         (exp_test_tonearest): Likewise.
9891         (exp_test_towardzero): Likewise.
9892         (exp_test_downward): Likewise.
9893         (exp_test_upward): Likewise.
9894         (exp10_test): Likewise.
9895         (exp10_test_tonearest): Likewise.
9896         (exp10_test_towardzero): Likewise.
9897         (exp10_test_downward): Likewise.
9898         (exp10_test_upward): Likewise.
9899         (pow10_test): Likewise.
9900         (exp2_test): Likewise.
9901         (expm1_test): Likewise.
9902         (expm1_test_tonearest): Likewise.
9903         (expm1_test_towardzero): Likewise.
9904         (expm1_test_downward): Likewise.
9905         (expm1_test_upward): Likewise.
9906         (fabs_test): Likewise.
9907         (fdim_test): Likewise.
9908         (floor_test): Likewise.
9909         (fma_test): Likewise.
9910         (fma_test_towardzero): Likewise.
9911         (fma_test_downward): Likewise.
9912         (fma_test_upward): Likewise.
9913         (fmax_test): Likewise.
9914         (fmin_test): Likewise.
9915         (fmod_test): Likewise.
9916         (fpclassify_test): Likewise.
9917         (frexp_test): Likewise.
9918         (hypot_test): Likewise.
9919         (ilogb_test): Likewise.
9920         (isfinite_test): Likewise.
9921         (finite_test): Likewise.
9922         (isgreater_test): Likewise.
9923         (isgreaterequal_test): Likewise.
9924         (isinf_test): Likewise.
9925         (isless_test): Likewise.
9926         (islessequal_test): Likewise.
9927         (islessgreater_test): Likewise.
9928         (isnan_test): Likewise.
9929         (isnormal_test): Likewise.
9930         (issignaling_test): Likewise.
9931         (isunordered_test): Likewise.
9932         (j0_test): Likewise.
9933         (j1_test): Likewise.
9934         (jn_test): Likewise.
9935         (ldexp_test): Likewise.
9936         (lgamma_test): Likewise.
9937         (gamma_test): Likewise.
9938         (lrint_test): Likewise.
9939         (lrint_test_tonearest): Likewise.
9940         (lrint_test_towardzero): Likewise.
9941         (lrint_test_downward): Likewise.
9942         (lrint_test_upward): Likewise.
9943         (llrint_test): Likewise.
9944         (llrint_test_tonearest): Likewise.
9945         (llrint_test_towardzero): Likewise.
9946         (llrint_test_downward): Likewise.
9947         (llrint_test_upward): Likewise.
9948         (log_test): Likewise.
9949         (log10_test): Likewise.
9950         (log1p_test): Likewise.
9951         (log2_test): Likewise.
9952         (logb_test): Likewise.
9953         (logb_test_downward): Likewise.
9954         (lround_test): Likewise.
9955         (llround_test): Likewise.
9956         (modf_test): Likewise.
9957         (nearbyint_test): Likewise.
9958         (nextafter_test): Likewise.
9959         (nexttoward_test): Likewise.
9960         (pow_test): Likewise.
9961         (pow_test_tonearest): Likewise.
9962         (pow_test_towardzero): Likewise.
9963         (pow_test_downward): Likewise.
9964         (pow_test_upward): Likewise.
9965         (remainder_test): Likewise.
9966         (drem_test): Likewise.
9967         (remainder_test_tonearest): Likewise.
9968         (drem_test_tonearest): Likewise.
9969         (remainder_test_towardzero): Likewise.
9970         (drem_test_towardzero): Likewise.
9971         (remainder_test_downward): Likewise.
9972         (drem_test_downward): Likewise.
9973         (remainder_test_upward): Likewise.
9974         (drem_test_upward): Likewise.
9975         (remquo_test): Likewise.
9976         (rint_test): Likewise.
9977         (rint_test_tonearest): Likewise.
9978         (rint_test_towardzero): Likewise.
9979         (rint_test_downward): Likewise.
9980         (rint_test_upward): Likewise.
9981         (round_test): Likewise.
9982         (scalb_test): Likewise.
9983         (scalbn_test): Likewise.
9984         (scalbln_test): Likewise.
9985         (signbit_test): Likewise.
9986         (sin_test): Likewise.
9987         (sin_test_tonearest): Likewise.
9988         (sin_test_towardzero): Likewise.
9989         (sin_test_downward): Likewise.
9990         (sin_test_upward): Likewise.
9991         (sincos_test): Likewise.
9992         (sinh_test): Likewise.
9993         (sinh_test_tonearest): Likewise.
9994         (sinh_test_towardzero): Likewise.
9995         (sinh_test_downward): Likewise.
9996         (sinh_test_upward): Likewise.
9997         (sqrt_test): Likewise.
9998         (sqrt_test_tonearest): Likewise.
9999         (sqrt_test_towardzero): Likewise.
10000         (sqrt_test_downward): Likewise.
10001         (sqrt_test_upward): Likewise.
10002         (tan_test): Likewise.
10003         (tan_test_tonearest): Likewise.
10004         (tan_test_towardzero): Likewise.
10005         (tan_test_downward): Likewise.
10006         (tan_test_upward): Likewise.
10007         (tanh_test): Likewise.
10008         (tgamma_test): Likewise.
10009         (trunc_test): Likewise.
10010         (y0_test): Likewise.
10011         (y1_test): Likewise.
10012         (yn_test): Likewise.
10013         (significand_test): Likewise.
10015         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
10016         individual tests in comment.
10017         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
10018         (prev_max_error): New variable.
10019         (prev_real_max_error): Likewise.
10020         (prev_imag_max_error): Likewise.
10021         (compare_ulp_data): Don't refer to test names in comment.
10022         (find_test_ulps): Remove function.
10023         (find_function_ulps): Likewise.
10024         (find_complex_function_ulps): Likewise.
10025         (init_max_error): Take function name as argument.  Look up ulps
10026         for that function.
10027         (print_ulps): Remove function.
10028         (print_max_error): Use prev_max_error instead of calling
10029         find_function_ulps.
10030         (print_complex_max_error): Use prev_real_max_error and
10031         prev_imag_max_error instead of calling find_complex_function_ulps.
10032         (check_float_internal): Take max_ulp parameter instead of calling
10033         find_test_ulps.  Don't call print_ulps.
10034         (check_float): Update call to check_float_internal.
10035         (check_complex): Update calls to check_float_internal.
10036         (START): Pass argument to init_max_error.
10037         * math/gen-libm-test.pl (%results): Don't include "kind"
10038         information.
10039         (parse_ulps): Don't handle ulps of individual tests.
10040         (print_ulps_file): Likewise.
10041         (output_ulps): Likewise.
10042         * math/README.libm-test: Update.
10043         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
10044         individual tests.
10045         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
10046         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
10047         * sysdeps/arm/libm-test-ulps: Likewise.
10048         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
10049         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
10050         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
10051         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
10052         * sysdeps/microblaze/libm-test-ulps: Likewise.
10053         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
10054         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
10055         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
10056         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
10057         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
10058         * sysdeps/sh/libm-test-ulps: Likewise.
10059         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
10060         * sysdeps/tile/libm-test-ulps: Likewise.
10061         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10063 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
10065         * math/libm-test.inc (print_complex_max_error): Check separately
10066         whether real and imaginary errors are within allowed range and
10067         pass 0 to print_complex_function_ulps instead of value within
10068         allowed range.
10070 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
10072         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
10073         formatting.
10074         (get_handles_fopen): Likewise.
10075         (do_write_test): Likewise.
10077         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
10079         * libio/fileops.c (do_ftell): Use cached offset when
10080         available.
10081         * libio/iofwide.c (do_ftell_wide): Likewise.
10082         * libio/iofdopen.c (_IO_new_fdopen): Don't use
10083         _IO_file_attach.
10084         * libio/wfileops.c (_IO_fwide): Don't cache offset.
10086         [BZ #16532]
10087         * libio/libioP.h (get_file_offset): New function.
10088         * libio/fileops.c (get_file_offset): Likewise.
10089         (do_ftell): Likewise.
10090         (_IO_new_file_seekoff): Split out ftell logic.
10091         * libio/wfileops.c (do_ftell_wide): Likewise.
10092         (_IO_wfile_seekoff): Split out ftell logic.
10093         * libio/tst-ftell-active-handler.c: New test case.
10094         * libio/Makefile (tests): Add it.
10096 2014-03-03  Roland McGrath  <roland@hack.frob.com>
10098         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
10099         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
10101 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
10103         [BZ #16639]
10104         * nscd/connections.c (nscd_init): Call do_exit.
10105         (start_threads): Call do_exit and notify_parent.
10106         (begin_drop_privileges): Call do_exit.
10107         (finish_drop_privileges): Likewise.
10108         * nscd/selinux.c (preserve_capabilities): Likewise.
10109         (install_real_capabilities): Likewise.
10110         (nscd_selinux_enabled): Likewise.
10111         (avc_create_thread): Likewise.
10112         (avc_alloc_lock): Likewise.
10113         (nscd_avc_init): Likewise.
10114         * nscd/nscd.c (parent_fd): New static variable.
10115         (main): Create a pipe between parent and child processes.
10116         Skip closing parent_fd.
10117         (monitor_child): New function.
10118         (do_exit): Likewise.
10119         (notify_parent): Likewise.
10120         * nscd/nscd.h (notify_parent): Likewise.
10121         (do_exit): Likewise.
10123 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
10125         * malloc/malloc.c (__libc_calloc): Revert last change.
10127 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10129         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10131 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
10133         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
10134         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
10135         implementation.
10136         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
10137         (__libc_ifunc_impl_list): Likewise.
10138         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
10139         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
10140         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
10141         * string/strrchr.c: Define STRRCHR.
10143 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
10145         * benchtest/bench-strtok.c (simple_strtok): Delete.
10146         (strtok_string): Use as benchmark.
10147         * string/strtok (STRTOK): New macro.
10149 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
10151         * manual/threads.texi: Add header and standard comments to all
10152         functions.
10154         * elf/dl-lookup.c (check_match): New function.
10155         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
10156         (do_lookup_x): Remove nested function check_match. Use non-nested
10157         function check_match.
10159 2014-02-28  Roland McGrath  <roland@hack.frob.com>
10161         * csu/Makefile (generated, before-compile): Use += rather than =.
10162         * catgets/Makefile (generated, generated-dirs): Likewise.
10163         * debug/Makefile (generated): Likewise.
10164         * dlfcn/Makefile (generated): Likewise.
10165         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
10166         * iconvdata/Makefile (before-compile, generated): Likewise.
10167         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
10168         * libio/Makefile (generated): Likewise.
10169         * malloc/Makefile (generated): Likewise.
10170         * manual/Makefile (generated, generated-dirs): Likewise.
10171         * misc/Makefile (generated): Likewise.
10172         * posix/Makefile (generated): Likewise.
10173         * resolv/Makefile (generated): Likewise.
10174         * sunrpc/Makefile (generated, generated-dirs): Likewise.
10175         * timezone/Makefile (generated, generated-dirs): Likewise.
10177         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
10179 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10181         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
10182         power8 implementation.
10183         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
10184         file: POWER8 llround ifunc implementation.
10185         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
10186         (__lllround): Add POWER8 implementation.
10187         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
10188         POWER8 llround implementation.
10190         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
10191         power8 implementation.
10192         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
10193         file: POWER8 llrint ifunc implementation.
10194         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
10195         Add POWER8 implementation.
10196         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
10197         POWER8 llrint implementation.
10199         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
10200         power8 implementation.
10201         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
10202         file: POWER8 finite ifunc implementation.
10203         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
10204         Add POWER8 implementation.
10205         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
10206         Likewise.
10207         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
10208         POWER8 finite implementation.
10209         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
10211         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
10212         power8 implementation.
10213         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
10214         file: POWER8 isinf ifunc implementation.
10215         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
10216         POWER8 implementation.
10217         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
10218         Likewise.
10219         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
10220         isinf implementation.
10221         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
10223         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
10224         (INIT_ARCH): Add hwcap2 initialization.
10225         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
10226         power8 implementation.
10227         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
10228         file: POWER8 isnan ifunc implementation.
10229         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
10230         POWER8 implementation.
10231         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
10232         Likewise.
10233         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
10234         isnan implementation.
10235         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
10237 2014-02-27  Joey Ye  <joey.ye@arm.com>
10239         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
10240         (_FP_NANFRAC_Q): Set to zero.
10242 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
10244         [BZ #16623]
10245         * math/auto-libm-test-in: New test inputs.
10246         * math/auto-libm-test-out: Regenerate.
10247         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
10248         and DA.
10249         (__cos): Likewise.
10250         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
10252 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
10254         * scripts/evaluate-test.sh: Take new argument indicating whether
10255         failure is expected.
10256         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
10257         indicating whether failure is expected.
10258         * conform/Makefile (test-xfail-run-conformtest): New variable.
10259         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
10260         level.
10261         * posix/Makefile (test-xfail-annexc): New variable.
10262         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
10264 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
10266         * argp/Makefile: Include Makeconfig immediately after defining
10267         subdir.
10268         * assert/Makefile: Likewise.
10269         * benchtests/Makefile: Likewise.
10270         * catgets/Makefile: Likewise.
10271         * conform/Makefile: Likewise.
10272         * crypt/Makefile: Likewise.
10273         * csu/Makefile: Likewise.
10274         (all): Remove target.
10275         * ctype/Makefile: Include Makeconfig immediately after defining
10276         subdir.
10277         * debug/Makefile: Likewise.
10278         * dirent/Makefile: Likewise.
10279         * dlfcn/Makefile: Likewise.
10280         * gmon/Makefile: Likewise.
10281         * gnulib/Makefile: Likewise.
10282         * grp/Makefile: Likewise.
10283         * gshadow/Makefile: Likewise.
10284         * hesiod/Makefile: Likewise.
10285         * hurd/Makefile: Likewise.
10286         (all): Remove target.
10287         * iconvdata/Makefile: Include Makeconfig immediately after
10288         defining subdir.
10289         * inet/Makefile: Likewise.
10290         * intl/Makefile: Likewise.
10291         * io/Makefile: Likewise.
10292         * libio/Makefile: Likewise.
10293         (all): Remove target.
10294         * locale/Makefile: Include Makeconfig immediately after defining
10295         subdir.
10296         * login/Makefile: Likewise.
10297         * mach/Makefile: Likewise.
10298         (all): Remove target.
10299         * malloc/Makefile: Include Makeconfig immediately after defining
10300         subdir.
10301         (all): Remove target.
10302         * manual/Makefile: Include Makeconfig immediately after defining
10303         subdir.
10304         * math/Makefile: Likewise.
10305         * misc/Makefile: Likewise.
10306         * nis/Makefile: Likewise.
10307         * nss/Makefile: Likewise.
10308         * po/Makefile: Likewise.
10309         (all): Remove target.
10310         * posix/Makefile: Include Makeconfig immediately after defining
10311         subdir.
10312         * pwd/Makefile: Likewise.
10313         * resolv/Makefile: Likewise.
10314         * resource/Makefile: Likewise.
10315         * rt/Makefile: Likewise.
10316         * setjmp/Makefile: Likewise.
10317         * shadow/Makefile: Likewise.
10318         * signal/Makefile: Likewise.
10319         * socket/Makefile: Likewise.
10320         * soft-fp/Makefile: Likewise.
10321         * stdio-common/Makefile: Likewise.
10322         * stdlib/Makefile: Likewise.
10323         * streams/Makefile: Likewise.
10324         * string/Makefile: Likewise.
10325         * sunrpc/Makefile: Likewise.
10326         (all): Remove target.
10327         * sysvipc/Makefile: Include Makeconfig immediately after defining
10328         subdir.
10329         * termios/Makefile: Likewise.
10330         * time/Makefile: Likewise.
10331         * timezone/Makefile: Likewise.
10332         (all): Remove target.
10333         * wcsmbs/Makefile: Include Makeconfig immediately after defining
10334         subdir.
10335         * wctype/Makefile: Likewise.
10337 2014-02-26  Steve Ellcey  <sellcey@mips.com>
10339         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
10340         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
10341         (libc_feholdexcept_setround_mips): Ditto.
10342         (libc_feholdsetround): New.
10343         (libc_feholdsetroundf): New.
10344         (libc_feholdsetroundl): New.
10345         (libc_feupdateenv_test_mips): New.
10346         (libc_feupdateenv_test): New.
10347         (libc_feupdateenv_testf): New.
10348         (libc_feupdateenv_testl): New.
10349         (libc_feresetround): New.
10350         (libc_feresetroundf): New.
10351         (libc_feresetroundl): New.
10352         (libc_fetestexcept_mips): New.
10353         (libc_fetestexcept): New.
10354         (libc_fetestexceptf): New.
10355         (libc_fetestexceptl): New.
10356         (HAVE_RM_CTX): New.
10357         (libc_feholdexcept_setround_mips_ctx): New.
10358         (libc_feholdexcept_setround_ctx): New.
10359         (libc_feholdexcept_setroundf_ctx): New.
10360         (libc_feholdexcept_setroundl_ctx): New.
10361         (libc_fesetenv_mips_ctx): New.
10362         (libc_fesetenv_ctx): New.
10363         (libc_fesetenv_ctxf): New.
10364         (libc_fesetenv_ctxl): New.
10365         (libc_feupdateenv_mips_ctx): New.
10366         (libc_feupdateenv_ctx): New.
10367         (libc_feupdateenvf_ctx): New.
10368         (libc_feupdateenvl_ctx): New.
10369         (libc_feholdsetround_mips_ctx): New.
10370         (libc_feholdsetround_ctx): New.
10371         (libc_feholdsetroundf_ctx): New.
10372         (libc_feholdsetroundl_ctx): New.
10373         (libc_feresetround_mips_ctx): New.
10374         (libc_feresetround_ctx): New.
10375         (libc_feresetroundf_ctx): New.
10376         (libc_feresetroundl_ctx): New.
10378 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
10380         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
10382         * manual/ipc.texi: New file.
10383         * manual/Makefile (chapters): Add ipc.
10384         * manual/job.texi: Add "Inter-Process Communication" to next.
10385         * manual/process.texi: Add "Inter-Process Communication" to prev.
10387 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10389         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10391 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
10393         * malloc/malloc.c (__libc_calloc): Simplify implementation.
10395         * manual/arith.texi: Fix spaces after sentences.
10396         * manual/charset.texi: Likewise.
10397         * manual/errno.texi: Likewise.
10398         * manual/install.texi: Likewise.
10399         * manual/llio.texi: Likewise.
10400         * manual/locale.texi: Likewise.
10401         * manual/maint.texi: Likewise.
10402         * manual/math.texi: Likewise.
10403         * manual/memory.texi: Likewise.
10404         * manual/message.texi: Likewise.
10405         * manual/probes.texi: Likewise.
10406         * manual/resource.texi: Likewise.
10407         * manual/signal.texi: Likewise.
10408         * manual/socket.texi: Likewise.
10409         * manual/stdio.texi: Likewise.
10410         * manual/string.texi: Likewise.
10411         * manual/time.texi: Likewise.
10412         * manual/users.texi: Likewise.
10414 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
10416         [BZ #16632]
10417         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
10418         _DEFAULT_SOURCE is defined.
10420 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
10421             Carlos O'Donell  <carlos@redhat.com>
10423         [BZ #16613]
10424         * elf/dl-tls.c (_dl_count_modids): New function.
10425         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
10426         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
10427         audit library and increment generation counter.
10428         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
10429         * elf/tst-audit9.c: New file.
10430         * elf/tst-auditmod9a.c: New file.
10431         * elf/tst-auditmod9b.c: New file.
10432         * elf/Makefile: Add rules to build and run tst-audit9.
10434 2014-02-25  Florian Weimer  <fweimer@redhat.com>
10436         [BZ #15347]
10437         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
10439 2014-02-25  Will Newton  <will.newton@linaro.org>
10441         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
10442         (__longjmp): Restore sp and lr before restoring callee
10443         saved registers.  Add longjmp and longjmp_target
10444         SystemTap probe point.
10445         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
10446         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
10447         Define to zero to match jmpbuf layout.
10448         * sysdeps/arm/setjmp.S: Include stap-probe.h.
10449         (__sigsetjmp): Save sp and lr before saving callee
10450         saved registers.  Add setjmp SystemTap probe point.
10452 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
10454         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
10456 2014-02-24  Andreas Schwab  <schwab@suse.de>
10458         [BZ #15804]
10459         * elf/pldd.c (wait_for_ptrace_stop): New function.
10460         (main): Call it after attaching.
10462 2014-02-22  Roland McGrath  <roland@hack.frob.com>
10464         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
10465         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
10466         Versions files is now verboten.
10467         * hurd/Versions (libc: GLIBC_2.0):
10468         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
10469         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
10470         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
10471         * mach/Versions: Likewise.
10473         * csu/Versions: Remove unused %include.
10474         * resolv/Versions: Likewise.
10476 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
10478         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
10479         ($(objpfx)check-local-headers.out): Likewise.
10480         ($(objpfx)begin-end-check.out): Likewise.
10481         * Makerules (check-abi-%.out): Likewise.
10482         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
10483         ($(objpfx)test2.cat): Likewise.
10484         ($(objpfx)de/libc.cat): Likewise.
10485         ($(objpfx)test-gencat.out): Likewise.
10486         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
10487         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
10488         ($(objpfx)noload-mem): Likewise.
10489         ($(objpfx)tst-pathopt.out): Likewise.
10490         ($(objpfx)tst-rtld-load-self.out): Likewise.
10491         ($(objpfx)tst-array1-cmp.out): Likewise.
10492         ($(objpfx)tst-array1-static-cmp.out): Likewise.
10493         ($(objpfx)tst-array2-cmp.out): Likewise.
10494         ($(objpfx)tst-array3-cmp.out): Likewise.
10495         ($(objpfx)tst-array4-cmp.out): Likewise.
10496         ($(objpfx)tst-array5-cmp.out): Likewise.
10497         ($(objpfx)tst-array5-static-cmp.out): Likewise.
10498         ($(objpfx)check-textrel.out): Likewise.
10499         ($(objpfx)check-execstack.out): Likewise.
10500         ($(objpfx)check-localplt.out): Likewise.
10501         ($(objpfx)order2-cmp.out): Likewise.
10502         ($(objpfx)tst-leaks1-mem): Likewise.
10503         ($(objpfx)tst-leaks1-static-mem): Likewise.
10504         ($(objpfx)tst-initorder-cmp.out): Likewise.
10505         ($(objpfx)tst-initorder2-cmp.out): Likewise.
10506         ($(objpfx)tst-unused-dep.out): Likewise.
10507         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
10508         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
10509         * iconv/Makefile (test-iconvconfig): Likewise.
10510         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
10511         ($(objpfx)iconv-test.out): Likewise.
10512         ($(objpfx)tst-tables.out): Likewise.
10513         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
10514         ($(objpfx)tst-gettext.out): Likewise.
10515         ($(objpfx)tst-translit.out): Likewise.
10516         ($(objpfx)tst-gettext2.out): Likewise.
10517         ($(objpfx)tst-gettext4.out): Likewise.
10518         ($(objpfx)tst-gettext6.out): Likewise.
10519         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
10520         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
10521         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
10522         ($(objpfx)tst-fopenloc-mem.out): Likewise.
10523         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
10524         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
10525         * posix/Makefile ($(objpfx)globtest.out): Likewise.
10526         ($(objpfx)wordexp-tst.out): Likewise.
10527         ($(objpfx)annexc.out): Likewise.
10528         ($(objpfx)tst-fnmatch-mem): Likewise.
10529         ($(objpfx)bug-regex2-mem): Likewise.
10530         ($(objpfx)bug-regex14-mem): Likewise.
10531         ($(objpfx)bug-regex21-mem): Likewise.
10532         ($(objpfx)bug-regex31-mem): Likewise.
10533         ($(objpfx)tst-vfork3-mem): Likewise.
10534         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
10535         ($(objpfx)tst-pcre-mem): Likewise.
10536         ($(objpfx)tst-boost-mem): Likewise.
10537         ($(objpfx)tst-getconf.out): Likewise.
10538         ($(objpfx)bug-ga2-mem): Likewise.
10539         ($(objpfx)bug-glob2-mem): Likewise.
10540         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
10541         ($(objpfx)mtrace-tst-leaks2): Likewise.
10542         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
10543         ($(objpfx)tst-printf.out): Likewise.
10544         ($(objpfx)tst-setvbuf1.out): Likewise.
10545         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
10546         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
10547         ($(objpfx)tst-fmtmsg.out): Likewise.
10548         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
10549         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
10551         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
10552         * bits/sigaction.h [__USE_MISC]: Likewise.
10553         * bits/waitstatus.h: Update #endif comments.
10554         * ctype/ctype.h: Likewise.
10555         * dirent/dirent.h: Likewise.
10556         [__USE_MISC]: Remove redundant conditionals.
10557         * grp/grp.h: Update #endif comments.
10558         [__USE_GNU]: Remove redundant conditionals.
10559         [__USE_MISC]: Likewise.
10560         * inet/netinet/in.h [__USE_GNU]: Likewise.
10561         * io/sys/stat.h [__USE_MISC]: Likewise.
10562         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
10563         * libio/bits/stdio.h: Update #endif comments.
10564         [__USE_MISC]: Remove redundant conditionals.
10565         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
10566         * libio/stdio.h: Update #endif comments.
10567         [__USE_MISC]: Remove redundant conditionals.
10568         * math/bits/math-finite.h [__USE_MISC]: Likewise.
10569         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
10570         * math/math.h: Update #else and #endif comments.
10571         [__USE_MISC]: Remove redundant conditionals.
10572         * misc/sys/uio.h: Update #endif comments.
10573         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
10574         * posix/glob.h [__USE_MISC]: Likewise.
10575         * posix/sys/types.h: Update #endif comments.
10576         [__USE_MISC]: Remove redundant conditionals.
10577         * posix/sys/wait.h: Update #endif comments.
10578         [__USE_MISC]: Remove redundant conditionals.
10579         * posix/unistd.h: Update #endif comments.
10580         [__USE_MISC]: Remove redundant conditionals.
10581         * pwd/pwd.h [__USE_GNU]: Likewise.
10582         [__USE_MISC]: Likewise.
10583         * resolv/netdb.h [__USE_GNU]: Likewise.
10584         * signal/signal.h: Update #endif comments.
10585         [__USE_MISC]: Remove redundant conditionals.
10586         * stdlib/stdlib.h: Update #else and #endif comments.
10587         [__USE_MISC]: Remove redundant conditionals.
10588         [__USE_GNU]: Likewise.
10589         * string/bits/string2.h [__USE_MISC]: Likewise.
10590         * string/string.h: Update #endif comments.
10591         [__USE_MISC]: Remove redundant conditionals.
10592         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
10593         Likewise.
10594         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
10595         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
10596         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
10597         Likewise.
10598         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
10599         Likewise.
10600         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
10601         comments.
10602         [__USE_MISC]: Remove redundant conditionals.
10603         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
10604         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
10605         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
10606         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
10607         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
10608         Likewise.
10609         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
10610         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
10611         Likewise.
10612         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
10613         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
10614         Likewise.
10615         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
10616         Likewise.
10617         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
10618         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
10619         Likewise.
10620         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
10621         Likewise.
10622         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
10623         * sysdeps/x86/bits/string.h: Update #endif comments.
10624         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
10625         conditionals.
10626         * time/sys/time.h: Update #endif comments.
10627         * time/time.h: Likewise.
10628         [__USE_MISC]: Remove redundant conditionals.
10630 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
10632         [BZ #16600]
10633         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
10635 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
10637         * Versions.def (librt): Add GLIBC_2.17.
10639 2014-02-21  Adam Conrad  <adconrad@0c3.net>
10641         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
10642         synonym for _SYS_AUXV_H to allow direct inclusion.
10643         * sysdeps/sparc/bits/hwcap.h: Likewise.
10644         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
10645         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
10646         * sysdeps/sparc/sysdep.h: Likewise.
10648 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
10650         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
10652 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
10654         * benchtests/bench-strrchr.c: Print length instead of position.
10656 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
10658         [BZ #16611]
10659         * sysdeps/unix/sysv/linux/kernel-features.h
10660         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
10661         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
10662         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
10663         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
10664         Likewise.
10665         [__i386__ || __powerpc__ || __sh__ || __sparc__]
10666         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
10667         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
10668         (__ASSUME_SENDMMSG): Define instead of using previous
10669         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
10670         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
10671         (__ASSUME_SENDMMSG_SYSCALL): Define.
10672         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
10673         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
10674         Likewise.
10675         * sysdeps/unix/sysv/linux/arm/kernel-features.h
10676         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
10677         Likewise.
10678         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
10679         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
10680         Likewise.
10681         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
10682         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
10683         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
10684         [__ASSUME_SENDMMSG]: Change conditionals to
10685         [__ASSUME_SENDMMSG_SOCKETCALL].
10686         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
10687         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
10688         Define.
10689         * sysdeps/unix/sysv/linux/mips/kernel-features.h
10690         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
10691         Likewise.
10692         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
10693         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
10694         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
10695         [!__ASSUME_SENDMMSG]: Change conditional to
10696         [!__ASSUME_SENDMMSG_SOCKETCALL].
10697         * sysdeps/unix/sysv/linux/tile/kernel-features.h
10698         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
10699         Define.
10701         [BZ #16610]
10702         * sysdeps/unix/sysv/linux/kernel-features.h
10703         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
10704         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
10705         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
10706         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
10707         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
10708         [__i386__ || __sparc__]
10709         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
10710         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
10711         (__ASSUME_RECVMMSG): Define instead of using previous
10712         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
10713         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
10714         (__ASSUME_RECVMMSG_SYSCALL): Define.
10715         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
10716         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
10717         Likewise.
10718         * sysdeps/unix/sysv/linux/arm/kernel-features.h
10719         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
10720         Likewise.
10721         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
10722         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
10723         Likewise.
10724         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
10725         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
10726         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
10727         [__ASSUME_RECVMMSG]: Change condition to
10728         [__ASSUME_RECVMMSG_SOCKETCALL].
10729         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
10730         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
10731         Define.
10732         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
10733         * sysdeps/unix/sysv/linux/mips/kernel-features.h
10734         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
10735         Likewise.
10736         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
10737         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
10738         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
10739         [!__ASSUME_RECVMMSG]: Change condition to
10740         [!__ASSUME_RECVMMSG_SOCKETCALL].
10741         * sysdeps/unix/sysv/linux/tile/kernel-features.h
10742         (__ASSUME_RECVMMSG_SYSCALL): Define.
10744         [BZ #16609]
10745         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
10746         __powerpc__ || __s390__ || __sh__ || __sparc__]
10747         (__ASSUME_SOCKETCALL): Define.
10748         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
10749         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
10750         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
10751         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
10752         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
10753         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
10754         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
10755         (__ASSUME_ACCEPT4): Define instead of using previous
10756         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
10757         __powerpc__ || __sparc__ || __s390__)] condition.
10758         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
10759         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
10760         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
10761         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
10762         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
10763         [!__ASSUME_ACCEPT4]: Change condition to
10764         [!__ASSUME_ACCEPT4_SOCKETCALL].
10765         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
10766         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
10767         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
10768         * sysdeps/unix/sysv/linux/arm/kernel-features.h
10769         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
10770         __ASSUME_ACCEPT4_SYSCALL.
10771         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
10772         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
10773         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
10774         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
10775         __ASSUME_ACCEPT4_SYSCALL.
10776         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
10777         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
10778         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
10779         [__ASSUME_ACCEPT4]: Change condition to
10780         [__ASSUME_ACCEPT4_SOCKETCALL].
10781         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
10782         (__ASSUME_SOCKETCALL): Define.
10783         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
10784         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
10785         (__ASSUME_SOCKETCALL): Define.
10786         (__ASSUME_ACCEPT4): Remove.
10787         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
10788         Define.
10789         * sysdeps/unix/sysv/linux/mips/kernel-features.h
10790         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
10791         Likewise.
10792         * sysdeps/unix/sysv/linux/tile/kernel-features.h
10793         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
10795         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
10796         macro.
10797         (HWCAP_ARM_LPAE): Likewise.
10798         (HWCAP_ARM_EVTSTRM): Likewise.
10799         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
10800         Add vpfd32, lpae and evtstrm.
10801         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
10802         Increase to 22.
10804 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
10806         * math/auto-libm-test-in: Add tests of clog10.
10807         * math/auto-libm-test-out: Regenerated.
10808         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
10809         * sysdeps/i386/fpu/libm-test-ulps: Update.
10810         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10812 2014-02-18  Andreas Schwab  <schwab@suse.de>
10814         [BZ #16574]
10815         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
10816         Store non-zero if the second buffer was newly allocated.
10817         (send_dg): Likewise.
10818         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
10819         to send_vc and send_dg.
10820         (res_nsend): Pass NULL for ansp2_malloced.
10821         * resolv/res_query.c (__libc_res_nquery): Add parameter
10822         answerp2_malloced and pass it down to __libc_res_nsend.
10823         (res_nquery): Pass additional NULL to __libc_res_nquery.
10824         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
10825         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
10826         second answer buffer if answerp2_malloced was set.
10827         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
10828         (__libc_res_nquerydomain): Add parameter
10829         answerp2_malloced and pass it down to __libc_res_nquery.
10830         (res_nquerydomain): Pass additional NULL to
10831         __libc_res_nquerydomain.
10832         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
10833         additional NULL to __libc_res_nsend and __libc_res_nquery.
10834         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
10835         additional NULL to __libc_res_nsearch.
10836         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
10837         parameter of __libc_res_nsearch to check for separately allocated
10838         second buffer.
10839         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
10840         __libc_res_nquery.
10841         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
10842         additional NULL to __libc_res_nquery.
10843         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
10844         __libc_res_nsearch.
10845         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
10846         * include/resolv.h: Update prototypes of __libc_res_nquery,
10847         __libc_res_nsearch, __libc_res_nsend.
10849 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
10851         * math/auto-libm-test-in: Add tests of fma.
10852         * math/auto-libm-test-out: Regenerated.
10853         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
10854         (fma_towardzero_test_data): Likewise.
10855         (fma_downward_test_data): Likewise.
10856         (fma_upward_test_data): Likewise.
10857         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
10858         mpc_mode.
10859         (rounding_modes): Add values for new field.
10860         (func_calc_method): Add value mpfr_fff_f.
10861         (func_calc_desc): Add mpfr_fff_f union field.
10862         (test_function): Add field exact_args.
10863         (FUNC): Add macro argument EXACT_ARGS.
10864         (FUNC_mpfr_f_f): Update call to FUNC.
10865         (FUNC_mpfr_f_f): Likewise.
10866         (FUNC_mpfr_ff_f): Likewise.
10867         (FUNC_mpfr_if_f): Likewise.
10868         (FUNC_mpc_c_f): Likewise.
10869         (FUNC_mpc_c_c): Likewise.
10870         (test_functions): Add fma.  Update calls to FUNC.
10871         (handle_input_arg): Add argument exact_args.
10872         (add_test): Update call to handle_input_arg.
10873         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
10874         (output_for_one_input_case): Update call to calc_generic_results.
10875         Recalculate exact zero results in each rounding mode.
10877         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
10878         non-negative before setting low bit.
10879         * math/auto-libm-test-in: Mark one asin test possibly having
10880         spurious underflow.
10881         * math/auto-libm-test-out: Regenerated.
10882         * sysdeps/i386/fpu/libm-test-ulps: Update.
10883         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10885 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
10887         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
10888         * sysdeps/unix/sysv/linux/microblaze: Move directory from
10889         ports/sysdeps/unix/sysv/linux/microblaze.
10890         * README: Add missing listing for microblaze*-*-linux-gnu.
10892 2014-02-16  Ondřej Bílka  <neleai@seznam.cz>
10894         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
10895         duplicate code
10897 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
10899         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
10900         * sysdeps/unix/sysv/linux/ia64: Move directory from
10901         ports/sysdeps/unix/sysv/linux/ia64.
10902         * README: Update listing for ia64-*-linux-gnu.
10904 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
10905             Joseph Myers  <joseph@codesourcery.com>
10907         * Makeconfig (test-name): New variable.
10908         (evaluate-test): Likewise.
10909         * Makerules (do-test-clean): Remove .test-result files.
10910         (common-mostlyclean): Likewise.
10911         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
10912         * scripts/evaluate-test.sh: New file.
10914 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
10916         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
10917         separate $(objpfx)tst-fopenloc-cmp.out and
10918         $(objpfx)tst-fopenloc-mem.out targets.
10919         (tests): Update dependencies.
10920         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
10921         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
10922         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
10923         (tst-rxspencer-no-utf8-ARGS): New variable.
10924         (tst-rxspencer-no-utf8-ENV): Likewise.
10925         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
10926         instead of $(objpfx)tst-rxspencer-mem.
10927         ($(objpfx)tst-rxspencer-mem): Change target to
10928         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
10929         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
10930         * posix/tst-rxspencer-no-utf8.c: New file.
10932         * elf/Makefile ($(objpfx)order.out): Remove rule.
10933         [$(run-built-tests) = yes] (tests): Depend on
10934         $(objpfx)order-cmp.out.
10935         ($(objpfx)order-cmp.out): New rule.
10936         [$(run-built-tests) = yes] (tests): Depend on
10937         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
10938         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
10939         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
10940         $(objpfx)tst-array5-static-cmp.out.
10941         ($(objpfx)tst-array1.out): Remove rule.
10942         ($(objpfx)tst-array1-cmp.out): New rule.
10943         ($(objpfx)tst-array1-static.out): Remove rule.
10944         ($(objpfx)tst-array1-static-cmp.out): New rule.
10945         ($(objpfx)tst-array2.out): Remove rule.
10946         ($(objpfx)tst-array2-cmp.out): New rule.
10947         ($(objpfx)tst-array3.out): Remove rule.
10948         ($(objpfx)tst-array3-cmp.out): New rule.
10949         ($(objpfx)tst-array4.out): Remove rule.
10950         ($(objpfx)tst-array4-cmp.out): New rule.
10951         ($(objpfx)tst-array5.out): Remove rule.
10952         ($(objpfx)tst-array5-cmp.out): New rule.
10953         ($(objpfx)tst-array5-static.out): Remove rule.
10954         ($(objpfx)tst-array5-static-cmp.out): New rule.
10955         [$(run-built-tests) = yes] (tests): Depend on
10956         $(objpfx)order2-cmp.out.
10957         ($(objpfx)order2.out): Remove rule.
10958         ($(objpfx)order2-cmp.out): New rule.
10959         ($(objpfx)tst-initorder.out): Remove rule.
10960         [$(run-built-tests) = yes] (tests): Depend on
10961         $(objpfx)tst-initorder-cmp.out.
10962         ($(objpfx)tst-initorder-cmp.out): New rule.
10963         ($(objpfx)tst-initorder2.out): Remove rule.
10964         [$(run-built-tests) = yes] (tests): Depend on
10965         $(objpfx)tst-initorder2-cmp.out.
10966         ($(objpfx)tst-initorder2-cmp.out): New rule.
10967         [$(run-built-tests) = yes] (tests): Depend on
10968         $(objpfx)tst-unused-dep-cmp.out.
10969         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
10970         ($(objpfx)tst-unused-dep-cmp.out): New rule.
10971         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
10972         on $(objpfx)tst-setvbuf1-cmp.out.
10973         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
10974         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
10975         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
10976         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
10977         ($(objpfx)tst-svc.out): Remove rule.
10978         ($(objpfx)tst-svc-cmp.out): New rule.
10980 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
10982         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
10983         * ctype/ctype.h [__USE_MISC]: Likewise.
10984         * dirent/dirent.h [__USE_MISC]: Likewise.
10985         * grp/grp.h [__USE_MISC]: Likewise.
10986         * io/fcntl.h [__USE_MISC]: Likewise.
10987         * io/sys/stat.h [__USE_MISC]: Likewise.
10988         * libio/stdio.h [__USE_MISC]: Likewise.
10989         * posix/unistd.h [__USE_MISC]: Likewise.
10990         * pwd/pwd.h [__USE_MISC]: Likewise.
10991         * stdlib.h [__USE_MISC]: Likewise.
10992         * string/bits/string2.h [__USE_MISC]: Likewise.
10993         * string/string.h [__USE_MISC]: Likewise.
10994         * time/time.h [__USE_MISC]: Likewise.
10996 2014-02-13  Andreas Schwab  <schwab@suse.de>
10998         [BZ #16574]
10999         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
11000         second answer buffer if it was separately allocated.
11002 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
11004         * sysdeps/mips/math-tests.h: Include <features.h>.
11005         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
11006         (ROUNDING_TESTS_long_double): Do not define.
11007         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
11008         (EXCEPTION_TESTS_long_double): Likewise.
11009         * sysdeps/mips/mips64/libm-test-ulps: Update.
11011         * include/features.h (__USE_BSD): Remove macro definitions.
11012         (__USE_SVID): Likewise.
11013         (_BSD_SOURCE): Likewise.
11014         (_SVID_SOURCE): Likewise.
11015         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
11016         from definition of _DEFAULT_SOURCE.
11017         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
11018         [_DEFAULT_SOURCE].
11019         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
11020         * bits/mman.h [__USE_BSD]: Likewise.
11021         * bits/termios.h [__USE_BSD]: Likewise.
11022         * bits/waitstatus.h [__USE_BSD]: Likewise.
11023         * ctype/ctype.h [__USE_SVID]: Likewise.
11024         * dirent/dirent.h [__USE_BSD]: Likewise.
11025         * grp/grp.h [__USE_SVID]: Likewise.
11026         [__USE_BSD]: Likewise.
11027         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
11028         * io/fcntl.h [__USE_BSD]: Likewise.
11029         * io/ftw.h [__USE_BSD]: Likewise.
11030         * io/sys/stat.h [__USE_BSD]: Likewise.
11031         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
11032         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
11033         * libio/stdio.h [__USE_SVID]: Likewise.
11034         [__USE_BSD]: Likewise.
11035         * math/math.h [__USE_SVID]: Likewise.
11036         [__USE_BSD]: Likewise.
11037         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
11038         * misc/bits/syslog.h [__USE_BSD]: Likewise.
11039         * misc/search.h [__USE_SVID]: Likewise.
11040         * misc/sys/mman.h [__USE_BSD]: Likewise.
11041         * misc/sys/syslog.h [__USE_BSD]: Likewise.
11042         * misc/sys/uio.h [__USE_BSD]: Likewise.
11043         * posix/bits/unistd.h [__USE_BSD]: Likewise.
11044         * posix/glob.h [__USE_BSD]: Likewise.
11045         * posix/regex.h [__USE_BSD]: Likewise.
11046         * posix/sys/types.h [__USE_BSD]: Likewise.
11047         [__USE_SVID]: Likewise.
11048         * posix/sys/utsname.h [__USE_SVID]: Likewise.
11049         * posix/sys/wait.h [__USE_BSD]: Likewise.
11050         [__USE_SVID]: Likewise.
11051         * posix/unistd.h [__USE_BSD]: Likewise.
11052         [__USE_SVID]: Likewise.
11053         * pwd/pwd.h [__USE_SVID]: Likewise.
11054         * resolv/netdb.h [__USE_BSD]: Likewise.
11055         * setjmp/setjmp.h [__USE_BSD]: Likewise.
11056         * signal/signal.h [__USE_BSD]: Likewise.
11057         [__USE_SVID]: Likewise.
11058         * socket/sys/socket.h [__USE_BSD]: Likewise.
11059         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
11060         * stdlib/stdlib.h [__USE_BSD]: Likewise.
11061         [__USE_SVID]: Likewise.
11062         * string/bits/string2.h [__USE_BSD]: Likewise.
11063         [__USE_SVID]: Likewise.
11064         * string/bits/string3.h [__USE_BSD]: Likewise.
11065         * string/endian.h [__USE_BSD]: Likewise.
11066         * string/string.h [__USE_SVID]: Likewise.
11067         [__USE_BSD]: Likewise.
11068         * string/strings.h [__USE_BSD]: Likewise.
11069         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
11070         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
11071         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
11072         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
11073         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
11074         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
11075         Likewise.
11076         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
11077         Likewise.
11078         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
11079         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
11080         Likewise.
11081         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
11082         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
11083         Likewise.
11084         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
11085         Likewise.
11086         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
11087         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
11088         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
11089         Likewise.
11090         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
11091         Likewise.
11092         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
11093         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
11094         * termios/termios.h [__USE_BSD]: Likewise.
11095         * time/sys/time.h [__USE_BSD]: Likewise.
11096         * time/time.h [__USE_BSD]: Likewise.
11097         [__USE_SVID]: Likewise.
11099         * Makefile (subdir_targets): Remove subdir_lint.out.
11101         * stdio-common/Makefile (do-tst-unbputc): Remove target.
11102         (do-tst-printf): Likewise.
11103         (tests): Depend directly on $(objpfx)tst-unbputc.out and
11104         $(objpfx)tst-printf.out.
11106         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
11108         * Makerules (check-abi-%): Change target to
11109         $(objpfx)check-abi-%.out.
11110         (check-abi target): Update dependencies.
11111         (check-abi-pattern variable): Redirect output of diff to $@.
11112         (check-abi variable): Likewise.
11113         * elf/Makefile (check-abi): Update dependencies.
11115         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
11116         unused.
11117         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
11118         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
11119         subnormal range.
11120         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
11121         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
11122         value has largest subnormal exponent.
11123         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
11124         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
11125         * sysdeps/aarch64/soft-fp/sfp-machine.h
11126         (_FP_TININESS_AFTER_ROUNDING): New macro.
11127         * sysdeps/alpha/soft-fp/sfp-machine.h
11128         (_FP_TININESS_AFTER_ROUNDING): Likewise.
11129         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
11130         Likewise.
11131         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
11132         (_FP_TININESS_AFTER_ROUNDING): Likewise.
11133         * sysdeps/mips/soft-fp/sfp-machine.h
11134         (_FP_TININESS_AFTER_ROUNDING): Likewise.
11135         * sysdeps/powerpc/soft-fp/sfp-machine.h
11136         (_FP_TININESS_AFTER_ROUNDING): Likewise.
11137         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
11138         Likewise.
11139         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
11140         (_FP_TININESS_AFTER_ROUNDING): Likewise.
11141         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
11142         (_FP_TININESS_AFTER_ROUNDING): Likewise.
11143         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
11144         Likewise.
11146 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
11148         [BZ #16545]
11149         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
11150         model 1.
11152 2014-02-12  Richard Henderson  <rth@redhat.com>
11154         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
11155         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
11156         * sysdeps/unix/sysv/linux/alpha: Move directory from
11157         ports/sysdeps/unix/sysv/linux/alpha.
11158         * README: Update listing for alpha-*-linux-gnu.
11160 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
11162         * include/features.h: Update comment documenting feature test
11163         macros.
11164         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
11165         _DEFAULT_SOURCE.
11166         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
11167         (_SVID_SOURCE): Likewise.
11168         (_DEFAULT_SOURCE): Update description of default features.
11169         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
11170         with _GNU_SOURCE.
11171         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
11172         (S_ISVTX): Likewise.
11173         * manual/math.texi (Mathematical Constants): Likewise.
11174         * manual/signal.texi (Interrupted Primitives): Likewise.
11175         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
11176         * math/test-matherr.c (_SVID_SOURCE): Do not define.
11177         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
11178         Don't refer to _SVID_SOURCE in warning text.
11180         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
11182         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
11183         already defined.
11184         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
11185         * sysdeps/mips/dl-lookup.c: Remove.
11186         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
11188 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
11190         [BZ #16447]
11191         * math/auto-libm-test-in: Add testcase for expl.
11192         * math/auto-libm-test-out: Regenerate.
11193         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
11194         calculation of unsafe.
11195         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
11197 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
11199         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
11200         * sysdeps/unix/sysv/linux/aarch64: Move directory from
11201         ports/sysdeps/unix/sysv/linux/aarch64.
11202         * README: Update listing for aarch64*-*-linux-gnu.
11204 2014-02-11  Will Newton  <will.newton@linaro.org>
11206         * manual/probes.texi (Mathematical Function Probes): Use
11207         "triggered" instead of "hit".
11209         * manual/probes.texi (Internal Probes): Add documentation
11210         of setjmp, longjmp and longjmp_target probes.
11212         * include/stap-probe.h: Add comment about probe argument
11213         format.
11215         * malloc/mtrace.c (attribute_hidden): Remove unused macro
11216         definition.  (tr_where, tr_freehook, tr_mallochook,
11217         tr_reallochook, tr_memalignhook): Use ANSI protoype.
11219 2014-02-11  David S. Miller  <davem@davemloft.net>
11221         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
11222         processing int_tests.
11224 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
11226         * sysdeps/mips: Move directory from ports/sysdeps/mips.
11227         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
11228         * sysdeps/unix/sysv/linux/mips: Move directory from
11229         ports/sysdeps/unix/sysv/linux/mips.
11230         * README: Update listing for mips-*-linux-gnu and
11231         mips64-*-linux-gnu.
11233 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
11235         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
11236         * sysdeps/unix/sysv/linux/m68k: Move directory from
11237         ports/sysdeps/unix/sysv/linux/m68k.
11238         * README: Update listing for m68k-*-linux-gnu.
11240 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
11242         * sysdeps/tile: Move directory from ports/sysdeps/tile.
11243         * sysdeps/unix/sysv/linux/generic: Move directory from
11244         ports/sysdeps/unix/sysv/linux/generic.
11245         * sysdeps/unix/sysv/linux/tile: Move directory from
11246         ports/sysdeps/unix/sysv/linux/tile.
11247         * README: Update listing for tile*-*-linux-gnu.
11249 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
11251         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
11252         __builtin_expect.
11253         * benchtests/bench-memmem.c (simple_memmem): Likewise.
11254         * catgets/open_catalog.c (__open_catalog): Likewise.
11255         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
11256         * debug/confstr_chk.c: Likewise.
11257         * debug/fread_chk.c (__fread_chk): Likewise.
11258         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
11259         * debug/getgroups_chk.c: Likewise.
11260         * debug/mbsnrtowcs_chk.c: Likewise.
11261         * debug/mbsrtowcs_chk.c: Likewise.
11262         * debug/mbstowcs_chk.c: Likewise.
11263         * debug/memcpy_chk.c: Likewise.
11264         * debug/memmove_chk.c: Likewise.
11265         * debug/mempcpy_chk.c: Likewise.
11266         * debug/memset_chk.c: Likewise.
11267         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
11268         * debug/strcat_chk.c (__strcat_chk): Likewise.
11269         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
11270         * debug/strncat_chk.c (__strncat_chk): Likewise.
11271         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
11272         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
11273         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
11274         * debug/wcpncpy_chk.c: Likewise.
11275         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
11276         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
11277         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
11278         * debug/wcsncpy_chk.c: Likewise.
11279         * debug/wcsnrtombs_chk.c: Likewise.
11280         * debug/wcsrtombs_chk.c: Likewise.
11281         * debug/wcstombs_chk.c: Likewise.
11282         * debug/wmemcpy_chk.c: Likewise.
11283         * debug/wmemmove_chk.c: Likewise.
11284         * debug/wmempcpy_chk.c: Likewise.
11285         * debug/wmemset_chk.c: Likewise.
11286         * dirent/scandirat.c (SCANDIRAT): Likewise.
11287         * dlfcn/dladdr1.c (dladdr1): Likewise.
11288         * dlfcn/dladdr.c (dladdr): Likewise.
11289         * dlfcn/dlclose.c (dlclose_doit): Likewise.
11290         * dlfcn/dlerror.c (__dlerror): Likewise.
11291         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
11292         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
11293         * dlfcn/dlopen.c (dlopen_doit): Likewise.
11294         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
11295         * dlfcn/dlsym.c (dlsym_doit): Likewise.
11296         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
11297         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
11298         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
11299         Likewise.
11300         * elf/dl-conflict.c: Likewise.
11301         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
11302         * elf/dl-dst.h: Likewise.
11303         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
11304         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
11305         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
11306         * elf/dl-init.c (call_init, _dl_init): Likewise.
11307         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
11308         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
11309         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
11310         Likewise.
11311         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
11312         Likewise.
11313         * elf/dl-minimal.c (__libc_memalign): Likewise.
11314         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
11315         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
11316         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
11317         * elf/dl-sym.c (do_sym): Likewise.
11318         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
11319         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
11320         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
11321         * elf/dl-writev.h (_dl_writev): Likewise.
11322         * elf/ldconfig.c (search_dir): Likewise.
11323         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
11324         (dl_main): Likewise.
11325         * elf/setup-vdso.h (setup_vdso): Likewise.
11326         * grp/compat-initgroups.c (compat_call): Likewise.
11327         * grp/fgetgrent.c (fgetgrent): Likewise.
11328         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
11329         * grp/putgrent.c (putgrent): Likewise.
11330         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
11331         Likewise.
11332         * hurd/hurdinit.c: Likewise.
11333         * iconvdata/8bit-gap.c (struct): Likewise.
11334         * iconvdata/ansi_x3.110.c : Likewise.
11335         * iconvdata/big5.c : Likewise.
11336         * iconvdata/big5hkscs.c : Likewise.
11337         * iconvdata/cp1255.c: Likewise.
11338         * iconvdata/cp1258.c : Likewise.
11339         * iconvdata/cp932.c : Likewise.
11340         * iconvdata/euc-cn.c: Likewise.
11341         * iconvdata/euc-jisx0213.c : Likewise.
11342         * iconvdata/euc-jp.c: Likewise.
11343         * iconvdata/euc-jp-ms.c : Likewise.
11344         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
11345         * iconvdata/gb18030.c : Likewise.
11346         * iconvdata/gbbig5.c (const): Likewise.
11347         * iconvdata/gbgbk.c: Likewise.
11348         * iconvdata/gbk.c : Likewise.
11349         * iconvdata/ibm1364.c : Likewise.
11350         * iconvdata/ibm930.c : Likewise.
11351         * iconvdata/ibm932.c: Likewise.
11352         * iconvdata/ibm933.c : Likewise.
11353         * iconvdata/ibm935.c : Likewise.
11354         * iconvdata/ibm937.c : Likewise.
11355         * iconvdata/ibm939.c : Likewise.
11356         * iconvdata/ibm943.c: Likewise.
11357         * iconvdata/iso_11548-1.c: Likewise.
11358         * iconvdata/iso-2022-cn.c : Likewise.
11359         * iconvdata/iso-2022-cn-ext.c : Likewise.
11360         * iconvdata/iso-2022-jp-3.c: Likewise.
11361         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
11362         * iconvdata/iso-2022-kr.c : Likewise.
11363         * iconvdata/iso646.c (gconv_end): Likewise.
11364         * iconvdata/iso_6937-2.c : Likewise.
11365         * iconvdata/iso_6937.c : Likewise.
11366         * iconvdata/iso8859-1.c: Likewise.
11367         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
11368         * iconvdata/shift_jisx0213.c : Likewise.
11369         * iconvdata/sjis.c : Likewise.
11370         * iconvdata/t.61.c : Likewise.
11371         * iconvdata/tcvn5712-1.c : Likewise.
11372         * iconvdata/tscii.c: Likewise.
11373         * iconvdata/uhc.c : Likewise.
11374         * iconvdata/unicode.c (gconv_end): Likewise.
11375         * iconvdata/utf-16.c (gconv_end): Likewise.
11376         * iconvdata/utf-32.c (gconv_end): Likewise.
11377         * iconvdata/utf-7.c (base64): Likewise.
11378         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
11379         * iconv/gconv_close.c (__gconv_close): Likewise.
11380         * iconv/gconv_open.c (__gconv_open): Likewise.
11381         * iconv/gconv_simple.c (internal_ucs4_loop_single)
11382         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
11383         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
11384         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
11385         (ucs4le_internal_loop_single): Likewise.
11386         * iconv/iconv.c (iconv): Likewise.
11387         * iconv/iconv_close.c: Likewise.
11388         * iconv/loop.c (SINGLE): Likewise.
11389         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
11390         * include/atomic.h: Likewise.
11391         * inet/inet6_option.c (option_alloc): Likewise.
11392         * intl/bindtextdom.c (set_binding_values): Likewise.
11393         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
11394         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
11395         * intl/localealias.c (read_alias_file): Likewise.
11396         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
11397         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
11398         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
11399         * libio/fmemopen.c (fmemopen): Likewise.
11400         * libio/iofgets.c (_IO_fgets): Likewise.
11401         * libio/iofgets_u.c (fgets_unlocked): Likewise.
11402         * libio/iofgetws.c (fgetws): Likewise.
11403         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
11404         * libio/iogetdelim.c (_IO_getdelim): Likewise.
11405         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
11406         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
11407         * locale/findlocale.c (_nl_find_locale): Likewise.
11408         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
11409         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
11410         Likewise.
11411         * locale/setlocale.c (setlocale): Likewise.
11412         * login/programs/pt_chown.c (main): Likewise.
11413         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
11414         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
11415         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
11416         (mmap, mmap64, mremap, munmap): Likewise.
11417         * math/e_exp2l.c: Likewise.
11418         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
11419         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
11420         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
11421         * math/s_catan.c (__catan): Likewise.
11422         * math/s_catanf.c (__catanf): Likewise.
11423         * math/s_catanh.c (__catanh): Likewise.
11424         * math/s_catanhf.c (__catanhf): Likewise.
11425         * math/s_catanhl.c (__catanhl): Likewise.
11426         * math/s_catanl.c (__catanl): Likewise.
11427         * math/s_ccosh.c (__ccosh): Likewise.
11428         * math/s_ccoshf.c (__ccoshf): Likewise.
11429         * math/s_ccoshl.c (__ccoshl): Likewise.
11430         * math/s_cexp.c (__cexp): Likewise.
11431         * math/s_cexpf.c (__cexpf): Likewise.
11432         * math/s_cexpl.c (__cexpl): Likewise.
11433         * math/s_clog10.c (__clog10): Likewise.
11434         * math/s_clog10f.c (__clog10f): Likewise.
11435         * math/s_clog10l.c (__clog10l): Likewise.
11436         * math/s_clog.c (__clog): Likewise.
11437         * math/s_clogf.c (__clogf): Likewise.
11438         * math/s_clogl.c (__clogl): Likewise.
11439         * math/s_csin.c (__csin): Likewise.
11440         * math/s_csinf.c (__csinf): Likewise.
11441         * math/s_csinh.c (__csinh): Likewise.
11442         * math/s_csinhf.c (__csinhf): Likewise.
11443         * math/s_csinhl.c (__csinhl): Likewise.
11444         * math/s_csinl.c (__csinl): Likewise.
11445         * math/s_csqrt.c (__csqrt): Likewise.
11446         * math/s_csqrtf.c (__csqrtf): Likewise.
11447         * math/s_csqrtl.c (__csqrtl): Likewise.
11448         * math/s_ctan.c (__ctan): Likewise.
11449         * math/s_ctanf.c (__ctanf): Likewise.
11450         * math/s_ctanh.c (__ctanh): Likewise.
11451         * math/s_ctanhf.c (__ctanhf): Likewise.
11452         * math/s_ctanhl.c (__ctanhl): Likewise.
11453         * math/s_ctanl.c (__ctanl): Likewise.
11454         * math/w_pow.c: Likewise.
11455         * math/w_powf.c: Likewise.
11456         * math/w_powl.c: Likewise.
11457         * math/w_scalb.c (sysv_scalb): Likewise.
11458         * math/w_scalbf.c (sysv_scalbf): Likewise.
11459         * math/w_scalbl.c (sysv_scalbl): Likewise.
11460         * misc/error.c (error_tail): Likewise.
11461         * misc/pselect.c (__pselect): Likewise.
11462         * nis/nis_callback.c (__nis_create_callback): Likewise.
11463         * nis/nis_call.c (__nisfind_server): Likewise.
11464         * nis/nis_creategroup.c (nis_creategroup): Likewise.
11465         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
11466         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
11467         * nis/nis_getservlist.c (nis_getservlist): Likewise.
11468         * nis/nis_lookup.c (nis_lookup): Likewise.
11469         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
11470         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
11471         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
11472         * nis/nis_xdr.c (xdr_endpoint): Likewise.
11473         * nis/nss_compat/compat-grp.c (getgrent_next_file)
11474         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
11475         * nis/nss_compat/compat-initgroups.c (add_group)
11476         (internal_getgrent_r): Likewise.
11477         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
11478         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
11479         * nis/nss_compat/compat-spwd.c (getspent_next_file)
11480         (internal_getspnam_r): Likewise.
11481         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
11482         (_nss_nis_getaliasbyname_r): Likewise.
11483         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
11484         (_nss_nis_getntohost_r): Likewise.
11485         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
11486         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
11487         (_nss_nis_getgrgid_r): Likewise.
11488         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
11489         (internal_nis_gethostent_r, internal_gethostbyname2_r)
11490         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
11491         (_nss_nis_gethostbyname4_r): Likewise.
11492         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
11493         (initgroups_netid): Likewise.
11494         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
11495         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
11496         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
11497         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
11498         (_nss_nis_getprotobynumber_r): Likewise.
11499         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
11500         (_nss_nis_getsecretkey): Likewise.
11501         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
11502         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
11503         (_nss_nis_getpwuid_r): Likewise.
11504         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
11505         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
11506         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
11507         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
11508         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
11509         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
11510         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
11511         Likewise.
11512         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
11513         (_nss_nisplus_getntohost_r): Likewise.
11514         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
11515         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
11516         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
11517         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
11518         Likewise.
11519         * nis/nss_nisplus/nisplus-initgroups.c
11520         (_nss_nisplus_initgroups_dyn): Likewise.
11521         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
11522         (_nss_nisplus_getnetbyaddr_r): Likewise.
11523         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
11524         (_nss_nisplus_getprotobynumber_r): Likewise.
11525         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
11526         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
11527         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
11528         Likewise.
11529         * nis/nss_nisplus/nisplus-service.c
11530         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
11531         (_nss_nisplus_getservbyport_r): Likewise.
11532         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
11533         (_nss_nisplus_getspnam_r): Likewise.
11534         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
11535         Likewise.
11536         * nscd/aicache.c (addhstaiX): Likewise.
11537         * nscd/cache.c (cache_search, prune_cache): Likewise.
11538         * nscd/connections.c (register_traced_file, send_ro_fd)
11539         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
11540         (main_loop_epoll): Likewise.
11541         * nscd/grpcache.c (addgrbyX): Likewise.
11542         * nscd/hstcache.c (addhstbyX): Likewise.
11543         * nscd/initgrcache.c (addinitgroupsX): Likewise.
11544         * nscd/mem.c (gc, mempool_alloc): Likewise.
11545         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
11546         (addinnetgrX): Likewise.
11547         * nscd/nscd-client.h (__nscd_acquire_maplock)
11548         (__nscd_drop_map_ref): Likewise.
11549         * nscd/nscd_getai.c (__nscd_getai): Likewise.
11550         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
11551         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
11552         Likewise.
11553         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
11554         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
11555         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
11556         (__nscd_get_map_ref): Likewise.
11557         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
11558         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
11559         Likewise.
11560         * nscd/pwdcache.c (addpwbyX): Likewise.
11561         * nscd/selinux.c (preserve_capabilities): Likewise.
11562         * nscd/servicescache.c (addservbyX): Likewise.
11563         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
11564         * posix/fnmatch.c (fnmatch): Likewise.
11565         * posix/getopt.c (_getopt_internal_r): Likewise.
11566         * posix/glob.c (glob, glob_in_dir): Likewise.
11567         * posix/wordexp.c (exec_comm_child): Likewise.
11568         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
11569         (getanswer_r, gaih_getanswer_slice): Likewise.
11570         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
11571         * resolv/res_init.c: Likewise.
11572         * resolv/res_mkquery.c (res_nmkquery): Likewise.
11573         * resolv/res_query.c (__libc_res_nquery): Likewise.
11574         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
11575         Likewise.
11576         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
11577         * stdio-common/perror.c (perror): Likewise.
11578         * stdio-common/printf_fp.c (___printf_fp): Likewise.
11579         * stdio-common/tmpnam.c (tmpnam): Likewise.
11580         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
11581         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
11582         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
11583         Likewise.
11584         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
11585         * stdlib/putenv.c (putenv): Likewise.
11586         * stdlib/setenv.c (__add_to_environ): Likewise.
11587         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
11588         * stdlib/strtol_l.c (INTERNAL): Likewise.
11589         * string/memmem.c (memmem): Likewise.
11590         * string/strerror.c (strerror): Likewise.
11591         * string/strnlen.c (__strnlen): Likewise.
11592         * string/test-memmem.c (simple_memmem): Likewise.
11593         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
11594         * sunrpc/pm_getport.c (__get_socket): Likewise.
11595         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
11596         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
11597         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
11598         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
11599         Likewise.
11600         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
11601         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
11602         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
11603         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
11604         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
11605         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
11606         Likewise.
11607         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
11608         Likewise.
11609         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
11610         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
11611         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
11612         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
11613         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
11614         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
11615         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
11616         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
11617         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
11618         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
11619         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
11620         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
11621         Likewise.
11622         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
11623         Likewise.
11624         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
11625         Likewise.
11626         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
11627         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
11628         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
11629         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
11630         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
11631         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
11632         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
11633         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
11634         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
11635         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
11636         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
11637         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
11638         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
11639         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
11640         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
11641         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
11642         Likewise.
11643         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
11644         Likewise.
11645         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
11646         Likewise.
11647         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
11648         Likewise.
11649         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
11650         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
11651         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
11652         Likewise.
11653         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
11654         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
11655         * sysdeps/posix/opendir.c (__opendirat): Likewise.
11656         * sysdeps/posix/sleep.c: Likewise.
11657         * sysdeps/posix/tempname.c: Likewise.
11658         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
11659         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
11660         Likewise.
11661         * sysdeps/powerpc/powerpc32/dl-machine.h
11662         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
11663         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
11664         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
11665         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
11666         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
11667         Likewise.
11668         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
11669         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
11670         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
11671         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
11672         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
11673         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
11674         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
11675         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
11676         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
11677         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
11678         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
11679         (elf_machine_lazy_rel): Likewise.
11680         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
11681         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
11682         (elf_machine_lazy_rel): Likewise.
11683         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
11684         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
11685         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
11686         * sysdeps/unix/grantpt.c (grantpt): Likewise.
11687         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
11688         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
11689         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
11690         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
11691         Likewise.
11692         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
11693         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
11694         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
11695         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
11696         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
11697         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
11698         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
11699         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
11700         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
11701         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
11702         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
11703         Likewise.
11704         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
11705         (__posix_fallocate64_l64): Likewise.
11706         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
11707         (posix_fallocate): Likewise.
11708         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
11709         Likewise.
11710         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
11711         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
11712         (getifaddrs_internal): Likewise.
11713         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
11714         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
11715         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
11716         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
11717         * sysdeps/unix/sysv/linux/posix_fallocate64.c
11718         (__posix_fallocate64_l64): Likewise.
11719         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
11720         Likewise.
11721         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
11722         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
11723         (__get_clockfreq): Likewise.
11724         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
11725         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
11726         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
11727         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
11728         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
11729         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
11730         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
11731         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
11732         Likewise.
11733         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
11734         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
11735         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
11736         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
11737         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
11738         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
11739         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
11740         Likewise.
11741         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
11742         (posix_fallocate): Likewise.
11743         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
11744         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
11745         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
11746         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
11747         (elf_machine_rela, elf_machine_rela_relative)
11748         (elf_machine_lazy_rel): Likewise.
11749         * time/asctime.c (asctime_internal): Likewise.
11750         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
11751         * time/tzset.c (__tzset_parse_tz): Likewise.
11752         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
11753         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
11754         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
11755         * wcsmbs/wcsmbsload.h: Likewise.
11757         [BZ #15894]
11758         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
11760         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
11761         (arena_get2): Remove THREAD_STATS conditionals.
11762         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
11763         (__malloc_stats, int): Likewise.
11765 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
11767         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
11768         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
11770         * manual/setjmp.texi: Fix typos/grammar errors.
11772         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
11773         Only return early when n is <= 0.  Delete unused return statement.
11775         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
11776         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
11777         * debug/tst-longjmp_chk3.c: New file.
11779         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
11780         (test_main): Replace code with set_fortify_handler call.
11781         * debug/test-strcpy_chk.c: Likewise.
11782         * debug/tst-chk1.c: Likewise.
11783         * debug/tst-longjmp_chk.c: Likewise.
11784         * test-skeleton.c: Include fcntl.h & paths.h
11785         (set_fortify_handler): Define.
11787         * debug/tst-longjmp_chk.c: Add header comment and include
11788         ../test-skeleton.c.
11789         (do_test): Mark static.
11790         (TEST_FUNCTION): Define.
11792         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
11793         (IP_PMTUDISC_INTERFACE): Likewise.
11794         (IP_MULTICAST_IF): Likewise.
11795         (IP_MULTICAST_TTL): Likewise.
11796         (IP_MULTICAST_LOOP): Likewise.
11797         (IP_ADD_MEMBERSHIP): Likewise.
11798         (IP_DROP_MEMBERSHIP): Likewise.
11799         (IP_UNBLOCK_SOURCE): Likewise.
11800         (IP_BLOCK_SOURCE): Likewise.
11801         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
11802         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
11803         (IP_MSFILTER): Likewise.
11804         (MCAST_JOIN_GROUP): Likewise.
11805         (MCAST_BLOCK_SOURCE): Likewise.
11806         (MCAST_UNBLOCK_SOURCE): Likewise.
11807         (MCAST_LEAVE_GROUP): Likewise.
11808         (MCAST_JOIN_SOURCE_GROUP): Likewise.
11809         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
11810         (MCAST_MSFILTER): Likewise.
11811         (IP_MULTICAST_ALL): Likewise.
11812         (IP_UNICAST_IF): Likewise.
11814         * timezone/Makefile: Delete $(have-ksh) check.
11815         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
11816         * timezone/tzselect.ksh: Add +x mode bits.
11818         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
11819         (ANON_INODE_FS_MAGIC): Likewise.
11820         (BDEVFS_MAGIC): Likewise.
11821         (BINFMTFS_MAGIC): Likewise.
11822         (BTRFS_TEST_MAGIC): Likewise.
11823         (CRAMFS_MAGIC_WEND): Likewise.
11824         (DEBUGFS_MAGIC): Likewise.
11825         (ECRYPTFS_SUPER_MAGIC): Likewise.
11826         (EXT3_SUPER_MAGIC): Likewise.
11827         (EXT4_SUPER_MAGIC): Likewise.
11828         (FUTEXFS_SUPER_MAGIC): Likewise.
11829         (HOSTFS_SUPER_MAGIC): Likewise.
11830         (HUGETLBFS_MAGIC): Likewise.
11831         (MINIX3_SUPER_MAGIC): Likewise.
11832         (MTD_INODE_FS_MAGIC): Likewise.
11833         (NILFS_SUPER_MAGIC): Likewise.
11834         (OPENPROM_SUPER_MAGIC): Likewise.
11835         (PIPEFS_MAGIC): Likewise.
11836         (PSTOREFS_MAGIC): Likewise.
11837         (QNX6_SUPER_MAGIC): Likewise.
11838         (RAMFS_MAGIC): Likewise.
11839         (REISERFS_SUPER_MAGIC_STRING): Likewise.
11840         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
11841         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
11842         (SECURITYFS_MAGIC): Likewise.
11843         (SELINUX_MAGIC): Likewise.
11844         (SMACK_MAGIC): Likewise.
11845         (SOCKFS_MAGIC): Likewise.
11846         (SQUASHFS_MAGIC): Likewise.
11847         (STACK_END_MAGIC): Likewise.
11848         (TMPFS_MAGIC): Likewise.
11849         (USBDEVICE_SUPER_MAGIC): Likewise.
11850         (V9FS_MAGIC): Likewise.
11851         (XENFS_SUPER_MAGIC): Likewise.
11852         (CRAMFS_MAGIC): Fix typo in comment.
11853         (EXT2_SUPER_MAGIC): Update comment.
11854         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
11856 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
11858         * sysdeps/arm: Move directory from ports/sysdeps/arm.
11859         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
11860         * sysdeps/unix/sysv/linux/arm: Move directory from
11861         ports/sysdeps/unix/sysv/linux/arm.
11862         * README: Update listing for arm-*-linux-gnueabi.
11864         * README: Remove mention of am33.
11866 2014-02-07  Roland McGrath  <roland@hack.frob.com>
11868         * bits/sigset.h (__sigemptyset): Use a statement expression rather
11869         than the comma operator, to avoid "rhs of comma has no effect"
11870         compiler warnings.
11871         (__sigfillset, __sigandset, __sigorset): Likewise.
11872         * include/signal.h (__sigemptyset): Likewise.
11873         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
11875 2014-02-07  Allan McRae  <allan@archlinux.org>
11877         * version.h (RELEASE): Set to "development".
11878         (VERSION): Set to "2.19.90"
11879         * NEWS: Add 2.20 section.
11881 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
11883         [BZ #16529]
11884         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
11886 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
11888         * manual/contrib.texi: Update entry for Carlos O'Donell,
11889         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
11891 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
11893         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
11895         * sysdeps/unix/sysv/linux/kernel-features.h
11896         [__LINUX_KERNEL_VERSION >= 0x020621]
11897         (__ASSUME_PROC_PID_TASK_COMM): Define.
11899 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
11901         [BZ #16398]
11902         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
11903         conversion when destination buffer does not have enough space.
11904         * libio/tst-ftell-partial-wide.c: New test case.
11905         * libio/Makefile (tests): Add tst-ftell-partial-wide.
11907         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
11908         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
11909         Leonard and Allan McRae.
11911 2014-02-04  David S. Miller  <davem@davemloft.net>
11913         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
11914         32-bit.
11916 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11918         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
11919         New file
11920         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
11921         New file
11922         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
11923         New file.
11924         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
11925         New file.
11926         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
11927         New file.
11928         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
11929         New file.
11930         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
11931         New file.
11932         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
11933         New file.
11934         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
11935         New file.
11936         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
11937         New file.
11938         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
11939         New file.
11940         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
11941         New file.
11942         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
11943         New file.
11945 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11947         * nptl/shlib-versions: Change powerpc*le start to 2.17.
11948         * shlib-versions: Likewise.
11950 2014-02-04  Roland McGrath  <roland@hack.frob.com>
11951             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11953         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
11954         (abilist-pattern): New variable, set to %-le.abilist.
11956         * Makerules (abilist-pattern): New variable.
11957         (vpath): Use $(abilist-pattern) in place of %.abilist.
11958         (check-abi-% pattern rule): Likewise.
11959         (check-abi, update-abi): Likewise.
11961 2014-02-04  Eric Wong  <normalperson@yhbt.net>
11963         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
11965 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
11967         * manual/startup.texi: Add next, previous, and top entries for
11968         the `Program Arguments' and `Environment Variables' nodes.
11970 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
11972         * manual/macros.texi: Add comments before MTASC-safety macros.
11974         * manual/users.texi: Document MTASC-safety properties.
11976         * manual/threads.texi (pthread_key_create, pthread_key_delete)
11977         (pthread_getspecific, pthread_setspecific): Format with
11978         @deftypefun, and add @safety note.
11979         * manual/signal.texi: Move comments that analyze the above
11980         functions to their home place.
11982 2014-02-03  Allan McRae  <allan@archlinux.org>
11984         * po/sl.po: Update Slovenian translation from translation project.
11986 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
11988         * manual/time.texi (timegm): Add missing blank after @c.
11989         Reported by Joseph Myers <joseph@codesourcery.com>.
11991 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
11993         * manual/check-safety.sh: New.
11994         * manual/Makefile ($(objpfx)stamp-summary): Run it.
11996         * manual/terminal.texi: Document MTASC-safety properties.
11998         * manual/filesys.texi: Document MTASC-safety properties.
12000         * manual/errno.texi: Document MTASC-safety properties.
12002         * manual/intro.texi: Document safety identifiers and
12003         conditionals.
12005         * manual/string.texi (wcstok): Fix prototype.
12006         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
12008         * manual/time.texi: Document MTASC-safety properties.
12010         * manual/string.texi: Document MTASC-safety properties.
12012         * manual/threads.texi: Document MTASC-safety properties.
12014         * manual/stdio.texi: Document MTASC-safety properties.
12016         * manual/syslog.texi: Document MTASC-safety properties.
12018         * manual/sysinfo.texi: Document MTASC-safety properties.
12020         * manual/startup.texi: Document MTASC-safety properties.
12022         * manual/socket.texi: Document MTASC-safety properties.
12024         * manual/signal.texi: Document MTASC-safety properties.
12026 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
12028         * manual/setjmp.texi: Document MTASC-safety properties.
12030         * manual/search.texi: Document MTASC-safety properties.
12032         * manual/resource.texi: Document MTASC-safety properties.
12034         * manual/process.texi: Document MTASC-safety properties.
12036         * manual/platform.texi: Document MTASC-safety properties.
12038         * manual/pipe.texi: Document MTASC-safety properties.
12040         * manual/pattern.texi: Document MTASC-safety properties.
12042         * manual/message.texi: Document MTASC-safety properties.
12044         [BZ #12751]
12045         * manual/memory.texi: Document MTASC-safety properties.
12047         * manual/math.texi: Document MTASC-safety properties.
12049         * manual/locale.texi: Document MTASC-safety properties.
12051         * manual/llio.texi: Document MTASC-safety properties.
12053         * manual/libdl.texi: New.
12055         * manual/lang.texi: Document MTASC-safety properties.
12057         * manual/job.texi: Document MTASC-safety properties.
12059         * manual/getopt.texi: Document MTASC-safety properties.
12061         * manual/ctype.texi: Document MTASC-safety properties.
12063 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
12065         [BZ #16046]
12066         * csu/libc-tls.c (static_map): Remove variable.
12067         (__libc_setup_tls): Use main executable's link map for TLS data.
12068         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
12069         casing for LM_ID_BASE and GL(dl_nns).
12070         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
12071         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
12072         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
12073         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
12074         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
12075         member.
12076         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
12077         l_phnum members.
12079 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
12081         * manual/debug.texi: Document MTASC-safety properties.
12083 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
12085         [BZ #16510]
12086         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
12087         of __x86_64__ when disabling x87 inline functions.
12089 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
12091         * manual/charset.texi: Document MTASC-safety properties.
12093         * manual/crypt.texi: Document MTASC-safety properties.
12095         * manual/conf.texi: Document MTASC-safety properties.
12097         * manual/arith.texi: Document MTASC-safety properties.
12099         * manual/argp.texi: Document MTASC-safety properties.
12101         * manual/macros.texi: Introduce macros to document multi
12102         thread, asynchronous signal and asynchronous cancellation
12103         safety properties.
12104         * manual/intro.texi: Introduce the properties themselves.
12106 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
12108         * sysdeps/sh/sh4/Makefile: New file.
12110 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
12112         * math/gen-libm-test.pl ($srcdir): New variable.
12113         ($auto_input): Use it.
12115 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
12117         [BZ #16506]
12118         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
12119         access beyond array bounds when parsing netgroups file.
12121         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
12122         the old buffer before realloc.
12124 2014-01-27  Allan McRae  <allan@archlinux.org>
12126         * po/fr.po: Update French translation from translation project.
12128 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
12130         * sysdeps/sh/libm-test-ulps: Regenerate.
12132 2014-01-24  David S. Miller  <davem@davemloft.net>
12134         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
12136 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
12138         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
12139         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
12141 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
12143         [BZ #16474]
12144         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
12145         string pointers after reallocation.
12147 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
12149         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
12150         __SH4A__ instead of __SH_FPU_ANY__.
12152 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
12154         * sysdeps/sh/fpu_control.h: New file.
12155         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
12156         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
12157         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
12158         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
12159         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
12160         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
12161         * sysdeps/sh/sys/ucontext.h: Remove.
12162         * sysdeps/sh/sys: Remove directory.
12164 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
12166         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
12167         s390/sys/ucontext.h.
12168         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
12169         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
12171 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
12173         [BZ #15605]
12174         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
12176 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12178         [BZ#16431]
12179         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
12180         Adjust the vDSO correctly for internal calls.
12181         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
12183 2014-01-20  Allan McRae  <allan@archlinux.org>
12185         * po/ca.po: Update Catalan translation from translation project.
12187 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
12189         * sysdeps/s390/sotruss-lib.c: New file.
12191 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12193         [BZ#16430]
12194         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
12195         (__GI___gettimeofday): Alias for a different internal symbol to avoid
12196         local calls issues by not having a PLT stub required for IFUNC calls.
12197         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
12199 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
12201         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
12202         * math/test-fpucw-static.c: Likewise.
12204 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
12206         [BZ #16453]
12207         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
12209 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12211         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
12212         implementation for powerpc.
12214 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
12216         [BZ #14782]
12217         * sysdeps/posix/system.c (__libc_system): Do not enable
12218         asynchronous cancellation.
12220 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
12222         [BZ #16427]
12223         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
12224         handling only for numbers special also in the IEEE case.
12226 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
12228         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
12230 2014-01-11  Allan McRae  <allan@archlinux.org>
12232         * po/bg.po: Update Bulgarian translation from translation project.
12234         * po/de.po: Update German translation from translation project.
12236 2014-01-10  Roland McGrath  <roland@hack.frob.com>
12238         * sysdeps/generic/gcc-compat.h: New file.
12240 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
12242         * benchtests/asin-inputs: Correct slow inputs.
12243         * benchtests/acos-inputs: Likewise.
12245 2014-01-10  Allan McRae  <allan@archlinux.org>
12247         * po:sv.po: Update Swedish translation from translation project.
12249         * po/vi.po: Update Vietnamese translation from translation project.
12251         * po/eo.po: Update Esperanto translation from translation project.
12253         * po/cs.po: Update Czech translation from translation project.
12255         * po/nl.po: Update Dutch translation from translation project.
12257         * po/pl.po: Update Polish translation from translation project.
12259         * po/ru.po: Update Russian translation from translation project.
12261         * po/uk.po: Update Ukrainian translation from translation project.
12263 2014-01-08  Brooks Moses  <bmoses@google.com>
12265         * elf/dl-load.c: Fix comment typo.
12267 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
12269         * po/header.pot: Rename to...
12270         * po/pot.header: ... this.
12271         * po/Makefile: Use pot.header.
12273 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
12274             Maxim Kuvyrkov  <maxim@kugelworks.com>
12276         [BZ #16394]
12277         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
12278         SRC and DEST against LEN.
12280 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12282         [BZ #16414]
12283         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
12284         implementation.
12285         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
12287 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12289         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12291 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
12293         [BZ #16408]
12294         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
12295         for large positive arguments.
12297 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
12299         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
12301         * math/auto-libm-test-in: Mark various tests with
12302         xfail-rounding:ldbl-128ibm.
12303         * math/auto-libm-test-out: Regenerated.
12305         [BZ #16407]
12306         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
12307         Increase overflow threshold.
12309 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
12311         [BZ #14286]
12312         * stdio-common/vfprintf.c: Check for integer overflow.
12314 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
12316         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
12317         the first argument and return value of __tls_get_addr_internal.
12319 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
12321         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
12322         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
12324 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
12326         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
12327         * sysdeps/s390/rtld-global-offsets.sym: New file.
12328         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
12329         GLIBC_2.19 symbol.
12330         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
12331         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
12332         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
12333         ... this.
12334         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
12335         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
12336         ... this.
12337         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
12338         Regenerate.
12339         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
12340         Regenerate.
12341         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
12342         halfs of GPRs for high_gprs contexts.
12343         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
12344         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
12345         field.
12346         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
12347         uc_flags field.
12348         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
12349         64 bit versions:
12350         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
12351         for high GPRs (uc_high_gprs) and for future extensions
12352         (__reserved).
12353         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
12354         for future extensions (__reserved).
12355         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
12356         64 bit versions:
12357         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
12358         SC_HIGHGPRS offset definition.
12359         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
12360         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
12362         * Versions.def: Add GLIBC_2.19 for libpthread.
12363         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
12364         siglongjmp for libpthread with GLIBC_2.19 symver.
12365         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
12366         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
12367         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
12368         * sysdeps/s390/__longjmp.c: New file.
12369         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
12370         * sysdeps/s390/longjmp.c: New file.
12371         * sysdeps/s390/setjmp.S: New file.
12372         * sysdeps/s390/sigjmp.S: New file.
12373         * sysdeps/s390/v1-longjmp.c: New file.
12374         * sysdeps/s390/v1-setjmp.h: New file.
12375         * sysdeps/s390/v1-sigjmp.c: New file.
12376         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
12377         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
12378         GLIBC_2.19 version.
12379         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
12380         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
12381         versioned symbols for ____longjmp_chk.
12382         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
12383         Likewise.
12384         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
12385         Regenerate.
12386         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
12387         Regenerate.
12388         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
12389         Regenerate.
12390         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
12391         Regenerate.
12392         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
12393         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
12394         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
12395         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
12396         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
12397         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
12398         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
12399         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
12400         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
12401         * sysdeps/s390/rtld-__longjmp.c: New file.
12402         * sysdeps/s390/rtld-setjmp.S: New file.
12404 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
12406         [BZ #16400]
12407         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
12408         Return -__logl (x) for small positive arguments without evaluating
12409         a polynomial.
12411 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
12413         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
12414         Rename to ...
12415         (__ptrace_peeksiginfo_args): ... this.
12416         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
12417         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
12418         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
12420 2014-01-06  Allan McRae  <allan@archlinux.org>
12422         * inet/netinet/in.h: Fix typo in comment.
12424 2014-01-05  Andreas Jaeger  <aj@suse.de>
12426         * sysdeps/i386/fpu/libm-test-ulps: Update.
12428 2014-01-05  Allan McRae  <allan@archlinux.org>
12430         * po/libc.pot: Regenerated.
12432         * malloc/memusagestat.c: Fix gettext call formatting.
12434 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
12436         * nscd/nscd.c: Improve usage() output.
12438 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
12440         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
12441         * sysdeps/unix/sysv/linux/configure: Regenerated.
12442         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
12443         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
12445 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
12447         [BZ #16390]
12448         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
12449         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
12451 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12453         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
12454         extra tokens at end of #undef directive.
12455         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
12456         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
12457         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
12459 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
12461         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
12463         * math/auto-libm-test-in: Mark various tests with
12464         xfail-rounding:ldbl-128ibm.
12465         * math/auto-libm-test-out: Regenerated.
12467 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
12469         [BZ #16386]
12470         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
12471         numbers with subnormal high part when calculating exponent.
12473         [BZ #16385]
12474         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
12475         fabs.
12477         [BZ #16384]
12478         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
12479         M_LN2l.
12480         (__ieee754_acoshl): Use __log1pl not __log1p.
12482 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
12484         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
12485         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
12486         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
12487         (grow_heap, heap_trim, _int_new_arena, get_free_list)
12488         (reused_arena, arena_get2): Convert to GNU style.
12489         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
12490         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
12491         (memalign_check, __malloc_set_state): Likewise.
12492         * malloc/mallocbug.c (main): Likewise.
12493         * malloc/malloc.c (__malloc_assert, malloc_init_state)
12494         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
12495         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
12496         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
12497         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
12498         (__posix_memalign, malloc_info): Likewise.
12499         * malloc/malloc.h: Likewise.
12500         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
12501         (mallochook, memalignhook, reallochook, mabort): Likewise.
12502         * malloc/mcheck.h: Likewise.
12503         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
12504         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
12505         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
12506         * malloc/morecore.c (__default_morecore): Likewise.
12507         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
12508         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
12509         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
12510         (print_and_abort): Likewise.
12511         * malloc/obstack.h: Likewise.
12512         * malloc/set-freeres.c (__libc_freeres): Likewise.
12513         * malloc/tst-mallocstate.c (main): Likewise.
12514         * malloc/tst-mtrace.c (main): Likewise.
12515         * malloc/tst-realloc.c (do_test): Likewise.
12517 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
12519         [BZ #16366]
12520         * nscd/netgroupcache.c (do_notfound): New function.
12521         (addgetnetgrentX): Use it.
12523         [BZ # 16365]
12524         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
12525         NSS_STATUS_NOTFOUND.
12527 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
12529         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
12530         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12532 2014-01-01  Allan McRae  <allan@archlinux.org>
12534         * scripts/update-copyrights: Update configure input file suffix.
12536         * NEWS: Update copyright year.
12537         * catgets/gencat.c: Likewise.
12538         * csu/version.c: Likewise.
12539         * debug/catchsegv.sh: Likewise.
12540         * debug/pcprofiledump.c: Likewise.
12541         * debug/xtrace.sh: Likewise.
12542         * elf/ldconfig.c: Likewise.
12543         * elf/ldd.bash.in: Likewise.
12544         * elf/pldd.c: Likewise.
12545         * elf/sotruss.ksh: Likewise.
12546         * elf/sprof.c: Likewise.
12547         * iconv/iconv_prog.c: Likewise.
12548         * iconv/iconvconfig.c: Likewise.
12549         * locale/programs/locale.c: Likewise.
12550         * locale/programs/localedef.c: Likewise.
12551         * login/programs/pt_chown.c: Likewise.
12552         * malloc/memusage.sh: Likewise.
12553         * malloc/memusagestat.c: Likewise.
12554         * malloc/mtrace.pl: Likewise.
12555         * manual/libc.texinfo: Likewise.
12556         * nscd/nscd.c: Likewise.
12557         * nss/getent.c: Likewise.
12558         * nss/makedb.c: Likewise.
12559         * posix/getconf.c: Likewise.
12560         * scripts/test-installation.pl: Likewise.
12562         * All files with FSF copyright notices: Update copyright dates
12563         using scripts/update-copyrights.
12564         * intl/plural.c: Regenerated.
12565         * locale/programs/charmap-kw.h: Likewise.
12566         * locale/programs/locfile-kw.h: Likewise.
12568 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
12570         * sysdeps/unix/sysv/linux/configure: Regenerated.
12571         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
12572         the linux/fanotify.h header.
12573         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
12574         HAVE_LINUX_FANOTIFY_H is defined.
12576 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
12578         * benchtests/cos-inputs: New inputs.
12579         * benchtests/sin-inputs: Likewise.
12581         * benchtests/atan-inputs: New inputs. Fix name of multiple
12582         precision fallback inputs.
12584         * benchtests/atanh-inputs: New inputs.
12585         * benchtests/tanh-inputs: Likewise.
12587         * benchtests/acosh-inputs: New inputs.
12588         * benchtests/asinh-inputs: Likewise.
12590         * benchtests/cosh-inputs: New inputs.
12591         * benchtests/sinh-inputs: Likewise.
12593         * benchtests/acos-inputs: Add more inputs.
12594         * benchtests/asin-inputs: Likewise.
12596 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
12598         [BZ #16375]
12599         * manual/arith.texi: Fix spelling.
12600         * manual/charset.texi: Likewise.
12601         * manual/errno.texi: Likewise.
12602         * manual/filesys.texi: Likewise.
12603         * manual/lang.texi: Likewise.
12604         * manual/llio.texi: Likewise.
12605         * manual/locale.texi: Likewise.
12606         * manual/message.texi: Likewise.
12607         * manual/resource.texi: Likewise.
12608         * manual/search.texi: Likewise.
12609         * manual/setjmp.texi: Likewise.
12610         * manual/stdio.texi: Likewise.
12611         * manual/string.texi: Likewise.
12612         * manual/sysinfo.texi: Likewise.
12613         * manual/time.texi: Likewise.
12615 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
12617         * po/sl.po: New file.
12619 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
12621         * .gitignore: Add core/.gdbinit/.gdb_history.
12623 2013-12-27  Allan McRae  <allan@archlinux.org>
12625         [BZ #16369]
12626         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
12627         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
12629 2013-12-24  Brooks Moses  <bmoses@google.com>
12631         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
12632         all compilers that claim C++98 compliance, not just GCC.
12633         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
12634         Likewise.
12636 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
12638         * NEWS: Restore accidentally deleted bug-fix entries.
12640 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
12641             Ondřej Bílka  <neleai@seznam.cz>
12643         [BZ #15073]
12644         * malloc/malloc.c (_int_free): Perform sanity check only if we
12645         have_lock.
12647 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
12649         [BZ #12986]
12650         * manual/stdio.texi (String Input Conversions): Clarify that character
12651         classes are not supported.
12653 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12655         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12657 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
12659         [BZ #16337]
12660         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
12661         Calculate results for small negative arguments directly rather
12662         than using reflection formula with special underflow handling.
12664         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
12665         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
12666         sysdeps/unix/bsd/bsd4.4/syscalls.list.
12667         (fchflags): Likewise.
12668         (revoke): Likewise.
12669         (setlogin): Likewise.
12670         (sigaltstack): Likewise.
12671         (wait4): Likewise.
12672         (sigblock): Remove.
12673         (sigsetmask): Likewise.
12674         (wait3): Likewise.
12675         (waitpid): Likewise.
12676         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
12677         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
12678         file.
12679         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
12680         * sysdeps/unix/bsd/Makefile: ... here.
12681         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
12682         * sysdeps/unix/bsd/Versions: ... here.
12683         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
12684         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
12685         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
12686         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
12687         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
12688         * sysdeps/unix/bsd/sigblock.c: ... here.
12689         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
12690         * sysdeps/unix/bsd/sigsetmask.c: ... here.
12691         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
12692         * sysdeps/unix/bsd/sigvec.c: ... here.
12693         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
12694         * sysdeps/unix/bsd/tcdrain.c: ... here.
12695         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
12696         * sysdeps/unix/bsd/tcgetattr.c: ... here.
12697         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
12698         * sysdeps/unix/bsd/tcsetattr.c: ... here.
12699         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
12700         * sysdeps/unix/bsd/wait.c: ... here.
12701         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
12702         * sysdeps/unix/bsd/wait3.c: ... here.
12703         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
12704         * sysdeps/unix/bsd/waitpid.c: ... here.
12706 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
12708         [BZ #16356]
12709         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
12710         round-to-nearest for [!USE_AS_EXPM1L].
12711         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
12712         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
12713         more tests of exp and exp10.  Expect some exp10 tests to miss
12714         exceptions or fail in directed rounding modes.
12715         * math/auto-libm-test-out: Regenerated.
12716         * math/libm-test.inc (exp10_tonearest_test_data): New array.
12717         (exp10_test_tonearest): New function.
12718         (exp10_towardzero_test_data): New array.
12719         (exp10_test_towardzero): New function.
12720         (exp10_downward_test_data): New array.
12721         (exp10_test_downward): New function.
12722         (exp10_upward_test_data): New array.
12723         (exp10_test_upward): New function.
12724         (main): Call the new functions.
12725         * sysdeps/i386/fpu/libm-test-ulps: Update.
12726         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12728 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
12730         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
12731         asinh, atan, atan2, atanh, cbrt, cos and cosh.
12732         * math/auto-libm-test-out: Regenerated.
12733         * math/libm-test.inc (acosh_test_data): Add more tests.
12734         (atanh_test_data): Likewise.
12735         (ceil_test_data): Likewise.
12736         (copysign_test_data): Likewise.
12737         * sysdeps/i386/fpu/libm-test-ulps: Update.
12738         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12740         * timezone/checktab.awk: Update from tzcode 2013i.
12741         * timezone/private.h: Likewise.
12742         * timezone/scheck.c: Likewise.
12743         * timezone/tzfile.h: Likewise.
12744         * timezone/tzselect.ksh: Likewise.
12745         * timezone/zdump.c: Likewise.
12746         * timezone/zic.c: Likewise.
12748         * math/auto-libm-test-in: Add tests of cpow.
12749         * math/auto-libm-test-out: Regenerated.
12750         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
12751         * math/gen-auto-libm-tests.c (func_calc_method): Add value
12752         mpc_cc_c.
12753         (func_calc_desc): Add mpc_cc_c union field.
12754         (test_functions): Add cpow.
12755         (special_fill_2pi): New function.
12756         (special_real_inputs): Add 2pi.
12757         (calc_generic_results): Handle mpc_cc_c.
12758         * sysdeps/i386/fpu/libm-test-ulps: Update.
12759         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12761         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
12762         csqrt, ctan and ctanh.
12763         * math/auto-libm-test-out: Regenerated.
12764         * math/libm-test.inc (TEST_COND_x86_64): New macro.
12765         (TEST_COND_x86): Likewise.
12766         (ccos_test_data): Use AUTO_TESTS_c_c.
12767         (ccosh_test_data): Likewise.
12768         (cexp_test_data): Likewise.
12769         (clog_test_data): Likewise.
12770         (csqrt_test_data): Likewise.
12771         (ctan_test_data): Likewise.
12772         (ctan_tonearest_test_data): Likewise.
12773         (ctan_towardzero_test_data): Likewise.
12774         (ctan_downward_test_data): Likewise.
12775         (ctan_upward_test_data): Likewise.
12776         (ctanh_test_data): Likewise.
12777         (ctanh_tonearest_test_data): Likewise.
12778         (ctanh_towardzero_test_data): Likewise.
12779         (ctanh_downward_test_data): Likewise.
12780         (ctanh_upward_test_data): Likewise.
12781         * math/gen-auto-libm-tests.c (func_calc_method): Add value
12782         mpc_c_c.
12783         (func_calc_desc): Add mpc_c_c union field.
12784         (FUNC_mpc_c_c): New macro.
12785         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
12786         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
12787         ctanh.
12788         (special_fill_min_subnorm_p120): New function.
12789         (special_real_inputs): Add min_subnorm_p120.
12790         (calc_generic_results): Handle mpc_c_c.
12791         * sysdeps/i386/fpu/libm-test-ulps: Update.
12792         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12794 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
12796         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
12797         (do_sin_slow): New functions.
12798         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
12799         (cslow2, csloww1, csloww2): Use the new functions.
12801         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
12802         Use M to change sign of result instead of X.  Assume X is
12803         positive.
12804         (csloww1): Likewise.
12805         (__sin): Adjust.
12806         (__cos): Adjust.
12808         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
12809         arguments A and DA.
12810         (__sin): Adjust.
12811         (__cos): Likewise.
12813         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
12814         (__cos): Likewise.
12815         (sloww1): Don't adjust sign of DX.
12816         (csloww1): Likewise.
12817         (sloww2): Use X directly and don't adjust sign of DX.
12818         (csloww2): Likewise.
12820 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
12822         * math/auto-libm-test-in: Add tests of cabs and carg.
12823         * math/auto-libm-test-out: Regenerated.
12824         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
12825         (carg_test_data): Likewise.
12826         * math/gen-auto-libm-tests.c (func_calc_method): Add value
12827         mpc_c_f.
12828         (func_calc_desc): Add mpc_c_f union field.
12829         (test_functions): Add cabs and carg.
12830         (calc_generic_results): Handle mpc_c_f.
12832         * sysdeps/powerpc/powerpc32/libgcc-compat.S
12833         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
12834         as a macro and a compat symbol.
12835         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
12836         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
12837         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
12838         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
12839         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
12840         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
12841         not use .hidden.
12842         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
12843         Likewise.
12844         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
12845         Likewise.
12846         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
12847         Likewise.
12848         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
12849         Likewise.
12850         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
12851         Likewise.
12852         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
12853         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
12854         from GLIBC_2.3.2.
12856 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12858         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12860 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
12862         * manual/texinfo.tex: Update to version 2013-11-26.10 with
12863         trailing whitespace removed.
12864         * scripts/config.guess: Update to version 2013-11-29.
12865         * scripts/config.sub: Update to version 2013-10-01.
12867         * math/auto-libm-test-in: Add tests of sincos.
12868         * math/auto-libm-test-out: Regenerated.
12869         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
12870         * math/gen-auto-libm-tests.c (func_calc_method): Add value
12871         mpfr_f_11.
12872         (func_calc_desc): Add mpfr_f_11 union field.
12873         (test_functions): Add sincos.
12874         (calc_generic_results): Handle mpfr_f_11.
12875         * sysdeps/i386/fpu/libm-test-ulps: Update.
12876         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12878 2013-12-19  Andreas Schwab  <schwab@suse.de>
12880         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
12881         CALL_MCOUNT.
12882         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
12883         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
12884         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
12886 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
12888         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
12889         * sysdeps/i386/fpu/libm-test-ulps: Update.
12890         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12892         [BZ #16293]
12893         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
12894         round-to-nearest mode when using frndint.
12895         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
12896         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
12897         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
12898         Likewise.
12899         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
12900         sinh test to fail.
12901         * math/auto-libm-test-out: Regenerated.
12902         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
12903         (TEST_COND_x86): Likewise.
12904         (expm1_tonearest_test_data): New array.
12905         (expm1_test_tonearest): New function.
12906         (expm1_towardzero_test_data): New array.
12907         (expm1_test_towardzero): New function.
12908         (expm1_downward_test_data): New array.
12909         (expm1_test_downward): New function.
12910         (expm1_upward_test_data): New array.
12911         (expm1_test_upward): New function.
12912         (main): Run the new test functions.
12913         * sysdeps/i386/fpu/libm-test-ulps: Update.
12914         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12916         * include/features.h: Update comment documenting feature test
12917         macros.  Mention _DEFAULT_SOURCE in comment.
12918         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
12919         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
12920         _BSD_SOURCE and _SVID_SOURCE.
12921         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
12922         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
12923         !_SVID_SOURCE]: Likewise.
12924         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
12925         (__USE_POSIX_IMPLICITLY): Define.
12926         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
12927         (_POSIX_SOURCE): Undefine and redefine.
12928         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
12929         (_POSIX_C_SOURCE): Likewise.
12930         * manual/creature.texi (_DEFAULT_SOURCE): Document.
12931         (Feature Test Macros): Update documentation of default features.
12933 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
12935         * benchtests/Makefile: Add bench-strtok.
12936         * benchtests/bench-strtok.c: New file: strtok benchtest.
12938 2013-12-19  Allan McRae  <allan@archlinux.org>
12940         * manual/install.texi: Suppress menu for plain text output.
12941         * INSTALL: Regenerated.
12943 2013-12-18  Brooks Moses  <bmoses@google.com>
12945         [BZ #15846]
12946         * misc/getauxval.c: Include errno.h.
12947         (__getauxval): Set errno to ENOENT if the requested type is not
12948         found.
12949         * misc/sys/auxv.h (getauxval): Document that it may set errno;
12950         don't declare with __attribute_const__.
12951         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
12952         * manual/startup.texi: Document that getauxval sets errno.
12954 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
12956         * math/auto-libm-test-in: Add tests of jn and yn.
12957         * math/auto-libm-test-out: Regenerated.
12958         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
12959         (yn_test_data): Likewise.
12960         * math/gen-auto-libm-tests.c (func_calc_method): Add value
12961         mpfr_if_f.
12962         (func_calc_desc): Add mpfr_if_f union field.
12963         (FUNC_mpfr_if_f): New macro.
12964         (test_functions): Add jn and yn.
12965         (calc_generic_results): Assert type of second input for
12966         mpfr_ff_f.  Handle mpfr_if_f.
12967         (output_for_one_input_case): Disable all checking for arguments
12968         fitting floating-point types in case of an integer argument.
12969         * sysdeps/i386/fpu/libm-test-ulps: Update.
12970         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12972         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
12973         Don't expect fegetround reference in libm.so.
12975 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
12977         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
12978         $(config-cflags-nofma).
12980 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
12982         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
12983         * math/auto-libm-test-out: Regenerated.
12985         [BZ #16338]
12986         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
12987         to determine exponent and adjust argument to have exponent of -1.
12988         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
12989         log2.
12990         * math/auto-libm-test-out: Regenerated.
12991         * sysdeps/i386/fpu/libm-test-ulps: Update.
12992         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12994 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
12996         * manual/probes.texi: Remove cases when per-thread arenas are
12997         disabled.
12999 2013-12-18  Andreas Schwab  <schwab@suse.de>
13001         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
13002         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
13003         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
13004         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
13005         * sysdeps/i386/i686/multiarch/Makefile: Update.
13006         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
13008 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
13010         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
13011         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
13013 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
13015         [BZ #15968]
13016         Support TZ transition times < 00:00:00.
13017         This is needed for version-3 tz-format files; it supports time
13018         stamps past 2037 for America/Godthab (the only entry in the tz
13019         database for which this change is relevant).
13020         * manual/time.texi (TZ Variable): Document transition times
13021         from -167:59:59 through -00:00:01.
13022         * time/tzset.c (tz_rule): Time of day is now signed.
13023         (__tzset_parse_tz): Parse negative time of day.
13025         Document TZ transition times >= 25:00:00.
13026         * manual/time.texi (TZ Variable): Document transition times from
13027         25:00:00 through 167:59:59.  These are already supported, and this
13028         support will help with version-3 tz-format files.
13030         * manual/time.texi (TZ Variable): Modernize North America example
13031         to reflect current (i.e., 2007-and-later) daylight saving rules.
13033         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
13035 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
13037         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
13038         * sysdeps/unix/bsd/bits/stat.h: Likewise.
13039         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
13040         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
13041         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
13042         * sysdeps/unix/bsd/bsdstat.h: Likewise.
13043         * sysdeps/unix/bsd/clock.c: Likewise.
13044         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
13045         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
13046         * sysdeps/unix/bsd/init-posix.c: Likewise.
13047         * sysdeps/unix/bsd/poll.c: Likewise.
13048         * sysdeps/unix/bsd/ptsname.c: Likewise.
13049         * sysdeps/unix/bsd/seekdir.c: Likewise.
13050         * sysdeps/unix/bsd/setegid.c: Likewise.
13051         * sysdeps/unix/bsd/seteuid.c: Likewise.
13052         * sysdeps/unix/bsd/setgid.c: Likewise.
13053         * sysdeps/unix/bsd/setrgid.c: Likewise.
13054         * sysdeps/unix/bsd/setruid.c: Likewise.
13055         * sysdeps/unix/bsd/setsid.c: Likewise.
13056         * sysdeps/unix/bsd/setuid.c: Likewise.
13057         * sysdeps/unix/bsd/sigaction.c: Likewise.
13058         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
13059         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
13060         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
13061         * sysdeps/unix/bsd/telldir.c: Likewise.
13062         * sysdeps/unix/bsd/times.c: Likewise.
13063         * sysdeps/unix/bsd/usleep.c: Likewise.
13065         * misc/Makefile (install-lib): Remove libbsd-compat.a.
13066         ($(objpfx)libbsd-compat.a): Remove rule.
13068         * include/features.h (__FAVOR_BSD): Do not define.
13069         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
13070         features conflicting with POSIX.
13071         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
13072         (_BSD_SOURCE): Remove description of not being a subset of other
13073         feature test macros.
13074         * manual/job.texi (getpgrp): Do not document BSD version.
13075         (getpgid): Do not document by reference to BSD getpgrp.
13076         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
13077         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
13078         * signal/signal.h [__FAVOR_BSD]: Likewise.
13079         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
13080         instead of making contents conditional on [__FAVOR_BSD].
13081         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
13083 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13085         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13087 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
13089         [BZ #16314]
13090         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
13091         values below 2**-450, not 2**-500.
13092         * math/auto-libm-test-in: Don't allow spurious underflow from
13093         hypot.
13094         * math/auto-libm-test-out: Regenerated.
13096         [BZ #16316]
13097         [BZ #16330]
13098         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
13099         values of ha and hb and sort them after adjusting subnormal
13100         arguments.
13101         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
13102         Likewise.
13103         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
13104         values of ea and eb and sort them after adjusting subnormal
13105         arguments.
13106         * math/auto-libm-test-in: Do not expect some hypot tests of
13107         subnormals to fail.  Add more hypot tests.
13108         * math/auto-libm-test-out: Regenerated.
13110 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
13112         [BZ #13304]
13113         * sysdeps/sh/s_fma.c: New file.
13114         * sysdeps/sh/s_fmaf.c: New file.
13115         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
13116         version.
13117         * sysdeps/sh/Implies: Add sh/soft-fp.
13119 2013-12-16  Roland McGrath  <roland@hack.frob.com>
13121         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
13122         level of indirection to members `objname', `errstring', `malloced'.
13123         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
13124         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
13125         it as the __longjmp argument (just pass 1 instead).
13126         (_dl_catch_error): Initialize C with argument pointers and address of
13127         volatile local ERRCODE rather than copying values out of C at return.
13129 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
13131         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
13132         * math/auto-libm-test-out: Regenerated.
13133         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
13134         (hypot_test_data): Likewise.
13135         (pow_test_data): Likewise.
13136         (pow_tonearest_test_data): Likewise.
13137         * math/gen-auto-libm-tests.c (func_calc_method): Add value
13138         mpfr_ff_f.
13139         (func_calc_desc): Add mpfr_ff_f union field.
13140         (FUNC_mpfr_ff_f): New macro.
13141         (test_functions): Add atan2, hypot and pow.
13142         (special_fill_min): New function.
13143         (special_fill_minus_min): Likewise.
13144         (special_fill_min_subnorm): Likewise.
13145         (special_fill_minus_min_subnorm): Likewise.
13146         (special_real_inputs): Add min, -min, min_subnorm and
13147         -min_subnorm.
13148         (calc_generic_results): Handle mpfr_ff_f.
13149         * sysdeps/i386/fpu/libm-test-ulps: Update.
13150         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13152 2013-12-16  Will Newton  <will.newton@linaro.org>
13154         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
13155         (Aligned Memory Blocks): Add documentation for aligned_alloc
13156         and suggest it as an alternative to posix_memalign.
13157         (Hooks for Malloc): Document __memalign_hook is also called
13158         for aligned_alloc.  (Summary of Malloc): Add summary for
13159         aligned alloc.  Document __memalign_hook is also called
13160         for aligned_alloc.
13162 2013-12-16  Will Newton  <will.newton@linaro.org>
13164         * manual/memory.texi (Malloc Examples): Clarify default
13165         alignment documentation.  Suggest posix_memalign rather
13166         than memalign or valloc.
13167         (Aligned Memory Blocks): Remove suggestion to use memalign
13168         or valloc.  Remove obsolete comment about BSD.
13169         Document memalign errno values and mark the function obsolete.
13170         Document posix_memalign returned error codes.  Mark valloc
13171         as obsolete.  (Hooks for Malloc): __memalign_hook is also
13172         called for posix_memalign and valloc.
13173         (Summary of Malloc): Add posix_memalign to function summary.
13174         __memalign_hook is also called for posix_memalign and valloc.
13176 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
13178         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
13179         TAYLOR_SIN.
13180         (__sin): Adjust.
13181         (__cos): Likewise.
13182         (sloww): Use mynumber union.  Expand ternary operator into
13183         if-else statements.
13184         (cslow): use mynumber union.
13186 2013-12-16  Allan McRae  <allan@archlinux.org>
13188         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
13189         * configure: Regenerated.
13191         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
13193         [BZ #14120]
13194         * configure.ac: Added --enable-maintainer-mode. Check for
13195         autoconf when enabled.
13196         * configure: Regenerated.
13198         * nscd/nscd.service: New file.
13199         * nscd/nscd.tmpfiles: New file.
13201 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
13203         [BZ #12100]
13204         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
13205         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
13206         * sysdeps/x86_64/multiarch/strstr.c: ... here.
13207         (strstr): Add __strstr_sse2_unaligned ifunc.
13208         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
13209         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
13210         (strcasestr): Remove __strcasestr_sse42 ifunc.
13211         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
13212         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
13213         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
13215 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
13217         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
13218         * sysdeps/sh/bits/fenv.h: ... here.
13219         * sysdeps/sh/sh4/fpu/bits: Remove directory.
13221 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13223         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
13225         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
13226         hypotf multiarch implementations.
13227         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
13228         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
13229         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
13230         multiarch hypot for PPC64.
13231         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
13232         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
13233         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
13234         multiarch hypotf for PPC64.
13236         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
13237         modff multiarch implementations.
13238         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
13239         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
13240         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
13241         multiarch modf for PPC64.
13242         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
13243         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
13244         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
13245         multiarch modff for PPC64.
13247         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
13248         and logl multiarch implementations.
13249         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
13250         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
13251         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
13252         multiarch logb for PPC64.
13253         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
13254         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
13255         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
13256         multiarch logb for PPC64.
13257         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
13258         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
13259         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
13260         multiarch logb for PPC64.
13262         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
13263         isinff multiarch implementation.
13264         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
13265         file.
13266         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
13267         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
13268         multiarch isinf for PPC64.
13269         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
13270         file.
13271         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
13272         multiarch isinff for PPC64.
13274         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
13275         finitef multiarch implementation.
13276         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
13277         file.
13278         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
13279         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
13280         multiarch finite for PPC64.
13281         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
13282         file.
13283         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
13284         multiarch finitef for PPC64.
13286         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
13287         lrint multiarch implementation.
13288         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
13289         file.
13290         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
13291         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
13292         multiarch llrint for PPC64.
13293         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
13294         multiarch lrint for PPC64.
13296         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
13297         copysignf multiarch implementation.
13298         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
13299         file.
13300         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
13301         file.
13302         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
13303         multiarch copysign for PPC64.
13304         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
13305         multiarch copysignf for PPC64.
13307         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
13308         multiarch implementation.
13309         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
13310         file.
13311         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
13312         file.
13313         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
13314         file.
13315         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
13316         file.
13317         multiarch llround for PPC64.
13318         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
13319         multiarch trunc for PPC64.
13320         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
13321         multiarch truncf for PPC64.
13323         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
13324         multiarch implementation.
13325         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
13326         file.
13327         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
13328         file.
13329         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
13330         file.
13331         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
13332         file.
13333         multiarch llround for PPC64.
13334         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
13335         multiarch round for PPC64.
13336         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
13337         multiarch roundf for PPC64.
13339         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
13340         multiarch implementation.
13341         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
13342         file.
13343         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
13344         file.
13345         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
13346         file.
13347         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
13348         file.
13349         multiarch llround for PPC64.
13350         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
13351         multiarch floor for PPC64.
13352         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
13353         multiarch floorf for PPC64.
13355         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
13356         multiarch implementation.
13357         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
13358         file.
13359         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
13360         file.
13361         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
13362         file.
13363         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
13364         file.
13365         multiarch llround for PPC64.
13366         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
13367         multiarch ceil for PPC64.
13368         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
13369         multiarch ceilf for PPC64.
13371         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
13372         multiarch implementation.
13373         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
13374         file.
13375         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
13376         file.
13377         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
13378         file.
13379         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
13380         multiarch llround for PPC64.
13381         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
13382         multiarch lround for PPC64.
13384         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
13385         multiarch implementation.
13386         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
13387         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
13388         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
13389         file.
13390         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
13391         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
13392         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
13393         multiarch isnan for PPC64.
13394         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
13395         multiarch isnanf for PPC64.
13397         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
13398         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
13399         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
13400         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
13401         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
13402         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
13404         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
13405         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
13406         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
13407         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
13409         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
13410         multiarch implementations.
13411         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13412         (__libc_ifunc_impl_list): Likewise.
13413         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
13414         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
13415         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
13416         multiarch stpcpy for PPC64.
13418         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
13419         multiarch implementations.
13420         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13421         (__libc_ifunc_impl_list): Likewise.
13422         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
13423         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
13424         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
13425         multiarch strcpy for PPC64.
13427         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
13428         redefine function name.
13429         (_wordcopy_fwd_dest_aligned): Likewise.
13430         (_wordcopy_bwd_aligned): Likewise.
13431         (_wordcopy_bwd_dest_aligned): Likewise.
13432         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
13433         multiarch implementations.
13434         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13435         (__libc_ifunc_impl_list): Likewise.
13436         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
13437         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
13438         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
13439         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
13440         multiarch wcscpy for PPC64.
13442         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
13443         multiarch implementations.
13444         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13445         (__libc_ifunc_impl_list): Likewise.
13446         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
13447         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
13448         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
13449         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
13450         multiarch wcscpy for PPC64.
13452         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
13453         multiarch implementations.
13454         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13455         (__libc_ifunc_impl_list): Likewise.
13456         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
13457         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
13458         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
13459         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
13460         multiarch wcsrchr for PPC64.
13462         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
13463         multiarch implementations.
13464         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13465         (__libc_ifunc_impl_list): Likewise.
13466         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
13467         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
13468         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
13469         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
13470         multiarch wcschr for PPC64.
13472         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
13473         multiarch implementations.
13474         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13475         (__libc_ifunc_impl_list): Likewise.
13476         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
13477         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
13478         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
13479         multiarch strchrnul for PPC64.
13481         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
13482         implementations.
13483         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13484         (__libc_ifunc_impl_list): Likewise.
13485         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
13486         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
13487         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
13488         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
13489         strchr for PPC64.
13491         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
13492         implementations.
13493         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13494         (__libc_ifunc_impl_list): Likewise.
13495         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
13496         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
13497         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
13498         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
13499         strncmp for PPC64.
13501         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
13502         multiarch implementations.
13503         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13504         (__libc_ifunc_impl_list): Likewise.
13505         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
13506         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
13507         strncasecmp for PPC64.
13508         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
13509         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
13510         multiarch strncasecmp_l for PPC64.
13512         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
13513         multiarch implementations.
13514         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
13515         (__libc_ifunc_impl_list): Likewise.
13516         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
13517         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
13518         multiarch strcasecmp for PPC64.
13519         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
13520         file.
13521         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
13522         multiarch strcasecmp_l for PPC64.
13524         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
13525         implementations.
13526         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13527         (__libc_ifunc_impl_list): Likewise.
13528         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
13529         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
13530         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
13531         strnlen for PPC64.
13533         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
13534         implementations.
13535         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13536         (__libc_ifunc_impl_list): Likewise.
13537         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
13538         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
13539         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
13540         strlen for PPC64.
13542         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
13543         implementations.
13544         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13545         (__libc_ifunc_impl_list): Likewise.
13546         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
13547         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
13548         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
13549         rawmemrchr for PPC64.
13551         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
13552         implementation.
13553         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13554         (__libc_ifunc_impl_list): Likewise.
13555         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
13556         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
13557         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
13558         memrchr for PPC64.
13560         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
13561         implementation.
13562         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13563         (__libc_ifunc_impl_list): Likewise.
13564         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
13565         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
13566         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
13567         memchr for PPC64.
13569         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
13570         implementation.
13571         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13572         (__libc_ifunc_impl_list): Likewise.
13573         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
13574         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
13575         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
13576         mempcpy for PPC64.
13578         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
13579         avoid cretion of __bzero symbol.
13580         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
13581         Likewise.
13582         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
13583         Likewise.
13584         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
13585         Likewise.
13586         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
13587         multiarch implementations.
13588         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13589         (__libc_ifunc_impl_list): Likewise.
13590         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
13591         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
13592         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
13593         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
13594         bzero for PPC32.
13595         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
13596         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
13597         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
13598         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
13599         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
13600         memset for PPC64.
13601         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
13603         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
13604         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
13605         implementations.
13606         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13607         (__libc_ifunc_impl_list): Likewise.
13608         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
13609         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
13610         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
13611         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
13612         memcmp for PPC64.
13614         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
13615         multiarch for POWER/PPC64.
13616         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
13617         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
13618         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
13619         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
13620         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
13621         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
13622         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
13623         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
13624         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
13625         memcpy for PPC64.
13627         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
13628         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
13629         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
13630         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
13631         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
13632         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
13633         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
13634         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
13635         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
13636         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
13637         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
13638         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
13639         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
13640         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
13641         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
13642         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
13643         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
13644         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
13645         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
13646         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
13647         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
13648         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
13650 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
13652         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
13654 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
13656         * benchtests/Makefile (bench): Add exp2 and log2.
13657         (LDLIBS-bench-exp2): Add -lm.
13658         (LDLIBS-bench-log2): Likewise.
13659         * benchtests/exp2-inputs: New inputs file.
13660         * benchtests/log2-inputs: New inputs file.
13661         * benchtests/log-inputs: Add new inputs.
13662         * benchtests/tan-inputs: Likewise.
13664 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
13666         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
13667         definition...
13668         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
13669         (csloww2): ... from here.
13671         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
13672         instead of structures.
13673         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
13674         (POLYNOMIAL): Likewise.
13675         (TAYLOR_SLOW): Likewise.
13676         (__sin): Likewise.
13677         (__cos): Likewise.
13678         (slow1): Likewise.
13679         (slow2): Likewise.
13680         (sloww): Likewise.
13681         (sloww1); Likewise.
13682         (sloww2): Likewise.
13683         (bsloww1): Likewise.
13684         (bsloww2): Likewise.
13685         (cslow2): Likewise.
13686         (csloww): Likewise.
13687         (csloww1): Likewise.
13688         (csloww2): Likewise.
13690 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
13692         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
13693         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
13694         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
13695         * malloc/hooks.c (realloc_check): Likewise.
13697         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
13698         * malloc/arena.c: Remove PER_THREAD conditional.
13699         [!PER_THREAD]: Remove code.
13700         (ptmalloc_unlock_all2): Likewise.
13701         (ptmalloc_init): Likewise.
13702         (_int_new_arena): Likewise.
13703         (arena_get2): Likewise.
13704         * malloc/hooks.c (__malloc_get_state): Likewise.
13705         (__malloc_set_state): Likewise.
13706         * malloc/malloc.c: Likewise.
13707         (struct malloc_state): Likewise.
13708         (struct malloc_par): Likewise.
13709         (__libc_realloc): Likewise.
13710         (__libc_mallopt): Likewise.
13712 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13714         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
13716 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
13718         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
13719         macro to a function.  Check for zero perturb_byte.
13720         (_int_malloc, _int_free): Remove zero perturb_byte checks.
13722         * malloc/malloc.c: (force_reg): Remove.
13723         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
13724         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
13725         force_reg by atomic_forced_read.
13726         * malloc/arena.c (ptmalloc_init): Likewise.
13727         * malloc/hooks.c (top_check): Likewise.
13729 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13731         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13733 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
13735         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
13737 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
13739         * math/auto-libm-test-in: Add tests of lgamma.
13740         * math/auto-libm-test-out: Regenerated.
13741         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
13742         (M_LOG_2_SQRT_PIl): Likewise.
13743         (lgamma_test_data): Use AUTO_TESTS_f_f1.
13744         * math/gen-auto-libm-tests.c (func_calc_method): Add value
13745         mpfr_f_f1.
13746         (func_calc_desc): Add mpfr_f_f1 union field.
13747         (ARGS1): New macro.
13748         (ARGS2): Likewise.
13749         (ARGS3): Likewise.
13750         (ARGS4): Likewise.
13751         (RET1): Likewise.
13752         (RET2): Likewise.
13753         (CALC): Likewise.
13754         (FUNC): Likewise.
13755         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
13756         (test_functions): Add lgamma.
13757         (calc_generic_results): Handle mpfr_f_f1.
13758         * sysdeps/i386/fpu/libm-test-ulps: Update.
13759         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13761 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13763         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
13764         __mpn_add_n for PowerPC64/POWER7.
13765         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
13766         __mpn_sub_n for PowerPC64/POWER7.
13768         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
13769         __mpn_addmul_1 for PowerPC64.
13770         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
13771         __mpn_submul_1 for PowerPC64.
13772         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
13773         for PowerPC64.
13774         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
13775         for PowerPC64.
13777 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
13779         [BZ #15089]
13780         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
13782 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13784         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
13786         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
13787         add multiarch folders.
13788         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
13789         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
13790         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
13791         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
13792         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
13793         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
13794         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
13795         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
13796         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
13797         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
13798         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
13799         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
13800         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
13801         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
13802         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
13803         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
13804         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
13806         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
13807         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
13808         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
13809         New file.
13810         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
13811         New file.
13812         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
13813         multiarch __ieee754_hypot for PowerPC32.
13814         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
13815         New file.
13816         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
13817         New file.
13818         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
13819         multiarch __ieee754_hypotf for PowerPC32.
13821         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
13822         long_double_symbol only if __logbl is defined.
13823         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
13824         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
13825         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
13826         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
13827         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
13828         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
13829         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
13830         path for implementation.
13831         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
13832         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
13833         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
13834         logb, and logbl multiarch implementations for PowerPC32.
13835         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
13836         file.
13837         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
13838         file.
13839         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
13840         multiarch logb for PowerPC32.
13841         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
13842         file.
13843         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
13844         file.
13845         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
13846         multiarch logbf for PowerPC32.
13847         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
13848         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
13849         file.
13850         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
13851         multiarch logbl implementation for PowerPC32.
13853         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
13854         and modff multiarch implementations.
13855         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
13856         New file.
13857         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
13858         New file.
13859         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
13860         multiarch modf for PowerPC32.
13861         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
13862         New file.
13863         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
13864         New file.
13865         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
13866         multiarch modff for PowerPC32.
13868         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
13869         and lrintf multiarch implementations.
13870         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
13871         New file.
13872         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
13873         New file.
13874         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
13875         multiarch lrint for PowerPC32.
13876         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
13877         file: multiarch lrintf for PowerPC32.
13879         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
13880         and lroundf multiarch implementations.
13881         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
13882         New file.
13883         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
13884         New file.
13885         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
13886         New file.
13887         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
13888         multiarch lround for PowerPC32.
13889         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
13890         file: multiarch lroundf for PowerPC32.
13892         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
13893         copysign and copysignf multiarch implementations.
13894         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
13895         New file.
13896         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
13897         New file.
13898         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
13899         file: multiarch copysign for PowerPC32.
13900         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
13901         file: multiarch copysignf for PowerPC32.
13903         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
13904         and truncf multiarch implementations.
13905         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
13906         New file.
13907         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
13908         file.
13909         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
13910         multiarch trunc for PowerPC32.
13911         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
13912         New file.
13913         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
13914         New file.
13915         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
13916         multiarch truncf for PowerPC32.
13918         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
13919         and roundf multiarch implementations.
13920         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
13921         New file.
13922         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
13923         file.
13924         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
13925         multiarch round for PowerPC32.
13926         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
13927         New file.
13928         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
13929         New file.
13930         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
13931         multiarch roundf for PowerPC32.
13933         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
13934         and floorf multiarch implementations.
13935         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
13936         New file.
13937         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
13938         file.
13939         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
13940         multiarch floor for PowerPC32.
13941         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
13942         New file.
13943         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
13944         New file.
13945         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
13946         multiarch floorf for PowerPC32.
13948         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
13949         and ceilf multiarch implementations.
13950         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
13951         New file.
13952         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
13953         file.
13954         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
13955         multiarch ceil for PowerPC32.
13956         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
13957         New file.
13958         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
13959         file.
13960         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
13961         multiarch ceilf for PowerPC32.
13963         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
13964         is defined.
13965         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
13966         FINITEF is defined.
13967         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
13968         and finitef multiarch implementations.
13969         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
13970         New file.
13971         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
13972         file.
13973         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
13974         multiarch finite for PowerPC32.
13975         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
13976         New file.
13977         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
13978         file: multiarch finitef for PowerPC32.
13980         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
13981         and isinff multiarch implementations.
13982         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
13983         file.
13984         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
13985         file.
13986         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
13987         multiarch isinf for PowerPC32.
13988         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
13989         New file.
13990         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
13991         multiarch isinff for PowerPC32.
13993         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
13994         alias when __isnan is defined.
13995         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
13996         and isnanf multiarch implementations.
13997         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
13998         file.
13999         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
14000         file.
14001         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
14002         file.
14003         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
14004         file.
14005         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
14006         multiarch isnan for PowerPC32.
14007         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
14008         New file.
14009         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
14010         New file.
14011         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
14012         multiarch isnanf for PowerPC32.
14014         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
14015         and sqrtf multiarch implementations.
14016         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
14017         file.
14018         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
14019         file.
14020         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
14021         multiarch sqrt for PowerPC32.
14022         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
14023         file.
14024         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
14025         file.
14026         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
14027         multiarch sqrtf for PowerPC32.
14029         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
14030         and llroundf multiarch implementations.
14031         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
14032         New file.
14033         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
14034         New file.
14035         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
14036         New file.
14037         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
14038         file: multiarch llround for PowerPC32.
14039         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
14040         file: multiarch llroundf for PowerPC32.
14042         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
14043         multiarch PowerPC32 fpu implementations.
14044         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
14045         New file.
14046         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
14047         New file.
14048         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
14049         multiarch llrint for PowerPC32.
14050         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
14051         New file.
14052         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
14053         New file.
14054         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
14055         file.
14057         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
14059         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
14060         file.
14061         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
14062         file.
14063         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
14064         file.
14065         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
14066         multiarch wordcopy for PPC32.
14067         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
14068         wordcopy objects.
14069         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14070         (__libc_ifunc_impl_list): Likewise.
14071         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
14072         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
14073         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
14074         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
14075         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
14076         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
14078         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
14079         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
14080         file.
14081         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
14082         file.
14083         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
14084         file.
14085         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
14086         multiarch wcscpy for PPC32.
14087         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
14088         multiarch objects.
14089         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14090         (__libc_ifunc_impl_list): Likewise.
14091         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
14092         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
14093         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
14094         sysdeps/powerpc/power6/wcscpy.c.
14096         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
14097         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
14098         file.
14099         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
14100         file.
14101         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
14102         file.
14103         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
14104         multiarch wcsrchr for PPC32.
14105         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
14106         multiarch objects.
14107         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14108         (__libc_ifunc_impl_list): Likewise.
14109         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
14110         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
14111         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
14112         sysdeps/powerpc/power6/wcsrchr.c.
14114         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
14115         file.
14116         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
14117         file.
14118         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
14119         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
14120         multiarch wcschr for PPc32.
14121         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
14122         multiarch objects.
14123         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14124         (__libc_ifunc_impl_list): Likewise.
14125         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
14126         * sysdeps/powerpc/power6/wcschr.c: ... to here.
14127         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
14128         sysdeps/powerpc/power6/wcschr.c.
14130         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
14131         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
14132         file.
14133         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
14134         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
14135         file: multiarch strchr for PPC32.
14136         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
14137         multiarch objects.
14138         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14139         (__libc_ifunc_impl_list): Likewise.
14141         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
14142         name.
14143         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
14144         file.
14145         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
14146         file.
14147         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
14148         multiarch strchrnul for PPC32.
14149         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
14150         multiarch objects.
14151         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14152         (__libc_ifunc_impl_list): Likewise.
14154         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
14155         file.
14156         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
14157         multiarch strncasecmp for PPC32.
14158         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
14159         file.
14160         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
14161         multiarch strncasecmp_l for PPC32.
14162         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
14163         strncasecmp multiarch objects.
14164         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14165         (__libc_ifunc_impl_list): Likewise.
14167         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
14168         file.
14169         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
14170         multiarch strncasecmp for PPC32.
14171         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
14172         New file.
14173         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
14174         multiarch strcasecmp_l for PPC32.
14175         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
14176         multiarch objects.
14177         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14178         (__libc_ifunc_impl_list): Likewise.
14180         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
14181         file.
14182         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
14183         file.
14184         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
14185         multiarch strncmp for PPC32.
14186         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
14187         multiarch objects.
14188         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14189         (__libc_ifunc_impl_list): Likewise.
14191         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
14192         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
14193         file.
14194         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
14195         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
14196         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
14197         multiarch objects.
14198         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14199         (__libc_ifunc_impl_list): Likewise.
14201         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
14202         file.
14203         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
14204         file.
14205         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
14206         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
14207         multiarch objects.
14208         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14209         (__libc_ifunc_impl_list): Likewise.
14211         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
14212         file.
14213         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
14214         file.
14215         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
14216         multiarch rawmemchr for PPC32.
14217         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
14218         multiarch objects.
14219         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14220         (__libc_ifunc_impl_list): Likewise.
14222         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
14223         file.
14224         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
14225         file.
14226         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
14227         file: memrchr multiarch for PPC32.
14228         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
14229         multiarch objects.
14230         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14231         (__libc_ifunc_impl_list): Likewise.
14233         * string/memchr.c (__memchr): Using macro to redefine symbol name.
14234         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
14235         file.
14236         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
14237         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
14238         multiarch memchr for PPC32.
14239         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
14240         multiarch objects.
14241         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
14242         (__libc_ifunc_impl_list): Likewise.
14244         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
14245         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
14246         file.
14247         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
14248         file.
14249         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
14250         file: multiarch mempcpy for PPC32.
14251         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
14252         multiarch objects.
14253         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
14254         (__libc_ifunc_impl_list): Likewise.
14256         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
14257         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
14258         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
14259         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
14260         multiarch bzero for PPC32.
14261         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
14262         file.
14263         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
14264         file.
14265         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
14266         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
14267         file: multiarch memset for PPC32.
14268         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
14269         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
14270         memset multiarch objects.
14271         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
14272         (__libc_ifunc_impl_list): Likewise.
14274         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
14275         file.
14276         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
14277         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
14278         memcmp for PPC32.
14279         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
14280         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
14281         multiarch objects.
14282         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
14283         (__libc_ifunc_impl_list): Likewise.
14285         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
14286         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
14287         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
14288         file.
14289         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
14290         file.
14291         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
14292         file.
14293         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
14294         multiarch memcpy for PPC32.
14295         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
14296         multiarch objects.
14297         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
14298         (__libc_ifunc_impl_list): Likewise.
14300         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
14301         support multiarch for POWER/PPC32.
14302         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
14303         Likewise.
14304         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
14305         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
14306         Implies file to make multiarch folder appers before the fpu and
14307         default folder for power4 configuration.
14309 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
14311         * scripts/bench.pl: Append volatile keyword to type.
14313 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
14315         * sysdeps/sh/sotruss-lib.c: New file.
14316         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
14318 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14320         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14322 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
14324         [BZ #6810]
14325         * math/w_tgamma.c: Include <errno.h>.
14326         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
14327         * math/w_tgammaf.c: Include <errno.h>.
14328         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
14329         * math/w_tgammal.c: Include <errno.h>.
14330         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
14331         * math/auto-libm-test-in: Do not allow missing errno on tgamma
14332         underflow.  Add more tgamma tests.
14333         * math/auto-libm-test-out: Regenerated.
14334         * sysdeps/i386/fpu/libm-test-ulps: Update.
14335         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14337         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
14338         sin, sinh, tan, tanh, tgamma, y0 and y1.
14339         * math/auto-libm-test-out: Regenerated.
14340         * math/libm-test.inc (TEST_COND_x86_64): New macro.
14341         (TEST_COND_x86): Likewise.
14342         (M_E2l): Remove macro.
14343         (M_E3l): Likewise.
14344         (M_2_SQRT_PIl): Likewise.
14345         (M_SQRT_PIl): Likewise.
14346         (M_1_DIV_El): Likewise.
14347         (log_test_data): Use AUTO_TESTS_f_f.
14348         (log10_test_data): Likewise.
14349         (log1p_test_data): Likewise.
14350         (log2_test_data): Likewise.
14351         (sin_test_data): Likewise.
14352         (sin_tonearest_test_data): Likewise.
14353         (sin_towardzero_test_data): Likewise.
14354         (sin_downward_test_data): Likewise.
14355         (sin_upward_test_data): Likewise.
14356         (sinh_test_data): Likewise.
14357         (sinh_tonearest_test_data): Likewise.
14358         (sinh_towardzero_test_data): Likewise.
14359         (sinh_downward_test_data): Likewise.
14360         (sinh_upward_test_data): Likewise.
14361         (tan_test_data): Likewise.
14362         (tan_tonearest_test_data): Likewise.
14363         (tan_towardzero_test_data): Likewise.
14364         (tan_downward_test_data): Likewise.
14365         (tan_upward_test_data): Likewise.
14366         (tanh_test_data): Likewise.
14367         (tgamma_test_data): Likewise.
14368         (y0_test_data): Likewise.
14369         (y1_test_data): Likewise.
14370         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
14371         (special_real_inputs): Add pi/4.
14372         * sysdeps/i386/fpu/libm-test-ulps: Update.
14373         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14375 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14377         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
14378         "longjmp_target" static probes.
14379         (__longjmp): Rename to __longjmp_symbol.
14380         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
14381         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
14382         on which longjmp to generate.
14383         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
14384         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
14385         probe.
14386         (__sigsetjmp): Rename to __sigsetjmp_symbol.
14387         (__sigjmp_save): Rename to __sigjmp_save_symbol.
14388         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
14389         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
14390         and __sigjmp_save_symbol based on which sigsetjmp to generated.
14391         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
14392         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
14393         __longjmp_symbol based on which __longjmp to generate.
14394         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
14395         probe.
14396         (setjmp): Rename to setjmp_symbol.
14397         (__sigsetjmp): Rename to __sigsetjmp_symbol.
14398         (_setjmp): Rename to _setjmp_symbol.
14399         (__sigsetjmp): Rename to __sigsetjmp_symbol.
14400         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
14401         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
14402         which setjmp to generate.
14403         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
14404         "longjmp_target" static probes.
14406 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
14408         * benchtests/README: Add note about output arguments.
14409         * benchtests/bench-sincos.c: Remove file.
14410         * benchtests/sincos-inputs: New file.
14411         * scripts/bench.pl: Identify output arguments and define
14412         static variables for them.
14414         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
14416         [BZ #15941]
14417         * Makefile (INSTALL): Add install-plain.texi as the primary
14418         dependency.
14419         * manual/install-plain.texi: New file.
14420         * manual/install.texi: Include node directive only for
14421         non-plaintext output.
14423 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
14425         * stdlib/longlong.h: Update from GCC.
14427         [BZ #6807]
14428         [BZ #15901]
14429         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
14430         * math/w_j0f.c (y0f): Likewise.
14431         * math/w_j0l.c (__y0l): Likewise.
14432         * math/w_j1.c (y1): Likewise.
14433         * math/w_j1f.c (y1f): Likewise.
14434         * math/w_j1l.c (__y1l): Likewise
14435         * math/w_jn.c (yn): Likewise.
14436         * math/w_jnf.c (ynf): Likewise.
14437         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
14438         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
14439         value for Bessel function domain errors outside _SVID_ mode.
14440         Adjust sign of return value for yn (negative integer, 0).
14441         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
14442         by zero in return for negative x and set sign appropriately for
14443         negative n.
14444         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
14445         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
14446         * math/libm-test.inc (y0_test_data): Add more tests and adjust
14447         expectations in error cases.
14448         (y1_test_data): Likewise.
14449         (yn_test_data): Likewise.
14450         * sysdeps/i386/fpu/libm-test-ulps: Update.
14451         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14453 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
14455         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
14456         "64" to "64-v1".  Add "64-v2".
14457         (abi-64-options): Rename to ...
14458         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
14459         (abi-64-condition): Rename to ...
14460         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
14461         (abi-64-ld-soname): Rename to ...
14462         (abi-64-v1-ld-soname): ... this.
14463         (abi-64-v2-options): Define.
14464         (abi-64-v2-condition): Likewise.
14465         (abi-64-v2-ld-soname): Likewise.
14466         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
14467         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
14468         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
14469         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
14470         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
14472 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
14473             Alan Modra  <amodra@gmail.com>
14475         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
14476         New versions for use with the ELFv2 ABI.
14477         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
14478         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
14479         declaration.
14480         (struct La_ppc64v2_retval): Likewise.
14481         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
14482         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
14483         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
14484         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
14485         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
14486         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
14487         Do not save or restore CR.
14488         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
14489         (_dl_profile_resolve): Do no save or restore CR.  Support extended
14490         return values for ELFv2 ABI.  Fix location of FPR return registers.
14491         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
14492         updated values for _CALL_ELF == 2.
14493         (La_regs, La_retval, int_retval): Likewise.
14495 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
14497         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
14498         (FRAME_MIN_SIZE_PARM): Likewise.
14499         (FRAME_BACKCHAIN): Likewise.
14500         (FRAME_CR_SAVE): Likewise.
14501         (FRAME_LR_SAVE): Likewise.
14502         (FRAME_TOC_SAVE): Likewise.
14503         (FRAME_PARM_SAVE): Likewise.
14504         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
14505         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
14506         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
14507         (call_mcount_parm_offset): New macro.
14508         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
14509         (PROF): Use symbolic stack frame offsets.
14510         (TAIL_CALL_SYSCALL_ERROR): Likewise.
14511         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
14512         Redefine in terms of FRAME_MIN_SIZE.
14513         (_dl_runtime_resolve): Use symbolic stack frame offsets.
14514         (_dl_profile_resolve): Likewise.  Update comment.
14515         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
14516         symbols stack frame offsets.
14517         (__sigsetjmp): Likewise.
14518         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
14519         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
14520         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
14521         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
14523         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
14524         (FRAME_BACKCHAIN): Remove.
14525         (FRAME_CR_SAVE): Likewise.
14526         (FRAME_LR_SAVE): Likewise.
14527         (FRAME_COMPILER_DW): Likewise.
14528         (FRAME_LINKER_DW): Likewise.
14529         (FRAME_TOC_SAVE): Likewise.
14530         (FRAME_PARM_SAVE): Likewise.
14531         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
14532         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
14533         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
14534         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
14535         (CHECK_SP): Use symbolic stack frame offsets.
14536         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
14537         zone" instead of caller's parameter save area for temp storage.
14538         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
14539         Likewise.  Also, use symbolic stack frame offsets.
14540         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
14541         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
14542         our own stack frame instead of the caller's.
14543         (__socket): Use symbolic stack frame offsets.
14545 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
14546             Alan Modra  <amodra@gmail.com>
14548         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
14549         Define.
14550         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
14551         (PPC64_LOCAL_ENTRY_OFFSET): Define.
14552         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
14553         New function.
14554         (elf_machine_fixup_plt): Call it.
14555         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
14556         reloc arguments.
14557         (elf_machine_rela): Update call to elf_machine_plt_conflict.
14558         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
14559         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
14560         r2 before calling target.
14562 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
14563             Alan Modra  <amodra@gmail.com>
14565         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
14566         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
14567         versions of macros to support ELFv2 ABI.
14568         (LOCALENTRY): New macro.
14569         (ENTRY, EALIGN): Use it.
14570         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
14571         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
14572         fall through into ENTRY entry point.
14573         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
14574         Only define if _CALL_ELF != 2.
14576         (elf_machine_matches_host): Verify ABI version matches.
14577         (RTLD_START): Use LOCALENTRY.
14578         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
14579         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
14580         (PLT_ENTRY_WORDS): New macro.
14581         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
14582         (elf_machine_runtime_setup): Support ELFv2 ABI.
14583         (elf_machine_fixup_plt): Likewise.
14584         (elf_machine_plt_conflict): Likewise.
14585         (resolve_ifunc): Likewise.
14586         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
14587         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
14588         Likewise.
14589         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
14590         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
14591         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
14592         (makecontext): Support ELFv2 ABI.
14593         * elf/elf.h (EF_PPC64_ABI): Define.
14595 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
14597         * sysdeps/powerpc/powerpc64/sysdep.h
14598         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
14599         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
14600         (ENTRY) [ASSEMBLER]: ... but instead here ...
14601         (EALIGN) [ASSEMBLER]: ... and here.
14602         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
14603         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
14604         (ENTRY_2) [!ASSEMBLER]: Use it.
14605         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
14606         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
14607         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
14608         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
14609         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
14610         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
14611         Use PPC64_LOAD_FUNCPTR.
14613         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
14615 2013-12-04  Alan Modra  <amodra@gmail.com>
14617         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
14618         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
14619         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
14620         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
14622         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
14623         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
14624         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
14625         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
14626         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
14627         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
14629 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
14631         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
14632         (__makecontext): Fix incorrect CFI when backtracing out of
14633         context created via makecontext.
14634         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
14635         (__setcontext): Fix incorrect CFI during switch to new context.
14636         (__novec_setcontext): Likewise.
14638 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
14640         [BZ #4772]
14641         * time/strptime_l.c (__strptime_internal): Allow modifiers
14642         in strptime.
14643         * time/tst-strptime.c (day_tests): Add testcase.
14645 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
14647         * scripts/bench.pl: Skip over blank lines.
14649 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
14651         [BZ #926]
14652         * manual/time.texi (Calendar Time): Clarify what timezone functions
14653         use.
14655 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14657         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14659 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
14661         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
14662         implementation.
14663         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
14664         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
14665         * debug/memset_chk.c (__memset_chk): Likewise.
14666         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
14667         * debug/strncpy_chk.c: Likewise.
14669 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
14671         [BZ #15268]
14672         [BZ #15425]
14673         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
14674         (__ieee754_exp): For possibly underflowing results, check size of
14675         result and force underflow exception if required.
14676         * math/auto-libm-test-in: Add more tests of exp.
14677         * math/auto-libm-test-out: Regenerated.
14678         * sysdeps/i386/fpu/libm-test-ulps: Update.
14679         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14681         [BZ #16283]
14682         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
14683         * math/w_exp2f.c (__exp2f): Likewise.
14684         * math/w_exp2l.c (__exp2l): Likewise.
14685         * math/auto-libm-test-in: Do not allow missing errno on exp2
14686         underflow.
14687         * math/auto-libm-test-out: Regenerated.
14689 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
14691         [BZ #16274]
14692         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
14693         handle filename validation.
14694         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
14695         (do_open): Delete.
14697 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
14699         [BZ #6786]
14700         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
14701         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
14702         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
14703         <float.h>.
14704         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
14705         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
14706         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
14707         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
14708         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
14709         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
14710         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
14711         * math/auto-libm-test-in: Don't allow missing errno from erfc.
14712         Add more erfc tests.
14713         * math/auto-libm-test-out: Regenerated.
14714         * sysdeps/i386/fpu/libm-test-ulps: Update.
14715         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14717         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
14718         exp2, expm1, j0 and j1.
14719         * math/auto-libm-test-out: Regenerated.
14720         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
14721         (erfc_test_data): Likewise.
14722         (exp_test_data): Likewise.
14723         (exp_tonearest_test_data): Likewise.
14724         (exp_towardzero_test_data): Likewise.
14725         (exp_downward_test_data): Likewise.
14726         (exp_upward_test_data): Likewise.
14727         (exp10_test_data): Likewise.
14728         (exp2_test_data): Likewise.
14729         (expm1_test_data): Likewise.
14730         (j0_test_data): Likewise.
14731         (j1_test_data): Likewise.
14732         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
14733         (input_flag_type): Add flag_xfail_rounding.
14734         (input_flags): Add xfail-rounding.
14735         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
14736         (output_for_one_input_case): Handle flag_xfail_rounding.
14737         * sysdeps/i386/fpu/libm-test-ulps: Update.
14738         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14740 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
14742         [BZ #16289]
14743         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
14744         division by 0.
14746 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
14748         [BZ #16195]
14749         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
14750         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
14751         (STAP_PROBE0): New macro.
14752         (STAP_PROBE1): Likewise.
14753         (STAP_PROBE2): Likewise.
14754         (STAP_PROBE3): Likewise.
14755         (STAP_PROBE4): Likewise.
14757 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
14759         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
14761 2013-12-02  Steve Ellcey  <sellcey@mips.com>
14763         * benchtests/Makefile (bench): Add sqrt.
14764         (LDLIBS-bench-sqrt): New.
14765         * benchtests/sqrt-input: New.
14767 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
14769         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
14770         (GAIH_EAI): Likewise.
14771         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
14772         (gaih_inet): Likewise.
14773         (getaddrinfo): Don't use GAIH_EAI.
14775         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
14776         (struct gaih): Remove definition.
14778 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
14780         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
14781         Use HERRNOP directly.
14783 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14785         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14787 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
14789         * math/gen-auto-libm-tests.c (test_functions): Add more
14790         single-argument functions.
14791         (special_fill_pi_2): New function.
14792         (special_fill_minus_pi_2): Likewise.
14793         (special_fill_pi_6): Likewise.
14794         (special_fill_minus_pi_6): Likewise.
14795         (special_fill_pi_3): Likewise.
14796         (special_fill_2pi_3): Likewise.
14797         (special_fill_e): Likewise.
14798         (special_fill_1_e): Likewise.
14799         (special_fill_e_minus_1): Likewise.
14800         (special_real_inputs): Add more special inputs.
14801         (output_for_one_input_case): Do not require ERANGE on underflow to
14802         zero if round-to-nearest result does not underflow to zero, unless
14803         exact results required.
14804         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
14805         atan, atanh, cbrt, cos and cosh.
14806         * math/auto-libm-test-out: Regenerated.
14807         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
14808         (acos_tonearest_test_data): Likewise.
14809         (acos_towardzero_test_data): Likewise.
14810         (acos_downward_test_data): Likewise.
14811         (acos_upward_test_data): Likewise.
14812         (acosh_test_data): Likewise.
14813         (asin_test_data): Likewise.
14814         (asin_tonearest_test_data): Likewise.
14815         (asin_towardzero_test_data): Likewise.
14816         (asin_upward_test_data): Likewise.
14817         (asinh_test_data): Likewise.
14818         (atan_test_data): Likewise.
14819         (atanh_test_data): Likewise.
14820         (cbrt_test_data): Likewise.
14821         (cos_test_data): Likewise.
14822         (cos_tonearest_test_data): Likewise.
14823         (cos_towardzero_test_data): Likewise.
14824         (cos_downward_test_data): Likewise.
14825         (cos_upward_test_data): Likewise.
14826         (cosh_test_data): Likewise.
14827         (cosh_tonearest_test_data): Likewise.
14828         (cosh_towardzero_test_data): Likewise.
14829         (cosh_downward_test_data): Likewise.
14830         (cosh_upward_test_data): Likewise.
14831         * sysdeps/i386/fpu/libm-test-ulps: Update.
14832         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14834 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
14836         [BZ #6787]
14837         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
14838         * math/w_exp10f.c (__exp10f): Likewise.
14839         * math/w_exp10l.c (__exp10l): Likewise.
14840         * math/libm-test.inc (exp10_test_data): Add more tests and expect
14841         errno settings in existing tests.
14843         [BZ #14032]
14844         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
14845         precision control set to double precision.
14846         * sysdeps/i386/fpu/w_sqrt.c: New file.
14847         * math/auto-libm-test-in: Add more tests.
14848         * math/auto-libm-test-out: Update.
14850         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
14851         (sqrt_test_tonearest): New function.
14852         (sqrt_towardzero_test_data): New variable.
14853         (sqrt_test_towardzero): New function.
14854         (sqrt_downward_test_data): New variable.
14855         (sqrt_test_downward): New function.
14856         (sqrt_upward_test_data): New variable.
14857         (sqrt_test_upward): New function.
14858         (main): Call the new functions.
14860         * math/gen-auto-libm-tests.c: New file.
14861         * math/auto-libm-test-in: Likewise.
14862         * math/auto-libm-test-out: New generated file.
14863         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
14864         variables.
14865         (%beautify): Add generated representations of zero.
14866         (top level): Set $auto_input and call parse_auto_input.
14867         (beautify): Remove trailing "f" from hex float constants.
14868         (parse_args): Handle XFAIL_TEST.
14869         (convert_condition): New function.
14870         (or_value): Likewise.
14871         (or_cond_value): Likewise.
14872         (generate_testfile): Handle AUTO_TESTS_* lines.
14873         (parse_auto_input): New function.
14874         * math/libm-test.inc (XFAIL_TEST): New macro.
14875         (ERRNO_UNCHANGED): Update value.
14876         (ERRNO_EDOM): Likewise.
14877         (ERRNO_ERANGE): Likewise.
14878         (IGNORE_RESULT): Likewise.
14879         (TEST_COND_flt_32): New macro.
14880         (TEST_COND_dbl_64): Likewise.
14881         (TEST_COND_ldbl_96_intel): Likewise.
14882         (TEST_COND_ldbl_96_m68k): Likewise.
14883         (TEST_COND_ldbl_128): Likewise.
14884         (TEST_COND_ldbl_128ibm): Likewise.
14885         (TEST_COND_long32): Likewise.
14886         (TEST_COND_long64): Likewise.
14887         (TEST_COND_before_rounding): Likewise.
14888         (TEST_COND_after_rounding): Likewise.
14889         (enable_test): Handle XFAIL_TEST flag.
14890         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
14891         with finite results.
14892         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
14893         auto-libm-test-out.
14895 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
14896             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
14898         [BZ #16214]
14899         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
14900         __tls_get_addr_internal instead of __tls_get_offset in order to
14901         avoid GOT pointer dependency.  Make rtld export
14902         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
14903         __tls_get_addr since we are a __tls_get_offset platform.
14904         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
14905         GOT pointer being set up before.
14906         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
14908 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
14910         * manual/math.texi (Errors in Math Functions): Document accuracy
14911         goals.
14913         [BZ #15004]
14914         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
14915         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
14916         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
14917         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
14918         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
14919         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
14920         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
14921         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
14922         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
14923         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
14924         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
14925         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
14926         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
14927         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
14928         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
14929         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
14931         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
14932         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
14933         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
14934         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
14935         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
14936         Likewise.
14937         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
14938         Likewise.
14939         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
14940         Likewise.
14941         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
14942         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
14943         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
14944         atomic-feupdateenv and flt-rounds.
14945         * sysdeps/powerpc/nofpu/Versions (libc): Add
14946         __atomic_feholdexcept, __atomic_feclearexcept,
14947         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
14948         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
14949         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
14950         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
14951         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
14952         here.
14953         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
14954         Update.
14956         * manual/arith.texi (FP Exceptions): Document that exceptions may
14957         not be raised when matherr is used.
14958         (Math Error Reporting): Document overflow in directed rounding
14959         modes.  Document that errno may not be set when finite values are
14960         returned on overflow.  Document intent to set errno on underflow
14961         only for underflow to zero.
14963         [BZ #16271]
14964         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
14965         round-to-nearest then adjust result for other rounding modes.
14966         * include/fenv.h (fegetround): Use libm_hidden_proto.
14967         * math/fegetround.c (fegetround): Use libm_hidden_def.
14968         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
14969         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
14970         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
14971         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
14972         Likewise.
14973         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
14974         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
14975         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
14976         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
14978 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
14980         [BZ #16077]
14981         * nss/Versions (libnss_files): Add
14982         _nss_files_gethostbyname3_r.
14983         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
14984         New function.
14985         (HOST_DB_LOOKUP): Remove macro.
14986         (_nss_files_gethostbyname_r): Implement function without the
14987         HOST_DB_LOOKUP macro.
14988         (_nss_files_gethostbyname2_r): Likewise.
14990 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
14992         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
14994 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
14996         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
14997         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
14998         warning.
15000 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15002         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
15003         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
15004         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
15005         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
15006         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
15007         __fe_nomask_env_priv and attribute_hidden.
15008         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
15009         (libc_feupdateenv_test_ppc): Likewise.
15010         (libc_feresetround_ppc): Likewise.
15011         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
15012         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
15013         compat_symbol macro.
15014         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
15015         (__fe_nomask_env): Likewise.
15016         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
15018 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
15020         * string/Makefile: Remove ifunc tests.
15021         * string/test-string.h: Define TEST_IFUNC.
15022         * string/test-bcopy-ifunc.c: Remove.
15023         * string/test-bzero-ifunc.c: Likewise.
15024         * string/test-memccpy-ifunc.c: Likewise.
15025         * string/test-memchr-ifunc.c: Likewise.
15026         * string/test-memcmp-ifunc.c: Likewise.
15027         * string/test-memcpy-ifunc.c: Likewise.
15028         * string/test-memmem-ifunc.c: Likewise.
15029         * string/test-memmove-ifunc.c: Likewise.
15030         * string/test-mempcpy-ifunc.c: Likewise.
15031         * string/test-memrchr-ifunc.c: Likewise.
15032         * string/test-memset-ifunc.c: Likewise.
15033         * string/test-rawmemchr-ifunc.c: Likewise.
15034         * string/test-stpcpy-ifunc.c: Likewise.
15035         * string/test-stpncpy-ifunc.c: Likewise.
15036         * string/test-strcasecmp-ifunc.c: Likewise.
15037         * string/test-strcasestr-ifunc.c: Likewise.
15038         * string/test-strcat-ifunc.c: Likewise.
15039         * string/test-strchr-ifunc.c: Likewise.
15040         * string/test-strchrnul-ifunc.c: Likewise.
15041         * string/test-strcmp-ifunc.c: Likewise.
15042         * string/test-strcpy-ifunc.c: Likewise.
15043         * string/test-strcspn-ifunc.c: Likewise.
15044         * string/test-strlen-ifunc.c: Likewise.
15045         * string/test-strncasecmp-ifunc.c: Likewise.
15046         * string/test-strncat-ifunc.c: Likewise.
15047         * string/test-strncmp-ifunc.c: Likewise.
15048         * string/test-strncpy-ifunc.c: Likewise.
15049         * string/test-strnlen-ifunc.c: Likewise.
15050         * string/test-strpbrk-ifunc.c: Likewise.
15051         * string/test-strrchr-ifunc.c: Likewise.
15052         * string/test-strspn-ifunc.c: Likewise.
15053         * string/test-strstr-ifunc.c: Likewise.
15055 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
15057         * benchtests/Makefile: Remove ifunc tests.
15058         * benchtests/bench-string.h: Define TEST_IFUNC.
15059         * benchtests/bench-bcopy-ifunc.c: Remove.
15060         * benchtests/bench-bzero-ifunc.c: Likewise.
15061         * benchtests/bench-memccpy-ifunc.c: Likewise.
15062         * benchtests/bench-memchr-ifunc.c: Likewise.
15063         * benchtests/bench-memcmp-ifunc.c: Likewise.
15064         * benchtests/bench-memcpy-ifunc.c: Likewise.
15065         * benchtests/bench-memmem-ifunc.c: Likewise.
15066         * benchtests/bench-memmove-ifunc.c: Likewise.
15067         * benchtests/bench-mempcpy-ifunc.c: Likewise.
15068         * benchtests/bench-memrchr-ifunc.c: Likewise.
15069         * benchtests/bench-memset-ifunc.c: Likewise.
15070         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
15071         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
15072         * benchtests/bench-stpcpy-ifunc.c: Likewise.
15073         * benchtests/bench-stpncpy-ifunc.c: Likewise.
15074         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
15075         * benchtests/bench-strcasestr-ifunc.c: Likewise.
15076         * benchtests/bench-strcat-ifunc.c: Likewise.
15077         * benchtests/bench-strchr-ifunc.c: Likewise.
15078         * benchtests/bench-strchrnul-ifunc.c: Likewise.
15079         * benchtests/bench-strcmp-ifunc.c: Likewise.
15080         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
15081         * benchtests/bench-strcpy-ifunc.c: Likewise.
15082         * benchtests/bench-strcspn-ifunc.c: Likewise.
15083         * benchtests/bench-strlen-ifunc.c: Likewise.
15084         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
15085         * benchtests/bench-strncat-ifunc.c: Likewise.
15086         * benchtests/bench-strncmp-ifunc.c: Likewise.
15087         * benchtests/bench-strncpy-ifunc.c: Likewise.
15088         * benchtests/bench-strnlen-ifunc.c: Likewise.
15089         * benchtests/bench-strpbrk-ifunc.c: Likewise.
15090         * benchtests/bench-strrchr-ifunc.c: Likewise.
15091         * benchtests/bench-strsep-ifunc.c: Likewise.
15092         * benchtests/bench-strspn-ifunc.c: Likewise.
15093         * benchtests/bench-strstr-ifunc.c: Likewise.
15095 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
15097         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
15099 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
15101         * resolv/netdb.h: Use __glibc_reserved instead __unused.
15102         * rt/aio.h: Likewise.
15103         * sysdeps/gnu/bits/utmp.h: Likewise.
15104         * sysdeps/gnu/bits/utmpx.h: Likewise.
15105         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
15106         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
15107         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
15108         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
15109         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
15110         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
15111         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
15112         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
15113         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
15114         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
15115         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
15116         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
15117         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
15118         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
15119         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
15120         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
15121         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
15122         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
15123         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
15124         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
15125         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
15126         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
15127         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
15128         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
15129         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
15130         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
15131         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
15132         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
15133         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
15134         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
15135         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
15136         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
15137         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
15138         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
15139         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
15140         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
15141         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
15142         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
15143         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
15144         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
15145         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
15146         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
15148 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
15150         [BZ #16245]
15151         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
15152         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
15154 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
15156         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
15157         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
15158         Likewise.
15160 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15162         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
15163         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
15164         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
15165         (__fesetround): Remove define.
15166         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
15167         rounding and exceptions handling.
15168         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
15169         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
15170         (__fe_nomask_env): Likewise.
15171         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
15172         __fegetround instead of fegetround.
15173         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
15174         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
15176 2013-11-21  Roland McGrath  <roland@hack.frob.com>
15178         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
15179         it's there.
15181         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
15183 2013-11-21  Meador Inge  <meadori@codesourcery.com>
15185         [BZ #11157]
15186         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
15187         (encrypt_r): Likewise.
15188         * malloc/obstack.h (obstack_free): Likewise.
15189         * posix/unistd.h (encrypt): Likewise.
15191 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
15193         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
15194         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
15195         DL_CALL_DT_FINI() that call the functions directly.
15196         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
15197         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
15198         * elf/dl-fini.c: Likewise.
15200 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
15202         * malloc/hooks.c (memalign_check): Add alignment rounding.
15203         * malloc/malloc.c (_mid_memalign): New function.
15204         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
15205         Implement by calling _mid_memalign.
15206         * manual/probes.texi (Memory Allocation Probes): Remove
15207         memory_valloc_retry and memory_pvalloc_retry.
15209 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
15211         * locale/programs/locarchive.c (open_archive): Add const
15212         qualifier to ARCHIVEFNAME and copy default fname to
15213         DEFAULT_FNAME.
15215         [BZ #15601]
15216         * libio/tst-widetext.input: Rename Oriya to Odia.
15217         * locale/iso-639.def: Likewise.
15219         * manual/probes.texi (Mathematical Function Probes): Add
15220         documentation for sin, cos, asin and acos probes.
15221         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
15222         (__sin32): Add slowasin probe.
15223         (__cos32): Add slowacos probe.
15224         (__mpsin): Add slowsin probe.
15225         (__mpcos): Add slowcos probe.
15227 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
15229         [BZ #15483]
15230         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
15231         thread-local __sim_exceptions_thread and global
15232         __sim_exceptions_global.
15233         (__sim_disabled_exceptions): Change to thread-local
15234         __sim_disabled_exceptions_thread and global
15235         __sim_disabled_exceptions_global.
15236         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
15237         and global __sim_round_mode_global.
15238         (__simulate_exceptions): Use thread-local floating-point state and
15239         set global state from it as needed.
15240         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
15241         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
15242         __sim_round_mode_thread.
15243         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
15244         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
15245         and global __sim_exceptions_global.
15246         (__sim_disabled_exceptions): Change to thread-local
15247         __sim_disabled_exceptions_thread and global
15248         __sim_disabled_exceptions_global.
15249         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
15250         and global __sim_round_mode_global.
15251         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
15252         (SIM_SET_GLOBAL): Likewise.
15253         * sysdeps/powerpc/soft-fp/sfp-machine.h
15254         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
15255         __sim_round_mode_thread.
15256         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
15257         __sim_disabled_exceptions_thread.
15258         (__sim_exceptions): Change to __sim_exceptions_thread.
15259         (__sim_disabled_exceptions): Change to
15260         __sim_disabled_exceptions_thread.
15261         (__sim_round_mode): Change to __sim_round_mode_thread.
15262         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
15263         thread-local floating-point state and set global state from it as
15264         needed.
15265         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
15266         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
15267         (__sim_disabled_exceptions): Remove extern declaration.
15268         (feenableexcept): Use thread-local floating-point state and set
15269         global state from it as needed.
15270         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
15271         extern declaration.
15272         (__sim_disabled_exceptions): Likewise.
15273         (__sim_round_mode): Likewise.
15274         (__fegetenv): Use thread-local floating-point state.
15275         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
15276         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
15277         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
15278         floating-point state and set global state from it as needed.
15279         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
15280         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
15281         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
15282         Likewise.
15283         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
15284         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
15285         Likewise.
15286         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
15287         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
15288         Use __sim_round_mode_thread.
15289         * math/test-fenv-tls.c: New file.
15290         * math/Makefile (tests): Add test-fenv-tls.
15291         ($(objpfx)test-fenv-tls): Depend on
15292         $(common-objpfx)nptl/libpthread.so.
15294 2013-11-19  Andreas Schwab  <schwab@suse.de>
15296         * locale/programs/locale.c (show_info): Decode wordarray elements.
15297         * locale/categories.def (LC_MONETARY): Add element for
15298         _NL_MONETARY_CRNCYSTR.
15299         * locale/C-monetary.c (conversion_rate): New variable.
15300         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
15301         element.
15303 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
15305         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
15306         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
15308 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
15310         * elf/Makefile (tst-auxv): New test.
15311         * elf/tst-auxv.c: New
15312         * elf/rtld.c (dl_main): Adjust AT_EXECFN
15314 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
15316         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
15317         (hidden_proto): Caller changed.
15318         (hidden_tls_proto): New macro.
15319         (libc_hidden_tls_proto): Likewise.
15320         (rtld_hidden_tls_proto): Likewise.
15321         (libm_hidden_tls_proto): Likewise.
15322         (libresolv_hidden_tls_proto): Likewise.
15323         (librt_hidden_tls_proto): Likewise.
15324         (libdl_hidden_tls_proto): Likewise.
15325         (libnss_files_hidden_tls_proto): Likewise.
15326         (libnsl_hidden_tls_proto): Likewise.
15327         (libnss_nisplus_hidden_tls_proto): Likewise.
15328         (libutil_hidden_tls_proto): Likewise.
15330 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
15332         [BZ #10253]
15333         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
15334         (decompose_rpath): Defer expansion to fillin_rpath.
15335         (_dl_init_paths): Pass linkmap to fillin_rpath.
15337 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
15339         * benchtests/Makefile: Add strsep.
15340         * benchtests/bench-strsep.c: New file: strsep benchtest.
15341         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
15343 2013-11-18  Andreas Schwab  <schwab@suse.de>
15345         * locale/programs/locale.c (show_info) [case byte]: Check for
15346         '\377' instead of '\177'.
15347         * locale/C-monetary.c (not_available): Always use "\377".
15348         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
15349         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
15350         detect unavailable sign_posn locale elements.
15351         * locale/localeconv.c (__localeconv): For grouping and
15352         mon_grouping handle "\177" and "\377" like no grouping.
15353         (INT_ELEM): New macro.  Use it to set all numeric members.
15354         * locale/programs/ld-monetary.c (monetary_read)
15355         <tok_mon_grouping>: Normalize single -1 to the empty string.
15356         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
15357         Likewise.
15359 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
15361         [BZ #16055]
15362         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
15363         when we match (nil).
15364         * stdio-common/tst-sscanf.c (struct test): Add testcase.
15366 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
15368         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
15369         (NO_TEST_INLINE): Update value.
15370         (ERRNO_UNCHANGED): Likewise.
15371         (ERRNO_EDOM): Likewise.
15372         (ERRNO_ERANGE): Likewise.
15373         (IGNORE_RESULT): Likewise.
15374         (check_float_internal): Check signs of NaN results if
15375         TEST_NAN_SIGN used.
15376         (check_complex): Pass TEST_NAN_SIGN flag through to second
15377         check_float_internal call.
15378         (copysign_test_data): Add tests with quiet NaNs as second
15379         argument.  Use TEST_NAN_SIGN.
15380         (fabs_test_data): Add test of negative quiet NaN argument.  Use
15381         TEST_NAN_SIGN.
15382         (signbit_test_data): Add tests of quiet NaN argument.
15383         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
15385         * math/gen-libm-test.pl (show_exceptions): Take extra argument
15386         $ignore_result.
15387         (parse_args): Handle function results specified as IGNORE.
15388         * math/libm-test.inc (IGNORE_RESULT): New macro.
15389         (check_float_internal): Do not check numerical result if flag
15390         IGNORE_RESULT set.
15391         (check_complex): Pass through IGNORE_RESULT to second
15392         check_float_internal call.
15393         (check_int): Do not check numerical result if flag IGNORE_RESULT
15394         set.
15395         (check_long): Likewise.
15396         (check_bool): Likewise.
15397         (check_longlong): Likewise.
15398         (lrint_test_data): Add tests of infinite and NaN arguments.
15399         (lrint_tonearest_test_data): Likewise.
15400         (lrint_towardzero_test_data): Likewise.
15401         (lrint_downward_test_data): Likewise.
15402         (lrint_upward_test_data): Likewise.
15403         (llrint_test_data): Likewise.
15404         (llrint_tonearest_test_data): Likewise.
15405         (llrint_towardzero_test_data): Likewise.
15406         (llrint_downward_test_data): Likewise.
15407         (llrint_upward_test_data): Likewise.
15408         (lround_test_data): Likewise.
15409         (llround_test_data): Likewise.
15411         * math/libm-test.inc (NO_TEST_INLINE): New macro.
15412         (ERRNO_UNCHANGED): Update value.
15413         (ERRNO_EDOM): Likewise.
15414         (ERRNO_ERANGE): Likewise.
15415         (NO_TEST_INLINE_FLOAT): New macro.
15416         (NO_TEST_INLINE_DOUBLE): Likewise.
15417         (enable_test): New function.
15418         (RUN_TEST_f_f): Check enable_test before running test.
15419         (RUN_TEST_2_f): Likewise.
15420         (RUN_TEST_fff_f): Likewise.
15421         (RUN_TEST_c_f): Likewise.
15422         (RUN_TEST_f_f1): Likewise.
15423         (RUN_TEST_fF_f1): Likewise.
15424         (RUN_TEST_fI_f1): Likewise.
15425         (RUN_TEST_ffI_f1): Likewise.
15426         (RUN_TEST_c_c): Likewise.
15427         (RUN_TEST_cc_c): Likewise.
15428         (RUN_TEST_f_i): Likewise.
15429         (RUN_TEST_f_i_tg): Likewise.
15430         (RUN_TEST_ff_i_tg): Likewise.
15431         (RUN_TEST_f_b): Likewise.
15432         (RUN_TEST_f_b_tg): Likewise.
15433         (RUN_TEST_f_l): Likewise.
15434         (RUN_TEST_f_L): Likewise.
15435         (RUN_TEST_fFF_11): Likewise.
15436         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
15437         conditionals.
15438         (cosh_test_data): Likewise.
15439         (exp_test_data): Likewise.
15440         (expm1_test_data): Likewise.
15441         (hypot_test_data): Likewise.
15442         (pow_test_data): Likewise.
15443         (sinh_test_data): Likewise.
15444         (tanh_test_data): Likewise.
15445         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
15446         flags argument.
15448         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
15449         tests with quiet NaN input and output.
15450         (acosh_test_data): Likewise.
15451         (asin_test_data): Likewise.
15452         (asinh_test_data): Likewise.
15453         (atan_test_data): Likewise.
15454         (atanh_test_data): Likewise.
15455         (atan2_test_data): Likewise.
15456         (cbrt_test_data): Likewise.
15457         (cos_test_data): Likewise.
15458         (cosh_test_data): Likewise.
15459         (erf_test_data): Likewise.
15460         (erfc_test_data): Likewise.
15461         (exp_test_data): Likewise.
15462         (exp10_test_data): Likewise.
15463         (exp2_test_data): Likewise.
15464         (expm1_test_data): Likewise.
15465         (hypot_test_data): Likewise.
15466         (j0_test_data): Likewise.
15467         (j1_test_data): Likewise.
15468         (jn_test_data): Likewise.
15469         (lgamma_test_data): Likewise.
15470         (log_test_data): Likewise.
15471         (log10_test_data): Likewise.
15472         (log1p_test_data): Likewise.
15473         (log2_test_data): Likewise.
15474         (pow_test_data): Likewise.
15475         (scalb_test_data): Likewise.
15476         (sin_test_data): Likewise.
15477         (sincos_test_data): Likewise.
15478         (sinh_test_data): Likewise.
15479         (tan_test_data): Likewise.
15480         (tanh_test_data): Likewise.
15481         (tgamma_test_data): Likewise.
15482         (y0_test_data): Likewise.
15483         (y1_test_data): Likewise.
15484         (yn_test_data): Likewise.
15486         [BZ #16167]
15487         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
15488         argument being NaN and avoid computations with second argument in
15489         that case.
15490         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
15491         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
15492         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
15494 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
15496         * locale/iso-639.def: Add Chitwani Tharu (the).
15498 2013-11-14  Andreas Schwab  <schwab@suse.de>
15500         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
15501         word instead of empty string.
15503 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15505         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
15506         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
15507         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
15508         (__fe_nomask_env): Likewise.
15510 2013-11-13  Steve Ellcey  <sellcey@mips.com>
15512         * benchtests/bench-timing.h: Include time.h.
15514 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
15516         [BZ #15997]
15517         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
15518         to 3.4.0 for x32.
15519         * sysdeps/unix/sysv/linux/configure: Regenerated.
15521 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
15523         [BZ #16151]
15524         * stdlib/strtod_l.c (round_and_return): Do not consider
15525         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
15526         exponent one less than half the least subnormal exponent.
15527         * stdlib/test-strtod-round-data: Add more tests.
15528         * stdlib/tst-strtod-round.c (tests): Regenerated.
15530 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15532         [BZ #14143]
15533         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
15534         (__fe_mask_env): Likewise.
15535         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
15536         libm_hidden_proto and add function prototype.
15537         (__fe_mask_env): Add function prototype.
15538         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
15539         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
15540         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
15541         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
15542         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
15543         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
15545 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
15547         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
15548         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
15550 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
15552         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
15553         of htab_find_slot().
15555 2013-11-11  David S. Miller  <davem@davemloft.net>
15557         [BZ #16150]
15558         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
15559         symbol in the non-vis3 case in static builds.
15560         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
15561         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
15562         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
15563         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
15565 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
15567         [BZ #387]
15568         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
15569         it is empty.
15571 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15573         * benchtests/Makefile: Add bench-strtod.
15574         * benchtests/bench-strtod.c: New file: strtod benchtest
15576 2013-11-11  Andreas Schwab  <schwab@suse.de>
15578         [BZ #16153]
15579         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
15580         terminating NUL in key length.
15582 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15584         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
15585         Add artificial ODP entry for vDSO symbol for PPC64.
15586         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
15587         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
15589 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
15591         [BZ #15374]
15592         * nss/getent.c (services_keys): Recognize services starting with digit.
15594 2013-11-06  David S. Miller  <davem@davemloft.net>
15596         [BZ #15985]
15597         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
15598         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
15600 2013-11-06  Will Newton  <will.newton@linaro.org>
15602         * manual/memory.texi (Malloc Examples): Remove register
15603         keyword from examples.
15605 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
15607         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
15609 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
15611         [BZ #6981]
15612         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
15613         depending on [__GCC_IEC_559 > 0].
15614         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
15615         depending on [__GCC_IEC_559_COMPLEX > 0].
15617 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
15619         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
15620         to iso-639.def.
15622 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
15624         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
15626 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
15628         [BZ #16112]
15629         * malloc/malloc (malloc_info): Do not handle first bin as
15630         special case.
15632 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
15634         * locale/iso-639.def: Add Central Nahuatl (nhn).
15636 2013-11-01  Bruno Haible  <bruno@clisp.org>
15638         [BZ #7003]
15639         * manual/math.texi (BSD Random): Specify range upper bound as
15640         in POSIX.
15642 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
15644         * locale/iso-639.def: Add Meadow Mari (mhr).
15646 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
15648         [BZ #14752], [BZ #15763]
15649         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
15650         Validate name.
15651         * rt/tst_shm.c: Add test for escaping directory.
15653 2013-10-31  Andreas Schwab  <schwab@suse.de>
15655         [BZ #15917]
15656         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
15657         followed by 'x' as part of digit sequence.
15658         * stdio-common/tst-sscanf.c (double_tests2): New tests.
15660 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
15662         [BZ #16037]
15663         * configure.ac: allow GNU Make 4.0 and greater.
15664         * configure: Regenerated.
15666 2013-10-30  Will Newton  <will.newton@linaro.org>
15668         [BZ #16038]
15669         * malloc/hooks.c (memalign_check): Limit alignment to the
15670         maximum representable power of two.
15671         * malloc/malloc.c (__libc_memalign): Likewise.
15672         * malloc/tst-memalign.c (do_test): Add test for very
15673         large alignment values.
15674         * malloc/tst-posix_memalign.c (do_test): Likewise.
15676 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
15678         [BZ #11087]
15679         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
15680         (munmap_chunk): Likewise.
15681         (mremap_chunk): Likewise.
15683 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
15685         [BZ #15799]
15686         * stdlib/div.c (div): Remove obsolete code.
15687         * stdlib/ldiv.c (ldiv): Likewise.
15688         * stdlib/lldiv.c (lldiv): Likewise.
15690 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
15692         [BZ #16071]
15693         * nss/nss_files/files-XXX.c (get_contents_ret): New
15694         enumerator.
15695         (get_contents): New function.
15696         (internal_getent): Use it.  Expand size of LINEBUFLEN.
15698 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
15700         * configure.in: Moved to ...
15701         * configure.ac: ... here. Change reference to configure.in
15702         to configure.ac.
15703         * sysdeps/arm/preconfigure.ac: ... here.
15704         configure.in to configure.ac.
15705         * sysdeps/gnu/configure.in: Moved to ...
15706         * sysdeps/gnu/configure.ac: ... here.
15707         * sysdeps/i386/configure.in: Moved to ...
15708         * sysdeps/i386/configure.ac: ... here.
15709         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
15710         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
15711         * sysdeps/mach/configure.in: Moved to ...
15712         * sysdeps/mach/configure.ac: ... here.
15713         * sysdeps/mach/hurd/configure.in: Moved to ...
15714         * sysdeps/mach/hurd/configure.ac: ... here.
15715         * sysdeps/powerpc/configure.in: Moved to ...
15716         * sysdeps/powerpc/configure.ac: ... here.
15717         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
15718         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
15719         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
15720         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
15721         * sysdeps/s390/s390-32/configure.in: Moved to ...
15722         * sysdeps/s390/s390-32/configure.ac: ... here.
15723         * sysdeps/s390/s390-64/configure.in: Moved to ...
15724         * sysdeps/s390/s390-64/configure.ac: ... here.
15725         * sysdeps/sh/configure.in: Moved to ...
15726         * sysdeps/sh/configure.ac: ... here.
15727         * sysdeps/sparc/configure.in: Moved to ...
15728         * sysdeps/sparc/configure.ac: ... here.
15729         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
15730         * sysdeps/unix/sysv/linux/configure.ac: ... here.
15731         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
15732         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
15733         * sysdeps/x86_64/configure.in: Moved to ...
15734         * sysdeps/x86_64/configure.ac: ... here.
15735         * sysdeps/x86_64/preconfigure.in: Moved to ...
15736         * sysdeps/x86_64/preconfigure.ac: ... here.
15737         * aclocal.m4: Change reference to configure.in to configure.ac.
15738         * config.h.in: Likewise.
15739         * manual/install.texi: Likewise.
15740         * manual/maint.texi: Likewise.
15741         * Makefile: Likewise.
15742         * malloc/Makefile: Likewise.
15743         * nscd/Makefile: Likewise.
15744         * Makeconfig: Change reference to configure.in and
15745         preconfigure.in to configure.ac and preconfigure.ac
15746         respectively.
15747         * INSTALL: Regenerated.
15748         * configure: Likewise.
15749         * sysdeps/gnu/configure: Likewise.
15750         * sysdeps/i386/configure: Likewise.
15751         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
15752         * sysdeps/mach/configure: Likewise.
15753         * sysdeps/mach/hurd/configure: Likewise.
15754         * sysdeps/powerpc/configure: Likewise.
15755         * sysdeps/powerpc/powerpc32/configure: Likewise.
15756         * sysdeps/powerpc/powerpc64/configure: Likewise.
15757         * sysdeps/s390/s390-32/configure: Likewise.
15758         * sysdeps/s390/s390-64/configure: Likewise.
15759         * sysdeps/sh/configure: Likewise.
15760         * sysdeps/sparc/configure: Likewise.
15761         * sysdeps/unix/sysv/linux/configure: Likewise.
15762         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
15763         * sysdeps/x86_64/configure: Likewise.
15764         * sysdeps/x86_64/preconfigure: Likewise.
15766 2013-10-29  Andreas Schwab  <schwab@suse.de>
15768         * stdio-common/Makefile (tst-swscanf-ENV): Define.
15770 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
15772         * benchtests/pow-inputs: Add new inputs.
15774         * benchtests/exp-inputs: Add new inputs.
15776         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
15777         conditional check for return value.
15778         (__cos32): Likewise.
15780 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15782         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
15783         to provide a boost for large inputs with word alignment.
15784         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
15785         implementation based on optimized PPC64 strcpy.
15786         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
15787         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
15788         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
15789         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
15791 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
15793         [BZ #2801]
15794         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
15796 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
15798         [BZ #14876]
15799         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
15800         * time/tst-strptime.c (day_tests): Add testcase.
15802 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
15804         [BZ #14029]
15805         * manual/pattern.texi: Acknowledge that fnmatch can fail.
15807 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
15809         [BZ #16074]
15810         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
15811         MAP_FAILED on error.
15813 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
15815         [BZ #16072]
15816         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
15817         heap for large requests.
15819 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
15821         [BZ #9954]
15822         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
15823         result if the result has no associated interface.
15824         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
15825         interface for all 127.X.Y.Z addresses.
15827 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
15829         * locale/iso-639.def: Add Ligurian (lij)
15831 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
15833         [BZ #15825]
15834         * sunrpc/rpc_main.c: Document rpcgen -5.
15836 2013-10-19  Michael Stahl  <mstahl@redhat.com>
15838         * elf/rtld.c (do_preload): Print the reason why preloading failed.
15840 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
15842         [BZ #10278]
15843         * posix/glob.c: Match only directories when trailing slash is present.
15844         * posix/tst-gnuglob.c (my_opendir): Do not open files.
15845         (main): Add testcase.
15847 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
15849         [BZ #15670]
15850         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
15852 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
15854         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
15855         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
15856         AUTH_DES and cindex for FIPS 140-2.
15857         (DES Encryption): Add cindex FIPS 46-3.
15859         * locale/locarchive.h (struct locarhandle): Add fname.
15860         * locale/programs/localedef.c (main): Pass ARGV[remaining]
15861         if an optional argument was specified to --list-archive,
15862         otherwise NULL.
15863         * locale/programs/locarchive.c (show_archive_content): Take new
15864         argument fname and pass it via ah.fname to open_archive.
15865         * locale/programs/localedef.h: Update decl.
15866         (open_archive): If AH->fname is non-null, open that file
15867         rather than the default file name, and don't ignore ENOENT.
15868         (create_archive): Set AH.fname to NULL.
15869         (delete_locales_from_archive): Likewise.
15870         (add_locales_to_archive): Likewise.
15871         * locale/programs/locfile.c (write_all_categories): Likewise.
15873 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
15874             Aldy Hernandez  <aldyh@redhat.com>
15876         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
15877         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
15878         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
15879         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
15880         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
15881         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
15882         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
15883         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
15884         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
15885         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
15886         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
15887         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
15888         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
15889         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
15890         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
15891         Likewise.
15892         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
15893         Likewise.
15894         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
15895         Likewise.
15896         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
15897         Likewise.
15898         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
15899         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
15900         Likewise.
15901         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
15902         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
15903         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
15904         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
15905         Likewise.
15906         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
15907         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
15908         * sysdeps/powerpc/preconfigure: Likewise.
15909         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
15910         Likewise.
15911         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
15912         Replace contents of file by #include of <fenv_libc.h>.
15913         * sysdeps/powerpc/soft-fp/sfp-machine.h
15914         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
15915         and <sys/prctl.h>.
15916         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
15917         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
15918         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
15919         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
15920         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
15921         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
15922         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
15923         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
15924         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
15925         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
15926         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
15927         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
15928         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
15929         Allow copysignl PLT reference to be missing.
15931 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
15932             Joseph Myers  <joseph@codesourcery.com
15934         [BZ #15948]
15935         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
15936         single character.
15937         (add_to_tablewc): Assert sequence of wide characters is nonempty.
15939 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
15941         * elf/tst-tls-dlinfo.c: Don't include tls.h.
15942         * elf/tst-tls1.c: Likewise.
15943         * elf/tst-tls10.h: Likewise.
15944         * elf/tst-tls14.c: Likewise.
15945         * elf/tst-tls2.c: Likewise.
15946         * elf/tst-tls3.c: Likewise.
15947         * elf/tst-tls4.c: Likewise.
15948         * elf/tst-tls5.c: Likewise.
15949         * elf/tst-tls6.c: Likewise.
15950         * elf/tst-tls7.c: Likewise.
15951         * elf/tst-tls8.c: Likewise.
15952         * elf/tst-tls9.c: Likewise.
15953         * elf/tst-tlsmod1.c: Likewise.
15954         * elf/tst-tlsmod13.c: Likewise.
15955         * elf/tst-tlsmod13a.c: Likewise.
15956         * elf/tst-tlsmod14a.c: Likewise.
15957         * elf/tst-tlsmod16a.c: Likewise.
15958         * elf/tst-tlsmod16b.c: Likewise.
15959         * elf/tst-tlsmod2.c: Likewise.
15960         * elf/tst-tlsmod3.c: Likewise.
15961         * elf/tst-tlsmod4.c: Likewise.
15962         * elf/tst-tlsmod5.c: Likewise.
15963         * elf/tst-tlsmod6.c: Likewise.
15965 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
15967         [BZ #12486]
15968         * malloc/malloc.c: remove checks for statistics.
15970 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
15972         [BZ #15277]
15973         * inet/inet_net.c (inet_network): Detect additional invalid strings.
15974         * inet/tst-network.c: Add testcase.
15976 2013-10-17  Andreas Schwab  <schwab@suse.de>
15978         [BZ #15218]
15979         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
15980         to determine canonical name.
15982 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
15984         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
15985         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
15986         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
15987         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
15988         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
15989         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
15990         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
15991         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
15992         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
15993         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
15994         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
15995         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
15996         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
15997         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
15998         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
15999         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
16000         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
16001         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
16002         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
16003         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
16004         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
16005         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
16006         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
16007         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
16008         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
16009         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
16010         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
16011         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
16012         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
16013         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
16014         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
16015         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
16016         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
16017         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
16018         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
16019         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
16020         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
16021         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
16022         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
16023         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
16024         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
16025         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
16026         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
16027         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
16028         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
16029         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
16030         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
16031         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
16032         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
16033         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
16034         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
16035         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
16036         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
16037         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
16038         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
16039         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
16040         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
16041         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
16043 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
16045         [BZ #16041]
16046         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
16047         make result into a quiet NaN.
16049 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
16051         * soft-fp/adddf3.c: Fix horizontal whitespace.
16052         * soft-fp/addsf3.c: Likewise.
16053         * soft-fp/addtf3.c: Likewise.
16054         * soft-fp/divdf3.c: Likewise.
16055         * soft-fp/divsf3.c: Likewise.
16056         * soft-fp/divtf3.c: Likewise.
16057         * soft-fp/double.h: Likewise.
16058         * soft-fp/eqdf2.c: Likewise.
16059         * soft-fp/eqsf2.c: Likewise.
16060         * soft-fp/eqtf2.c: Likewise.
16061         * soft-fp/extenddftf2.c: Likewise.
16062         * soft-fp/extended.h: Likewise.
16063         * soft-fp/extendsfdf2.c: Likewise.
16064         * soft-fp/extendsftf2.c: Likewise.
16065         * soft-fp/extendxftf2.c: Likewise.
16066         * soft-fp/fixdfdi.c: Likewise.
16067         * soft-fp/fixdfsi.c: Likewise.
16068         * soft-fp/fixdfti.c: Likewise.
16069         * soft-fp/fixsfdi.c: Likewise.
16070         * soft-fp/fixsfsi.c: Likewise.
16071         * soft-fp/fixsfti.c: Likewise.
16072         * soft-fp/fixtfdi.c: Likewise.
16073         * soft-fp/fixtfsi.c: Likewise.
16074         * soft-fp/fixtfti.c: Likewise.
16075         * soft-fp/fixunsdfdi.c: Likewise.
16076         * soft-fp/fixunsdfsi.c: Likewise.
16077         * soft-fp/fixunsdfti.c: Likewise.
16078         * soft-fp/fixunssfdi.c: Likewise.
16079         * soft-fp/fixunssfsi.c: Likewise.
16080         * soft-fp/fixunssfti.c: Likewise.
16081         * soft-fp/fixunstfdi.c: Likewise.
16082         * soft-fp/fixunstfsi.c: Likewise.
16083         * soft-fp/fixunstfti.c: Likewise.
16084         * soft-fp/floatdidf.c: Likewise.
16085         * soft-fp/floatdisf.c: Likewise.
16086         * soft-fp/floatditf.c: Likewise.
16087         * soft-fp/floatsidf.c: Likewise.
16088         * soft-fp/floatsisf.c: Likewise.
16089         * soft-fp/floatsitf.c: Likewise.
16090         * soft-fp/floattidf.c: Likewise.
16091         * soft-fp/floattisf.c: Likewise.
16092         * soft-fp/floattitf.c: Likewise.
16093         * soft-fp/floatundidf.c: Likewise.
16094         * soft-fp/floatundisf.c: Likewise.
16095         * soft-fp/floatunditf.c: Likewise.
16096         * soft-fp/floatunsidf.c: Likewise.
16097         * soft-fp/floatunsisf.c: Likewise.
16098         * soft-fp/floatunsitf.c: Likewise.
16099         * soft-fp/floatuntidf.c: Likewise.
16100         * soft-fp/floatuntisf.c: Likewise.
16101         * soft-fp/floatuntitf.c: Likewise.
16102         * soft-fp/fmadf4.c: Likewise.
16103         * soft-fp/fmasf4.c: Likewise.
16104         * soft-fp/fmatf4.c: Likewise.
16105         * soft-fp/gedf2.c: Likewise.
16106         * soft-fp/gesf2.c: Likewise.
16107         * soft-fp/getf2.c: Likewise.
16108         * soft-fp/ledf2.c: Likewise.
16109         * soft-fp/lesf2.c: Likewise.
16110         * soft-fp/letf2.c: Likewise.
16111         * soft-fp/muldf3.c: Likewise.
16112         * soft-fp/mulsf3.c: Likewise.
16113         * soft-fp/multf3.c: Likewise.
16114         * soft-fp/negdf2.c: Likewise.
16115         * soft-fp/negsf2.c: Likewise.
16116         * soft-fp/negtf2.c: Likewise.
16117         * soft-fp/op-1.h: Likewise.
16118         * soft-fp/op-2.h: Likewise.
16119         * soft-fp/op-4.h: Likewise.
16120         * soft-fp/op-8.h: Likewise.
16121         * soft-fp/op-common.h: Likewise.
16122         * soft-fp/quad.h: Likewise.
16123         * soft-fp/single.h: Likewise.
16124         * soft-fp/soft-fp.h: Likewise.
16125         * soft-fp/sqrtdf2.c: Likewise.
16126         * soft-fp/sqrtsf2.c: Likewise.
16127         * soft-fp/sqrttf2.c: Likewise.
16128         * soft-fp/subdf3.c: Likewise.
16129         * soft-fp/subsf3.c: Likewise.
16130         * soft-fp/subtf3.c: Likewise.
16131         * soft-fp/truncdfsf2.c: Likewise.
16132         * soft-fp/trunctfdf2.c: Likewise.
16133         * soft-fp/trunctfsf2.c: Likewise.
16134         * soft-fp/trunctfxf2.c: Likewise.
16135         * soft-fp/unorddf2.c: Likewise.
16136         * soft-fp/unordsf2.c: Likewise.
16137         * soft-fp/unordtf2.c: Likewise.
16139 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
16141         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
16142         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
16144 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
16146         * elf/dl-libc.c: Clear initfini list after freeing.
16148 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
16150         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
16151         * soft-fp/addsf3.c: Likewise.
16152         * soft-fp/addtf3.c: Likewise.
16153         * soft-fp/divdf3.c: Likewise.
16154         * soft-fp/divsf3.c: Likewise.
16155         * soft-fp/divtf3.c: Likewise.
16156         * soft-fp/double.h: Likewise.
16157         * soft-fp/eqdf2.c: Likewise.
16158         * soft-fp/eqsf2.c: Likewise.
16159         * soft-fp/eqtf2.c: Likewise.
16160         * soft-fp/extenddftf2.c: Likewise.
16161         * soft-fp/extended.h: Likewise.
16162         * soft-fp/extendsfdf2.c: Likewise.
16163         * soft-fp/extendsftf2.c: Likewise.
16164         * soft-fp/extendxftf2.c: Likewise.
16165         * soft-fp/fixdfdi.c: Likewise.
16166         * soft-fp/fixdfsi.c: Likewise.
16167         * soft-fp/fixdfti.c: Likewise.
16168         * soft-fp/fixsfdi.c: Likewise.
16169         * soft-fp/fixsfsi.c: Likewise.
16170         * soft-fp/fixsfti.c: Likewise.
16171         * soft-fp/fixtfdi.c: Likewise.
16172         * soft-fp/fixtfsi.c: Likewise.
16173         * soft-fp/fixtfti.c: Likewise.
16174         * soft-fp/fixunsdfdi.c: Likewise.
16175         * soft-fp/fixunsdfsi.c: Likewise.
16176         * soft-fp/fixunsdfti.c: Likewise.
16177         * soft-fp/fixunssfdi.c: Likewise.
16178         * soft-fp/fixunssfsi.c: Likewise.
16179         * soft-fp/fixunssfti.c: Likewise.
16180         * soft-fp/fixunstfdi.c: Likewise.
16181         * soft-fp/fixunstfsi.c: Likewise.
16182         * soft-fp/fixunstfti.c: Likewise.
16183         * soft-fp/floatdidf.c: Likewise.
16184         * soft-fp/floatdisf.c: Likewise.
16185         * soft-fp/floatditf.c: Likewise.
16186         * soft-fp/floatsidf.c: Likewise.
16187         * soft-fp/floatsisf.c: Likewise.
16188         * soft-fp/floatsitf.c: Likewise.
16189         * soft-fp/floattidf.c: Likewise.
16190         * soft-fp/floattisf.c: Likewise.
16191         * soft-fp/floattitf.c: Likewise.
16192         * soft-fp/floatundidf.c: Likewise.
16193         * soft-fp/floatundisf.c: Likewise.
16194         * soft-fp/floatunsidf.c: Likewise.
16195         * soft-fp/floatunsisf.c: Likewise.
16196         * soft-fp/floatuntidf.c: Likewise.
16197         * soft-fp/floatuntisf.c: Likewise.
16198         * soft-fp/floatuntitf.c: Likewise.
16199         * soft-fp/fmadf4.c: Likewise.
16200         * soft-fp/fmasf4.c: Likewise.
16201         * soft-fp/fmatf4.c: Likewise.
16202         * soft-fp/gedf2.c: Likewise.
16203         * soft-fp/gesf2.c: Likewise.
16204         * soft-fp/getf2.c: Likewise.
16205         * soft-fp/ledf2.c: Likewise.
16206         * soft-fp/lesf2.c: Likewise.
16207         * soft-fp/letf2.c: Likewise.
16208         * soft-fp/muldf3.c: Likewise.
16209         * soft-fp/mulsf3.c: Likewise.
16210         * soft-fp/multf3.c: Likewise.
16211         * soft-fp/negdf2.c: Likewise.
16212         * soft-fp/negsf2.c: Likewise.
16213         * soft-fp/negtf2.c: Likewise.
16214         * soft-fp/op-1.h: Likewise.
16215         * soft-fp/op-2.h: Likewise.
16216         * soft-fp/op-4.h: Likewise.
16217         * soft-fp/op-8.h: Likewise.
16218         * soft-fp/op-common.h: Likewise.
16219         * soft-fp/quad.h: Likewise.
16220         * soft-fp/single.h: Likewise.
16221         * soft-fp/soft-fp.h: Likewise.
16222         * soft-fp/sqrtdf2.c: Likewise.
16223         * soft-fp/sqrtsf2.c: Likewise.
16224         * soft-fp/sqrttf2.c: Likewise.
16225         * soft-fp/subdf3.c: Likewise.
16226         * soft-fp/subsf3.c: Likewise.
16227         * soft-fp/subtf3.c: Likewise.
16228         * soft-fp/truncdfsf2.c: Likewise.
16229         * soft-fp/trunctfdf2.c: Likewise.
16230         * soft-fp/trunctfsf2.c: Likewise.
16231         * soft-fp/trunctfxf2.c: Likewise.
16232         * soft-fp/unorddf2.c: Likewise.
16233         * soft-fp/unordsf2.c: Likewise.
16234         * soft-fp/unordtf2.c: Likewise.
16236 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
16238         [BZ #15672]
16239         * misc/error.c (error_tail): Fix possible buffer overflow.
16241 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
16243         [BZ #13028]
16244         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
16245         address.
16247 2013-10-14  P. J. McDermott  <pj@pehjota.net>
16249         [BZ #832]
16250         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
16251         testing pipefail option.
16253 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
16255         * soft-fp/double.h: Indent preprocessor directives inside #if.
16256         * soft-fp/extended.h: Likewise.
16257         * soft-fp/op-2.h: Likewise.
16258         * soft-fp/op-4.h: Likewise.
16259         * soft-fp/op-common.h: Likewise.
16260         * soft-fp/quad.h: Likewise.
16261         * soft-fp/single.h: Likewise.
16262         * soft-fp/soft-fp.h: Likewise.
16264 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
16266         * iconv/iconv_prog.c: Fix typos.
16267         * stdio-common/psiginfo-data.h: Likewise.
16269 2013-10-12   Reuben Thomas <rrt@sc3d.org>
16271         [BZ #15764]
16272         * locale/setlocale.c: Fix typo.
16274 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
16276         [BZ #16036]
16277         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
16278         signaling NaN arguments.
16279         * soft-fp/unordsf2.c (__unordsf2): Likewise.
16280         * soft-fp/unordtf2.c (__unordtf2): Likewise.
16282         [BZ #14910]
16283         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
16284         unordered operands.
16285         * soft-fp/gesf2.c (__gesf2): Likewise.
16286         * soft-fp/getf2.c (__getf2): Likewise.
16287         * soft-fp/ledf2.c (__ledf2): Likewise.
16288         * soft-fp/lesf2.c (__lesf2): Likewise.
16289         * soft-fp/letf2.c (__letf2): Likewise.
16291         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
16292         * soft-fp/eqsf2.c (__eqsf2): Likewise.
16293         * soft-fp/eqtf2.c (__eqtf2): Likewise.
16294         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
16295         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
16296         * soft-fp/fixdfti.c (__fixdfti): Likewise.
16297         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
16298         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
16299         * soft-fp/fixsfti.c (__fixsfti): Likewise.
16300         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
16301         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
16302         * soft-fp/fixtfti.c (__fixtfti): Likewise.
16303         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
16304         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
16305         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
16306         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
16307         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
16308         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
16309         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
16310         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
16311         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
16312         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
16313         * soft-fp/floatdisf.c (__floatdisf): Likewise.
16314         * soft-fp/floatsisf.c (__floatsisf): Likewise.
16315         * soft-fp/floattidf.c (__floattidf): Likewise.
16316         * soft-fp/floattisf.c (__floattisf): Likewise.
16317         * soft-fp/floattitf.c (__floattitf): Likewise.
16318         * soft-fp/floatundidf.c (__floatundidf): Likewise.
16319         * soft-fp/floatundisf.c (__floatundisf): Likewise.
16320         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
16321         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
16322         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
16323         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
16324         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
16325         * soft-fp/gesf2.c (__gesf2): Likewise.
16326         * soft-fp/getf2.c (__getf2): Likewise.
16327         * soft-fp/ledf2.c (__ledf2): Likewise.
16328         * soft-fp/lesf2.c (__lesf2): Likewise.
16329         * soft-fp/letf2.c (__letf2): Likewise.
16331         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
16332         Undefine and redefine.
16333         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
16334         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
16335         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
16336         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
16337         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
16338         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
16339         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
16340         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
16341         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
16342         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
16343         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
16344         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
16345         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
16346         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
16347         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
16349         [BZ #16032]
16350         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
16351         without decrementing exponent if mantissa >= that for the
16352         denominator, not >.
16353         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
16354         denominator, not >.  Decrement exponent in < case instead of
16355         incrementing in >= case.
16356         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
16357         without decrementing exponent if mantissa >= that for the
16358         denominator, not >.
16360         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
16361         computing saturated result for unsigned overflow.
16363 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
16364             Jeff Law  <law@redhat.com>
16366         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
16367         (atan2Mp): Add systemtap probe marker.
16368         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
16369         (__ieee754_log): Add systemtap probe marker.
16370         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
16371         (atanMp): Add systemtap probe marker.
16372         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
16373         (tanMp): Add systemtap probe marker.
16374         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
16375         (__slowexp): Add systemtap probe marker.
16376         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
16377         (__slowpow): Add systemtap probe marker.
16378         * manual/probes.texi: Document probes.
16380 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
16382         [BZ #15362]
16383         * libio/fileops.c (_IO_new_file_write): Return count of bytes
16384         written.
16385         (_IO_new_file_xsputn): Don't return EOF if nothing has been
16386         written.
16387         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
16388         written to buffer but not flushed.
16389         * libio/iofwrite_u.c:  Likewise.
16390         * libio/iopadn.c:  Return bytes returned even if EOF was
16391         encountered.
16392         * libio/iowpadn.c:  Likewise.
16393         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
16394         if _IO_padn does not write the whole buffer.
16395         [!COMPILE_WPRINTF] (PAD): Likewise.
16397 2013-10-10  David S. Miller  <davem@davemloft.net>
16399         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
16400         directory block.
16402 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
16404         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
16405         instead of FSF address.
16406         * soft-fp/fixdfti.c: Likewise.
16407         * soft-fp/fixsfti.c: Likewise.
16408         * soft-fp/fixtfti.c: Likewise.
16409         * soft-fp/fixunsdfti.c: Likewise.
16410         * soft-fp/fixunssfti.c: Likewise.
16411         * soft-fp/fixunstfti.c: Likewise.
16412         * soft-fp/floattidf.c: Likewise.
16413         * soft-fp/floattisf.c: Likewise.
16414         * soft-fp/floattitf.c: Likewise.
16415         * soft-fp/floatuntidf.c: Likewise.
16416         * soft-fp/floatuntisf.c: Likewise.
16417         * soft-fp/floatuntitf.c: Likewise.
16418         * soft-fp/trunctfxf2.c: Likewise.
16420         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
16421         * soft-fp/fixdfti.c: Likewise.
16422         * soft-fp/fixsfti.c: Likewise.
16423         * soft-fp/fixtfti.c: Likewise.
16424         * soft-fp/fixunsdfti.c: Likewise.
16425         * soft-fp/fixunssfti.c: Likewise.
16426         * soft-fp/fixunstfti.c: Likewise.
16427         * soft-fp/floattidf.c: Likewise.
16428         * soft-fp/floattisf.c: Likewise.
16429         * soft-fp/floattitf.c: Likewise.
16430         * soft-fp/floatuntidf.c: Likewise.
16431         * soft-fp/floatuntisf.c: Likewise.
16432         * soft-fp/floatuntitf.c: Likewise.
16433         * soft-fp/trunctfxf2.c: Likewise.
16435 2013-10-10  David S. Miller  <davem@davemloft.net>
16437         * sysdeps/sparc/fpu/libm-test-ulps: Update.
16439 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
16441         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
16442         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
16443         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
16444         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
16445         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
16446         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
16447         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
16449         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
16450         for NaNs before doing comparisons on argument.
16451         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
16452         Likewise.
16454 2013-10-10  Will Newton  <will.newton@linaro.org>
16456         * malloc/hooks.c (memalign_check): Ensure the value of bytes
16457         passed to _int_memalign does not overflow.
16459 2013-10-10  Torvald Riegel  <triegel@redhat.com>
16461         * scripts/bench.pl: Add include-sources directive.
16462         * benchtests/README: Update documentation.
16464 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
16466         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
16467         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
16468         instead of FP_INIT_ROUNDMODE.
16469         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
16470         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
16472         [BZ #16034]
16473         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
16474         copy class of input value.
16475         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
16476         not handle exceptions.
16477         * soft-fp/negsf2.c (__negsf2): Likewise.
16478         * soft-fp/negtf2.c (__negtf2): Likewise.
16479         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
16481 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
16483         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
16484         semicolon.  From Linux kernel.
16486 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
16488         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
16490 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
16492         [BZ #156]
16493         * manual/socket.texi: Added statement about buffer
16494         for gethostbyname2_r.
16496 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
16498         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
16499         Use .p2align directive instead, throughout.
16500         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
16501         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
16502         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
16503         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
16504         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
16505         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
16506         * sysdeps/x86_64/strchr.S: Likewise.
16507         * sysdeps/x86_64/strrchr.S: Likewise.
16509 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
16511         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
16513         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
16515         * sysdeps/generic/math_private.h (__mpsin1): Remove
16516         declaration.
16517         (__mpcos1): Likewise.
16518         (__mpsin): New argument __range_reduce.
16519         (__mpcos): Likewise.
16520         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
16521         (slow): Use __mpsin and __mpcos.
16522         (slow1): Likewise.
16523         (slow2): Likewise.
16524         (sloww): Likewise.
16525         (sloww1): Likewise.
16526         (sloww2): Likewise.
16527         (bsloww): Likewise.
16528         (bsloww1): Likewise.
16529         (bsloww2): Likewise.
16530         (cslow2): Likewise.
16531         (csloww): Likewise.
16532         (csloww1): Likewise.
16533         (csloww2): Likewise.
16534         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
16535         range_reduce.  Merge in __mpsin1.
16536         (__mpcos): Likewise.
16537         (__mpsin1): Remove.
16538         (__mpcos1): Likewise.
16540 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
16542         * locale/loadlocale.c (_nl_intern_locale_data): Use
16543         LOCFILE_ALIGNED_P.
16544         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
16545         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
16546         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
16547         obstack data is appropriately aligned.
16548         (obstack_int32_grow_fast): Likewise.
16549         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
16550         * locale/programs/locfile.c (add_locale_uint32): Likewise.
16551         (add_locale_uint32_array): Likewise.
16553 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
16555         * benchtests/Makefile: Remove ARGLIST and RET variables.
16556         ($(objpfx)bench-%.c): Pass only function name to the script.
16557         * benchtests/README: Update documentation.
16558         * benchtests/acos-inputs: Add new directives.
16559         * benchtests/acosh-inputs: Likewise.
16560         * benchtests/asin-inputs: Likewise.
16561         * benchtests/asinh-inputs: Likewise.
16562         * benchtests/atan-inputs: Likewise.
16563         * benchtests/atanh-inputs: Likewise.
16564         * benchtests/cos-inputs: Likewise.
16565         * benchtests/cosh-inputs: Likewise.
16566         * benchtests/exp-inputs: Likewise.
16567         * benchtests/log-inputs: Likewise.
16568         * benchtests/pow-inputs: Likewise.
16569         * benchtests/rint-inputs: Likewise.
16570         * benchtests/sin-inputs: Likewise.
16571         * benchtests/sinh-inputs: Likewise.
16572         * benchtests/tan-inputs: Likewise.
16573         * benchtests/tanh-inputs: Likewise.
16574         * scripts/bench.pl: Add support for new directives.
16576 2013-10-07  Alan Modra  <amodra@gmail.com>
16578         * README: Fix careless merge.
16580 2013-10-05  Alan Modra  <amodra@gmail.com>
16582         * NEWS: Mention powerpc64le support and bugs fixed.
16583         * README: Both big-endian and little-endian powerpc64 supported.
16585 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
16587         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
16588         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
16589         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
16590         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
16592 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
16594         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
16595         match prototype.
16597 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
16599         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
16600         Move -mhard-float appending from
16601         ports/sysdeps/powerpc/powerpc32/Makefile.
16602         [$(with-fp) = yes] (ASFLAGS): Likewise.
16603         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
16604         * sysdeps/powerpc/nofpu: Move directory from
16605         ports/sysdeps/powerpc/nofpu.
16606         * sysdeps/powerpc/soft-fp: Move directory from
16607         ports/sysdeps/powerpc/soft-fp.
16608         * sysdeps/powerpc/powerpc32/405: Move directory from
16609         ports/sysdeps/powerpc/powerpc32/405.
16610         * sysdeps/powerpc/powerpc32/440: Move directory from
16611         ports/sysdeps/powerpc/powerpc32/440.
16612         * sysdeps/powerpc/powerpc32/464: Move directory from
16613         ports/sysdeps/powerpc/powerpc32/464.
16614         * sysdeps/powerpc/powerpc32/476: Move directory from
16615         ports/sysdeps/powerpc/powerpc32/476.
16616         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
16617         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
16618         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
16619         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
16620         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
16621         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
16622         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
16623         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
16624         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
16625         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
16626         * README: Update for powerpc-*-linux-gnu software floating point
16627         support in libc.
16629         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
16630         case to powerpc/powerpc32*.
16631         * sysdeps/unix/sysv/linux/configure: Regenerated.
16633         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
16634         (_FPU_MASK_OM): Define as 0x04.
16635         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
16636         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
16637         0x00c10080.
16638         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
16639         0x0000003c.
16640         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
16642         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
16643         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
16644         getcontext_e500.
16645         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
16646         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
16647         setcontext_e500.
16648         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
16649         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
16650         and setcontext_e500.
16652 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
16654         * locale/iso-3166.def: Update iso-1366.def and related occurrences
16656 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
16658         * manual/threads.texi (Default Thread Attributes): Fix typo.
16660 2013-10-04  Will Newton  <will.newton@linaro.org>
16662         * malloc/Makefile: Add tst-memalign.
16663         * malloc/tst-memalign.c: New file.
16665         * malloc/tst-posix_memalign.c: Add comments.
16666         (do_test): Add comments and call free on all potentially
16667         allocated pointers. Add space after cast.
16669         * malloc/tst-pvalloc.c: Add comments.
16670         (do_test): Add comments and call free on all potentially
16671         allocated pointers. Remove duplicate check for NULL pointer.
16672         Add space after cast.
16674         * malloc/tst-valloc.c: Add comments.
16675         (do_test): Add comments and call free on all potentially
16676         allocated pointers. Remove duplicate check for NULL pointer.
16677         Add space after cast.
16679 2013-10-04  Alan Modra  <amodra@gmail.com>
16681         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
16682         Use stdint types in rather than __attribute__((mode())).
16683         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
16685 2013-10-04  Alan Modra  <amodra@gmail.com>
16687         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
16688         Correct handling of unaligned relocs for little-endian.
16689         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
16691 2013-10-04  Alan Modra  <amodra@gmail.com>
16693         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
16694         * configure: Regenerate.
16695         * nptl/shlib-versions: Powerpc*le starts at 2.18.
16696         * shlib-versions: Likewise.
16698 2013-10-04  Alan Modra  <amodra@gmail.com>
16700         * string/tester.c (test_memrchr): Increment reported test cycle.
16702 2013-10-04  Alan Modra  <amodra@gmail.com>
16704         * string/test-memcpy.c (do_one_test): When reporting errors, print
16705         string address and don't overrun end of string.
16707 2013-10-04  Alan Modra  <amodra@gmail.com>
16709         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
16710         insrdi.  Make better use of reg selection to speed exit slightly.
16711         Schedule entry path a little better.  Remove useless "are we done"
16712         checks on entry to main loop.  Handle wrapping around zero address.
16713         Correct main loop count.  Handle single left-over word from main
16714         loop inline rather than by using loop_small.  Remove extra word
16715         case in loop_small caused by wrong loop count.  Add little-endian
16716         support.
16717         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
16718         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
16719         cache hint.
16720         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
16721         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
16722         support.  Avoid rlwimi.
16723         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
16725 2013-10-04  Alan Modra  <amodra@gmail.com>
16727         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
16728         insrdi.  Formatting.
16729         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
16730         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
16731         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
16732         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
16733         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
16734         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
16736 2013-10-04  Alan Modra  <amodra@gmail.com>
16738         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
16739         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
16740         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
16741         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
16742         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
16743         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
16744         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
16745         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
16746         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
16747         use of regs.  Use power7 mtocrf.  Tidy function tails.
16749 2013-10-04  Alan Modra  <amodra@gmail.com>
16751         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
16752         Formatting.  Consistently use rXXX register defines or rN defines.
16753         Use early exit labels that avoid restoring unused non-volatile regs.
16754         Make cr field use more consistent with rWORDn compares.  Rename
16755         regs used as shift registers for unaligned loop, using rN defines
16756         for short lifetime/multiple use regs.
16757         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
16758         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
16759         addi 1,1,64 to pop stack frame.  Simplify return value code.
16760         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
16762 2013-10-04  Alan Modra  <amodra@gmail.com>
16764         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
16765         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
16766         rather than rlwimi.
16767         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
16768         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
16769         little-endian support.  Correct typos.
16770         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
16771         rather than rlwimi.
16772         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
16773         in loop and entry code to keep "and." results.
16774         (strchr): Add little-endian support.  Comment.  Move cntlzd
16775         earlier in tail.
16776         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
16778 2013-10-04  Alan Modra  <amodra@gmail.com>
16780         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
16781         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
16782         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
16783         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
16785 2013-10-04  Alan Modra  <amodra@gmail.com>
16787         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
16788         (rTMP): Define as r11.
16789         (strcmp): Add little-endian support.  Optimise tail.
16790         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
16791         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
16792         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
16793         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
16794         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
16795         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
16796         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
16798 2013-10-04  Alan Modra  <amodra@gmail.com>
16800         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
16801         little-endian support.  Remove unnecessary "are we done" tests.
16802         Handle "s" wrapping around zero and extremely large "size".
16803         Correct main loop count.  Handle single left-over word from main
16804         loop inline rather than by using small_loop.  Correct comments.
16805         Delete "zero" tail, use "end_max" instead.
16806         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
16808 2013-10-04  Alan Modra  <amodra@gmail.com>
16810         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
16811         support.  Don't branch over align.
16812         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
16813         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
16814         support.  Rearrange tmp reg use to suit.  Comment.
16815         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
16817 2013-10-04  Alan Modra  <amodra@gmail.com>
16819         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
16821 2013-10-04  Alan Modra  <amodra@gmail.com>
16823         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
16824         conditional form of branch and link when obtaining pc.
16825         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
16827 2013-10-04  Alan Modra  <amodra@gmail.com>
16829         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
16830         HIWORD/LOWORD.
16831         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
16832         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
16834 2013-10-04  Alan Modra  <amodra@gmail.com>
16836         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
16837         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
16838         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
16839         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
16840         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
16841         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
16842         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
16843         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
16844         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
16845         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
16847 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
16848             Alistair Popple <alistair@ozlabs.au.ibm.com>
16849             Alan Modra <amodra@gmail.com>
16851         [BZ #15723]
16852         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
16853         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
16854         _dl_hwcap access for little-endian.
16855         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
16856         destroy vmx regs when saving unaligned.
16857         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
16858         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
16859         destroy vmx regs when saving unaligned.
16861 2013-10-04  Alan Modra  <amodra@gmail.com>
16863         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
16864         Don't use a union to pack hi/low value.
16866 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
16868         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
16869         for little-endian.
16870         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
16871         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
16872         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
16873         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
16874         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
16876 2013-10-04  Alan Modra  <amodra@gmail.com>
16878         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
16879         constants to usual value for .cst8 section, and remove redundant
16880         high address load.
16881         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
16882         constant for 0x1p52.  Load little-endian words of double from
16883         correct stack offsets.
16885 2013-10-04  Alan Modra  <amodra@gmail.com>
16887         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
16888         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
16889         words of double from correct stack offsets.
16890         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
16891         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
16892         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
16893         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
16894         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
16895         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
16896         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
16897         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
16898         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
16899         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
16900         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
16901         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
16902         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
16903         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
16904         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
16905         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
16906         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
16908 2013-10-04  Alan Modra  <amodra@gmail.com>
16910         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
16911         64-bit int/double union.
16912         (_FPU_SETCW): Likewise.
16913         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
16914         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
16916 2013-10-04  Alan Modra  <amodra@gmail.com>
16918         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
16919         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
16921 2013-10-04  Alan Modra  <amodra@gmail.com>
16923         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
16924         use vector int constants.
16925         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
16927 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
16929         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
16930         array with long long.
16931         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
16932         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
16933         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
16934         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
16935         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
16936         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
16937         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
16938         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
16939         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
16940         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
16941         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
16942         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
16943         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
16945 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
16947         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
16948         (__signbit): Likewise.  Correct for little-endian.
16949         (__signbitl): Call __signbit.
16950         (lrint): Correct for little-endian.
16951         (lrintf): Call lrint.
16953 2013-10-04  Alan Modra  <amodra@gmail.com>
16955         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
16956         union 32-bit int array member with 64-bit int array.
16957         (t515, tm256): Double rather than long double.
16958         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
16960 2013-10-04  Alan Modra  <amodra@gmail.com>
16962         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
16963         Delete.
16964         (IEEE854_LONG_DOUBLE_BIAS): Delete.
16965         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
16966         version of math_ldbl.h.
16968 2013-10-04  Alan Modra  <amodra@gmail.com>
16970         [BZ #15734], [BZ #15735]
16971         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
16972         all uses of ieee875 long double macros and unions.  Simplify test
16973         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
16974         ldbl_extract_mantissa value for ix,iy exponents.  Properly
16975         normalize after ldbl_extract_mantissa, and don't add hidden bit
16976         already handled.  Don't treat low word of ieee854 mantissa like
16977         low word of IBM long double and mask off bit when testing for
16978         zero.
16979         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
16980         all uses of ieee875 long double macros and unions.  Simplify tests
16981         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
16982         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
16983         two1022, instead use their values.  Recognise that tests for large
16984         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
16985         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
16986         Rewrite all uses of ieee875 long double macros and unions.  Simplify
16987         test for 0.0L and nan.  Correct negation.
16988         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
16989         ieee875 long double macros and unions.  Correct output for large
16990         magnitude x.  Correct absolute value calculation.
16991         (__erfcl): Likewise.
16992         * math/libm-test.inc: Add tests for errors discovered in IBM long
16993         double versions of fmodl, remainderl, erfl and erfcl.
16995 2013-10-04  Alan Modra  <amodra@gmail.com>
16997         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
16998         all uses of ieee854 long double macros and unions.  Simplify tests
16999         for long doubles that are fully specified by the high double.
17000         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
17001         Likewise.
17002         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
17003         Remove dead code too.
17004         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
17005         (__ieee754_ynl): Likewise.
17006         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
17007         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
17008         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
17009         Remove dead code too.
17010         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
17011         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
17012         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
17013         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
17014         Simplify.
17015         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
17016         Simplify.
17017         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
17018         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
17019         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
17020         Comment on variable precision.
17021         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
17022         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
17023         Likewise.
17024         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
17025         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
17026         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
17027         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
17028         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
17030 2013-10-04  Alan Modra  <amodra@gmail.com>
17032         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
17033         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
17034         all uses of ieee854 long double macros and unions.
17035         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
17036         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
17037         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
17038         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
17039         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
17040         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
17041         Likewise.
17042         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
17043         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
17044         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
17045         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
17046         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
17047         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
17048         Simplify sign and nan test too.
17049         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
17050         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
17051         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
17052         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
17053         Likewise.
17054         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
17055         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
17056         Likewise.
17057         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
17058         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
17059         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
17060         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
17061         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
17062         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
17064 2013-10-04  Alan Modra  <amodra@gmail.com>
17066         * stdio-common/printf_size.c (__printf_size): Don't use
17067         union ieee854_long_double in fpnum union.
17068         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
17069         signbit macro to retrieve sign from long double.
17070         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
17071         retrieve sign from long double.
17072         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
17073         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
17074         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
17075         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
17076         * math/test-misc.c (main): Don't use union ieee854_long_double.
17078 2013-10-04  Alan Modra  <amodra@gmail.com>
17080         [BZ #15680]
17081         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
17082         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
17083         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
17084         calculation.  Remove unnecessary test for denormal exponent.
17085         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
17086         Correct handling of denormals.  Avoid undefined shift behaviour.
17087         Correct normalisation of low mantissa when low double is denormal.
17088         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
17089         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
17090         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
17091         Correct normalisation of low mantissa.  Test for overflow of high
17092         mantissa and normalise.
17093         (ldbl_nearbyint): Use more readable constant for two52.
17094         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
17095         (__mpn_construct_long_double): Fix test for overflow of high
17096         mantissa and correct normalisation.  Avoid undefined shift.
17098 2013-10-04  Alan Modra  <amodra@gmail.com>
17100         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
17101         (union ibm_extended_long_double): Define as an array of ieee754_double.
17102         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
17103         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
17104         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
17105         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
17106         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
17107         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
17108         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
17109         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
17110         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
17111         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
17112         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
17114 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
17116         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
17117         page size instead of calling getpagesize.
17119         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
17120         (LOCFILE_ALIGN_MASK): Likewise.
17121         (LOCFILE_ALIGN_UP): Likewise.
17122         (LOCFILE_ALIGNED_P): Likewise.
17123         * locale/programs/ld-collate.c (collate_output): Use the new
17124         macros instead of __alignof__ (int32_t).
17125         * locale/weight.h (findidx): Likewise.
17127 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
17129         [BZ #431]
17130         * manual/string.texi: Fix strncat and wcsncat.
17132 2013-10-03  Brooks Moses  <bmoses@google.com>
17134         [BZ #15915]
17135         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
17136         * Makerules: ...here, and adjust associated comments.
17138 2013-10-02  Will Newton  <will.newton@linaro.org>
17140         * malloc/Makefile: Add tst-pvalloc.
17141         * malloc/tst-pvalloc.c: New file.
17143 2013-10-02  Will Newton  <will.newton@linaro.org>
17145         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
17146         improve test coverage.
17148 2013-10-02  Will Newton  <will.newton@linaro.org>
17150         * malloc/Makefile: Add tst-posix_memalign.
17151         * malloc/tst-posix_memalign.c: New file.
17153 2013-10-01  Eric Blake  <eblake@redhat.com>
17155         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
17156         Use __THROWNL rather than __THROW on static functions.
17158 2013-09-30  Petr Machata  <pmachata@redhat.com>
17160         * elf/elf.h (R_AARCH64_ABS16): New macro.
17161         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
17162         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
17163         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
17164         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
17165         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
17166         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
17167         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
17168         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
17169         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
17170         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
17171         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
17172         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
17173         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
17174         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
17175         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
17176         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
17177         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
17178         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
17179         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
17180         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
17181         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
17182         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
17183         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
17184         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
17185         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
17186         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
17187         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
17188         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
17189         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
17190         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
17191         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
17192         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
17193         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
17194         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
17195         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
17196         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
17197         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
17198         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
17199         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
17200         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
17201         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
17202         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
17203         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
17204         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
17205         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
17206         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
17207         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
17208         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
17209         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
17210         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
17211         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
17212         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
17213         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
17214         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
17215         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
17216         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
17217         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
17218         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
17219         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
17220         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
17221         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
17222         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
17223         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
17224         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
17225         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
17226         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
17227         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
17228         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
17229         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
17230         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
17231         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
17232         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
17233         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
17234         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
17235         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
17236         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
17237         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
17238         (R_AARCH64_TLSDESC_LDR): Likewise.
17239         (R_AARCH64_TLSDESC_ADD): Likewise.
17240         (R_AARCH64_TLSDESC_CALL): Likewise.
17242 2013-09-30  Andreas Schwab  <schwab@suse.de>
17244         [BZ #15048]
17245         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
17246         the nss database lookup.
17247         * nscd/initgrcache.c (addinitgroupsX): Likewise.
17248         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
17250 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
17252         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
17254 2013-09-28  P. J. McDermott  <pj@pehjota.net>
17256         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
17257         ${Bash-specific parameter/pattern/string} parameter expansion.
17258         * sysdeps/unix/make-syscalls.sh: Likewise.
17260 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17262         * sysdeps/sh/stackguard-macros.h: New file.
17264 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
17266         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
17267         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
17268         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
17269         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
17270         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
17271         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
17273 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17275         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
17276         Fix thread ID register.
17278 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
17280         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
17281         [POSIX || UNIX98]: Require rather than permitting all symbols from
17282         <time.h>.
17283         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
17284         element of struct sched_param.
17285         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
17286         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
17287         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
17288         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
17289         constant.
17291 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
17293         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
17294         argument calculation.
17296 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
17298         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
17299         Expect macro.
17300         [POSIX] (pthread_attr_t): Do not require type.
17301         [POSIX] (pthread_cond_t): Likewise.
17302         [POSIX] (pthread_condattr_t): Likewise.
17303         [POSIX] (pthread_key_t): Likewise.
17304         [POSIX] (pthread_mutex_t): Likewise.
17305         [POSIX] (pthread_mutexattr_t): Likewise.
17306         [POSIX] (pthread_once_t): Likewise.
17307         [POSIX] (pthread_t): Likewise.
17308         [POSIX-based standards] (pthread_atfork): Expect function.
17310 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
17311             Richard Sandiford  <richard@codesourcery.com>
17313         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
17314         (swap_endianness_p): New extern variable.
17315         (set_big_endian): New inline function.
17316         (maybe_swap_uint32): Likewise.
17317         (maybe_swap_uint32_array): Likewise.
17318         (maybe_swap_uint32_obstack): Likewise.
17319         * locale/programs/locfile.c: Include <stdbool.h>.
17320         (swap_endianness_p): New variable.
17321         (add_locale_uint32): Call maybe_swap_uint32.
17322         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
17323         (write_locale_data): Call maybe_swap_uint32_array.
17324         * locale/programs/ld-collate.c (obstack_int32_grow): Call
17325         maybe_swap_uint32.
17326         (obstack_int32_grow_fast): Likewise.
17327         (output_weightwc): Call maybe_swap_uint32_obstack.
17328         (collate_output): Likewise.
17329         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
17330         (OPT_LITTLE_ENDIAN): Likewise.
17331         (options): Add --little-endian and --big-endian options.
17332         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
17333         * locale/programs/locarchive.c: Include "locfile.h".
17334         (GET): New macro.
17335         (SET): Likewise.
17336         (INC): Likewise.
17337         (create_archive): Use the new macros to access fields of
17338         structures directly mapped from or written to locale archives.
17339         (oldlocrecentcmp): Likewise.
17340         (enlarge_archive): Likewise.
17341         (insert_name): Likewise.
17342         (add_alias): Likewise.
17343         (add_locale): Likewise.
17344         (delete_locales_from_archive): Likewise.
17345         (show_archive_content): Likewise.
17346         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
17347         locale data.
17349 2013-09-24  Roland McGrath  <roland@hack.frob.com>
17351         * manual/freemanuals.texi: Updated from (newly) canonical copy at
17352         http://www.gnu.org/doc/freemanuals.texi.
17353         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
17355 2013-09-24  Will Newton  <will.newton@linaro.org>
17357         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
17358         macro.
17360 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
17362         * locale/hashval.h (compute_hashval): Interpret bytes of key as
17363         unsigned char.
17365 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
17367         * manual/threads.texi (POSIX Threads): Fix a typo.
17369 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
17371         [BZ #14547]
17372         * string/tst-strcoll-overflow.c: New test case.
17373         * string/Makefile (xtests): Add tst-strcoll-overflow.
17374         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
17375         cache if string sizes may cause integer overflow.
17377         [BZ #14547]
17378         * string/strcoll_l.c (coll_seq): New members rule, idx,
17379         save_idx and back_us.
17380         (get_next_seq_nocache): New function.
17381         (do_compare_nocache): New function.
17382         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
17383         when malloc fails.
17385 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
17387         [BZ #15754]
17388         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
17389         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
17390         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
17392         [BZ #15754]
17393         * elf/Makefile (tests): Add tst-ptrguard1.
17394         (tests-static): Add tst-ptrguard1-static.
17395         (tst-ptrguard1-ARGS): Define.
17396         (tst-ptrguard1-static-ARGS): Define.
17397         * elf/tst-ptrguard1.c: New file.
17398         * elf/tst-ptrguard1-static.c: New file.
17399         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
17400         * sysdeps/i386/stackguard-macros.h: Likewise.
17401         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
17402         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
17403         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
17404         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
17405         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
17406         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
17408 2013-09-23  Hector Marco  <hecmargi@upv.es>
17409             Ismael Ripoll  <iripoll@disca.upv.es>
17410             Carlos O'Donell  <carlos@redhat.com>
17412         [BZ #15754]
17413         * sysdeps/generic/stackguard-macros.h: Define
17414         __pointer_chk_guard_local and POINTER_CHK_GUARD.
17415         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
17416         Define __pointer_chk_guard_local.
17417         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
17418         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
17420 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
17422         [BZ #15859]
17423         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
17425 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
17427         * include/string.h (__ffs): Declare as hidden.
17428         * string/ffs.c (__ffs): Define as hidden.
17429         * sysdeps/i386/ffs.c (__ffs): Likewise.
17430         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
17431         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
17432         * sysdeps/s390/ffs.c (__ffs): Likewise.
17433         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
17435 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
17437         * NEWS: Mention malloc probes.
17439         * malloc/arena.c (new_heap): New memory_heap_new probe.
17440         (grow_heap): New memory_heap_more probe.
17441         (shrink_heap): New memory_heap_less probe.
17442         (heap_trim): New memory_heap_free probe.
17443         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
17444         (systrim): New memory_sbrk_less probe.
17445         * manual/probes.texi: Document them.
17447         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
17448         * manual/probes.texi: Document it.
17450         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
17451         (__libc_realloc): Add memory_realloc_retry probe.
17452         (__libc_memalign): Add memory_memalign_retry probe.
17453         (__libc_valloc): Add memory_valloc_retry probe.
17454         (__libc_pvalloc): Add memory_pvalloc_retry probe.
17455         (__libc_calloc): Add memory_calloc_retry probe.
17456         * manual/probes.texi: Document them.
17458         * malloc/arena.c (get_free_list): Add probe
17459         memory_arena_reuse_free_list.
17460         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
17461         and memory_arena_reuse.
17462         (arena_get2) [!PER_THREAD]: Likewise.
17463         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
17464         memory_arena_reuse_realloc.
17465         * manual/probes.texi: Document them.
17467         * malloc/malloc.c (__libc_free): Add
17468         memory_mallopt_free_dyn_thresholds probe.
17469         (__libc_mallopt): Add multiple memory_mallopt probes.
17470         * manual/probes.texi: Document them.
17472         * malloc/malloc.c: Include stap-probe.h.
17473         (__libc_mallopt): Add memory_mallopt probe.
17474         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
17475         * manual/probes.texi: New.
17476         * manual/Makefile (chapters): Add probes.
17477         * manual/threads.texi: Set next node.
17479 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
17481         [BZ #15963, #13985]
17482         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
17483         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
17484         Add `Chinese' to `nan' entry name.
17486 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
17488         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
17489         (POLYNOMIAL): Likewise.
17490         (TAYLOR_SINCOS): Likewise.
17491         (TAYLOR_SLOW): Likewise.
17492         (__sin): Use TAYLOR_SINCOS.
17493         (__cos): Likewise.
17494         (slow): Use TAYLOR_SLOW.
17495         (sloww): Likewise.
17496         (bsloww): Likewise.
17497         (csloww): Likewise.
17499 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
17501         * stdlib/strtod_l.c: Fix buffer overrun.
17503 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
17505         * benchtests/Makefile (bench): Add sincos.
17506         * benchtests/bench-sincos.c: New file.
17508         * math/libm-test.inc (cos_test_data): New test inputs.
17509         (sin_test_data): Likewise.
17511         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
17512         macro.
17513         (__sin): Use it.
17514         (__cos): Likewise.
17515         (slow1): Likewise.
17516         (slow2): Likewise.
17517         (sloww1): Likewise.
17518         (sloww2): Likewise.
17519         (bsloww1): Likewise.
17520         (bsloww2): Likewise.
17521         (cslow2): Likewise.
17522         (csloww1): Likewise.
17523         (csloww2): Likewise.
17525         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
17526         function.
17527         (__sin): Use it.
17528         (__cos): Likewise.
17530         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
17531         gotos.
17532         (__cos): Likewise.
17534 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
17536         * config.h.in (HAVE_MIPS_NAN2008): New macro.
17537         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
17538         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
17539         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
17540         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
17541         * elf/cache.c (print_entry): Handle the new cache flags.
17543 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
17544             Aldy Hernandez  <aldyh@redhat.com>
17546         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
17547         Change condition to [_SOFT_FLOAT].
17548         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
17549         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
17550         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
17551         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
17552         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
17553         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
17554         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
17555         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
17556         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
17557         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
17558         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
17559         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
17560         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
17561         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
17562         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
17563         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
17564         declaration.
17566 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
17568         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
17569         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
17570         (__longjmp): Use LOAD_GP to load saved GPRs.
17571         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
17572         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
17573         (__sigsetjmp): Use SAVE_GP to save GPRs.
17575         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
17576         Do not append -msoft-float.
17577         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
17579 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
17581         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
17583 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
17585         [BZ #15966]
17586         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
17587         (_FPU_GETCW): Use initial "__" on variable and field names but not
17588         on macro parameter name.
17589         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
17590         parentheses around reference to macro parameter.
17592 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
17594         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
17595         prototype.
17596         (ctype_startup): Use uint32_t in cast and sizeof for
17597         ctype->charnames.
17599 2013-09-11  Jia Liu  <proljc@gmail.com>
17601         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
17602         __daddr_t_defined.
17603         [__FreeBSD__]: Likewise.
17605 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
17607         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
17608         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
17609         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
17610         (strchr): Remove __strchr_sse42 ifunc selection.
17611         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
17612         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
17614 2013-09-11  Will Newton  <will.newton@linaro.org>
17616         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
17617         parameter to RES. Remove hardcoded 1000 value.
17618         * benchtests/bench-skeleton.c (main): Pass RES parameter
17619         to TIMING_INIT and multiply result by 1000.
17621 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17623         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17625 2013-09-11  Andreas Schwab  <schwab@suse.de>
17627         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
17628         if not defined.
17629         (O_TMPFILE) [__USE_GNU]: Define.
17630         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
17631         Define.
17633 2013-09-11  Will Newton  <will.newton@linaro.org>
17635         [BZ #15857]
17636         * malloc/malloc.c (__libc_memalign): Check the value of bytes
17637         does not overflow.
17639 2013-09-11  Will Newton  <will.newton@linaro.org>
17641         [BZ #15856]
17642         * malloc/malloc.c (__libc_valloc): Check the value of bytes
17643         does not overflow.
17645 2013-09-11  Will Newton  <will.newton@linaro.org>
17647         [BZ #15855]
17648         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
17649         does not overflow.
17651 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
17653         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
17654         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
17655         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
17656         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
17657         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
17659 2013-09-10  Allan McRae  <allan@archlinux.org>
17661         [BZ #15748]
17662         * manual/arith.texi (Parsing of Floats): Clarify
17663         cross-reference.
17665         [BZ #15849]
17666         * manual/install.texi (Running make install): Mention
17667         --enable-pt-chown.
17668         * INSTALL: Regenerated.
17670 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
17672         * csu/init-first.c (_init): Remove the !SHARED condition around
17673         FPU control word initialization.
17674         * elf/dl-support.c (_dl_fpu_control): New variable.
17675         (_dl_aux_init) <AT_FPUCW>: Initialize it.
17676         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
17677         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
17678         * math/test-fpucw-static.c: New file.
17679         * math/test-fpucw-ieee.c: New file.
17680         * math/test-fpucw-ieee-static.c: New file.
17681         * math/Makefile (tests): Add `test-fpucw-ieee' and
17682         `$(tests-static)'.
17683         (tests-static): New variable.
17684         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
17685         dependency to...
17686         [($(build-shared),yes)]
17687         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
17688         ... this.
17689         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
17690         New dependency.
17692 2013-09-09  Allan McRae  <allan@archlinux.org>
17694         [BZ #15939]
17695         * manual/string.texi (Collation Functions): Fix typo in
17696         strcoll example.
17697         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
17699         [BZ #15893]
17700         * stdlib/isomac.c (get_null_defines): Fix memory leak.
17702         [BZ #15892]
17703         * libio/memstream.c (open_memstream): Fix memory leak.
17704         * libio/wmemstream.c (open_wmemstream): Likewise.
17706         [BZ #15895]
17707         * nscd/netgroupcache.c: Fix nesting of ifdefs.
17709 2013-09-09  Will Newton  <will.newton@linaro.org>
17711         * malloc/Makefile: Add tst-realloc to tests.
17712         * malloc/tst-realloc.c: New file.
17714 2013-09-09  Allan McRae  <allan@archlinux.org>
17716         [BZ #15844]
17717         * COPYING: Update from GNU website to fix FSF address.
17718         * COPYING.LIB: Likewise.
17720 2013-09-06  David S. Miller  <davem@davemloft.net>
17722         * po/zh_TW.po: Update Chinese (traditional) translation from
17723         translation project.
17725 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
17726             Joseph Myers  <joseph@codesourcery.com>
17728         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
17729         "localeinfo.h".
17730         (obstack_chunk_alloc): New macro.
17731         (obstack_chunk_free): Likewise.
17732         (record_offset): New function.
17733         (init_locale_data): Likewise.
17734         (align_locale_data): Likewise.
17735         (add_locale_empty): Likewise.
17736         (add_locale_raw_data): Likewise.
17737         (add_locale_raw_obstack): Likewise.
17738         (add_locale_string): Likewise.
17739         (add_locale_wstring): Likewise.
17740         (add_locale_uint32): Likewise.
17741         (add_locale_uint32_array): Likewise.
17742         (add_locale_char): Likewise.
17743         (start_locale_structure): Likewise.
17744         (end_locale_structure): Likewise.
17745         (start_locale_prelude): Likewise.
17746         (end_locale_prelude): Likewise.
17747         (write_locale_data): Take locale_file structure rather than an
17748         iovec.
17749         * locale/programs/locfile.h: Include "obstack.h".
17750         (struct locale_file): Change to store locale file contents instead
17751         of header.
17752         (init_locale_data): New prototype.
17753         (align_locale_data): Likewise.
17754         (add_locale_empty): Likewise.
17755         (add_locale_raw_data): Likewise.
17756         (add_locale_raw_obstack): Likewise.
17757         (add_locale_string): Likewise.
17758         (add_locale_wstring): Likewise.
17759         (add_locale_uint32): Likewise.
17760         (add_locale_uint32_array): Likewise.
17761         (add_locale_char): Likewise.
17762         (start_locale_structure): Likewise.
17763         (end_locale_structure): Likewise.
17764         (start_locale_prelude): Likewise.
17765         (end_locale_prelude): Likewise.
17766         (write_locale_data): Update prototype.
17767         * locale/programs/3level.h (struct TABLE): Remove result field.
17768         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
17769         Use new locale_file interface.
17770         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
17771         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
17772         * locale/programs/ld-address.c (address_output): Use new
17773         locale_file interface.
17774         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
17775         NO_ADD_LOCALE.
17776         (collate_finish): Don't call collseq_table_finalize.
17777         (collate_output): Use new locale_file interface.
17778         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
17779         in file.
17780         (NO_FINALIZE): Change to NO_ADD_LOCALE.
17781         (TABLE): Move defines earlier in file.
17782         (ELEMENT): Likewise.
17783         (DEFAULT): Likewise.
17784         (wctrans_table_add): Move macro and inline function earlier in
17785         file.
17786         (struct wctype_table): Move type earlier in file.
17787         (add_locale_wctype_table): New static prototype.
17788         (struct locale_ctype_t): Use logical types instead of struct iovec
17789         pointers for members.
17790         (ctype_output): Use new locale_file interface.
17791         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
17792         new locale_file interface.
17793         (allocate_arrays): Update for use of new locale_file interface.
17794         * locale/programs/ld-identification.c (identification_output): Use
17795         new locale_file interface.
17796         * locale/programs/ld-measurement.c (measurement_output): Likewise.
17797         * locale/programs/ld-messages.c (messages_output): Likewise.
17798         * locale/programs/ld-monetary.c (monetary_output): Likewise.
17799         * locale/programs/ld-name.c (name_output): Likewise.
17800         * locale/programs/ld-numeric.c (numeric_output): Likewise.
17801         * locale/programs/ld-paper.c (paper_output): Likewise.
17802         * locale/programs/ld-telephone.c (telephone_output): Likewise.
17803         * locale/programs/ld-time.c (time_output): Likewise.
17805 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17807         * benchtests/Makefile: Add memrchr benchmark.
17808         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
17809         benchmark as memrchr.
17810         * benchtests/bench-memrchr-ifunc.c: New file.
17811         * benchtests/bench-memrchr.c: New file.
17813 2013-09-06   Will Newton  <will.newton@linaro.org>
17815         * benchtests/Makefile (string-bench): Add memcpy.
17817 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
17818             Cong Wang  <amwang@redhat.com>
17820         [BZ #15850]
17821         * sysdeps/unix/sysv/linux/bits/in.h
17822         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
17823         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
17824         before __USE_KERNEL_IPV6_DEFS uses.
17825         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
17826         IPPROTO_BEETPH.
17827         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
17828         sockaddr_in6, or ipv6_mreq.
17830 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17832         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
17833         memory access for final bytes in some large inputs.
17834         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
17836 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17838         * string/test-memrchr.c: New file.
17839         * string/test-memrchr-ifunc.c: New file.
17840         * string/Makefile: Add new memrchr testcase.
17842 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
17844         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
17845         fanotify_init returns EPERM.
17847 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
17849         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
17850         errors.
17851         (top level): Treat second token from macro or constant entries for
17852         allowed headers as allowed.
17853         * include/complex.h: Condition internal declarations on
17854         [!_ISOMAC].
17855         * include/fenv.h: Condition include of <stdbool.h> and internal
17856         declarations on [!_ISOMAC].
17858 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
17860         [BZ #15923]
17861         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
17863 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
17865         * configure.in (--enable-versioning): Remove configure option.
17866         (libc_cv_asm_symver_directive): Remove configure test.
17867         (libc_cv_ld_version_script_option): Likewise.
17868         (VERSIONING): Remove variable and AC_SUBST.
17869         (DO_VERSIONING): Remove AC_DEFINE.
17870         * configure: Regenerated.
17871         * config.h.in (DO_VERSIONING): Remove macro.
17872         * Makerules [$(versioning) = yes]: Change conditionals to
17873         [$(build-shared) = yes].
17874         * config.make.in (versioning): Remove variable.
17875         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
17876         [$(build-shared) = yes].
17877         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
17878         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
17879         * elf/Makefile [$(versioning) = yes]: Change conditionals to
17880         [$(build-shared) = yes].
17881         * extra-lib.mk [$(versioning) = yes]: Likewise.
17882         * hurd/Makefile [$(versioning) = yes]: Likewise.
17883         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
17884         [SHARED].
17885         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
17886         [SHARED].
17887         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
17888         [SHARED && !NO_HIDDEN].
17889         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
17890         [SHARED].
17891         [SHARED && DO_VERSIONING]: Likewise..
17892         * libio/Makefile [$(versioning) = yes]: Change conditionals to
17893         [$(build-shared) = yes].
17894         * manual/install.texi (--disable-versioning): Remove
17895         documentation.
17896         * INSTALL: Regenerated.
17897         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
17898         to [SHARED].
17899         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
17900         [$(build-shared) = yes].
17901         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
17902         * sysdeps/i386/i686/multiarch/strstr-c.c
17903         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
17904         [SHARED && !NO_HIDDEN].
17905         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
17906         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
17907         * sysdeps/powerpc/powerpc32/dl-machine.c
17908         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
17909         * sysdeps/powerpc/powerpc32/sysdep.h
17910         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
17911         to [SHARED && PIC && !NO_HIDDEN].
17912         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
17913         conditional to [SHARED].
17915 2013-09-04   Will Newton  <will.newton@linaro.org>
17917         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
17918         * benchtests/bench-string.h: Include bench-timing.h instead
17919         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
17920         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
17921         call to HP_TIMING_DIFF_INIT.
17922         * benchtests/bench-memccpy.c: Use bench-timing.h macros
17923         instead of hp-timing.h macros.
17924         * benchtests/bench-memchr.c: Likewise.
17925         * benchtests/bench-memcmp.c: Likewise.
17926         * benchtests/bench-memcpy.c: Likewise.
17927         * benchtests/bench-memmem.c: Likewise.
17928         * benchtests/bench-memmove.c: Likewise.
17929         * benchtests/bench-memset.c: Likewise.
17930         * benchtests/bench-rawmemchr.c: Likewise.
17931         * benchtests/bench-strcasecmp.c: Likewise.
17932         * benchtests/bench-strcasestr.c: Likewise.
17933         * benchtests/bench-strcat.c: Likewise.
17934         * benchtests/bench-strchr.c: Likewise.
17935         * benchtests/bench-strcmp.c: Likewise.
17936         * benchtests/bench-strcpy.c: Likewise.
17937         * benchtests/bench-strcpy_chk.c: Likewise.
17938         * benchtests/bench-strlen.c: Likewise.
17939         * benchtests/bench-strncasecmp.c: Likewise.
17940         * benchtests/bench-strncat.c: Likewise.
17941         * benchtests/bench-strncmp.c: Likewise.
17942         * benchtests/bench-strncpy.c: Likewise.
17943         * benchtests/bench-strnlen.c: Likewise.
17944         * benchtests/bench-strpbrk.c: Likewise.
17945         * benchtests/bench-strrchr.c: Likewise.
17946         * benchtests/bench-strspn.c: Likewise.
17947         * benchtests/bench-strstr.c: Likewise.
17949 2013-09-04  Will Newton  <will.newton@linaro.org>
17951         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
17953 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
17955         [BZ #15427]
17956         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
17957         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
17958         * math/libm-test.inc (lgamma_test_data): Add more tests.
17959         * sysdeps/i386/fpu/libm-test-ulps: Update.
17960         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17962 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
17964         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
17965         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
17966         Add ifunc.
17967         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
17968         Add strcmp-sse2-unaligned
17969         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
17971 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
17973         * Versions.def (libc): Add GLIBC_2.19.
17975 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
17977         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
17978         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
17980 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
17982         [BZ #14155]
17983         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
17984         intermediate calculations in recurrence.
17985         (__ieee754_ynf): Likewise.
17986         * math/libm-test.inc (jn_test_data): Do not allow spurious
17987         underflow exception.  Add more tests.
17988         (yn_test_data): Add more tests.
17989         * sysdeps/i386/fpu/libm-test-ulps: Update.
17990         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17992 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
17994         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
17996 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
17998         * csu/init-first.c: Fix then/than typos.
17999         * locale/programs/ld-collate.c: Likewise.
18000         * locale/programs/linereader.h: Likewise.
18001         * manual/charset.texi: Likewise.
18002         * manual/filesys.texi: Likewise.
18003         * manual/stdio.texi: Likewise.
18004         * manual/string.texi: Likewise.
18005         * stdlib/fmtmsg.c: Likewise.
18006         * sysdeps/i386/stpncpy.S: Likewise.
18007         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
18008         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
18009         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
18010         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
18012 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
18014         * elf/dl-open.c: Fix typos.
18015         * iconvdata/gbbig5.c: Likewise.
18016         * iconvdata/iso-2022-jp.c: Likewise.
18017         * iconv/gconv_int.h: Likewise.
18018         * iconv/loop.c: Likewise.
18019         * nis/rpcsvc/nis.h: Likewise.
18020         * resolv/ns_name.c: Likewise.
18021         * stdio-common/vfscanf.c: Likewise.
18022         * streams/stropts.h: Likewise.
18023         * sunrpc/rpc_thread.c: Likewise.
18024         * sysdeps/i386/strpbrk.S: Likewise.
18025         * sysdeps/ieee754/k_standard.c: Likewise.
18026         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
18027         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
18028         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
18029         * sysdeps/mach/hurd/profil.c: Likewise.
18030         * sysdeps/s390/dl-procinfo.h: Likewise.
18031         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
18032         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
18033         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
18034         * sysdeps/x86_64/dl-trampoline.S: Likewise.
18035         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
18037 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
18039         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
18040         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
18042 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
18044         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
18045         aix specific files.
18046         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
18047         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
18048         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
18049         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
18050         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
18051         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
18052         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
18053         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
18055 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
18056             Roland McGrath  <roland@hack.frob.com>
18058         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
18059         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
18061 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
18063         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
18064         __executable_start symbol instead of _start.
18066 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
18068         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
18069         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
18070         Move macros to...
18071         * sysdeps/gnu/ldsodefs.h: ... this new file.
18073         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
18074         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
18075         instead of ELFOSABI_LINUX.
18077         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
18078         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
18079         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
18080         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
18081         Likewise.
18082         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
18083         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
18084         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
18085         Likewise.
18086         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
18087         (ibm_extended_long_double): Add ieee_nan member.
18088         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
18089         (do_test): New function.
18091         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
18092         TEST_TRUNC.
18093         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
18094         functions, renamed from truncdfsf_test, trunctfsf_test,
18095         trunctfdf_test.
18096         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
18097         functions.
18098         (do_test): Run all these.
18100 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
18102         * argp/argp-help.c: Fix typos.
18103         * argp/argp-parse.c: Likewise.
18104         * debug/backtracesyms.c: Likewise.
18105         * elf/elf.h: Likewise.
18106         * malloc/malloc.c: Likewise.
18107         * nis/nis_print.c: Likewise.
18108         * resolv/res_comp.c: Likewise.
18109         * stdlib/stdlib.h: Likewise.
18110         * sunrpc/clnt_tcp.c: Likewise.
18111         * sunrpc/clnt_udp.c: Likewise.
18112         * sunrpc/clnt_unix.c: Likewise.
18113         * sysdeps/unix/bsd/ptsname.c: Likewise.
18114         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
18115         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
18116         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
18117         Likewise.
18118         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
18119         Likewise.
18120         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
18121         Likewise.
18122         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
18124 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
18126         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
18127         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
18129 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
18131         [BZ #15897]
18132         * dlfcn/Makefile (tests): Add bug-dl-leaf.
18133         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
18134         ($(objpfx)bug-dl-leaf): New rule.
18135         ($(objpfx)bug-dl-leaf.so): Likewise.
18136         ($(objpfx)bug-dl-leaf.out): Likewise.
18137         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
18138         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
18139         * dlfcn/bug-dl-leaf.c: New test.
18140         * dlfcn/bug-dl-leaf-lib.c: Likewise.
18141         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
18142         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
18143         (dlclose): Likewise.
18144         (dlmopen): Likewise.
18146 2013-08-27  Roland McGrath  <roland@hack.frob.com>
18148         * include/netdb.h [!_ISOMAC]:
18149         Don't include <tls.h>.
18150         (h_errno, __libc_h_errno): Move declaration and macros out of
18151         [_LIBC_REENTRANT].
18153         * include/resolv.h [_RESOLV_H_]:
18154         Don't include <tls.h>.
18155         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
18156         * resolv/res_libc.c: Don't include <tls.h>.
18157         (_res): Use __attribute__ ((nocommon)) in place of
18158         __attribute__ ((section (".bss"))).
18160         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
18161         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
18163         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
18165         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
18166         only under [SIOCGIFCONF && SIOCGIFNETMASK].
18168         * resolv/res_mkquery.c: Include <sys/time.h>.
18170         * inet/ifreq.c: Moved to ...
18171         * sysdeps/unix/ifreq.c: ... here.
18172         * inet/ifreq.c: New file, true stub version.
18174         * socket/sa_len.c: New file.
18175         * socket/Makefile (aux): Add it.
18176         * sysdeps/unix/sysv/linux/Makefile
18177         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
18178         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
18179         and #include <socket/sa_len.c>.
18180         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
18181         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
18183         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
18184         * bits/socket.h: ... here.
18186         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
18187         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
18188         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
18190 2013-08-27  Andreas Schwab  <schwab@suse.de>
18192         [BZ #15736]
18193         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
18194         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
18195         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
18196         * string/test-strcasecmp.c (test_main): Run tests in several
18197         locales.
18198         * string/test-strncasecmp.c (test_main): Likewise.
18200         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
18201         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
18202         to __strcasecmp_nonascii and __strncasecmp_nonascii.
18203         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
18204         (__strncasecmp_ssse3) [PIC]: Likewise.
18206 2013-08-26  Roland McGrath  <roland@hack.frob.com>
18208         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
18210         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
18211         instead of explicitly declaring xdecrypt.
18212         * nis/nss_nis/nis-publickey.c: Likewise.
18214 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
18216         [BZ #15890]
18217         * nscd/aicache.c: Include res_hconf.h.
18218         (addhstaiX): Initialize res_hconf.
18220 2013-08-26  Andreas Schwab  <schwab@suse.de>
18222         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
18223         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
18225 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
18227         * nscd/aicache.c (addhstaiX): Fix indentation.
18229 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
18231         * configure.ac: Quote $build_pt_chown test.
18232         * configure: Regenerated.
18234 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
18236         [BZ #15532]
18237         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
18238         * math/s_cexpf.c (__cexpf): Likewise.
18239         * math/s_cexpl.c (__cexpl): Likewise.
18240         * math/libm-test.inc (cexp_test_data): Correct expected return
18241         value for NaN + i0.  Add another test.
18243 2013-08-22  David S. Miller  <davem@davemloft.net>
18245         * po/ca.po: Update Catalan translation from translation project.
18246         * po/uk.po: Add Ukrainian translations from translation project.
18248 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
18250         [BZ #15797]
18251         * math/s_fdim.c (__fdim): Check for infinite arguments if result
18252         is infinite, not alongside NaN test.
18253         * math/s_fdimf.c (__fdimf): Likewise.
18254         * math/s_fdiml.c (__fdiml): Likewise.
18255         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
18256         errno is unchanged.
18258 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
18260         * argp/argp-help.c: Fix typos.
18261         * crypt/speeds.c: Likewise.
18262         * csu/check_fds.c: Likewise.
18263         * elf/dl-load.c: Likewise.
18264         * elf/dl-open.c: Likewise.
18265         * elf/reldep3.c: Likewise.
18266         * elf/reldep.c: Likewise.
18267         * elf/sprof.c: Likewise.
18268         * iconv/iconv_charmap.c: Likewise.
18269         * iconv/skeleton.c: Likewise.
18270         * iconv/strtab.c: Likewise.
18271         * io/lockf64.c: Likewise.
18272         * libio/libioP.h: Likewise.
18273         * resolv/gai_notify.c: Likewise.
18274         * resolv/ns_name.c: Likewise.
18275         * resolv/ns_samedomain.c: Likewise.
18276         * resolv/res_send.c: Likewise.
18277         * stdlib/random.c: Likewise.
18278         * sunrpc/rpc/xdr.h: Likewise.
18279         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
18280         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
18281         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
18282         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
18283         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
18284         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
18285         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
18286         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
18287         * sysdeps/mach/hurd/check_fds.c: Likewise.
18288         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
18289         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
18290         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
18291         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
18292         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
18293         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
18294         * sysdeps/pthread/aio_notify.c: Likewise.
18295         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
18296         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
18297         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
18298         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
18299         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
18301 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
18303         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
18304         version if bit_Slow_SSE4_2 is set.
18305         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
18306         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
18308 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18310         [BZ #15867]
18311         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
18312         trampoline stack frame information.
18313         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
18314         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
18315         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
18316         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
18317         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
18318         * sysdeps/unix/sysv/linux/powerpc/init-first.c
18319         (_libc_vdso_platform_setup): Initialize the signal trampolines.
18320         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
18321         sa_flags value.
18322         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
18323         interrupting a syscall and set with option SA_SIGINFO.
18325 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
18327         [BZ #15531]
18328         * math/s_cproj.c (__cproj): Only return an infinity if one part of
18329         argument is infinite.
18330         * math/s_cprojf.c (__cprojf): Likewise.
18331         * math/s_cprojl.c (__cprojl): Likewise.
18332         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
18333         * math/libm-test.inc (cproj_test_data): Add more tests.
18335         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
18337         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
18338         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
18339         size.  Use __ffs to determine corresponding shift.
18341 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
18342             Roland McGrath  <roland@hack.frob.com>
18344         * Makefile (INSTALL): Remove trailing blank lines from output of
18345         makeinfo.
18347 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18349         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
18350         Align 32 bit compat elf_greg to 8 bytes.
18352 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
18354         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
18356 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
18358         * string/strcoll_l.c (coll_seq): New structure.
18359         (get_next_seq_cached): New function.
18360         (get_next_seq): New function.
18361         (do_compare): New function.
18362         (STRCOLL): Use GNU style definition.  Simplify implementation
18363         by using get_next_seq, get_next_seq_cached and do_compare.
18365 2013-08-16  Florian Weimer  <fweimer@redhat.com>
18367         [BZ #14699]
18368         CVE-2013-4237
18369         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
18370         member.
18371         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
18372         member.
18373         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
18374         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
18375         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
18376         conditional.
18377         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
18378         GETDENTS_64BIT_ALIGNED.
18379         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
18380         * manual/filesys.texi (Reading/Closing Directory): Document
18381         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
18382         strongly.
18383         * manual/conf.texi (Limits for Files): Add portability note to
18384         NAME_MAX, PATH_MAX.
18385         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
18387 2013-08-13  Andreas Schwab  <schwab@suse.de>
18389         [BZ #15749]
18390         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
18391         of fabs.
18392         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
18393         LDBL_MAX_EXP >= 16384]: Add tests for it.
18395 2013-08-12  David S. Miller  <davem@davemloft.net>
18397         * version.h (RELEASE): Set to "development".
18398         (VERSION): Set to "2.18.90".
18399         * NEWS: Add 2.19 section.
18401 2013-08-03  David S. Miller  <davem@davemloft.net>
18403         * po/ko.po: Update Korean translation from translation project.
18405 2013-08-01  David S. Miller  <davem@davemloft.net>
18407         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
18408         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
18409         Bilka.
18411 2013-07-30  David S. Miller  <davem@davemloft.net>
18413         * po/fr.po: Update French translation from translation project.
18415 2013-07-28  David S. Miller  <davem@davemloft.net>
18417         * po/cs.po: Update Czech translation from translation project.
18419         * po/sv.po: Update Swedish translation from translation project.
18421 2013-07-27  David S. Miller  <davem@davemloft.net>
18423         * po/eo.po: Update Esperanto translation from translation project.
18425         * po/vi.po: Update Vietnamese translation from translation project.
18427         * po/de.po: Update German translation from translation project.
18429 2013-07-26  David S. Miller  <davem@davemloft.net>
18431         * po/bg.po: Update Bulgarian translation from translation project.
18433         * po/nl.po: Update Dutch translation from translation project.
18434         * po/pl.po: Update Polish translation from translation project.
18435         * po/ru.po: Update Russian translation from translation project.
18437 2013-07-24  David S. Miller  <davem@davemloft.net>
18439         * po/libc.pot: Update.
18441 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18443         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
18444         variable page size.
18445         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
18446         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
18447         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
18449 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18451         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
18453 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
18454             Andreas Schwab  <schwab@suse.de>
18455             Roland McGrath  <roland@hack.frob.com>
18456             Joseph Myers  <joseph@codesourcery.com>
18457             Carlos O'Donell  <carlos@redhat.com>
18459         [BZ #15755]
18460         * config.h.in: Define HAVE_PT_CHOWN.
18461         * config.make.in (build-pt-chown): New variable.
18462         * configure.in (--enable-pt_chown): New configure option.
18463         * configure: Regenerate.
18464         * login/Makefile: Include Makeconfig.  Build pt_chown only if
18465         build-pt-chown is enabled.
18466         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
18467         pt_chown to fix pty ownership.
18468         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
18469         CLOSE_ALL_FDS.
18470         * manual/install.texi (Configuring and compiling): Mention
18471         --enable-pt_chown. Add @findex for grantpt.
18472         * INSTALL: Regenerate.
18474 2013-07-20  David S. Miller  <davem@davemloft.net>
18476         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
18477         difference between 32-bit and 64-bit.
18479 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
18481         [BZ #15711]
18482         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
18483         Avoid system header dependency with -ffreestanding.
18484         ($(objpfx)bits/syscall%d): Likewise.
18486 2013-07-13  David S. Miller  <davem@davemloft.net>
18488         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
18489         underflows from atanl/atan2l due to bug 15319.
18490         (casinh_test_data): Likewise.
18492 2013-07-07  David S. Miller  <davem@davemloft.net>
18494         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
18496 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
18498         * sysdeps/i386/fpu/libm-test-ulps: Update.
18499         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18501 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
18503         * configure.in (--enable-lock-elision): Fix message text.
18504         * INSTALL: Regenerate.
18505         * configure: Regenerate.
18507 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18509         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18511 2013-07-03  Andreas Jaeger  <aj@suse.de>
18513         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
18514         define.
18515         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
18516         (ptrace_peeksiginfo_args): Add.
18517         (__ptrace_peeksiginfo_flags): Add.
18518         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
18519         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
18520         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
18522 2013-07-03  Allan McRae  <allan@archlinux.org>
18524         * sysdeps/i386/fpu/libm-test-ulps: Update.
18526 2013-07-02  David S. Miller  <davem@davemloft.net>
18528         * sysdeps/sparc/fpu/libm-test-ulps: Update.
18530 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
18532         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
18534 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
18536         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
18537         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18539 2013-07-02  Andi Kleen <ak@linux.intel.com>
18541         * config.h.in (ENABLE_LOCK_ELISION): Add.
18542         * configure.in (--enable-lock-elision): Add option.
18543         * manual/install.texi: Document --enable lock elision.
18544         * configure: Regenerate
18545         * INSTALL: Regenerate.
18547 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
18549         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
18550         SSE4.2 strcasecmp for libc.a.
18551         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
18553 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
18555         [BZ #13304]
18556         * soft-fp/op-common.h (_FP_FMA): New macro.
18557         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
18558         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
18559         (_FP_MUL_MEAT_1_imm): ... here.
18560         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
18561         (_FP_MUL_MEAT_1_wide): ... here.
18562         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
18563         (_FP_MUL_MEAT_1_hard): ... here.
18564         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
18565         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
18566         (_FP_MUL_MEAT_2_wide): ... here.
18567         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
18568         (_FP_MUL_MEAT_2_wide_3mul): ... here.
18569         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
18570         (_FP_MUL_MEAT_2_gmp): ... here.
18571         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
18572         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
18573         (_FP_MUL_MEAT_4_wide): ... here.
18574         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
18575         (_FP_MUL_MEAT_4_gmp): ... here.
18576         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
18577         (_FP_WFRACBITS_DW_S): Likewise.
18578         (_FP_WFRACXBITS_DW_S): Likewise.
18579         (_FP_HIGHBIT_DW_S): Likewise.
18580         (FP_FMA_S): Likewise.
18581         (_FP_FRAC_HIGH_DW_S): Likewise.
18582         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
18583         (_FP_WFRACBITS_DW_D): Likewise.
18584         (_FP_WFRACXBITS_DW_D): Likewise.
18585         (_FP_HIGHBIT_DW_D): Likewise.
18586         (FP_FMA_D): Likewise.
18587         (_FP_FRAC_HIGH_DW_D): Likewise.
18588         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
18589         (_FP_WFRACBITS_DW_E): Likewise.
18590         (_FP_WFRACXBITS_DW_E): Likewise.
18591         (_FP_HIGHBIT_DW_E): Likewise.
18592         (FP_FMA_E): Likewise.
18593         (_FP_FRAC_HIGH_DW_E): Likewise.
18594         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
18595         (_FP_WFRACBITS_DW_Q): Likewise.
18596         (_FP_WFRACXBITS_DW_Q): Likewise.
18597         (_FP_HIGHBIT_DW_Q): Likewise.
18598         (FP_FMA_Q): Likewise.
18599         (_FP_FRAC_HIGH_DW_Q): Likewise.
18600         * soft-fp/fmasf4.c: New file.
18601         * soft-fp/fmadf4.c: Likewise.
18602         * soft-fp/fmatf4.c: Likewise.
18604 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
18606         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
18607         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
18608         Silvermont.
18609         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
18610         macro.
18611         (index_Slow_SSE4_2): Likewise.
18612         (index_Prefer_PMINUB_for_stringop): Likewise.
18613         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
18614         bit_Slow_SSE4_2 is set.
18615         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
18616         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
18618 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
18620         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
18621         rtld_global._dl_hwcap2.
18622         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
18623         POWER8.
18624         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
18625         POWER8 feature descriptions defined in _dl_hwcap2.
18626         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
18627         string handling for POWER8 feature bits.
18628         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
18629         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
18630         _dl_powerpc_cap_flags.
18631         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
18632         * sysdeps/powerpc/rtld-global-offsets.sym
18633         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
18634         _dl_hwcap2 in the rtld_global_ro structure.
18636 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
18638         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
18639         hardware capabilities in support of AT_HWCAP2.
18640         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
18641         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
18642         GLRO(dl_hwcap2).
18643         (_dl_show_auxv): Add support for calling _dl_procinfo to display
18644         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
18645         explicitly the unknown a_type display mechanism is used.
18646         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
18647         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
18648         struct member.
18649         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
18650         to macro prototype for AT_HWCAP2 support.
18651         * sysdeps/i386/dl-procinfo.h: Likewise.
18652         * sysdeps/s390/dl-procinfo.h: Likewise.
18653         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
18654         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
18655         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
18656         return -1 for unknown a_type display fallback.
18657         * sysdeps/sparc/dl-procinfo.h: Likewise.
18658         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
18659         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
18661 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
18663         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
18664         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
18666 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
18668         [BZ #12492]
18669         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
18670         mprotect making __stack_prot writable.
18672 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
18673             Joseph Myers  <joseph@codesourcery.com>
18675         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
18676         as being properly aligned.
18678 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
18680         * dlfcn/modstatic5.c: New file.
18681         * dlfcn/tststatic5.c: New file.
18682         * dlfcn/Makefile (tests): Add tststatic5.
18683         (tests-static): Likewise.
18684         (modules-names): Add modstatic5.
18685         (tststatic5-ENV): New variable.
18686         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
18688         [BZ #15022]
18689         * elf/dl-support.c (_dl_main_map): New variable.
18690         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
18691         (_dl_nns, _dl_load_adds): Set to 1.
18692         (_dl_initial_searchlist): Refer to _dl_main_map.
18693         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
18694         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
18695         call to _dl_get_origin.
18696         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
18697         around call_map.
18698         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
18699         * dlfcn/modstatic3.c: New file.
18700         * dlfcn/tststatic3.c: New file.
18701         * dlfcn/tststatic4.c: New file.
18702         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
18703         (tests-static): Likewise.
18704         (modules-names): Add modstatic3.
18705         (tststatic3-ENV, tststatic4-ENV): New variables.
18706         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
18707         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
18709 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
18711         * configure.in (CC): Require GCC version 4.4 or later.
18712         * configure: Regenerated.
18713         * manual/install.texi (Tools for Compilation): Update GCC version
18714         requirement.
18715         * INSTALL: Regenerated.
18717 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
18719         [BZ #15674]
18720         * string/test-memcmp.c (check2): New.
18721         (main): Call check2.
18723         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
18725 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
18727         [BZ #15022]
18728         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
18729         over to...
18730         (dl_open_worker) [!SHARED]: ... here.
18732 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
18734         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
18736 2013-06-25  Richard Henderson  <rth@redhat.com>
18738         * locale/programs/locarchive.c: Include <libc-internal.h>
18740 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
18742         * manual/texinfo.tex: Update to version 2013-06-21.17, with
18743         trailing whitespace removed.
18745 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
18747         [BZ #10283]
18748         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
18749         * locale/programs/locarchive.c: Include libc-mmap.h.
18750         (prepare_address_space): Take two new outputs (the mmap base and len).
18751         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
18752         values.
18753         (create_archive): Declare new mmap base and len values for
18754         prepare_address_space, and store the result in ah.
18755         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
18756         (enlarge_archive): If ah->mmap_base is not NULL, use that and
18757         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
18758         Declare new mmap base and len values for
18759         prepare_address_space, and store the result in new_ah.
18760         (open_archive): Declare new mmap base and len values for
18761         prepare_address_space, and store the result in ah.
18762         (close_archive): If ah->mmap_base is not NULL, use that and
18763         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
18764         * sysdeps/generic/libc-mmap.h: New file.
18766 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
18768         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
18769         (ALIGN_UP): Likewise.
18770         (PTR_ALIGN_DOWN): Likewise.
18771         (PTR_ALIGN_UP): Likewise.
18773 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
18775         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
18776         entry mapped to PPC_PLATFORM_POWER8.
18777         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
18778         POWER8.
18779         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
18780         (_dl_string_platform): Add case for exporting platform position for
18781         POWER8.
18782         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
18783         search path to sysdeps/powerpc/powerpc32/power8 directory.
18784         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
18785         search path to sysdeps/powerpc/powerpc64/power8 directory.
18786         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
18787         power7 directories.
18788         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
18789         power7 directories.
18791 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
18793         * INSTALL: Regenerate.
18795         * nscd/connections.c (nscd_init): Fix comment.
18797 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
18799         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
18801         [BZ #15667]
18802         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
18803         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
18805 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
18807         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
18808         DL_DST_REQ_STATIC.
18809         (DL_DST_REQ_STATIC): Remove macro.
18811 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
18813         [BZ #7006]
18814         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
18815         with a shift of 0 bits.
18817 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
18819         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
18820         $(tststatic-ENV).
18822 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18824         [BZ #15655]
18825         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
18827 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18829         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
18830         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
18831         accepts -fno-tree-loop-distribute-patterns.
18832         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
18833         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
18834         recursive call.
18835         * string/memset.c (memset): Likewise.
18836         * string/test-memmove.c (simple_memmove): Disable loop transformation
18837         to library calls.
18838         * string/test-memset.c (simple_memset): Likewise.
18839         * benchtests/bench-memmove.c (simple_memmove): Likewise.
18840         * benchtests/bench-memset.c (simple_memset): Likewise.
18841         * configure: Regenerated.
18843 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
18845         * math/test-misc.c (main): Ignore fesetround failure when failures
18846         of subsequent rounding tests would be ignored.
18848         [BZ #15654]
18849         * math/fedisblxcpt.c (fedisableexcept): Return 0.
18850         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
18851         * math/fegetenv.c (__fegetenv): Return 0.
18852         * math/fegetexcept.c (fegetexcept): Return 0.
18853         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
18854         FE_TONEAREST.
18855         * math/feholdexcpt.c (feholdexcept): Return 0.
18856         * math/fesetenv.c (__fesetenv): Return 0.
18857         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
18858         argument FE_TONEAREST.
18859         * math/feupdateenv.c (__feupdateenv): Return 0.
18860         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
18862 2013-06-18  Roland McGrath  <roland@hack.frob.com>
18864         * elf/rtld-Rules (rtld-compile-command.S): New variable.
18865         (rtld-compile-command.s, rtld-compile-command.c): New variables.
18866         ($(objpfx)rtld-%.os rules): Use them.
18868 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18870         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
18871         fields.
18873 2013-06-17  Roland McGrath  <roland@hack.frob.com>
18875         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
18876         length of target pattern, then descending length of dependency pattern.
18877         * configure.in (AWK): Require gawk 3.1.2 or newer.
18878         * manual/install.texi (Tools for Compilation): Say that we do.
18879         * configure: Regenerated.
18881         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
18882         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
18883         * scripts/sysd-rules.awk: ... this new script.
18884         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
18885         than a glob-style pattern.
18887 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
18889         * math/test-misc.c (main): Do not treat incorrectly rounded
18890         conversions as failure unless ROUNDING_TESTS passes.
18892 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
18894         [BZ #15631]
18895         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
18896         restore exception state around main square root computation, then
18897         check for inexactness explicitly.
18899         * math/libm-test.inc (fma_test_data): Add another test.
18901 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
18903         * manual/threads.texi (Non-POSIX Extensions): New document
18904         node.  Document pthread_getattr_default_np and
18905         pthread_setattr_default_np.
18907         * Versions.def (libpthread): Add GLIBC_2.18.
18908         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
18909         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
18910         Likewise.
18911         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
18912         Likewise.
18913         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
18914         Likewise.
18915         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
18916         Likewise.
18917         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
18918         Likewise.
18919         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
18920         Likewise.
18921         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
18922         Likewise.
18923         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
18924         Likewise.
18925         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
18926         Likewise.
18928 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
18930         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
18931         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
18933 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
18934             H.J. Lu  <hjl.tools@gmail.com>
18936         [BZ #15627]
18937         * sysdeps/x86_64/rtld-memset.c: Remove file.
18938         * sysdeps/x86_64/rtld-memset.S: New file.
18940 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
18942         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
18943         (test_in_one_mode): Take arguments for whether the rounding mode
18944         is supported for each floating-point type.
18945         (do_test): Pass new arguments to test_in_one_mode using
18946         ROUNDING_TESTS.
18948 2013-06-13  Roland McGrath  <roland@hack.frob.com>
18950         * posix/tst-waitid.c (do_test): Distinguish different instances of
18951         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
18952         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
18953         before entering the kernel for waitpid.
18955 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
18957         * NEWS: Fix note on clock function precision.  Text by Roland
18958         McGrath.
18960 2013-06-13  Roland McGrath  <roland@hack.frob.com>
18962         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
18963         it into place only when and if the sanity check passes.
18965 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
18967         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
18968         output for whether conversion result is exact.  Take argument
18969         indicating whether type is IBM long double.
18970         (round_for_all): Change need_exact field to ibm_ld.
18971         * stdlib/tst-strtod-round.c (struct exactness): New type.
18972         (struct test): Change bool ld_ok field to struct exactness exact.
18973         (TEST): Update all definitions for change to field.
18974         (tests): Regenerate array contents.
18975         (test_in_one_mode): Take pointer to new field instead of old ld_ok
18976         field value.  Check for IBM long double here.
18977         (do_test): Update calls to test_in_one_mode.
18979 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
18981         [BZ #12515]
18982         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
18983         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
18985 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18987         [BZ #15605]
18988         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
18989         generated by the compiler on loop optimizations.
18990         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
18991         general definitions.
18993 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
18995         * math/bug-nextafter.c: Include <math-tests.h>.
18996         (main): Only test for exceptions if EXCEPTION_TESTS is true for
18997         the relevant type.
18998         * math/bug-nexttoward.c: Include <math-tests.h>.
18999         (main): Only test for exceptions if EXCEPTION_TESTS is true for
19000         the relevant type.
19001         * math/test-misc.c: Include <math-tests.h>.
19002         (main): Only test for exceptions if EXCEPTION_TESTS is true for
19003         the relevant type.
19005 2013-06-12  Andreas Jaeger  <aj@suse.de>
19007         * po/ia.po: Update Interlingua translation from translation
19008         project.
19010 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
19012         * include/fenv.h: Include stdbool.h.
19013         (struct rm_ctx): New structure.
19014         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
19015         Define macro.
19016         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
19017         (SET_RESTORE_ROUNDF): Likewise.
19018         (SET_RESTORE_ROUNDL): Likewise.
19019         (SET_RESTORE_ROUND_NOEX): Likewise.
19020         (SET_RESTORE_ROUND_NOEXF): Likewise.
19021         (SET_RESTORE_ROUND_NOEXL): Likewise.
19022         (SET_RESTORE_ROUND_53BIT): Likewise.
19023         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
19024         (libc_feresetround_noexf_ctx): Likewise.
19025         (libc_feresetround_noexl_ctx): Likewise.
19026         (libc_feholdsetround_53bit_ctx): Likewise.
19027         (libc_feresetround_53bit_ctx): Likewise.
19028         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
19029         (libc_feholdexcept_setround_sse_ctx): New function.
19030         (libc_fesetenv_sse_ctx): Likewise.
19031         (libc_feupdateenv_sse_ctx): Likewise.
19032         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
19033         (libc_feholdexcept_setround_387_ctx): Likewise.
19034         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
19035         (libc_feholdsetround_387_prec_ctx): Likewise.
19036         (libc_feholdsetround_387_ctx): Likewise.
19037         (libc_feholdsetround_387_53bit_ctx): Likewise.
19038         (libc_feholdsetround_sse_ctx): Likewise.
19039         (libc_feresetround_sse_ctx): Likewise.
19040         (libc_feresetround_387_ctx): Likewise.
19041         (libc_feupdateenv_387_ctx): Likewise.
19042         (libc_feholdexcept_setroundf_ctx): Define macro.
19043         (libc_fesetenvf_ctx): Likewise.
19044         (libc_feupdateenvf_ctx): Likewise.
19045         (libc_feholdsetroundf_ctx): Likewise.
19046         (libc_feresetroundf_ctx): Likewise.
19047         (libc_feholdexcept_setround_ctx): Likewise.
19048         (libc_fesetenv_ctx): Likewise.
19049         (libc_feupdateenv_ctx): Likewise.
19050         (libc_feholdsetround_ctx): Likewise.
19051         (libc_feresetround_ctx): Likewise.
19052         (libc_feholdexcept_setroundl_ctx): Likewise.
19053         (libc_feupdateenvl_ctx): Likewise.
19054         (libc_feholdsetroundl_ctx): Likewise.
19055         (libc_feresetroundl_ctx): Likewise.
19056         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
19057         (libc_feresetround_53bit_ctx): Likewise.
19059 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
19061         * locale/iso-639.def: Convert to UTF-8.
19063 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
19065         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
19066         (EXCEPTION_TESTS_double): Likewise.
19067         (EXCEPTION_TESTS_long_double): Likewise.
19068         (EXCEPTION_TESTS): Likewise.
19069         * math/libm-test.inc (test_exceptions): Only test exceptions if
19070         EXCEPTION_TESTS (FLOAT).
19072 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
19074         * benchtests/Makefile (string-bench): Add strcpy_chk and
19075         stpcpy_chk.
19076         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
19077         * benchtests/bench-stpcpy_chk.c: New file.
19078         * benchtests/bench-strcpy_chk-ifunc.c: New file.
19079         * benchtests/bench-strcpy_chk.c: New file.
19080         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
19081         code.
19082         (do_test): Likewise.
19084 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
19086         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
19087         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
19088         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
19089         with tabs where appropriate.
19090         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
19091         dl-procinfo.h.
19092         [PPC_PLATFORM_PPC440]: Likewise.
19093         [PPC_PLATFORM_PPC464]: Likewise.
19094         [PPC_PLATFORM_PPC476]: Likewise.
19095         (_dl_string_platform): Add support for detecting ppc405, ppc440,
19096         ppc464, and ppc476 platform strings merging from ports/
19097         dl-procinfo.h.
19099 2013-06-11  Andreas Schwab  <schwab@suse.de>
19101         [BZ #14991]
19102         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
19103         (from_ucs4_idx): Regenerate.
19104         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
19105         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
19106         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
19107         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
19108         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
19109         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
19110         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
19111         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
19112         from FROM_LOOP and TO_LOOP specific macros.
19113         (BODY): Handle combining characters.
19114         * iconvdata/BIG5HKSCS.irreversible: Update.
19115         * iconvdata/BIG5HKSCS.precomposed: New file.
19116         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
19117         characters.
19118         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
19120 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
19122         * include/sys/time.h: Fix indentation and add copyright header.
19124         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
19125         (do_test): Likewise.
19126         * string/test-memchr.c (do_one_test): Likewise.
19127         (do_test): Likewise.
19128         * string/test-memcmp.c (do_one_test): Likewise.
19129         (do_test): Likewise.
19130         * string/test-memcpy.c (do_one_test): Likewise.
19131         (do_test): Likewise.
19132         * string/test-memmem.c (do_one_test): Likewise.
19133         (do_test): Likewise.
19134         (do_random_tests): Likewise.
19135         * string/test-memmove.c (do_one_test): Likewise.
19136         (do_test): Likewise.
19137         * string/test-memset.c (do_one_test): Likewise.
19138         (do_test): Likewise.
19139         * string/test-rawmemchr.c (do_one_test): Likewise.
19140         (do_test): Likewise.
19141         * string/test-strcasecmp.c (do_one_test): Likewise.
19142         (do_test): Likewise.
19143         * string/test-strcasestr.c (do_one_test): Likewise.
19144         (do_test): Likewise.
19145         * string/test-strcat.c (do_one_test): Likewise.
19146         (do_test): Likewise.
19147         * string/test-strchr.c (do_one_test): Likewise.
19148         (do_test): Likewise.
19149         * string/test-strcmp.c (do_one_test): Likewise.
19150         (do_test): Likewise.
19151         * string/test-strcpy.c (do_one_test): Likewise.
19152         (do_test): Likewise.
19153         * string/test-string.h: Likewise.
19154         (test_init): Likewise.
19155         * string/test-strlen.c (do_one_test): Likewise.
19156         (do_test): Likewise.
19157         * string/test-strncasecmp.c (do_one_test): Likewise.
19158         (do_test): Likewise.
19159         * string/test-strncat.c (do_one_test): Likewise.
19160         (do_test): Likewise.
19161         * string/test-strncmp.c (do_one_test): Likewise.
19162         (do_test_limit): Likewise.
19163         (do_test): Likewise.
19164         * string/test-strncpy.c (do_one_test): Likewise.
19165         (do_test): Likewise.
19166         * string/test-strnlen.c (do_one_test): Likewise.
19167         (do_test): Likewise.
19168         * string/test-strpbrk.c (do_one_test): Likewise.
19169         (do_test): Likewise.
19170         * string/test-strrchr.c (do_one_test): Likewise.
19171         (do_test): Likewise.
19172         * string/test-strspn.c (do_one_test): Likewise.
19173         (do_test): Likewise.
19174         * string/test-strstr.c (do_one_test): Likewise.
19175         (do_test): Likewise.
19177         * benchtests/Makefile (string-bench): Add string benchmarks.
19178         * benchtests/bench-bcopy-ifunc.c: New file.
19179         * benchtests/bench-bcopy.c: New file.
19180         * benchtests/bench-bzero-ifunc.c: New file.
19181         * benchtests/bench-bzero.c: New file.
19182         * benchtests/bench-memccpy-ifunc.c: New file.
19183         * benchtests/bench-memccpy.c: New file.
19184         * benchtests/bench-memchr-ifunc.c: New file.
19185         * benchtests/bench-memchr.c: New file.
19186         * benchtests/bench-memcmp-ifunc.c: New file.
19187         * benchtests/bench-memcmp.c: New file.
19188         * benchtests/bench-memmem-ifunc.c: New file.
19189         * benchtests/bench-memmem.c: New file.
19190         * benchtests/bench-memmove-ifunc.c: New file.
19191         * benchtests/bench-memmove.c: New file.
19192         * benchtests/bench-mempcpy-ifunc.c: New file.
19193         * benchtests/bench-mempcpy.c: New file.
19194         * benchtests/bench-memset-ifunc.c: New file.
19195         * benchtests/bench-memset.c: New file.
19196         * benchtests/bench-rawmemchr-ifunc.c: New file.
19197         * benchtests/bench-rawmemchr.c: New file.
19198         * benchtests/bench-stpcpy-ifunc.c: New file.
19199         * benchtests/bench-stpcpy.c: New file.
19200         * benchtests/bench-stpncpy-ifunc.c: New file.
19201         * benchtests/bench-stpncpy.c: New file.
19202         * benchtests/bench-strcasecmp-ifunc.c: New file.
19203         * benchtests/bench-strcasecmp.c: New file.
19204         * benchtests/bench-strcasestr-ifunc.c: New file.
19205         * benchtests/bench-strcasestr.c: New file.
19206         * benchtests/bench-strcat-ifunc.c: New file.
19207         * benchtests/bench-strcat.c: New file.
19208         * benchtests/bench-strchr-ifunc.c: New file.
19209         * benchtests/bench-strchr.c: New file.
19210         * benchtests/bench-strchrnul-ifunc.c: New file.
19211         * benchtests/bench-strchrnul.c: New file.
19212         * benchtests/bench-strcmp-ifunc.c: New file.
19213         * benchtests/bench-strcmp.c: New file.
19214         * benchtests/bench-strcpy-ifunc.c: New file.
19215         * benchtests/bench-strcpy.c: New file.
19216         * benchtests/bench-strcspn-ifunc.c: New file.
19217         * benchtests/bench-strcspn.c: New file.
19218         * benchtests/bench-strlen-ifunc.c: New file.
19219         * benchtests/bench-strlen.c: New file.
19220         * benchtests/bench-strncasecmp-ifunc.c: New file.
19221         * benchtests/bench-strncasecmp.c: New file.
19222         * benchtests/bench-strncat-ifunc.c: New file.
19223         * benchtests/bench-strncat.c: New file.
19224         * benchtests/bench-strncmp-ifunc.c: New file.
19225         * benchtests/bench-strncmp.c: New file.
19226         * benchtests/bench-strncpy-ifunc.c: New file.
19227         * benchtests/bench-strncpy.c: New file.
19228         * benchtests/bench-strnlen-ifunc.c: New file.
19229         * benchtests/bench-strnlen.c: New file.
19230         * benchtests/bench-strpbrk-ifunc.c: New file.
19231         * benchtests/bench-strpbrk.c: New file.
19232         * benchtests/bench-strrchr-ifunc.c: New file.
19233         * benchtests/bench-strrchr.c: New file.
19234         * benchtests/bench-strspn-ifunc.c: New file.
19235         * benchtests/bench-strspn.c: New file.
19236         * benchtests/bench-strstr-ifunc.c: New file.
19237         * benchtests/bench-strstr.c: New file.
19239         * benchtests/Makefile: Disable parallel execution of targets.
19240         (string-bench): Add memcpy.
19241         (benchset): New variable to store a list of benchmark sets.
19242         (bench-func): Renamed from bench.
19243         (bench-set): New target.
19244         (bench): Depend on bench-func and bench-set.
19245         * benchtests/README: Add section on benchmark sets.
19246         * benchtests/bench-memcpy-ifunc.c: New file.
19247         * benchtests/bench-memcpy.c: New file.
19248         * benchtests/bench-string.h: New file.
19250 2013-06-11  Andreas Schwab  <schwab@suse.de>
19252         [BZ #15577]
19253         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
19254         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
19255         values in the triple.
19256         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
19257         terminator in the group key.
19259 2013-06-11  Andreas Jaeger  <aj@suse.de>
19261         * po/zh_TW.po: Update Chinese (traditional) translation from
19262         translation project.
19264 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
19266         * include/time.h (__clock_gettime): Add libc_hidden_proto.
19267         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
19268         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
19269         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
19270         (clock_getcpuclockid): Likewise.
19271         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
19272         Add weak_alias and libc_hidden_def.
19273         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
19274         * rt/clock_gettime.c (clock_gettime): Rename to
19275         __clock_gettime.  Add weak_alias and libc_hidden_def.
19276         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
19277         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
19278         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
19279         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
19280         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
19281         Likewise.
19282         * rt/clock_settime.c (clock_settime): Rename to
19283         __clock_settime.  Add weak_alias and libc_hidden_def.
19284         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
19286 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
19288         * mach/err_boot.sub: Remove trailing whitespace.
19289         * mach/err_ipc.sub: Likewise.
19290         * mach/err_mach.sub: Likewise.
19292         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
19293         (ROUNDING_TESTS_double): Likewise.
19294         (ROUNDING_TESTS_long_double): Likewise.
19295         (ROUNDING_TESTS): Likewise.
19296         * math/libm-test.inc: Include <math-tests.h>.
19297         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
19298         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
19299         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
19300         (IF_ROUND_INIT_FE_UPWARD): Likewise.
19302 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
19304         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
19305         of assigning.
19307 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
19309         * sysdeps/gnu/errlist.awk: Do not generate space at end of
19310         otherwise empty TRANS lines.
19311         * sysdeps/gnu/errlist.c: Regenerated.
19313         * catgets/gencat.c (error_print): Use (void) in function
19314         definition.
19315         * crypt/crypt_util.c (__init_des): Likewise.
19316         * crypt/speeds.c (Stop): Likewise.
19317         (main): Likewise.
19318         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
19319         * inet/ruserpass.c (token): Likewise.
19320         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
19321         * intl/localealias.c (extend_alias_table): Likewise.
19322         * intl/plural-exp.c (init_germanic_plural): Likewise.
19323         * libio/fcloseall.c (__fcloseall): Likewise.
19324         * libio/genops.c (_IO_flush_all): Likewise.
19325         (_IO_flush_all_linebuffered): Likewise.
19326         (_IO_cleanup): Likewise.
19327         (_IO_iter_begin): Likewise.
19328         (_IO_iter_end): Likewise.
19329         (_IO_list_lock): Likewise.
19330         (_IO_list_unlock): Likewise.
19331         (_IO_list_resetlock): Likewise.
19332         * libio/getchar.c (getchar): Likewise.
19333         * libio/getchar_u.c (getchar_unlocked): Likewise.
19334         * libio/getwchar.c (getwchar): Likewise.
19335         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
19336         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
19337         * login/getpt.c (__getpt): Likewise.
19338         * login/tst-utmp.c (main): Likewise.
19339         * malloc/hooks.c (__malloc_check_init): Likewise.
19340         * malloc/malloc.c (__malloc_stats): Likewise.
19341         * malloc/mtrace.c (tr_break): Likewise.
19342         (mtrace): Likewise.
19343         (muntrace): Likewise.
19344         * misc/fstab.c (endfsent): Likewise.
19345         * misc/getclktck.c (__getclktck): Likewise.
19346         * misc/getdtsz.c (__getdtablesize): Likewise.
19347         * misc/gethostid.c (gethostid): Likewise.
19348         * misc/getpagesize.c (__getpagesize): Likewise.
19349         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
19350         (__get_nprocs): Likewise.
19351         (__get_phys_pages): Likewise.
19352         (__get_avphys_pages): Likewise.
19353         * misc/getttyent.c (getttyent): Likewise.
19354         (setttyent): Likewise.
19355         (endttyent): Likewise.
19356         * misc/getusershell.c (getusershell): Likewise.
19357         (endusershell): Likewise.
19358         (setusershell): Likewise.
19359         (initshells): Likewise.
19360         * misc/hsearch.c (__hdestroy): Likewise.
19361         * misc/sync.c (sync): Likewise.
19362         * misc/syslog.c (closelog_internal): Likewise.
19363         (closelog): Likewise.
19364         * misc/ttyslot.c (ttyslot): Likewise.
19365         * misc/vhangup.c (vhangup): Likewise.
19366         * posix/fork.c (__fork): Likewise.
19367         * posix/getegid.c (__getegid): Likewise.
19368         * posix/geteuid.c (__geteuid): Likewise.
19369         * posix/getgid.c (__getgid): Likewise.
19370         * posix/getpid.c (__getpid): Likewise.
19371         * posix/getppid.c (__getppid): Likewise.
19372         * posix/getuid.c (__getuid): Likewise.
19373         * posix/pause.c (pause): Likewise.
19374         * posix/setpgrp.c (setpgrp): Likewise.
19375         * posix/setsid.c (__setsid): Likewise.
19376         * posix/test-vfork.c (noop): Likewise.
19377         * resolv/gethnamaddr.c (_endhtent): Likewise.
19378         (_gethtent): Likewise.
19379         (ht_endhostent): Likewise.
19380         (gethostent): Likewise.
19381         (dns_service): Likewise.
19382         * stdlib/drand48.c (drand48): Likewise.
19383         * stdlib/lrand48.c (lrand48): Likewise.
19384         * stdlib/mrand48.c (mrand48): Likewise.
19385         * stdlib/rand.c (rand): Likewise.
19386         * stdlib/random.c (__random): Likewise.
19387         * stdlib/setenv.c (clearenv): Likewise.
19388         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
19389         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
19390         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
19391         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
19392         (__get_nprocs): Likewise.
19393         (__get_phys_pages): Likewise.
19394         (__get_avphys_pages): Likewise.
19395         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
19396         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
19397         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
19398         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
19399         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
19400         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
19401         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
19402         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
19403         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
19404         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
19405         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
19406         * sysdeps/mach/hurd/sync.c (sync): Likewise.
19407         * sysdeps/posix/clock.c (clock): Likewise.
19408         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
19409         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
19410         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
19411         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
19412         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
19413         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
19414         (__get_nprocs_conf): Likewise.
19415         (__get_phys_pages): Likewise.
19416         (__get_avphys_pages): Likewise.
19417         * time/clock.c (clock): Likewise.
19418         * time/tzset.c (__tzname_max): Likewise.
19420 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
19422         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
19423         (__bswap_32): Do not use "register".
19424         * crypt/crypt.c (_ufc_doit_r): Likewise.
19425         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
19426         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
19427         * gmon/gmon.c (__monstartup): Likewise.
19428         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
19429         * hurd/hurdmalloc.c (more_memory): Likewise.
19430         (malloc): Likewise.
19431         (free): Likewise.
19432         (realloc): Likewise.
19433         (malloc_fork_prepare): Likewise.
19434         (malloc_fork_parent): Likewise.
19435         (malloc_fork_child): Likewise.
19436         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
19437         (_svcauth_des): Likewise.
19438         * inet/inet_lnaof.c (inet_lnaof): Likewise.
19439         * inet/inet_net.c (inet_network): Likewise.
19440         * inet/inet_netof.c (inet_netof): Likewise.
19441         * inet/rcmd.c (__validuser2_sa): Likewise.
19442         * io/fts.c (fts_open): Likewise.
19443         (fts_load): Likewise.
19444         (fts_close): Likewise.
19445         (fts_read): Likewise.
19446         (fts_children): Likewise.
19447         (fts_build): Likewise.
19448         (fts_stat): Likewise.
19449         (fts_sort): Likewise.
19450         (fts_alloc): Likewise.
19451         (fts_lfree): Likewise.
19452         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
19453         (_IO_file_xsgetn): Likewise.
19454         (_IO_file_xsgetn_mmap): Likewise.
19455         * libio/iofopncook.c (_IO_cookie_read): Likewise.
19456         (_IO_cookie_write): Likewise.
19457         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
19458         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
19459         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
19460         * malloc/obstack.c (_obstack_begin): Likewise.
19461         (_obstack_begin_1): Likewise.
19462         (_obstack_newchunk): Likewise.
19463         (_obstack_allocated_p): Likewise.
19464         (obstack_free): Likewise.
19465         (_obstack_memory_used): Likewise.
19466         * misc/getttyent.c (getttynam): Likewise.
19467         (getttyent): Likewise.
19468         (skip): Likewise.
19469         (value): Likewise.
19470         * misc/getusershell.c (initshells): Likewise.
19471         * misc/syslog.c (__vsyslog_chk): Likewise.
19472         * misc/ttyslot.c (ttyslot): Likewise.
19473         * nis/nis_hash.c (__nis_hash): Likewise.
19474         * posix/fnmatch_loop.c (FCT): Likewise.
19475         * posix/getconf.c (print_all): Likewise.
19476         (main): Likewise.
19477         * posix/getopt.c (exchange): Likewise.
19478         * posix/glob.c (globfree): Likewise.
19479         (prefix_array): Likewise.
19480         (__glob_pattern_type): Likewise.
19481         * resolv/arpa/nameser.h (NS_GET16): Likewise.
19482         (NS_GET32): Likewise.
19483         (NS_PUT16): Likewise.
19484         (NS_PUT32): Likewise.
19485         * resolv/gethnamaddr.c (getanswer): Likewise.
19486         (gethostbyname2): Likewise.
19487         (gethostbyaddr): Likewise.
19488         (_gethtent): Likewise.
19489         (_gethtbyname2): Likewise.
19490         (_gethtbyaddr): Likewise.
19491         * resolv/ns_print.c (dst_s_get_int16): Likewise.
19492         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
19493         * resolv/res_init.c (__res_vinit): Likewise.
19494         (net_mask): Likewise.
19495         * resolv/res_mkquery.c (outchar): Likewise.
19496         (PRINT): Likewise.
19497         * stdio-common/printf_fp.c (outchar): Likewise.
19498         (PRINT): Likewise.
19499         * stdio-common/printf_fphex.c (outchar): Likewise.
19500         (PRINT): Likewise.
19501         * stdio-common/printf_size.c (outchar): Likewise.
19502         (PRINT): Likewise.
19503         * stdio-common/test_rdwr.c (main): Likewise.
19504         * stdio-common/tfformat.c (matches): Likewise.
19505         * stdio-common/vfprintf.c (outchar): Likewise.
19506         (printf_unknown): Likewise.
19507         (buffered_vfprintf): Likewise.
19508         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
19509         * stdio-common/xbug.c (AppendToBuffer): Likewise.
19510         (ReadFile): Likewise.
19511         * stdlib/qsort.c (SWAP): Likewise.
19512         (_quicksort): Likewise.
19513         * stdlib/setenv.c (__add_to_environ): Likewise.
19514         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
19515         * stdlib/strtol_l.c (__strtol_l): Likewise.
19516         * stdlib/tst-strtod.c (main): Likewise.
19517         * stdlib/tst-strtol.c (main): Likewise.
19518         * stdlib/tst-strtoll.c (main): Likewise.
19519         * string/bits/string2.h (__strcmp_cc): Likewise.
19520         (__strcmp_cg): Likewise.
19521         (__strcspn_c1): Likewise.
19522         (__strcspn_c2): Likewise.
19523         (__strcspn_c3): Likewise.
19524         (__strspn_c1): Likewise.
19525         (__strspn_c2): Likewise.
19526         (__strspn_c3): Likewise.
19527         (__strsep_1c): Likewise.
19528         (__strsep_2c): Likewise.
19529         (__strsep_3c): Likewise.
19530         * string/memccpy.c (__memccpy): Likewise.
19531         * string/stpcpy.c (__stpcpy): Likewise.
19532         * string/strcmp.c (strcmp): Likewise.
19533         * string/strrchr.c (strrchr): Likewise.
19534         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
19535         Likewise.
19536         * sysdeps/mach/hurd/getcwd.c
19537         (_hurd_canonicalize_directory_name_internal): Likewise.
19538         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
19539         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
19540         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
19541         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
19542         Likewise, in both definitions.
19543         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
19544         definitions.
19545         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
19546         64] (__bswap_64): Likewise.
19547         * time/test_time.c (main): Likewise.
19548         * time/tzfile.c (__tzfile_read): Likewise.
19549         (__tzfile_compute): Likewise.
19550         * time/tzset.c (__tzset_parse_tz): Likewise.
19551         (tzset_internal): Likewise.
19552         (compute_change): Likewise.
19553         * wcsmbs/wcscat.c (__wcscat): Likewise.
19554         * wcsmbs/wcschr.c (wcschr): Likewise.
19555         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
19556         * wcsmbs/wcscspn.c (wcscspn): Likewise.
19557         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
19558         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
19559         * wcsmbs/wcsspn.c (wcsspn): Likewise.
19560         * wcsmbs/wcsstr.c (wcsstr): Likewise.
19561         * wcsmbs/wmemchr.c (wmemchr): Likewise.
19562         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
19563         * wcsmbs/wmemset.c (wmemset): Likewise.
19565 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
19567         * scripts/config.guess: Update to version 2013-05-16.
19568         * scripts/config.sub: Update to version 2013-04-24.
19569         * scripts/install-sh: Update to version 2011-11-20.07.
19570         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
19571         * scripts/move-if-change: Update to version 2012-01-06 07:23.
19573 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
19575         * debug/fgetws_u_chk.c: Fix leading whitespaces.
19576         * elf/sln.c: Likewise.
19577         * hurd/hurd/ioctl.h: Likewise.
19578         * hurd/hurdmalloc.c: Likewise.
19579         * hurd/xattr.c: Likewise.
19580         * include/shlib-compat.h: Likewise.
19581         * inet/ruserpass.c: Likewise.
19582         * libio/iofgets_u.c: Likewise.
19583         * libio/iofgetws_u.c: Likewise.
19584         * locale/programs/ld-identification.c: Likewise.
19585         * locale/programs/ld-time.c: Likewise.
19586         * mach/msg-destroy.c: Likewise.
19587         * nss/nss_files/files-netgrp.c: Likewise.
19588         * resolv/res_data.c: Likewise.
19589         * soft-fp/op-1.h: Likewise.
19590         * soft-fp/op-2.h: Likewise.
19591         * soft-fp/op-4.h: Likewise.
19592         * soft-fp/op-common.h: Likewise.
19593         * stdio-common/printf_fphex.c: Likewise.
19594         * stdlib/strtod_l.c: Likewise.
19595         * sunrpc/rpc/clnt.h: Likewise.
19596         * sysdeps/generic/framestate.c: Likewise.
19597         * sysdeps/i386/bsd-_setjmp.S: Likewise.
19598         * sysdeps/i386/bsd-setjmp.S: Likewise.
19599         * sysdeps/i386/__longjmp.S: Likewise.
19600         * sysdeps/i386/setjmp.S: Likewise.
19601         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
19602         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
19603         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
19604         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
19605         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
19606         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
19607         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
19608         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
19609         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
19610         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
19611         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
19612         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
19613         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
19614         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
19615         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
19616         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
19617         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
19618         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
19619         * sysdeps/ieee754/support.c: Likewise.
19620         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
19621         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
19622         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
19623         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
19624         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
19625         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
19626         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
19627         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
19628         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
19629         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
19630         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
19631         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
19632         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
19633         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
19634         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
19635         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
19636         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
19637         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
19639 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
19641         * posix/transbug.c: Remove executable mode.
19643 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
19645         * crypt/speeds.c: Remove trailing whitespace.
19646         * dlfcn/default.c: Likewise.
19647         * elf/ifuncdep2.c: Likewise.
19648         * elf/ifuncmain1.c: Likewise.
19649         * elf/ifuncmain1vis.c: Likewise.
19650         * elf/testobj.h: Likewise.
19651         * elf/tst-stackguard1.c: Likewise.
19652         * gmon/sys/gmon.h: Likewise.
19653         * hurd/hurdmsg.c: Likewise.
19654         * hurd/new-fd.c: Likewise.
19655         * hurd/ports-get.c: Likewise.
19656         * iconvdata/ibm1008_420.c: Likewise.
19657         * inet/tst-getni1.c: Likewise.
19658         * inet/tst-getni2.c: Likewise.
19659         * libio/ioungetc.c: Likewise.
19660         * libio/wfiledoalloc.c: Likewise.
19661         * manual/libm-err-tab.pl: Likewise.
19662         * math/w_dremf.c: Likewise.
19663         * misc/ftruncate.c: Likewise.
19664         * posix/bug-glob2.c: Likewise.
19665         * posix/tst-pcre.c: Likewise.
19666         * posix/wait4.c: Likewise.
19667         * resolv/README: Likewise.
19668         * resolv/res_debug.h: Likewise.
19669         * resolv/tst-inet_ntop.c: Likewise.
19670         * setjmp/bug269-setjmp.c: Likewise.
19671         * soft-fp/extended.h: Likewise.
19672         * soft-fp/op-1.h: Likewise.
19673         * soft-fp/op-2.h: Likewise.
19674         * soft-fp/op-4.h: Likewise.
19675         * soft-fp/op-8.h: Likewise.
19676         * soft-fp/testit.c: Likewise.
19677         * stdio-common/bug16.c: Likewise.
19678         * stdlib/random.c: Likewise.
19679         * sunrpc/rpcsvc/rquota.x: Likewise.
19680         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
19681         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
19682         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
19683         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
19684         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
19685         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
19686         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
19687         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
19688         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
19689         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
19690         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
19691         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
19692         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
19693         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
19694         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
19695         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
19696         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
19697         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
19698         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
19699         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
19700         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
19701         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
19702         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
19703         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
19704         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
19705         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
19706         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
19707         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
19708         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
19709         * sysdeps/ieee754/s_lib_version.c: Likewise.
19710         * sysdeps/mach/hurd/check_fds.c: Likewise.
19711         * sysdeps/mach/hurd/getsockname.c: Likewise.
19712         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
19713         * sysdeps/mach/hurd/recvfrom.c: Likewise.
19714         * sysdeps/powerpc/bits/link.h: Likewise.
19715         * sysdeps/powerpc/dl-procinfo.c: Likewise.
19716         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
19717         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
19718         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
19719         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
19720         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
19721         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
19722         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
19723         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
19724         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
19725         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
19726         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
19727         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
19728         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
19729         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
19730         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
19731         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
19732         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
19733         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
19734         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
19735         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
19736         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
19737         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
19738         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
19739         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
19740         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
19741         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
19742         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
19743         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
19744         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
19745         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
19746         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
19747         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
19748         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
19749         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
19750         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
19751         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
19752         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
19753         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
19754         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
19755         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
19756         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
19757         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
19758         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
19759         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
19760         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
19761         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
19762         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
19763         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
19764         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
19765         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
19766         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
19767         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
19768         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
19769         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
19770         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
19771         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
19772         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
19773         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
19774         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
19775         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
19776         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
19777         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
19778         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
19779         * sysdeps/powerpc/sysdep.h: Likewise.
19780         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
19781         * sysdeps/s390/s390-64/sub_n.S: Likewise.
19782         * sysdeps/sh/dl-trampoline.S: Likewise.
19783         * sysdeps/sh/memset.S: Likewise.
19784         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
19785         * sysdeps/sh/strlen.S: Likewise.
19786         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
19787         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
19788         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
19789         * sysdeps/sparc/sparc32/rem.S: Likewise.
19790         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
19791         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
19792         * sysdeps/sparc/sparc32/strchr.S: Likewise.
19793         * sysdeps/sparc/sparc32/udiv.S: Likewise.
19794         * sysdeps/sparc/sparc32/urem.S: Likewise.
19795         * sysdeps/sparc/sparc64/add_n.S: Likewise.
19796         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
19797         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
19798         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
19799         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
19800         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
19801         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
19802         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
19803         * sysdeps/unix/bsd/times.c: Likewise.
19804         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
19805         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
19806         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
19807         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
19808         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
19809         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
19810         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
19811         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
19812         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
19813         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
19814         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
19815         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
19816         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
19817         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
19818         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
19819         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
19820         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
19821         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
19822         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
19823         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
19824         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
19825         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
19826         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
19827         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
19828         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
19829         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
19830         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
19831         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
19832         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
19833         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
19834         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
19835         * sysdeps/x86_64/strcspn.S: Likewise.
19837 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
19839         * locale/C-translit.h: Revert #include <stdint.h> because this is a
19840         generated file.  Regenerate properly from gen-translit.pl.
19841         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
19842         locale/C-translit.h.
19844 2013-06-05  Andreas Schwab  <schwab@suse.de>
19846         [BZ #15100]
19847         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
19848         week as 6 instead of -1.
19849         * time/tst-strptime.c (day_tests): Add test case.
19851 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
19853         * sysdeps/generic/math_private.h
19854         (libc_feholdexcept_setround_53bit): Replace with
19855         libc_feholdsetround_53bit.
19856         (libc_feupdateenv_53bit): Replace with
19857         libc_feresetround_53bit.
19858         (SET_RESTORE_ROUND_53BIT): Adjust.
19860 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
19862         * string/test-strchrnul.c: Add copyright header.
19864         * posix/tst-getaddrinfo4.c: Increase test timeout.
19866 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
19868         [BZ #15536]
19869         * math/libm-test.inc (MAX_EXP): Remove
19870         (MIN_EXP): Define.
19871         (ulp): Use MIN_EXP - MANT_DIG.
19872         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
19874 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
19876         * po/be.po: Revert last change.
19877         * po/zh_CN.po: Likewise.
19878         * po/header.pot: Likewise.
19880 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
19882         * Makefile ($(common-objpfx)linkobj/libc.so): Define
19883         link-libc-deps to empty as target-specific variable.
19884         * Makerules (link-libc-args): New variable.
19885         (libc-for-link): Likewise.
19886         (link-libc-deps): Likewise.
19887         (lib%.so): Depend on $(link-libc-deps).  Link with
19888         $(link-libc-args).
19889         (build-module): Link with $(link-libc-args).
19890         (build-module-asneeded): Likewise.
19891         (build-module-helper-objlist): Filter out $(link-libc-deps) from
19892         list of objects.
19893         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
19894         target-specific variable.
19895         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
19896         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
19897         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
19898         libc.
19899         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
19900         libc and ld.so.
19901         ($(objpfx)libpcprofile.so): Likewise.
19902         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
19903         libc_nonshared.a.
19904         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
19905         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
19906         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
19907         $(link-libc-deps).
19908         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
19909         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
19910         * login/Makefile ($(objpfx)libutil.so): Likewise.
19911         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
19912         * math/Makefile ($(objpfx)libm.so): Likewise.
19913         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
19914         $(objpfx)libnsl.so): Define libc-for-link as target-specific
19915         variable instead of depending directly on libc.
19916         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
19917         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
19918         $(link-libc-deps).
19919         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
19920         libc.
19921         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
19922         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
19923         ($(objpfx)libanl.so): Likewise.
19924         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
19925         ld.so.
19926         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
19927         $(link-libc-deps).
19928         * sysdeps/i386/fpu/Makefile: Remove file.
19929         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
19930         ($(objpfx)libm.so): Remove dependency on ld.so.
19932 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
19934         [BZ # 15553]
19935         * nis/yp_xdr.c (XDRMAXNAME): Define.
19936         (XDRMAXRECORD): Define.
19937         (xdr_domainname): Use XDRMAXNAME.
19938         (xdr_mapname): Likewise.
19939         (xdr_peername): Likewise.
19940         (xdr_keydat): Use XDRMAXRECORD.
19941         (xdr_valdat): Likewise.
19943 2013-05-30  Jeff Law  <law@redhat.com>
19945         [BZ #14256]
19946         * manual/errno.texi (ESTALE): Update to account for more than
19947         just NFS file systems.
19948         * sysdeps/gnu/errlist.c: Regenerated.
19950 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
19952         [BZ #15465]
19953         * elf/Makefile (tests): Add tst-null-argv.
19954         (modules-names):  Add tst-null-argv-lib.
19955         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
19956         (tst-null-argv-ENV): Set environment for tst-null-argv.
19957         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
19958         (RTLD_PROGNAME): New macro.
19959         * elf/tst-null-argv.c: New test case.
19960         * elf/tst-null-argv-lib.c: Library for test case.
19961         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
19962         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
19963         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
19964         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
19965         * elf/dl-init.c (call_init): Likewise.
19966         (_dl_init): Likewise.
19967         * elf/dl-load.c (print_search_path): Likewise.
19968         (_dl_map_object): Likewise.
19969         * elf/dl-lookup.c (do_lookup_x): Likewise.
19970         (add_dependency): Likewise.
19971         (_dl_lookup_symbol_x): Likewise.
19972         (_dl_debug_bindings): Likewise.
19973         * elf/dl-open.c (_dl_show_scope): Likewise.
19974         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
19975         * elf/dl-version.c (match_symbol): Likewise.
19976         (_dl_check_map_versions): Likewise.
19977         * elf/rtld.c (dl_main): Likewise.
19978         (print_unresolved): Use RTLD_PROGNAME.
19979         (print_missing_version): Likewise.
19980         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
19981         (elf_machine_rela): Likewise.
19982         * sysdeps/powerpc/powerpc32/dl-machine.c
19983         (__process_machine_rela): Likewise.
19984         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
19985         Likewise.
19986         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
19987         Likewise.
19988         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
19989         Likewise.
19990         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
19991         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
19992         Likewise.
19993         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
19994         Likewise.
19995         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
19997 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
19999         * po/be.po: Add descriptive title.
20000         * po/zh_CN.po: Likewise.
20001         * po/header.pot: Likewise.
20003 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
20005         * locale/programs/locarchive.c (create_archive): Inlucde fname in
20006         error message.
20007         (enlarge_archive): Likewise.
20009 2013-05-28  Ben North  <ben@redfrontdoor.org>
20011         * manual/arith.texi (frexp): It is the magnitude of the return
20012         value which lies in [0.5, 1), not the return value itself.
20014 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20016         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20018 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
20020         * stdio-common/bug26.c (main): Correct fscanf template.
20022         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
20023         declare _dl_skip_args.
20025         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
20026         Don't declare.
20028         * manual/platform.texi: Add missing @end deftypefun.
20030 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
20032         [BZ #15529]
20033         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
20034         bit of mantissa of 2^16382.
20035         * math/libm-test.inc (hypot_test_data): Add more tests.
20037         * math/libm-test.inc: Add drem and pow10 to list of tested
20038         functions.
20039         (pow10_test): New function.
20040         (drem_test): Likewise.
20041         (drem_test_tonearest): Likewise.
20042         (drem_test_towardzero): Likewise.
20043         (drem_test_downward): Likewise.
20044         (drem_test_upward): Likewise.
20045         (main): Call the new functions.
20047         * math/libm-test.inc (finite_test_data): Remove.
20048         (finite_test): Run tests from isfinite_test_data.
20049         (gamma_test_data): Remove.
20050         (gamma_test): Run tests from lgamma_test_data.
20051         * sysdeps/i386/fpu/libm-test-ulps: Update.
20052         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20054 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20056         * manual/platform.texi: Add PowerPC PPR function set documentation.
20057         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
20058         implementation.
20060 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
20062         * math/libm-test.inc (MAX_EXP): Define.
20063         (ULPDIFF): Define.
20064         (ulp): New function.
20065         (check_float_internal): Use ULPDIFF.
20066         (cpow_test): Disable failing test.
20067         (check_ulp): Test ulp() implemetnation.
20068         (main): Call check_ulp before starting tests.
20070 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
20072         * math/gen-libm-test.pl (generate_testfile): Do not handle
20073         START_DATA and END_DATA.
20074         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
20075         END_DATA.
20076         (acos_tonearest_test_data): Likewise.
20077         (acos_towardzero_test_data): Likewise.
20078         (acos_downward_test_data): Likewise.
20079         (acos_upward_test_data): Likewise.
20080         (acosh_test_data): Likewise.
20081         (asin_test_data): Likewise.
20082         (asin_tonearest_test_data): Likewise.
20083         (asin_towardzero_test_data): Likewise.
20084         (asin_downward_test_data): Likewise.
20085         (asin_upward_test_data): Likewise.
20086         (asinh_test_data): Likewise.
20087         (atan_test_data): Likewise.
20088         (atanh_test_data): Likewise.
20089         (atan2_test_data): Likewise.
20090         (cabs_test_data): Likewise.
20091         (cacos_test_data): Likewise.
20092         (cacosh_test_data): Likewise.
20093         (carg_test_data): Likewise.
20094         (casin_test_data): Likewise.
20095         (casinh_test_data): Likewise.
20096         (catan_test_data): Likewise.
20097         (catanh_test_data): Likewise.
20098         (cbrt_test_data): Likewise.
20099         (ccos_test_data): Likewise.
20100         (ccosh_test_data): Likewise.
20101         (ceil_test_data): Likewise.
20102         (cexp_test_data): Likewise.
20103         (cimag_test_data): Likewise.
20104         (clog_test_data): Likewise.
20105         (clog10_test_data): Likewise.
20106         (conj_test_data): Likewise.
20107         (copysign_test_data): Likewise.
20108         (cos_test_data): Likewise.
20109         (cos_tonearest_test_data): Likewise.
20110         (cos_towardzero_test_data): Likewise.
20111         (cos_downward_test_data): Likewise.
20112         (cos_upward_test_data): Likewise.
20113         (cosh_test_data): Likewise.
20114         (cosh_tonearest_test_data): Likewise.
20115         (cosh_towardzero_test_data): Likewise.
20116         (cosh_downward_test_data): Likewise.
20117         (cosh_upward_test_data): Likewise.
20118         (cpow_test_data): Likewise.
20119         (cproj_test_data): Likewise.
20120         (creal_test_data): Likewise.
20121         (csin_test_data): Likewise.
20122         (csinh_test_data): Likewise.
20123         (csqrt_test_data): Likewise.
20124         (ctan_test_data): Likewise.
20125         (ctan_tonearest_test_data): Likewise.
20126         (ctan_towardzero_test_data): Likewise.
20127         (ctan_downward_test_data): Likewise.
20128         (ctan_upward_test_data): Likewise.
20129         (ctanh_test_data): Likewise.
20130         (ctanh_tonearest_test_data): Likewise.
20131         (ctanh_towardzero_test_data): Likewise.
20132         (ctanh_downward_test_data): Likewise.
20133         (ctanh_upward_test_data): Likewise.
20134         (erf_test_data): Likewise.
20135         (erfc_test_data): Likewise.
20136         (exp_test_data): Likewise.
20137         (exp_tonearest_test_data): Likewise.
20138         (exp_towardzero_test_data): Likewise.
20139         (exp_downward_test_data): Likewise.
20140         (exp_upward_test_data): Likewise.
20141         (exp10_test_data): Likewise.
20142         (exp2_test_data): Likewise.
20143         (expm1_test_data): Likewise.
20144         (fabs_test_data): Likewise.
20145         (fdim_test_data): Likewise.
20146         (finite_test_data): Likewise.
20147         (floor_test_data): Likewise.
20148         (fma_test_data): Likewise.
20149         (fma_towardzero_test_data): Likewise.
20150         (fma_downward_test_data): Likewise.
20151         (fma_upward_test_data): Likewise.
20152         (fmax_test_data): Likewise.
20153         (fmin_test_data): Likewise.
20154         (fmod_test_data): Likewise.
20155         (fpclassify_test_data): Likewise.
20156         (frexp_test_data): Likewise.
20157         (gamma_test_data): Likewise.
20158         (hypot_test_data): Likewise.
20159         (ilogb_test_data): Likewise.
20160         (isfinite_test_data): Likewise.
20161         (isgreater_test_data): Likewise.
20162         (isgreaterequal_test_data): Likewise.
20163         (isinf_test_data): Likewise.
20164         (isless_test_data): Likewise.
20165         (islessequal_test_data): Likewise.
20166         (islessgreater_test_data): Likewise.
20167         (isnan_test_data): Likewise.
20168         (isnormal_test_data): Likewise.
20169         (issignaling_test_data): Likewise.
20170         (isunordered_test_data): Likewise.
20171         (j0_test_data): Likewise.
20172         (j1_test_data): Likewise.
20173         (jn_test_data): Likewise.
20174         (ldexp_test_data): Likewise.
20175         (lgamma_test_data): Likewise.
20176         (lrint_test_data): Likewise.
20177         (lrint_tonearest_test_data): Likewise.
20178         (lrint_towardzero_test_data): Likewise.
20179         (lrint_downward_test_data): Likewise.
20180         (lrint_upward_test_data): Likewise.
20181         (llrint_test_data): Likewise.
20182         (llrint_tonearest_test_data): Likewise.
20183         (llrint_towardzero_test_data): Likewise.
20184         (llrint_downward_test_data): Likewise.
20185         (llrint_upward_test_data): Likewise.
20186         (log_test_data): Likewise.
20187         (log10_test_data): Likewise.
20188         (log1p_test_data): Likewise.
20189         (log2_test_data): Likewise.
20190         (logb_test_data): Likewise.
20191         (logb_downward_test_data): Likewise.
20192         (lround_test_data): Likewise.
20193         (llround_test_data): Likewise.
20194         (modf_test_data): Likewise.
20195         (nearbyint_test_data): Likewise.
20196         (nextafter_test_data): Likewise.
20197         (nexttoward_test_data): Likewise.
20198         (pow_test_data): Likewise.
20199         (pow_tonearest_test_data): Likewise.
20200         (pow_towardzero_test_data): Likewise.
20201         (pow_downward_test_data): Likewise.
20202         (pow_upward_test_data): Likewise.
20203         (remainder_test_data): Likewise.
20204         (remainder_tonearest_test_data): Likewise.
20205         (remainder_towardzero_test_data): Likewise.
20206         (remainder_downward_test_data): Likewise.
20207         (remainder_upward_test_data): Likewise.
20208         (remquo_test_data): Likewise.
20209         (rint_test_data): Likewise.
20210         (rint_tonearest_test_data): Likewise.
20211         (rint_towardzero_test_data): Likewise.
20212         (rint_downward_test_data): Likewise.
20213         (rint_upward_test_data): Likewise.
20214         (round_test_data): Likewise.
20215         (scalb_test_data): Likewise.
20216         (scalbn_test_data): Likewise.
20217         (scalbln_test_data): Likewise.
20218         (signbit_test_data): Likewise.
20219         (sin_test_data): Likewise.
20220         (sin_tonearest_test_data): Likewise.
20221         (sin_towardzero_test_data): Likewise.
20222         (sin_downward_test_data): Likewise.
20223         (sin_upward_test_data): Likewise.
20224         (sincos_test_data): Likewise.
20225         (sinh_test_data): Likewise.
20226         (sinh_tonearest_test_data): Likewise.
20227         (sinh_towardzero_test_data): Likewise.
20228         (sinh_downward_test_data): Likewise.
20229         (sinh_upward_test_data): Likewise.
20230         (sqrt_test_data): Likewise.
20231         (tan_test_data): Likewise.
20232         (tan_tonearest_test_data): Likewise.
20233         (tan_towardzero_test_data): Likewise.
20234         (tan_downward_test_data): Likewise.
20235         (tan_upward_test_data): Likewise.
20236         (tanh_test_data): Likewise.
20237         (tgamma_test_data): Likewise.
20238         (trunc_test_data): Likewise.
20239         (y0_test_data): Likewise.
20240         (y1_test_data): Likewise.
20241         (yn_test_data): Likewise.
20242         (significand_test_data): Likewise.
20244         * math/gen-libm-test.pl (@functions): Remove variable.
20245         (generate_testfile): Don't handle START and END lines.
20246         * math/libm-test.inc (START): New macro.
20247         (END): Likewise.
20248         (END_COMPLEX): Likewise.
20249         (acos_test): Use END macro without arguments.
20250         (acos_test_tonearest): Likewise.
20251         (acos_test_towardzero): Likewise.
20252         (acos_test_downward): Likewise.
20253         (acos_test_upward): Likewise.
20254         (acosh_test): Likewise.
20255         (asin_test): Likewise.
20256         (asin_test_tonearest): Likewise.
20257         (asin_test_towardzero): Likewise.
20258         (asin_test_downward): Likewise.
20259         (asin_test_upward): Likewise.
20260         (asinh_test): Likewise.
20261         (atan_test): Likewise.
20262         (atanh_test): Likewise.
20263         (atan2_test): Likewise.
20264         (cabs_test): Likewise.
20265         (cacos_test): Use END_COMPLEX macro without arguments.
20266         (cacosh_test): Likewise.
20267         (carg_test): Use END macro without arguments.
20268         (casin_test): Use END_COMPLEX macro without arguments.
20269         (casinh_test): Likewise.
20270         (catan_test): Likewise.
20271         (catanh_test): Likewise.
20272         (cbrt_test): Use END macro without arguments.
20273         (ccos_test): Use END_COMPLEX macro without arguments.
20274         (ccosh_test): Likewise.
20275         (ceil_test): Use END macro without arguments.
20276         (cexp_test): Use END_COMPLEX macro without arguments.
20277         (cimag_test): Use END macro without arguments.
20278         (clog_test): Use END_COMPLEX macro without arguments.
20279         (clog10_test): Likewise.
20280         (conj_test): Likewise.
20281         (copysign_test): Use END macro without arguments.
20282         (cos_test): Likewise.
20283         (cos_test_tonearest): Likewise.
20284         (cos_test_towardzero): Likewise.
20285         (cos_test_downward): Likewise.
20286         (cos_test_upward): Likewise.
20287         (cosh_test): Likewise.
20288         (cosh_test_tonearest): Likewise.
20289         (cosh_test_towardzero): Likewise.
20290         (cosh_test_downward): Likewise.
20291         (cosh_test_upward): Likewise.
20292         (cpow_test): Use END_COMPLEX macro without arguments.
20293         (cproj_test): Likewise.
20294         (creal_test): Use END macro without arguments.
20295         (csin_test): Use END_COMPLEX macro without arguments.
20296         (csinh_test): Likewise.
20297         (csqrt_test): Likewise.
20298         (ctan_test): Likewise.
20299         (ctan_test_tonearest): Likewise.
20300         (ctan_test_towardzero): Likewise.
20301         (ctan_test_downward): Likewise.
20302         (ctan_test_upward): Likewise.
20303         (ctanh_test): Likewise.
20304         (ctanh_test_tonearest): Likewise.
20305         (ctanh_test_towardzero): Likewise.
20306         (ctanh_test_downward): Likewise.
20307         (ctanh_test_upward): Likewise.
20308         (erf_test): Use END macro without arguments.
20309         (erfc_test): Likewise.
20310         (exp_test): Likewise.
20311         (exp_test_tonearest): Likewise.
20312         (exp_test_towardzero): Likewise.
20313         (exp_test_downward): Likewise.
20314         (exp_test_upward): Likewise.
20315         (exp10_test): Likewise.
20316         (exp2_test): Likewise.
20317         (expm1_test): Likewise.
20318         (fabs_test): Likewise.
20319         (fdim_test): Likewise.
20320         (finite_test): Likewise.
20321         (floor_test): Likewise.
20322         (fma_test): Likewise.
20323         (fma_test_towardzero): Likewise.
20324         (fma_test_downward): Likewise.
20325         (fma_test_upward): Likewise.
20326         (fmax_test): Likewise.
20327         (fmin_test): Likewise.
20328         (fmod_test): Likewise.
20329         (fpclassify_test): Likewise.
20330         (frexp_test): Likewise.
20331         (gamma_test): Likewise.
20332         (hypot_test): Likewise.
20333         (ilogb_test): Likewise.
20334         (isfinite_test): Likewise.
20335         (isgreater_test): Likewise.
20336         (isgreaterequal_test): Likewise.
20337         (isinf_test): Likewise.
20338         (isless_test): Likewise.
20339         (islessequal_test): Likewise.
20340         (islessgreater_test): Likewise.
20341         (isnan_test): Likewise.
20342         (isnormal_test): Likewise.
20343         (issignaling_test): Likewise.
20344         (isunordered_test): Likewise.
20345         (j0_test): Likewise.
20346         (j1_test): Likewise.
20347         (jn_test): Likewise.
20348         (ldexp_test): Likewise.
20349         (lgamma_test): Likewise.
20350         (lrint_test): Likewise.
20351         (lrint_test_tonearest): Likewise.
20352         (lrint_test_towardzero): Likewise.
20353         (lrint_test_downward): Likewise.
20354         (lrint_test_upward): Likewise.
20355         (llrint_test): Likewise.
20356         (llrint_test_tonearest): Likewise.
20357         (llrint_test_towardzero): Likewise.
20358         (llrint_test_downward): Likewise.
20359         (llrint_test_upward): Likewise.
20360         (log_test): Likewise.
20361         (log10_test): Likewise.
20362         (log1p_test): Likewise.
20363         (log2_test): Likewise.
20364         (logb_test): Likewise.
20365         (logb_test_downward): Likewise.
20366         (lround_test): Likewise.
20367         (llround_test): Likewise.
20368         (modf_test): Likewise.
20369         (nearbyint_test): Likewise.
20370         (nextafter_test): Likewise.
20371         (nexttoward_test): Likewise.
20372         (pow_test): Likewise.
20373         (pow_test_tonearest): Likewise.
20374         (pow_test_towardzero): Likewise.
20375         (pow_test_downward): Likewise.
20376         (pow_test_upward): Likewise.
20377         (remainder_test): Likewise.
20378         (remainder_test_tonearest): Likewise.
20379         (remainder_test_towardzero): Likewise.
20380         (remainder_test_downward): Likewise.
20381         (remainder_test_upward): Likewise.
20382         (remquo_test): Likewise.
20383         (rint_test): Likewise.
20384         (rint_test_tonearest): Likewise.
20385         (rint_test_towardzero): Likewise.
20386         (rint_test_downward): Likewise.
20387         (rint_test_upward): Likewise.
20388         (round_test): Likewise.
20389         (scalb_test): Likewise.
20390         (scalbn_test): Likewise.
20391         (scalbln_test): Likewise.
20392         (signbit_test): Likewise.
20393         (sin_test): Likewise.
20394         (sin_test_tonearest): Likewise.
20395         (sin_test_towardzero): Likewise.
20396         (sin_test_downward): Likewise.
20397         (sin_test_upward): Likewise.
20398         (sincos_test): Likewise.
20399         (sinh_test): Likewise.
20400         (sinh_test_tonearest): Likewise.
20401         (sinh_test_towardzero): Likewise.
20402         (sinh_test_downward): Likewise.
20403         (sinh_test_upward): Likewise.
20404         (sqrt_test): Likewise.
20405         (tan_test): Likewise.
20406         (tan_test_tonearest): Likewise.
20407         (tan_test_towardzero): Likewise.
20408         (tan_test_downward): Likewise.
20409         (tan_test_upward): Likewise.
20410         (tanh_test): Likewise.
20411         (tgamma_test): Likewise.
20412         (trunc_test): Likewise.
20413         (y0_test): Likewise.
20414         (y1_test): Likewise.
20415         (yn_test): Likewise.
20416         (significand_test): Likewise.
20418 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
20420         [BZ #15381]
20421         * libio/genops.c (_IO_no_init): Initialize wide struct info.
20423 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
20425         [BZ #14894]
20426         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
20427         __ppc_mdoio and __ppc_mdoom.
20428         * manual/platform.texi: Document new functions __ppc_yield,
20429         __ppc_mdoio and __ppc_mdoom.
20431 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
20433         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
20434         (main): Mention "tls" pseudo-hwcap is legacy.
20435         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
20437 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
20439         * math/gen-libm-test.pl (parse_args): Output only string of
20440         arguments as text for test name, not full call or descriptions of
20441         tests for extra outputs.
20442         (generate_testfile): Do not pass function name to parse_args.
20443         Generate this_func variable from START.
20444         * math/libm-test.inc (struct test_f_f_data): Rename test_name
20445         field to arg_str.
20446         (struct test_ff_f_data): Likewise.
20447         (test_ff_f_data_nexttoward): Likewise.
20448         (struct test_fi_f_data): Likewise.
20449         (struct test_fl_f_data): Likewise.
20450         (struct test_if_f_data): Likewise.
20451         (struct test_fff_f_data): Likewise.
20452         (struct test_c_f_data): Likewise.
20453         (struct test_f_f1_data): Likewise.  Remove field extra_name.
20454         (struct test_fF_f1_data): Likewise.
20455         (struct test_ffI_f1_data): Likewise.
20456         (struct test_c_c_data): Rename test_name field to arg_str.
20457         (struct test_cc_c_data): Likewise.
20458         (struct test_f_i_data): Likewise.
20459         (struct test_ff_i_data): Likewise.
20460         (struct test_f_l_data): Likewise.
20461         (struct test_f_L_data): Likewise.
20462         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
20463         and extra2_name.
20464         (COMMON_TEST_SETUP): New macro.
20465         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
20466         (COMMON_TEST_CLEANUP): Likewise.
20467         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
20468         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
20469         macros.
20470         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
20471         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
20472         macros.
20473         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
20474         (RUN_TEST_fff_f): Take argument string.  Call new setup and
20475         cleanup macros.
20476         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
20477         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
20478         macros.
20479         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
20480         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
20481         macros.
20482         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
20483         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
20484         cleanup macros.
20485         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
20486         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
20487         cleanup macros.
20488         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
20489         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
20490         cleanup macros.
20491         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
20492         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
20493         macros.
20494         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
20495         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
20496         macros.
20497         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
20498         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
20499         macros.
20500         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
20501         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
20502         cleanup macros.
20503         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
20504         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
20505         cleanup macros.
20506         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
20507         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
20508         macros.
20509         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
20510         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
20511         cleanup macros.
20512         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
20513         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
20514         macros.
20515         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
20516         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
20517         macros.
20518         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
20519         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
20520         cleanup macros.
20521         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
20523 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
20525         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
20526         to _sifields.sigfault.
20527         (si_addr_lsb): Define new macro.
20528         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
20529         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
20530         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
20532 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
20534         [BZ #15441]
20535         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
20536         returns -1.
20537         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
20538         null return -1.
20539         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
20540         loading the domain.
20542 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
20544         * math/gen-libm-test.pl (parse_args): Do not include expected
20545         result in test name.
20546         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
20547         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
20548         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
20549         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
20550         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
20551         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20553 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
20555         * benchtests/Makefile: Sort function entries.
20557         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
20558         tanh, asinh, acosh, atanh.
20559         * benchtests/acos-inputs: New file.
20560         * benchtests/acosh-inputs: New file.
20561         * benchtests/asin-inputs: New file.
20562         * benchtests/asinh-inputs: New file.
20563         * benchtests/atanh-inputs: New file.
20564         * benchtests/cosh-inputs: New file.
20565         * benchtests/log-inputs: New file.
20566         * benchtests/sinh-inputs: New file.
20567         * benchtests/tanh-inputs: New file.
20569 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
20571         [BZ #15339]
20572         * posix/tst-getaddrinfo4.c: New test.
20573         * posix/Makefile (tests): Add it.
20575 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
20577         [BZ #15339]
20578         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
20579         when no services were used.
20580         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
20581         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
20583 2013-05-21  Andreas Schwab  <schwab@suse.de>
20585         [BZ #15014]
20586         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
20587         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
20588         successful.
20589         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
20590         redundant variable declarations and reallocation of buffer when
20591         parsing as IPv6 address.  Always set NSS status when called from
20592         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
20593         buffer too small.  Correct computation of needed size.
20594         * nss/Makefile (tests): Add test-digits-dots.
20595         * nss/test-digits-dots.c: New test.
20597 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
20599         * benchtests/Makefile: Remove instructions for adding
20600         benchmark tests.
20601         * benchtests/README: New file to explain how to execute and
20602         enhance the benchmark tests.
20604 2013-05-21  Andreas Schwab  <schwab@suse.de>
20606         [BZ #15493]
20607         * setjmp/Makefile (tests): Add tst-sigsetjmp.
20608         * setjmp/tst-sigsetjmp.c: New test.
20610 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
20612         * sysdeps/x86_64/memset.S (memset): New implementation.
20613         (__bzero): Likewise.
20614         (__memset_tail): New function.
20616 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
20618         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
20619         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
20620         __memcpy_sse2_unaligned ifunc selection.
20621         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
20622         Add memcpy-sse2-unaligned.S.
20623         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
20624         Add: __memcpy_sse2_unaligned.
20626 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
20628         [BZ #15490]
20629         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
20630         math_force_eval before restoring floating-point envrionment.
20631         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
20632         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
20633         Likewise.
20634         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
20635         <math_private.h>.
20636         (__nearbyintl): Use math_force_eval before restoring
20637         floating-point environment.
20638         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
20640         * math/gen-libm-test.pl (special_functions): Remove.
20641         (parse_args): Don't handle TEST_extra.  Handle functions with no
20642         return value.
20643         * math/libm-test.inc (struct test_sincos_data): Replace with
20644         struct test_fFF_11_data.
20645         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
20646         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
20647         (sincos_test_data): Change element type to struct
20648         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
20649         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
20650         RUN_TEST_LOOP_sincos.
20651         * math/README.libm-test: Don't mention special handling of
20652         individual functions.
20653         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
20654         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
20655         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
20656         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
20657         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
20658         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20660         * math/gen-libm-test.pl (get_variable): Remove function.
20661         (parse_args): Don't show pointer parameters to call in test
20662         names.  Use "extra output N" in test names for extra outputs
20663         rather than naming variables.
20665 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
20667         [BZ #15488]
20668         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
20669         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
20670         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
20671         double tests.
20672         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
20673         disable.
20674         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
20675         check_long_double.
20677         * math/gen-libm-test.pl (@tests): Remove variable.
20678         ($count): Likewise.
20679         (new_test): Remove function.
20680         (show_exceptions): New function.
20681         (special_functions): Use show_exceptions instead of new_test.
20682         (parse_args): Likewise.
20683         (generate_testfile): Pass only function name in generated call to
20684         print_max_error or print_complex_max_error.
20685         (get_ulps): Do not handle complex tests specially.
20686         (output_test): Rename to ...
20687         (get_all_ulps_for_test): ... this.  Return a string rather than
20688         printing to a file.  Require ulps to be present.
20689         (output_ulps): Generate arrays rather than #defines.
20690         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
20691         (struct ulp_data): New type.
20692         (BUILD_COMPLEX_ULP): Remove macro.
20693         (compare_ulp_data): New function.
20694         (find_ulps): Likewise.
20695         (find_test_ulps): Likewise.
20696         (find_function_ulps): Likewise.
20697         (find_complex_function_ulps): Likewise.
20698         (print_max_error): Determine allowed ulps using
20699         find_function_ulps.
20700         (print_complex_max_error): Determine allowed ulps using
20701         find_complex_function_ulps.
20702         (check_float_internal): Determine max ulps using find_test_ulps.
20703         (check_float): Do not take max_ulp parameter.  Update call to
20704         check_float_internal.
20705         (check_complex): Likewise.
20706         (check_int): Do not take max_ulp parameter.
20707         (check_long): Likewise.
20708         (check_bool): Likewise.
20709         (check_longlong): Likewise.
20710         (struct test_f_f_data): Remove max_ulp field.
20711         (struct test_ff_f_data): Likewise.
20712         (struct test_ff_f_data_nexttoward): Likewise.
20713         (struct test_fi_f_data): Likewise.
20714         (struct test_fl_f_data): Likewise.
20715         (struct test_if_f_data): Likewise.
20716         (struct test_fff_f_data): Likewise.
20717         (struct test_c_f_data): Likewise.
20718         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
20719         (struct test_fF_f1_data): Likewise.
20720         (struct test_ffI_f1_data): Likewise.
20721         (struct test_c_c_data): Remove max_ulp field.
20722         (struct test_cc_c_data): Likewise.
20723         (struct test_f_i_data): Likewise.
20724         (struct test_ff_i_data): Likewise.
20725         (struct test_f_l_data): Likewise.
20726         (struct test_f_L_data): Likewise.
20727         (struct test_sincos_data): Likewise.
20728         (RUN_TEST_f_f): Do not handle ulps.
20729         (RUN_TEST_LOOP_f_f): Likewise.
20730         (RUN_TEST_2_f): Likewise.
20731         (RUN_TEST_LOOP_2_f): Likewise.
20732         (RUN_TEST_fff_f): Likewise.
20733         (RUN_TEST_LOOP_fff_f): Likewise.
20734         (RUN_TEST_c_f): Likewise.
20735         (RUN_TEST_LOOP_c_f): Likewise.
20736         (RUN_TEST_f_f1): Likewise.
20737         (RUN_TEST_LOOP_f_f1): Likewise.
20738         (RUN_TEST_fF_f1): Likewise.
20739         (RUN_TEST_LOOP_fF_f1): Likewise.
20740         (RUN_TEST_fI_f1): Likewise.
20741         (RUN_TEST_LOOP_fI_f1): Likewise.
20742         (RUN_TEST_ffI_f1): Likewise.
20743         (RUN_TEST_LOOP_ffI_f1): Likewise.
20744         (RUN_TEST_c_c): Likewise.
20745         (RUN_TEST_LOOP_c_c): Likewise.
20746         (RUN_TEST_cc_c): Likewise.
20747         (RUN_TEST_LOOP_cc_c): Likewise.
20748         (RUN_TEST_f_i): Likewise.
20749         (RUN_TEST_LOOP_f_i): Likewise.
20750         (RUN_TEST_f_i_tg): Likewise.
20751         (RUN_TEST_LOOP_f_i_tg): Likewise.
20752         (RUN_TEST_ff_i_tg): Likewise.
20753         (RUN_TEST_LOOP_ff_i_tg): Likewise.
20754         (RUN_TEST_f_b): Likewise.
20755         (RUN_TEST_LOOP_f_b): Likewise.
20756         (RUN_TEST_f_b_tg): Likewise.
20757         (RUN_TEST_LOOP_f_b_tg): Likewise.
20758         (RUN_TEST_f_l): Likewise.
20759         (RUN_TEST_LOOP_f_l): Likewise.
20760         (RUN_TEST_f_L): Likewise.
20761         (RUN_TEST_LOOP_f_L): Likewise.
20762         (RUN_TEST_sincos): Likewise.
20763         (RUN_TEST_LOOP_sincos): Likewise.
20765 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
20767         [BZ #15480]
20768         [BZ #15485]
20769         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
20770         main case of finite arguments, set rounding mode to FE_TONEAREST
20771         and discard exceptions.
20772         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
20773         exceptions.
20774         (remainder_tonearest_test_data): New variable.
20775         (remainder_test_tonearest): New function.
20776         (remainder_towardzero_test_data): New variable.
20777         (remainder_test_towardzero): New function.
20778         (remainder_downward_test_data): New variable.
20779         (remainder_test_downward): New function.
20780         (remainder_upward_test_data): New variable.
20781         (remainder_test_upward): New function.
20782         (main): Call the new test functions.
20784         * math/libm-test.inc (struct test_f_f1_data): Remove field
20785         extra_init.
20786         (struct test_fF_f1_data): Likewise.
20787         (struct test_ffI_f1_data): Likewise.
20788         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
20789         based on value of EXTRA_EXPECTED.
20790         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
20791         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
20792         EXTRA_VAR based on value of EXTRA_EXPECTED.
20793         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
20794         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
20795         EXTRA_VAR based on value of EXTRA_EXPECTED.
20796         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
20797         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
20798         EXTRA_VAR based on value of EXTRA_EXPECTED.
20799         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
20800         * math/gen-libm-test.pl (parse_args): Don't output initializers
20801         for extra output values.
20803         * math/libm-test.inc (check_int): Expect result to be exactly
20804         equal to expected value and do not handle ulps.
20805         (check_long): Likewise.
20806         (check_longlong): Likewise.
20808         * math/libm-test.inc (ceil_test_data): Test for "inexact"
20809         exceptions.
20810         (cimag_test_data): Likewise.
20811         (conj_test_data): Likewise.
20812         (copysign_test_data): Likewise.
20813         (cproj_test_data): Likewise.
20814         (creal_test_data): Likewise.
20815         (fabs_test_data): Likewise.
20816         (fdim_test_data): Likewise.
20817         (finite_test_data): Likewise.
20818         (floor_test_data): Likewise.
20819         (fmax_test_data): Likewise.
20820         (fmin_test_data): Likewise.
20821         (fmod_test_data): Likewise.
20822         (fpclassify_test_data): Likewise.
20823         (frexp_test_data): Likewise.
20824         (ilogb_test_data): Likewise.
20825         (isfinite_test_data): Likewise.
20826         (isgreater_test_data): Likewise.
20827         (isgreaterequal_test_data): Likewise.
20828         (isinf_test_data): Likewise.
20829         (isless_test_data): Likewise.
20830         (islessequal_test_data): Likewise.
20831         (islessgreater_test_data): Likewise.
20832         (isnan_test_data): Likewise.
20833         (isnormal_test_data): Likewise.
20834         (issignaling_test_data): Likewise.
20835         (isunordered_test_data): Likewise.
20836         (ldexp_test_data): Likewise.
20837         (lrint_test_data): Likewise.
20838         (lrint_test_data) [TEST_FLOAT]: Disable one test.
20839         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
20840         (lrint_tonearest_test_data): Test for "inexact" exceptions.
20841         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
20842         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
20843         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
20844         test input.
20845         (lrint_towardzero_test_data): Test for "inexact" exceptions.
20846         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
20847         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
20848         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
20849         that test input.
20850         (lrint_downward_test_data): Test for "inexact" exceptions.
20851         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
20852         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
20853         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
20854         test input.
20855         (lrint_upward_test_data): Test for "inexact" exceptions.
20856         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
20857         test input.
20858         (llrint_test_data): Test for "inexact" exceptions.
20859         (llrint_test_data) [TEST_FLOAT]: Disable one test.
20860         (llrint_tonearest_test_data): Test for "inexact" exceptions.
20861         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
20862         (llrint_towardzero_test_data): Test for "inexact" exceptions.
20863         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
20864         (llrint_downward_test_data): Test for "inexact" exceptions.
20865         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
20866         (llrint_upward_test_data): Test for "inexact" exceptions.
20867         (logb_test_data): Likewise.
20868         (logb_downward_test_data): Likewise.
20869         (nextafter_test_data): Likewise.
20870         (nexttoward_test_data): Likewise.
20871         (remainder_test_data): Likewise.
20872         (remquo_test_data): Likewise.
20873         (scalbn_test_data): Likewise.
20874         (scalbln_test_data): Likewise.
20875         (signbit_test_data): Likewise.
20876         (sqrt_test_data): Likewise.
20877         (significand_test_data): Likewise.
20879 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
20881         [BZ #15424]
20882         * benchtests/bench-modf.c (struct args): Mark arg0 as
20883         volatile.
20884         * scripts/bench.pl: Mark members of struct args as volatile.
20886 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20888         [BZ # 15497]
20889         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
20890         negative infinity on POWER6 or lower.
20891         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
20893 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
20895         [BZ #15442]
20896         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
20897         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
20898         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
20899         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
20900         (_FP_SETQNAN): New macro.
20901         (_FP_SETQNAN_SEMIRAW): Likewise.
20902         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
20903         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
20904         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
20905         (FP_EXTEND): Use _FP_FRAC_SNANP.
20906         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
20907         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
20908         into account.
20909         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
20910         New macro.
20911         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
20912         Likewise.
20914 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
20916         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
20917         with DIVIDE_BY_ZERO_EXCEPTION.
20918         (gamma_test_data): Likewise.
20919         (lgamma_test_data): Likewise.
20920         (log_test_data): Likewise.
20921         (log10_test_data): Likewise.
20922         (log2_test_data): Likewise.
20923         (tgamma_test_data): Likewise.
20925         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
20926         (acos_test_tonearest): Likewise.
20927         (acos_test_towardzero): Likewise.
20928         (acos_test_downward): Likewise.
20929         (acos_test_upward): Likewise.
20930         (acosh_test): Likewise.
20931         (asin_test): Likewise.
20932         (asin_test_tonearest): Likewise.
20933         (asin_test_towardzero): Likewise.
20934         (asin_test_downward): Likewise.
20935         (asin_test_upward): Likewise.
20936         (asinh_test): Likewise.
20937         (atan_test): Likewise.
20938         (atanh_test): Likewise.
20939         (atan2_test): Likewise.
20940         (cabs_test): Likewise.
20941         (cacos_test): Likewise.
20942         (cacosh_test): Likewise.
20943         (casin_test): Likewise.
20944         (casinh_test): Likewise.
20945         (catan_test): Likewise.
20946         (catanh_test): Likewise.
20947         (cbrt_test): Likewise.
20948         (ccos_test): Likewise.
20949         (ccosh_test): Likewise.
20950         (cexp_test): Likewise.
20951         (clog_test): Likewise.
20952         (clog10_test): Likewise.
20953         (cos_test): Likewise.
20954         (cos_test_tonearest): Likewise.
20955         (cos_test_towardzero): Likewise.
20956         (cos_test_downward): Likewise.
20957         (cos_test_upward): Likewise.
20958         (cosh_test): Likewise.
20959         (cosh_test_tonearest): Likewise.
20960         (cosh_test_towardzero): Likewise.
20961         (cosh_test_downward): Likewise.
20962         (cosh_test_upward): Likewise.
20963         (cpow_test): Likewise.
20964         (csin_test): Likewise.
20965         (csinh_test): Likewise.
20966         (csqrt_test): Likewise.
20967         (ctan_test): Likewise.
20968         (ctan_test_tonearest): Likewise.
20969         (ctan_test_towardzero): Likewise.
20970         (ctan_test_downward): Likewise.
20971         (ctan_test_upward): Likewise.
20972         (ctanh_test): Likewise.
20973         (ctanh_test_tonearest): Likewise.
20974         (ctanh_test_towardzero): Likewise.
20975         (ctanh_test_downward): Likewise.
20976         (ctanh_test_upward): Likewise.
20977         (erf_test): Likewise.
20978         (erfc_test): Likewise.
20979         (exp_test): Likewise.
20980         (exp_test_tonearest): Likewise.
20981         (exp_test_towardzero): Likewise.
20982         (exp_test_downward): Likewise.
20983         (exp_test_upward): Likewise.
20984         (exp10_test): Likewise.
20985         (exp2_test): Likewise.
20986         (expm1_test): Likewise.
20987         (fmod_test): Likewise.
20988         (gamma_test): Likewise.
20989         (hypot_test): Likewise.
20990         (j0_test): Likewise.
20991         (j1_test): Likewise.
20992         (jn_test): Likewise.
20993         (lgamma_test): Likewise.
20994         (log_test): Likewise.
20995         (log10_test): Likewise.
20996         (log1p_test): Likewise.
20997         (log2_test): Likewise.
20998         (logb_test_downward): Likewise.
20999         (pow_test): Likewise.
21000         (pow_test_tonearest): Likewise.
21001         (pow_test_towardzero): Likewise.
21002         (pow_test_downward): Likewise.
21003         (pow_test_upward): Likewise.
21004         (remainder_test): Likewise.
21005         (remquo_test): Likewise.
21006         (sin_test): Likewise.
21007         (sin_test_tonearest): Likewise.
21008         (sin_test_towardzero): Likewise.
21009         (sin_test_downward): Likewise.
21010         (sin_test_upward): Likewise.
21011         (sincos_test): Likewise.
21012         (sinh_test): Likewise.
21013         (sinh_test_tonearest): Likewise.
21014         (sinh_test_towardzero): Likewise.
21015         (sinh_test_downward): Likewise.
21016         (sinh_test_upward): Likewise.
21017         (sqrt_test): Likewise.
21018         (tan_test): Likewise.
21019         (tan_test_tonearest): Likewise.
21020         (tan_test_towardzero): Likewise.
21021         (tan_test_downward): Likewise.
21022         (tan_test_upward): Likewise.
21023         (tanh_test): Likewise.
21024         (tgamma_test): Likewise.
21025         (y0_test): Likewise.
21026         (y1_test): Likewise.
21027         (yn_test): Likewise.
21029         * math/gen-libm-test.pl (adjust_arg): Remove function.
21030         (special_function): Remove argument $in_func.  Only handle
21031         generating output for tables of tests, not inside functions.
21032         (parse_args): Likewise.
21033         (generate_testfile): Remove variable $in_func.  Update call to
21034         parse_args.
21035         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
21036         (MINUS_ZERO_INIT): Rename macro to minus_zero.
21037         (PLUS_INFTY_INIT): Rename macro to plus_infty.
21038         (MINUS_INFTY_INIT): Rename macro to minus_infty.
21039         (QNAN_VALUE_INIT): Rename macro to qnan_value.
21040         (MAX_VALUE_INIT): Rename macro to max_value.
21041         (MIN_VALUE_INIT): Rename macro to min_value.
21042         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
21043         (plus_zero): Remove variable.
21044         (minus_zero): Likewise.
21045         (plus_infty): Likewise.
21046         (minus_infty): Likewise.
21047         (qnan_value): Likewise.
21048         (max_value): Likewise.
21049         (min_value): Likewise.
21050         (min_subnorm_value): Likewise.
21052 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
21054         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
21055         uint64_t or uint32_t usage.
21056         * crypt/sha256-block.c: Likewise.
21057         * crypt/sha256-crypt.c: Likewise.
21058         * crypt/sha256.c: Likewise.
21059         * crypt/sha512-block.c: Likewise.
21060         * crypt/sha512-crypt.c: Likewise.
21061         * crypt/sha512.c: Likewise.
21062         * debug/backtrace-tst.c: Likewise.
21063         * debug/pcprofiledump.c: Likewise.
21064         * elf/cache.c: Likewise.
21065         * elf/dl-cache.c: Likewise.
21066         * elf/dl-misc.c: Likewise.
21067         * elf/dl-profile.c: Likewise.
21068         * elf/dl-support.c: Likewise.
21069         * elf/ldconfig.c: Likewise.
21070         * elf/sprof.c: Likewise.
21071         * iconv/dummy-repertoire.c: Likewise.
21072         * iconv/iconv_charmap.c: Likewise.
21073         * iconv/skeleton.c: Likewise.
21074         * iconvdata/8bit-generic.c: Likewise.
21075         * iconvdata/cp737.h: Likewise.
21076         * iconvdata/cp775.h: Likewise.
21077         * iconvdata/ibm1008.h: Likewise.
21078         * iconvdata/ibm1025.h: Likewise.
21079         * iconvdata/ibm1046.h: Likewise.
21080         * iconvdata/ibm1097.h: Likewise.
21081         * iconvdata/ibm1112.h: Likewise.
21082         * iconvdata/ibm1122.h: Likewise.
21083         * iconvdata/ibm1123.h: Likewise.
21084         * iconvdata/ibm1124.h: Likewise.
21085         * iconvdata/ibm1129.h: Likewise.
21086         * iconvdata/ibm1130.h: Likewise.
21087         * iconvdata/ibm1132.h: Likewise.
21088         * iconvdata/ibm1133.h: Likewise.
21089         * iconvdata/ibm1137.h: Likewise.
21090         * iconvdata/ibm1140.h: Likewise.
21091         * iconvdata/ibm1141.h: Likewise.
21092         * iconvdata/ibm1142.h: Likewise.
21093         * iconvdata/ibm1143.h: Likewise.
21094         * iconvdata/ibm1144.h: Likewise.
21095         * iconvdata/ibm1145.h: Likewise.
21096         * iconvdata/ibm1146.h: Likewise.
21097         * iconvdata/ibm1147.h: Likewise.
21098         * iconvdata/ibm1148.h: Likewise.
21099         * iconvdata/ibm1149.h: Likewise.
21100         * iconvdata/ibm1153.h: Likewise.
21101         * iconvdata/ibm1154.h: Likewise.
21102         * iconvdata/ibm1155.h: Likewise.
21103         * iconvdata/ibm1156.h: Likewise.
21104         * iconvdata/ibm1157.h: Likewise.
21105         * iconvdata/ibm1158.h: Likewise.
21106         * iconvdata/ibm1160.h: Likewise.
21107         * iconvdata/ibm1161.h: Likewise.
21108         * iconvdata/ibm1162.h: Likewise.
21109         * iconvdata/ibm1163.h: Likewise.
21110         * iconvdata/ibm1164.h: Likewise.
21111         * iconvdata/ibm1166.h: Likewise.
21112         * iconvdata/ibm1167.h: Likewise.
21113         * iconvdata/ibm12712.h: Likewise.
21114         * iconvdata/ibm1390.h: Likewise.
21115         * iconvdata/ibm1399.h: Likewise.
21116         * iconvdata/ibm16804.h: Likewise.
21117         * iconvdata/ibm4517.h: Likewise.
21118         * iconvdata/ibm4899.h: Likewise.
21119         * iconvdata/ibm4909.h: Likewise.
21120         * iconvdata/ibm4971.h: Likewise.
21121         * iconvdata/ibm5347.h: Likewise.
21122         * iconvdata/ibm803.h: Likewise.
21123         * iconvdata/ibm856.h: Likewise.
21124         * iconvdata/ibm901.h: Likewise.
21125         * iconvdata/ibm902.h: Likewise.
21126         * iconvdata/ibm9030.h: Likewise.
21127         * iconvdata/ibm9066.h: Likewise.
21128         * iconvdata/ibm921.h: Likewise.
21129         * iconvdata/ibm922.h: Likewise.
21130         * iconvdata/ibm9448.h: Likewise.
21131         * iconvdata/isiri-3342.h: Likewise.
21132         * iconvdata/jis0201.h: Likewise.
21133         * include/link.h: Likewise.
21134         * include/netdb.h: Likewise.
21135         * inet/check_native.c: Likewise.
21136         * inet/check_pf.c: Likewise.
21137         * inet/getipv4sourcefilter.c: Likewise.
21138         * inet/getnameinfo.c: Likewise.
21139         * inet/getsourcefilter.c: Likewise.
21140         * inet/htonl.c: Likewise.
21141         * inet/setipv4sourcefilter.c: Likewise.
21142         * inet/setsourcefilter.c: Likewise.
21143         * inet/test-inet6_opt.c: Likewise.
21144         * inet/tst-network.c: Likewise.
21145         * locale/C-collate.c: Likewise.
21146         * locale/C-ctype.c: Likewise.
21147         * locale/C-time.c: Likewise.
21148         * locale/C-translit.h: Likewise.
21149         * locale/loadarchive.c: Likewise.
21150         * locale/programs/3level.h: Likewise.
21151         * locale/programs/charmap.c: Likewise.
21152         * locale/programs/charmap.h: Likewise.
21153         * locale/programs/ld-address.c: Likewise.
21154         * locale/programs/ld-collate.c: Likewise.
21155         * locale/programs/ld-ctype.c: Likewise.
21156         * locale/programs/ld-identification.c: Likewise.
21157         * locale/programs/ld-measurement.c: Likewise.
21158         * locale/programs/ld-messages.c: Likewise.
21159         * locale/programs/ld-monetary.c: Likewise.
21160         * locale/programs/ld-name.c: Likewise.
21161         * locale/programs/ld-numeric.c: Likewise.
21162         * locale/programs/ld-paper.c: Likewise.
21163         * locale/programs/ld-telephone.c: Likewise.
21164         * locale/programs/ld-time.c: Likewise.
21165         * locale/programs/linereader.c: Likewise.
21166         * locale/programs/locale.c: Likewise.
21167         * locale/programs/locarchive.c: Likewise.
21168         * locale/programs/locfile.h: Likewise.
21169         * locale/programs/repertoire.c: Likewise.
21170         * locale/programs/simple-hash.c: Likewise.
21171         * locale/programs/simple-hash.h: Likewise.
21172         * malloc/memusage.c: Likewise.
21173         * malloc/memusagestat.c: Likewise.
21174         * nis/nis_defaults.c: Likewise.
21175         * nis/nis_hash.c: Likewise.
21176         * nis/nis_print.c: Likewise.
21177         * nis/nis_xdr.c: Likewise.
21178         * nscd/connections.c: Likewise.
21179         * nscd/hstcache.c: Likewise.
21180         * nscd/nscd_gethst_r.c: Likewise.
21181         * nscd/nscd_getserv_r.c: Likewise.
21182         * nscd/nscd_helper.c: Likewise.
21183         * nscd/servicescache.c: Likewise.
21184         * nss/makedb.c: Likewise.
21185         * nss/nss_db/db-XXX.c: Likewise.
21186         * nss/nss_db/db-initgroups.c: Likewise.
21187         * nss/nss_db/db-netgrp.c: Likewise.
21188         * nss/nss_files/files-network.c: Likewise.
21189         * nss/nss_files/files-parse.c: Likewise.
21190         * posix/bug-regex5.c: Likewise.
21191         * posix/fnmatch_loop.c: Likewise.
21192         * posix/regcomp.c: Likewise.
21193         * posix/regexec.c: Likewise.
21194         * posix/tst-rfc3484-2.c: Likewise.
21195         * posix/tst-rfc3484-3.c: Likewise.
21196         * posix/tst-rfc3484.c: Likewise.
21197         * resolv/nss_dns/dns-canon.c: Likewise.
21198         * resolv/nss_dns/dns-network.c: Likewise.
21199         * resolv/res_init.c: Likewise.
21200         * resolv/res_mkquery.c: Likewise.
21201         * resolv/tst-aton.c: Likewise.
21202         * stdlib/cxa_atexit.c: Likewise.
21203         * stdlib/cxa_finalize.c: Likewise.
21204         * stdlib/gen-fpioconst.c: Likewise.
21205         * stdlib/strtol_l.c: Likewise.
21206         * string/tst-endian.c: Likewise.
21207         * sunrpc/auth_des.c: Likewise.
21208         * sunrpc/clnt_udp.c: Likewise.
21209         * sunrpc/rtime.c: Likewise.
21210         * sunrpc/svcauth_des.c: Likewise.
21211         * sunrpc/xdr.c: Likewise.
21212         * sunrpc/xdr_intXX_t.c: Likewise.
21213         * sunrpc/xdr_rec.c: Likewise.
21214         * sysdeps/generic/ldconfig.h: Likewise.
21215         * sysdeps/generic/ldsodefs.h: Likewise.
21216         * sysdeps/generic/memusage.h: Likewise.
21217         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
21218         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
21219         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
21220         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
21221         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
21222         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
21223         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
21224         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
21225         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
21226         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
21227         * sysdeps/posix/getaddrinfo.c: Likewise.
21228         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
21229         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
21230         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
21231         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
21232         * sysdeps/powerpc/test-gettimebase.c: Likewise.
21233         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
21234         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
21235         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
21236         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
21237         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
21238         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
21239         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
21240         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
21241         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
21242         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
21243         * sysdeps/x86_64/dl-tls.h: Likewise.
21244         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
21245         * time/alt_digit.c: Likewise.
21246         * time/era.c: Likewise.
21247         * wcsmbs/tst-c16c32-1.c: Likewise.
21249 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
21251         * math/libm-test.inc (struct test_sincos_data): New type.
21252         (RUN_TEST_LOOP_sincos): New macro.
21253         (sincos_test_data): New variable.
21254         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
21256 2013-05-16  Richard Henderson  <rth@redhat.com>
21258         * math/atest-exp2.c (LIMB64): New macro.
21259         (CONSTSZ): New macro.
21260         (mp_exp1, mp_exp_m1, mp_log2): New variables.
21261         (hexdig): Move ...
21262         (print_mpn_fp): ... to function scope.
21263         (read_mpn_hex): Remove.
21264         (get_log2): Remove.
21265         (exp2_mpn): Use mp_log2.
21266         (main): Use mp_exp1.
21268 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
21270         * math/libm-test.inc: Remove comment about not testing "inexact"
21271         exceptions.
21272         (INEXACT_EXCEPTION): New macro.
21273         (NO_INEXACT_EXCEPTION): Likewise.
21274         (INVALID_EXCEPTION_OK): Update value.
21275         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
21276         (OVERFLOW_EXCEPTION_OK): Likewise.
21277         (UNDERFLOW_EXCEPTION_OK): Likewise.
21278         (IGNORE_ZERO_INF_SIGN): Likewise.
21279         (ERRNO_UNCHANGED): Likewise.
21280         (ERRNO_EDOM): Likewise.
21281         (ERRNO_ERANGE): Likewise.
21282         (test_exceptions): Handle testing "inexact" exceptions.
21283         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
21284         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
21285         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
21286         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
21287         INEXACT_EXCEPTION.
21288         (rint_towardzero_test_data): Likewise.
21289         (rint_downward_test_data): Likewise.
21290         (rint_upward_test_data): Likewise.
21292         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
21293         with OVERFLOW_EXCEPTION.
21294         (exp10_test_data): Likewise.
21295         (exp2_test_data): Likewise.
21296         (expm1_test_data): Likewise.
21297         (lgamma_test_data): Likewise.
21298         (pow_test_data): Likewise.
21299         (tgamma_test_data): Likewise.
21300         (yn_test_data): Remove duplicate test of overflow.
21302         * math/libm-test.inc (struct test_cc_c_data): New type.
21303         (RUN_TEST_LOOP_cc_c): New macro.
21304         (cpow_test_data): New variable.
21305         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
21307         * math/libm-test.inc (struct test_f_L_data): New type.
21308         (RUN_TEST_LOOP_f_L): New macro.
21309         (llrint_test_data): New variable.
21310         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
21311         (llrint_tonearest_test_data): New variable.
21312         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
21313         (llrint_towardzero_test_data): New variable.
21314         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
21315         (llrint_downward_test_data): New variable.
21316         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
21317         (llrint_upward_test_data): New variable.
21318         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
21319         (llround_test_data): New variable.
21320         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
21322 2013-05-13  Peter Collingbourne  <pcc@google.com>
21324         * math/atest-exp2.c (get_log2): Remove const attribute.
21326 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
21328         * math/libm-test.inc (struct test_f_l_data): New type.
21329         (RUN_TEST_LOOP_f_l): New macro.
21330         (lrint_test_data): New variable.
21331         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
21332         (lrint_tonearest_test_data): New variable.
21333         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
21334         (lrint_towardzero_test_data): New variable.
21335         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
21336         (lrint_downward_test_data): New variable.
21337         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
21338         (lrint_upward_test_data): New variable.
21339         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
21340         (lround_test_data): New variable.
21341         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
21343 2013-05-15  Peter Collingbourne  <pcc@google.com>
21345         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
21346         (EXTRACT_WORDS64) Use where appropriate.
21347         (INSERT_WORDS64) Likewise.
21349         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
21350         constraints with x constraints.
21351         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
21353         * malloc/obstack.c (_obstack_compat): Add initializer.
21355 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
21357         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
21358         si_trapno and add si_addr_lsb to _sifields.sigfault.
21359         (si_trapno): Remove macro.
21360         (si_addr_lsb): Define new macro.
21361         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
21363 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
21365         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
21366         instead of TEST_f_l.
21367         (llrint_test_tonearest): Likewise.
21368         (llrint_test_towardzero): Likewise.
21369         (llrint_test_downward): Likewise.
21370         (llrint_test_upward): Likewise.
21371         (llround_test): Likewise.
21373         * math/libm-test.inc (struct test_f_i_data): Add comment.
21374         (RUN_TEST_LOOP_f_b): New macro.
21375         (RUN_TEST_LOOP_f_b_tg): Likewise.
21376         (finite_test_data): New variable.
21377         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
21378         (isfinite_test_data): New variable.
21379         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
21380         (isinf_test_data): New variable.
21381         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
21382         (isnan_test_data): New variable.
21383         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
21384         (isnormal_test_data): New variable.
21385         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
21386         (issignaling_test_data): New variable.
21387         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
21388         (signbit_test_data): New variable.
21389         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
21391         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
21392         with INVALID_EXCEPTION.
21393         (acosh_test_data): Likewise.
21394         (asin_test_data): Likewise.
21395         (atanh_test_data): Likewise.
21396         (fmod_test_data): Likewise.
21397         (log_test_data): Likewise.
21398         (log10_test_data): Likewise.
21399         (log2_test_data): Likewise.
21400         (pow_test_data): Likewise.
21401         (sqrt_test_data): Likewise.
21402         (y0_test_data): Likewise.
21403         (y1_test_data): Likewise.
21404         (yn_test_data): Likewise.
21406         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
21407         function contents.
21409         * math/libm-test.inc (struct test_ff_i_data): New type.
21410         (RUN_TEST_LOOP_ff_i_tg): New macro.
21411         (isgreater_test_data): New variable.
21412         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
21413         (isgreaterequal_test_data): New variable.
21414         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
21415         (isless_test_data): New variable.
21416         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
21417         (islessequal_test_data): New variable.
21418         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
21419         (islessgreater_test_data): New variable.
21420         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
21421         (isunordered_test_data): New variable.
21422         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
21424 2013-05-14  David S. Miller  <davem@davemloft.net>
21426         * sysdeps/sparc/fpu/libm-test-ulps: Update.
21428 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
21430         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
21432         * math/libm-test.inc (struct test_fF_f1_data): Change type of
21433         extra_test to int.
21434         (struct test_f_i_data): Change type of max_ulp to int.
21436         * math/libm-test.inc (test_ffI_f1_data): New type.
21437         (RUN_TEST_LOOP_ffI_f1): New macro.
21438         (remquo_test_data): New variable.
21439         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
21441         * setjmp/tst-setjmp-fp.c: New file.
21442         * setjmp/Makefile (tests): Add tst-setjmp-fp.
21443         (link-libm): New variable.
21444         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
21446         * math/libm-test.inc (struct test_f_i_data): New type.
21447         (RUN_TEST_LOOP_f_i): New macro.
21448         (RUN_TEST_LOOP_f_i_tg): Likewise.
21449         (fpclassify_test_data): New variable.
21450         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
21451         (ilogb_test_data): New variable.
21452         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
21454         * math/libm-test.inc (scalbln_test): Correct function name in END
21455         call.
21457         * math/libm-test.inc (struct test_f_f1_data): Add comment.
21458         (RUN_TEST_LOOP_fI_f1): New macro.
21459         (frexp_test_data): New variable.
21460         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
21462         * math/libm-test.inc (struct test_fF_f1_data): New type.
21463         (RUN_TEST_LOOP_fF_f1): New macro.
21464         (modf_test_data): New variable.
21465         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
21467         * math/libm-test.inc (struct test_f_f1_data): New type.
21468         (RUN_TEST_LOOP_f_f1): New macro.
21469         (gamma_test_data): New variable.
21470         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
21471         (lgamma_test_data): New variable.
21472         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
21474 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
21476         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
21477         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
21478         (main): Comment "tls" pseudo-hwcap.
21480 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
21482         * math/libm-test.inc (struct test_fl_f_data): New type.
21483         (RUN_TEST_LOOP_fl_f): New variable.
21484         (scalbln_test_data): New variable.
21485         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
21487         * math/libm-test.inc (struct test_fi_f_data): New type.
21488         (RUN_TEST_LOOP_fi_f): New macro.
21489         (ldexp_test_data): New variable.
21490         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
21491         (scalbn_test_data): New variable.
21492         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
21494         * math/libm-test.inc (struct test_c_f_data): New type.
21495         (RUN_TEST_LOOP_c_f): New macro.
21496         (cabs_test_data): New variable.
21497         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
21498         (carg_test_data): New variable.
21499         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
21500         (cimag_test_data): New variable.
21501         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
21502         (creal_test_data): New variable.
21503         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
21505         * math/libm-test.inc (struct test_if_f_data): New type.
21506         (RUN_TEST_LOOP_if_f): New macro.
21507         (jn_test_data): New variable.
21508         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
21509         (yn_test_data): New variable.
21510         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
21512         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
21514 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21516         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
21517         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
21519 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
21521         * benchtests/Makefile (CPPFLAGS-nonlib): Add
21522         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
21523         (bench-deps): Add bench-timing.h.
21524         * benchtests-bench-skeleton.c: Include bench-timing.h.
21525         (main): Use TIMING_* macros instead of clock_gettime.
21526         * benchtests/bench-timing.h: New file.
21528         [BZ #14582]
21529         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
21530         Renamed from _LIB_VERSION.
21531         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
21533 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
21535         * math/libm-test.inc (struct test_fff_f_data): New type.
21536         (RUN_TEST_LOOP_fff_f): New macro.
21537         (fma_test_data): New variable.
21538         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
21539         (fma_towardzero_test_data): New variable.
21540         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
21541         (fma_downward_test_data): New variable.
21542         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
21543         (fma_upward_test_data): New variable.
21544         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
21546         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
21547         (struct test_c_c_data): New type.
21548         (RUN_TEST_LOOP_c_c): New macro.
21549         (cacos_test_data): New variable.
21550         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
21551         (cacosh_test_data): New variable.
21552         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
21553         (casin_test_data): New variable.
21554         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
21555         (casinh_test_data): New variable.
21556         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
21557         (catan_test_data): New variable.
21558         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
21559         (catanh_test_data): New variable.
21560         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
21561         (ccos_test_data): New variable.
21562         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
21563         (ccosh_test_data): New variable.
21564         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
21565         (cexp_test_data): New variable.
21566         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
21567         (clog_test_data): New variable.
21568         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
21569         (clog10_test_data): New variable.
21570         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
21571         (conj_test_data): New variable.
21572         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
21573         (cproj_test_data): New variable.
21574         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
21575         (csin_test_data): New variable.
21576         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
21577         (csinh_test_data): New variable.
21578         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
21579         (csqrt_test_data): New variable.
21580         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
21581         (ctan_test_data): New variable.
21582         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
21583         (ctan_tonearest_test_data): New variable.
21584         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
21585         (ctan_towardzero_test_data): New variable.
21586         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
21587         (ctan_downward_test_data): New variable.
21588         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
21589         (ctan_upward_test_data): New variable.
21590         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
21591         (ctanh_test_data): New variable.
21592         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
21593         (ctanh_tonearest_test_data): New variable.
21594         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
21595         (ctanh_towardzero_test_data): New variable.
21596         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
21597         (ctanh_downward_test_data): New variable.
21598         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
21599         (ctanh_upward_test_data): New variable.
21600         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
21601         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
21602         of BUILD_COMPLEX.
21604         * math/libm-test.inc (struct test_ff_f_data): New type.
21605         (struct test_ff_f_data_nexttoward): Likewise.
21606         (RUN_TEST_LOOP_2_f): New macro.
21607         (RUN_TEST_LOOP_ff_f): Likewise.
21608         (atan2_test_data): New variable.
21609         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
21610         (copysign_test_data): New variable.
21611         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
21612         (fdim_test_data): New variable.
21613         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
21614         (fmax_test_data): New variable.
21615         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
21616         (fmin_test_data): New variable.
21617         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
21618         (fmod_test_data): New variable.
21619         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
21620         (hypot_test_data): New variable.
21621         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
21622         (nextafter_test_data): New variable.
21623         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
21624         (nexttoward_test_data): New variable.
21625         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
21626         (pow_test_data): New variable.
21627         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
21628         (pow_tonearest_test_data): New variable.
21629         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
21630         (pow_towardzero_test_data): New variable.
21631         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
21632         (pow_downward_test_data): New variable.
21633         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
21634         (pow_upward_test_data): New variable.
21635         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
21636         (remainder_test_data): New variable.
21637         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
21638         (scalb_test_data): New variable.
21639         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
21640         * sysdeps/i386/fpu/libm-test-ulps: Update.
21642 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
21644         * math/libm-test.inc (fma_test): Use max_value instead of local
21645         variable fltmax.
21646         (nextafter_test): Likewise.
21648         * math/libm-test.inc (acos_towardzero_test_data): New variable.
21649         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
21650         (acos_downward_test_data): New variable.
21651         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
21652         (acos_upward_test_data): New variable.
21653         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
21654         (acosh_test_data): New variable.
21655         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
21656         (asin_test_data): New variable.
21657         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
21658         (asin_tonearest_test_data): New variable.
21659         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
21660         (asin_towardzero_test_data): New variable.
21661         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
21662         (asin_downward_test_data): New variable.
21663         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
21664         (asin_upward_test_data): New variable.
21665         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
21666         (asinh_test_data): New variable.
21667         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
21668         (atan_test_data): New variable.
21669         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
21670         (atanh_test_data): New variable.
21671         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
21672         (cbrt_test_data): New variable.
21673         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
21674         (ceil_test_data): New variable.
21675         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
21676         (cos_test_data): New variable.
21677         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
21678         (cos_tonearest_test_data): New variable.
21679         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
21680         (cos_towardzero_test_data): New variable.
21681         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
21682         (cos_downward_test_data): New variable.
21683         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
21684         (cos_upward_test_data): New variable.
21685         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
21686         (cosh_test_data): New variable.
21687         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
21688         (cosh_tonearest_test_data): New variable.
21689         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
21690         (cosh_towardzero_test_data): New variable.
21691         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
21692         (cosh_downward_test_data): New variable.
21693         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
21694         (cosh_upward_test_data): New variable.
21695         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
21696         (erf_test_data): New variable.
21697         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
21698         (erfc_test_data): New variable.
21699         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
21700         (exp_test_data): New variable.
21701         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
21702         (exp_tonearest_test_data): New variable.
21703         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
21704         (exp_towardzero_test_data): New variable.
21705         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
21706         (exp_downward_test_data): New variable.
21707         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
21708         (exp_upward_test_data): New variable.
21709         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
21710         (exp10_test_data): New variable.
21711         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
21712         (exp2_test_data): New variable.
21713         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
21714         (expm1_test_data): New variable.
21715         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
21716         (fabs_test_data): New variable.
21717         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
21718         (floor_test_data): New variable.
21719         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
21720         (j0_test_data): New variable.
21721         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
21722         (j1_test_data): New variable.
21723         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
21724         (log_test_data): New variable.
21725         (log_test): Run tests with RUN_TEST_LOOP_f_f.
21726         (log10_test_data): New variable.
21727         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
21728         (log1p_test_data): New variable.
21729         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
21730         (log2_test_data): New variable.
21731         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
21732         (logb_test_data): New variable.
21733         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
21734         (logb_downward_test_data): New variable.
21735         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
21736         (nearbyint_test_data): New variable.
21737         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
21738         (rint_test_data): New variable.
21739         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
21740         (rint_tonearest_test_data): New variable.
21741         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
21742         (rint_towardzero_test_data): New variable.
21743         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
21744         (rint_downward_test_data): New variable.
21745         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
21746         (rint_upward_test_data): New variable.
21747         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
21748         (round_test_data): New variable.
21749         (round_test): Run tests with RUN_TEST_LOOP_f_f.
21750         (sin_test_data): New variable.
21751         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
21752         (sin_tonearest_test_data): New variable.
21753         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
21754         (sin_towardzero_test_data): New variable.
21755         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
21756         (sin_downward_test_data): New variable.
21757         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
21758         (sin_upward_test_data): New variable.
21759         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
21760         (sinh_test_data): New variable.
21761         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
21762         (sinh_tonearest_test_data): New variable.
21763         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
21764         (sinh_towardzero_test_data): New variable.
21765         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
21766         (sinh_downward_test_data): New variable.
21767         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
21768         (sinh_upward_test_data): New variable.
21769         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
21770         (sqrt_test_data): New variable.
21771         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
21772         (tan_test_data): New variable.
21773         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
21774         (tan_tonearest_test_data): New variable.
21775         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
21776         (tan_towardzero_test_data): New variable.
21777         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
21778         (tan_downward_test_data): New variable.
21779         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
21780         (tan_upward_test_data): New variable.
21781         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
21782         (tanh_test_data): New variable.
21783         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
21784         (tgamma_test_data): New variable.
21785         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
21786         (trunc_test_data): New variable.
21787         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
21788         (y0_test_data): New variable.
21789         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
21790         (y1_test_data): New variable.
21791         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
21792         (significand_test_data): New variable.
21793         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
21795 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
21797         [BZ #12387]
21798         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
21800 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
21802         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
21804 2013-05-10  Andreas Jaeger  <aj@suse.de>
21806         [BZ #15448]
21807         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
21808         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
21810 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
21812         * math/gen-libm-test.pl (adjust_arg): New function.
21813         (special_functions): Handle generating output in both functions
21814         and arrays.
21815         (parse_args): Likewise.
21816         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
21817         $in_func argument to parse_args.
21818         * math/libm-test.inc (struct test_f_f_data): New type.
21819         (IF_ROUND_INIT_): New macro.
21820         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
21821         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
21822         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
21823         (IF_ROUND_INIT_FE_UPWARD): Likewise.
21824         (ROUND_RESTORE_): Likewise.
21825         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
21826         (ROUND_RESTORE_FE_TONEAREST): Likewise.
21827         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
21828         (ROUND_RESTORE_FE_UPWARD): Likewise.
21829         (RUN_TEST_LOOP_f_f): New macro.
21830         (acos_test_data): New variable.
21831         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
21832         (acos_tonearest_test_data): New variable.
21833         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
21835 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
21837         * benchtests/bench-skeleton.c (startup): Fix coding style.
21839 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
21841         [BZ #6809]
21842         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
21843         negative infinity argument.
21844         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
21845         negative infinity argument.
21846         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
21847         negative infinity argument.
21848         * math/libm-test.inc (tgamma_test): Expect errno to be set for
21849         domain errors.
21851 2013-05-10  Florian Weimer  <fweimer@redhat.com>
21853         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
21854         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
21855         * iconv/iconv_prog.c (main): Likewise.
21856         * locale/programs/charmap-dir.c (charmap_readdir)
21857         (fopen_uncompressed): Likewise.
21858         * locale/programs/locfile.c (siblings_uncached)
21859         (write_locale_data): Use lstat64 instead of lstat.
21860         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
21861         stat.
21863 2013-05-10  Andreas Jaeger  <aj@suse.de>
21865         [BZ #15395]
21866         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
21867         localization.
21868         Include <locale.h>.
21870 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
21872         * elf/dl-close.c (_dl_close_worker): Add comments.
21874 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
21876         [BZ #15359]
21877         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
21878         high part of pi/2.
21879         (__ieee754_rem_pio2l): Update comments.
21881         [BZ #15429]
21882         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
21883         high part of pi/2.
21884         (__ieee754_rem_pio2l): Update comments.
21886         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
21887         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
21889         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
21890         M_PI_4l.
21892         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
21893         (M_PI_34_LOG10El): Likewise.
21894         (M_PI2_LOG10El): Likewise.
21895         (M_PI4_LOG10El): Likewise.
21896         (M_PI_LOG10El): Likewise.
21898 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21900         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21902 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
21904         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
21905         (MINUS_ZERO_INIT): Likewise.
21906         (PLUS_INFTY_INIT): Likewise.
21907         (MINUS_INFTY_INIT): Likewise.
21908         (QNAN_VALUE_INIT): Likewise.
21909         (MAX_VALUE_INIT): Likewise.
21910         (MIN_VALUE_INIT): Likewise.
21911         (MIN_SUBNORM_VALUE_INIT): Likewise.
21912         (plus_zero): Initialize with PLUS_ZERO_INIT.
21913         (minus_zero): Initialize with MINUS_ZERO_INIT.
21914         (plus_infty): Initialize with PLUS_INFTY_INIT.
21915         (minus_infty): Initialize with MINUS_INFTY_INIT.
21916         (qnan_value): Initialize with QNAN_VALUE_INIT.
21917         (max_value): Initialize with MAX_VALUE_INIT.
21918         (min_value): Initialize with MIN_VALUE_INIT.
21919         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
21921         * math/libm-test.inc (RUN_TEST_if_f): New macro.
21922         (jn_test): Use TEST_if_f instead of TEST_ff_f.
21923         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
21924         (yn_test): Use TEST_if_f instead of TEST_ff_f.
21926         * math/libm-test.inc (RUN_TEST_f_f): New macro.
21927         (RUN_TEST_2_f): Likewise.
21928         (RUN_TEST_ff_f): Likewise.
21929         (RUN_TEST_fi_f): Likewise.
21930         (RUN_TEST_fl_f): Likewise.
21931         (RUN_TEST_fff_f): Likewise.
21932         (RUN_TEST_c_f): Likewise.
21933         (RUN_TEST_f_f1): Likewise.
21934         (RUN_TEST_fF_f1): Likewise.
21935         (RUN_TEST_fI_f1): Likewise.
21936         (RUN_TEST_ffI_f1): Likewise.
21937         (RUN_TEST_c_c): Likewise.
21938         (RUN_TEST_cc_c): Likewise.
21939         (RUN_TEST_f_i): Likewise.
21940         (RUN_TEST_f_i_tg): Likewise.
21941         (RUN_TEST_ff_i_tg): Likewise.
21942         (RUN_TEST_f_b): Likewise.
21943         (RUN_TEST_f_b_tg): Likewise.
21944         (RUN_TEST_f_l): Likewise.
21945         (RUN_TEST_f_L): Likewise.
21946         (RUN_TEST_sincos): Likewise.
21947         * math/gen-libm-test.pl (new_test): Take new argument to indicate
21948         whether to show exceptions.  Do not include ");\n" in return
21949         value.
21950         (special_functions): Output call to RUN_TEST_sincos instead of
21951         check_float calls.  Update calls to new_test.
21952         (parse_args): Output call to single RUN_TEST_* macro instead of
21953         check_* calls and other assignments.  Update calls to new_test.
21955         [BZ #2546]
21956         [BZ #2560]
21957         [BZ #5159]
21958         [BZ #15426]
21959         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
21960         input to result for tgamma overflow.
21961         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
21962         (gamma_coeff): New variable.
21963         (NCOEFF): New macro.
21964         (gamma_positive): New function.
21965         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
21966         underflow here.  Use gamma_positive instead of exp (lgamma) for
21967         other arguments.
21968         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
21969         (gamma_coeff): New variable.
21970         (NCOEFF): New macro.
21971         (gammaf_positive): New function.
21972         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
21973         underflow here.  Use gamma_positive instead of exp (lgamma) for
21974         other arguments.
21975         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
21976         (gamma_coeff): New variable.
21977         (NCOEFF): New macro.
21978         (gammal_positive): New function.
21979         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
21980         underflow here.  Use gamma_positive instead of exp (lgamma) for
21981         other arguments.
21982         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
21983         (gamma_coeff): New variable.
21984         (NCOEFF): New macro.
21985         (gammal_positive): New function.
21986         (__ieee754_gammal_r): Handle positive infinity, overflow and
21987         underflow here.  Handle NaN the same as positive infinity.  Remove
21988         check x < 0xffffffff for negative integers.  Use gamma_positive
21989         instead of exp (lgamma) for other arguments.
21990         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
21991         (gamma_coeff): New variable.
21992         (NCOEFF): New macro.
21993         (gammal_positive): New function.
21994         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
21995         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
21996         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
21997         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
21998         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
21999         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
22000         * sysdeps/generic/math_private.h (__gamma_productf): New
22001         prototype.
22002         (__gamma_product): Likewise.
22003         (__gamma_productl): Likewise.
22004         * math/Makefile (libm-calls): Add gamma_product.
22005         * math/libm-test.inc (tgamma_test): Add more tests.
22006         * sysdeps/i386/fpu/libm-test-ulps: Update.
22007         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22009 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
22011         * benchtests/bench-skeleton.c (main): Preheat CPU.
22013 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
22015         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
22017 2013-05-07  Roland McGrath  <roland@hack.frob.com>
22019         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
22020         and _dl_skip_args_internal.
22022 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
22024         * manual/message.texi (Message Translation): Talk about users.
22025         Message to key mapping impacts design.
22027 2013-05-06  Roland McGrath  <roland@hack.frob.com>
22029         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
22031         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
22033         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
22034         * sysdeps/wordsize-64/glob64.c: ... here.
22036         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
22037         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
22038         New macros.
22040         * debug/getlogin_r_chk.c: Moved to ...
22041         * login/getlogin_r_chk.c: ... here.
22042         * debug/Makefile (routines): Move getlogin_r_chk to ...
22043         * login/Makefile (routines): ... here.
22044         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
22045         * login/Versions (libc: GLIBC_2.4): ... here.
22047         * io/poll.c (__poll): Renamed from poll.
22048         Add libc_hidden_def.
22049         (poll): Define as weak alias.
22051         * debug/ptsname_r_chk.c: Moved to ...
22052         * login/ptsname_r_chk.c: ... here.
22053         * debug/Makefile (routines): Move ptsname_r_chk to ...
22054         * login/Makefile (routines): ... here.
22055         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
22056         * login/Versions (libc: GLIBC_2.4): ... here.
22058         * posix/getlogin.c: Moved to ...
22059         * login/getlogin.c: ... here.
22060         * posix/getlogin_r.c: Moved to ...
22061         * login/getlogin_r.c: ... here.
22062         * posix/getlogin_r.c: Moved to ...
22063         * login/getlogin_r.c: ... here.
22064         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
22065         * login/Makefile (routines): ... here.
22066         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
22067         * login/Versions (libc: GLIBC_2.0): ... here.
22069         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
22070         (setrlimit): Define as weak alias.
22072         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
22073         Call __ names for open, ftruncate, and close.
22074         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
22075         (truncate): Define as weak alias.
22077 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
22079         * math/gen-libm-test.pl (parse_args): Initialize x before each
22080         test of frexp, modf and remquo.
22082         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
22083         test signgam value.
22085 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22087         [BZ #15418]
22088         [BZ #15419]
22089         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
22090         internal tests.
22091         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
22093 2013-05-06  Roland McGrath  <roland@hack.frob.com>
22095         * elf/dl-writev.h: New file.
22096         * elf/dl-misc.c: Include it.
22097         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
22098         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
22100 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
22102         * math/libm-test.inc (noXFails): Remove variable.
22103         (noXPasses): Likewise.
22104         (BUILD_COMPLEX_INT): Remove macro.
22105         (print_screen): Remove xfail argument.
22106         (print_screen_max_error): Likewise.
22107         (update_stats): Likewise.
22108         (print_max_error): Likewise.  Update calls to other affected
22109         functions.
22110         (print_complex_max_error): Likewise.
22111         (test_single_exception): Update calls to print_screen.
22112         (test_single_errno): Likewise.
22113         (check_float_internal): Remove xfail argument.  Update calls to
22114         other affected functions.
22115         (check_float): Likewise.
22116         (check_complex): Likewise.
22117         (check_int): Likewise.
22118         (check_long): Likewise.
22119         (check_bool): Likewise.
22120         (check_longlong): Likewise.
22121         (main): Don't print noXFails and noXPasses.
22122         * math/gen-libm-test.pl (top level): Don't mention expected
22123         failure handling in comment.
22124         (new_test): Don't handle expected failures.
22125         (parse_args): Don't mention expected failure handling in comment.
22126         (generate_testfile): Don't handle expected failures.
22127         (parse_ulps): Likewise.
22128         (print_ulps_file): Likewise.
22129         (get_failure): Remove function.
22130         (output_test): Don't handle expected failures.
22131         * make/README.libm-test: Don't mention expected failure handling.
22133         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
22134         (minus_zero): Likewise.
22135         (plus_infty): Likewise.
22136         (minus_infty): Likewise.
22137         (qnan_value): Likewise.
22138         (max_value): Likewise.
22139         (min_value): Likewise.
22140         (min_subnorm_value): Likewise.
22141         (initialize): Do not initialize those variables dynamically.
22143 2013-05-03  Roland McGrath  <roland@hack.frob.com>
22145         * io/open.c (__open_2): Moved to ...
22146         * io/open_2.c: ... this new file.
22147         * io/open64.c (__open64_2): Moved to ...
22148         * io/open64_2.c: ... this new file.
22149         * io/openat.c (__openat_2): Moved to ...
22150         * io/openat_2.c: ... this new file.
22151         * io/openat64.c (__openat64_2): Moved to ...
22152         * io/openat64_2.c: ... this new file.
22153         * io/Makefile (routines): Add them.
22154         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
22155         * sysdeps/unix/sysv/linux/open_2.c: File removed.
22156         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
22157         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
22158         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
22159         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
22160         (__openat64): Add hidden_ver.
22161         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
22162         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
22164         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
22165         Separately conditionalize setting of GLRO(dl_sysinfo) so
22166         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
22167         as well, but the actual setting is only under [NEED_DL_SYSINFO].
22169 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22171         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
22172         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
22173         definition.
22174         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
22175         * sysdeps/unix/sysv/linux/powerpc/init-first.c
22176         (_libc_vdso_platform_setup): Add __vdso_time initialization.
22177         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
22178         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
22180 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
22182         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
22183         test signgam value.
22185         * math/libm-test.inc (hypot_test): Do not use
22186         IGNORE_ZERO_INF_SIGN.
22188 2013-05-03  Andreas Jaeger  <aj@suse.de>
22190         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
22191         Linux 3.9.
22192         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
22193         (PF_MAX): Adjust for VSOCK change.
22195 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22197         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22199 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
22201         [BZ #15264]
22202         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
22203         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
22204         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
22206 2013-05-02  David S. Miller  <davem@davemloft.net>
22208         * sysdeps/sparc/fpu/libm-test-ulps: Update.
22210 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
22212         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
22214 2013-05-01  Roland McGrath  <roland@hack.frob.com>
22216         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
22218 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
22220         [BZ #14952]
22221         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
22222         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
22223         Use __attribute__ ((__gnu_inline__)).
22224         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
22225         Don't use __attribute__ ((__gnu_inline__)).
22227 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
22229         [BZ #15423]
22230         * math/s_catan.c (__catan): Handle small real or imaginary part of
22231         input specially to avoid spurious underflow.
22232         * math/s_catanf.c (__catanf): Likewise.
22233         * math/s_catanh.c (__catanh): Likewise.
22234         * math/s_catanhf.c (__catanhf): Likewise.
22235         * math/s_catanhl.c (__catanhl): Likewise.
22236         * math/s_catanl.c (__catanl): Likewise.
22237         * math/libm-test.inc (catan_test): Add more tests.
22238         (catanh_test): Likewise.
22239         * sysdeps/i386/fpu/libm-test-ulps: Update.
22240         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22242 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22244         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22246 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
22248         [BZ #15416]
22249         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
22250         accurately for denominator in atan2.
22251         * math/s_catanf.c (__catanf): Likewise.
22252         * math/s_catanh.c (__catanh): Likewise.
22253         * math/s_catanhf.c (__catanhf): Likewise.
22254         * math/s_catanhl.c (__catanhl): Likewise.
22255         * math/s_catanl.c (__catanl): Likewise.
22256         * math/libm-test.inc (catan_test): Add more tests.
22257         (catanh_test): Likewise.
22258         * sysdeps/i386/fpu/libm-test-ulps: Update.
22259         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22261 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
22263         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
22265         * benchtests/Makefile (bench): Remove slow benchmarks.
22266         * benchtests/atan-inputs: Add slow benchmark inputs.
22267         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
22268         (BENCH_FUNC): Accept variant offset.
22269         (VARIANT): Define.
22270         * benchtests/bench-skeleton.c (main): Run benchmark for each
22271         variant.
22272         * benchtests/cos-inputs: Add slow benchmark inputs.
22273         * benchtests/exp-inputs: Likewise.
22274         * benchtests/pow-inputs: Likewise.
22275         * benchtests/sin-inputs: Likewise.
22276         * benchtests/slowatan-inputs: Remove.
22277         * benchtests/slowatan.c: Remove.
22278         * benchtests/slowcos-inputs: Remove.
22279         * benchtests/slowcos.c: Remove.
22280         * benchtests/slowexp-inputs: Remove.
22281         * benchtests/slowexp.c: Remove.
22282         * benchtests/slowpow-inputs: Remove.
22283         * benchtests/slowpow.c: Remove.
22284         * benchtests/slowsin-inputs: Remove.
22285         * benchtests/slowsin.c: Remove.
22286         * benchtests/slowtan-inputs: Remove.
22287         * benchtests/slowtan.c: Remove.
22288         * benchtests/tan-inputs: Add slow benchmark inputs.
22289         * scripts/bench.pl: Parse comments and directives.
22291         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
22292         in CPPFLAGS.
22293         ($(objpfx)bench-%.c): Remove *-ITER.
22294         * benchtests/bench-modf.c: Remove definition of ITER.
22295         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
22296         (main): Loop for DURATION seconds instead of fixed number of
22297         iterations.
22298         * scripts/bench.pl: Don't expect iterations in parameters.
22300 2013-04-29  Roland McGrath  <roland@hack.frob.com>
22302         * io/fchdir.c (__fchdir): Renamed from fchdir.
22303         (fchdir): Define as weak alias.
22305 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
22307         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
22308         (ERRNO_EDOM): Likewise.
22309         (ERRNO_ERANGE): Likewise.
22310         (noErrnoTests): New variable.
22311         (init_max_error): Set errno to 0.
22312         (test_single_errno): New function.
22313         (test_errno): Likewise.
22314         (check_float_internal): Call test_errno.  Set errno to 0.
22315         (check_complex): Refer to errno tests in comment.
22316         (check_int): Call test_errno.  Set errno to 0.
22317         (check_long): Likewise.
22318         (check_bool): Likewise.
22319         (check_longlong): Likewise.
22320         (cos_test): Use ERRNO_* flags for errno tests instead of
22321         check_int.
22322         (expm1_test): Likewise.
22323         (fmod_test): Likewise.
22324         (ilogb_test): Likewise.
22325         (lgamma_test): Likewise.
22326         (pow_test): Likewise.
22327         (remainder_test): Likewise.
22328         (sin_test): Likewise.
22329         (tan_test): Likewise.
22330         (yn_test): Likewise.
22331         (initialize): Set errno to 0.
22332         (main): Print number of errno tests.
22333         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
22335 2013-04-29  Andreas Jaeger  <aj@suse.de>
22337         [BZ #15084]
22338         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
22339         and RES_USEVC.
22341         [BZ #15085]
22342         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
22343         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
22344         unimplemented.
22346         [BZ #15380]
22347         * stdlib/random.c (__initstate): Return NULL if
22348         __initstate fails.
22350         [BZ #15086]
22351         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
22352         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
22353         RES_SNGLKUPREOP.
22355 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22357         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22359 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
22361         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
22362         of individual tests.
22363         (casin_test): Likewise.
22364         (casinh_test): Likewise.
22366 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
22368         [BZ #15409]
22369         * math/s_catan.c (__catan): Handle arguments with large real or
22370         imaginary part separately without squaring.
22371         * math/s_catanf.c (__catanf): Likewise.
22372         * math/s_catanh.c (__catanh): Likewise.
22373         * math/s_catanhf.c (__catanhf): Likewise.
22374         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
22375         and redefine.
22376         (__catanhl): Handle arguments with large real or imaginary part
22377         separately without squaring.
22378         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
22379         and redefine.
22380         (__catanl): Handle arguments with large real or imaginary part
22381         separately without squaring.
22382         * math/libm-test.inc (catan_test): Add more tests.
22383         (catanh_test): Likewise.
22384         * sysdeps/i386/fpu/libm-test-ulps: Update.
22385         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22387 2013-04-27  Andreas Jaeger  <aj@suse.de>
22389         [BZ #15007]
22390         * stdlib/stdlib.h: Update guards for qecvt.
22391         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
22392         <stdlib.h>.
22394 2013-04-27  Allan McRae  <allan@archlinux.org>
22396         * sysdeps/i386/fpu/libm-test-ulps: Update.
22398 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
22400         [BZ #15406]
22401         * math/s_catan.c: Include <float.h>.
22402         (__catan): Ensure underflow exception occurs for underflowed
22403         result.
22404         * math/s_catanf.c: Include <float.h>.
22405         (__catanf): Ensure underflow exception occurs for underflowed
22406         result.
22407         * math/s_catanh.c: Include <float.h>.
22408         (__catanh): Ensure underflow exception occurs for underflowed
22409         result.
22410         * math/s_catanhf.c: Include <float.h>.
22411         (__catanhf): Ensure underflow exception occurs for underflowed
22412         result.
22413         * math/s_catanhl.c: Include <float.h>.
22414         (__catanhl): Ensure underflow exception occurs for underflowed
22415         result.
22416         * math/s_catanl.c: Include <float.h>.
22417         (__catanl): Ensure underflow exception occurs for underflowed
22418         result.
22419         * math/libm-test.inc (catan_test): Add more tests.
22420         (catanh_test): Likewise.
22422         [BZ #15405]
22423         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
22424         underflowed result.
22425         * math/s_ccoshf.c (__ccoshf): Likewise.
22426         * math/s_ccoshl.c (__ccoshl): Likewise.
22427         * math/s_csin.c (__csin): Likewise.
22428         * math/s_csinf.c (__csinf): Likewise.
22429         * math/s_csinh.c (__csinh): Likewise.
22430         * math/s_csinhf.c (__csinhf): Likewise.
22431         * math/s_csinhl.c (__csinhl): Likewise.
22432         * math/s_csinl.c (__csinl): Likewise.
22433         * math/libm-test.inc (ccos_test): Add more tests.
22434         (ccosh_test): Likewise.
22435         (csin_test): Likewise.
22436         (csinh_test): Likewise.
22438 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22440         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
22441         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
22442         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
22443         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
22444         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
22445         powerpc/power5+/fpu folders.
22446         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
22449 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
22451         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
22453 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
22455         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
22456         additions to variable.
22457         [$(config-machine) = x86_64] (modules-names): Likewise.
22458         ($(objpfx)tst-audit3): Remove dependency.
22459         ($(objpfx)tst-audit3.out): Likewise.
22460         ($(objpfx)tst-audit4): Likewise.
22461         ($(objpfx)tst-audit4.out): Likewise.
22462         ($(objpfx)tst-audit5): Likewise.
22463         ($(objpfx)tst-audit5.out): Likewise.
22464         ($(objpfx)tst-audit6): Likewise.
22465         ($(objpfx)tst-audit6.out): Likewise.
22466         ($(objpfx)tst-audit7): Likewise.
22467         ($(objpfx)tst-audit7.out): Likewise.
22468         (tst-audit3-ENV): Remove variable.
22469         (tst-audit4-ENV): Likewise.
22470         (tst-audit5-ENV): Likewise.
22471         (tst-audit6-ENV): Likewise.
22472         (tst-audit7-ENV): Likewise.
22473         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
22474         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
22475         addition to variable.
22476         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
22477         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
22478         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
22479         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
22480         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
22481         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
22482         tst-audit3, tst-audit4 and tst-audit5.
22483         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
22484         tst-audit6 and tst-audit7.
22485         [$(subdir) = elf] (modules-names): Add audit modules for those
22486         tests.
22487         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
22488         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
22489         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
22490         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
22491         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
22492         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
22493         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
22494         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
22495         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
22496         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
22497         [$(subdir) = elf] (tst-audit3-ENV): New variable.
22498         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
22499         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
22500         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
22501         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
22502         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
22503         Likewise.
22504         [$(subdir) = elf && $(config-cflags-avx) = yes]
22505         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
22506         [$(subdir) = elf && $(config-cflags-avx) = yes]
22507         (CFLAGS-tst-auditmod4a.c): Likewise.
22508         [$(subdir) = elf && $(config-cflags-avx) = yes]
22509         (CFLAGS-tst-auditmod4b.c): Likewise.
22510         [$(subdir) = elf && $(config-cflags-avx) = yes]
22511         (CFLAGS-tst-auditmod6b.c): Likewise.
22512         [$(subdir) = elf && $(config-cflags-avx) = yes]
22513         (CFLAGS-tst-auditmod6c.c): Likewise.
22514         [$(subdir) = elf && $(config-cflags-avx) = yes]
22515         (CFLAGS-tst-auditmod7b.c): Likewise.
22516         * elf/tst-audit3.c: Move to ...
22517         * sysdeps/x86_64/tst-audit3.c: ... here.
22518         * elf/tst-audit4.c: Move to ...
22519         * sysdeps/x86_64/tst-audit4.c: ... here.
22520         * elf/tst-audit5.c: Move to ...
22521         * sysdeps/x86_64/tst-audit5.c: ... here.
22522         * elf/tst-audit6.c: Move to ...
22523         * sysdeps/x86_64/tst-audit6.c: ... here.
22524         * elf/tst-audit7.c: Move to ...
22525         * sysdeps/x86_64/tst-audit7.c: ... here.
22526         * elf/tst-auditmod3a.c: Move to ...
22527         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
22528         * elf/tst-auditmod3b.c: Move to ...
22529         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
22530         * elf/tst-auditmod4a.c: Move to ...
22531         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
22532         * elf/tst-auditmod4b.c: Move to ...
22533         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
22534         * elf/tst-auditmod5a.c: Move to ...
22535         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
22536         * elf/tst-auditmod5b.c: Move to ...
22537         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
22538         * elf/tst-auditmod6a.c: Move to ...
22539         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
22540         * elf/tst-auditmod6b.c: Move to ...
22541         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
22542         * elf/tst-auditmod6c.c: Move to ...
22543         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
22544         * elf/tst-auditmod7a.c: Move to ...
22545         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
22546         * elf/tst-auditmod7b.c: Move to ...
22547         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
22549 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
22551         [BZ #15366]
22552         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
22553         define unconditionally.
22554         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
22555         define unconditionally.
22556         (INT8_C, INT16_C, etc.): Likewise.
22558 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
22560         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
22561         __ehdr_start with hidden visibility.
22563         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
22565 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
22567         * math/libm-test.inc (cos_test): Use accurate hex constants.
22568         (sincost_test): Likewise.
22570 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
22572         * math/libm-test.inc (catan_test): Add more tests.
22573         (catanh_test): Likewise.
22575         * math/s_catanf.c (__catanf): Use suffixed floating-point
22576         constants.
22577         * math/s_catanhf.c (__catanhf): Likewise.
22578         * math/s_catanhl.c (__catanhl): Likewise.
22579         * math/s_catanl.c (__catanl): Likewise.
22581         [BZ #15394]
22582         * math/s_catan.c (__catan): Calculate imaginary part of result
22583         with log1p not log unless computing log of number close to 0.
22584         * math/s_catanf.c (__catanf): Likewise.
22585         * math/s_catanl.c (__catanl): Likewise.
22586         * math/s_catanh.c (__catanh): Calculate real part of result with
22587         log1p not log unless computing log of number close to 0.
22588         * math/s_catanhf.c (__catanhf): Likewise.
22589         * math/s_catanhl.c (__catanhl): Likewise.
22590         * math/libm-test.inc (catan_test): Add more tests.
22591         (catanh_test): Likewise.
22592         * sysdeps/i386/fpu/libm-test-ulps: Update.
22593         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22595 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
22597         * benchtests/Makefile: Mention files in which fast and slow
22598         paths of math functions are implemented.
22600 2013-04-23  Roland McGrath  <roland@hack.frob.com>
22602         * sysdeps/posix/timespec_get.c: New file.
22604 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22606         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
22607         POWER.
22608         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
22609         for POWER.
22610         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
22611         powerpc/power5/fpu folders.
22612         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
22613         * benchtests/Makefile: Add modf testcase.
22614         * benchtests/bench-modf.c: New file: Benchmark test for mo
22616 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
22618         [BZ #14888]
22619         * time/Makefile (tests): Add tst-strptime-whitespace.
22620         * time/strptime_l.c (get_number): Use ISSPACE.
22621         (__strptime_internal): Likewise.
22622         * time/tst-strptime-whitespace.c: New test case.
22624 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
22626         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
22627         member.
22628         (_nss_files_init): Set it here.
22630 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
22632         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
22633         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
22634         unsigned.
22636 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
22638         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
22640 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
22642         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
22643         size just once.
22645 2013-04-21  David S. Miller  <davem@davemloft.net>
22647         * po/ru.po: Update Russion translation from translation project.
22649 2013-04-17  Adam Conrad  <adconrad@0c3.net>
22651         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
22652         and setfsgid.
22654 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
22656         * configure.in: Remove i386 configure warning. Remove i386 case.
22657         * configure: Regenerate.
22658         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
22659         Add example to error message.
22660         * sysdeps/i386/configure: Regenerate.
22662 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
22664         * benchtests/Makefile (bench): Add cos, tan, slowcos and
22665         slowtan.
22666         * benchtests/cos-inputs: New file.
22667         * benchtests/slowcos-inputs: New file.
22668         * benchtests/slowcos.c: New file.
22669         * benchtests/slowtan-inputs: New file.
22670         * benchtests/slowtan.c: New file.
22671         * benchtests/tan-inputs: New file.
22673 2013-04-16  Roland McGrath  <roland@hack.frob.com>
22675         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
22676         considered kosher.
22678 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
22680         * benchtests/Makefile: Include cppflags-iterator.mk to add
22681         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
22683         * Makefile.in (bench-clean): New target.
22684         * benchtests/Makefile (bench-clean): Likewise.
22686 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
22688         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
22690 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
22692         * stdio-common/tstdiomisc.c: Fix coding-style violation.
22694 2013-04-15  Andreas Schwab  <schwab@suse.de>
22696         * nscd/grpcache.c (cache_addgr): Properly check for short write.
22697         * nscd/initgrcache.c (addinitgroupsX): Likewise.
22698         * nscd/pwdcache.c (cache_addpw): Likewise.
22699         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
22700         more than recsize.
22702 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
22704         * benchtests/Makefile (bench): Write all output to
22705         bench-out.tmp together.
22707 2013-04-15  Andreas Schwab  <schwab@suse.de>
22709         * nscd/nscd.c (main): Don't fork again after closing files.
22711 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
22713         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
22715         * benchtests/Rules (bench-deps): Collect dependencies into a
22716         single variable.  Add Makefile to dependencies.
22717         ($(objpfx)bench-%.c): Depend on bench-deps.
22719 2013-04-12  Roland McGrath  <roland@hack.frob.com>
22720             Xavier Roche  <roche+kml2@exalead.com>
22722         [BZ #15361]
22723         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
22724         just that it's a file descriptor.
22725         * manual/llio.texi (Synchronizing AIO Operations): Update description
22726         for EBADF error from aio_fsync.
22728 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
22730         * Rules (bench): Move target definition...
22731         * benchtests/Makefile: ... here.
22733 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
22735         * math/libm-test.inc (cos_test): Fix PI/2 test.
22736         (sincos_test): Likewise.
22737         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
22738         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
22740 2013-04-11  Andreas Schwab  <schwab@suse.de>
22742         [BZ #13988]
22743         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
22744         accept exponent character only when digits were seen.
22745         * stdio-common/Makefile (tests): Add bug26.
22746         * stdio-common/bug26.c: New file.
22748         [BZ #14293]
22749         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
22750         non-freeable.
22752 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
22754         * Makeconfig (rtld-prefix): Define built linker prefix.
22755         * Rules (run-bench): Use it.
22756         * math/Makefile (run-regen-ulps): Likewise.
22758         * Rules (bench): Remove eval.
22760 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
22761             Roland McGrath  <roland@hack.frob.com>
22762             Ondrej Bilka  <neleai@seznam.cz>
22764         [BZ #15346]
22765         * time/getdate.c: Include ctype.h and alloca.h.
22766         (__getdate_r): Trim leading and trailing spaces of input.
22767         * time/tst-getdate.c (tests): Add tests with leading and
22768         trailing spaces.
22770 2013-04-08  Roland McGrath  <roland@hack.frob.com>
22772         [BZ #14280]
22773         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
22774         when computing value.
22776 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
22778         * math/README.libm-test (How can I generate "libm-test-ulps"?):
22779         Use testrun.sh to run libm tests.
22781         [BZ #15309]
22782         * elf/dl-open.c (dl_open_worker): memset all of seen array.
22784 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
22786         [BZ #15264]
22787         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
22789 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
22791         * Makefile.in (regen-ulps): New target.
22792         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
22793         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
22794         [ifneq (no,$(PERL)] (regen-ulps): New target.
22795         [ifeq (no,$(PERL)] (regen-ulps): New target.
22796         * math/libm-test.inc (ulps_file_name): Define.
22797         (output_dir): New variable.
22798         (options): Add "output-dir" option.
22799         (parse_opt): Handle 'o' case.
22800         (main): If output_dir is non-NULL use it as a prefix
22801         otherwise use "".
22802         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
22804 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
22806         [BZ #10060, #10062]
22807         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
22808         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
22809         fail configure if __sync_val_compare_and_swap is not inlined.
22810         * sysdeps/i386/configure: Regenerate.
22811         * configure.in: Build for i686 when configured for i386.
22812         * configure: Regenerate.
22813         * README: Remove i386 reference.
22815 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
22817         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
22818         * sysdeps/s390/s390-64/sysdep.h: Likewise.
22820 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
22822         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
22823         (lmsnanval): New variables.
22824         (F): Add conversion tests.
22825         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
22826         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
22828         * stdio-common/tstdiomisc.c (F): Properly collect individual
22829         tests' results.
22831         [BZ #14686, #15336]
22832         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
22833         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
22834         Instead, use input NaN values or generate a qNaN by arithmetic
22835         operation.  Also fix bugs to comply with the standard.
22836         * math/libm-test.inc (remainder_test): Add more tests.
22838         [BZ #15335, #15342]
22839         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
22840         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
22841         input NaN values or generate a qNaN by arithmetic operation.
22843         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
22844         unreachable code.
22846         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
22847         definitions.
22849 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
22851         [BZ #14478]
22852         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
22853         underflowed result.
22854         * math/s_cexpf.c (__cexpf): Likewise.
22855         * math/s_cexpl.c (__cexpl): Likewise.
22856         * math/libm-test.inc (cexp_test): Add more tests.
22858 2013-04-03  Andreas Schwab  <schwab@suse.de>
22860         [BZ #15330]
22861         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
22862         order arrays from heap if bigger than alloca cutoff.
22864 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
22866         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
22867         (SNAN_TESTS_double): Refer to GCC PR56831.
22868         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
22869         GCC PR56828.
22871 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
22873         * Rules (bench): Move bench.out after the run is complete.
22875         * Rules (bench): Echo currently running benchmark.
22877         * benchtests/Makefile (bench): Add atan and slowatan.
22878         * benchtests/atan-inputs: New file.
22879         * benchtests/slowatan-inputs: New file.
22880         * benchtests/slowatan.c: New file.
22882         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
22883         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
22884         its value.
22886         [BZ #15305]
22887         * sysdeps/unix/sysv/linux/kernel-features.h
22888         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
22889         __ASSUME_XFS_RESTRICTED_CHOWN.
22890         * sysdeps/unix/sysv/linux/pathconf.c
22891         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
22892         Save and restore errno.
22894 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
22896         [BZ #15327]
22897         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
22898         arguments using __kernel_casinh.
22899         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
22900         arguments using __kernel_casinhf.
22901         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
22902         arguments using __kernel_casinhl.
22903         * math/libm-test.inc (cacosh_test): Add more tests.
22904         * sysdeps/i386/fpu/libm-test-ulps: Update.
22905         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22907 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
22909         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
22910         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
22912         * bench/Makefile (bench): Add sin and slowsin.
22913         * benchtests/sin-inputs: New file.
22914         * benchtests/slowsin-inputs: New file.
22915         * benchtests/slowsin.c: New file.
22917         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
22918         (bench): Add slowexp and slowpow.
22919         (exp-ITER): Increase iterations.
22920         (pow-ITER): Likewise.
22921         * benchtests/exp-inputs: Change input.
22922         * benchtests/pow-inputs: Likewise.
22923         * benchtests/slowexp-inputs: New file.
22924         * benchtests/slowexp.c: New file.
22925         * benchtests/slowpow-inputs: New file.
22926         * benchtests/slowpow.c: New file.
22928 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22930         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
22931         instructions.
22932         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
22933         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
22934         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
22935         * benchtests/Makefile: Add rint benchtest.
22936         * benchtests/rint-inputs: Input for rint benchtest.
22938 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
22940         * Versions.def (libm): Add GLIBC_2.18.
22941         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
22942         hidden libm prototypes.
22943         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
22944         * math/Makefile (libm-calls): Add s_issignaling.
22945         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
22946         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
22947         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
22948         declaration.
22949         * math/math.h [__USE_GNU] (issignaling): New macro.
22950         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
22951         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
22952         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
22953         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
22954         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
22955         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
22956         * manual/arith.texi (issignaling): New section.
22957         * manual/libm-err-tab.pl (@all_functions): Update comment.
22958         * math/gen-libm-test.pl (parse_args): Apply special handling for
22959         issignaling.
22960         * math/libm-test.inc (print_float, issignaling_test): New
22961         functions.
22962         (check_float_internal): Add issignaling checks.
22963         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
22964         default definition.
22965         * sysdeps/powerpc/math-tests.h: New file.
22966         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
22967         tests.
22968         * math/test-snan.c (TEST_FUNC): Likewise.
22970 2013-03-30  David S. Miller  <davem@davemloft.net>
22972         * po/de.po: Update from translation team.
22974 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
22976         [BZ #10357]
22977         * math/k_casinh.c (__kernel_casinh): Handle arguments with
22978         imaginary part less than 1.0 and real part less than 0.5
22979         specially.
22980         * math/k_casinhf.c (__kernel_casinhf): Likewise.
22981         * math/k_casinhl.c (__kernel_casinhl): Likewise.
22982         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
22983         (cacos_test): Add more tests.
22984         (casin_test): Likewise.
22985         (casinh_test): Likewise.
22986         * sysdeps/i386/fpu/libm-test-ulps: Update.
22987         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22989 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
22991         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
22992         ONE with its value.
22994         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
22995         (__pow_mp): Replace ONE and MONE with their values.
22996         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
22997         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
22998         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
22999         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
23000         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
23001         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
23003         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
23005         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
23006         (__pow_mp): Replace ZERO and MZERO with their values.
23007         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
23008         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
23009         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
23010         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
23011         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
23012         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
23013         (__sqr): Likewise.
23015         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
23017         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
23019 2013-03-28  Roland McGrath  <roland@hack.frob.com>
23021         * include/stdlib.h [!SHARED] (__call_tls_dtors):
23022         Declare with __attribute__ ((weak)).
23023         * stdlib/exit.c (__libc_atexit) [!SHARED]:
23024         Call __call_tls_dtors only if it's not NULL.
23026 2013-03-28  Roland McGrath  <roland@hack.frob.com>
23028         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
23029         didn't do it already, then set _dl_phdr and _dl_phnum based on the
23030         magic __ehdr_start linker symbol if it's defined.
23031         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
23032         them up here if it was already done.
23034         * elf/dl-support.c (_dl_phdr): Make pointer to const.
23035         (_dl_aux_init): Use const in cast when setting it.
23036         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
23037         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
23038         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
23040         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
23041         Declare them here.
23042         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
23043         * csu/libc-tls.c: Nor here.
23044         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
23046         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
23047         (__libc_message): Never call vsyslog.
23049 2013-03-28  Alan Modra  <amodra@gmail.com>
23051         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
23052         Define as empty.
23053         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
23054         Likewise.
23056 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23058         [BZ #15214]
23059         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
23060         underflow.
23061         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
23063 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
23065         [BZ #15304]
23066         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
23067         Don't add gid passed as argument.
23069         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
23071 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
23073         [BZ #15307]
23074         * math/k_casinh.c (__kernel_casinh): Handle arguments with
23075         imaginary part between 1.0 and 1.5 and real part less than 0.5
23076         specially.
23077         * math/k_casinhf.c (__kernel_casinhf): Likewise.
23078         * math/k_casinhl.c (__kernel_casinhl): Likewise.
23079         * math/libm-test.inc (cacos_test): Add more tests.
23080         (casin_test): Likewise.
23081         (casinh_test): Likewise.
23082         * sysdeps/i386/fpu/libm-test-ulps: Update.
23083         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23085 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
23087         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
23088         constants.
23089         (norm): Likewise.
23090         (denorm): Likewise.
23091         (__dbl_mp): Likewise.
23092         (add_magnitudes): Likewise.
23093         (sub_magnitudes): Likewise.
23094         (__add): Likewise.
23095         (__sub): Likewise.
23096         (__mul): Likewise.
23097         (__sqr): Likewise.
23098         (__inv): Likewise.
23099         (__dvd): Likewise.
23101         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
23102         commented code.
23103         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
23104         (__dubcos): Likewise.
23105         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
23106         (__ieee754_acos): Likewise.
23107         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
23108         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
23109         (__exp1): Likewise.
23110         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
23111         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
23112         (log1): Likewise.
23113         (my_log2): Likewise.
23114         (checkint): Likewise.
23115         * sysdeps/ieee754/dbl-64/e_remainder.c
23116         (__ieee754_remainder): Likewise.
23117         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
23118         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
23119         (bsloww): Likewise.
23120         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
23122         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
23123         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
23124         MANTISSA_STORE_T to store computations on mantissa.  Use
23125         macros for rounding and division.
23126         (denorm): Likewise.
23127         (__dbl_mp): Likewise.
23128         (add_magnitudes): Likewise.
23129         (sub_magnitudes): Likewise.
23130         (__mul): Likewise.
23131         (__sqr): Likewise.
23132         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
23133         powers of two in terms of TWOPOW macro.
23134         (mp_no): Make type of mantissa as MANTISSA_T.
23135         [!RADIXI]: Define RADIXI.
23136         [!TWO52]: Define TWO52.
23137         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
23139 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23141         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
23142         llroundl symbol when building for PPC32.
23144 2013-03-24  Mark H Weaver  <mhw@netris.org>
23146         * manual/arith.texi (Normalization Functions): Fix prototypes for
23147         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
23149 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23151         [BZ #13889]
23152         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
23153         high value to check if expl overflow.
23154         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
23155         to check for underflow and overflow.
23156         * math/libm-test.inc: Add exp test.
23158 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
23160         [BZ #11120]
23161         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
23162         with NOT_IN_libc.
23164 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23166         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
23167         symbol.
23169 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
23171         * math/gen-libm-test.pl (parse_args, special_functions): Properly
23172         wrap blocks consisting of several statements.
23174         * sysdeps/generic/math-tests.h: New file.
23175         * sysdeps/i386/fpu/math-tests.h: Likewise.
23176         * math/test-snan.c: Include it.
23177         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
23179 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
23181         [BZ #15285]
23182         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
23183         (__ieee754_j0l): Do not improve calculations using cos of twice
23184         input for inputs above LDBL_MAX / 2.0L.
23185         (__ieee754_y0l): Likewise.
23186         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
23187         (__ieee754_j1l): Do not improve calculations using cos of twice
23188         input for inputs above LDBL_MAX / 2.0L.
23189         (__ieee754_y1l): Likewise.
23190         * math/libm-test.inc (j0_test): Add another test.
23191         (j1_test): Likewise.
23192         (y0_test): Likewise.
23193         (y1_test): Likewise.
23194         * sysdeps/i386/fpu/libm-test-ulps: Update.
23196 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
23198         * Rules ($(objpfx)bench-%.c): Include code from a C source
23199         file.
23201 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
23203         [BZ #15287]
23204         * math/k_casinh.c (__kernel_casinh): Handle arguments with
23205         imaginary part 1.0 and real part less than 0.5 specially.
23206         * math/k_casinhf.c (__kernel_casinhf): Likewise.
23207         * math/k_casinhl.c (__kernel_casinhl): Likewise.
23208         * math/libm-test.inc (cacos_test): Add more tests.
23209         (casin_test): Likewise.
23210         (casinh_test): Likewise.
23211         * sysdeps/i386/fpu/libm-test-ulps: Update.
23212         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23214 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
23216         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
23217         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
23219 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
23221         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
23222         * config.make.in (config-cflags-sse4): Remove variable.
23223         (config-cflags-avx): Likewise.
23224         (config-cflags-sse2avx): Likewise.
23225         (config-cflags-novzeroupper): Likewise.
23226         (config-asflags-i686): Likewise.
23227         (have-mfma4): Likewise.
23228         (have-as-vis3): Likewise.
23229         (MIG): Likewise.
23230         * configure.in (MIG): Do not AC_SUBST.
23231         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
23232         (libc_cv_cc_sse4): Do not AC_SUBST.
23233         (libc_cv_cc_avx): Likewise.
23234         (libc_cv_cc_sse2avx): Likewise.
23235         (libc_cv_cc_novzeroupper): Likewise.
23236         (libc_cv_cc_fma4): Likewise.
23237         (libc_cv_as_i686): Likewise.
23238         (libc_cv_sparc_as_vis3): Likewise.
23239         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
23240         LIBC_CONFIG_VAR.
23241         (config-asflags-i686): Likewise.
23242         (config-cflags-avx): Likewise.
23243         (config-cflags-sse2avx): Likewise.
23244         (have-mfma4): Likewise.
23245         (config-cflags-novzeroupper): Likewise.
23246         * sysdeps/mach/configure.in (MIG): Likewise.
23247         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
23248         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
23249         LIBC_CONFIG_VAR.
23250         (config-cflags-avx): Likewise.
23251         (config-cflags-sse2avx): Likewise.
23252         (have-mfma4): Likewise.
23253         (config-cflags-novzeroupper): Likewise.
23254         * configure: Regenerated.
23255         * sysdeps/i386/configure: Likewise.
23256         * sysdeps/mach/configure: Likewise.
23257         * sysdeps/sparc/configure: Likewise.
23258         * sysdeps/x86_64/configure: Likewise.
23260 2013-03-20  Roland McGrath  <roland@hack.frob.com>
23262         [BZ #14812]
23263         * locale/programs/localedef.c (options): Put N_ translation marker
23264         on argument names, not just descriptions.
23266 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
23268         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
23270 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
23272         [BZ #14176]
23273         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
23275 2013-03-19  Roland McGrath  <roland@hack.frob.com>
23277         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
23278         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
23279         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
23280         [!BEFORE_ABORT] (before_abort): New function.
23281         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
23282         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
23283         (writev_for_fatal): New function.
23284         (WRITEV_FOR_FATAL): New macro; call that.
23285         (backtrace_and_maps): New function.
23286         (BEFORE_ABORT): New macro; call that.
23287         (struct str_list): Type removed.
23288         (__libc_message, __libc_fatal): Functions removed.
23289         Include <sysdeps/posix/libc_fatal.c> instead.
23291 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
23293         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
23294         constants.
23295         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
23296         double constants.
23298 2013-03-19  Andreas Schwab  <schwab@suse.de>
23300         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
23301         * sysdeps/gnu/configure: Regenerate.
23303         * configure.in: Substitute libc_cv_rtlddir.
23304         * configure: Regenerate.
23305         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
23306         * Makeconfig (rtlddir, inst_rtlddir): New variables.
23307         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
23308         * elf/Makefile (install-others, CFLAGS-interp.c)
23309         (ldso_install, common-ldd-rewrite): Likewise.
23310         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
23311         $(inst_slibdir)/$(rtld-installed-name).
23312         * scripts/rellns-sh: Add -p option.
23313         * Makerules (make-shlib-link): Use rellns-sh to get relative name
23314         for source.
23316 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
23318         * manual/nptl.texi: Renamed to ...
23319         * manual/threads.texi: ... this.
23320         * manual/Makefile (chapters): Update.
23322 2013-03-18  Roland McGrath  <roland@hack.frob.com>
23324         [BZ #14812]
23325         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
23326         on argument names, not just descriptions.
23327         * malloc/memusagestat.c (options): Likewise.
23328         * nss/getent.c (options): Likewise.
23330 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
23332         [BZ #14812]
23333         * iconv/iconv_prog.c (options): Put N_ translation marker
23334         on argument names, not just descriptions.
23335         * iconv/iconvconfig.c (options): Likewise.
23337 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
23339         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
23340         implementation which is faster on all x86_64 architectures.
23341         Tested on AMD, Intel Nehalem, SNB, IVB.
23342         * sysdeps/x86_64/strnlen.S: Likewise.
23344         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
23345         Remove all multiarch strlen and strnlen versions.
23346         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
23347         Remove strlen and strnlen related parts.
23349         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
23350         Inline strlen part.
23351         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
23353         * sysdeps/x86_64/multiarch/strlen.S: Remove.
23354         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
23355         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
23356         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
23357         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
23358         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
23360 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
23362         * manual/memory.texi (Malloc Tunable Parameters):
23363         Sort parameters alphabetically. Add comments for missing entries.
23365 2013-03-17  David S. Miller  <davem@davemloft.net>
23367         * sysdeps/sparc/fpu/libm-test-ulps: Update.
23369 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
23371         [BZ #15283]
23372         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
23373         for arguments at most half maximum finite value.
23374         * math/libm-test.inc (j0_test): Add more tests.
23375         (j1_test): Likewise.
23376         (y0_test): Likewise.
23377         (y1_test): Likewise.
23378         * sysdeps/i386/fpu/libm-test-ulps: Update.
23379         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23381         [BZ #14155]
23382         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
23383         1 / x and functions P and Q for arguments above 0x1p256L.
23384         (__ieee754_y0l): Likewise.
23385         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
23386         (__ieee754_y1l): Likewise.
23387         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
23388         (j1_test): Likewise.
23389         (y0_test): Likewise.
23390         (y1_test): Likewise.
23392 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
23394         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
23395         variable.
23397 2013-03-15  Roland McGrath  <roland@hack.frob.com>
23399         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
23400         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
23401         zero since it's initialized to EXEC_PAGESIZE.
23403         * sysdeps/unix/sysv/linux/ldsodefs.h
23404         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
23405         * sysdeps/generic/ldsodefs.h: ... here.
23407 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
23409         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
23411         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
23412         math/test-snan.c.
23413         * math/test-snan.c: Renamed from
23414         sysdeps/powerpc/fpu/test-powerpc-snan.c.
23415         * math/Makefile (tests): Add test-snan.
23416         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
23417         test-powerpc-snan.
23419         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
23420         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
23421         functions.
23422         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
23423         __builtin_nan family of functions.
23424         * math/libm-test.inc (initialize): Initialize qnan_value with
23425         __builtin_nan family of functions.
23426         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
23427         Remove variables.
23428         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
23429         Remove functions.
23430         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
23431         storage class.  Initialize qNaN_var and sNaN_var with
23432         __builtin_nan and __builtin_nans families of functions,
23433         respectively.
23435         * math/libm-test.inc (acosh_test): Also test with qNaN input.
23436         (sqrt_test): Remove duplicate test with qNaN input.
23437         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
23438         (round_test, signbit_test, significand_test): Note missing +/-Inf
23439         as well as qNaN tests.
23441         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
23442         qNaN_var.  Fix a few strings, too.
23443         * math/libm-test.inc (nan_value): Rename to qnan_value.
23444         * math/gen-libm-test.pl (%beautify): Adjust to that.
23445         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
23446         * math/test-misc.c (main): Likewise.
23447         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
23448         to __qnan_bytes, and __qnan_union, respectively.
23449         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
23450         Likewise.
23451         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
23452         and lqnanval, respectively.
23453         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
23454         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
23455         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
23456         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
23458         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
23459         * math/test-misc.c (main) [__x86_64__]: Enable test for long
23460         doubles.
23462         * math/test-misc.c (main): Fix copy'n'pastos.
23463         * misc/tst-efgcvt.c (special): Likewise.
23465         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
23466         Remove declarations.
23468 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
23470         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
23471         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
23472         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
23473         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
23475 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23477         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
23478         macro to return vdso values correctly in IFUNC implementations.
23479         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
23480         Optimization by using IFUNC.
23482 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
23483             Richard Henderson  <rth@redhat.com>
23484             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
23486         * Makefile.in (bench): New target.
23487         * NEWS: Mention the benchmark framework.
23488         * Rules (bench): Likewise.
23489         (binaries-bench): Generate binaries for functions to
23490         benchmark.
23491         * benchtests/Makefile: New makefile for benchmark tests.
23492         * benchtests/bench-skeleton.c: New skeleton file for benchmark
23493         programs.
23494         * benchtests/exp-inputs: New input file for EXP function.
23495         * benchtests/pow-inputs: New input file for POW function.
23496         * scripts/bench.pl: New script to generate source files for
23497         benchmark programs.
23499 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
23501         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
23502         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
23503         computations on mantissa.  Use macros for rounding and
23504         division.
23505         (denorm): Likewise.
23506         (__dbl_mp): Likewise.
23507         (add_magnitudes): Likewise.
23508         (sub_magnitudes): Likewise.
23509         (__mul): Likewise.
23510         (__sqr): Likewise.
23511         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
23512         powers of two in terms of TWOPOW macro.
23513         (mp_no): Make type of mantissa as MANTISSA_T.
23514         [!RADIXI]: Define RADIXI.
23515         [!TWO52]: Define TWO52.
23516         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
23518         * manual/nptl.texi (cindex): Modify threads to pthreads.
23520 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
23522         * sysdeps/x86_64/preconfigure: Regenerated.
23524 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
23526         [BZ #14155]
23527         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
23528         0x1p28 and above.
23529         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
23530         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
23531         0x1p28 and above.
23532         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
23533         * math/libm-test.inc (j0_test): Do not allow one spurious
23534         underflow exception.
23535         (y1_test): Likewise.
23537 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
23539         * manual/Makefile (chapters): Add nptl.
23540         * manual/debug.texi (Debugging Support): Add link to Threads
23541         chapter.
23542         * manual/nptl.texi: New file.
23544         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
23546 2013-03-14  Petr Baudis  <pasky@ucw.cz>
23548         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
23549         for non-NULL pointer before the memory validity test. Pointed
23550         out by Holger Brunck <holger.brunck@keymile.com>.
23552 2013-03-13  Andreas Schwab  <schwab@suse.de>
23554         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
23555         instead of .os.
23557 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
23559         * timezone/zic.c: Update from tzcode 2013b.
23561 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
23563         * manual/install.texi (Configuring and compiling):
23564         Mention i686 and i586.
23565         * INSTALL: Regenerate.
23567 2013-03-12  Roland McGrath  <roland@hack.frob.com>
23569         * sysdeps/init_array/elf-init.c: New file.
23570         * csu/elf-init.c
23571         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
23572         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
23574         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
23575         __gmon_start__ as global, but as static with a .preinit_array pointer.
23576         * sysdeps/init_array/gmon-start.c: New file.  Use that.
23577         * sysdeps/init_array/crti.S: New file, empty except for comments.
23578         * sysdeps/init_array/crtn.S: Likewise.
23580 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
23582         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
23583         definining bcopy.
23584         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
23585         Remove Prefer_SSE_for_memop.
23586         * sysdeps/x86_64/multiarch/init-arch.h: Remove
23587         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
23588         HAS_PREFER_SSE_FOR_MEMOP.
23589         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
23590         memset-x86-64.
23591         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
23592         Remove bzero, memset ifunc support.
23593         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
23594         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
23595         * sysdeps/x86_64/multiarch/memset.S: Likewise.
23596         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
23598 2013-03-11  Andreas Schwab  <schwab@suse.de>
23600         [BZ #15234]
23601         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
23602         by SHLIB_COMPAT.
23603         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
23604         (GLIBC_2.16): Remove pthread_atfork.
23606 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
23608         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
23609         (ptestcases.h): Likewise.
23611 2013-03-08  Roland McGrath  <roland@hack.frob.com>
23613         * Makeconfig ($(common-objpfx)config.status): Depend on
23614         sysdeps/*/preconfigure{,.in} too.
23616 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
23618         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
23619         (__free_hook): Use void * instead of __malloc_ptr_t.
23620         (__malloc_hook): Likewise.
23621         (__realloc_hook): Likewise.
23622         (__memalign_hook): Likewise.
23623         (__after_morecore_hook): Likewise.
23624         * malloc/arena.c (save_malloc_hook): Likewise.
23625         (save_free_hook): Likewise.
23626         * malloc/hooks.c (malloc_hook_ini): Likewise.
23627         (realloc_hook_ini): Likewise.
23628         (memalign_hook_ini): Likewise.
23629         * malloc/malloc.c (malloc_hook_ini): Likewise.
23630         (realloc_hook_ini): Likewise.
23631         (memalign_hook_ini): Likewise.
23632         (__free_hook): Likewise.
23633         (__malloc_hook): Likewise.
23634         (__realloc_hook): Likewise.
23635         (__memalign_hook): Likewise.
23636         (__libc_malloc): Likewise.
23637         (__libc_free): Likewise.
23638         (__libc_realloc): Likewise.
23639         (__libc_memalign): Likewise.
23640         (__libc_valloc): Likewise.
23641         (__libc_pvalloc): Likewise.
23642         (__libc_calloc): Likewise.
23643         (__posix_memalign): Likewise.
23644         * malloc/morecore.c (__sbrk): Likewise.
23645         (__default_morecore): Likewise.
23647         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
23649         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
23650         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
23651         __malloc_ptrdiff_t.
23653         * malloc/malloc.h (__malloc_size_t): Remove macro.
23654         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
23655         __malloc_size_t.
23656         (old_memalign_hook): Likewise.
23657         (old_realloc_hook): Likewise.
23658         (struct hdr): Likewise.
23659         (flood): Likewise.
23660         (mallochook): Likewise.
23661         (memalignhook): Likewise.
23662         (reallochook): Likewise.
23663         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
23664         (tr_old_realloc_hook): Likewise.
23665         (tr_old_memalign_hook): Likewise.
23666         (tr_mallochook): Likewise.
23667         (tr_reallochook): Likewise.
23668         (tr_memalignhook): Likewise.
23670 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23672         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
23673         default_ldbl_pack and using as default implementation.
23674         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
23675         implementation.
23676         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
23677         redundant definition.
23678         (ldbl_insert_mantissa): Likewise.
23679         (ldbl_canonicalize): Likewise.
23680         (ldbl_nearbyint): Likewise.
23681         (ldbl_pack): Rename to ldbl_pack_ppc.
23682         (ldbl_unpack): Rename to ldbl_unpack_ppc.
23683         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
23684         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
23686 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
23688         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
23689         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
23690         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
23691         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
23692         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
23693         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
23694         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
23695         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
23697 2013-03-07  Andreas Jaeger  <aj@suse.de>
23699         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
23700         bits/mman-linux.h.
23702 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
23704         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
23705         Include mpa.h and declare __MPEXP.
23706         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
23707         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
23708         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
23709         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
23710         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
23711         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
23712         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
23714         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
23715         (__slowpow): Use long double EXPL and LOGL functions to
23716         compute POW.
23717         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
23718         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
23719         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
23720         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
23721         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
23722         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
23724         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
23725         intermediate variable to calculate exponent.
23726         (__sqr): Likewise.
23727         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
23728         Likewise.
23729         (__sqr): Likewise.
23731         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
23732         [!NO__SQR]: Define __sqr.
23733         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
23734         and NO__SQR.  Remove all code except __mul and __sqr.  Include
23735         sysdeps/ieee754/dbl-64/mpa.c.
23736         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
23738         [BZ #12723]
23739         * posix/Makefile (tests): Add tst-pathconf.
23740         * posix/tst-pathconf.c: New test case.
23741         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
23742         _PC_PIPE_BUF.
23743         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
23745 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
23747         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
23749 2013-03-06  Andreas Jaeger  <aj@suse.de>
23751         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
23752         definition via __MAP_ANONYMOUS.
23754         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
23755         it's not part of Linux headers.
23757         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
23758         (MAP_HUGE_MASK): Define.
23760         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
23761         Define.
23762         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
23763         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
23764         Define.
23765         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
23766         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
23767         Define.
23768         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
23769         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
23770         Define.
23771         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
23773         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
23774         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
23775         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
23776         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
23777         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
23778         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
23780         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
23781         Handle f2fs.
23783         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
23784         Handle f2fs and efivarfs.
23786         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
23787         f2fs.
23789         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
23790         (EFIVARFS_MAGIC): Add.
23791         (F2FS_LINK_MAX): Add.
23793 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
23795         * stdio-common/vfprintf.c: Replace __builtin_expect with
23796         __glibc_unlikely.
23798 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
23800         [BZ #13550]
23801         * sysdeps/generic/bp-sym.h: Remove file.
23802         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
23803         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
23804         <bp-sym.h> and <bp-asm.h>.
23805         (__longjmp): Don't use BP_SYM.
23806         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
23807         and <bp-asm.h>.
23808         (memcpy): Don't use BP_SYM.
23809         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
23810         <bp-sym.h> and <bp-asm.h>.
23811         (memcpy): Don't use BP_SYM.
23812         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
23813         <bp-asm.h>.
23814         (memcpy): Don't use BP_SYM.
23815         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
23816         <bp-asm.h>.
23817         (memset): Don't use BP_SYM.
23818         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
23819         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
23820         (__bzero): Don't use BP_SYM.
23821         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
23822         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
23823         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
23824         <bp-sym.h> and <bp-asm.h>.
23825         (memcmp): Don't use BP_SYM.  Remove comment about bounded
23826         pointers.
23827         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
23828         <bp-sym.h> and <bp-asm.h>.
23829         (memcpy): Don't use BP_SYM.
23830         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
23831         <bp-sym.h> and <bp-asm.h>.
23832         (memset): Don't use BP_SYM.
23833         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
23834         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
23835         (__bzero): Don't use BP_SYM.
23836         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
23837         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
23838         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
23839         <bp-sym.h> and <bp-asm.h>.
23840         (strncmp): Don't use BP_SYM.  Remove comment about bounded
23841         pointers.
23842         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
23843         <bp-sym.h> and <bp-asm.h>.
23844         (memcpy): Don't use BP_SYM.
23845         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
23846         <bp-sym.h> and <bp-asm.h>.
23847         (memset): Don't use BP_SYM.
23848         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
23849         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
23850         (__bzero): Don't use BP_SYM.
23851         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
23852         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
23853         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
23854         <bp-sym.h> and <bp-asm.h>.
23855         (__memchr): Don't use BP_SYM.
23856         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
23857         <bp-sym.h> and <bp-asm.h>.
23858         (memcmp): Don't use BP_SYM.  Remove comment about bounded
23859         pointers.
23860         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
23861         <bp-sym.h> and <bp-asm.h>.
23862         (memcpy): Don't use BP_SYM.
23863         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
23864         <bp-sym.h> and <bp-asm.h>.
23865         (__mempcpy): Don't use BP_SYM.
23866         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
23867         <bp-sym.h> and <bp-asm.h>.
23868         (__memrchr): Don't use BP_SYM.
23869         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
23870         <bp-sym.h> and <bp-asm.h>.
23871         (memset): Don't use BP_SYM.
23872         (__bzero): Likewise.
23873         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
23874         <bp-sym.h> and <bp-asm.h>.
23875         (__rawmemchr): Don't use BP_SYM.
23876         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
23877         <bp-sym.h> and <bp-asm.h>.
23878         (__STRCMP): Don't use BP_SYM.
23879         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
23880         <bp-sym.h> and <bp-asm.h>.
23881         (strchr): Don't use BP_SYM.
23882         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
23883         <bp-sym.h> and <bp-asm.h>.
23884         (__strchrnul): Don't use BP_SYM.
23885         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
23886         <bp-sym.h> and <bp-asm.h>.
23887         (strlen): Don't use BP_SYM.
23888         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
23889         <bp-sym.h> and <bp-asm.h>.
23890         (strncmp): Don't use BP_SYM.  Remove comment about bounded
23891         pointers.
23892         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
23893         <bp-sym.h> and <bp-asm.h>.
23894         (__strnlen): Don't use BP_SYM.
23895         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
23896         <bp-sym.h> and <bp-asm.h>.
23897         (__GI__setjmp): Don't use BP_SYM.
23898         (_setjmp): Likewise.
23899         (__sigsetjmp): Likewise.
23900         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
23901         (L(start_addresses)): Don't use BP_SYM.
23902         (_start): Likewise.
23903         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
23904         <bp-asm.h>.
23905         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
23906         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
23907         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
23908         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
23909         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
23910         <bp-asm.h>.
23911         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
23912         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
23913         about bounded pointers.
23914         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
23915         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
23916         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
23917         <bp-asm.h>.
23918         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
23919         about bounded pointers.  Remove GKM FIXME comments.
23920         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
23921         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
23922         <bp-asm.h>.
23923         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
23924         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
23925         Remove GKM FIXME comments.
23926         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
23927         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
23928         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
23929         <bp-asm.h>.
23930         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
23931         about bounded pointers.  Remove GKM FIXME comment.
23932         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
23933         and <bp-asm.h>.
23934         (strncmp): Don't use BP_SYM.  Remove comment about bounded
23935         pointers.
23936         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
23937         <bp-sym.h> and <bp-asm.h>.
23938         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
23939         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
23940         <bp-sym.h> and <bp-asm.h>.
23941         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
23942         comment.
23944 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
23946         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
23947         call free(NULL).
23949 2013-03-05  David S. Miller  <davem@davemloft.net>
23951         * po/es.po: Update from translation team.
23953 2013-03-05  Andreas Jaeger  <aj@suse.de>
23955         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
23956         <bits/mman-linux.h>.
23957         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
23958         is fine.
23959         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
23960         <bits/mman-linux.h> to end of file.
23961         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
23962         is fine.
23963         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
23964         <bits/mman-linux.h> to end of file.
23965         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
23966         is fine.
23967         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
23968         <bits/mman-linux.h> to end of file.
23970         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
23971         (MCL_CURRENT, MCL_FUTURE): Define here.
23973 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
23975         [BZ #15232]
23976         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
23977         attribute_hidden.
23978         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
23980 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
23982         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
23983         fourth parameter needed for rt_sigprocmask syscall.
23984         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
23985         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
23986         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
23987         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
23988         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
23989         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
23991 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
23993         [BZ #13550]
23994         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
23995         comment about bounded pointers.
23996         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
23997         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
23999 2013-03-04  Andreas Jaeger  <aj@suse.de>
24001         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
24002         common definitions.
24004         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
24005         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
24006         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
24007         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
24008         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
24009         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
24011 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24013         [BZ #15055]
24014         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
24015         __ieee754_sqrl instead of __sqrl.
24017 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
24019         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
24020         * sysdeps/powerpc/fpu_control.h: ... here.
24021         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
24022         * sysdeps/powerpc/bits/fenvinline.h: ... here.
24023         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
24024         * sysdeps/powerpc/bits/mathinline.h: ... here.
24026 2013-03-01  Roland McGrath  <roland@hack.frob.com>
24028         * elf/dl-hwcaps.c (_dl_important_hwcaps):
24029         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
24030         to just [NEED_DL_SYSINFO_DSO].
24031         * elf/dl-support.c: Likewise.
24032         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
24033         * elf/rtld.c (dl_main): Likewise.
24034         * elf/setup-vdso.h (setup_vdso): Likewise.
24035         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
24036         * sysdeps/unix/sysv/linux/dl-sysdep.c
24037         (_dl_discover_osversion): Likewise.
24039 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
24041         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
24042         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
24044 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
24046         * NEWS: Mention libm performance improvements and non-x86 PI
24047         futex support.
24049         * csu/libc-start.c (__pthread_initialize_minimal): Change
24050         function arguments.
24051         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
24053 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
24055         [BZ #13550]
24056         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
24057         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
24058         <bp-sym.h> and <bp-asm.h>.
24059         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
24060         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
24061         and <bp-asm.h>.
24062         (memcpy): Don't use BP_SYM.
24063         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
24064         <bp-asm.h>.
24065         (__mpn_add_n): Don't use BP_SYM.
24066         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
24067         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
24068         and <bp-asm.h>.
24069         (__mpn_addmul_1): Don't use BP_SYM.
24070         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
24071         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
24072         <bp-sym.h>.
24073         (_setjmp): Don't use BP_SYM.
24074         (__novmx_setjmp): Likewise.
24075         (__GI__setjmp): Likewise.
24076         (__vmx_setjmp): Likewise.
24077         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
24078         <bp-sym.h>.
24079         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
24080         (__bzero): Don't use BP_SYM.
24081         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
24082         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
24083         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
24084         <bp-sym.h> and <bp-asm.h>.
24085         (memcpy): Don't use BP_SYM.
24086         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
24087         <bp-sym.h> and <bp-asm.h>.
24088         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
24089         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
24090         <bp-sym.h> and <bp-asm.h>.
24091         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
24092         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
24093         <bp-asm.h>.
24094         (__mpn_lshift): Don't use BP_SYM.
24095         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
24096         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
24097         <bp-asm.h>.
24098         (memset): Don't use BP_SYM.
24099         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
24100         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
24101         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
24102         <bp-asm.h>.
24103         (__mpn_mul_1): Don't use BP_SYM.
24104         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
24105         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
24106         <bp-sym.h> and <bp-asm.h>.
24107         (memcmp): Don't use BP_SYM.
24108         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
24109         <bp-sym.h> and <bp-asm.h>.
24110         (memcpy): Don't use BP_SYM.
24111         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
24112         <bp-sym.h> and <bp-asm.h>.
24113         (memset): Don't use BP_SYM.
24114         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
24115         <bp-sym.h> and <bp-asm.h>.
24116         (strncmp): Don't use BP_SYM.
24117         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
24118         <bp-sym.h> and <bp-asm.h>.
24119         (memcpy): Don't use BP_SYM.
24120         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
24121         <bp-sym.h> and <bp-asm.h>.
24122         (memset): Don't use BP_SYM.
24123         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
24124         <bp-sym.h> and <bp-asm.h>.
24125         (__memchr): Don't use BP_SYM.
24126         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
24127         <bp-sym.h> and <bp-asm.h>.
24128         (memcmp): Don't use BP_SYM.
24129         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
24130         <bp-sym.h> and <bp-asm.h>.
24131         (memcpy): Don't use BP_SYM.
24132         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
24133         <bp-sym.h> and <bp-asm.h>.
24134         (__mempcpy): Don't use BP_SYM.
24135         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
24136         <bp-sym.h> and <bp-asm.h>.
24137         (__memrchr): Don't use BP_SYM.
24138         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
24139         <bp-sym.h> and <bp-asm.h>.
24140         (memset): Don't use BP_SYM.
24141         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
24142         <bp-sym.h> and <bp-asm.h>.
24143         (__rawmemchr): Don't use BP_SYM.
24144         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
24145         <bp-sym.h> and <bp-asm.h>.
24146         (__STRCMP): Don't use BP_SYM.
24147         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
24148         <bp-sym.h> and <bp-asm.h>.
24149         (strchr): Don't use BP_SYM.
24150         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
24151         <bp-sym.h> and <bp-asm.h>.
24152         (__strchrnul): Don't use BP_SYM.
24153         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
24154         <bp-sym.h> and <bp-asm.h>.
24155         (strlen): Don't use BP_SYM.
24156         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
24157         <bp-sym.h> and <bp-asm.h>.
24158         (strncmp): Don't use BP_SYM.
24159         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
24160         <bp-sym.h> and <bp-asm.h>.
24161         (__strnlen): Don't use BP_SYM.
24162         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
24163         <bp-asm.h>.
24164         (__mpn_rshift): Don't use BP_SYM.
24165         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
24166         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
24167         <bp-sym.h> and <bp-asm.h>.
24168         (__sigsetjmp): Don't use BP_SYM.
24169         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
24170         (L(start_addresses)): Don't use BP_SYM.
24171         (_start): Likewise.
24172         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
24173         <bp-asm.h>.
24174         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
24175         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
24176         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
24177         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
24178         <bp-asm.h>.
24179         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
24180         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
24181         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
24182         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
24183         <bp-asm.h>.
24184         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
24185         comments.
24186         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
24187         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
24188         <bp-asm.h>.
24189         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
24190         FIXME comments.
24191         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
24192         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
24193         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
24194         <bp-asm.h>.
24195         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
24196         comment.
24197         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
24198         and <bp-asm.h>.
24199         (strncmp): Don't use BP_SYM,
24200         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
24201         <bp-asm.h>.
24202         (__mpn_sub_n): Don't use BP_SYM.
24203         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
24204         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
24205         and <bp-asm.h>.
24206         (__mpn_submul_1): Don't use BP_SYM.
24207         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
24208         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
24209         <bp-sym.h> and <bp-asm.h>.
24210         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
24211         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
24212         <bp-sym.h> and <bp-asm.h>.
24213         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
24214         comment.
24216 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
24218         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
24219         Use ZK to minimize writes to Z.
24220         (sub_magnitudes): Simplify code a bit.
24221         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
24222         Use ZK to minimize writes to Z.
24223         (sub_magnitudes): Simplify code a bit.
24225 2013-02-27  Roland McGrath  <roland@hack.frob.com>
24227         * csu/gmon-start.c: Add special exception to license text.
24229 2013-02-27  Richard Henderson  <rth@redhat.com>
24231         * scripts/config.guess: Update from config.git.
24232         * scripts/config.sub: Likewise.
24234 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
24236         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
24238         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
24240         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
24242         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
24244         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
24246 2013-02-26  Roland McGrath  <roland@hack.frob.com>
24248         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
24249         [$(build-shared = yes].
24251 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
24253         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
24254         (__mul): Reduce iterations for calculating mantissa.
24256         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
24257         MPTWO.
24258         (__mpranred): Likewise.
24260         [BZ #15160]
24261         * malloc/memusagestat.c (main): Draw graphs for heap and stack
24262         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
24264 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
24266         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
24267         Define __attribute__.
24269 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
24271         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
24272         unused.
24273         * posix/regex_internal.h (__attribute): Remove.
24274         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
24275         (re_string_context_at): Likewise.
24276         (bitset_not): Use __attribute__ and mark function as possibly
24277         unused.
24278         (bitset_merge): Likewise.
24279         (bitset_mask): Likewise.
24280         (re_string_char_size_at): Likewise.
24281         (re_string_wchar_at): Likewise.
24282         (re_string_elem_size_at): Likewise.
24284 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
24286         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
24287         code.
24288         (cc32): Likewise.
24290         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
24291         (__acr): Likewise.
24292         (__cpy): Likewise.
24293         (norm): Likewise.
24294         (denorm): Likewise.
24295         (__dbl_mp): Likewise.
24296         (add_magnitudes): Likewise.
24297         (sub_magnitudes): Likewise.
24298         (__mul): Likewise.
24299         (__inv): Likewise.
24301         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
24302         style.
24304         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
24305         style.
24307         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
24308         code.
24310         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
24311         up changes with default code.
24312         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
24313         Likewise.
24315 2013-02-24  Allan McRae  <allan@archlinux.org>
24317         * manual/socket.texi (The Internet Namespace): Order menu items
24318         to match that in the file.
24320         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
24321         node listing of the info page menu.
24323 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
24325         [BZ #13550]
24326         * sysdeps/i386/bp-asm.h: Remove file.
24327         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
24328         (PARMS): Do not use macros from bp-asm.h.
24329         (S1): Likewise.
24330         (S2): Likewise.
24331         (SIZE): Likewise.
24332         (__mpn_add_n): Do not use BP_SYM
24333         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
24334         "bp-asm.h".
24335         (PARMS): Do not use macros from bp-asm.h.
24336         (S1): Likewise.
24337         (SIZE): Likewise.
24338         (__mpn_addmul_1): Do not use BP_SYM
24339         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
24340         "bp-asm.h".
24341         (PARMS): Do not use macros from bp-asm.h.
24342         (SIGMSK): Likewise.
24343         (_setjmp): Likewise.  Do not use BP_SYM.
24344         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
24345         "bp-asm.h".
24346         (PARMS): Do not use macros from bp-asm.h.
24347         (SIGMSK): Likewise.
24348         (setjmp): Likewise.  Do not use BP_SYM.
24349         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
24350         "bp-asm.h".
24351         (PARMS): Do not use macros from bp-asm.h.
24352         (__frexp): Do not use BP_SYM.
24353         (frexp): Likewise.
24354         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
24355         "bp-asm.h".
24356         (PARMS): Do not use macros from bp-asm.h.
24357         (__frexpf): Do not use BP_SYM.
24358         (frexpf): Likewise.
24359         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
24360         "bp-asm.h".
24361         (PARMS): Do not use macros from bp-asm.h.
24362         (__frexpl): Do not use BP_SYM.
24363         (frexpl): Likewise.
24364         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
24365         "bp-asm.h".
24366         (PARMS): Do not use macros from bp-asm.h.
24367         (__remquo): Do not use BP_SYM.
24368         (remquo): Likewise.
24369         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
24370         "bp-asm.h".
24371         (PARMS): Do not use macros from bp-asm.h.
24372         (__remquof): Do not use BP_SYM.
24373         (remquof): Likewise.
24374         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
24375         "bp-asm.h".
24376         (PARMS): Do not use macros from bp-asm.h.
24377         (__remquol): Do not use BP_SYM.
24378         (remquol): Likewise.
24379         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
24380         "bp-asm.h".
24381         (PARMS): Do not use macros from bp-asm.h.
24382         (DEST): Likewise.
24383         (SRC): Likewise.
24384         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
24385         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
24386         "bp-asm.h".
24387         (PARMS): Do not use macros from bp-asm.h.
24388         (strlen): Do not use BP_SYM.
24389         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
24390         "bp-asm.h".
24391         (PARMS): Do not use macros from bp-asm.h.
24392         (S1): Likewise.
24393         (S2): Likewise.
24394         (SIZE): Likewise.
24395         (__mpn_add_n): Do not use BP_SYM.
24396         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
24397         "bp-asm.h".
24398         (PARMS): Do not use macros from bp-asm.h.
24399         (S1): Likewise.
24400         (SIZE): Likewise.
24401         (__mpn_addmul_1): Do not use BP_SYM.
24402         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
24403         weak_alias.
24404         (bzero): Likewise.
24405         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
24406         "bp-asm.h".
24407         (PARMS): Do not use macros from bp-asm.h.
24408         (S): Likewise.
24409         (SIZE): Likewise.
24410         (__mpn_lshift): Do not use BP_SYM.
24411         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
24412         "bp-asm.h".
24413         (PARMS): Do not use macros from bp-asm.h.
24414         (DEST): Likewise.
24415         (SRC): Likewise.
24416         (LEN): Likewise.
24417         (memcpy): Likewise.  Do not use BP_SYM.
24418         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
24419         libc_hidden_def and weak_alias.
24420         (mempcpy): Do not use BP_SYM in weak_alias.
24421         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
24422         "bp-asm.h".
24423         (PARMS): Do not use macros from bp-asm.h.
24424         (DEST): Likewise.
24425         (LEN): Likewise.
24426         [!BZERO_P] (CHR): Likewise.
24427         (memset): Likewise.  Do not use BP_SYM.
24428         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
24429         "bp-asm.h".
24430         (PARMS): Do not use macros from bp-asm.h.
24431         (S1): Likewise.
24432         (SIZE): Likewise.
24433         (__mpn_mul_1): Do not use BP_SYM.
24434         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
24435         "bp-asm.h".
24436         (PARMS): Do not use macros from bp-asm.h.
24437         (S): Likewise.
24438         (SIZE): Likewise.
24439         (__mpn_rshift): Do not use BP_SYM.
24440         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
24441         "bp-asm.h".
24442         (PARMS): Do not use macros from bp-asm.h.
24443         (STR): Likewise.
24444         (CHR): Likewise.
24445         (strchr): Likewise.  Do not use BP_SYM.
24446         (index): Do not use BP_SYM in weak_alias.
24447         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
24448         "bp-asm.h".
24449         (PARMS): Do not use macros from bp-asm.h.
24450         (DEST): Likewise.
24451         (SRC): Likewise.
24452         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
24453         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
24454         "bp-asm.h".
24455         (PARMS): Do not use macros from bp-asm.h.
24456         (strlen): Do not use BP_SYM.
24457         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
24458         "bp-asm.h".
24459         (PARMS): Do not use macros from bp-asm.h.
24460         (S1): Likewise.
24461         (S2): Likewise.
24462         (SIZE): Likewise.
24463         (__mpn_sub_n): Do not use BP_SYM.
24464         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
24465         "bp-asm.h".
24466         (PARMS): Do not use macros from bp-asm.h.
24467         (S1): Likewise.
24468         (SIZE): Likewise.
24469         (__mpn_submul_1): Do not use BP_SYM.
24470         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
24471         "bp-asm.h".
24472         (PARMS): Do not use macros from bp-asm.h.
24473         (S1): Likewise.
24474         (S2): Likewise.
24475         (SIZE): Likewise.
24476         (__mpn_add_n): Do not use BP_SYM.
24477         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
24478         weak_alias.
24479         (bzero): Likewise.
24480         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
24481         "bp-asm.h".
24482         (PARMS): Do not use macros from bp-asm.h.
24483         (BLK2): Likewise.
24484         (LEN): Likewise.
24485         (memcmp): Do not use BP_SYM.
24486         (bcmp): Do not use BP_SYM in weak_alias.
24487         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
24488         "bp-asm.h".
24489         (PARMS): Do not use macros from bp-asm.h.
24490         (DEST): Likewise.
24491         (SRC): Likewise.
24492         (LEN): Likewise.
24493         (memcpy): Likewise.  Do not use BP_SYM.
24494         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
24495         "bp-asm.h".
24496         (PARMS): Do not use macros from bp-asm.h.
24497         (DEST): Likewise.
24498         (SRC): Likewise.
24499         (LEN): Likewise.
24500         (memmove): Likewise.  Do not use BP_SYM.
24501         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
24502         "bp-asm.h".
24503         (PARMS): Do not use macros from bp-asm.h.
24504         (DEST): Likewise.
24505         (SRC): Likewise.
24506         (LEN): Likewise.
24507         (__mempcpy): Likewise.  Do not use BP_SYM.
24508         (mempcpy): Do not use BP_SYM in weak_alias.
24509         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
24510         "bp-asm.h".
24511         (PARMS): Do not use macros from bp-asm.h.
24512         (DEST): Likewise.
24513         (LEN): Likewise.
24514         [!BZERO_P] (CHR): Likewise.
24515         (memset): Likewise.  Do not use BP_SYM.
24516         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
24517         "bp-asm.h".
24518         (PARMS): Do not use macros from bp-asm.h.
24519         (STR2): Likewise.
24520         (strcmp): Do not use BP_SYM.
24521         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
24522         "bp-asm.h".
24523         (PARMS): Do not use macros from bp-asm.h.
24524         (STR): Likewise.
24525         (DELIM): Likewise.
24526         [USE_AS_STRTOK_R] (SAVE): Likewise.
24527         (FUNCTION): Likewise.  Do not use BP_SYM.
24528         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
24529         aliases.
24530         (strtok_r): Likewise.
24531         (__GI___strtok_r): Likewise.
24532         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
24533         (PARMS): Do not use macros from bp-asm.h.
24534         (S): Likewise.
24535         (SIZE): Likewise.
24536         (__mpn_lshift): Do not use BP_SYM.
24537         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
24538         (PARMS): Do not use macros from bp-asm.h.
24539         (STR): Likewise.
24540         (CHR): Likewise.
24541         (__memchr): Do not use BP_SYM.
24542         (memchr): Do not use BP_SYM in weak_alias.
24543         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
24544         (PARMS): Do not use macros from bp-asm.h.
24545         (BLK2): Likewise.
24546         (LEN): Likewise.
24547         (memcmp): Do not use BP_SYM.
24548         (bcmp): Do not use BP_SYM in weak_alias.
24549         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
24550         (PARMS): Do not use macros from bp-asm.h.
24551         (S1): Likewise.
24552         (SIZE): Likewise.
24553         (__mpn_mul_1): Do not use BP_SYM.
24554         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
24555         "bp-asm.h".
24556         (PARMS): Do not use macros from bp-asm.h.
24557         (STR): Likewise.
24558         (CHR): Likewise.
24559         (__rawmemchr): Do not use BP_SYM.
24560         (rawmemchr): Do not use BP_SYM in weak_alias.
24561         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
24562         (PARMS): Do not use macros from bp-asm.h.
24563         (S): Likewise.
24564         (SIZE): Likewise.
24565         (__mpn_rshift): Do not use BP_SYM.
24566         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
24567         (PARMS): Do not use macros from bp-asm.h.
24568         (SIGMSK): Likewise.
24569         (__sigsetjmp): Likewise.  Do not use BP_SYM.
24570         * sysdeps/i386/start.S: Do not include "bp-sym.h".
24571         (_start): Do not use BP_SYM.
24572         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
24573         (PARMS): Do not use macros from bp-asm.h.
24574         (DEST): Likewise.
24575         (SRC): Likewise.
24576         (__stpcpy): Likewise.  Do not use BP_SYM.
24577         (stpcpy): Do not use BP_SYM in weak_alias.
24578         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
24579         "bp-asm.h".
24580         (PARMS): Do not use macros from bp-asm.h.
24581         (DEST): Likewise.
24582         (SRC): Likewise.
24583         (LEN): Likewise.
24584         (__stpncpy): Likewise.  Do not use BP_SYM.
24585         (stpncpy): Do not use BP_SYM in weak_alias.
24586         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
24587         (PARMS): Do not use macros from bp-asm.h.
24588         (STR): Likewise.
24589         (CHR): Likewise.
24590         (strchr): Likewise.  Do not use BP_SYM.
24591         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
24592         "bp-asm.h".
24593         (PARMS): Do not use macros from bp-asm.h.
24594         (STR): Likewise.
24595         (CHR): Likewise.
24596         (__strchrnul): Likewise.  Do not use BP_SYM.
24597         (strchrnul): Do not use BP_SYM in weak_alias.
24598         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
24599         "bp-asm.h".
24600         (PARMS): Do not use macros from bp-asm.h.
24601         (STOP): Likewise.
24602         (strcspn): Do not use BP_SYM.
24603         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
24604         "bp-asm.h".
24605         (PARMS): Do not use macros from bp-asm.h.
24606         (STR): Likewise.
24607         (STOP): Likewise.
24608         (strpbrk): Likewise.  Do not use BP_SYM.
24609         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
24610         "bp-asm.h".
24611         (PARMS): Do not use macros from bp-asm.h.
24612         (STR): Likewise.
24613         (CHR): Likewise.
24614         (strrchr): Likewise.  Do not use BP_SYM.
24615         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
24616         (PARMS): Do not use macros from bp-asm.h.
24617         (SKIP): Likewise.
24618         (strspn): Do not use BP_SYM.
24619         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
24620         (PARMS): Do not use macros from bp-asm.h.
24621         (STR): Likewise.
24622         (DELIM): Likewise.
24623         (SAVE): Likewise.
24624         (FUNCTION): Likewise.  Do not use BP_SYM.
24625         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
24626         aliases.
24627         (strtok_r): Likewise.
24628         (__GI___strtok_r): Likewise.
24629         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
24630         (PARMS): Do not use macros from bp-asm.h.
24631         (S1): Likewise.
24632         (S2): Likewise.
24633         (SIZE): Likewise.
24634         (__mpn_sub_n): Do not use BP_SYM.
24635         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
24636         "bp-asm.h".
24637         (PARMS): Do not use macros from bp-asm.h.
24638         (S1): Likewise.
24639         (SIZE): Likewise.
24640         (__mpn_submul_1): Do not use BP_SYM.
24641         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
24642         <bp-sym.h>.
24643         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
24644         and <bp-asm.h>.
24645         (PARMS): Do not use macros from bp-asm.h.
24646         (FLAGS): Likewise.
24647         (PTID): Likewise.
24648         (TLS): Likewise.
24649         (CTID): Likewise.
24650         (__clone): Do not use BP_SYM.
24651         (clone): Do not use BP_SYM in weak_alias.
24652         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
24653         and <bp-asm.h>.
24654         (PARMS): Do not use macros from bp-asm.h.
24655         (LEN): Likewise.
24656         (__mmap64): Do not use BP_SYM.
24657         (mmap64): Do not use BP_SYM in weak_alias.
24658         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
24659         <bp-sym.h> and <bp-asm.h>.
24660         (PARMS): Do not use macros from bp-asm.h.
24661         (__posix_fadvise64_l64): Do not use BP_SYM.
24662         * sysdeps/unix/sysv/linux/i386/semtimedop.S
24663         (PARMS): Do not use macros from bp-asm.h.
24664         (NSOPS): Likewise.
24665         (semtimedop): Do not use BP_SYM.
24666         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
24667         and <bp-asm.h>.
24669 2013-02-21  Allan McRae  <allan@archlinux.org>
24671         * manual/message.texi (Charset conversion in gettext):
24672         Move @end statement to beginning of line.
24674 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
24676         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
24677         static.
24678         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
24679         Likewise.
24681         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
24682         (denorm): Likewise.
24683         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
24684         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
24686 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
24688         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
24689         tail-call to the resolved function if pltexit isn't needed.
24691 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
24693         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
24694         or Y being zero as being unlikely.
24695         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
24696         Likewise.
24698 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
24700         * manual/nss.texi (System Databases and Name Service Switch):
24701         Remove frobnicate @pxref.
24703 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
24705         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
24706         __attribute__ ((unused)) to __attribute__ ((__unused__)).
24708 2013-02-20  Petr Machata  <pmachata@redhat.com>
24710         * elf/elf.h (R_ARM_TARGET1): New macro.
24711         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
24712         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
24713         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
24714         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
24715         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
24716         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
24717         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
24718         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
24719         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
24720         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
24721         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
24722         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
24723         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
24724         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
24725         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
24726         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
24727         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
24728         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
24729         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
24730         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
24731         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
24732         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
24733         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
24734         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
24735         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
24736         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
24737         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
24738         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
24739         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
24740         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
24741         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
24742         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
24743         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
24744         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
24745         (R_ARM_THM_GOT_BREL12): Likewise.
24746         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
24747         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
24748         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
24749         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
24750         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
24751         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
24752         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
24753         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
24754         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
24756 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
24758         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
24759         __attribute_used__ to __attribute__ ((unused)).
24761 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
24763         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
24764         powerpc mpa.c.
24765         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
24766         comment formatting.
24767         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
24769 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
24771         [BZ #13550]
24772         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
24773         Remove macro.
24774         (ENTER): Remove both macro definitions.
24775         (LEAVE): Likewise.
24776         (CHECK_BOUNDS_LOW): Likewise.
24777         (CHECK_BOUNDS_HIGH): Likewise.
24778         (CHECK_BOUNDS_BOTH): Likewise.
24779         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
24780         (RETURN_BOUNDED_POINTER): Likewise.
24781         (RETURN_NULL_BOUNDED_POINTER): Likewise.
24782         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
24783         (POP_ERRNO_LOCATION_RETURN): Likewise.
24784         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
24785         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
24786         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
24787         macros.
24788         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
24789         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
24790         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
24791         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
24792         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
24793         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
24794         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
24795         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
24796         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
24797         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
24798         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
24799         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
24800         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
24801         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
24802         removed macros.
24803         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
24804         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
24805         macros.
24806         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
24807         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
24808         * sysdeps/i386/i586/memset.S (memset): Likewise.
24809         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
24810         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
24811         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
24812         macros.
24813         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
24814         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
24815         Change uses of L(2) to L(out).
24816         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
24817         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
24818         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
24819         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
24820         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
24821         removed macros.
24822         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
24823         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
24824         macros.
24825         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
24826         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
24827         (RETURN): Do not use macro LEAVE.
24828         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
24829         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
24830         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
24831         * sysdeps/i386/i686/memset.S (memset): Likewise.
24832         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
24833         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
24834         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
24835         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
24836         Likewise.
24837         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
24838         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
24839         L(1_2) and L(1_3) into L(1).
24840         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
24841         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
24842         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
24843         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
24844         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
24845         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
24846         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
24847         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
24848         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
24849         macros.
24850         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
24851         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
24852         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
24853         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
24854         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
24855         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
24856         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
24857         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
24858         * sysdeps/i386/strcspn.S (strcspn): Likewise.
24859         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
24860         * sysdeps/i386/strrchr.S (strrchr): Likewise.
24861         * sysdeps/i386/strspn.S (strspn): Likewise.
24862         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
24863         conditional code.
24864         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
24865         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
24866         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
24867         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
24868         L(1_3) into L(1_1).
24869         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
24870         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
24871         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
24872         macros.
24873         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
24875 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
24877         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
24878         macro.
24880 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
24882         * math/atest-exp.c (exp_mpn): Remove ROUND.
24883         * math/atest-exp2.c (exp_mpn): Likewise.
24884         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
24886         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
24887         * stdlib/tst-tls-atexit-lib.c: Likewise.
24888         * stdlib/tst-tls-atexit.c: Likewise.
24890 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
24892         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
24893         and __attribute_alloc_size__.
24895 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
24897         * include/programs/xmalloc.h: Change __attribute_alloc_size to
24898         __attribute_alloc_size__.
24899         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
24900         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
24902 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
24904         * include/programs/xmalloc.h: New file.
24905         * catgets/gencat.c: Include it.
24906         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
24907         * elf/pldd.c: Likewise.
24908         * iconv/iconv_charmap.c: Likewise.
24909         * iconv/iconvconfig.c: Likewise.
24910         * iconv/strtab.c: Likewise.
24911         * locale/programs/locale.c: Likewise.
24912         * locale/programs/localedef.h: Likewise.
24913         * locale/programs/simple-hash.c: Likewise.
24914         * nscd/nscd.h: Likewise.
24915         * nss/makedb.c: Likewise.
24916         * sysdeps/generic/ldconfig.h: Likewise.
24918 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
24920         * Versions.def: Add GLIBC_2.18.
24921         * include/link.h (struct link_map): New member l_tls_dtor_count.
24922         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
24923         (__call_tls_dtors): Likewise.
24924         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
24925         __cxa_thread_atexit_impl.
24926         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
24927         Likewise.
24928         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
24929         Likewise.
24930         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
24931         Likewise.
24932         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
24933         Likewise.
24934         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
24935         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
24936         Likewise.
24937         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
24938         Likewise.
24939         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
24940         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
24941         Likewise.
24942         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
24943         (tests): Add test case tst-tls-atexit.
24944         (modules-names): Add shared library for tst-tls-atexit.
24945         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
24946         (GLIBC_PRIVATE): Add __call_tls_dtors.
24947         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
24948         for libstdc++.
24949         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
24950         * stdlib/tst-tls-atexit.c: New test case.
24951         * stdlib/tst-tls-atexit-lib.c: New test case.
24953         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
24955         * elf/Versions (ld): Add _dl_find_dso_for_object.
24956         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
24957         * elf/dl-open.c (_dl_find_dso_for_object): New function.
24958         (dl_open_worker): Use _dl_find_dso_for_object.
24959         * elf/dl-sym.c (do_sym): Likewise.
24960         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
24962 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
24964         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
24965         Syntactic changes only.
24966         (_dl_runtime_profile): Do a tail-call to the resolved function.
24968 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
24970         [BZ #13550]
24971         * sysdeps/x86_64/bp-asm.h: Remove file.
24972         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
24973         <bp-sym.h> and <bp-asm.h>.
24974         (__clone): Do not use BP_SYM.
24975         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
24976         <bp-sym.h> and <bp-asm.h>.
24977         * sysdeps/unix/x86_64/sysdep.S: Likewise.
24978         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
24979         "bp-asm.h".
24980         (_setjmp): Do not use BP_SYM.
24981         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
24982         "bp-asm.h".
24983         (setjmp): Do not use BP_SYM.
24984         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
24985         libc_hidden_def.
24986         (mempcpy): Do not use BP_SYM in weak_alias.
24987         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
24988         "bp-asm.h".
24989         (strchr): Do not use BP_SYM.
24990         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
24991         "bp-asm.h".
24992         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
24993         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
24994         (_start): Do not use BP_SYM.
24995         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
24996         "bp-asm.h".
24997         (strcat): Do not use BP_SYM.
24998         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
24999         "bp-asm.h".
25000         (STRCMP): Do not use BP_SYM.
25001         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
25002         "bp-asm.h".
25003         (STRCPY): Do not use BP_SYM.
25004         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
25005         "bp-asm.h".
25006         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
25007         "bp-asm.h".
25008         (FUNCTION): Do not use BP_SYM.
25009         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
25010         weak_alias.
25011         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
25013 2013-02-17  Andreas Jaeger  <aj@suse.de>
25015         * time/Versions: Sort entries.
25016         * string/Versions: Likewise.
25017         * resolv/Versions: Likewise.
25018         * posix/Versions: Likewise.
25019         * iconv/Versions: Likewise.
25020         * elf/Versions: Likewise.
25021         * wcsmbs/Versions: Likewise.
25023 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
25025         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
25026         loop termination condition.
25028         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
25029         variable to calculate EZ.
25030         (__sqr): Likewise.
25032         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
25033         the lower precision input.
25035 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
25037         [BZ #13550]
25038         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
25039         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
25040         (run-via-rtld-prefix): Do not handle %-bp tests.
25041         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
25042         (all-object-suffixes): Remove .ob.
25043         (bppfx): Remove variable.
25044         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
25045         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
25046         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
25047         [$(build-bounded) = yes] (libtype.ob): Likewise.
25048         * Makerules (elide-routines.ob): Remove variable.
25049         (do-tests-clean): Do not handle *-bp.out.
25050         (common-mostlyclean): Do not handle *-bp and *-bp.out.
25051         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
25052         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
25053         (tests): Do not include $(tests-bp.out).
25054         (xtests): Do not include $(xtests-bp.out).
25055         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
25056         [$(build-bounded) = yes] ($(addprefix
25057         $(objpfx),$(binaries-bounded))): Remove rule.
25058         ($(objpfx)%-bp.out): Remove rule.
25059         * config.make.in (build-bounded): Remove variable.
25060         * crypt/Makefile [$(build-bounded) = yes]
25061         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
25062         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
25063         append to variable.
25064         [$(build-bounded) = yes] (install-lib): Likewise.
25065         [$(build-bounded) = yes] (generated): Likewise.
25066         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
25067         Remove rule.
25068         * intl/Makefile [$(build-bounded) = yes]
25069         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
25070         * math/Makefile [$(build-bounded) = yes]
25071         ($(tests:%=$(objpfx)%-bp): Likewise.
25072         * misc/Makefile [$(build-bounded) = yes]
25073         ($(objpfx)tst-tsearch-bp): Likewise.
25074         * nptl/Makeconfig (bounded-thread-library): Remove variable.
25075         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
25076         Remove dependency.
25077         * string/Makefile (o-objects.ob): Remove variable.
25078         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
25079         (CFLAGS-.ob): Remove variable.
25080         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
25081         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
25082         both definitions of variable.
25083         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
25084         (ASFLAGS-.ob): Remove variable.
25086 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
25088         [BZ #13550]
25089         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
25090         Remove __BOUNDED_POINTERS__ from condition.
25091         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
25092         * string/bits/string2.h [!__NO_STRING_INLINES &&
25093         !__BOUNDED_POINTERS__]: Likewise.
25094         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
25095         Likewise.
25096         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
25097         Remove conditional code.
25098         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
25099         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
25100         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
25101         condition.
25103         [BZ #13550]
25104         * csu/libc-start.c: Do not include <bp-sym.h>.
25105         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
25106         * elf/dl-open.c: Do not include <bp-sym.h>.
25107         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
25108         * math/fegetenv.c: Do not include <bp-sym.h>.
25109         (fegetenv): Do not use BP_SYM in versioned symbols.
25110         * nptl/sysdeps/pthread/bits/libc-lockP.h
25111         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
25112         <bp-sym.h>.
25113         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25114         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
25115         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25116         (__pthread_mutex_destroy): Likewise.
25117         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25118         (__pthread_mutex_lock): Likewise.
25119         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25120         (__pthread_mutex_trylock): Likewise.
25121         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25122         (__pthread_mutex_unlock): Likewise.
25123         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25124         (__pthread_mutexattr_init): Likewise.
25125         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25126         (__pthread_mutexattr_destroy): Likewise.
25127         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25128         (__pthread_mutexattr_settype): Likewise.
25129         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25130         (__pthread_rwlock_init): Likewise.
25131         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25132         (__pthread_rwlock_destroy): Likewise.
25133         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25134         (__pthread_rwlock_rdlock): Likewise.
25135         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25136         (__pthread_rwlock_tryrdlock): Likewise.
25137         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25138         (__pthread_rwlock_wrlock): Likewise.
25139         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25140         (__pthread_rwlock_trywrlock): Likewise.
25141         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25142         (__pthread_rwlock_unlock): Likewise.
25143         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25144         (__pthread_key_create): Likewise.
25145         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25146         (__pthread_setspecific): Likewise.
25147         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25148         (__pthread_getspecific): Likewise.
25149         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
25150         Likewise.
25151         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25152         (_pthread_cleanup_push_defer): Likewise.
25153         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25154         (_pthread_cleanup_pop_restore): Likewise.
25155         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25156         (pthread_setcancelstate): Likewise.
25157         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
25158         <bp-sym.h>.
25159         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
25160         (memchr): Do not use BP_SYM in weak_alias.
25161         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
25162         (fegetenv): Do not use BP_SYM in versioned symbols.
25163         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
25164         (fesetenv): Do not use BP_SYM in versioned symbols.
25165         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
25166         (feupdateenv): Do not use BP_SYM in versioned symbols.
25167         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
25168         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
25169         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
25170         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
25171         (open64): Do not use BP_SYM in weak_alias.
25172         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
25173         (fegetenv): Do not use BP_SYM in versioned symbols.
25174         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
25175         (fesetenv): Do not use BP_SYM in versioned symbols.
25176         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
25177         (feupdateenv): Do not use BP_SYM in versioned symbols.
25178         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
25179         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
25180         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
25181         (feraiseexcept): Do not use BP_SYM in versioned symbols.
25182         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
25183         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
25184         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
25185         <bp-sym.h>.
25186         (__libc_start_main): Do not use BP_SYM.
25188 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
25190         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
25191         redundant return line.
25192         (norm): Likewise.
25193         (denorm): Likewise.
25194         (dbl_mp): Likewise.
25195         (sub_magnitudes): Likewise.
25196         (__add): Likewise.
25197         (__sub): Likewise.
25198         (__mul): Likewise.
25199         (__inv): Likewise.
25200         (__dvd): Likewise.
25201         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
25202         (norm): Likewise.
25203         (denorm): Likewise.
25204         (dbl_mp): Likewise.
25205         (sub_magnitudes): Likewise.
25206         (__add): Likewise.
25207         (__sub): Likewise.
25208         (__mul): Likewise.
25209         (__inv): Likewise.
25210         (__dvd): Likewise.
25212         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
25213         instead of __mul.
25214         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
25215         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
25216         (cc32): Likewise.
25218         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
25219         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
25220         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
25221         of __mul for squares.
25222         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
25223         function
25224         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
25225         Likewise.
25226         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
25227         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
25229 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
25231         [BZ #13550]
25232         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
25233         code.
25234         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
25235         prototype or function definition.  Rename ubp_* variables and
25236         parameters.  Remove argv definitions conditional on
25237         [__BOUNDED_POINTERS__].
25238         * debug/backtrace.c (__backtrace): Do not use __unbounded.
25239         * elf/dl-runtime.c (_dl_fixup): Likewise.
25240         * include/set-hooks.h (RUN_HOOK): Likewise.
25241         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
25242         definition.
25243         * string/strcpy.c (strcpy): Do not use __unbounded.
25244         * sysdeps/generic/frame.h (struct layout): Likewise.
25245         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
25246         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
25247         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
25248         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
25249         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
25250         (__backtrace): Likewise.
25251         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
25252         use __ptrvalue.
25253         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
25254         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
25255         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
25256         Likewise.
25257         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
25258         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
25259         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
25260         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
25261         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
25262         Do not use __unbounded.
25263         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
25264         Rename __unboundedrlimits parameter to rlimits in prototype.
25265         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
25266         Do not use __unbounded.
25267         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
25268         not use __ptrvalue.
25269         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
25270         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
25271         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
25272         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
25273         __ptrvalue or __unbounded.
25274         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
25275         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
25276         use __unbounded.
25277         (__new_msgctl): Do not use __ptrvalue.
25278         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
25279         __unbounded.
25280         (__libc_msgrcv): Do not use __ptrvalue.
25281         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
25282         startup_info): Do not use __unbounded.
25283         (__libc_start_main): Likewise.  Rename ubp_* variables and
25284         parameters.  Remove argv definitions conditional on
25285         [__BOUNDED_POINTERS__].
25286         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
25287         __ptrvalue.
25288         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
25289         use __unbounded.
25290         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
25291         or __ptrvalue.
25292         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
25293         use __unbounded.
25294         (__new_shmctl): Do not use __ptrvalue.
25295         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
25296         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
25297         Likewise.
25298         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
25299         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
25300         (__libc_sigaction): Likewise.
25301         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
25302         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
25303         Likewise.
25304         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
25306 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
25308         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
25310         * string/mempcpy.c: Implement by calling memcpy.
25312 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
25314         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
25316         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
25317         evaluation.
25319         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
25320         values in the mantissa.
25322         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
25323         minimize writes to Z.
25324         (sub_magnitudes): Simplify code a bit.
25326 2013-02-12  Roland McGrath  <roland@hack.frob.com>
25328         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
25329         from the message.  The linker prefixes all warnings with that already.
25331 2013-02-12  Andreas Schwab  <schwab@suse.de>
25333         [BZ #15078]
25334         * posix/regexec.c (extend_buffers): Add parameter min_len.
25335         (check_matching): Pass minimum needed length.
25336         (clean_state_log_if_needed): Likewise.
25337         (get_subexp): Likewise.
25338         * posix/Makefile (tests): Add bug-regex34.
25339         (bug-regex34-ENV): Define.
25340         * posix/bug-regex34.c: New file.
25342         [BZ #11561]
25343         * posix/regcomp.c (parse_bracket_exp): When looking up collating
25344         elements compare against the byte sequence of it, not its name.
25345         * posix/Makefile (tests): Add bug-regex35.
25346         (bug-regex35-ENV): Define.
25347         * posix/bug-regex35.c: New file.
25349 2013-02-11  Tom de Vries  <tom@codesourcery.com>
25351         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
25352         comment.
25353         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
25354         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
25355         (CHECK_EOL): Add undef.
25357 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
25359         * bits/stdlib-bsearch.h: New file.
25360         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
25361         * stdlib/stdlib.h: Likewise.
25363 2013-02-11  Roland McGrath  <roland@hack.frob.com>
25365         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
25366         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
25367         declaration.
25368         * manual/search.texi (Array Search Function): Add missing const in
25369         lfind prototype.
25370         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
25371         declaration to use rlim_t.
25372         (Basic Scheduling Functions): Remove erroneous const from
25373         sched_getparam prototype.  Remove erroneous * from
25374         sched_get_priority_max and sched_get_priority_min prototypes.
25375         (Resource Usage): Fix summary @comment on vtimes to refer to
25376         sys/vtimes.h rather than vtimes.h.
25377         Add missing *s in vtimes prototype.
25378         (Limits on Resources): Fix ulimit prototype to return long int.
25379         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
25380         prototypes to use long int rather than double.
25381         (BSD Random): Fix initstate and setstate to use char *, not void *.
25382         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
25383         prototype to make second argument 'struct aiocb64 *const[]'.
25384         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
25385         (Status of AIO Operations): Remove erroneous const in aio_return and
25386         aio_return64 prototypes.
25387         (Synchronizing I/O): Fix sync prototype to return void.
25388         * manual/startup.texi (Suboptions): Remove an erroneous const in
25389         getsubopt prototype.
25390         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
25391         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
25392         use size_t rather than int.
25393         (Scanning All Users): Likewise for getpwent_r.
25394         (Setting Groups): Add missing const to setgroups prototype.
25395         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
25396         * manual/socket.texi (Host Names): Fix gethostbyaddr and
25397         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
25398         'const void *' rather than 'const char *'.
25399         (Host Address Functions): Likewise for inet_ntop.
25400         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
25401         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
25402         ssize_t for return value.
25403         (Sending Data): Likewise for send, sendto, sendmsg.
25404         (Socket Option Functions): Add a missing const in setsockopt prototype.
25405         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
25406         use wchar_t for the argument.
25407         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
25408         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
25409         take no arguments.
25410         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
25411         double/float/long double for second argument.
25412         Fix return types of significand, significandf, significandl.
25413         * manual/filesys.texi (Setting Permissions): Use mode_t for second
25414         argument in fchmod prototype.
25415         (File Owner): Use uid_t and gid_t in fchown prototype.
25416         (File Times): Add const to utimes, futimes, and lutimes prototypes.
25417         (Making Special Files): Use mode_t and dev_t in mknod prototype.
25418         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
25419         use 'const struct dirent **' as argument types to CMP function pointer
25420         argument.
25421         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
25422         (File Times): Fix summary magic @comment for struct utimbuf and utime
25423         to refer to utime.h, not time.h.
25424         * manual/string.texi (Argz Functions): Add missing const in
25425         argz_extract and argz_next prototypes.
25426         (Finding Tokens in a String): Likewise for basename.
25427         (String/Array Comparison): Fix typo in wcscasecmp prototype.
25428         (Copying and Concatenation): Fix typo in wmemmove prototype.
25429         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
25430         (Signal Stack): Remove erroneous const in sigstack prototype.
25431         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
25432         prototype.
25433         (Simple Calendar Time): Likewise for stime.
25434         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
25435         prototype.
25436         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
25437         say sys/sysctl.h instead.
25438         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
25439         and vsyslog prototypes.
25441 2013-02-11  Tom de Vries  <tom@codesourcery.com>
25443         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
25444         Remove.
25446 2013-02-11  Roland McGrath  <roland@hack.frob.com>
25448         * misc/sys/mman.h: Fix typo in mremap comment.
25450 2013-02-08  Roland McGrath  <roland@hack.frob.com>
25452         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
25453         the '\0' terminator.
25455 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
25457         [BZ #13550]
25458         * debug/segfault.c: Don't include <bp-checks.h>.
25459         * sysdeps/generic/bp-checks.h: Remove file.
25460         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
25461         (__GETDENTS): Don't use CHECK_N.
25462         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
25463         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
25464         (__getgroups): Don't use CHECK_N.
25465         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
25466         (setgroups): Don't use CHECK_N.
25467         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
25468         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
25469         (__libc_msgrcv): Don't use CHECK_N.
25470         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
25471         (__libc_msgsnd): Don't use CHECK_N.
25472         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
25473         <bp-checks.h>.
25474         (__libc_pread): Don't use CHECK_N.
25475         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
25476         include <bp-checks.h>.
25477         (__libc_pread64): Don't use CHECK_N.
25478         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
25479         include <bp-checks.h>.
25480         (__libc_pwrite): Don't use CHECK_N.
25481         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
25482         include <bp-checks.h>.
25483         (__libc_pwrite64): Don't use CHECK_N.
25484         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
25485         <bp-checks.h>.
25486         (__libc_pread): Don't use CHECK_N.
25487         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
25488         include <bp-checks.h>.
25489         (__libc_pread64): Don't use CHECK_N.
25490         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
25491         include <bp-checks.h>.
25492         (__libc_pwrite): Don't use CHECK_N.
25493         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
25494         include <bp-checks.h>.
25495         (__libc_pwrite64): Don't use CHECK_N.
25496         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
25497         (do_pread): Don't use CHECK_N.
25498         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
25499         (do_pread64): Don't use CHECK_N.
25500         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
25501         (do_pwrite): Don't use CHECK_N.
25502         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
25503         (do_pwrite64): Don't use CHECK_N.
25504         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
25505         (__libc_readv): Don't use CHECK_N.
25506         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
25507         (semop): Don't use CHECK_N.
25508         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
25509         <bp-checks.h>.
25510         (semtimedop): Don't use CHECK_N.
25511         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
25512         (__libc_pread): Don't use CHECK_N.
25513         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
25514         <bp-checks.h>.
25515         (__libc_pread64): Don't use CHECK_N.
25516         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
25517         <bp-checks.h>.
25518         (__libc_pwrite): Don't use CHECK_N.
25519         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
25520         <bp-checks.h>.
25521         (__libc_pwrite64): Don't use CHECK_N.
25522         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
25523         <bp-checks.h>.
25524         (__libc_msgrcv): Don't use CHECK_N.
25525         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
25526         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
25527         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
25528         (__libc_writev): Don't use CHECK_N.
25530 2013-02-08  Roland McGrath  <roland@hack.frob.com>
25532         * string/strcpy.c: Removed unused variable.
25534         * Makeconfig (+sysdep-includes): Define with := rather than =.
25535         Use an existing include/ subdir of each sysdeps dir before it.
25537 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
25539         * nscd/connection.c (register_traced_file): Comment function.
25540         [HAVE_INOTIFY] (union __inev): Define.
25541         [HAVE_INOTIFY] (inotify_check_files): New function.
25542         [HAVE_INOTIFY] (clear_db_cache): Likewise.
25543         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
25544         clear_db_cache.
25545         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
25547 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
25549         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
25550         loaded if not already and that a failure is permanent.
25552 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
25554         [BZ #15006]
25555         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
25556         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
25558 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
25560         [BZ #13550]
25561         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
25562         (CHECK_1_NULL_OK): Likewise.
25563         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
25564         (__fxstat): Do not use CHECK_1.
25565         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
25566         <bp-checks.h>.
25567         (___fxstat64): Do not use CHECK_1.
25568         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
25569         <bp-checks.h>.
25570         (__fxstatat): Do not use CHECK_1.
25571         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
25572         <bp-checks.h>.
25573         (__fxstatat64): Do not use CHECK_1.
25574         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
25575         <bp-checks.h>.
25576         (__fxstat): Do not use CHECK_1.
25577         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
25578         <bp-checks.h>.
25579         (__fxstatat): Do not use CHECK_1.
25580         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
25581         <bp-checks.h>.
25582         (__getresgid): Do not use CHECK_1.
25583         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
25584         <bp-checks.h>.
25585         (__getresuid): Do not use CHECK_1.
25586         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
25587         <bp-checks.h>.
25588         (__lxstat): Do not use CHECK_1.
25589         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
25590         <bp-checks.h>.
25591         (__old_msgctl): Do not use CHECK_1.
25592         (__new_msgctl): Likewise.
25593         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
25594         <bp-checks.h>.
25595         (__new_setrlimit): Do not use CHECK_1.
25596         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
25597         <bp-checks.h>.
25598         (__old_shmctl): Do not use CHECK_1.
25599         (__new_shmctl): Likewise.
25600         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
25601         <bp-checks.h>.
25602         (__xstat): Do not use CHECK_1.
25603         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
25604         (__lxstat): Do not use CHECK_1.
25605         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
25606         <bp-checks.h>.
25607         (___lxstat64): Do not use CHECK_1.
25608         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
25609         (__old_msgctl): Do not use CHECK_1.
25610         (__new_msgctl): Likewise.
25611         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
25612         <bp-checks.h>.
25613         (__gettimeofday): Do not use CHECK_1.
25614         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
25615         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
25616         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
25617         <bp-checks.h>.
25618         (__gettimeofday): Do not use CHECK_1.
25619         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
25620         (__old_shmctl): Do not use CHECK_1_NULL_OK.
25621         (__new_shmctl): Do not use CHECK_1.
25622         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
25623         <bp-checks.h>.
25624         (do_sigtimedwait): Do not use CHECK_1.
25625         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
25626         <bp-checks.h>.
25627         (do_sigwaitinfo): Do not use CHECK_1.
25628         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
25629         <bp-checks.h>.
25630         (msgctl): Do not use CHECK_1.
25631         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
25632         <bp-checks.h>.
25633         (shmctl): Do not use CHECK_1.
25634         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
25635         (ustat): Do not use CHECK_1.
25636         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
25637         <bp-checks.h>.
25638         (__fxstat): Do not use CHECK_1.
25639         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
25640         <bp-checks.h>.
25641         (__fxstatat): Do not use CHECK_1.
25642         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
25643         <bp-checks.h>.
25644         (__lxstat): Do not use CHECK_1.
25645         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
25646         <bp-checks.h>.
25647         (__xstat): Do not use CHECK_1.
25648         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
25649         (__xstat): Do not use CHECK_1.
25650         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
25651         (___xstat64): Do not use CHECK_1.
25653         [BZ #13550]
25654         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
25655         definitions.
25656         (CHECK_BOUNDS_HIGH): Likewise.
25657         * string/strcpy.c: Do not include <bp-checks.h>.
25658         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
25660 2013-02-07  Roland McGrath  <roland@hack.frob.com>
25662         * nscd/nscd-client.h (__nscd_drop_map_ref):
25663         Add __attribute__ ((unused)).
25664         * nis/nss-nisplus.h (niserr2nss): Likewise.
25666         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
25667         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
25669         * csu/libc-tls.c (init_static_tls, init_slotinfo):
25670         Remove inline keyword.
25671         * include/rounding-mode.h (round_away): Likewise.
25672         * libio/wfileops.c (adjust_wide_data): Likewise.
25673         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
25674         (__m128i_strloadu_tolower): Likewise.
25675         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
25676         (__m128i_strloadu_tolower): Likewise.
25677         * time/mktime.c (ydhms_diff): Likewise.
25678         * locale/elem-hash.h (elem_hash): Likewise.
25679         * locale/setlocale.c (setdata): Likewise.
25680         * posix/regex_internal.h (re_string_char_size_at): Likewise.
25681         (re_string_wchar_at): Likewise.
25682         (bitset_not, bitset_merge, bitset_mask): Likewise.
25683         [!(__GNUC__ > 3)] (inline): Remove macro.
25684         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
25685         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
25686         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
25687         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
25688         * string/memcmp.c (memcmp_bytes): Likewise.
25689         * locale/programs/locarchive.c (compute_hashval): Likewise.
25690         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
25691         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
25692         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
25693         * nss/getent.c (print_rpc, print_protocols): Likewise.
25694         (print_passwd, print_group, print_aliases): Likewise.
25695         * nis/nss-nisplus.h (niserr2nss): Likewise.
25696         * nscd/connections.c (restart_p): Likewise.
25697         Change return type to bool.
25699 2013-02-05  Roland McGrath  <roland@hack.frob.com>
25701         * Makeconfig (all-Depend-files): Add existing
25702         $(sorted-subdirs:=/Depend) files.
25703         (all-subdirs): Remove nss.
25704         * sysdeps/unix/inet/Subdirs: Add it here instead.
25705         * hesiod/Depend: New file.
25707         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
25708         instead of calling alloca.
25710         * io/lseek.c (__lseek): Rename to __libc_lseek.
25711         Define __lseek as an alias.
25713         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
25715 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
25717         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
25718         else clause and remove check for non-standard endianness.
25720 2013-02-04  David S. Miller  <davem@davemloft.net>
25722         * sysdeps/sparc/fpu/libm-test-ulps: Update.
25724 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
25726         [BZ #13550]
25727         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
25728         (__ubp_memchr): Remove prototype.
25729         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
25730         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
25731         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
25732         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
25733         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
25734         Remove alias.
25735         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
25736         (__ubp_memchr): Likewise.
25737         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
25738         (__ubp_memchr): Likewise.
25739         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
25740         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
25741         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
25742         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
25743         CHECK_STRING.
25744         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
25745         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
25746         (__getcwd): Do not use CHECK_STRING.
25747         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
25748         <bp-checks.h>.
25749         (__real_chown): Do not use CHECK_STRING.
25750         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
25751         <bp-checks.h>.
25752         (fchownat): Do not use CHECK_STRING.
25753         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
25754         CHECK_STRING.
25755         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
25756         <bp-checks.h>.
25757         (__lchown): Do not use CHECK_STRING.
25758         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
25759         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
25760         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
25761         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
25762         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
25763         include <bp-checks.h>.
25764         (truncate64): Do not use CHECK_STRING.
25765         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
25766         <bp-checks.h>.
25767         (__real_chown): Do not use CHECK_STRING.
25768         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
25769         <bp-checks.h>.
25770         (__lchown): Do not use CHECK_STRING.
25771         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
25772         <bp-checks.h>.
25773         (__chown): Do not use CHECK_STRING.
25774         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
25775         <bp-checks.h>.
25776         (truncate64): Do not use CHECK_STRING.
25777         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
25778         Likewise.
25779         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
25780         (__xmknod): Do not use CHECK_STRING.
25781         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
25782         <bp-checks.h>.
25783         (__xmknodat): Do not use CHECK_STRING.
25784         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
25785         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
25787 2013-02-04  Andreas Schwab  <schwab@suse.de>
25789         [BZ #14142]
25790         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
25791         * include/netdb.h: Likewise for h_errno.
25792         * elf/tst-stackguard1.c: Include <tls.h>.
25794 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
25796         * elf/link.h (struct link_map): Extend the l_addr comment.
25797         * include/link.h (struct link_map): Likewise.
25799 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
25801         [BZ #13550]
25802         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
25803         (BOUNDED_1): Remove macro.
25804         * debug/backtrace.c: Don't include <bp-checks.h>.
25805         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
25806         (__backtrace): Likewise.
25807         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
25808         <bp-checks.h>.
25809         (__backtrace): Don't use BOUNDED_1.
25810         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
25811         <bp-checks.h>.
25812         (__backtrace): Don't use BOUNDED_1.
25813         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
25814         (__backtrace): Don't use BOUNDED_1.
25815         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
25816         (shmat): Don't use BOUNDED_N.
25818 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
25820         [BZ #13550]
25821         * sysdeps/generic/bp-start.h: Remove file.
25822         * csu/libc-start.c: Don't include <bp-start.h>.
25823         (LIBC_START_MAIN): Set up __environ directly instead of using
25824         INIT_ARGV_and_ENVIRON.
25825         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
25826         <bp-start.h>.
25828         [BZ #13550]
25829         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
25830         definitions.
25831         (CHECK_FCNTL): Likewise.
25832         (CHECK_N_PAGES): Likewise.
25834         [BZ #13550]
25835         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
25836         definitions.
25837         (CHECK_SIGSET_NULL_OK): Likewise.
25838         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
25839         <bp-checks.h>.
25840         (sigpending): Don't use CHECK_SIGSET.
25841         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
25842         <bp-checks.h>.
25843         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
25844         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
25845         <bp-checks.h>.
25846         (do_sigsuspend): Don't use CHECK_SIGSET.
25847         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
25848         use CHECK_SIGSET.
25849         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
25850         (do_sigwait): Don't use CHECK_SIGSET.
25851         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
25852         use CHECK_SIGSET.
25853         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
25854         include <bp-checks.h>.
25855         (sigpending): Don't use CHECK_SIGSET.
25856         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
25857         include <bp-checks.h>.
25858         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
25859         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
25860         <bp-checks.h>.
25861         (sigpending): Don't use CHECK_SIGSET.
25862         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
25863         <bp-checks.h>.
25864         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
25866         [BZ #13550]
25867         * sysdeps/generic/bp-semctl.h: Remove file.
25868         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
25869         <bp-checks.h> and <bp-semctl.h>.
25870         (__old_semctl): Don't use CHECK_SEMCTL.
25871         (__new_semctl): Likewise.
25872         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
25873         and <bp-semctl.h>.
25874         (__old_semctl): Don't use CHECK_SEMCTL.
25875         (__new_semctl): Likewise.
25876         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
25877         <bp-checks.h> and <bp-semctl.h>.
25878         (__old_semctl): Don't use CHECK_SEMCTL.
25879         (__new_semctl): Likewise.
25880         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
25881         <bp-checks.h> and <bp-semctl.h>.
25882         (semctl): Don't use CHECK_SEMCTL.
25884         [BZ #13550]
25885         * Makerules (elide-bp-thunks): Remove variable.
25886         (elide-routines.oS): Don't use $(elide-bp-thunks).
25887         (elide-routines.os): Likewise.
25888         (elide-routines.o): Likewise.
25889         (elide-routines.op): Likewise.
25890         (elide-routines.og): Likewise.
25891         (objects): Don't use $(bp-thunks).
25892         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
25893         include.
25894         (common-generated): Do not add s-proto-bp.d.
25895         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
25896         (int): Likewise.
25897         (typ): Likewise.
25898         Do not generate makefile rules for bounded-pointer thunks.
25899         * sysdeps/generic/bp-thunks.h: Remove file.
25900         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
25901         * sysdeps/unix/s-proto-bp.S: Likewise.
25903         [BZ #15062]
25904         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
25905         parts of result separately when argument is not close to line from
25906         -i to i and one part of argument is small.
25907         * math/k_casinhf.c (__kernel_casinhf): Likewise.
25908         * math/k_casinhl.c (__kernel_casinhl): Likewise.
25909         * math/libm-test.inc (cacos_test): Add more tests.
25910         (casin_test): Likewise.
25911         (casinh_test): Likewise.
25912         * sysdeps/i386/fpu/libm-test-ulps: Update.
25913         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25915 2013-01-31  David S. Miller  <davem@davemloft.net>
25917         * po/de.po: Update from translation team.
25919 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
25921         * time/tzfile.c: Include stdint.h for SIZE_MAX.
25923 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
25925         * configure.in (_AC_PROG_CC_C89): New definition.
25926         * configure: Regenerate.
25928         * configure.in (AC_PROG_CPP): New definition.
25929         * configure: Regenerate.
25931 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
25933         * debug/tst-backtrace.h: New file.
25934         * debug/tst-backtrace2.c: Include tst-backtrace.h.
25935         (ret): Remove variable.
25936         (x): Likewise.
25937         (FAIL): Remove macro.
25938         (NO_INLINE): Likewise.
25939         (fn1): Use match function instead of strstr.
25940         * debug/tst-backtrace3.c: Include tst-backtrace.h.
25941         (ret): Remove variable.
25942         (x): Likewise.
25943         (FAIL): Remove macro.
25944         (NO_INLINE): Likewise.
25945         (fn): Use match function instead of strstr.
25946         * debug/tst-backtrace4.c: Include tst-backtrace.h.
25947         (ret): Remove variable.
25948         (x): Likewise.
25949         (FAIL): Remove macro.
25950         (NO_INLINE): Likewise.
25951         (handle_signal): Use match function instead of strstr.
25952         * debug/tst-backtrace5.c: Include tst-backtrace.h.
25953         (ret): Remove variable.
25954         (x): Likewise.
25955         (FAIL): Remove macro.
25956         (NO_INLINE): Likewise.
25957         (handle_signal): Use match function instead of strstr.
25959 2013-01-23  Roland McGrath  <roland@hack.frob.com>
25961         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
25963 2013-01-23  David S. Miller  <davem@davemloft.net>
25965         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
25966         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
25967         argument of CAS if possible.
25968         * sysdeps/sparc/sparc64/bits/atomic.h
25969         (__arch_compare_and_exchange_val_32_acq): Likewise.
25970         (__arch_compare_and_exchange_val_64_acq): Likewise.
25972 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
25974         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
25975         * sysdeps/posix/ulimit.c: ... this.
25976         Include <limits.h>.
25977         * sysdeps/unix/bsd/ulimit.c: Remove file.
25979 2013-01-23  Adam Conrad  <adconrad@0c3.net>
25981         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
25982         (LDFLAGS-tst-array5): Likewise.
25984 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
25986         [BZ #15036]
25987         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
25988         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
25989         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
25990         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
25992 2013-01-21  David S. Miller  <davem@davemloft.net>
25994         * sysdeps/sparc/backtrace.c: New file.
25995         * sysdeps/sparc/sparc32/backtrace.h: New file.
25996         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
25997         * sysdeps/sparc/sparc64/backtrace.h: New file.
25998         * sysdeps/sparc/sparc64/backtrace.c: Delete.
25999         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
26000         -funwind-tables.
26002 2013-01-21  Andreas Schwab  <schwab@suse.de>
26004         [BZ #15020]
26005         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
26006         closed its stdout.
26008 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
26010         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
26011         "mpa2.h".
26012         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
26014 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
26015             Mark Mitchell  <mark@codesourcery.com>
26016             Tom de Vries  <tom@codesourcery.com>
26017             Paul Pluzhnikov  <ppluzhnikov@google.com>
26019         * debug/tst-backtrace2.c: New file.
26020         * debug/tst-backtrace3.c: Likewise.
26021         * debug/tst-backtrace4.c: Likewise.
26022         * debug/tst-backtrace5.c: Likewise.
26023         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
26024         (CFLAGS-tst-backtrace3.c): Likewise.
26025         (CFLAGS-tst-backtrace4.c): Likewise.
26026         (CFLAGS-tst-backtrace5.c): Likewise.
26027         (LDFLAGS-tst-backtrace2): Likewise.
26028         (LDFLAGS-tst-backtrace3): Likewise.
26029         (LDFLAGS-tst-backtrace4): Likewise.
26030         (LDFLAGS-tst-backtrace5): Likewise.
26031         (tests): Add new tests tst-backtrace2, tst-backtrace3,
26032         tst-backtrace4 and tst-backtrace5.
26034 2013-01-18  Anton Blanchard  <anton@samba.org>
26035             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
26037         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
26038         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
26039         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
26040         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
26041         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
26042         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
26043         "+r" and remove output regs list as redundant.  Add explicit inline
26044         asm to specify register of return val to work around compiler codegen
26045         bug.  Remove (int) cast on return value.  Add return type parameter to
26046         use in macro so that this macro does not truncate return value for
26047         64-bit values.
26048         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
26049         pass to INTERNAL_VSYSCALL_NCS.
26050         (INLINE_VSYSCALL): Add 'long int' as return type to
26051         INTERNAL_VSYSCALL_NCS macro invocation.
26052         (INTERNAL_VSYSCALL): Add 'long int' as return type to
26053         INTERNAL_VSYSCALL_NCS macro invocation.
26054         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
26056 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
26058         [BZ #14496]
26059         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
26060         Fix application of SIMD FP exception mask.
26062         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
26063         mp_no from a power of two.
26064         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
26065         __mpexp_twomm1.  Use __pow_mp.
26067         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
26068         multiplication.
26070 2013-01-17  David S. Miller  <davem@davemloft.net>
26072         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26074 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
26076         [BZ #15023]
26077         * include/complex.h: Condition contents on [!_COMPLEX_H].
26078         (__kernel_casinhf): New prototype.
26079         (__kernel_casinh): Likewise.
26080         (__kernel_casinhl): Likewise.
26081         * math/Makefile (libm_calls): Add k_casinh.
26082         * math/k_casinh.c: New file.
26083         * math/k_casinhf.c: Likewise.
26084         * math/k_casinhl.c: Likewise.
26085         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
26086         finite nonzero arguments.
26087         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
26088         finite nonzero arguments.
26089         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
26090         finite nonzero arguments.
26091         * math/s_casinh.c: Do not include <float.h>.
26092         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
26093         * math/s_casinhf.c: Do not include <float.h>.
26094         (__casinhf): Move code for finite nonzero arguments to
26095         k_casinhf.c.
26096         * math/s_casinhl.c: Do not include <float.h>.
26097         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
26098         redefine.
26099         (__casinhl): Move code for finite nonzero arguments to
26100         k_casinhl.c.
26101         * math/libm-test.inc (cacos_test): Add more tests.
26102         * sysdeps/i386/fpu/libm-test-ulps: Update.
26103         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26105 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
26107         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
26108         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
26109         [!HAVE_MREMAP]: Remove [defined linux] case.
26110         * malloc/arena.c: Do not include <malloc-sysdep.h>.
26112 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
26114         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
26116 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
26118         * elf/elf.h (R_386_SIZE32): New relocation.
26119         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
26120         R_386_SIZE32.
26121         (elf_machine_rela): Likewise.
26122         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
26123         R_X86_64_SIZE64 and R_X86_64_SIZE32.
26125 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
26127         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
26128         (FP_FAST_FMA): Do not define.
26129         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
26130         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
26131         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
26132         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
26133         !_SOFT_FLOAT]: Likewise.
26134         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
26135         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
26136         value.
26137         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
26138         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
26139         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
26140         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
26141         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
26142         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
26143         file.
26145 2013-01-16  Andreas Schwab  <schwab@suse.de>
26147         [BZ #14327]
26148         * include/stdlib.h (__mktemp): Add declaration.
26149         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
26150         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
26152 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
26154         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
26155         definitions.
26156         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
26157         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
26158         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
26159         definitions here.
26160         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
26161         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
26162         definitions.
26163         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
26164         and ONE.
26165         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
26166         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
26167         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
26168         definitions.
26169         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
26170         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
26171         definitions.
26172         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
26174         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
26176 2013-01-15  David S. Miller  <davem@davemloft.net>
26178         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
26179         trunc{,f} to libm-sysdep_routes.
26180         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
26181         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
26182         file.
26183         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
26184         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
26185         file.
26186         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
26187         file.
26188         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
26189         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
26190         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
26191         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
26192         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
26193         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
26194         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
26195         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
26197         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
26198         nearbyint{,f} to libm-sysdep_routes.
26199         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
26200         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
26201         New file.
26202         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
26203         file.
26204         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
26205         New file.
26206         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
26207         file.
26208         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
26209         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
26210         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
26211         file.
26212         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
26213         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
26214         file.
26215         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
26216         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
26217         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
26219         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
26220         libc_feholdexcept and libc_fesetenv.
26222 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
26224         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
26226 2013-01-14  David S. Miller  <davem@davemloft.net>
26228         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
26229         (SPARC_ASM_VIS2_IFUNC): Likewise.
26230         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
26231         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
26232         use of 'siam' instruction.
26233         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
26234         Likewise.
26235         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
26236         Likewise.
26237         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
26238         Likewise.
26239         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
26240         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
26241         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
26242         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
26243         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
26244         file.
26245         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
26246         file.
26247         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
26248         file.
26249         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
26250         file.
26251         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
26252         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
26253         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
26254         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
26255         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
26256         new VIS2 routines.
26257         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
26258         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
26259         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
26260         Likewise.
26261         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
26262         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
26263         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
26264         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
26265         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
26266         routines to libm-sysdep_routines.
26267         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
26269         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
26270         fdim/fdimf to libm-sysdep_routines.
26271         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
26272         file.
26273         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
26274         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
26275         file.
26276         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
26277         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
26278         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
26279         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
26280         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
26281         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
26282         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
26284 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
26286         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
26287         to optimize copies.
26289         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
26290         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
26291         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
26293         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
26294         local variable MPTWO.
26295         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
26296         Likewise.
26298 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
26300         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
26301         GLOB_NOESCAPE.
26303 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
26305         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
26307 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
26309         * manual/pattern.texi (glob_t): Document gl_flags.
26310         (glob64_t): Likewise.
26312 2013-01-11  David S. Miller  <davem@davemloft.net>
26314         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
26315         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
26316         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
26317         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
26318         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
26319         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
26320         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
26321         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
26322         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
26323         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
26324         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
26325         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
26326         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
26328         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
26329         sparc V9 rather than using V8 code.
26330         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
26331         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
26333         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
26334         Move to...
26335         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
26336         Here.
26338 2013-01-11  Roland McGrath  <roland@hack.frob.com>
26340         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
26341         not in the main loop.
26342         * configure: Regenerated.
26344 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
26346         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
26347         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
26348         to just #else.
26349         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
26350         [!__GLIBC_HAVE_LONG_LONG] case.
26351         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
26352         condition to just #else.
26353         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
26354         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
26355         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
26356         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
26357         unconditional.
26358         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
26359         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
26360         #elif condition to just #else.
26361         * sysdeps/unix/sysv/linux/sys/sysmacros.h
26362         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
26363         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
26364         #elif condition to just #else.
26366 2013-01-11  Steve Ellcey  <sellcey@mips.com>
26368         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
26369         (EF_MIPS_ARCH_64): Fix value.
26370         (EF_MIPS_ARCH_32R2): New.
26371         (EF_MIPS_ARCH_64R2): New.
26373 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
26375         * Makeconfig (+link-pie-before-libc): New.
26376         (+link-pie-after-libc): Likewise.
26377         (+link-pie-tests): Likewise.
26378         (+link-pie): Rewritten.
26379         (link-before-libc): Remove $(config-LDFLAGS).
26380         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
26381         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
26382         (config-LDFLAGS): Renamed to ...
26383         (rtld-LDFLAGS): This.
26384         (rtld-tests-LDFLAGS): New macro.
26385         (link-libc-rpath-link): Likewise.
26386         (link-libc-tests-rpath-link): Likewise.
26387         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
26388         (link-libc): Prepand $(link-libc-rpath-link).
26389         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
26390         (test-program-prefix): New macro.
26391         (test-via-rtld-prefix): Likewise.
26392         (test-program-cmd): Likewise.
26393         (host-test-program-cmd): Likewise.
26394         * Makefile ($(common-objpfx)testrun.sh): Replace
26395         $(run-program-prefix) with $(test-program-prefix).
26396         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
26397         $(rtld-LDFLAGS).
26398         ($(common-objpfx)shlib.lds): Likewise.
26399         (build-module-helper): Likewise.
26400         ($(common-objpfx)format.lds): Likewise.
26401         * Rules (binaries-pie-tests): New.
26402         (binaries-pie-notests): Likewise.
26403         (binaries-pie): Rewritten.
26404         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
26405         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
26406         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
26407         (make-test-out): Replace $(host-built-program-cmd) with
26408         $(host-test-program-cmd).
26409         * config.make.in (build-hardcoded-path-in-tests): New variable.
26410         * configure.in (--enable-hardcoded-path-in-tests): New configure
26411         option.
26412         (hardcoded_path_in_tests): New AC_SUBST.
26413         * configure: Regenerated.
26414         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
26415         $(built-program-cmd) with $(test-program-cmd).
26416         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
26417         (test_program_cmd): This.
26418         * elf/Makefile ($(objpfx)order.out): Run test with
26419         $(test-program-prefix).
26420         ($(objpfx)order2.out): Likewise.
26421         ($(objpfx)tst-initorder.out): Likewise.
26422         ($(objpfx)tst-initorder2.out): Likewise.
26423         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
26424         $(test-program-cmd).
26425         ($(objpfx)tst-array1-static.out): Likewise.
26426         ($(objpfx)tst-array2.out): Likewise.
26427         ($(objpfx)tst-array3.out): Likewise.
26428         ($(objpfx)tst-array4.out): Likewise.
26429         ($(objpfx)tst-array5.out): Likewise.
26430         ($(objpfx)tst-array5-static.out): Likewise.
26431         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
26432         $(test-program-cmd).
26433         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
26434         $(run-program-prefix) with $(test-program-prefix).
26435         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
26436         (test_program_prefix): This.
26437         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
26438         $(run-program-prefix) with $(test-program-prefix).
26439         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
26440         (test_program_prefix): This.
26441         * iconvdata/tst-tables.sh: Likewise.
26442         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
26443         $(run-program-prefix) with $(test-program-prefix).
26444         ($(objpfx)tst-translit.out): Likewise.
26445         ($(objpfx)tst-gettext2.out): Likewise.
26446         ($(objpfx)tst-gettext4.out): Likewise.
26447         ($(objpfx)tst-gettext6.out): Likewise.
26448         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
26449         (test_program_prefix): This.
26450         * intl/tst-gettext2.sh: Likewise.
26451         * intl/tst-gettext4.sh  Likewise.
26452         * intl/tst-gettext6.sh: Likewise.
26453         * intl/tst-translit.sh: Likewise.
26454         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
26455         with $(test-program-cmd).
26456         * libio/Makefile ($(objpfx)test-freopen.out): Replace
26457         $(run-program-prefix) with $(test-program-prefix).
26458         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
26459         (test_program_prefix): This.
26460         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
26461         $(run-program-prefix) with $(test-program-prefix).
26462         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
26463         (test_program_prefix): This.
26464         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
26465         * posix/Makefile ($(objpfx)globtest.out): Replace
26466         $(run-via-rtld-prefix) and $(test-wrapper) with
26467         $(test-program-prefix) and $(test-via-rtld-prefix).
26468         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
26469         $(test-program-prefix).
26470         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
26471         $(host-test-program-cmd).
26472         (tst-spawn-ARGS): Likewise.
26473         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
26474         $(test-program-prefix).
26475         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
26476         (test_via_rtld_prefix): This.
26477         (test_wrapper): Renamed to ...
26478         (test_program_prefix): This.
26479         (run_program_prefix): Replaced by test_program_prefix.
26480         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
26481         (test_program_prefix): This.
26482         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
26483         with $(host-test-program-cmd).
26484         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
26485         $(run-program-prefix) with $(test-program-prefix).
26486         ($(objpfx)tst-printf.out): Likewise.
26487         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
26488         $(test-program-cmd).
26489         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
26490         (test_program_prefix): This.
26491         * stdio-common/tst-unbputc.sh: Likewise.
26492         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
26493         $(run-program-prefix) with $(test-program-prefix).
26494         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
26495         (test_program_prefix): This.
26496         * string/Makefile ($(objpfx)tst-svc.out):  Replace
26497         $(built-program-cmd) with $(test-program-cmd).
26499 2013-01-11  Andreas Jaeger  <aj@suse.de>
26501         [BZ #15003]
26502         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
26503         value. Sync with Linux 3.7.
26505 2013-01-10  David S. Miller  <davem@davemloft.net>
26507         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
26508         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
26509         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
26511 2013-01-10  Roland McGrath  <roland@hack.frob.com>
26513         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
26514         never set.
26515         * configure: Regenerated.
26517 2013-01-10  David S. Miller  <davem@davemloft.net>
26519         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
26520         sparc V9 rather than using V8 code.
26521         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
26522         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
26524 2013-01-10  Roland McGrath  <roland@hack.frob.com>
26526         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
26527         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
26528         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
26529         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
26530         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
26531         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
26532         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
26533         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
26534         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
26535         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
26536         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
26537         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
26538         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
26539         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
26540         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
26541         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
26542         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
26543         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
26544         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
26545         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
26546         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
26547         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
26548         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
26549         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
26550         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
26551         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
26552         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
26554 2013-01-10  David S. Miller  <davem@davemloft.net>
26556         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26558 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
26560         * posix/Makefile (tests-static): New variable.
26561         (tests): Add $(tests-static).
26562         (tst-exec-static-ARGS): New variable.
26563         (tst-spawn-static-ARGS): Likewise.
26564         * posix/tst-exec-static.c: New file.
26565         * posix/tst-spawn-static.c: Likewise.
26566         * posix/tst-exec.c: Support run directly.
26567         * posix/tst-spawn.c: Likewise.
26569 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
26571         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
26572         long.
26573         * math/bits/mathcalls.h (llrint): Likewise.
26574         (llround): Likewise.
26575         * stdlib/stdlib.h (struct drand48_data): Likewise.
26576         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
26577         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
26578         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
26579         Likewise.
26580         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
26581         Likewise.
26582         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
26583         (elf_greg_t): Likewise.
26584         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
26585         (__jmp_buf): Likewise.
26586         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
26587         definitions.
26588         (llrint): Likewise, for all definitions.
26589         (llrintl): Likewise.
26591         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
26592         Remove [__GNUC__] condition.
26593         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
26594         condition to just [__USE_ISOC99].
26595         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
26597 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
26599         [BZ #14200]
26600         * sysdeps/unix/sysv/linux/x86/bits/environments.h
26601         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
26602         defined.
26603         (_POSIX_V6_ILP32_OFF32): Likewise.
26604         (_XBS5_ILP32_OFF32): Likewise.
26605         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
26606         (__ILP32_OFFBIG_LDFLAGS): Likewise.
26608 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
26610         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
26612         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
26613         doubles __mpexp_twomm1.  Adjust usage.
26614         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
26615         Remove.
26617 2013-01-10  Andreas Schwab  <schwab@suse.de>
26619         [BZ #14964]
26620         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
26621         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
26623 2013-01-09  David S. Miller  <davem@davemloft.net>
26625         [BZ #15003]
26626         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
26627         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
26628         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
26629         (TCP_FASTOPEN): Define.
26630         (tcp_repair_opt): New structure.
26631         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
26632         enum values.
26633         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
26634         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
26635         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
26636         (tcp_cookie_transactions): New structure.
26638 2013-01-09  Anton Blanchard  <anton@samba.org>
26640         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
26641         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
26642         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
26643         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
26645 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
26647         * include/features.h (__USE_ANSI): Remove.
26649 2013-01-09  Roland McGrath  <roland@hack.frob.com>
26651         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
26653         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
26655 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
26657         * sysdeps/s390/fpu/libm-test-ulps: Update.
26659         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26661         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
26662         (__acr): Likewise.
26663         (__cpy): Likewise.
26664         (norm): Likewise.
26665         (denorm): Likewise.
26666         (__mp_dbl): Likewise.
26667         (__dbl_mp): Likewise.
26668         (add_magnitudes): Likewise.
26669         (sub_magnitudes): Likewise.
26670         (__add): Likewise.
26671         (__sub): Likewise.
26672         (__mul): Likewise.
26673         (__inv): Likewise.
26674         (__dvd): Likewise.
26675         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
26676         (__acr): Likewise.
26677         (__cpy): Likewise.
26678         (norm): Likewise.
26679         (denorm): Likewise.
26680         (__mp_dbl): Likewise.
26681         (__dbl_mp): Likewise.
26682         (add_magnitudes): Likewise.
26683         (sub_magnitudes): Likewise.
26684         (__add): Likewise.
26685         (__sub): Likewise.
26686         (__mul): Likewise.
26687         (__inv): Likewise.
26688         (__dvd): Likewise.
26689         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
26690         (__acr): Likewise.
26691         (__cpy): Likewise.
26692         (norm): Likewise.
26693         (denorm): Likewise.
26694         (__mp_dbl): Likewise.
26695         (__dbl_mp): Likewise.
26696         (add_magnitudes): Likewise.
26697         (sub_magnitudes): Likewise.
26698         (__add): Likewise.
26699         (__sub): Likewise.
26700         (__mul): Likewise.
26701         (__inv): Likewise.
26702         (__dvd): Likewise.
26704 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
26706         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
26707         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
26708         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
26709         2 && __USE_EXTERN_INLINES]: Likewise.
26711 2013-01-08  Andreas Jaeger  <aj@suse.de>
26713         [BZ# 14985]
26714         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
26715         Remove.
26716         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
26717         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
26719 2013-01-07  Anton Blanchard  <anton@samba.org>
26721         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
26722         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
26723         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
26724         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
26725         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
26726         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
26727         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
26728         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
26729         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
26730         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
26731         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
26732         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
26733         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
26734         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
26735         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
26736         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
26737         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
26738         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
26739         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
26740         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
26741         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
26742         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
26743         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
26744         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
26745         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
26746         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
26747         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
26748         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
26749         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
26750         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
26751         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
26752         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
26753         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
26754         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
26755         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
26756         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
26757         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
26758         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
26759         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
26760         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
26761         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
26762         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
26763         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
26765 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
26767         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
26768         (__MALLOC_PMT): Likewise.
26769         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
26770         [__GNUC__], only on [_LIBC].
26771         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
26772         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
26773         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
26774         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
26775         forward declaration.
26776         (realloc_hook_ini): Likewise.
26777         (memalign_hook_ini): Likewise.
26778         (__libc_memalign): Do not use __MALLOC_PMT in variable
26779         declaration.
26780         (__libc_valloc): Likewise.
26781         (__libc_pvalloc): Likewise.
26782         (__libc_calloc): Likewise.
26783         (__posix_memalign): Likewise.
26785         [BZ #14996]
26786         * math/s_casinh.c: Include <float.h>.
26787         (__casinh): Do not do computation with squaring and square root
26788         for large arguments.
26789         * math/s_casinhf.c: Include <float.h>.
26790         (__casinhf): Do not do computation with squaring and square root
26791         for large arguments.
26792         * math/s_casinhl.c: Include <float.h>.
26793         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
26794         (__casinhl): Do not do computation with squaring and square root
26795         for large arguments.
26796         * math/libm-test.inc (casin_test): Add more tests.
26797         (casinh_test): Likewise.
26798         * sysdeps/i386/fpu/libm-test-ulps: Update.
26799         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26801 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
26803         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
26804         (__x86_64_raw_data_cache_size): Likewise.
26805         (__x86_64_data_cache_size_half): Likewise.
26806         (__x86_64_raw_data_cache_size_half): Likewise.
26807         (__x86_64_shared_cache_size): Likewise.
26808         (__x86_64_raw_shared_cache_size): Likewise.
26809         (__x86_64_shared_cache_size_half): Likewise.
26810         (__x86_64_raw_shared_cache_size_half): Likewise.
26811         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
26812         to ...
26813         (__x86_data_cache_size): This.
26814         (__x86_64_raw_data_cache_size): Renamed to ...
26815         (__x86_raw_data_cache_size): This.
26816         (__x86_64_data_cache_size_half): Renamed to ...
26817         (__x86_data_cache_size_half): This.
26818         (__x86_64_raw_data_cache_size_half): Renamed to ...
26819         (__x86_raw_data_cache_size_half): This.
26820         (__x86_64_shared_cache_size): Renamed to ...
26821         (__x86_shared_cache_size): This.
26822         (__x86_64_raw_shared_cache_size): Renamed to ...
26823         (__x86_raw_shared_cache_size): This.
26824         (__x86_64_shared_cache_size_half): Renamed to ...
26825         (__x86_shared_cache_size_half): This.
26826         (__x86_64_raw_shared_cache_size_half): Renamed to ...
26827         (__x86_raw_shared_cache_size_half): This.
26828         * sysdeps/x86_64/memcpy.S: Updated.
26829         * sysdeps/x86_64/memset.S: Likewise.
26830         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
26831         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
26832         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
26834 2013-01-04  David S. Miller  <davem@davemloft.net>
26836         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26838 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
26840         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
26841         1 to avoid redefinition warning.
26842         (__USE_GNU): Don't define.
26843         (init_signaling_nan): Protoize.
26845         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26847 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
26849         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
26850         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
26851         (__cpymn): Likewise.
26852         (norm): Remove commented code.
26853         (denorm): Likewise.
26854         (__mp_dbl): Likewise.
26855         (__inv): Likewise.
26856         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
26857         (__cpymn): Likewise.
26858         (norm): Remove commented code.
26859         (denorm): Likewise.
26860         (__mp_dbl): Likewise.
26861         (__inv): Likewise.
26863         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
26864         mp_no value for 1.0 and 2.0.
26865         (norm): Use RADIXI instead of radixi.d.
26866         (denorm): Likewise.
26867         (__mul): Use 0.0 instead of zero.d.
26868         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
26869         mp_no value for 1.0 and 2.0.
26870         (norm): Use RADIXI instead of radixi.d.
26871         (denorm): Likewise.
26872         (__mul): Use 0.0 instead of zero.d.
26874 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
26876         [BZ #14994]
26877         * math/s_casinh.c (__casinh): Reduce finite argument to first
26878         quadrant then set signs of results at the end.
26879         * math/s_casinhf.c (__casinhf): Likewise.
26880         * math/s_casinhl.c (__casinhl): Likewise.
26881         * math/libm-test.inc (casin_test): Add more tests.
26882         (casinh_test): Likewise.
26883         * sysdeps/i386/fpu/libm-test-ulps: Update.
26884         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26886 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
26888         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
26890         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
26892         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
26893         declarations.
26894         (denorm): Likewise.
26895         (__mp_dbl): Likewise.
26896         (__inv): Likewise.
26898         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
26899         and adjust the header comment.
26901         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
26902         variable name from declaration.
26904 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
26906         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
26907         Initialize COMMON_CPUID_INDEX_7 element.
26908         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
26909         (CPUID_RTM): Likewise.
26910         (HAS_RTM): Likewise.
26911         (COMMON_CPUID_INDEX_7): New enum.
26913 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
26915         [BZ #14981]
26916         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
26917         size is zero, record memory as freed.
26919 2013-01-03  Andreas Jaeger  <aj@suse.de>
26921         * po/ia.po: Add new Interlingua translation.
26923 2012-01-03  Allan McRae  <allan@archlinux.org>
26925         * locale/programs/localedef.c: Fix description of '--posix' flag.
26927 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
26929         * NEWS: Update dates in second copyright notice.
26930         * README: Update copyright dates in example.
26931         * manual/libc.texinfo: Update copyright dates.
26932         * scripts/test-installation.pl: Update copyright date in --version
26933         output.
26935         * hurd/ctty-input.c: Fix copyright notice formatting.
26936         * hurd/ctty-output.c: Likewise.
26937         * hurd/dtable.c: Likewise.
26938         * hurd/hurd-raise.c: Likewise.
26939         * hurd/hurdprio.c: Likewise.
26940         * hurd/msgportdemux.c: Likewise.
26941         * misc/sys/file.h: Likewise.
26942         * misc/sys/ioctl.h: Likewise.
26943         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
26944         * sysdeps/mach/hurd/chdir.c: Likewise.
26945         * sysdeps/mach/hurd/fchdir.c: Likewise.
26946         * sysdeps/mach/hurd/rename.c: Likewise.
26947         * sysdeps/mach/hurd/rmdir.c: Likewise.
26948         * sysdeps/mach/hurd/seekdir.c: Likewise.
26949         * sysdeps/mach/hurd/setsid.c: Likewise.
26950         * sysdeps/posix/wait3.c: Likewise.
26952         * All files with FSF copyright notices: Update copyright dates
26953         using scripts/update-copyrights.
26954         * intl/plural.c: Regenerated.
26955         * locale/programs/charmap-kw.h: Likewise.
26956         * locale/programs/locfile-kw.h: Likewise.
26958 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
26960         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
26961         four values.
26963         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
26964         calculation loop and add branch prediction.
26966         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
26967         check access beyond bounds of m1np.
26969         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
26970         MPTWO.
26971         (__inv): Remove local variable MPTWO to use the global
26972         constant.
26973         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
26974         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
26975         variable MPTWO.
26976         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
26977         MP3HALFS static const.
26979 2013-01-01  David S. Miller  <davem@davemloft.net>
26981         * po/ca.po: Update from translation team.
26983 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
26985         * scripts/update-copyrights: New file.
26986         * Makeconfig: Reformat copyright notice.
26987         * ctype/ctype.h: Likewise.
26988         * debug/swprintf_chk.c: Likewise.
26989         * elf/dl-cache.c: Likewise.
26990         * elf/dl-debug.c: Likewise.
26991         * elf/dl-object.c: Likewise.
26992         * grp/initgroups.c: Likewise.
26993         * hurd/Makefile: Likewise.
26994         * hurd/hurd/signal.h: Likewise.
26995         * hurd/hurdfault.c: Likewise.
26996         * hurd/hurdioctl.c: Likewise.
26997         * hurd/hurdlookup.c: Likewise.
26998         * hurd/intr-msg.c: Likewise.
26999         * iconv/gconv_open.c: Likewise.
27000         * libio/swprintf.c: Likewise.
27001         * locale/lc-ctype.c: Likewise.
27002         * locale/nl_langinfo.c: Likewise.
27003         * mach/Machrules: Likewise.
27004         * mach/Makefile: Likewise.
27005         * malloc/obstack.h: Likewise.
27006         * manual/Makefile: Likewise.
27007         * manual/tsort.awk: Likewise.
27008         * misc/bits/stab.def: Likewise.
27009         * nis/nis_print_group_entry.c: Likewise.
27010         * nis/nis_table.c: Likewise.
27011         * nis/nss_compat/compat-pwd.c: Likewise.
27012         * nis/nss_compat/compat-spwd.c: Likewise.
27013         * po/Makefile: Likewise.
27014         * posix/fnmatch.c: Likewise.
27015         * posix/regex.h: Likewise.
27016         * resolv/Makefile: Likewise.
27017         * resolv/nss_dns/dns-network.c: Likewise.
27018         * resolv/res_hconf.c: Likewise.
27019         * scripts/gen-sorted.awk: Likewise.
27020         * soft-fp/soft-fp.h: Likewise.
27021         * stdio-common/printf.h: Likewise.
27022         * stdlib/monetary.h: Likewise.
27023         * stdlib/random.c: Likewise.
27024         * stdlib/random_r.c: Likewise.
27025         * sysdeps/generic/Makefile: Likewise.
27026         * sysdeps/gnu/Makefile: Likewise.
27027         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
27028         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
27029         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
27030         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
27031         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
27032         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
27033         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
27034         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
27035         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
27036         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
27037         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
27038         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
27039         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
27040         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
27041         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
27042         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
27043         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
27044         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
27045         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
27046         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
27047         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
27048         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
27049         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
27050         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
27051         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
27052         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
27053         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
27054         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
27055         * sysdeps/mach/hurd/errnos.awk: Likewise.
27056         * sysdeps/mach/hurd/fork.c: Likewise.
27057         * sysdeps/mach/hurd/getcwd.c: Likewise.
27058         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
27059         * sysdeps/mach/hurd/mmap.c: Likewise.
27060         * sysdeps/mach/hurd/utimes.c: Likewise.
27061         * sysdeps/mach/hurd/xmknod.c: Likewise.
27062         * sysdeps/posix/profil.c: Likewise.
27063         * sysdeps/posix/readdir_r.c: Likewise.
27064         * sysdeps/powerpc/bits/mathdef.h: Likewise.
27065         * sysdeps/powerpc/bits/setjmp.h: Likewise.
27066         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
27067         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
27068         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
27069         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
27070         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
27071         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
27072         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
27073         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
27074         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
27075         * sysdeps/pthread/lio_listio.c: Likewise.
27076         * sysdeps/sparc/dl-procinfo.h: Likewise.
27077         * sysdeps/unix/i386/sysdep.S: Likewise.
27078         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
27079         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
27080         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
27081         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
27082         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
27083         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
27084         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
27085         * sysdeps/unix/sysv/linux/speed.c: Likewise.
27086         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
27087         * sysdeps/wordsize-32/divdi3.c: Likewise.
27088         * time/sys/time.h: Likewise.
27089         * wcsmbs/Makefile: Likewise.
27091 2013-01-01  David S. Miller  <davem@davemloft.net>
27093         * po/fr.po: Update from translation team.
27095         * catgets/gencat.c: Update copyright year.
27096         * csu/version.c: Likewise.
27097         * debug/catchsegv.sh: Likewise.
27098         * debug/pcprofiledump.c: Likewise.
27099         * debug/xtrace.sh: Likewise.
27100         * elf/ldconfig.c: Likewise.
27101         * elf/ldd.bash.in: Likewise.
27102         * elf/pldd.c: Likewise.
27103         * elf/sotruss.ksh: Likewise.
27104         * elf/sprof.c: Likewise.
27105         * iconv/iconv_prog.c: Likewise.
27106         * iconv/iconvconfig.c: Likewise.
27107         * locale/programs/locale.c: Likewise.
27108         * locale/programs/localedef.c: Likewise.
27109         * login/programs/pt_chown.c: Likewise.
27110         * malloc/memusage.sh: Likewise.
27111         * malloc/memusagestat.c: Likewise.
27112         * malloc/mtrace.pl: Likewise.
27113         * nscd/nscd.c: Likewise.
27114         * nss/getent.c: Likewise.
27115         * nss/makedb.c: Likewise.
27116         * posix/getconf.c: Likewise.
27118 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
27120         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
27121         numbers.
27123 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
27125         * math/bits/mathcalls.h (modf): Use __nonnull.
27127 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
27129         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
27130         (split): Use macro CN instead of the bare value.
27131         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
27132         could be used.
27133         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
27134         instead of the bare value.
27135         (power1): Likewise.
27137 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
27139         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
27140         __ATAN_TWOM.
27141         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
27143         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
27144         their values.
27145         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
27146         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
27147         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
27148         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
27150 2012-12-28  Andreas Jaeger  <aj@suse.de>
27152         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
27153         values are from Linux 3.7.
27155         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
27156         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
27158 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
27160         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
27161         TRUE case.
27163         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
27164         (norm): Likewise.
27165         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
27166         variables with preprocessor constants.
27167         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
27168         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
27169         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
27171 2012-12-27  Bruno Haible  <bruno@clisp.org>
27173         [BZ #14317]
27174         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
27175         only if needed.
27177 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
27179         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
27180         and use variable directly.
27181         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
27183         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
27184         MPONE.
27185         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
27186         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
27187         variable MPONE.
27188         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
27189         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
27190         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
27191         include directive.  Remove local variable MPONE.
27192         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
27193         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
27194         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
27196 2012-12-25  David S. Miller  <davem@davemloft.net>
27198         * version.h (RELEASE): Set to "development".
27199         (VERSION): Set to "2.17.90".
27200         * NEWS: Add 2.18 section.
27202 2012-12-21  David S. Miller  <davem@davemloft.net>
27204         * po/hr.po: Update from translation team.
27206 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
27208         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
27210 2012-12-19  Steve Ellcey  <sellcey@mips.com>
27212         * NEWS:  Mention new memcpy for MIPS.
27214 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
27216         * manual/contrib.texi (Contributors): Spelling correction.
27218 2012-12-15  David S. Miller  <davem@davemloft.net>
27220         * po/ru.po: Update from translation team.
27222 2012-12-13  David S. Miller  <davem@davemloft.net>
27224         * NEWS: Mention IFUNC testsuite enhancements.
27226         * po/pl.po: Update from translation team.
27227         * po/bg.po: Likewise.
27229         * manual/contrib.texi (Contributors): Update entries for Hongjiu
27230         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
27232 2012-12-11  David S. Miller  <davem@davemloft.net>
27234         * po/sv.po: Update from translation team.
27236         * po/vi.po: Update from translation team.
27238         * po/cs.po: Update from translation team.
27240         * po/de.po: Update from translation team.
27241         * po/eo.po: Likewise.
27242         * po/nl.po: Likewise.
27244 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
27246         [BZ #14246]
27247         * manual/argp.texi (Argp Helper Functions): Move node to follow
27248         Argp Parsing State.
27250         [BZ #14872]
27251         * manual/conf.texi (Limits on File System Capacity): Mention if
27252         terminating null is included in the max size.
27254 2012-12-10  Andreas Jaeger  <aj@suse.de>
27256         * po/cs.po: Update from translation team.
27258 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
27260         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
27261         void pointer and cast to uintptr_t.
27262         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
27263         path.
27264         * sysdeps/s390/s390-64/memcpy.S: Likewise.
27265         * sysdeps/s390/s390-64/memset.S: Likewise.
27267 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
27269         [BZ #14833]
27270         * menual/message.texi (Message Translation): Fix typos.
27271         (Helper programs for gettext): Likewise.
27273 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
27275         [BZ #14898]
27276         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
27277         Change to -1.
27279 2012-12-07  David S. Miller  <davem@davemloft.net>
27281         * po/libc.pot: Update.
27283 2012-12-07  Richard Henderson  <rth@redhat.com>
27285         [BZ #10114]
27286         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
27287         normal/normal case to before the switch.
27288         (_FP_DIV): Likewise.
27290 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
27291             Mike Frysinger  <vapier@gentoo.org>
27293         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
27294         check for __NR_fadvise64_64.
27296 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
27298         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
27299         0, not just to plain "0" as a statement.
27300         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
27301         with cw.
27303 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
27305         * NEWS: Use sourceware.org in Bugzilla URL.
27307 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
27309         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
27310         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
27312         * stdio-common/tst-put-error.c (do_test): Add newline to the
27313         padded test to ensure flush.
27315 2012-12-05  Jeff Law  <law@redhat.com>
27317         * sunrpc/etc.rpc (fedfs_admin): Add entry.
27319 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
27321         * README: Don't refer to ports add-on as distributed separately.
27322         Mention AArch64 in list of systems supported in the ports add-on.
27324         * LICENSES: Add more non-FSF copyright and license notices.
27326         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
27327         ((unused)).
27329         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
27331         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
27332         10000 as width of padded output.
27334 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
27336         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
27338         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
27339         variable LX with __attribute__ ((unused)).
27340         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
27341         Likewise.
27342         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
27343         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
27344         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
27345         with __attribute__ ((unused)).
27347 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
27349         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
27351 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
27353         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
27354         (CFLAGS-nldbl-acos.c): New variable.
27355         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
27356         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
27357         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
27358         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
27359         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
27360         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
27361         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
27362         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
27363         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
27364         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
27365         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
27366         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
27367         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
27368         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
27369         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
27370         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
27371         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
27372         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
27373         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
27374         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
27375         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
27376         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
27377         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
27378         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
27379         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
27380         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
27381         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
27382         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
27383         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
27384         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
27385         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
27386         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
27387         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
27388         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
27389         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
27390         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
27391         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
27392         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
27393         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
27394         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
27395         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
27396         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
27397         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
27398         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
27399         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
27400         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
27401         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
27402         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
27403         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
27404         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
27405         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
27406         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
27407         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
27408         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
27409         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
27410         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
27411         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
27412         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
27413         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
27414         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
27415         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
27416         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
27417         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
27418         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
27419         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
27420         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
27421         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
27422         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
27423         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
27424         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
27425         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
27426         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
27427         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
27428         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
27429         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
27430         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
27431         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
27432         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
27433         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
27434         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
27435         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
27436         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
27437         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
27438         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
27439         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
27440         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
27441         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
27442         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
27443         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
27444         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
27445         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
27446         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
27447         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
27448         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
27449         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
27450         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
27451         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
27453         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
27454         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
27456         [BZ #14914]
27457         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
27458         whole low double instead of just low 47 bits when splitting values
27459         into two parts.
27461 2012-12-03  Allan McRae  <allan@archlinux.org>
27463         * manual/stdio.texi (Predefined Printf Handlers): Remove
27464         @hsep and @vsep usage.
27466 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
27468         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
27469         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
27471 2012-12-03  Jeff Law  <law@redhat.com>
27473         * time/sys/time.h (settimeofday): Do not mark TV argument
27474         as __nonnull.
27476 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
27478         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
27479         when currently writing and seek to current position when not.
27480         * libio/Makefile (tests): Remove bug-fclose1.
27481         * libio/bug-fclose1.c: Delete.
27483 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
27485         * manual/arith.texi (feenableexcept): Fix typo.
27486         (fedisableexcept): Likewise.
27488 2012-11-30  Roland McGrath  <roland@hack.frob.com>
27490         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
27491         second, differently-typed declaration, rather than a cast.
27493 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
27495         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
27496         * include/rpc/svc.h: ... here.
27498 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
27500         [BZ #13013]
27501         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
27502         depending n and resplen2 to catch cases where answer
27503         equals answerp2.
27505 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
27507         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
27508         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
27510 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
27512         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
27514 2012-11-29  Roland McGrath  <roland@hack.frob.com>
27516         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
27518 2012-11-28  Jeff Law  <law@redhat.com>
27520         [BZ #13761]
27521         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
27522         dataset_temporary.  Track alloca usage into alloca_used.
27523         If dataset is large allocate and release it via malloc/free.
27525 2012-06-04  Florian Weimer  <fweimer@redhat.com>
27527         [BZ #14197]
27528         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
27530 2012-11-28  David S. Miller  <davem@davemloft.net>
27532         * sysdeps/sparc/fpu/libm-test-ulps: Update.
27534 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
27536         [BZ #14803]
27537         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
27538         of pi/2 rounded to nearest to 64 bits.
27539         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
27540         nearest to 64 bits.
27541         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
27542         bits.
27544 2012-11-28  Jeff Law <law@redhat.com>
27545             Martin Osvald <mosvald@redhat.com>
27547         [BZ #14889]
27548         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
27549         * sunrpc/svc.c: Include time.h.
27550         (__svc_accept_failed): New function.
27551         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
27552         any reason other than EINTR, call __svc_accept_failed.
27553         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
27554         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
27556 2012-11-28  Andreas Schwab  <schwab@suse.de>
27558         * scripts/abilist.awk: Also handle indirect functions in .opd
27559         section.
27561 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
27563         [BZ #13881]
27564         * sysdeps/x86/fpu/powl_helper.c: New file.
27565         * sysdeps/x86/fpu/Makefile: Likewise.
27566         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
27567         (p3): New object.
27568         (__ieee754_powl): Use __powl_helper for finite arguments except
27569         integer exponents below 8.
27570         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
27571         (p3): New object.
27572         (__ieee754_powl): Use __powl_helper for finite arguments except
27573         integer exponents below 8.
27574         * math/libm-test.inc (pow_test): Add more tests and enable some
27575         previously disabled tests.
27576         * sysdeps/i386/fpu/libm-test-ulps: Update.
27577         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27579 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
27580             Carlos O'Donell  <carlos_odonell@mentor.com>
27582         * nss/makedb.c (is_prime): Assert that input is odd and greater
27583         than 4.  Note that fact in a comment too.
27584         (next_prime): Add 4 to input.
27586 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
27588         [BZ #11741]
27589         * libio/Makefile (tests): Add test case tst-fwrite-error.
27590         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
27591         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
27592         * libio/tst-fwrite-error.c: New test case.
27594 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
27596         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
27597         before casting to void *.
27598         * include/libc-internal.h (__pointer_type): New macro.
27599         (__integer_if_pointer_type_sub): Likewise.
27600         (__integer_if_pointer_type): Likewise.
27601         (cast_to_integer): Likewise.
27602         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
27603         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
27604         before casting to atomic64_t.
27605         (atomic_exchange_acq): Likewise.
27606         (__arch_exchange_and_add_body): Likewise.
27607         (__arch_add_body): Likewise.
27608         (atomic_add_negative): Likewise.
27609         (atomic_add_zero): Likewise.
27611 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
27613         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
27614         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
27615         (add_fdes): Likewise.
27616         (linear_search_fdes): Likewise.
27617         (binary_search_unencoded_fdes): Likewise.
27619 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
27621         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
27623 2012-11-24  Adam Conrad  <adconrad@0c3.net>
27625         * configure.in: Autodetect C++ header directories.
27626         * configure: Regenerated.
27628 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
27630         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
27632 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
27634         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27636 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
27638         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
27639         LDBL_MANT_DIG == 106]: Disable some tests.
27640         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
27641         Likewise.
27642         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
27643         Likewise.
27645         [BZ #14871]
27646         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
27647         input for small inputs.  Return +/- pi/2 for large inputs.
27648         * math/libm-test.inc (atan_test): Add more tests.
27650         * sysdeps/generic/unwind-dw2-fde-glibc.c
27651         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
27652         __attribute__ ((unused)).
27654         [BZ #14645]
27655         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
27656         x * y if x and y are nonzero and z is zero.
27658         [BZ #14811]
27659         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
27660         nonzero exponents with absolute value below 0x1p-117 to +/-
27661         0x1p-117.
27663         [BZ #14869]
27664         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
27665         up arguments below 2**-450, not just those below 2**-500.
27666         * math/libm-test.inc (hypot_test): Add another test.
27668         [BZ #14868]
27669         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
27670         Return a+b for ratio over 2**120, not 2**60.
27671         * math/libm-test.inc (hypot_test): Add another test.
27673         * math/libm-test.inc (clog_test): Use
27674         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
27675         (clog10_test): Likewise.
27677         [BZ #6778]
27678         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
27680 2012-11-22  Andreas Schwab  <schwab@suse.de>
27682         * sysdeps/i386/fpu/libm-test-ulps: Update.
27684 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
27686         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
27687         printf output with newline.
27689 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
27691         [BZ #14865]
27692         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
27693         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
27694         -z nodlopen, -z initfirst and -z execstack support.
27695         * configure: Regenerated.
27697         * elf/elf.h (DF_1_NODIRECT): New macro.
27698         (DF_1_IGNMULDEF): Likewise.
27699         (DF_1_NOKSYMS): Likewise.
27700         (DF_1_NOHDR): Likewise.
27701         (DF_1_EDITED): Likewise.
27702         (DF_1_NORELOC): Likewise.
27703         (DF_1_SYMINTPOSE): Likewise.
27704         (DF_1_GLOBAUDIT): Likewise.
27705         (DF_1_SINGLETON): Likewise.
27706         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
27707         DT_1_SUPPORTED_MASK bits.
27708         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
27710 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
27712         * sysdeps/unix/make-syscalls.sh: Document prefixes.
27714 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
27716         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
27717         macro.
27719         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
27720         (sendmmsg): Move declarations...
27721         * socket/sys/socket.h: ... here.
27722         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
27723         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
27724         include it from...
27725         * socket/recvmmsg.c: ... this new file.
27726         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
27727         (sendmmsg): Rename to __sendmmsg, create weak alias and make
27728         definition of __sendmmsg hidden.
27729         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
27730         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
27731         Move ENOSYS stub into and include it from...
27732         * socket/sendmmsg.c: ... this new file.
27733         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
27734         (sysdep_routines): Move recvmmsg and sendmmsg...
27735         * socket/Makefile (routines): ... here.
27736         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
27737         (GLIBC_PRIVATE): Add __sendmmsg.
27738         * include/sys/socket.h (__sendmmsg): Add declarations.
27739         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
27740         sendmmsg.
27742 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
27744         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
27745         variable I1 with __attribute__ ((unused)).
27746         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
27748 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
27750         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
27751         DUMMY variables with __attribute__ ((unused)).
27753         * bits/byteswap.h: Include <bits/types.h>.
27754         (__bswap_64): Use __uint64_t instead of unsigned long long int.
27756 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
27758         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
27759         string_t.  Do not manually set errno.
27760         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
27761         length with __strnlen.  Make sure to both set errno and return it on
27762         failure.
27764 2012-11-19  David S. Miller  <davem@davemloft.net>
27766         With help from Joseph Myers.
27767         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
27768         very large arguments properly.
27769         * math/libm-test.inc (atan_test): New tests.
27770         (atan2_test): New tests.
27771         * sysdeps/sparc/fpu/libm-test-ulps: Update.
27772         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
27774 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
27776         [BZ #14856]
27777         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
27778         Define to 3.
27780         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
27781         [POSIX] (EADDRNOTAVAIL): Likewise.
27782         [POSIX] (EAFNOSUPPORT): Likewise.
27783         [POSIX] (EALREADY): Likewise.
27784         [POSIX] (ECONNABORTED): Likewise.
27785         [POSIX] (ECONNREFUSED): Likewise.
27786         [POSIX] (ECONNRESET): Likewise.
27787         [POSIX] (EDESTADDRREQ): Likewise.
27788         [POSIX] (EDQUOT): Likewise.
27789         [POSIX] (EHOSTUNREACH): Likewise.
27790         [POSIX] (EIDRM): Likewise.
27791         [POSIX] (EISCONN): Likewise.
27792         [POSIX] (ELOOP): Likewise.
27793         [POSIX] (EMULTIHOP): Likewise.
27794         [POSIX] (ENETDOWN): Likewise.
27795         [POSIX] (ENETUNREACH): Likewise.
27796         [POSIX] (ENOBUFS): Likewise.
27797         [POSIX] (ENODATA): Likewise.
27798         [POSIX] (ENOLINK): Likewise.
27799         [POSIX] (ENOMSG): Likewise.
27800         [POSIX] (ENOPROTOOPT): Likewise.
27801         [POSIX] (ENOSR): Likewise.
27802         [POSIX] (ENOSTR): Likewise.
27803         [POSIX] (ENOTCONN): Likewise.
27804         [POSIX] (ENOTSOCK): Likewise.
27805         [POSIX] (EOPNOTSUPP): Likewise.
27806         [POSIX] (EOVERFLOW): Likewise.
27807         [POSIX] (EPROTO): Likewise.
27808         [POSIX] (EPROTONOSUPPORT): Likewise.
27809         [POSIX] (EPROTOTYPE): Likewise.
27810         [POSIX] (ESTALE): Likewise.
27811         [POSIX] (ETIME): Likewise.
27812         [POSIX] (ETXTBSY): Likewise.
27813         [POSIX] (EWOULDBLOCK): Likewise.
27814         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
27815         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
27816         [POSIX] (SEEK_CUR): Likewise.
27817         [POSIX] (SEEK_END): Likewise.
27818         [POSIX || UNIX98] (mode_t): Do not require.
27819         [POSIX] (off_t): Likewise.
27820         [POSIX] (pid_t): Likewise.
27821         [POSIX] (sys/stat.h): Do not allow header.
27822         [POSIX] (unistd.h): Likewise.
27823         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
27824         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
27825         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
27826         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
27827         require.
27828         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
27829         sigevent): Specify elements.
27830         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
27831         entry.
27832         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
27833         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
27835         * conform/data/cpio.h-data [POSIX]: Disable whole file.
27836         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
27837         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
27838         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
27839         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
27840         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
27841         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
27842         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
27843         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
27844         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
27845         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
27846         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
27847         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
27848         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
27849         Likewise.
27850         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
27851         Likewise.
27852         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
27853         Likewise.
27854         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
27855         Likewise.
27856         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
27857         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
27858         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
27859         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
27860         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
27861         Specify lower bound on value.
27862         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
27863         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
27864         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
27865         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
27866         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
27867         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
27868         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
27869         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
27870         value.
27871         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
27872         as optional.
27873         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
27874         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
27875         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
27876         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
27877         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
27878         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
27879         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
27880         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
27881         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
27882         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
27883         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
27884         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
27885         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
27886         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
27887         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
27888         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
27889         entry.
27890         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
27891         optional.
27892         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
27893         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
27894         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
27895         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
27896         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
27897         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
27898         Likewise.
27899         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
27900         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
27901         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
27902         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
27903         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
27904         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
27905         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
27906         as optional.
27907         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
27908         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
27909         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
27910         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
27911         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
27912         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
27913         specify as optional.
27914         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
27915         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
27916         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
27917         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
27918         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
27919         [XPG3] (NL_LANGMAX): Likewise.
27920         [POSIX || XPG3] (NL_MSGMAX): Likewise.
27921         [POSIX || XPG3] (NL_NMAX): Likewise.
27922         [POSIX || XPG3] (NL_SETMAX): Likewise.
27923         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
27924         [XPG3] (NZERO): Likewise.
27925         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
27926         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
27927         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
27928         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
27929         (REG_ERANGE): Expect.
27930         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
27931         optional-constant.
27932         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
27933         Use (void) in prototype.
27934         [POSIX] (*_t): Allow.
27935         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
27936         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
27937         (WRDE_BADVAL): Expect.
27939         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
27940         expect.
27941         [XPG3 || XPG4] (O_RSYNC): Likewise.
27942         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
27943         Likewise.
27944         [XPG3 || XPG4] (pthread_sigmask): Likewise.
27945         [XPG3 || XPG4] (sigqueue): Likewise.
27946         [XPG3 || XPG4] (sigtimedwait): Likewise.
27947         [XPG3 || XPG4] (sigwaitinfo): Likewise.
27948         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
27949         [XPG3 || XPG4] (vsnprintf): Likewise.
27950         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
27951         Likewise.
27952         [XPG3 || XPG4] (blksize_t): Likewise.
27953         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
27954         Likewise.
27955         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
27956         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
27957         [XPG3 || XPG4] (struct itimerspec): Likewise.
27958         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
27959         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
27960         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
27961         [XPG3 || XPG4] (clockid_t): Likewise.
27962         [XPG3 || XPG4] (timer_t): Likewise.
27963         [XPG3 || XPG4] (clock_getres): Likewise.
27964         [XPG3 || XPG4] (clock_gettime): Likewise.
27965         [XPG3 || XPG4] (clock_settime): Likewise.
27966         [XPG3 || XPG4] (nanosleep): Likewise.
27967         [XPG3 || XPG4] (timer_create): Likewise.
27968         [XPG3 || XPG4] (timer_delete): Likewise.
27969         [XPG3 || XPG4] (timer_gettime): Likewise.
27970         [XPG3 || XPG4] (timer_getoverrun): Likewise.
27971         [XPG3 || XPG4] (timer_settime): Likewise.
27972         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
27973         [XPG3 || XPG4] (getlogin_r): Likewise.
27974         [XPG3 || XPG4] (pread): Likewise.
27975         [XPG3 || XPG4] (pthread_atfork): Likewise.
27976         [XPG3 || XPG4] (pwrite): Likewise.
27978         [BZ #14835]
27979         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
27980         <bits/siginfo.h>.
27982 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
27984         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
27985         finalizing MALLSTREAM.
27987         * sysdeps/mach/hurd/syncfs.c: New file.
27989 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
27991         [BZ #14719]
27992         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
27993         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
27994         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
27995         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
27996         (_nss_dns_gethostbyname4_r): Likewise.
27997         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
27998         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
28000 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
28002         [BZ #13763]
28003         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
28005 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
28007         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
28008         * elf/cache.c (print_entry): Print ",AArch64" for
28009         FLAG_AARCH64_LIB64
28011         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
28012         * elf/cache.c (print_entry): Print ",hard-float" for
28013         FLAG_ARM_LIBHF.
28015 2012-11-18  David S. Miller  <davem@davemloft.net>
28017         With help from Joseph Myers.
28018         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
28019         cutoff to 2**-13.
28020         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
28021         cutoff to 2**-25.
28022         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
28023         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
28024         small.
28025         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
28026         * math/libm-test.inc (y0_test): New tests.
28027         (y1_test): New tests.
28028         * sysdeps/i386/fpu/libm-test-ulps: Update.
28029         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
28030         * sysdeps/sparc/fpu/libm-test-ulps: Update.
28032 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
28034         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
28035         64-bit targets.
28036         * configure: Regenerated.
28038 2012-11-17  David S. Miller  <davem@davemloft.net>
28040         [BZ #14811]
28041         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
28042         nonzero exponents with absolute value below 0x1p-128 to +/-
28043         0x1p-128.
28045 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
28047         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
28049         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
28051         * posix/getconf-speclist.c: New file.
28052         * posix/posix-envs.def: Likewise.
28053         * posix/confstr.c (START_ENV_GROUP): New macro.
28054         (END_ENV_GROUP): Likewise.
28055         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
28056         (KNOWN_PRESENT_ENV_STRING): Likewise.
28057         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
28058         (UNKNOWN_ENVIRONMENT): Likewise.
28059         (confstr): Include posix-envs.def instead of handling
28060         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
28061         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
28062         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
28063         (END_ENV_GROUP): Likewise.
28064         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
28065         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
28066         (UNKNOWN_ENVIRONMENT): Likewise.
28067         (__sysconf): Include posix-envs.def instead of handling associated
28068         cases directly here.
28069         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
28070         preprocessing getconf-speclist.c rather than running getconf or
28071         generating empty file.
28073 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
28075         * scripts/check-local-headers.sh: Ignore 'mach' headers.
28077 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
28079         [BZ #14672]
28080         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
28082 2012-11-16  David S. Miller  <davem@davemloft.net>
28084         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
28085         smaller than LDBL_EPSILON/2.0L, just return xm1.
28087 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
28089         * elf/tst-array1.c (init): Set constructor priority to 1000.
28090         (fini): Set destructor priority to 1000.
28091         * elf/tst-array2dep.c: Likewise.
28093 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
28095         [BZ #11741]
28096         * libio/fileops.c (_IO_new_file_write): Correctly return error.
28097         (_IO_new_file_xsputn): Also return EOF if none of the input
28098         data was written when overflow failed.
28099         * libio/iopadn.c (_IO_padn): Likewise.
28100         * libio/iowpadn.c (_IO_wpadn): Likewise.
28101         * stdio-common/tst-put-error.c: Add copyright notice.
28102         (do_test): Add case for printing padded string.
28103         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
28104         _IO_padn returned error.
28105         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
28106         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
28107         return EOF.
28109 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
28111         * libio/libioP.h: Add comment note that the references to C++
28112         bits are now obsolete.
28114 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
28116         * math/libm-test.inc (check_complex): Use asprintf.
28118 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
28120         * debug/pcprofiledump.c (print_version): Update copyright year.
28121         * malloc/memusagestat.c (print_version): Likewise.
28123 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
28125         [BZ #14831]
28126         * elf/Makefile (tests): Add tst-audit8.
28127         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
28128         ($(objpfx)tst-audit8.out): New target.
28129         (tst-audit8-ENV): New variable.
28130         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
28131         audit if l_reloc_result is NULL.
28132         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
28133         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
28134         * elf/tst-audit8.c: New file.
28136 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
28138         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
28139         * misc/Makefile (CFLAGS-select.c): Define.
28140         * posix/Makefile (CFLAGS-pause.c): Define.
28142 2012-11-13  David S. Miller  <davem@davemloft.net>
28144         * crypt/Makefile: Move test targets after toplevel Rules
28145         inclusion.  Grab any necessary sysdep routines when linking.
28146         * crypt/md5.c (md5_process_block): Remove define, we will always
28147         name it __md5_process_block.
28148         (md5_finish_ctx): Update md5_process_block call.
28149         (md5_stream): Likewise.
28150         (md5_process_bytes): Likewise.
28151         (md5_process_block): Rename to __md5_process_block and move to ...
28152         * crypt/md5-block.c: ... here.
28153         * crypt/sha256.c (sha256_process_block): Move to ...
28154         * crypt/sha256-block.c: ... here.
28155         * crypt/sha512.c (sha512_process_block): Move to ...
28156         * crypt/sha512-block.c: ... here.
28157         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
28158         path.
28159         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
28160         * sysdeps/sparc/sparc64/multiarch/Makefile
28161         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
28162         crypt subdir.
28163         (localedef-aux): Add md5 crypto assembler when in locale subdir.
28164         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
28165         multiarch changes.
28166         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
28167         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
28168         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
28169         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
28170         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
28171         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
28172         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
28173         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
28174         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
28175         file.
28176         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
28177         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
28178         file.
28179         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
28181 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
28183         * timezone/tzselect.ksh: Update from tzcode git revision
28184         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
28185         * timezone/zdump.c: Likewise.
28186         * timezone/zic.c: Likewise.
28187         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
28188         in TZVERSION setting, not $(PKGVERSION).
28189         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
28190         REPORT_BUGS_TO settings.
28192         [BZ #14838]
28193         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
28194         macro.
28196 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
28198         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
28199         detection to immediately after _FP_ROUND().
28200         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
28201         bits are 0.
28203 2012-11-11  David S. Miller  <davem@davemloft.net>
28205         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
28206         inttypes.h
28207         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
28208         __close rather than their public counterparts.
28210 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
28212         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
28213         file.
28214         [UNIX98] (sem_timedwait): Do not expect.
28215         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
28216         [XPG4 || UNIX98] (sockatmark): Do not expect.
28217         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
28218         (clock_getcpuclockid): Do not expect.
28219         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
28220         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
28221         Do not expect.
28222         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
28223         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
28224         [UNIX98] (vwscanf): Likewise.
28225         [UNIX98] (vswscanf): Likewise.
28227 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
28229         * timezone/version.h: Remove file.
28230         * timezone/README: Do not refer to version.h.
28231         * timezone/Makefile ($(objpfx)zic.o): New dependency on
28232         $(objpfx)version.h.
28233         ($(objpfx)zdump.o): Likewise.
28234         ($(objpfx)version.h): New target.
28236         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
28237         2012i.
28238         * timezone/README: Don't mention modification to tzselect.ksh.
28239         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
28240         work on unmodified tzselect.ksh.  Substitute version numbers in
28241         tzselect.ksh.
28243         * Makefile (format-me): Remove.
28244         (INSTALL): Adjust indentation.  Use commands directly instead of
28245         using $(format-me).
28247         * aclocal.m4 (ACX_PKGVERSION): New macro.
28248         (ACX_BUGURL): Likewise.
28249         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
28250         (PKGVERSION): New AC_DEFINE_UNQUOTED.
28251         (REPORT_BUGS_TO): Likewise.
28252         * configure: Regenerated.
28253         * config.h.in (PKGVERSION): New macro.
28254         (REPORT_BUGS_TO): Likewise.
28255         * config.make.in (PKGVERSION): New variable.
28256         (PKGVERSION_TEXI): Likewise.
28257         (REPORT_BUGS_TO): Likewise.
28258         (REPORT_BUGS_TEXI): Likewise.
28259         * Makefile (format-me): Use -I$(common-objpfx)manual.
28260         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
28261         ($(common-objpfx)manual/%): New target.
28262         (manual/%): Remove target.
28263         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
28264         (print_version): Use PKGVERSION.
28265         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
28266         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
28267         and REPORT_BUGS_TO.
28268         ($(objpfx)xtrace): Likewise.
28269         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
28270         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
28271         (print_version): Use PKGVERSION.
28272         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
28273         (do_version): Use PKGVERSION.
28274         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
28275         REPORT_BUGS_TO.
28276         (common-ldd-rewrite): Likewise.
28277         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
28278         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
28279         (print_version): Use PKGVERSION.
28280         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
28281         * elf/pldd.c (argp_program_bug_address): Remove variable.
28282         (more_help): New function.
28283         (argp): Use more_help.
28284         (print_version): Use PKGVERSION.
28285         * elf/sln.c (main): Use PKGVERSION.
28286         (usage): Use REPORT_BUGS_TO.
28287         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
28288         (top level): Use PKGVERSION.
28289         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
28290         (print_version): Use PKGVERSION.
28291         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
28292         (print_version): Use PKGVERSION.
28293         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
28294         (print_version): Use PKGVERSION.
28295         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
28296         (print_version): Use PKGVERSION.
28297         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
28298         (print_version): Use PKGVERSION.
28299         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
28300         (print_version): Use PKGVERSION.
28301         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
28302         and BUGURL.
28303         ($(objpfx)memusage): Likewise.
28304         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
28305         (do_version): Use PKGVERSION.
28306         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
28307         (print_version): Use PKGVERSION.
28308         * malloc/mtrace.pl ($PACKAGE): Remove variable.
28309         ($PKGVERSION): New variable.
28310         ($REPORT_BUGS_TO): Likewise.
28311         (usage): Use $REPORT_BUGS_TO.
28312         (top level): Use $PKGVERSION.
28313         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
28314         ($(objpfx)pkgvers.texi): New rule.
28315         ($(objpfx)stamp-pkgvers): Likewise.
28316         * manual/install.texi: Include pkgvers.texi.
28317         (--with-pkgversion): Document new configure option.
28318         (--with-bugurl): Likewise.
28319         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
28320         than necessarily for this particular distribution.  Use
28321         REPORT_BUGS_TO for where to report bugs.
28322         * INSTALL: Regenerated.
28323         * manual/libc.texinfo: Include pkgvers.texi.
28324         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
28325         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
28326         (print_version): Use PKGVERSION.
28327         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
28328         (print_version): Use PKGVERSION.
28329         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
28330         (print_version): Use PKGVERSION.
28331         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
28332         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
28333         macro.
28334         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
28335         (print_version): Use PKGVERSION.
28336         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
28337         (print_version): Use PKGVERSION.
28338         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
28339         and PKGVERSION.
28341         * timezone/checktab.awk: Update from tzcode 2012i.
28342         * timezone/ialloc.c: Likewise.
28343         * timezone/private.h: Likewise.
28344         * timezone/scheck.c: Likewise.
28345         * timezone/tzfile.h: Likewise.
28346         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
28347         (TZVERSION): Hardcode tzcode version number.
28348         * timezone/zdump.c: Update from tzcode 2012i.
28349         * timezone/zic.c: Likewise.
28350         * timezone/version.h: New file.
28351         * timezone/README: Describe version.h.  Update upstream location.
28353         [BZ #14824]
28354         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
28355         (mktemp): Enable declaration.
28356         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
28357         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
28358         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
28359         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
28360         Likewise.
28361         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
28362         Likewise.
28363         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
28364         Likewise.
28365         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
28366         Likewise.
28367         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
28368         Likewise.
28369         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
28370         Likewise.
28372         [BZ #14821]
28373         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
28374         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
28375         for copies of such integer values.
28376         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
28377         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
28379 2012-11-09  Andreas Jaeger  <aj@suse.de>
28381         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
28382         definitions and declarations that are provided by
28383         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
28385 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28387         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
28388         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
28389         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
28390         definition.
28392 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
28394         * elf/elf.h: Update comment before AArch64 relocations.
28396 2012-11-07  David S. Miller  <davem@davemloft.net>
28398         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
28399         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
28400         (__start_context): Declare.
28401         (__makecontext_ret): Delete.
28402         (__makecontext): Hook up __start_context instead of
28403         __makecontext_ret.
28404         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
28405         (sysdep_routines): Add __start_context when in stdlib.
28407 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
28409         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
28410         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
28411         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
28412         hardcoded "nm".
28413         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
28414         (READELF): New variable.  Use it instead of hardcoded "readelf".
28416 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
28418         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
28419         * sysdeps/x86/Makefile: Here.
28420         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
28421         * sysdeps/x86/tst-xmmymm.sh: This.
28423 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
28425         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
28426         expectations.
28427         [UNIX98] (pthread_barrier_t): Do not expect.
28428         [UNIX98] (pthread_barrierattr_t): Likewise.
28429         [UNIX98] (pthread_spinlock_t): Likewise.
28430         [UNIX98] (pthread_barrier_destroy): Likewise.
28431         [UNIX98] (pthread_barrier_init): Likewise.
28432         [UNIX98] (pthread_barrier_wait): Likewise.
28433         [UNIX98] (pthread_barrierattr_destroy): Likewise.
28434         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
28435         [UNIX98] (pthread_barrierattr_init): Likewise.
28436         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
28437         [UNIX98] (pthread_getcpuclockid): Likewise.
28438         [UNIX98] (pthread_mutex_timedlock): Likewise.
28439         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
28440         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
28441         [UNIX98] (pthread_sigmask): Likewise.
28442         [UNIX98] (pthread_spin_destroy): Likewise.
28443         [UNIX98] (pthread_spin_init): Likewise.
28444         [UNIX98] (pthread_spin_lock): Likewise.
28445         [UNIX98] (pthread_spin_trylock): Likewise.
28446         [UNIX98] (pthread_spin_unlock): Likewise.
28447         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
28448         Do not expect.
28449         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
28450         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
28451         [XPG3 || XPG4] (pthread_cond_t): Likewise.
28452         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
28453         [XPG3 || XPG4] (pthread_key_t): Likewise.
28454         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
28455         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
28456         [XPG3 || XPG4] (pthread_once_t): Likewise.
28457         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
28458         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
28459         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
28460         [XPG3 || XPG4] (pthread_t): Likewise.
28462         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
28463         not expect.
28464         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
28466         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
28467         Change function return type to int.
28469         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
28470         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
28471         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
28472         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
28473         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
28474         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
28475         [!POSIX] (posix_madvise): Likewise.
28476         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
28477         && !UNIX98].
28478         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
28479         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
28480         (mode_t): Likewise.
28481         (posix_mem_offset): Likewise.
28482         (posix_typed_mem_get_info): Likewise.
28483         (posix_typed_mem_open): Likewise.
28485         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
28486         Change condition to [XOPEN2K8].
28488         * conform/conformtest.pl: Preprocess allow-header data with -x c
28489         instead of from stdin.
28490         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
28491         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
28492         [C99-based standards] (cerfc): Likewise.
28493         [C99-based standards] (cexp2): Likewise.
28494         [C99-based standards] (cexpm1): Likewise.
28495         [C99-based standards] (clog10): Likewise.
28496         [C99-based standards] (clog1p): Likewise.
28497         [C99-based standards] (clog2): Likewise.
28498         [C99-based standards] (clgamma): Likewise.
28499         [C99-based standards] (ctgamma): Likewise.
28500         [C99-based standards] (cerff): Likewise.
28501         [C99-based standards] (cerfcf): Likewise.
28502         [C99-based standards] (cexp2f): Likewise.
28503         [C99-based standards] (cexpm1f): Likewise.
28504         [C99-based standards] (clog10f): Likewise.
28505         [C99-based standards] (clog1pf): Likewise.
28506         [C99-based standards] (clog2f): Likewise.
28507         [C99-based standards] (clgammaf): Likewise.
28508         [C99-based standards] (ctgammaf): Likewise.
28509         [C99-based standards] (cerfl): Likewise.
28510         [C99-based standards] (cerfcl): Likewise.
28511         [C99-based standards] (cexp2l): Likewise.
28512         [C99-based standards] (cexpm1l): Likewise.
28513         [C99-based standards] (clog10l): Likewise.
28514         [C99-based standards] (clog1pl): Likewise.
28515         [C99-based standards] (clog2l): Likewise.
28516         [C99-based standards] (clgammal): Likewise.
28517         [C99-based standards] (ctgammal): Likewise.
28518         * conform/data/inttypes.h-data [C99-based standards]: Include
28519         stdint.h-data.  Remove all expectations for stdint.h contents.
28520         [C99-based standards] (PRI*): Do not allow.
28521         [C99-based standards] (SCN*): Likewise.
28522         [C99-based standards] (*_t): Likewise.
28523         [C99-based-standards] (PRId8): Expect macro.
28524         [C99-based-standards] (PRIi8): Likewise.
28525         [C99-based-standards] (PRIo8): Likewise.
28526         [C99-based-standards] (PRIu8): Likewise.
28527         [C99-based-standards] (PRIx8): Likewise.
28528         [C99-based-standards] (PRIX8): Likewise.
28529         [C99-based-standards] (SCNd8): Likewise.
28530         [C99-based-standards] (SCNi8): Likewise.
28531         [C99-based-standards] (SCNo8): Likewise.
28532         [C99-based-standards] (SCNu8): Likewise.
28533         [C99-based-standards] (SCNx8): Likewise.
28534         [C99-based-standards] (PRIdLEAST8): Likewise.
28535         [C99-based-standards] (PRIiLEAST8): Likewise.
28536         [C99-based-standards] (PRIoLEAST8): Likewise.
28537         [C99-based-standards] (PRIuLEAST8): Likewise.
28538         [C99-based-standards] (PRIxLEAST8): Likewise.
28539         [C99-based-standards] (PRIXLEAST8): Likewise.
28540         [C99-based-standards] (SCNdLEAST8): Likewise.
28541         [C99-based-standards] (SCNiLEAST8): Likewise.
28542         [C99-based-standards] (SCNoLEAST8): Likewise.
28543         [C99-based-standards] (SCNuLEAST8): Likewise.
28544         [C99-based-standards] (SCNxLEAST8): Likewise.
28545         [C99-based-standards] (PRIdFAST8): Likewise.
28546         [C99-based-standards] (PRIiFAST8): Likewise.
28547         [C99-based-standards] (PRIoFAST8): Likewise.
28548         [C99-based-standards] (PRIuFAST8): Likewise.
28549         [C99-based-standards] (PRIxFAST8): Likewise.
28550         [C99-based-standards] (PRIXFAST8): Likewise.
28551         [C99-based-standards] (SCNdFAST8): Likewise.
28552         [C99-based-standards] (SCNiFAST8): Likewise.
28553         [C99-based-standards] (SCNoFAST8): Likewise.
28554         [C99-based-standards] (SCNuFAST8): Likewise.
28555         [C99-based-standards] (SCNxFAST8): Likewise.
28556         [C99-based-standards] (PRId16): Likewise.
28557         [C99-based-standards] (PRIi16): Likewise.
28558         [C99-based-standards] (PRIo16): Likewise.
28559         [C99-based-standards] (PRIu16): Likewise.
28560         [C99-based-standards] (PRIx16): Likewise.
28561         [C99-based-standards] (PRIX16): Likewise.
28562         [C99-based-standards] (SCNd16): Likewise.
28563         [C99-based-standards] (SCNi16): Likewise.
28564         [C99-based-standards] (SCNo16): Likewise.
28565         [C99-based-standards] (SCNu16): Likewise.
28566         [C99-based-standards] (SCNx16): Likewise.
28567         [C99-based-standards] (PRIdLEAST16): Likewise.
28568         [C99-based-standards] (PRIiLEAST16): Likewise.
28569         [C99-based-standards] (PRIoLEAST16): Likewise.
28570         [C99-based-standards] (PRIuLEAST16): Likewise.
28571         [C99-based-standards] (PRIxLEAST16): Likewise.
28572         [C99-based-standards] (PRIXLEAST16): Likewise.
28573         [C99-based-standards] (SCNdLEAST16): Likewise.
28574         [C99-based-standards] (SCNiLEAST16): Likewise.
28575         [C99-based-standards] (SCNoLEAST16): Likewise.
28576         [C99-based-standards] (SCNuLEAST16): Likewise.
28577         [C99-based-standards] (SCNxLEAST16): Likewise.
28578         [C99-based-standards] (PRIdFAST16): Likewise.
28579         [C99-based-standards] (PRIiFAST16): Likewise.
28580         [C99-based-standards] (PRIoFAST16): Likewise.
28581         [C99-based-standards] (PRIuFAST16): Likewise.
28582         [C99-based-standards] (PRIxFAST16): Likewise.
28583         [C99-based-standards] (PRIXFAST16): Likewise.
28584         [C99-based-standards] (SCNdFAST16): Likewise.
28585         [C99-based-standards] (SCNiFAST16): Likewise.
28586         [C99-based-standards] (SCNoFAST16): Likewise.
28587         [C99-based-standards] (SCNuFAST16): Likewise.
28588         [C99-based-standards] (SCNxFAST16): Likewise.
28589         [C99-based-standards] (PRId32): Likewise.
28590         [C99-based-standards] (PRIi32): Likewise.
28591         [C99-based-standards] (PRIo32): Likewise.
28592         [C99-based-standards] (PRIu32): Likewise.
28593         [C99-based-standards] (PRIx32): Likewise.
28594         [C99-based-standards] (PRIX32): Likewise.
28595         [C99-based-standards] (SCNd32): Likewise.
28596         [C99-based-standards] (SCNi32): Likewise.
28597         [C99-based-standards] (SCNo32): Likewise.
28598         [C99-based-standards] (SCNu32): Likewise.
28599         [C99-based-standards] (SCNx32): Likewise.
28600         [C99-based-standards] (PRIdLEAST32): Likewise.
28601         [C99-based-standards] (PRIiLEAST32): Likewise.
28602         [C99-based-standards] (PRIoLEAST32): Likewise.
28603         [C99-based-standards] (PRIuLEAST32): Likewise.
28604         [C99-based-standards] (PRIxLEAST32): Likewise.
28605         [C99-based-standards] (PRIXLEAST32): Likewise.
28606         [C99-based-standards] (SCNdLEAST32): Likewise.
28607         [C99-based-standards] (SCNiLEAST32): Likewise.
28608         [C99-based-standards] (SCNoLEAST32): Likewise.
28609         [C99-based-standards] (SCNuLEAST32): Likewise.
28610         [C99-based-standards] (SCNxLEAST32): Likewise.
28611         [C99-based-standards] (PRIdFAST32): Likewise.
28612         [C99-based-standards] (PRIiFAST32): Likewise.
28613         [C99-based-standards] (PRIoFAST32): Likewise.
28614         [C99-based-standards] (PRIuFAST32): Likewise.
28615         [C99-based-standards] (PRIxFAST32): Likewise.
28616         [C99-based-standards] (PRIXFAST32): Likewise.
28617         [C99-based-standards] (SCNdFAST32): Likewise.
28618         [C99-based-standards] (SCNiFAST32): Likewise.
28619         [C99-based-standards] (SCNoFAST32): Likewise.
28620         [C99-based-standards] (SCNuFAST32): Likewise.
28621         [C99-based-standards] (SCNxFAST32): Likewise.
28622         [C99-based-standards] (PRId64): Likewise.
28623         [C99-based-standards] (PRIi64): Likewise.
28624         [C99-based-standards] (PRIo64): Likewise.
28625         [C99-based-standards] (PRIu64): Likewise.
28626         [C99-based-standards] (PRIx64): Likewise.
28627         [C99-based-standards] (PRIX64): Likewise.
28628         [C99-based-standards] (SCNd64): Likewise.
28629         [C99-based-standards] (SCNi64): Likewise.
28630         [C99-based-standards] (SCNo64): Likewise.
28631         [C99-based-standards] (SCNu64): Likewise.
28632         [C99-based-standards] (SCNx64): Likewise.
28633         [C99-based-standards] (PRIdLEAST64): Likewise.
28634         [C99-based-standards] (PRIiLEAST64): Likewise.
28635         [C99-based-standards] (PRIoLEAST64): Likewise.
28636         [C99-based-standards] (PRIuLEAST64): Likewise.
28637         [C99-based-standards] (PRIxLEAST64): Likewise.
28638         [C99-based-standards] (PRIXLEAST64): Likewise.
28639         [C99-based-standards] (SCNdLEAST64): Likewise.
28640         [C99-based-standards] (SCNiLEAST64): Likewise.
28641         [C99-based-standards] (SCNoLEAST64): Likewise.
28642         [C99-based-standards] (SCNuLEAST64): Likewise.
28643         [C99-based-standards] (SCNxLEAST64): Likewise.
28644         [C99-based-standards] (PRIdFAST64): Likewise.
28645         [C99-based-standards] (PRIiFAST64): Likewise.
28646         [C99-based-standards] (PRIoFAST64): Likewise.
28647         [C99-based-standards] (PRIuFAST64): Likewise.
28648         [C99-based-standards] (PRIxFAST64): Likewise.
28649         [C99-based-standards] (PRIXFAST64): Likewise.
28650         [C99-based-standards] (SCNdFAST64): Likewise.
28651         [C99-based-standards] (SCNiFAST64): Likewise.
28652         [C99-based-standards] (SCNoFAST64): Likewise.
28653         [C99-based-standards] (SCNuFAST64): Likewise.
28654         [C99-based-standards] (SCNxFAST64): Likewise.
28655         [C99-based-standards] (PRIdMAX): Likewise.
28656         [C99-based-standards] (PRIiMAX): Likewise.
28657         [C99-based-standards] (PRIoMAX): Likewise.
28658         [C99-based-standards] (PRIuMAX): Likewise.
28659         [C99-based-standards] (PRIxMAX): Likewise.
28660         [C99-based-standards] (PRIXMAX): Likewise.
28661         [C99-based-standards] (SCNdMAX): Likewise.
28662         [C99-based-standards] (SCNiMAX): Likewise.
28663         [C99-based-standards] (SCNoMAX): Likewise.
28664         [C99-based-standards] (SCNuMAX): Likewise.
28665         [C99-based-standards] (SCNxMAX): Likewise.
28666         [C99-based-standards] (PRIdPTR): Likewise.
28667         [C99-based-standards] (PRIiPTR): Likewise.
28668         [C99-based-standards] (PRIoPTR): Likewise.
28669         [C99-based-standards] (PRIuPTR): Likewise.
28670         [C99-based-standards] (PRIxPTR): Likewise.
28671         [C99-based-standards] (PRIXPTR): Likewise.
28672         [C99-based-standards] (SCNdPTR): Likewise.
28673         [C99-based-standards] (SCNiPTR): Likewise.
28674         [C99-based-standards] (SCNoPTR): Likewise.
28675         [C99-based-standards] (SCNuPTR): Likewise.
28676         [C99-based-standards] (SCNxPTR): Likewise.
28677         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
28678         allow.
28679         * conform/data/stdint.h-data: Update comments to clarify
28680         requirements.
28681         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
28682         type.
28683         [C99-based standards] (INT8_MAX): Likewise.
28684         [C99-based standards] (INT16_MIN): Likewise.
28685         [C99-based standards] (INT16_MAX): Likewise.
28686         [C99-based standards] (INT32_MIN): Likewise.
28687         [C99-based standards] (INT32_MAX): Likewise.
28688         [C99-based standards] (INT64_MIN): Likewise.
28689         [C99-based standards] (INT64_MAX): Likewise.
28690         [C99-based standards] (UINT8_MAX): Likewise.
28691         [C99-based standards] (UINT16_MAX): Likewise.
28692         [C99-based standards] (UINT32_MAX): Likewise.
28693         [C99-based standards] (UINT64_MAX): Likewise.
28694         [C99-based standards] (INT_LEAST8_MIN): Likewise.
28695         [C99-based standards] (INT_LEAST8_MAX): Likewise.
28696         [C99-based standards] (INT_LEAST16_MIN): Likewise.
28697         [C99-based standards] (INT_LEAST16_MAX): Likewise.
28698         [C99-based standards] (INT_LEAST32_MIN): Likewise.
28699         [C99-based standards] (INT_LEAST32_MAX): Likewise.
28700         [C99-based standards] (INT_LEAST64_MIN): Likewise.
28701         [C99-based standards] (INT_LEAST64_MAX): Likewise.
28702         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
28703         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
28704         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
28705         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
28706         [C99-based standards] (INT_FAST8_MIN): Likewise.
28707         [C99-based standards] (INT_FAST8_MAX): Likewise.
28708         [C99-based standards] (INT_FAST16_MIN): Likewise.
28709         [C99-based standards] (INT_FAST16_MAX): Likewise.
28710         [C99-based standards] (INT_FAST32_MIN): Likewise.
28711         [C99-based standards] (INT_FAST32_MAX): Likewise.
28712         [C99-based standards] (INT_FAST64_MIN): Likewise.
28713         [C99-based standards] (INT_FAST64_MAX): Likewise.
28714         [C99-based standards] (UINT_FAST8_MAX): Likewise.
28715         [C99-based standards] (UINT_FAST16_MAX): Likewise.
28716         [C99-based standards] (UINT_FAST32_MAX): Likewise.
28717         [C99-based standards] (UINT_FAST64_MAX): Likewise.
28718         [C99-based standards] (INTPTR_MIN): Likewise.
28719         [C99-based standards] (INTPTR_MAX): Likewise.
28720         [C99-based standards] (UINTPTR_MAX): Likewise.
28721         [C99-based standards] (INTMAX_MIN): Likewise.
28722         [C99-based standards] (INTMAX_MAX): Likewise.
28723         [C99-based standards] (UINTMAX_MAX): Likewise.
28724         [C99-based standards] (PTRDIFF_MIN): Likewise.
28725         [C99-based standards] (PTRDIFF_MAX): Likewise.
28726         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
28727         [C99-based standards] (SIZE_MAX): Likewise.
28728         [C99-based standards] (WCHAR_MAX): Likewise.
28729         [C99-based standards] (WINT_MAX): Likewise.
28730         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
28731         constraint on value.
28732         [C99-based standards] (WCHAR_MIN): Likewise.
28733         [C99-based standards] (WINT_MIN): Likewise.
28734         [C99-based standards] (*_t): Allow.
28735         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
28736         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
28737         Include math.h-data and complex.h-data.  Remove all expectations
28738         of math.h and complex.h contents.
28739         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
28740         at end of line.
28741         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
28742         (struct tm): Expect tag.
28743         [C99-based-standards] (wcstof): Expect function.
28744         [C99-based-standards] (wcstold): Likewise.
28745         [C99-based-standards] (wcstoll): Likewise.
28746         [C99-based-standards] (wcstoull): Likewise.
28747         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
28748         macro-int-constant.  Specify type.
28749         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
28750         constraint on value.
28751         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
28752         Specify type.
28753         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
28754         Specify value.
28755         [ISO C standards]: Do not allow headers.
28756         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
28757         wcs[abcdefghijklmnopqrstuvwxyz]*.
28758         [ISO C standards] (*_t): Do not allow.
28759         * conform/data/wctype.h-data [C99-based standards] (iswblank):
28760         Expect function.
28761         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
28762         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
28763         Specify type.
28764         [ISO C standards]: Do not allow headers.
28765         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
28766         is[abcdefghijklmnopqrstuvwxyz]*.
28767         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
28768         to[abcdefghijklmnopqrstuvwxyz]*.
28769         [ISO C standards] (*_t): Do not allow.
28770         * conform/data/stdalign.h-data: New file.
28771         * conform/data/stdbool.h-data: Likewise.
28772         * conform/data/stdnoreturn.h-data: Likewise.
28774 2012-11-07  Roland McGrath  <roland@hack.frob.com>
28776         [BZ #14815]
28777         * manual/filesys.texi (Directory Entries): Typo fix.
28778         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
28780 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
28782         * elf/elf.h (EM_AARCH64): New macro.
28783         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
28784         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
28785         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
28786         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
28787         (R_AARCH64_TLSDESC): Likewise.
28788         (NT_ARM_TLS): Likewise.
28789         (NT_ARM_HW_BREAK): Likewise.
28790         (NT_ARM_HW_WATCH): Likewise.
28792 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
28794         [BZ #14811]
28795         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
28796         (__ieee754_powl): Saturate nonzero exponents with absolute value
28797         below 0x1p-79 to +/- 0x1p-79.
28798         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
28799         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
28800         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
28801         nonzero exponents with absolute value below 0x1p-32 to +/-
28802         0x1p-32.
28803         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
28804         (__ieee754_powl): Saturate nonzero exponents with absolute value
28805         below 0x1p-79 to +/- 0x1p-79.
28806         * math/libm-test.inc (pow_test): Add more tests.
28808 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28810         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
28811         _dl_s390_cap_flags with kernel. Increase string length.
28812         (_dl_s390_platforms): Add z196 and zEC12.
28814 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
28816         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
28817         Change XOPEN21K to XOPEN2K.
28819 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
28821         * string/memmove.c: Use memcpy when possible.
28823 2012-11-06  Andreas Jaeger  <aj@suse.de>
28825         * po/eo.po: Update from translation team.
28827 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
28829         [BZ #14793]
28830         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
28831         exponent and small x and y exponents, scale x or y up.  Increase
28832         by 2 the exponent used in scaling up.
28833         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
28834         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
28835         * math/libm-test.inc (fma_test): Add more tests.
28836         (fma_test_towardzero): Likewise.
28837         (fma_test_downward): Likewise.
28838         (fma_test_upward): Likewise.
28840 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
28842         [BZ #14805]
28843         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
28844         fenv_t *.
28846         [BZ #14801]
28847         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
28848         namespace for names of struct fields.
28849         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
28850         fenv_t fields.
28851         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
28852         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
28854 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
28856         [BZ #3665]
28857         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
28859 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
28861         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
28862         PTR_DEMANGLE.
28864         [BZ #5246]
28865         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
28866         PTR_DEMANGLE.
28868 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
28870         [BZ #14797]
28871         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
28872         definitely overflow as x * y not x * y + z.
28873         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
28874         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
28875         * math/libm-test.inc (fma_test): Add more tests.
28876         (fma_test_towardzero): Likewise.
28877         (fma_test_downward): Likewise.
28878         (fma_test_upward): Likewise.
28880 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
28882         [BZ #157]
28884         * include/stub-tag.h: Remove file.
28885         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
28886         '#include' of it.
28887         * manual/maint.texi (Porting): Don't reference it.
28888         * Makerules ($(objpfx)stubs): Likewise.
28889         * dirent/closedir.c: Don't include <stub-tag.h>.
28890         * dirent/dirfd.c: Likewise.
28891         * dirent/fdopendir.c: Likewise.
28892         * dirent/getdents.c: Likewise.
28893         * dirent/getdents64.c: Likewise.
28894         * dirent/opendir.c: Likewise.
28895         * dirent/readdir.c: Likewise.
28896         * dirent/readdir64.c: Likewise.
28897         * dirent/readdir64_r.c: Likewise.
28898         * dirent/readdir_r.c: Likewise.
28899         * dirent/rewinddir.c: Likewise.
28900         * dirent/seekdir.c: Likewise.
28901         * dirent/telldir.c: Likewise.
28902         * gmon/profil.c: Likewise.
28903         * grp/setgroups.c: Likewise.
28904         * inet/if_index.c: Likewise.
28905         * io/access.c: Likewise.
28906         * io/chdir.c: Likewise.
28907         * io/chmod.c: Likewise.
28908         * io/chown.c: Likewise.
28909         * io/close.c: Likewise.
28910         * io/dup.c: Likewise.
28911         * io/dup2.c: Likewise.
28912         * io/dup3.c: Likewise.
28913         * io/euidaccess.c: Likewise.
28914         * io/faccessat.c: Likewise.
28915         * io/fchdir.c: Likewise.
28916         * io/fchmod.c: Likewise.
28917         * io/fchmodat.c: Likewise.
28918         * io/fchown.c: Likewise.
28919         * io/fchownat.c: Likewise.
28920         * io/fcntl.c: Likewise.
28921         * io/flock.c: Likewise.
28922         * io/fstatfs.c: Likewise.
28923         * io/fstatfs64.c: Likewise.
28924         * io/fstatvfs.c: Likewise.
28925         * io/fstatvfs64.c: Likewise.
28926         * io/futimens.c: Likewise.
28927         * io/fxstat.c: Likewise.
28928         * io/fxstat64.c: Likewise.
28929         * io/fxstatat.c: Likewise.
28930         * io/fxstatat64.c: Likewise.
28931         * io/getcwd.c: Likewise.
28932         * io/isatty.c: Likewise.
28933         * io/lchmod.c: Likewise.
28934         * io/lchown.c: Likewise.
28935         * io/link.c: Likewise.
28936         * io/linkat.c: Likewise.
28937         * io/lseek.c: Likewise.
28938         * io/lseek64.c: Likewise.
28939         * io/lxstat64.c: Likewise.
28940         * io/mkdir.c: Likewise.
28941         * io/mkdirat.c: Likewise.
28942         * io/mkfifo.c: Likewise.
28943         * io/mkfifoat.c: Likewise.
28944         * io/open.c: Likewise.
28945         * io/open64.c: Likewise.
28946         * io/openat.c: Likewise.
28947         * io/openat64.c: Likewise.
28948         * io/pipe.c: Likewise.
28949         * io/pipe2.c: Likewise.
28950         * io/poll.c: Likewise.
28951         * io/posix_fadvise.c: Likewise.
28952         * io/posix_fadvise64.c: Likewise.
28953         * io/posix_fallocate.c: Likewise.
28954         * io/posix_fallocate64.c: Likewise.
28955         * io/read.c: Likewise.
28956         * io/readlink.c: Likewise.
28957         * io/readlinkat.c: Likewise.
28958         * io/rmdir.c: Likewise.
28959         * io/sendfile.c: Likewise.
28960         * io/sendfile64.c: Likewise.
28961         * io/statfs.c: Likewise.
28962         * io/statfs64.c: Likewise.
28963         * io/statvfs.c: Likewise.
28964         * io/statvfs64.c: Likewise.
28965         * io/symlink.c: Likewise.
28966         * io/symlinkat.c: Likewise.
28967         * io/ttyname.c: Likewise.
28968         * io/ttyname_r.c: Likewise.
28969         * io/umask.c: Likewise.
28970         * io/unlink.c: Likewise.
28971         * io/unlinkat.c: Likewise.
28972         * io/utime.c: Likewise.
28973         * io/utimensat.c: Likewise.
28974         * io/write.c: Likewise.
28975         * io/xmknod.c: Likewise.
28976         * io/xmknodat.c: Likewise.
28977         * io/xstat.c: Likewise.
28978         * io/xstat64.c: Likewise.
28979         * login/getpt.c: Likewise.
28980         * login/grantpt.c: Likewise.
28981         * login/unlockpt.c: Likewise.
28982         * math/e_acoshl.c: Likewise.
28983         * math/e_acosl.c: Likewise.
28984         * math/e_asinl.c: Likewise.
28985         * math/e_atan2l.c: Likewise.
28986         * math/e_atanhl.c: Likewise.
28987         * math/e_coshl.c: Likewise.
28988         * math/e_expl.c: Likewise.
28989         * math/e_fmodl.c: Likewise.
28990         * math/e_gammal_r.c: Likewise.
28991         * math/e_hypotl.c: Likewise.
28992         * math/e_j0l.c: Likewise.
28993         * math/e_j1l.c: Likewise.
28994         * math/e_jnl.c: Likewise.
28995         * math/e_lgammal_r.c: Likewise.
28996         * math/e_log10l.c: Likewise.
28997         * math/e_log2l.c: Likewise.
28998         * math/e_logl.c: Likewise.
28999         * math/e_powl.c: Likewise.
29000         * math/e_rem_pio2l.c: Likewise.
29001         * math/e_sinhl.c: Likewise.
29002         * math/e_sqrtl.c: Likewise.
29003         * math/fclrexcpt.c: Likewise.
29004         * math/fedisblxcpt.c: Likewise.
29005         * math/feenablxcpt.c: Likewise.
29006         * math/fegetenv.c: Likewise.
29007         * math/fegetexcept.c: Likewise.
29008         * math/fegetround.c: Likewise.
29009         * math/feholdexcpt.c: Likewise.
29010         * math/fesetenv.c: Likewise.
29011         * math/fesetround.c: Likewise.
29012         * math/feupdateenv.c: Likewise.
29013         * math/fgetexcptflg.c: Likewise.
29014         * math/fraiseexcpt.c: Likewise.
29015         * math/fsetexcptflg.c: Likewise.
29016         * math/ftestexcept.c: Likewise.
29017         * math/k_cosl.c: Likewise.
29018         * math/k_rem_pio2l.c: Likewise.
29019         * math/k_sinl.c: Likewise.
29020         * math/k_tanl.c: Likewise.
29021         * math/s_asinhl.c: Likewise.
29022         * math/s_atanl.c: Likewise.
29023         * math/s_cbrtl.c: Likewise.
29024         * math/s_erfl.c: Likewise.
29025         * math/s_expm1l.c: Likewise.
29026         * math/s_log1pl.c: Likewise.
29027         * math/s_tanhl.c: Likewise.
29028         * misc/acct.c: Likewise.
29029         * misc/brk.c: Likewise.
29030         * misc/chflags.c: Likewise.
29031         * misc/chroot.c: Likewise.
29032         * misc/fchflags.c: Likewise.
29033         * misc/fgetxattr.c: Likewise.
29034         * misc/flistxattr.c: Likewise.
29035         * misc/fremovexattr.c: Likewise.
29036         * misc/fsetxattr.c: Likewise.
29037         * misc/fsync.c: Likewise.
29038         * misc/ftruncate.c: Likewise.
29039         * misc/futimes.c: Likewise.
29040         * misc/futimesat.c: Likewise.
29041         * misc/getdomain.c: Likewise.
29042         * misc/getdtsz.c: Likewise.
29043         * misc/gethostid.c: Likewise.
29044         * misc/gethostname.c: Likewise.
29045         * misc/getloadavg.c: Likewise.
29046         * misc/getpagesize.c: Likewise.
29047         * misc/getsysstats.c: Likewise.
29048         * misc/getxattr.c: Likewise.
29049         * misc/gtty.c: Likewise.
29050         * misc/ioctl.c: Likewise.
29051         * misc/lgetxattr.c: Likewise.
29052         * misc/listxattr.c: Likewise.
29053         * misc/llistxattr.c: Likewise.
29054         * misc/lremovexattr.c: Likewise.
29055         * misc/lsetxattr.c: Likewise.
29056         * misc/lutimes.c: Likewise.
29057         * misc/madvise.c: Likewise.
29058         * misc/mincore.c: Likewise.
29059         * misc/mlock.c: Likewise.
29060         * misc/mlockall.c: Likewise.
29061         * misc/mmap.c: Likewise.
29062         * misc/mprotect.c: Likewise.
29063         * misc/msync.c: Likewise.
29064         * misc/munlock.c: Likewise.
29065         * misc/munlockall.c: Likewise.
29066         * misc/munmap.c: Likewise.
29067         * misc/preadv.c: Likewise.
29068         * misc/preadv64.c: Likewise.
29069         * misc/ptrace.c: Likewise.
29070         * misc/pwritev.c: Likewise.
29071         * misc/pwritev64.c: Likewise.
29072         * misc/readv.c: Likewise.
29073         * misc/reboot.c: Likewise.
29074         * misc/remap_file_pages.c: Likewise.
29075         * misc/removexattr.c: Likewise.
29076         * misc/revoke.c: Likewise.
29077         * misc/select.c: Likewise.
29078         * misc/setdomain.c: Likewise.
29079         * misc/setegid.c: Likewise.
29080         * misc/seteuid.c: Likewise.
29081         * misc/sethostid.c: Likewise.
29082         * misc/sethostname.c: Likewise.
29083         * misc/setregid.c: Likewise.
29084         * misc/setreuid.c: Likewise.
29085         * misc/setxattr.c: Likewise.
29086         * misc/sstk.c: Likewise.
29087         * misc/stty.c: Likewise.
29088         * misc/swapoff.c: Likewise.
29089         * misc/swapon.c: Likewise.
29090         * misc/sync.c: Likewise.
29091         * misc/syncfs.c: Likewise.
29092         * misc/syscall.c: Likewise.
29093         * misc/truncate.c: Likewise.
29094         * misc/ualarm.c: Likewise.
29095         * misc/usleep.c: Likewise.
29096         * misc/ustat.c: Likewise.
29097         * misc/utimes.c: Likewise.
29098         * misc/vhangup.c: Likewise.
29099         * misc/writev.c: Likewise.
29100         * posix/_exit.c: Likewise.
29101         * posix/alarm.c: Likewise.
29102         * posix/execve.c: Likewise.
29103         * posix/fexecve.c: Likewise.
29104         * posix/fork.c: Likewise.
29105         * posix/fpathconf.c: Likewise.
29106         * posix/getaddrinfo.c: Likewise.
29107         * posix/getegid.c: Likewise.
29108         * posix/geteuid.c: Likewise.
29109         * posix/getgid.c: Likewise.
29110         * posix/getgroups.c: Likewise.
29111         * posix/getlogin.c: Likewise.
29112         * posix/getlogin_r.c: Likewise.
29113         * posix/getpgid.c: Likewise.
29114         * posix/getpid.c: Likewise.
29115         * posix/getppid.c: Likewise.
29116         * posix/getresgid.c: Likewise.
29117         * posix/getresuid.c: Likewise.
29118         * posix/getsid.c: Likewise.
29119         * posix/getuid.c: Likewise.
29120         * posix/glob64.c: Likewise.
29121         * posix/nanosleep.c: Likewise.
29122         * posix/pathconf.c: Likewise.
29123         * posix/pause.c: Likewise.
29124         * posix/posix_madvise.c: Likewise.
29125         * posix/pread.c: Likewise.
29126         * posix/pread64.c: Likewise.
29127         * posix/pwrite.c: Likewise.
29128         * posix/pwrite64.c: Likewise.
29129         * posix/sched_getaffinity.c: Likewise.
29130         * posix/sched_getp.c: Likewise.
29131         * posix/sched_gets.c: Likewise.
29132         * posix/sched_primax.c: Likewise.
29133         * posix/sched_primin.c: Likewise.
29134         * posix/sched_rr_gi.c: Likewise.
29135         * posix/sched_setaffinity.c: Likewise.
29136         * posix/sched_setp.c: Likewise.
29137         * posix/sched_sets.c: Likewise.
29138         * posix/sched_yield.c: Likewise.
29139         * posix/setgid.c: Likewise.
29140         * posix/setlogin.c: Likewise.
29141         * posix/setpgid.c: Likewise.
29142         * posix/setresgid.c: Likewise.
29143         * posix/setresuid.c: Likewise.
29144         * posix/setsid.c: Likewise.
29145         * posix/setuid.c: Likewise.
29146         * posix/sleep.c: Likewise.
29147         * posix/spawni.c: Likewise.
29148         * posix/sysconf.c: Likewise.
29149         * posix/times.c: Likewise.
29150         * posix/wait.c: Likewise.
29151         * posix/wait3.c: Likewise.
29152         * posix/wait4.c: Likewise.
29153         * posix/waitpid.c: Likewise.
29154         * resolv/gai_sigqueue.c: Likewise.
29155         * resource/getpriority.c: Likewise.
29156         * resource/getrlimit.c: Likewise.
29157         * resource/getrusage.c: Likewise.
29158         * resource/nice.c: Likewise.
29159         * resource/setpriority.c: Likewise.
29160         * resource/setrlimit.c: Likewise.
29161         * resource/ulimit.c: Likewise.
29162         * rt/aio_cancel.c: Likewise.
29163         * rt/aio_fsync.c: Likewise.
29164         * rt/aio_read.c: Likewise.
29165         * rt/aio_sigqueue.c: Likewise.
29166         * rt/aio_suspend.c: Likewise.
29167         * rt/aio_write.c: Likewise.
29168         * rt/clock_getres.c: Likewise.
29169         * rt/clock_gettime.c: Likewise.
29170         * rt/clock_nanosleep.c: Likewise.
29171         * rt/clock_settime.c: Likewise.
29172         * rt/lio_listio.c: Likewise.
29173         * rt/mq_close.c: Likewise.
29174         * rt/mq_getattr.c: Likewise.
29175         * rt/mq_notify.c: Likewise.
29176         * rt/mq_open.c: Likewise.
29177         * rt/mq_receive.c: Likewise.
29178         * rt/mq_send.c: Likewise.
29179         * rt/mq_setattr.c: Likewise.
29180         * rt/mq_timedreceive.c: Likewise.
29181         * rt/mq_timedsend.c: Likewise.
29182         * rt/mq_unlink.c: Likewise.
29183         * rt/shm_open.c: Likewise.
29184         * rt/shm_unlink.c: Likewise.
29185         * rt/timer_create.c: Likewise.
29186         * rt/timer_delete.c: Likewise.
29187         * rt/timer_getoverr.c: Likewise.
29188         * rt/timer_gettime.c: Likewise.
29189         * rt/timer_settime.c: Likewise.
29190         * setjmp/__longjmp.c: Likewise.
29191         * setjmp/setjmp.c: Likewise.
29192         * signal/kill.c: Likewise.
29193         * signal/killpg.c: Likewise.
29194         * signal/raise.c: Likewise.
29195         * signal/sigaction.c: Likewise.
29196         * signal/sigaltstack.c: Likewise.
29197         * signal/sigblock.c: Likewise.
29198         * signal/sigignore.c: Likewise.
29199         * signal/sigintr.c: Likewise.
29200         * signal/signal.c: Likewise.
29201         * signal/sigpause.c: Likewise.
29202         * signal/sigpending.c: Likewise.
29203         * signal/sigqueue.c: Likewise.
29204         * signal/sigreturn.c: Likewise.
29205         * signal/sigset.c: Likewise.
29206         * signal/sigsetmask.c: Likewise.
29207         * signal/sigstack.c: Likewise.
29208         * signal/sigsuspend.c: Likewise.
29209         * signal/sigtimedwait.c: Likewise.
29210         * signal/sigvec.c: Likewise.
29211         * signal/sigwait.c: Likewise.
29212         * signal/sigwaitinfo.c: Likewise.
29213         * signal/sysv_signal.c: Likewise.
29214         * socket/accept.c: Likewise.
29215         * socket/accept4.c: Likewise.
29216         * socket/bind.c: Likewise.
29217         * socket/connect.c: Likewise.
29218         * socket/getpeername.c: Likewise.
29219         * socket/getsockname.c: Likewise.
29220         * socket/getsockopt.c: Likewise.
29221         * socket/isfdtype.c: Likewise.
29222         * socket/listen.c: Likewise.
29223         * socket/recv.c: Likewise.
29224         * socket/recvfrom.c: Likewise.
29225         * socket/recvmsg.c: Likewise.
29226         * socket/send.c: Likewise.
29227         * socket/sendmsg.c: Likewise.
29228         * socket/sendto.c: Likewise.
29229         * socket/setsockopt.c: Likewise.
29230         * socket/shutdown.c: Likewise.
29231         * socket/sockatmark.c: Likewise.
29232         * socket/socket.c: Likewise.
29233         * socket/socketpair.c: Likewise.
29234         * stdio-common/ctermid.c: Likewise.
29235         * stdio-common/cuserid.c: Likewise.
29236         * stdio-common/remove.c: Likewise.
29237         * stdio-common/rename.c: Likewise.
29238         * stdio-common/renameat.c: Likewise.
29239         * stdio-common/tempname.c: Likewise.
29240         * stdlib/getcontext.c: Likewise.
29241         * stdlib/makecontext.c: Likewise.
29242         * stdlib/setcontext.c: Likewise.
29243         * stdlib/swapcontext.c: Likewise.
29244         * stdlib/system.c: Likewise.
29245         * streams/fattach.c: Likewise.
29246         * streams/fdetach.c: Likewise.
29247         * streams/getmsg.c: Likewise.
29248         * streams/getpmsg.c: Likewise.
29249         * streams/putmsg.c: Likewise.
29250         * streams/putpmsg.c: Likewise.
29251         * sysdeps/unix/bsd/getpt.c: Likewise.
29252         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
29253         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
29254         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
29255         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
29256         Likewise.
29257         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
29258         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
29259         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
29260         * sysvipc/msgctl.c: Likewise.
29261         * sysvipc/msgget.c: Likewise.
29262         * sysvipc/msgrcv.c: Likewise.
29263         * sysvipc/msgsnd.c: Likewise.
29264         * sysvipc/semctl.c: Likewise.
29265         * sysvipc/semget.c: Likewise.
29266         * sysvipc/semop.c: Likewise.
29267         * sysvipc/semtimedop.c: Likewise.
29268         * sysvipc/shmat.c: Likewise.
29269         * sysvipc/shmctl.c: Likewise.
29270         * sysvipc/shmdt.c: Likewise.
29271         * sysvipc/shmget.c: Likewise.
29272         * termios/tcdrain.c: Likewise.
29273         * termios/tcflow.c: Likewise.
29274         * termios/tcflush.c: Likewise.
29275         * termios/tcgetattr.c: Likewise.
29276         * termios/tcgetpgrp.c: Likewise.
29277         * termios/tcsendbrk.c: Likewise.
29278         * termios/tcsetattr.c: Likewise.
29279         * termios/tcsetpgrp.c: Likewise.
29280         * time/adjtime.c: Likewise.
29281         * time/clock.c: Likewise.
29282         * time/getitimer.c: Likewise.
29283         * time/gettimeofday.c: Likewise.
29284         * time/setitimer.c: Likewise.
29285         * time/settimeofday.c: Likewise.
29286         * time/stime.c: Likewise.
29287         * time/time.c: Likewise.
29289 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
29291         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
29292         /usr/old/bin.
29294         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
29295         instead of spaces.
29296         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
29298 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
29300         [BZ #14796]
29301         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
29302         FE_TONEAREST before applying Dekker multiplication and Knuth
29303         addition.  Clear inexact exceptions and check for exact zero
29304         results afterwards.
29305         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
29306         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
29307         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
29308         * math/libm-test.inc (fma_test): Add more tests.
29309         (fma_test_towardzero): Likewise.
29310         (fma_test_downward): Likewise.
29311         (fma_test_upward): Likewise.
29312         * sysdeps/generic/math_private.h (default_libc_fesetround): New
29313         function.
29314         (libc_fesetround): New macro.
29315         (libc_fesetroundf): Likewise.
29316         (libc_fesetroundl): Likewise.
29317         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
29318         function.
29319         (libc_fesetround_387): Likewise.
29320         (libc_fesetroundf): New macro.
29321         (libc_fesetround): Likewise.
29322         (libc_fesetroundl): Likewise.
29323         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
29324         function.
29325         (libc_fesetroundf): New macro.
29326         (libc_fesetround): Likewise.
29327         (libc_fesetroundl): Likewise.
29328         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
29329         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
29330         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
29331         libm_hidden_ver.
29332         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
29333         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
29334         libm_hidden_def.
29335         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
29336         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
29337         libm_hidden_ver.
29338         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
29339         libm_hidden_def.
29341         [BZ #3439]
29342         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
29343         integer constant usable in #if and use that to give value to enum
29344         constant.
29345         (FE_DIVBYZERO): Likewise.
29346         (FE_UNDERFLOW): Likewise.
29347         (FE_OVERFLOW): Likewise.
29348         (FE_INVALID): Likewise.
29349         (FE_INVALID_SNAN): Likewise.
29350         (FE_INVALID_ISI): Likewise.
29351         (FE_INVALID_IDI): Likewise.
29352         (FE_INVALID_ZDZ): Likewise.
29353         (FE_INVALID_IMZ): Likewise.
29354         (FE_INVALID_COMPARE): Likewise.
29355         (FE_INVALID_SOFTWARE): Likewise.
29356         (FE_INVALID_SQRT): Likewise.
29357         (FE_INVALID_INTEGER_CONVERSION): Likewise.
29358         (FE_TONEAREST): Likewise.
29359         (FE_TOWARDZERO): Likewise.
29360         (FE_UPWARD): Likewise.
29361         (FE_DOWNWARD): Likewise.
29362         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
29363         (FE_DIVBYZERO): Likewise.
29364         (FE_OVERFLOW): Likewise.
29365         (FE_UNDERFLOW): Likewise.
29366         (FE_INEXACT): Likewise.
29367         (FE_TONEAREST): Likewise.
29368         (FE_DOWNWARD): Likewise.
29369         (FE_UPWARD): Likewise.
29370         (FE_TOWARDZERO): Likewise.
29371         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
29372         (FE_UNDERFLOW): Likewise.
29373         (FE_OVERFLOW): Likewise.
29374         (FE_DIVBYZERO): Likewise.
29375         (FE_INVALID): Likewise.
29376         (FE_TONEAREST): Likewise.
29377         (FE_TOWARDZERO): Likewise.
29378         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
29379         (FE_OVERFLOW): Likewise.
29380         (FE_UNDERFLOW): Likewise.
29381         (FE_DIVBYZERO): Likewise.
29382         (FE_INEXACT): Likewise.
29383         (FE_TONEAREST): Likewise.
29384         (FE_TOWARDZERO): Likewise.
29385         (FE_UPWARD): Likewise.
29386         (FE_DOWNWARD): Likewise.
29387         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
29388         (FE_DIVBYZERO): Likewise.
29389         (FE_OVERFLOW): Likewise.
29390         (FE_UNDERFLOW): Likewise.
29391         (FE_INEXACT): Likewise.
29392         (FE_TONEAREST): Likewise.
29393         (FE_DOWNWARD): Likewise.
29394         (FE_UPWARD): Likewise.
29395         (FE_TOWARDZERO): Likewise.
29397 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
29399         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
29401 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
29403         * scripts/cross-test-ssh.sh (command): Use newlines to separate
29404         commands.  Quote $PWD.
29405         (blacklist_exports): Don't use remove_newlines.  Replace "declare
29406         -x" by "export".
29407         (remove_newlines): Remove.
29409 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
29411         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
29412         * stdlib/stdlib.h (atof): Moved to ...
29413         * include/bits/stdlib-float.h: Here.  New file.
29414         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
29415         * stdlib/bits/stdlib-float.h: New file.
29416         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
29417         -mno-sse -mno-mmx.
29418         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
29419         <xmmintrin.h>.
29421 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
29423         * conform/conformtest.pl (@headers): Add fenv.h.
29424         * conform/data/fenv.h-data: New file.
29425         * include/fenv.h [_ISOMAC]: Disable all contents of file except
29426         include of <math/fenv.h>.
29428         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
29429         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
29430         && !UNIX98].  Enables tests for XOPEN2K8.
29431         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
29432         POSIX2008]: Likewise.
29434         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
29435         (struct rusage): Do not expect type or its members.
29437         [BZ #3439]
29438         * math/math.h (FP_NAN): Define macro to integer constant usable in
29439         #if and use that to give value to enum constant.
29440         (FP_INFINITE): Likewise.
29441         (FP_ZERO): Likewise.
29442         (FP_SUBNORMAL): Likewise.
29443         (FP_NORMAL): Likewise.
29445 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
29447         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
29448         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
29449         arguments.
29451 2012-11-02  Roland McGrath  <roland@hack.frob.com>
29453         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
29454         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
29455         autoconf-time if not.
29456         * configure.in: Remove AC_PREREQ.
29458 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
29460         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
29461         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
29462         of the internal implementation.
29464 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
29466         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
29467         except include of <misc/sys/syslog.h>.
29469 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
29471         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
29472         function returns with a NULL context exit with zero.
29474 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
29476         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
29478 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
29480         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
29481         (run_program_cmd): This.
29482         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
29483         (tst_langinfo): New variable.  Use it.
29485 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
29487         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
29488         floating point opcodes.
29490 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
29492         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
29493         variable.
29495         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
29497         * sysdeps/mach/hurd/powerpc: Remove directory.
29498         * sysdeps/mach/powerpc: Likewise.
29500 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
29502         * scripts/check-local-headers.sh: Ignore c++ headers.
29504 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
29506         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
29507         __libc_cleanup_region_start argument.
29509 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
29511         [BZ #14784]
29512         [BZ #14785]
29513         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
29514         x * y using scaling, not as x * y + z.
29515         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
29516         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
29517         * math/libm-test.inc (fma_test): Add more tests.
29518         (fma_test_towardzero): Likewise.
29519         (fma_test_downward): Likewise.
29520         (fma_test_upward): Likewise.
29522 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
29524         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
29526 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
29528         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
29529         New variable.
29531 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
29533         * rt/tst-shm.c (worker): Correct checking for mmap failure.
29535 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
29537         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
29538         Fix sort order.
29539         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
29540         Likewise.
29542 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
29544         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
29545         Fix the order of the list for glibc 2.17.
29546         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
29547         Likewise.
29549 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
29551         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
29553 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
29555         [BZ #14610]
29556         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
29557         for low part of x being zero before using __atanl (y).
29558         * math/libm-test.inc (atan2_test): Add another test.
29560         * manual/install.texi (Configuring and compiling): Document
29561         general use of test-wrapper and test-wrapper-env.
29562         * INSTALL: Regenerated.
29564         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
29565         (__fma): Do not extract and scale down low bits on after-rounding
29566         systems when result rounded to normal precision would have normal
29567         exponent.
29568         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
29569         (__fmal): Do not extract and scale down low bits on after-rounding
29570         systems when result rounded to normal precision would have normal
29571         exponent.
29572         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
29573         (__fmal): Do not extract and scale down low bits on after-rounding
29574         systems when result rounded to normal precision would have normal
29575         exponent.
29576         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
29577         macro.
29578         (fma_test): Add more tests.
29579         (fma_test_towardzero): Likewise.
29580         (fma_test_downward): Likewise.
29581         (fma_test_upward): Likewise.
29583 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
29585         * sysdeps/i386/tininess.h: Renamed to ...
29586         * sysdeps/x86/tininess.h: This.
29587         * sysdeps/x86_64/tininess.h: Removed.
29589 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
29591         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
29592         input.  Use $(build-program-cmd).
29593         ($(objpfx)tst-array1-static.out): Likewise.
29594         ($(objpfx)tst-array2.out): Likewise.
29595         ($(objpfx)tst-array3.out): Likewise.
29596         ($(objpfx)tst-array4.out): Likewise.
29597         ($(objpfx)tst-array5.out): Likewise.
29598         ($(objpfx)tst-array5-static.out): Likewise.
29600 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
29602         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
29603         if defined.
29605         * nss/nsswitch.h (nss_interface_function): Provide new
29606         macro for use with NSS functions.
29607         * grp/initgroups.c: Use new macro.
29608         * nss/getXXbyYY.c: Likewise.
29609         * nss/getXXbyYY_r.c: Likewise.
29610         * nss/getXXent.c: Likewise.
29611         * nss/getXXent_r.c: Likewise.
29612         * sysdeps/posix/getaddrinfo.c: Likewise.
29614 2012-10-30  Andreas Jaeger  <aj@suse.de>
29616         * po/ru.po: Update Russion translation from translation project.
29618 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
29620         [BZ #14152]
29621         [BZ #14783]
29622         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
29623         result and shift together with sticky bit instead of replicating
29624         round-to-nearest rounding.
29625         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
29626         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
29627         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
29628         missing underflow exceptions.
29629         (fma_test_towardzero): Add more tests.
29630         (fma_test_downward): Likewise.
29631         (fma_test_upward): Likewise.
29633         [BZ #14047]
29634         * sysdeps/generic/tininess.h: New file.
29635         * sysdeps/i386/tininess.h: Likewise.
29636         * sysdeps/sh/tininess.h: Likewise.
29637         * sysdeps/x86_64/tininess.h: Likewise.
29638         * stdlib/tst-strtod-underflow.c: Likewise.
29639         * stdlib/tst-tininess.c: Likewise.
29640         * stdlib/strtod_l.c: Include <tininess.h>.
29641         (round_and_return): Do not set errno for exact underflow cases.
29642         Force an underflow exception when setting errno for underflow.
29643         Determine underflow based on rounding to normal precision if
29644         TININESS_AFTER_ROUNDING.
29645         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
29646         ERANGE for exact underflow cases.
29647         * stdlib/Makefile (tests): Add tst-tininess and
29648         tst-strtod-underflow.
29649         ($(objpfx)tst-tininess): Use $(link-libm).
29650         ($(objpfx)tst-strtod-underflow): Likewise.
29652 2012-10-30  Andreas Jaeger  <aj@suse.de>
29654         [BZ#14767]
29655         * elf/Makefile (tests): Remove conditional for have-initfini-array
29656         since this is now always required and the variable does not exist
29657         anymore.
29658         (tests-static): Likewise.
29659         (modules-names): Likewise.
29661         * po/eo.po: Add Esperanto translation from translation project.
29663         * elf/tst-array1.c (fini_array): Make writeable so that it can be
29664         merged with constructor/destructor.
29665         (init_array): Likewise.
29666         * elf/tst-array2dep.c (fini_array): Likewise.
29667         (init_array): Likewise.
29669 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
29671         * manual/message.texi: Delete @cartouche tags.
29673 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
29675         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
29676         EOPNOTSUPP.
29677         * sysdeps/mach/hurd/fsync.c: Likewise.
29679         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
29680         [_POSIX_REALTIME_SIGNALS]: Change condition to
29681         [_POSIX_REALTIME_SIGNALS > 0].
29683 2012-10-27  Andreas Jaeger  <aj@suse.de>
29685         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
29686         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
29687         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
29688         [__WORDSIZE != 64]: Likewise.
29690 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
29692         *  iconvdata/tst-table.sh: Remove ${SHELL}.
29693         *  iconvdata/tst-tables.sh: Likewise.
29695 2012-10-25  David S. Miller  <davem@davemloft.net>
29697         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
29698         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
29699         of strtoull.
29701         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
29702         ifunc-impl-list.c
29703         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
29704         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
29705         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
29706         file.
29708 2012-10-25  Roland McGrath  <roland@hack.frob.com>
29710         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
29711         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
29712         __getdirentries.
29714 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
29715             Jim Blandy  <jimb@codesourcery.com>
29717         * scripts/cross-test-ssh.sh: New file.
29718         * manual/install.texi (Configuring and compiling): Document use of
29719         cross-test-ssh.sh.
29720         * INSTALL: Regenerated.
29722 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
29724         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
29725         EOPNOTSUPP.
29727 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
29729         * Makeconfig (run-program-prefix): Fix comment.
29731 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
29732             Jim Blandy  <jimb@codesourcery.com>
29734         * Makeconfig (test-wrapper): New variable,
29735         (test-wrapper-env): Likewise.
29736         [$(cross-compiling) = yes && $(test-wrapper) != ""]
29737         (run-built-tests): Define to yes.
29738         (run-program-prefix): Use $(test-wrapper).
29739         (built-program-cmd): Likewise.
29740         * Rules (make-test-out): Use $(test-wrapper-env) and
29741         $(host-built-program-cmd).
29742         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
29743         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
29744         tst-pathopt.sh.
29745         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
29746         $(test-wrapper-env) to tst-rtld-load-self.sh.
29747         ($(objpfx)order2.out): Use $(test-wrapper).
29748         ($(objpfx)tst-initorder.out): Likewise.
29749         ($(objpfx)tst-initorder2.out): Likewise.
29750         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
29751         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
29752         (test_wrapper_env): New variable.  Use it to run ld.so.
29753         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
29754         Use it to run ld.so.
29755         (test_wrapper_env): Likewise.
29756         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
29757         $(test-wrapper) to run-iconv-test.sh.
29758         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
29759         (ICONV): Use $test_wrapper.
29760         * posix/Makefile ($(objpfx)globtest.out): Pass
29761         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
29762         globtest.sh, not $(run-program-prefix).
29763         * posix/globtest.sh (run_via_rtld_prefix): New variable.
29764         (test_wrapper): Likewise.
29765         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
29766         set together with run_via_rtld_prefix.
29767         (run_program_prefix): Define in terms of test_wrapper and
29768         run_via_rtld_prefix.
29770 2012-10-24  Roland McGrath  <roland@hack.frob.com>
29772         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
29773         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
29774         Targets removed.
29776         [BZ #14743]
29777         * include/time.h: Remove librt_hidden_proto (clock_gettime).
29778         Declare __clock_getres, __clock_gettime, __clock_settime,
29779         __clock_nanosleep, and __clock_getcpuclockid.
29780         * rt/clock_gettime.c: Define __clock_gettime as an alias.
29781         Remove librt_hidden_def (clock_gettime).
29782         * sysdeps/unix/clock_gettime.c: Likewise.
29783         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
29784         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
29785         * rt/clock_getres.c: Define __clock_getres as an alias.
29786         * sysdeps/posix/clock_getres.c: Likewise.
29787         * rt/clock_settime.c: Define __clock_settime as an alias.
29788         * sysdeps/unix/clock_settime.c: Likewise.
29789         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
29790         * sysdeps/unix/clock_nanosleep.c: Likewise.
29791         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
29792         * rt/clock-compat.c: New file.
29793         * rt/Makefile (librt-routines): Add clock-compat and move
29794         $(clock-routines) to ...
29795         (routines): ... here, new variable.
29796         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
29797         Don't add get_clockfreq here.
29798         * rt/Versions (libc: GLIBC_2.17): New version set.
29799         Add clock_* symbols here.
29800         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
29801         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
29802         (GLIBC_2.17): Add clock_* symbols.
29803         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
29804         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
29805         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
29806         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
29807         Likewise.
29808         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
29809         Likewise.
29810         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
29811         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
29812         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
29813         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
29814         * NEWS: Mention the move.
29816         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
29817         Use __open, __read, __close rather than their public counterparts.
29818         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
29819         (__get_clockfreq_via_cpuinfo): Likewise.
29820         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
29821         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
29823         * config.h.in (HAVE_IFUNC): New #undef.
29824         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
29825         was successful.
29826         * configure: Regenerated.
29828 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
29830         * configure.in: Move READELF check to start of file.
29831         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
29832         libc_cv_asm_gnu_indirect_function in the process.
29833         * configure: Regenerated.
29835 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
29837         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
29838         send the output to /dev/null.
29839         (libc_cv_cc_with_libunwind): Likewise.
29840         (libc_cv_as_noexecstack): Likewise.
29841         * configure: Regenerate.
29843 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
29845         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
29847         * posix/globtest.sh (TMPDIR): Do not set.
29848         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
29849         (testout): Likewise.
29851 2012-10-24  Andreas Jaeger  <aj@suse.de>
29853         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
29854         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
29855         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
29856         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
29857         posix_fadvise64, posix_fallocate64.
29859         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
29860         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
29861         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
29862         Likewise.
29863         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
29864         Likewise.
29865         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
29867         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
29868         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
29869         <bits/fcntl-linux.h>.
29870         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
29872         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
29873         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
29874         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
29875         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
29876         [__WORDSIZE != 64]: Likewise.
29878 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
29880         * Makeconfig (run-built-tests): New variable.
29881         * Rules [$(cross-compiling) = yes]: Change condition to
29882         [$(run-built-tests) = no].
29883         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
29884         to [$(run-built-tests) = yes].
29885         * elf/Makefile [$(cross-compiling) = no]: Likewise
29886         * grp/Makefile [$(cross-compiling) = no]: Likewise.
29887         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
29888         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
29889         * intl/Makefile [$(cross-compiling) = no]: Likewise.
29890         * io/Makefile [$(cross-compiling) = no]: Likewise.
29891         * libio/Makefile [$(cross-compiling) = no]: Likewise.
29892         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
29893         * misc/Makefile [$(cross-compiling) = no]: Likewise.
29894         * posix/Makefile [$(cross-compiling) = no]: Likewise.
29895         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
29896         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
29897         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
29898         * string/Makefile [$(cross-compiling) = no]: Likewise.
29900         * posix/Makefile ($(objpfx)globtest.out): Pass
29901         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
29902         $(rtld-installed-name).
29903         * posix/globtest.sh (elf_objpfx): Remove variable.
29904         (rtld_installed_name): Likewise.
29905         (library_path): Likewise.
29906         (run_program_prefix): New variable.  Use for running globtest
29907         binary.
29909 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
29910             Joseph Myers  <joseph@codesourcery.com>
29912         * Makeconfig (host-built-program-cmd): New variable.
29913         * elf/Makefile (tst-stackguard1-ARGS): Use
29914         $(host-built-program-cmd).
29915         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
29916         (tst-spawn-ARGS): Likewise.
29917         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
29919 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
29920             Jim Blandy  <jimb@codesourcery.com>
29922         * Makeconfig (run-via-rtld-prefix): New variable.
29923         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
29924         (built-program-cmd): Likewise.
29926 2012-10-22  Andreas Jaeger  <aj@suse.de>
29928         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
29929         __O_RSYNC if it exists, otherwise to O_SYNC.
29931 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
29932             Joseph Myers  <joseph@codesourcery.com>
29934         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
29935         /dev/null.
29936         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
29937         from /dev/null
29938         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
29939         /dev/null.
29941 2012-10-22  Andreas Jaeger  <aj@suse.de>
29943         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
29944         Define always.
29945         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
29947         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
29948         bits/fcntl-linux.h.
29950         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
29951         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
29953         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
29954         to __O_LARGEFILE.
29955         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
29956         to __O_LARGEFILE.
29958 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
29959             Joseph Myers  <joseph@codesourcery.com>
29961         * config.make.in (NM): New variable.
29963 2012-10-21  Andreas Jaeger  <aj@suse.de>
29965         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
29966         definitions and declarations that are provided by
29967         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
29969 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
29971         [BZ #14683]
29972         * elf/Makefile (tests-static): Add tst-leaks1-static.
29973         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
29974         ($(objpfx)tst-leaks1-static): New rule.
29975         ($(objpfx)tst-leaks1-static-mem): Likewise.
29976         (tst-leaks1-static-ENV): New macro.
29977         * elf/dl-open.c (dl_open_worker): Check the main application
29978         only if SHARED is defined.
29979         * elf/tst-leaks1-static.c: New file.
29981 2012-10-20  Andreas Jaeger  <aj@suse.de>
29983         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
29984         generic values for Linux.
29985         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
29986         and declarations that are provided by <bits/fcntl-linux.h> and
29987         include <bits/fcntl-linux.h>.
29988         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
29989         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
29991 2012-10-20  Roland McGrath  <roland@hack.frob.com>
29993         * io/fcntl.h: Move include of <bits/types.h> to the top and
29994         include it unconditionally.
29996 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
29998         * wcsmbs/Makefile (tests-ifunc): New variable.
29999         (tests): Add $(tests-ifunc).
30000         * wcsmbs/test-wcschr-ifunc.c: New file.
30001         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
30002         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
30003         * wcsmbs/test-wcslen-ifunc.c: Likewise.
30004         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
30005         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
30007         * string/Makefile (tests-ifunc): New variable.
30008         (tests): Add $(tests-ifunc).
30009         * string/test-memccpy.c (TEST_NAME): New macro.
30010         * string/test-memchr.c (TEST_NAME): Likewise.
30011         * string/test-memcmp.c (TEST_NAME): Likewise.
30012         * string/test-memcpy.c (TEST_NAME): Likewise.
30013         * string/test-memmem.c (TEST_NAME): Likewise.
30014         * string/test-memmove.c (TEST_NAME): Likewise.
30015         * string/test-memset.c (TEST_NAME): Likewise.
30016         * string/test-rawmemchr.c (TEST_NAME): Likewise.
30017         * string/test-stpcpy.c (TEST_NAME): Likewise.
30018         * string/test-stpncpy.c (TEST_NAME): Likewise.
30019         * string/test-strcasecmp.c (TEST_NAME): Likewise.
30020         * string/test-strcasestr.c (TEST_NAME): Likewise.
30021         * string/test-strcat.c (TEST_NAME): Likewise.
30022         * string/test-strchr.c (TEST_NAME): Likewise.
30023         * string/test-strcmp.c(TEST_NAME): Likewise.
30024         * string/test-strcpy.c (TEST_NAME): Likewise.
30025         * string/test-strcspn.c (TEST_NAME): Likewise.
30026         * string/test-strlen.c (TEST_NAME): Likewise.
30027         * string/test-strncasecmp.c (TEST_NAME): Likewise.
30028         * string/test-strncmp.c (TEST_NAME): Likewise.
30029         * string/test-strncpy.c (TEST_NAME): Likewise.
30030         * string/test-strnlen.c (TEST_NAME): Likewise.
30031         * string/test-strpbrk.c (TEST_NAME): Likewise.
30032         * string/test-strrchr.c (TEST_NAME): Likewise.
30033         * string/test-strspn.c (TEST_NAME): Likewise.
30034         * string/test-strstr.c (TEST_NAME): Likewise.
30035         * string/test-bcopy-ifunc.c: New file.
30036         * string/test-bzero-ifunc.c: Likewise.
30037         * string/test-memccpy-ifunc.c: Likewise.
30038         * string/test-memchr-ifunc.c: Likewise.
30039         * string/test-memcmp-ifunc.c: Likewise.
30040         * string/test-memcpy-ifunc.c: Likewise.
30041         * string/test-memmem-ifunc.c: Likewise.
30042         * string/test-memmove-ifunc.c: Likewise.
30043         * string/test-mempcpy-ifunc.c: Likewise.
30044         * string/test-memset-ifunc.c: Likewise.
30045         * string/test-rawmemchr-ifunc.c: Likewise.
30046         * string/test-stpcpy-ifunc.c: Likewise.
30047         * string/test-stpncpy-ifunc.c: Likewise.
30048         * string/test-strcasecmp-ifunc.c: Likewise.
30049         * string/test-strcasestr-ifunc.c: Likewise.
30050         * string/test-strcat-ifunc.c: Likewise.
30051         * string/test-strchr-ifunc.c: Likewise.
30052         * string/test-strchrnul-ifunc.c: Likewise.
30053         * string/test-strcmp-ifunc.c: Likewise.
30054         * string/test-strcpy-ifunc.c: Likewise.
30055         * string/test-strcspn-ifunc.c: Likewise.
30056         * string/test-strlen-ifunc.c: Likewise.
30057         * string/test-strncasecmp-ifunc.c: Likewise.
30058         * string/test-strncat-ifunc.c: Likewise.
30059         * string/test-strncmp-ifunc.c: Likewise.
30060         * string/test-strncpy-ifunc.c: Likewise.
30061         * string/test-strnlen-ifunc.c: Likewise.
30062         * string/test-strpbrk-ifunc.c: Likewise.
30063         * string/test-strrchr-ifunc.c: Likewise.
30064         * string/test-strspn-ifunc.c: Likewise.
30065         * string/test-strstr-ifunc.c: Likewise.
30067         * debug/Makefile (tests-ifunc): New variable.
30068         (tests): Add $(tests-ifunc).
30069         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
30070         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
30071         * debug/test-stpcpy_chk-ifunc.c: New file.
30072         * debug/test-strcpy_chk-ifunc.c: Likewise.
30074 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
30076         [BZ #13601]
30077         * elf/dl-load.c (open_verify): Retry read if the entire ELF
30078         header is not read in.
30080 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
30082         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
30083         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
30084         directly.  Pass built executable to script as
30085         $(built-program-cmd).
30086         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
30087         $testprogram without using LD_LIBRARY_PATH and $ldso.
30089         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
30090         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
30091         $(rtld-installed-name).
30092         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
30093         (rtld_installed_name): Likewise.
30094         (library_path): Likewise.
30095         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
30096         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
30097         $(run-program-prefix) to tst-tables.sh.
30098         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
30099         it to run tst-table-from and tst-table-to.
30100         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
30101         Pass it to tst-table.sh.
30102         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
30103         $(run-program-prefix) to tst-gettext.sh.
30104         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
30105         tst-translit.sh.
30106         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
30107         tst-gettext2.sh.
30108         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
30109         to run tst-gettext.
30110         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
30111         to run tst-gettext2.
30112         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
30113         to run tst-translit.
30114         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
30115         $(run-program-prefix) to tst-mtrace.sh.
30116         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
30117         to run tst-mtrace.
30118         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
30119         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
30120         $(rtld-installed-name).
30121         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
30122         (rtld_installed_name): Likewise.
30123         (run_program_prefix): New variable.  Use it to run wordexp-test.
30125         * Makeconfig (ARCH): Remove all definitions.
30126         (machine): Likewise.
30127         [ARCH]: Remove conditional code.
30128         [!objdir]: Give error.
30129         [!objdir] (objpfx): Remove.
30130         [!objdir] (common-objpfx): Likewise.
30131         [!objdir] (common-objdir): Likewise.
30132         * configure.in (config_makefile): Remove.  Hardcode Makefile in
30133         AC_CONFIG_FILES call.
30134         * configure: Regenerated.
30136         [BZ #13888]
30137         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
30138         or TMPDIR.
30139         (testout): Likewise.
30141         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
30142         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
30143         $(rtld-installed-name).
30144         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
30145         (rtld_installed_name): Likwise.
30146         (runit): Remove function.
30147         (run_getconf): New variable,  Use it for running getconf binary.
30149 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
30151         [BZ #14716]
30152         * string/test-memmem.c (check_result): New function.
30153         (do_one_test): Use it.
30154         (check1): New function.
30155         (test_main): Use it.
30157 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
30159         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
30161 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
30163         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
30164         (_G_LSEEK64): Likewise.
30165         (_G_MMAP64): Likewise.
30166         (_G_FSTAT64): Likewise.
30167         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
30168         (_G_LSEEK64): Likewise.
30169         (_G_MMAP64): Likewise.
30170         (_G_FSTAT64): Likewise.
30171         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
30172         unconditional.  Call __mmap64 directly.
30173         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
30174         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
30175         __lseek64 directly.
30176         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
30177         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
30178         __mmap64 directly.
30179         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
30180         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
30181         __lseek64 directly.
30182         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
30183         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
30184         __lseek64 directly.
30185         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
30186         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
30187         __lseek64 directly.
30188         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
30189         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
30190         __fxstat64 directly.
30191         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
30192         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
30193         unconditional.
30194         (freopen64) [!_G_OPEN64]: Remove conditional code.
30195         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
30196         unconditional.
30197         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
30198         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
30199         unconditional.
30200         (ftello64) [!_G_LSEEK64]: Remove conditional code.
30201         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
30202         unconditional.
30203         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
30204         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
30205         unconditional.
30206         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
30207         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
30208         unconditional.
30209         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
30210         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
30211         unconditional.
30212         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
30213         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
30214         unconditional.
30215         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
30217 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
30219         [BZ #12140]
30220         * manual/memory.texi (Malloc Tunable Parameters): Add note
30221         about free list pointers overwriting some perturb bytes.
30222         Wording suggested by Roland McGrath.
30224 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
30226         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
30227         (lgamma_test): Likewise.
30228         (tgamma_test): Likewise.
30230 2012-10-16  Florian Weimer  <fweimer@redhat.com>
30232         [BZ #14700]
30233         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
30234         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
30236 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
30238         * NEWS: Mention BZ #14716.
30239         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
30240         when removing AVAILABLE1_USES_J macro.
30242 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
30244         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
30245         (__bswap_64): __uint64_t for unsigned 64-bit int.
30247 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
30249         * include/string.h (memmem): Declare libc hidden alias.
30250         * string/memmem.c (memmem): Define libc hidden alias.
30251         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
30252         __read, __close instead of open, read, close.
30254 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
30256         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
30257         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
30258         global and hidden.
30259         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
30260         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
30261         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
30262         Likewise.
30263         (__rawmemchr_sse2): Likewise.
30264         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
30265         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
30266         (__strchr_sse2): Likewise.
30267         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
30268         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
30269         (__strcasecmp_sse2): Likewise.
30270         (__strncasecmp_sse2): Likewise.
30271         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
30272         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
30273         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
30274         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
30275         (__strrchr_sse2): Likewise.
30276         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
30277         ifunc-impl-list.c.
30278         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
30279         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
30280         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
30281         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
30282         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
30283         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
30284         * sysdeps/x86_64/multiarch/memset.S: Likewise.
30285         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
30286         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
30287         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
30288         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
30289         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
30290         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
30291         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
30292         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
30293         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
30294         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
30295         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
30296         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
30297         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
30298         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
30299         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
30300         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
30301         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
30302         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
30303         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
30304         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
30305         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
30306         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
30307         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
30309         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
30310         global and hidden.
30311         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
30312         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
30313         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
30314         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
30315         Likewise.
30316         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
30317         Likewise.
30318         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
30319         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
30320         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
30321         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
30322         ifunc-impl-list.c.
30323         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
30324         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
30325         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
30326         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
30327         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
30328         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
30329         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
30330         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
30331         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
30332         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
30333         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
30334         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
30335         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
30336         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
30337         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
30338         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
30339         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
30340         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
30341         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
30342         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
30343         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
30344         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
30345         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
30346         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
30347         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
30348         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
30349         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
30350         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
30351         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
30352         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
30353         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
30354         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
30355         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
30356         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
30357         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
30358         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
30359         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
30360         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
30361         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
30362         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
30363         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
30365         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
30366         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
30367         * include/ifunc-impl-list.h: New file.
30368         * misc/ifunc-impl-list.c: Likewise.
30369         * misc/Makefile (routines): Add ifunc-impl-list.
30370         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
30371         * string/test-string.h: Include <ifunc-impl-list.h>.
30372         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
30373         TEST_NAME]: New variables.
30374         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
30375         are defined.
30376         (test_init): Call __libc_ifunc_impl_list to initialize
30377         func_list if TEST_IFUNC and TEST_NAME are defined.
30379         * string/Makefile (strop-tests): Add bcopy and bzero.
30380         * string/test-bcopy.c: New file.
30381         * string/test-bzero.c: Likewise.
30382         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
30383         defined.
30384         * string/test-memset.c: Support bzero test if TEST_BZERO is
30385         defined.
30386         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
30387         __libc_memmove.
30388         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
30389         __libc_memset.
30390         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
30391         of memset.
30393 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
30395         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
30396         * configure: Regenerated.
30398         * Makeconfig (+link-static-before-libc): Don't include
30399         $(link-static-libc).
30401         * libio/libio.h (_IO_pos_t): Remove.
30403 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
30405         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
30406         McGrath.
30408 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
30410         * crypt/crypt-entry.c: Include fips-private.h.
30411         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
30412         * crypt/md5c-test.c (main): Tolerate disabled MD5.
30413         * sysdeps/unix/sysv/linux/fips-private.h: New file.
30414         * sysdeps/generic/fips-private.h: New file, dummy fallback.
30416 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
30418         * crypt/crypt-private.h: Include stdbool.h.
30419         (_ufc_setup_salt_r): Return bool.
30420         * crypt/crypt-entry.c: Include errno.h.
30421         (__crypt_r): Return NULL with EINVAL for bad salt.
30422         * crypt/crypt_util.c (bad_for_salt): New.
30423         (_ufc_setup_salt_r): Check that salt is long enough and within
30424         the specified alphabet.
30425         * crypt/badsalttest.c: New file.
30426         * crypt/Makefile (tests): Add it.
30427         ($(objpfx)badsalttest): New.
30429 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
30431         * NEWS: Add entry for BZ #14602.
30433 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
30435         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
30436         type-generic.
30437         * math/libm-test.inc: Update comment listing what functions and
30438         macros are tested.
30439         (isgreater_test): New function.
30440         (isgreaterequal_test): Likewise.
30441         (isless_test): Likewise.
30442         (islessequal_test): Likewise.
30443         (islessgreater_test): Likewise.
30444         (isunordered_test): Likewise.
30445         (main): Call the new functions.
30447 2012-10-09  Roland McGrath  <roland@hack.frob.com>
30449         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
30450         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
30451         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
30452         * sysdeps/i386/configure: Regenerated.
30453         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
30454         * sysdeps/mach/configure: Regenerated.
30455         * sysdeps/mach/hurd/configure: Regenerated.
30456         * sysdeps/powerpc/configure: Regenerated.
30457         * sysdeps/powerpc/powerpc32/configure: Regenerated.
30458         * sysdeps/powerpc/powerpc64/configure: Regenerated.
30459         * sysdeps/s390/s390-32/configure: Regenerated.
30460         * sysdeps/s390/s390-64/configure: Regenerated.
30461         * sysdeps/sh/configure: Regenerated.
30462         * sysdeps/sparc/configure: Regenerated.
30463         * sysdeps/unix/sysv/linux/configure: Regenerated.
30464         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
30465         * sysdeps/x86_64/configure: Regenerated.
30467         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
30468         defined.  Don't check if MAP is NULL.
30470 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
30472         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
30473         (_G_stat64): Likewise.
30474         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
30475         (_G_stat64): Likewise.
30476         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
30477         instead of struct _G_stat64.
30478         * libio/fileops.c (mmap_remap_check): Likewise.
30479         (decide_maybe_mmap): Likewise.
30480         (_IO_new_file_seekoff): Likewise.
30481         (_IO_file_stat): Likewise.
30482         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
30483         _G_off64_t.
30484         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
30485         instead of struct _G_stat64.
30486         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
30488 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
30490         [BZ #14602]
30491         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
30492         Replace with ...
30493         (CHECK_EOL): New macro.
30494         (two_way_short_needle): Check beginning of haystack for EOL.  Use
30495         CHECK_EOL.
30496         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
30497         Replace with CHECK_EOL.
30498         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
30499         Replace with CHECK_EOL.
30501 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
30503         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
30504         type-generic.
30505         * math/libm-test.inc: Update comment listing what functions and
30506         macros are tested.
30507         (finite_test): New function.
30508         (isinf_test): Likewise.
30509         (isnan_test): Likewise.
30510         (fpclassify_test): Test subnormal input.
30511         (isfinite_test): Likewise.
30512         (isnormal_test): Likewise.
30513         (main): Call the new functions.
30515 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
30517         [BZ #14660]
30518         * Makerules (%.dynsym): Force C locale when running
30519         $(OBJDUMP) --dynamic-syms.
30521 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
30523         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
30524         <stdint.h>.
30526 2012-10-06  David S. Miller  <davem@davemloft.net>
30528         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
30529         upper 32-bits of the length value in %o2 since we use branch-on-register
30530         tests which consider the entire 64-bit register.
30532 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
30534         * string/test-strstr.c (check2): Add a test for page boundary.
30536 2012-10-05  David S. Miller  <davem@davemloft.net>
30538         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
30539         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
30540         file.
30541         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
30542         sysdep_routines.
30543         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
30544         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
30545         and bzero when HWCAP_SPARC_CRYPTO is present.
30547 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
30549         [BZ #14602]
30550         * string/test-strstr.c (check2): New function.
30551         (test_main): Call check2.
30553         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
30554         and bug-strchr1.
30555         * string/bug-strcasestr1.c (do_test): Moved to ...
30556         * string/test-strcasestr.c (check1): Here.  New function.
30557         (do_one_test): Break out result checking code into ...
30558         (check_result): This.  New function.
30559         (do_one_test): Call check_result.
30560         (test_main): Call check1.
30561         * string/bug-strchr1.c (do_test): Moved to ...
30562         * string/test-strchr.c (check1): Here.  New function.
30563         (do_one_test): Break out result checking code into ...
30564         (check_result): This.  New function.
30565         (do_one_test): Call check_result.
30566         (test_main): Call check1.
30567         * string/bug-strstr1.c (main): Moved to ...
30568         * string/test-strstr.c (check1): Here.  New function.
30569         (do_one_test): Break out result checking code into ...
30570         (check_result): This.  New function.
30571         (do_one_test): Call check_result.
30572         (test_main): Call check1.
30573         * string/bug-strcasestr1.c: Removed.
30574         * string/bug-strchr1.c: Likewise.
30575         * string/bug-strstr1.c: Likewise.
30577         * elf/Makefile (dl-routines): Add hwcaps.
30578         * elf/dl-support.c (_dl_important_hwcaps): Removed.
30579         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
30580         (_dl_important_hwcaps): Moved to ...
30581         * elf/dl-hwcaps.c: Here.  New file.
30582         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
30584         [BZ #14557]
30585         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
30586         if IS_IN_rtld isn't defined.
30588         * elf/dl-support.c (_dl_sysinfo_map): New.
30589         Include "get-dynamic-info.h" and "setup-vdso.h".
30590         (_dl_non_dynamic_init): Call setup_vdso.
30591         * elf/dynamic-link.h: Don't include <assert.h>.
30592         (elf_get_dynamic_info): Moved to ...
30593         * elf/get-dynamic-info.h: Here.  New file.
30594         * elf/dynamic-link.h: Include "get-dynamic-info.h".
30595         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
30596         * elf/setup-vdso.h: Here.  New file.
30597         * elf/rtld.c: Include "setup-vdso.h".
30598         (dl_main): Call setup_vdso.
30600 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
30602         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
30603         creal in comment listing functions tested.  List finite, isinf,
30604         isnan, isless, islessequal, isgreater, isgreaterequal,
30605         islessgreater, isunordered, lgamma_r and pow10 as functions and
30606         macros not tested.  Mention which functions not tested are aliases
30607         for other functions.  Fix typo.  Note that signs of NaNs are not
30608         tested.
30610         * scripts/config.guess: Update from config.git.
30611         * scripts/config.sub: Likewise.
30613 2012-10-04  Roland McGrath  <roland@hack.frob.com>
30615         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
30616         * misc/madvise.c (madvise): Renamed to __madvise.
30617         Make madvise a weak alias.
30618         * include/sys/mman.h: Declare __madvise.
30619         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
30620         * sysdeps/unix/syscalls.list
30621         (madvise): Make __madvise the strong name, and madvise a weak alias.
30622         * sysdeps/unix/sysv/linux/syscalls.list
30623         (madvise, mmap): Remove redundant entries.
30624         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
30625         * malloc/malloc.c (mtrim): Likewise.
30626         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
30628 2012-10-03  Roland McGrath  <roland@hack.frob.com>
30630         * sysdeps/mach/hurd/dl-cache.c: File removed.
30631         * config.h.in (USE_LDCONFIG): New #undef.
30632         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
30633         * configure: Regenerated.
30634         * elf/Makefile (dl-routines): Add dl-cache only under
30635         [$(use-ldconfig) = yes].
30636         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
30637         cache on [USE_LDCONFIG].
30638         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
30639         [USE_LDCONFIG].
30640         * elf/rtld.c (dl_main): Likewise.
30642 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
30644         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
30645         _SC_LEVEL4_CACHE_LINESIZE.
30647 2012-10-03  Roland McGrath  <roland@hack.frob.com>
30649         * sysdeps/unix/bsd/confstr.h: File removed.
30651 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
30653         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
30654         sys/sdt-config.h.
30656 2012-10-02  Roland McGrath  <roland@hack.frob.com>
30658         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
30659         Make 'mapoff' field ElfW(Off) rather than off_t.
30661 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
30663         * nscd/Makefile: Remove nscd-cflags and all its users.
30664         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
30665         (CFLAGS-nonlib): Add compiler flags for nscd modules.
30667         [BZ #10631]
30668         * malloc.c (malloc_printerr): Clarify error message.
30670 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
30672         [BZ #14648]
30673         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
30674         Set bit_FMA_Usable if FMA is supported.
30675         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
30676         macro.
30677         (bit_FMA4_Usable): Updated.
30678         (index_FMA_Usable): New macro.
30679         (CPUID_FMA): Likewise
30680         (HAS_FMA): Defined with bit_FMA_Usable.
30682 2012-10-01  Roland McGrath  <roland@hack.frob.com>
30684         * bits/types.h (__swblk_t): Type removed.
30685         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
30686         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
30687         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
30688         (__SWBLK_T_TYPE): Likewise.
30689         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
30690         (__SWBLK_T_TYPE): Likewise.
30691         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
30692         (__SWBLK_T_TYPE): Likewise.
30693         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
30694         (__SWBLK_T_TYPE): Likewise.
30696 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
30697             Honza Horak <hhorak@redhat.com>
30699         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
30700         (xdr_mapname): Use YPMAXMAP as maxsize.
30701         (xdr_peername): Use YPMAXPEER as maxsize.
30702         (xdr_keydat): Use YPAXRECORD as maxsize.
30703         (xdr_valdat): Use YPMAXRECORD as maxsize.
30705 2012-10-01  Roland McGrath  <roland@hack.frob.com>
30707         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
30709         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
30710         * csu/init-first.c: ... here.
30711         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
30712         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
30713         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
30714         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
30715         * sysdeps/i386/init-first.c: File removed.
30716         * sysdeps/sh/init-first.c: File removed.
30718 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
30720         [BZ #14645]
30721         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
30722         if x * y might underflow to zero and z is zero.
30723         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
30724         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
30725         * math/libm-test.inc (min_subnorm_value): New variable.
30726         (fma_test): Add more tests.
30727         (fma_test_towardzero): Likewise.
30728         (fma_test_downward): Likewise
30729         (fma_test_upward): Likewise.
30730         (initialize): Set min_subnorm_value.
30732 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
30734         [BZ #14638]
30735         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
30736         0 + 0.
30737         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
30738         mode for addition resulting in exact zero.
30739         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
30740         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
30741         exact 0 + 0.
30742         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
30743         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
30744         * math/libm-test.inc (fma_test): Add more tests.
30745         (fma_test_towardzero): New function.
30746         (fma_test_downward): Likewise.
30747         (fma_test_upward): Likewise.
30748         (main): Call the new functions.
30750 2012-09-28  David S. Miller  <davem@davemloft.net>
30752         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
30754 2012-09-28  Roland McGrath  <roland@hack.frob.com>
30756         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
30757         instead of SIGALRM.
30759         * sysdeps/gnu/_G_config.h: Moved to ...
30760         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
30761         * sysdeps/mach/hurd/_G_config.h: Moved to ...
30762         * sysdeps/generic/_G_config.h: ... here.
30764         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
30766         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
30768         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
30769         Conditionalize target on [libnss_test1.so-version].
30771         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
30773         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
30774         (elfobjdir): Move out of conditionals.
30776         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
30777         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
30778         (__nss_lookup_function): Conditionalize label remove_from_tree on
30779         [!DO_STATIC_NSS || SHARED], matching its only use.
30781 2012-09-28  David S. Miller  <davem@davemloft.net>
30783         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
30784         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
30785         file.
30786         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
30787         sysdep_routines.
30788         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
30789         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
30790         when HWCAP_SPARC_CRYPTO is present.
30792 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
30794         * io/tst-mknodat.c: Create a FIFO instead of a socket.
30796 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
30798         [BZ #6530]
30799         * stdio-common/vfprintf.c (process_string_arg): Revert
30800         2000-07-22 change.
30802 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
30804         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
30805         for testcase.
30806         * stdio-common/tst-sprintf.c: Include <locale.h>
30807         (main): Test sprintf's handling of incomplete multibyte
30808         characters.
30810 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
30812         * elf/dl-runtime.c (VERSYMIDX): Removed.
30813         * elf/dl-version.c (VERSYMIDX): Likewise.
30814         * elf/do-rel.h (VERSYMIDX): Likewise.
30815         (VALIDX): Likewise.
30816         * elf/dynamic-link.h (VERSYMIDX): Likewise.
30817         * elf/rtld.c (VALIDX): Likewise.
30818         (ADDRIDX): Likewise.
30819         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
30820         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
30821         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
30822         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
30823         (VALIDX): Likewise.
30824         (ADDRIDX): Likewise.
30826 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
30828         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
30830 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
30832         [BZ #11438]
30833         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
30834         to global scope.
30835         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
30836         addresses are in the same scope as 192.0.2/24.
30837         * posix/gai.conf: Document new scope table defaults.
30839 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
30841         [BZ #5298]
30842         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
30843         for ftell.  Compute offsets from write pointers instead.
30844         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
30846 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
30848         [BZ #14543]
30849         * libio/Makefile (tests): New test case tst-fseek.
30850         * libio/tst-fseek.c: New test case to verify that fseek/ftell
30851         combination works in wide mode.
30852         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
30853         state when the external buffer state changes.
30855 2012-09-27  David S. Miller  <davem@davemloft.net>
30857         [BZ #14376]
30858         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
30859         pass reloc->r_addend in as the 'high' argument to
30860         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
30862         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30864 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
30866         * rt/tst-aio2.c: Include <pthread.h>.
30867         * rt/tst-aio3.c: Likewise.
30869 2012-09-27  Steve Ellcey  <sellcey@mips.com>
30871         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
30873 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
30875         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
30876         contents on [SHARED].
30878 2012-09-26  Marek Polacek  <polacek@redhat.com>
30880         [BZ #14530]
30881         [BZ #13741]
30882         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
30883         for C++ and GCC <4.3 as well as for non GCC compilers.
30885 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
30887         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
30889 2012-09-25  Roland McGrath  <roland@hack.frob.com>
30891         * Makefile.in (all, install): Declare with .PHONY.
30892         Reported by Michael Hope <michael.hope@linaro.org>.
30894 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
30896         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
30897         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
30898         system header.
30899         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
30900         Likewise.
30901         (sydep_routines): Add the new and the internal functions.
30902         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
30903         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
30904         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
30905         (GLIBC_2.17): Add the new function.
30906         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
30907         (GLIBC_2.17): Likewise.
30908         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
30909         (GLIBC_2.17): Likewise.
30910         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
30911         (GLIBC_2.17): Likewise.
30912         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
30914 2012-09-25  Alan Modra  <amodra@gmail.com>
30916         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
30917         Add release barrier before setting once_control to say
30918         initialisation is done.  Add hints on lwarx.  Use macro in
30919         place of isync.
30920         (clear_once_control): Add release barrier.
30922 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
30924         [BZ #13629]
30925         * math/s_clog.c (__clog): Handle more values close to |z| = 1
30926         specially.
30927         * math/s_clog10.c (__clog10): Likewise.
30928         * math/s_clog10f.c (__clog10f): Likewise.
30929         * math/s_clog10l.c (__clog10l): Likewise.
30930         * math/s_clogf.c (__clogf): Likewise.
30931         * math/s_clogl.c (__clogl): Likewise.
30932         * math/Makefile (libm-calls): Add x2y2m1.
30933         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
30934         (__x2y2m1): Likewise.
30935         (__x2y2m1l): Likewise.
30936         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
30937         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
30938         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
30939         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
30940         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
30941         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
30942         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
30943         * sysdeps/i386/fpu/libm-test-ulps: Update.
30944         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30946         [BZ #14621]
30947         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
30948         int as type of variable DEPTH.
30949         (glob): Use size_t instead of int as type of variables NEWCOUNT
30950         and OLD_PATHC.
30952 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
30954         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
30955         Add s_sincosf-sse2.
30956         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
30957         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
30958         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
30959         macros for using routine as __sincosf_ia32.
30960         Use macro for function declaration and weak_alias.
30961         * sysdeps/i386/fpu/libm-test-ulps: Update.
30963         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
30964         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
30966         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
30967         subnormal argument.
30968         * math/s_cexpf.c (__cexpf): Likewise.
30969         * math/s_csinf.c (__csinf): Likewise.
30970         * math/s_csinhf.c (__csinhf): Likewise.
30971         * math/s_ctanf.c (__ctanf): Likewise.
30972         * math/s_ctanhf.c (__ctanhf): Likewise.
30973         * math/s_ccosh.c (__ccoshf): Likewise.
30974         * math/s_cexp.c (__cexpl): Likewise.
30975         * math/s_csin.c (__csin): Likewise.
30976         * math/s_csinh.c (__csinh): Likewise.
30977         * math/s_ctan.c (__ctan): Likewise.
30978         * math/s_ctanh.c (ctanh): Likewise.
30979         * math/s_ccoshl.c (__ccoshl): Likewise.
30980         * math/s_cexpl.c (__cexpl): Likewise.
30981         * math/s_csinl.c (__csinl): Likewise.
30982         * math/s_csinhl.c (__csinhl): Likewise.
30983         * math/s_ctanl.c (__ctanl): Likewise.
30984         * math/s_ctanhl.c (__ctanhl): Likewise.
30986 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
30988         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
30989         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
30990         (_IO_off_t): Define to __off_t, not _G_off_t.
30991         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
30992         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
30993         (_IO_wint_t): Define to wint_t, not _G_wint_t.
30994         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
30995         type of __dummy and __dummy2 fields.
30996         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
30997         (_G_ssize_t): Likewise.
30998         (_G_off_t): Likewise.
30999         (_G_pid_t): Likewise.
31000         (_G_uid_t): Likewise.
31001         (_G_wchar_t): Likewise.
31002         (_G_wint_t): Likewise.
31003         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
31004         (_G_ssize_t): Likewise.
31005         (_G_off_t): Likewise.
31006         (_G_pid_t): Likewise.
31007         (_G_uid_t): Likewise.
31008         (_G_wchar_t): Likewise.
31009         (_G_wint_t): Likewise.
31010         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
31011         (_G_ssize_t): Likewise.
31012         (_G_off_t): Likewise.
31013         (_G_pid_t): Likewise.
31014         (_G_uid_t): Likewise.
31015         (_G_wchar_t): Likewise.
31016         (_G_wint_t): Likewise.
31018 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
31020         * malloc/arena.c: Include malloc-sysdep.h.
31021         (shrink_heap): Use check_may_shrink_heap to decide if madvise
31022         is sufficient to shrink the heap or an unmap is needed.
31023         * sysdeps/generic/malloc-sysdep.h: New file.  Define
31024         new function check_may_shrink_heap.
31025         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
31026         new function check_may_shrink_heap.
31028 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
31030         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
31031         comments.
31033 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
31035         * catgets/test-gencat.sh: Add "set -e".
31036         * elf/tst-pathopt.sh: Likewise.
31037         * grp/tst_fgetgrent.sh: Likewise.
31038         * iconvdata/run-iconv-test.sh: Likewise.
31039         * intl/tst-gettext.sh: Likewise.
31040         * intl/tst-gettext2.sh: Likewise.
31041         * intl/tst-gettext4.sh: Likewise.
31042         * intl/tst-gettext6.sh: Likewise.
31043         * intl/tst-translit.sh: Likewise.
31044         * io/ftwtest-sh: Likewise.
31045         * libio/test-freopen.sh: Likewise.
31046         * malloc/tst-mtrace.sh: Likewise.
31047         * posix/globtest.sh: Likewise.
31048         * posix/tst-getconf.sh: Likewise.
31049         * posix/wordexp-tst.sh: Likewise.
31050         * stdio-common/tst-printf.sh: Likewise.
31051         * stdio-common/tst-unbputc.sh: Likewise.
31052         * stdlib/tst-fmtmsg.sh: Likewise.
31053         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
31054         * catgets/Makefile: Do not specify -e option when running
31055         testsuite shell scripts.
31056         * elf/Makefile: Likewise.
31057         * grp/Makefile: Likewise.
31058         * iconvdata/Makefile: Likewise.
31059         * intl/Makefile: Likewise.
31060         * io/Makefile: Likewise.
31061         * libio/Makefile: Likewise.
31062         * malloc/Makefile: Likewise.
31063         * posix/Makefile: Likewise.
31064         * stdio-common/Makefile: Likewise.
31065         * stdlib/Makefile: Likewise.
31066         * sysdeps/x86_64/Makefile: Likewise.
31068         * io/ftwtest-sh: Add copyright header.
31069         * posix/globtest.sh: Likewise.
31070         * posix/tst-getconf.sh: Likewise.
31071         * posix/wordexp-tst.sh: Likewise.
31072         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
31074 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
31076         [BZ #13679]
31077         * Makeconfig (+link): Defined as $(+link-static) if
31078         $(build-shared) isn't yes.
31079         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
31080         isn't yes.
31081         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
31083         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
31085         [BZ #14562]
31086         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
31087         new chunk size with MALLOC_ALIGN_MASK.
31089 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
31091         [BZ #5044]
31092         * stdio-common/printf_fphex.c: Include <stdbool.h> and
31093         <rounding-mode.h>.
31094         (__printf_fphex): Determine rounding using get_rounding_mode and
31095         round_away.
31096         * stdio-common/tst-printf-round.c (struct hex_test): New
31097         structure.
31098         (hex_tests): New variable.
31099         (test_hex_in_one_mode): New function.
31100         (do_test): Also run tests for hex float output.
31102 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
31104         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
31105         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
31106         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
31107         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
31108         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
31109         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
31110         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
31111         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
31113 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
31115         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
31116         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
31117         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
31118         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
31120 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
31122         [BZ #14579]
31123         * elf/rtld.c (dl_main): Limit the check for self loading to normal
31124         mode only.
31125         * elf/tst-rtld-load-self.sh: New test.
31126         * elf/Makefile: Run it.
31128 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
31130         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
31131         (tst-writev-ENV): Remove.
31132         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
31134 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
31136         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
31138 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
31140         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
31141         unconditional.
31142         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
31143         Likewise.
31144         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
31145         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
31146         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
31147         Likewise.
31149 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
31151         [BZ #14587]
31152         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
31153         * config.make.in (have-cpp-asm-debuginfo): Removed.
31154         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
31155         * configure: Regenerated.
31157 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
31159         [BZ #5044]
31160         * stdio-common/printf_fp.c: Include <stdbool.h> and
31161         <rounding-mode.h>.
31162         (___printf_fp): Determine rounding using get_rounding_mode and
31163         round_away.
31164         * stdio-common/tst-printf-round.c: New file.
31165         * stdio-common/Makefile (tests): Add tst-printf-round.
31166         (link-libm): New variable.
31167         ($(objpfx)tst-printf-round): Depend in $(link-libm).
31169 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
31171         [BZ #14576]
31172         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
31173         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
31174         Likewise.
31175         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
31176         Likewise.
31178 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
31180         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
31181         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
31182         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
31183         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
31185 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
31187         [BZ #14518]
31188         * include/rounding-mode.h: New file.
31189         * sysdeps/generic/get-rounding-mode.h: Likewise.
31190         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
31191         * stdlib/strtod_l.c: Include <rounding-mode.h>.
31192         (MAX_VALUE): New macro.
31193         (MIN_VALUE): Likewise.
31194         (overflow_value): New function.
31195         (underflow_value): Likewise.
31196         (round_and_return): Use overflow_value and underflow_value to
31197         determine return values in overflow and underflow cases.  Use
31198         round_away to determine rounding depending on rounding mode.
31199         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
31200         determine return values in overflow and underflow cases.
31201         * stdlib/tst-strtod-round.c: Include <fenv.h>.
31202         (struct test_results): New structure.
31203         (struct test): Use struct test_results to store expected results
31204         for all rounding modes.
31205         (TEST): Include expected results for all rounding modes.
31206         (test_in_one_mode): New function.
31207         (do_test): Use test_in_one_mode to compute and check results.
31208         Check results for all rounding modes.
31209         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
31210         $(link-libm).
31212 2012-12-09  Allan McRae  <allan@archlinux.org>
31214         * sysdeps/i386/fpu/libm-test-ulps: Update
31216 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
31218         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
31219         (_G_int32_t): Likewise.
31220         (_G_uint16_t): Likewise.
31221         (_G_uint32_t): Likewise.
31222         (_G_HAVE_BOOL): Likewise.
31223         (_G_HAVE_ATEXIT): Likewise.
31224         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
31225         (_G_HAVE_IO_FILE_OPEN): Likewise.
31226         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
31227         (_G_int32_t): Likewise.
31228         (_G_uint16_t): Likewise.
31229         (_G_uint32_t): Likewise.
31230         (_G_HAVE_BOOL): Likewise.
31231         (_G_HAVE_ATEXIT): Likewise.
31232         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
31233         (_G_HAVE_IO_FILE_OPEN): Likewise.
31234         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
31235         (_G_int32_t): Likewise.
31236         (_G_uint16_t): Likewise.
31237         (_G_uint32_t): Likewise.
31238         (_G_HAVE_BOOL): Likewise.
31239         (_G_HAVE_ATEXIT): Likewise.
31240         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
31241         (_G_HAVE_IO_FILE_OPEN): Likewise.
31243 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
31245         * csu/libc-tls.c: Update copyright years.
31247 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
31249         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
31250         [!_G_USING_THUNKS]: Remove conditional code.
31251         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
31252         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
31254         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
31255         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
31256         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
31257         (_G_VTABLE_LABEL_PREFIX): Likewise.
31258         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
31259         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
31260         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
31261         (_G_VTABLE_LABEL_PREFIX): Likewise.
31262         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
31263         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
31264         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
31265         (_G_VTABLE_LABEL_PREFIX): Likewise.
31266         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
31268 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
31270         * libio/Makefile: Include ../Makeconfig before tests.
31271         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
31272         only if $(build-shared) is yes.
31274         * iconv/gconv_db.c: Update copyright years.
31276 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
31278         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
31279         unwind info if defined PIC. Fix special cases description.
31280         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
31282         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
31283         DP_HI_MASK entry.
31284         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
31286 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
31288         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
31290         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
31291         is NULL.
31293         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
31294         (LDLIBS-tst-chk4): This.
31295         (LDFLAGS-tst-chk5): Renamed to ...
31296         (LDLIBS-tst-chk5): This.
31297         (LDFLAGS-tst-chk6): Renamed to ...
31298         (LDLIBS-tst-chk6): This.
31299         (LDFLAGS-tst-lfschk4): Renamed to ...
31300         (LDLIBS-tst-lfschk4): This.
31301         (LDFLAGS-tst-lfschk5): Renamed to ...
31302         (LDLIBS-tst-lfschk5): This.
31303         (LDFLAGS-tst-lfschk6): Renamed to ...
31304         (LDLIBS-tst-lfschk6): This.
31306         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
31307         on $(common-objpfx)soversions.mk.
31309 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
31311         [BZ #10014]
31312         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
31313         example host name.
31315 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
31317         * malloc/arena.c (arena_get_retry): New function that gets
31318         another arena for the caller to try its request on.
31319         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
31320         current arena cannot fulfill the request.
31321         (__libc_memalign): Likewise.
31322         (__libc_memalign): Likewise.
31323         (__libc_pvalloc): Likewise.
31324         (__libc_calloc): Likewise.
31326 2012-09-05  John Tobey  <john.tobey@gmail.com>
31328         [BZ #13542]
31329         * manual/arith.texi (Operations on Complex): Fix description
31330         of carg branch cut.
31332 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
31334         [BZ #10014]
31335         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
31336         host name.
31338         [BZ #10038]
31339         * manual/memory.texi (Memory): Make order of menu items match
31340         order of sections.
31342 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
31344         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
31345         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
31346         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
31348 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
31350         * csu/libc-tls.c (static_dtv): Renamed to ...
31351         (_dl_static_dtv): This.  Make it global.
31352         (_dl_initial_dtv): Removed.
31353         (__libc_setup_tls): Updated.
31354         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
31355         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
31356         DL_INITIAL_DTV.
31358 2012-09-06  Petr Machata  <pmachata@redhat.com>
31360         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
31361         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
31362         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
31363         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
31365 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
31367         [BZ #14545]
31368         * csu/libc-tls.c (_dl_initial_dtv): New variable.
31369         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
31370         freeing dtv[-1].
31372 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
31374         [BZ #14544]
31375         * Makeconfig (link-static-before-libc): Replace $(+prector)
31376         with $(+prectorT).
31377         (link-static-after-libc): Replace $(+postctor) with
31378         $(+postctorT).
31379         (link-bounded): Replace $(+prector)/$(+postctor) with
31380         $(+prectorT)/$(+postctorT).
31381         (+prectorT): New macro.
31382         (+postctorT): Likewise.
31384 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
31386         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
31387         (round_str): Handle values above the maximum for IBM long double
31388         as inexact.
31389         * stdlib/tst-strtod-round.c (tests): Regenerated.
31391 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31393         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
31394         assembler flag.
31395         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
31396         zarch_nohighgprs around the zarch optimized routines.
31397         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
31398         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
31399         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
31400         for zarch.
31402 2012-09-05  David S. Miller  <davem@davemloft.net>
31404         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31406         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
31407         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
31408         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
31409         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
31410         entries.
31412 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
31414         * malloc/arena.c: Fold copyright years.
31415         * malloc/mcheck.c, malloc/memusage.c: Likewise.
31417 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
31419         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
31421 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
31423         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
31425 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
31427         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
31428         change internal state upon failure.
31430 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
31432         * malloc/mcheck.c (mcheck_check_all): Fix typo.
31433         * malloc/memusage.c (mmap): Likewise.
31434         (mmap64, mremap): Likewise.  Adjust name in comment.
31436 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
31438         * libio/fileops.c: Fix typos in comments.
31439         * libio/oldfileops.c: Likewise.
31440         * libio/wfileops.c: Likewise.
31442 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
31444         [BZ #1349]
31445         * malloc/Makefile (tests): Add tst-malloc-usable test case.
31446         (tst-malloc-usable-ENV): Set environment for test case.
31447         * malloc/hooks.c (malloc_check_get_size): New function to get
31448         requested size.
31449         * malloc/malloc.c (musable): Use malloc_check_get_size.
31450         * malloc/tst-malloc-usable.c: New test case.
31452 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
31454         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
31456 2012-09-05  Allan McRae  <allan@archlinux.org>
31458         [BZ #13966]
31459         * configure.in (CXX_SYSINCLUDES): Use compiler output to
31460         determine header location.
31461         * configure: Regenerated.
31463 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
31465         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
31466         float format.
31467         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
31468         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
31469         format.
31470         (test): Regenerate.
31472 2012-09-04  David S. Miller  <davem@davemloft.net>
31474         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
31475         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
31476         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
31478 2012-09-04  Florian Weimer  <fweimer@redhat.com>
31480         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
31481         failures.
31483         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
31485 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
31487         [BZ #9914]
31488         * libio/iogetdelim.c: Include <limits.h>.
31489         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
31490         + len + 1 would overflow.
31492 2012-09-03  Andreas Jaeger  <aj@suse.de>
31494         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31495         * sysdeps/i386/fpu/libm-test-ulps: Update.
31497 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
31499         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
31500         Add s_sinf-sse2, s_conf-sse2.
31502         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
31503         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
31504         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
31505         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
31507         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
31508         for using routine as __sinf_ia32.
31509         Use macro for function declaration and weak_alias.
31510         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
31511         for using routine as __cosf_ia32.
31512         Use macro for function declaration and weak_alias.
31514         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
31515         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
31517         * sysdeps/x86_64/fpu/s_sinf.S: New file.
31518         * sysdeps/x86_64/fpu/s_cosf.S: New file.
31519         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31521         * math/libm-test.inc (cos_test): Add more test cases.
31522         (sin_test): Likewise.
31523         (sincos_test): Likewise.
31525 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31527         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
31528         (IFUNC_RESOLVE): Make pointers to the specialized implementations
31529         hidden.
31530         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
31532 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
31534         [BZ #14538]
31535         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
31536         first element of the GOT.
31537         (elf_machine_load_address): Return the difference between
31538         the runtime address of _DYNAMIC and elf_machine_dynamic ().
31540 2012-09-01  Allan McRae  <allan@archlinux.org>
31542         [BZ #13412]
31543         * configure.in (AWK): Require gawk version 3.0 or later.
31544         * configure: Regenerated.
31546 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
31548         * sysdeps/unix/sysv/linux/kernel-features.h
31549         (__ASSUME_POSIX_CPU_TIMERS): Remove.
31550         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
31551         [__NR_clock_getres]: Make code unconditional.
31552         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
31553         (clock_getcpuclockid): Remove code left unreachable by removal of
31554         conditionals.
31555         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
31556         code unconditional.
31557         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
31558         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
31559         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
31560         Make code unconditional.
31561         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
31562         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
31563         * sysdeps/unix/sysv/linux/clock_settime.c
31564         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
31565         conditional code.
31566         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
31567         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
31569 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
31571         [BZ #14476]
31572         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
31573         scripts/test-installation.pl.
31575         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
31576         and $ld_so_version if it is set.
31578 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
31580         [BZ #14516]
31581         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
31582         failure if reading from procfs failed.
31583         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
31585 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
31587         * sysdeps/unix/sysv/linux/kernel-features.h
31588         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
31589         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
31590         Remove conditional code.
31591         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
31592         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
31593         Remove conditional code.
31594         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
31595         * sysdeps/unix/sysv/linux/i386/fxstat.c
31596         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
31597         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
31598         * sysdeps/unix/sysv/linux/i386/fxstatat.c
31599         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
31600         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
31601         * sysdeps/unix/sysv/linux/i386/lxstat.c
31602         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
31603         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
31604         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
31605         Remove conditional code.
31606         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
31607         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
31608         Remove conditional code.
31609         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
31610         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
31611         <kernel-features.h>.
31612         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
31613         Remove.
31614         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
31615         Remove conditional code.
31616         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
31617         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
31618         Remove conditional.
31620 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
31622         [BZ #5400]
31623         * NEWS: Add fixed bug number.
31625 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
31627         [BZ #14519]
31628         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
31629         underflowing exponent in case of negative sign.
31630         * stdlib/tst-strtod-round-data: Add more tests.
31631         * stdlib/tst-strtod-round.c (tests): Regenerated.
31633         [BZ #3479]
31634         * stdlib/strtod_l.c (NDIG): Remove.
31635         (HEXNDIG): Likewise.
31636         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
31637         smallest representable value.
31638         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
31639         lie within an exact representation of 1/2 ulp of the result.
31640         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
31641         unconditionally.
31642         (TENS_P9_IDX): Define unconditionally.
31643         (TENS_P9_SIZE): Likewise.
31644         (TENS_P10_IDX): Likewise.
31645         (TENS_P10_SIZE): Likewise.
31646         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
31647         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
31648         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
31649         entries for 10^2^13 and 10^2^14.
31650         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
31651         (TENS_P13_IDX): Define.
31652         (TENS_P13_SIZE): Likewise.
31653         (TENS_P14_IDX): Likewise.
31654         (TENS_P14_SIZE): Likewise.
31655         (_fpioconst_pow10): Change array size to
31656         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
31657         unconditional.
31658         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
31659         1024]: Add entries for 10^2^13 and 10^2^14.
31660         [LAST_POW10 > _LAST_POW10]: Remove #error.
31661         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
31662         (_fpioconst_pow10): Change array size to
31663         FPIOCONST_POW10_ARRAY_SIZE.
31664         * stdlib/gen-fpioconst.c: New file.
31665         * stdlib/gen-tst-strtod-round.c: Likewise.
31666         * stdlib/tst-strtod-round-data: Likewise.
31667         * stdlib/tst-strtod-round.c: Likewise.
31668         * stdlib/Makefile (tests): Add tst-strtod-round.
31670         [BZ #14459]
31671         * stdlib/strtod_l.c: Include <stdint.h>.
31672         (NDEBUG): Do not define.
31673         (round_and_return): Change EXPONENT parameter to type intmax_t.
31674         Rearrange calculations to avoid internal overflow possibilities.
31675         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
31676         Rearrange calculations to avoid internal overflow possibilities.
31677         Assert that number fits inside MPNSIZE limbs.
31678         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
31679         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
31680         calculations and add assertions to avoid internal overflow
31681         possibilities.  Add casts to avoid signed/unsigned operations.
31682         * stdlib/tst-strtod-overflow.c: New file.
31683         * stdlib/Makefile (tests): Add tst-strtod-overflow.
31685 2012-08-25  Marek Polacek  <polacek@redhat.com>
31687         * time/time.h: Fix some typos in comments.
31689 2012-08-23  Roland McGrath  <roland@hack.frob.com>
31691         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
31692         * posix/tst-rfc3484-2.c: Likewise.
31693         * posix/tst-rfc3484-3.c: Likewise.
31695 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
31697         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
31698         (EF_ARM_ABI_FLOAT_HARD): Likewise.
31700 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
31702         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
31703         #include of fxstatat64.c.
31705 2012-08-22  Roland McGrath  <roland@hack.frob.com>
31707         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
31708         * shadow/getspent_r.c: Likewise.
31709         * shadow/getspnam.c: Likewise.
31710         * shadow/getspnam_r.c: Likewise.
31711         * gshadow/getsgent.c: Likewise.
31712         * gshadow/getsgent_r.c: Likewise.
31713         * gshadow/getsgnam.c: Likewise.
31714         * gshadow/getsgnam_r.c: Likewise.
31715         * inet/getnetbyad.c: Likewise.
31716         * inet/getnetbyad_r.c: Likewise.
31717         * inet/getnetbynm.c: Likewise.
31718         * inet/getnetbynm_r.c: Likewise.
31719         * inet/getnetent.c: Likewise.
31720         * inet/getnetent_r.c: Likewise.
31721         * inet/getproto.c: Likewise.
31722         * inet/getproto_r.c: Likewise.
31723         * inet/getprtent.c: Likewise.
31724         * inet/getprtent_r.c: Likewise.
31725         * inet/getprtname.c: Likewise.
31726         * inet/getprtname_r.c: Likewise.
31727         * inet/getrpcbyname.c: Likewise.
31728         * inet/getrpcbyname_r.c: Likewise.
31729         * inet/getrpcbynumber.c: Likewise.
31730         * inet/getrpcbynumber_r.c: Likewise.
31731         * inet/getrpcent.c: Likewise.
31732         * inet/getrpcent_r.c: Likewise.
31733         * inet/getaliasent.c: Likewise.
31734         * inet/getaliasent_r.c: Likewise.
31735         * inet/getaliasname.c: Likewise.
31736         * inet/getaliasname_r.c: Likewise.
31737         * nscd/getgrgid_r.c: Likewise.
31738         * nscd/getgrnam_r.c: Likewise.
31739         * nscd/gethstbyad_r.c: Likewise.
31740         * nscd/gethstbynm3_r.c: Likewise.
31741         * nscd/getpwnam_r.c: Likewise.
31742         * nscd/getpwuid_r.c: Likewise.
31743         * nscd/getsrvbynm_r.c: Likewise.
31744         * nscd/getsrvbypt_r.c: Likewise.
31745         * nscd/gai.c: Likewise.
31747         * configure.in (build_nscd): New substituted variable, set
31748         by --disable-build-nscd and defaults to $use_nscd.
31749         * configure: Regenerated.
31750         * config.make.in (build-nscd): New substituted variable.
31751         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
31752         Change conditional to require [$(build-nscd) = yes] as well.
31753         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
31755         [BZ# 13696]
31756         * configure.in (use_nscd): New substituted variable, set by
31757         --disable-nscd.  If enabled, define USE_NSCD.
31758         * configure: Regenerated.
31759         * config.h.in: Add USE_NSCD.
31760         * config.make.in (use-nscd): New substituted variable.
31761         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
31762         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
31763         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
31764         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
31765         (CFLAGS-getgrnam_r.c): Likewise.
31766         (CFLAGS-initgroups.c): Likewise.
31767         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
31768         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
31769         Variables removed.
31770         * inet/getnetgrent_r.c
31771         (nscd_setnetgrent): New function, broken out of ...
31772         (setnetgrent): ... here.  Call it.
31773         (innetgr): Conditionalize nscd bits on [USE_NSCD].
31774         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
31775         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
31776         * nscd/Makefile (routines, aux): Move definitions after include of
31777         Makeconfig.  Conditionalize on [$(use-nscd) != no].
31778         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
31779         Conditionalize on [USE_NSCD].
31780         (is_nscd, nscd_init_cb): Likewise.
31781         (nss_load_library): Conditionalize init callback on [USE_NSCD].
31782         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
31783         * nss/nss_db/db-init.c: Likewise.
31784         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
31785         [USE_NSCD].
31786         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
31787         (make_request): Use it.
31788         (cache_valid_p): New function.
31789         (__check_pf): Use it.
31790         * NEWS: Add item for --disable-nscd.
31792 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
31794         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
31795         to support sed >= 4.2.1-20-ga9bf076.
31796         * configure: Regenerated.
31798 2012-08-22  Roland McGrath  <roland@hack.frob.com>
31800         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
31801         Conditionalize whole body on [IREL].
31803 2012-08-22  Jeff Law <law@redhat.com>
31805         [BZ #14505]
31806         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
31807         if the family is PF_UNSPEC.
31809 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
31811         * Makerules (lib-version): Rename from V.
31812         (install-lib-nosubdir): Change V to lib-version.
31814 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
31816         [BZ #14252]
31817         * powerpc32/power6/wcschr.c: New file.
31818         * powerpc32/power6/wcscpy.c: New file.
31819         * powerpc32/power6/wcsrchr.c: New file.
31820         * powerpc64/power6/wcschr.c: New file.
31821         * powerpc64/power6/wcscpy.c: New file.
31822         * powerpc64/power6/wcsrchr.c: New file.
31824 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
31826         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
31827         (two_way_short_needle): Use it.
31828         * string/strstr.c (AVAILABLE1_USES_J): Define.
31829         * string/strcasestr.c: Likewise.
31831         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
31832         array references.
31833         * string/strcasestr.c (TOLOWER): Make side-effect safe.
31835         [BZ #11607]
31836         * NEWS: Add an entry.
31837         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
31838         define their defaults.
31839         (two_way_short_needle): Detect end-of-string on-the-fly.
31840         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
31841         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
31842         * string/bug-strcasestr1.c: New test.
31843         * string/Makefile: Run it.
31845 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
31847         [BZ #11607]
31848         * string/str-two-way.h (two_way_short_needle): Optimize matching of
31849         the first character.
31851 2012-08-21  Roland McGrath  <roland@hack.frob.com>
31853         * csu/elf-init.c (__libc_csu_irel): Function removed.
31854         * csu/libc-start.c (apply_irel): New function.
31855         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
31857 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
31859         * sysdeps/unix/sysv/linux/kernel-features.h
31860         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
31861         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
31862         <kernel-features.h>.
31863         [__NR_fadvise64_64]: Make code unconditional.
31864         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
31865         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
31866         !__NR_fadvise64_64)]: Likewise.
31867         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
31868         !__NR_fadvise64_64))]: Likewise.
31869         [__NR_fadvise64]: Make code unconditional.
31870         [!__NR_fadvise64]: Remove conditional code.
31871         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
31872         <kernel-features.h>.
31873         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
31874         unconditional.
31875         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
31876         conditional code.
31877         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
31878         not include <kernel-features.h>.
31879         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
31880         unconditional.
31881         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
31882         conditional code.
31883         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
31884         include <kernel-features.h>.
31885         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
31886         unconditional.
31887         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
31888         conditional code.
31890 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
31892         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
31893         slight instruction rearrangements per scrollpipe analysis.
31894         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
31896 2012-08-20  Roland McGrath  <roland@hack.frob.com>
31898         * manual/syslog.texi (syslog; vsyslog, closelog):
31899         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
31900         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
31902         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
31903         DSOCAPS to match condition on defining it.
31905 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
31907         * sysdeps/unix/sysv/linux/kernel-features.h
31908         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
31909         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
31910         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
31911         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
31912         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
31913         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
31914         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
31915         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
31916         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
31917         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
31919         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
31920         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
31922         * sysdeps/unix/sysv/linux/kernel-features.h
31923         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
31924         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
31925         unconditional.
31926         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
31927         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
31928         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
31929         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
31930         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
31931         Make code unconditional.
31932         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
31933         (__mmap64) [!__NR_mmap2]: Likewise.
31934         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
31935         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
31936         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
31937         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
31938         [__NR_mmap2]: Make code unconditional.
31939         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
31940         (__mmap64) [!__NR_mmap2]: Likewise.
31942 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31944         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
31946 2012-08-18  Andreas Jaeger  <aj@suse.de>
31948         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
31950 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
31952         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
31953         * include/unistd.h (__have_sock_cloexec): Likewise.
31954         (__have_pipe2): Likewise.
31955         (__have_dup3): Likewise.
31957 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
31959         [BZ #9685]
31960         * include/unistd.h (__have_pipe2): Change define into an extern int.
31961         (__have_dup3): Likewise.
31962         * socket/have_sock_cloexec.c: Include fcntl.h.
31963         (__have_pipe2): New variable.
31964         (__have_dup3): Likewise.
31966 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
31968         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
31970 2012-08-17  Marek Polacek  <polacek@redhat.com>
31972         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
31973         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
31975 2012-08-17  Roland McGrath  <roland@hack.frob.com>
31977         * configure.in: Add AC_SUBST for sysheaders.
31978         * configure: Regenerated.
31979         * config.make.in (sysheaders): New substituted variable.
31981         * sysdeps/unix/mkfifo.c: Moved ...
31982         * sysdeps/posix/mkfifo.c: ... here.
31983         * sysdeps/unix/mkfifoat.c: Moved ...
31984         * sysdeps/posix/mkfifoat.c: ... here.
31986         * sysdeps/unix/utime.c: Moved ...
31987         * sysdeps/posix/utime.c: ... here.
31989         * sysdeps/unix/time.c: Moved ...
31990         * sysdeps/posix/time.c: ... here.
31991         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
31992         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
31994         * sysdeps/unix/nice.c: Moved ...
31995         * sysdeps/posix/nice.c: ... here.
31997         * sysdeps/unix/alarm.c: Moved ...
31998         * sysdeps/posix/alarm.c: ... here.
32000         * intl/Makefile ($(codeset_mo)): Depend on the input file.
32002 2012-08-17  Jeff Law <law@redhat.com>
32004         * intl/Makefile (codeset_mo): New variable.
32005         ($(codeset_mo)): New target.
32006         (tst-codeset.out): Depend on that.  Remove explicit rule.
32007         (tst-gettext3.out, tst-gettext5.out): Likewise.
32008         (LOCPATH-ENV, tst-codeset-ENV): New variables.
32009         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
32010         * intl/tst-codeset.sh: Remove.
32011         * intl/tst-gettext3.sh: Likewise.
32012         * intl/tst-gettext5.sh: Likewise.
32014 2012-08-17  Roland McGrath  <roland@hack.frob.com>
32016         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
32017         * sysdeps/unix/syscalls.list: ... here.
32019         * sysdeps/posix/getaddrinfo.c
32020         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
32021         (gaiconf_init, gaiconf_reload): Use them.
32022         [!_STATBUF_ST_NSEC]
32023         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
32024         Define using time_t rather than struct timespec.
32026         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
32027         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
32028         Macros removed.
32029         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
32030         [!NO_THREADS].
32031         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
32032         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
32033         Likewise.
32035         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
32036         __libc_cleanup_push argument.
32038         * bits/param.h: New file.
32039         * misc/sys/param.h: New file.
32040         * include/sys/param.h: New file.
32041         * misc/Makefile (headers): Add bits/param.h.
32042         * sysdeps/generic/sys/param.h: File removed.
32043         * sysdeps/unix/sysv/linux/bits/param.h: New file.
32044         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
32045         * sysdeps/mach/hurd/bits/param.h: New file.
32046         * sysdeps/mach/hurd/sys/param.h: File removed.
32048         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
32049         last change.
32051         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
32052         [_IO_MTSAFE_IO].
32053         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
32054         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
32055         New macros.
32057         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
32058         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
32059         rather than -D_IO_MTSAFE_IO conditionally.
32060         * stdio-common/Makefile (CPPFLAGS): Likewise.
32061         * wcsmbs/Makefile (CPPFLAGS): Likewise.
32062         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
32063         Use $(libio-mtsafe).
32064         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
32065         of -D_IO_MTSAFE_IO.
32066         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
32067         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
32068         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
32069         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
32070         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
32071         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
32072         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
32073         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
32074         (CFLAGS-fread_u_chk.c): Likewise.
32075         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
32076         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
32077         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
32078         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
32079         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
32080         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
32081         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
32082         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
32083         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
32085         * libio/Makefile: Test [$(libc-reentrant) = yes]
32086         instead of [$(filter %REENTRANT, $(defines)) nonempty].
32088         * Makeconfig
32089         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
32090         * sysdeps/pthread/configure: File removed.
32091         * sysdeps/pthread/Makeconfig: New file.
32092         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
32093         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
32095 2012-08-16  Gary Benson  <gbenson@redhat.com>
32097         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
32098         unmapping the first object in a namespace.
32100 2012-08-16  Roland McGrath  <roland@hack.frob.com>
32102         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
32103         (__internal_setnetgrent): ... this.  Add internal_function to
32104         definition.  Add libc_hidden_def.
32105         (setnetgrent): Update caller.
32106         (internal_endnetgrent): Renamed to ...
32107         (__internal_endnetgrent): ... this.  Add internal_function to
32108         definition.  Add libc_hidden_def.
32109         (endnetgrent): Update caller.
32110         (internal_getnetgrent_r): Renamed to ...
32111         (__internal_getnetgrent_r): ... this.  Add internal_function to
32112         definition.  Add libc_hidden_def.
32113         (__getnetgrent_r): Update caller.
32114         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
32116 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
32118         * stdlib/longlong.h: Update from GCC.
32120 2012-08-16  Roland McGrath  <roland@hack.frob.com>
32122         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
32123         on _QL, which is set by umul_ppmm but never used.
32124         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
32125         variables, which are set by GMP macros but never used.
32126         * stdio-common/_itowa.c (_itowa): Likewise.
32127         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
32128         * stdlib/mod_1.c (mpn_mod_1): Likewise.
32130 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
32132         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
32133         struct La_sh_regs is not constant.
32134         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
32135         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
32136         and struct La_sparc64_regs are not constant.
32138 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
32140         * sysdeps/unix/sysv/linux/kernel-features.h
32141         (__ASSUME_POSIX_TIMERS): Remove.
32142         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
32143         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
32144         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
32145         Make code unconditional.
32146         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
32147         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
32148         Make code unconditional.
32149         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
32150         * sysdeps/unix/sysv/linux/clock_nanosleep.c
32151         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
32152         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
32153         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
32154         Make code unconditional.
32155         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
32156         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
32157         (__libc_missing_posix_timers): Remove.
32159 2012-08-15  Roland McGrath  <roland@hack.frob.com>
32161         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
32162         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
32164         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
32166         * elf/dl-sym.c: Include <stdlib.h>.
32168         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
32169         constants, which avoids warnings in 32-bit builds.
32171         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
32172         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
32174         * misc/lseek.c: File moved to ...
32175         * io/lseek.c: ... here.
32177         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
32179         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
32180         shifting LEN more than 31 bits at once.
32182 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
32184         [BZ #14195]
32185         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
32186         segmentation fault for a case of two empty input strings.
32187         * string/test-strncasecmp.c (check1): Renamed to...
32188         (bz12205): ...this.
32189         (bz14195): Add new testcase for two empty input strings and N > 0.
32190         (test_main): Call new testcase, adapt for renamed function.
32192 2012-08-15  Andreas Jaeger  <aj@suse.de>
32194         [BZ #14090]
32195         * crypt/md5test2.c: New test, based on test supplied by Serge
32196         Belyshev <belyshev@depni.sinp.msu.ru>.
32197         * crypt/Makefile (xtests): Add md5test-giant..
32198         * crypt/Makefile ($(objpfx)md5test-giant): Add.
32200 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
32202         [BZ #14090]
32203         * crypt/md5.c (md5_process_block): Don't assume the buffer
32204         length is less than 2**32.
32205         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
32206         length is less than 2**64.
32208 2012-08-15  Roland McGrath  <roland@hack.frob.com>
32210         * string/str-two-way.h: Include <sys/param.h>.
32211         (MAX): Macro removed.
32213         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
32214         Move #define and #undef of memmove to just before and after
32215         including <string.h>.
32217         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
32218         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
32219         and after including <string.h>.  Move declarations of
32220         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
32221         to before #include "string/memmove.c".
32223         * include/dirent.h: Declare __getdirentries.
32225         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
32226         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
32228 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
32230         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
32231         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
32232         * sysdeps/i386/configure: Regenerated.
32233         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
32234         STABS_CURRENT_FILE, and STABS_FUN.
32235         (END): Remove call to STABS_FUN_END.
32236         (STABS_CURRENT_FILE1): Delete.
32237         (STABS_CURRENT_FILE): Likewise.
32238         (STABS_FUN): Likewise.
32239         (STABS_FUN_END): Likewise.
32240         (STABS_FUN2): Likewise.
32241         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
32242         * sysdeps/x86_64/configure: Regenerated.
32244 2012-08-14  Roland McGrath  <roland@hack.frob.com>
32246         * elf/dl-open.c: Include <atomic.h>.
32247         * elf/dl-lookup.c: Likewise.
32249 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
32251         * sysdeps/unix/sysv/linux/kernel-features.h
32252         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
32253         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
32254         unconditionally.
32255         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
32256         unconditionally.
32257         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
32258         condition on __ASSUME_CLONE_THREAD_FLAGS.
32260 2012-08-14  Andreas Jaeger  <aj@suse.de>
32262         * sysdeps/i386/fpu/libm-test-ulps: Update.
32264 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
32266         * include/atomic.h (atomic_exchange_and_add): Split into ...
32267         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
32268         New atomic macros.
32270 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
32272         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
32274 2012-08-13  Jeff Law <law@redhat.com>
32276         * manual/stdio.texi (snprintf): Clarify handling of the trailing
32277         null byte in the output string.
32279 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
32281         * sysdeps/unix/sysv/linux/kernel-features.h
32282         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
32283         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
32284         (__ASSUME_ARG_MAX_STACK_BASED): Define.
32285         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
32286         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
32287         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
32288         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
32290 2012-08-09  Jeff Law <law@redhat.com>
32292         [BZ #13939]
32293         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
32294         When avoid_arena is set, don't retry in the that arena.  Pick the
32295         next one, whatever it might be.
32296         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
32297         (arena_lock): Pass in new parameter to arena_get2.
32298         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
32299         arena_get2.
32300         (__libc_malloc): Unify retrying after main arena failure with
32301         __libc_memalign version.
32302         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
32304 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
32306         [BZ #14166]
32307         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
32308         to __redirect_strstr.
32309         (__strstr_sse42): Use typeof __redirect_strstr.
32310         (__strstr_ia32): Likewise.
32311         (__libc_strstr): New prototype.
32312         (strstr): Renamed to ...
32313         (__libc_strstr): This.
32314         (strstr): New strong alias of __libc_strstr.
32315         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
32316         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
32317         __redirect_time.
32318         Include <time.h>.
32319         (__libc_time): New prototype.
32320         (time_ifunc): Replace time with __libc_time.
32321         (time): New strong alias and hidden definition of __libc_time.
32322         (__GI_time): Remove strong alias.
32323         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
32324         Include <stddef.h>.
32325         (memmove): Redefined to __redirect_memmove.
32326         (__memmove_sse2): Use typeof __redirect_memmove.
32327         (__memmove_ssse3): Likewise.
32328         (__memmove_ssse3_back): Likewise.
32329         (__libc_memmove): New prototype.
32330         (memmove): Renamed to ...
32331         (__libc_memmove): This.
32332         (memmove): New strong alias of __libc_memmove.
32334 2012-08-08  Mark Salter  <msalter@redhat.com>
32336         * elf/elf.h
32337         (R_MN10300_TLS_GD): Define.
32338         (R_MN10300_TLS_LD): Likewise.
32339         (R_MN10300_TLS_LDO): Likewise.
32340         (R_MN10300_TLS_GOTIE): Likewise.
32341         (R_MN10300_TLS_IE): Likewise.
32342         (R_MN10300_TLS_LE): Likewise.
32343         (R_MN10300_TLS_DTPMOD): Likewise.
32344         (R_MN10300_TLS_DTPOFF): Likewise.
32345         (R_MN10300_TLS_TPOFF): Likewise.
32346         (R_MN10300_SYM_DIFF): Likewise.
32347         (R_MN10300_ALIGN): Likewise.
32348         (R_MN10300_NUM): Update.
32350 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
32352         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
32353         Remove.
32355 2012-08-08  Roland McGrath  <roland@hack.frob.com>
32357         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
32359         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
32360         sysdeps/unix -> sysdeps/posix move.
32361         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
32363 2012-08-07      Allan McRae     <allan@archlinux.org>
32365         [BZ #14303]
32366         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
32367         (SUNOS_CPP): Likewise.
32368         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
32369         not found.
32370         (open_input): Call CPP using execvp.
32372 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
32374         * sysdeps/unix/sysv/linux/kernel-features.h
32375         (__ASSUME_PROT_GROWSUPDOWN): Remove.
32376         (__ASSUME_NO_CLONE_DETACHED): Likewise.
32377         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
32378         (__ASSUME_WAITID_SYSCALL): Likewise.
32379         * sysdeps/unix/sysv/linux/dl-execstack.c
32380         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
32381         code unconditional.
32382         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
32383         conditional code.
32384         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
32385         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
32386         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
32387         code.
32388         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
32389         unconditional.
32390         [__ASSUME_WAITID_SYSCALL]: Likewise.
32391         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
32393 2012-08-07  Roland McGrath  <roland@hack.frob.com>
32395         * sysdeps/unix/closedir.c: Renamed to ...
32396         * sysdeps/posix/closedir.c: ... here.
32397         * sysdeps/unix/dirfd.c: Renamed to ...
32398         * sysdeps/posix/dirfd.c: ... here.
32399         * sysdeps/unix/dirstream.h: Renamed to ...
32400         * sysdeps/posix/dirstream.h: ... here.
32401         * sysdeps/unix/fdopendir.c: Renamed to ...
32402         * sysdeps/posix/fdopendir.c: ... here.
32403         * sysdeps/unix/opendir.c: Renamed to ...
32404         * sysdeps/posix/opendir.c: ... here.
32405         * sysdeps/unix/readdir.c: Renamed to ...
32406         * sysdeps/posix/readdir.c: ... here.
32407         * sysdeps/unix/readdir_r.c: Renamed to ...
32408         * sysdeps/posix/readdir_r.c: ... here.
32409         * sysdeps/unix/rewinddir.c: Renamed to ...
32410         * sysdeps/posix/rewinddir.c: ... here.
32411         * sysdeps/unix/seekdir.c: Renamed to ...
32412         * sysdeps/posix/seekdir.c: ... here.
32413         * sysdeps/unix/telldir.c: Renamed to ...
32414         * sysdeps/posix/telldir.c: ... here.
32415         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
32416         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
32417         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
32418         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
32420         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
32421         * bits/fcntl.h: ... here.
32423         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
32424         not 0.
32425         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
32426         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
32427         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
32428         (struct flock): Move l_start, l_len to the beginning.
32429         Use __pid_t for l_pid.
32430         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
32431         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
32432         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
32433         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
32434         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
32435         [__USE_LARGEFILE64] (struct flock64): New type.
32436         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
32438         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
32439         * bits/dirent.h: ... here.
32441         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
32442         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
32444 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
32446         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
32447         Change from 2.6.0 to 2.6.16.
32448         * sysdeps/unix/sysv/linux/configure: Regenerated.
32449         * sysdeps/unix/sysv/linux/kernel-features.h
32450         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
32451         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
32452         version.
32453         (__ASSUME_UTIMES): Likewise.
32454         (__ASSUME_CLONE_STOPPED): Remove.
32455         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
32456         architectures, not kernel version.
32457         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
32458         (__ASSUME_NO_CLONE_DETACHED): Likewise.
32459         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
32460         (__ASSUME_WAITID_SYSCALL): Likewise.
32461         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
32462         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
32463         * README: State 2.6.16 as minimum Linux kernel version.  Do not
32464         refer to older versions.
32466 2012-08-06  Roland McGrath  <roland@hack.frob.com>
32468         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
32469         Define alphasort64 as an alias.
32470         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
32471         Define versionsort64 as an alias.
32472         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
32473         Define scandir64 as an alias.
32474         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
32475         Define scandirat64 as an alias.
32476         * dirent/alphasort64.c (alphasort64):
32477         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
32478         * dirent/versionsort64.c: Likewise.
32479         * dirent/scandir64.c: Likewise.
32480         * dirent/scandirat64.c: Likewise.
32481         * sysdeps/wordsize-64/alphasort.c: File removed.
32482         * sysdeps/wordsize-64/alphasort64.c: File removed.
32483         * sysdeps/wordsize-64/scandir.c: File removed.
32484         * sysdeps/wordsize-64/scandir64.c: File removed.
32485         * sysdeps/wordsize-64/scandirat.c: File removed.
32486         * sysdeps/wordsize-64/scandirat64.c: File removed.
32487         * sysdeps/wordsize-64/versionsort.c: File removed.
32488         * sysdeps/wordsize-64/versionsort64.c: File removed.
32489         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
32490         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
32491         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
32492         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
32493         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
32494         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
32495         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
32496         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
32498         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
32499         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
32500         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
32501         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
32502         [defined __arch64__ || defined __sparcv9]
32503         (__INO_T_MATCHES_INO64_T): New macro.
32504         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
32505         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
32506         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
32507         * sysdeps/unix/sysv/linux/bits/dirent.h
32508         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
32509         (_DIRENT_MATCHES_DIRENT64): New macro.
32511         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
32512         Define lockf64 as an alias.
32513         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
32514         Define fseeko64 as an alias.
32515         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
32516         Define ftello64 as an alias.
32517         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
32518         Define _IO_fgetpos64 and fgetpos64 as aliases.
32519         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
32520         Define _IO_fsetpos64 and fsetpos64 as aliases.
32521         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
32522         Conditionalize body on this.
32523         * libio/fseeko64.c: Likewise.
32524         * libio/ftello64.c: Likewise.
32525         * libio/iofgetpos64.c: Likewise.
32526         * libio/iofsetpos64.c: Likewise.
32527         * sysdeps/wordsize-64/lockf.c: File removed.
32528         * sysdeps/wordsize-64/lockf64.c: File removed.
32529         * sysdeps/wordsize-64/fseeko.c: File removed.
32530         * sysdeps/wordsize-64/fseeko64.c: File removed.
32531         * sysdeps/wordsize-64/ftello.c: File removed.
32532         * sysdeps/wordsize-64/ftello64.c: File removed.
32533         * sysdeps/wordsize-64/iofgetpos.c: File removed.
32534         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
32535         * sysdeps/wordsize-64/iofsetpos.c: File removed.
32536         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
32537         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
32538         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
32539         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
32540         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
32541         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
32542         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
32543         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
32544         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
32545         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
32546         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
32548         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
32549         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
32550         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
32551         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
32552         [defined __arch64__ || defined __sparcv9]
32553         (__OFF_T_MATCHES_OFF64_T): New macro.
32554         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
32555         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
32556         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
32557         (__OFF_T_MATCHES_OFF64_T): New macro.
32559 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
32561         * stdlib/secure-getenv.c (__secure_getenv): Replace
32562         GLIBC_2_16 with GLIBC_2_17.
32564 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
32566         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
32567         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
32569 2012-08-03  David S. Miller  <davem@davemloft.net>
32571         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32573 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
32575         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
32576         Remove.
32577         (__ASSUME_CORRECT_SI_PID): Likewise.
32578         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
32579         (__ASSUME_TMPFS_NAME): Likewise.
32580         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
32581         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
32582         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
32583         (HAVE_AUX_SECURE): Make definition unconditional.
32584         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
32585         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
32587 2012-08-03  Roland McGrath  <roland@hack.frob.com>
32589         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
32590         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
32591         * sysdeps/mach/hurd/eloop-threshold.h: New file.
32592         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
32593         __eloop_threshold instead of SYMLOOP_MAX.
32595         * sysdeps/generic/eloop-threshold.h: New file.
32596         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
32597         of MAXSYMLINKS.
32598         * elf/chroot_canon.c (chroot_canon): Likewise.
32600 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
32602         [BZ #13717]
32603         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
32604         Change to 2.6.0 everywhere.
32605         * sysdeps/unix/sysv/linux/configure: Regenerated.
32606         * sysdeps/unix/sysv/linux/kernel-features.h
32607         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
32608         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
32609         kernel versions.
32610         (__ASSUME_POSIX_TIMERS): Define unconditionally.
32611         (__ASSUME_FUTEX_REQUEUE): Remove.
32612         (__ASSUME_STATFS64): Define unconditionally.
32613         (__ASSUME_AT_SECURE): Likewise.
32614         (__ASSUME_CORRECT_SI_PID): Likewise.
32615         (__ASSUME_TGKILL): Define without depending on kernel version for
32616         i386.
32617         (__ASSUME_UTIMES): Likewise.
32618         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
32619         kernel version.
32620         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
32621         (__ASSUME_TMPFS_NAME): Likewise.
32622         * README: Update reference to Linux kernel versions.
32624 2012-08-02  Marek Polacek  <polacek@redhat.com>
32626         [BZ# 14150]
32627         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
32628         libc_cv_asm_type_prefix with %.
32629         * configure: Regenerated.
32630         * include/libc-symbols.h: Remove comment about
32631         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
32632         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
32633         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
32634         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
32635         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
32636         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
32637         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
32638         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
32639         * elf/tst-unique2mod1.c: Likewise.
32640         * elf/tst-unique1mod2.c: Likewise.
32641         * elf/tst-unique1mod1.c: Likewise.
32642         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
32643         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
32644         Replace ASM_TYPE_DIRECTIVE with .type.
32645         * sysdeps/s390/s390-64/sysdep.h: Likewise.
32646         * sysdeps/i386/sysdep.h: Likewise.
32647         * sysdeps/x86_64/sysdep.h: Likewise.
32648         * sysdeps/sh/sysdep.h: Likewise.
32649         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
32650         Do not define ASM_TYPE_DIRECTIVE.
32651         * sysdeps/powerpc/sysdep.h: Likewise.
32652         * sysdeps/powerpc/powerpc32/sysdep.h:
32653         Replace ASM_TYPE_DIRECTIVE with .type.
32654         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
32655         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
32656         * sysdeps/i386/fpu/e_powf.S: Likewise.
32657         * sysdeps/i386/fpu/e_expl.S: Likewise.
32658         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
32659         * sysdeps/i386/fpu/e_acosh.S: Likewise.
32660         * sysdeps/i386/fpu/e_pow.S: Likewise.
32661         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
32662         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
32663         * sysdeps/i386/fpu/s_expm1.S: Likewise.
32664         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
32665         * sysdeps/i386/fpu/e_log2.S: Likewise.
32666         * sysdeps/i386/fpu/e_log2l.S: Likewise.
32667         * sysdeps/i386/fpu/e_scalb.S: Likewise.
32668         * sysdeps/i386/fpu/e_powl.S: Likewise.
32669         * sysdeps/i386/fpu/e_log10f.S: Likewise.
32670         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
32671         * sysdeps/i386/fpu/e_logl.S: Likewise.
32672         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
32673         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
32674         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
32675         * sysdeps/i386/fpu/e_log2f.S: Likewise.
32676         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
32677         * sysdeps/i386/fpu/e_log.S: Likewise.
32678         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
32679         * sysdeps/i386/fpu/e_logf.S: Likewise.
32680         * sysdeps/i386/fpu/e_log10l.S: Likewise.
32681         * sysdeps/i386/fpu/e_atanh.S: Likewise.
32682         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
32683         * sysdeps/i386/fpu/e_log10.S: Likewise.
32684         * sysdeps/i386/fpu/s_frexp.S: Likewise.
32685         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
32686         * sysdeps/i386/fpu/s_asinh.S: Likewise.
32687         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
32688         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
32689         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
32690         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
32691         * sysdeps/i386/i686/strtok.S: Likewise.
32692         * sysdeps/i386/i386-mcount.S: Likewise.
32693         * sysdeps/i386/strtok.S: Likewise.
32694         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
32695         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
32696         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
32697         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
32698         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
32699         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
32700         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
32701         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
32702         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
32703         * sysdeps/x86_64/_mcount.S: Likewise.
32704         * sysdeps/x86_64/strtok.S: Likewise.
32705         * sysdeps/sh/_mcount.S: Likewise.
32707 2012-08-01  Roland McGrath  <roland@hack.frob.com>
32709         * libio/iofopen.c: Include <fcntl.h>.
32710         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
32711         (_IO_fopen64, fopen64): Define as aliases.
32712         * libio/iofopen64.c: Include <fcntl.h>.
32713         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
32714         Conditionalize body on this.
32715         * sysdeps/wordsize-64/iofopen.c: File removed.
32716         * sysdeps/wordsize-64/iofopen64.c: File removed.
32718 2012-08-01  Marek Polacek  <polacek@redhat.com>
32720         * libc/Makeconfig: Use elf in place of binfmt-subdir.
32721         Use dlfcn directly instead of a variable.
32722         (binfmt-subdir): Do not define.
32723         (dlfcn): Likewise.
32725 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
32727         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
32728         Remove all definitions.
32729         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
32730         <kernel-features.h>.
32731         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
32732         (miss_F_GETOWN_EX): Remove all definitions.
32733         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
32734         macro definition.
32735         [!__ASSUME_FCNTL64]: Remove conditional code.
32736         [__ASSUME_FCNTL64]: Make code unconditional.
32737         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
32738         <kernel-features.h>.
32739         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
32740         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
32741         (lockf64) [__NR_fcntl64]: Make code unconditional.
32742         (lockf64) [__ASSUME_FCNTL64]: Likewise.
32744         * sysdeps/unix/sysv/linux/kernel-features.h
32745         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
32746         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
32747         Make code unconditional.
32748         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
32749         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
32750         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
32751         [__NR_vfork]: Make code unconditional.
32752         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
32753         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
32754         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
32755         [__NR_vfork]: Make code unconditional.
32756         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
32757         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
32759 2012-08-01  Roland McGrath  <roland@hack.frob.com>
32761         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
32762         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
32764         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
32765         Define mkstemp64 as an alias.
32766         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
32767         Define mkstemps64 as an alias.
32768         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
32769         Define mkostemp64 as an alias.
32770         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
32771         Define mkostemps64 as an alias.
32772         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
32773         Conditionalize body on this.
32774         * misc/mkostemp64.c: Likewise.
32775         * misc/mkostemps64.c: Likewise.
32776         * misc/mkstemps64.c: Likewise.
32777         * sysdeps/wordsize-64/mkstemp64.c: File removed.
32778         * sysdeps/wordsize-64/mkostemp64.c: File removed.
32779         * sysdeps/wordsize-64/mkostemp.c: File removed.
32780         * sysdeps/wordsize-64/mkstemp.c: File removed.
32781         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
32782         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
32783         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
32784         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
32786         [BZ #14138]
32787         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
32788         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
32789         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
32790         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
32792         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
32793         compat_symbol macros from <shlib-compat.h> rather than the underlying
32794         default_symbol_version and symbol_version macros, so that DEFAULT
32795         lines in shlib-versions are respected.
32796         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
32798 2012-08-01  Florian Weimer  <fweimer@redhat.com>
32800         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
32801         Declare with warn_unused_result.
32802         (setgid, setregid, setegid, setresgid): Likewise.
32803         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
32804         Likewise.
32805         * WUR-REPORT: Remove set*id functions.
32807 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
32809         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
32811 2012-07-31  Roland McGrath  <roland@hack.frob.com>
32813         [BZ #10191]
32814         * include/sys/socket.h (__libc_accept, __libc_accept4):
32815         Add attribute_hidden.
32816         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
32818         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
32819         use of PTR_MANGLE.
32820         * inet/getnetgrent_r.c (setup): Likewise.
32822         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
32824 2012-07-31  David S. Miller  <davem@davemloft.net>
32826         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32828 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
32830         [BZ #13629]
32831         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
32832         value between 1.0 and 2.0 and smaller part has absolute value less
32833         than 1.0.
32834         * math/s_clog10.c (__clog10): Likewise.
32835         * math/s_clog10f.c (__clog10f): Likewise.
32836         * math/s_clog10l.c (__clog10l): Likewise.
32837         * math/s_clogf.c (__clogf): Likewise.
32838         * math/s_clogl.c (__clogl): Likewise.
32839         * math/libm-test.inc (clog_test): Add more tests.
32840         (clog10_test): Likewise.
32841         * sysdeps/i386/fpu/libm-test-ulps: Update.
32842         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32844 2012-07-31  Florian Weimer  <fweimer@redhat.com>
32846         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
32847         Exit with zero in case no suitable GID is found, and write a
32848         message to standard error.
32850 2012-07-30  Roland McGrath  <roland@hack.frob.com>
32852         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
32853         rather than to 1.
32854         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
32855         (MAXPATHLEN): Removed.
32856         (NOGROUP, NODEV): New macros.
32857         (setbit, clrbit, isset, isclr): New macros.
32858         (howmany, roundup, powerof2): New macros.
32859         (DEV_BSIZE): New macro.
32861         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
32862         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
32864         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
32865         definition on [!__NO_LONG_DOUBLE_MATH].
32867         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
32868         PTR_MANGLE and PTR_DEMANGLE.
32870         * socket/accept4.c (accept4): Rename to __libc_accept4.
32871         Define accept4 as a weak alias.
32873         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
32874         on [_DIRENT_HAVE_D_TYPE].
32875         * io/ftw.c (ftw_dir): Likewise.
32877         * io/xmknod.c (__xmknod): Don't check PATH for being null.
32879         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
32881         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
32882         Use the BSD numbers rather than the arbitrary ones we had.
32883         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
32884         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
32885         (SIGXCPU, SIGXFSZ): New macros.
32886         (_NSIG): Now 32.
32888         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
32889         initializer on [_LIBC_REENTRANT].
32891         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
32892         definitions inside [_POSIX_MAPPED_FILES].
32894         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
32896         * dirent/opendir.c: Include <fcntl.h>.
32898         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
32899         (__libc_getspecific): Likewise.
32900         (__libc_key_create): Likewise.
32902         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
32903         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
32904         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
32905         (tmpfile64): Define as alias.
32906         * sysdeps/wordsize-64/tmpfile.c: File removed.
32907         * sysdeps/wordsize-64/tmpfile64.c: File removed.
32908         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
32909         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
32911         * stdio-common/vfscanf.c: Include <stdbool.h>.
32912         * nss/makedb.c: Likewise.
32913         * stdio-common/_i18n_number.h: Likewise.
32914         * argp/argp-help.c: Likewise.
32915         * posix/wordexp.c: Likewise.
32916         * sysdeps/posix/spawni.c: Likewise.
32917         * nss/nss_files/files-initgroups.c: Likewise.
32918         * stdio-common/reg-modifier.c: Include <stdlib.h>.
32919         * nss/nss_files/files-initgroups.c: Likewise.
32920         * nss/nss_db/db-netgrp.c: Likewise.
32921         * nss/nss_db/db-initgroups.c: Likewise.
32922         * io/fchmodat.c: Include <sys/stat.h>.
32924         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
32925         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
32927         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
32928         [HAVE_MMAP].
32930         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
32931         Add multiple inclusion protection.
32933 2012-07-27  David S. Miller  <davem@davemloft.net>
32935         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32937 2012-07-27  Gary Benson  <gbenson@redhat.com>
32939         [BZ #14298]
32940         * elf/rtld.c: Include <stap-probe.h>.
32941         (dl_main): Added static probes "init_start" and "init_complete".
32942         * elf/dl-load.c: Include <stap-probe.h>.
32943         (lose): Take new parameter "nsid".
32944         Added static probe "map_failed".
32945         (_dl_map_object_from_fd): Pass namespace id to lose.
32946         Added static probe "map_start".
32947         (open_verify): Pass namespace id to lose.
32948         * elf/dl-open.c: Include <stap-probe.h>.
32949         (dl_open_worker) Added static probes "map_complete", "reloc_start"
32950         and "reloc_complete".
32951         * elf/dl-close.c: Include <stap-probe.h>.
32952         (_dl_close_worker): Added static probes "unmap_start" and
32953         "unmap_complete".
32954         * elf/rtld-debugger-interface.txt: New file documenting the above.
32956 2012-07-26  Roland McGrath  <roland@hack.frob.com>
32958         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
32959         rather than a string variable.
32960         * sunrpc/rpc_main.c (h_output): Likewise.
32961         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
32963 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
32965         * inet/check_native.c: New file.
32967 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
32969         [BZ #13629]
32970         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
32971         if larger part has absolute value 1.0.
32972         * math/s_clog10.c (__clog10): Likewise.
32973         * math/s_clog10f.c (__clog10f): Likewise.
32974         * math/s_clog10l.c (__clog10l): Likewise.
32975         * math/s_clogf.c (__clogf): Likewise.
32976         * math/s_clogl.c (__clogl): Likewise.
32977         * math/libm-test.inc (clog_test): Add more tests.
32978         (clog10_test): Likewise.
32979         * sysdeps/i386/fpu/libm-test-ulps: Update.
32980         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32982         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
32983         (pltexit): Likewise.
32984         (La_regs): Likewise.
32985         (La_retval): Likewise.
32986         (int_retval): Likewise.
32987         Update #error for removed macros to refer only to definitions in
32988         tst-audit.h.
32989         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
32990         macro.
32991         (pltexit): Likewise.
32992         (La_regs): Likewise.
32993         (La_retval): Likewise.
32994         (int_retval): Likewise.
32995         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
32996         macro.
32997         (pltexit): Likewise.
32998         (La_regs): Likewise.
32999         (La_retval): Likewise.
33000         (int_retval): Likewise.
33001         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
33002         macro.
33003         (pltexit): Likewise.
33004         (La_regs): Likewise.
33005         (La_retval): Likewise.
33006         (int_retval): Likewise.
33007         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
33008         macro.
33009         (pltexit): Likewise.
33010         (La_regs): Likewise.
33011         (La_retval): Likewise.
33012         (int_retval): Likewise.
33013         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
33014         macro.
33015         (pltexit): Likewise.
33016         (La_regs): Likewise.
33017         (La_retval): Likewise.
33018         (int_retval): Likewise.
33019         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
33020         macro.
33021         (pltexit): Likewise.
33022         (La_regs): Likewise.
33023         (La_retval): Likewise.
33024         (int_retval): Likewise.
33025         * sysdeps/generic/tst-audit.h: Update comment to refer only to
33026         macro definitions in tst-audit.h.
33027         * sysdeps/i386/tst-audit.h: New file.
33028         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
33029         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
33030         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
33031         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
33032         * sysdeps/sh/tst-audit.h: Likewise.
33033         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
33034         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
33035         * sysdeps/x86_64/tst-audit.h: Likewise.
33037 2012-07-26  Andreas Jaeger  <aj@suse.de>
33039         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
33040         ptrace.
33042         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
33043         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
33044         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
33045         PTRACE_O_MASK.
33046         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
33047         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
33048         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
33050         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
33051         value.
33053         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
33054         _sigsys.
33055         (si_call_addr, si_syscall, si_arch): Define new macro.
33056         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
33057         _sigsys.
33058         (si_call_addr, si_syscall, si_arch): Define new marcro.
33059         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
33060         _sigsys.
33061         (si_call_addr, si_syscall, si_arch): Define new macro.
33062         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
33063         _sigsys.
33064         (si_call_addr, si_syscall, si_arch): Define new macro.
33066 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
33068         [BZ #13717]
33069         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
33070         Change to 2.4.21 where previously 2.4.1.
33071         * sysdeps/unix/sysv/linux/configure: Regenerated.
33072         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
33073         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
33074         Linux kernel version.
33075         (__ASSUME_STD_AUXV): Remove.
33076         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
33077         kernel version.
33078         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
33079         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
33080         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
33081         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
33082         (__ASSUME_NETLINK_SUPPORT): Likewise.
33083         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
33084         (__no_netlink_support): Remove conditional definition.
33085         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
33086         Remove.
33087         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
33088         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
33089         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
33090         (if_nameindex_ioctl): Remove.
33091         (if_nameindex_netlink): Do not handle __no_netlink_support.
33092         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
33093         code.
33094         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
33095         Remove conditional code.
33096         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
33097         code.
33098         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
33099         unconditional.
33100         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
33101         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
33102         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
33103         Remove.
33104         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
33105         [!__ASSUME_STD_AUXV]: Remove conditional code.
33106         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
33107         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
33108         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
33109         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
33110         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
33111         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
33112         code.
33113         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
33114         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
33115         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
33116         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
33117         conditional code.
33118         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
33119         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
33120         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
33121         code.
33122         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
33123         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
33124         conditional code.
33125         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
33126         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
33127         code unconditional.
33128         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
33129         conditional code.
33130         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
33131         unconditional.
33132         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
33133         conditional code.
33134         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
33135         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
33136         unconditional.
33137         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
33138         conditional code.
33139         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
33140         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
33141         code unconditional.
33142         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
33143         conditional code.
33144         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
33145         unconditional.
33146         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
33147         conditional code.
33148         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
33149         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
33150         code unconditional.
33151         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
33152         conditional code.
33153         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
33154         unconditional.
33155         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
33156         conditional code.
33158 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
33160         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
33161         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
33162         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
33163         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
33164         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
33165         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
33166         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
33167         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
33168         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
33169         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
33170         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
33171         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
33172         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
33173         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
33174         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
33175         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
33176         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
33177         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
33178         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
33179         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
33180         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
33181         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
33182         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
33184 2012-07-25  Florian Weimer  <fweimer@redhat.com>
33186         * Versions.def: Add GLIBC_2.17.
33187         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
33188         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
33189         Introduce __libc_secure_getenv.
33190         * stdlib/Versions (2.17): Add secure_getenv
33191         (GLIBC_PRIVATE): Add __libc_secure_getenv.
33192         * stdlib/secure-getenv.c: Rename __secure_getenv to
33193         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
33194         symbol __secure_getenv for GLIBC_2.0.
33195         * stdlib/tst-secure-getenv.c: New.
33196         * stdlib/Makefile (tests): Add testcase.
33197         * manual/startup.texi (Environment Access): Document
33198         secure_getenv.
33199         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
33200         __libc_secure_getenv.
33201         * inet/ruserpass.c (ruserpass): Likewise.
33202         * malloc/mtrace.c (mtrace): Likewise.
33203         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
33204         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
33205         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
33206         * sysdeps/posix/tempname.c: Likewise.  Evaluate
33207         HAVE_SECURE_GETENV.
33208         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
33209         __secure_getenv to __libc_secure_getenv.
33210         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
33211         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33212         Likewise.
33213         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33214         Likewise.
33215         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
33216         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
33217         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
33218         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
33219         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
33220         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
33221         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
33223 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
33225         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
33226         (struct La_i86_retval): Likewise.
33227         (struct La_x86_64_regs): Likewise.
33228         (struct La_x86_64_retval): Likewise.
33229         (struct La_x32_regs): Likewise.
33230         (struct La_x32_retval): Likewise.
33231         (struct La_ppc32_regs): Likewise.
33232         (struct La_ppc32_retval): Likewise.
33233         (struct La_ppc64_regs): Likewise.
33234         (struct La_ppc64_retval): Likewise.
33235         (struct La_sh_regs): Likewise.
33236         (struct La_sh_retval): Likewise.
33237         (struct La_s390_32_regs): Likewise.
33238         (struct La_s390_32_retval): Likewise.
33239         (struct La_s390_64_regs): Likewise.
33240         (struct La_s390_64_retval): Likewise.
33241         (struct La_sparc32_regs): Likewise.
33242         (struct La_sparc32_retval): Likewise.
33243         (struct La_sparc64_regs): Likewise.
33244         (struct La_sparc64_retval): Likewise.
33245         (struct audit_ifaces): Remove architecture-specific pltenter and
33246         pltexit members.
33247         * sysdeps/i386/ldsodefs.h: New file.
33248         * sysdeps/powerpc/ldsodefs.h: Likewise.
33249         * sysdeps/s390/ldsodefs.h: Likewise.
33250         * sysdeps/sh/ldsodefs.h: Likewise.
33251         * sysdeps/sparc/ldsodefs.h: Likewise.
33252         * sysdeps/x86_64/ldsodefs.h: Likewise.
33254 2012-07-25  Marek Polacek  <polacek@redhat.com>
33256         [BZ #6808]
33257         * math/libm-test.inc (yn_test): Add another test.
33258         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
33259         to ERANGE when the result is +-Inf.
33260         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
33261         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
33262         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
33263         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
33265 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
33267         * conform/data/time.h-data (NULL): Use macro-constant.  Require
33268         equal to 0.
33269         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
33270         clock_t.
33271         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
33273 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
33275         * configure.in <sysdeps resolving>: Correct printing
33276         Implies_before.
33277         * configure: Regenerate.
33279 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
33281         * math/w_ilogb.c: Include <limits.h>.
33282         * math/w_ilogbl.c: Likewise.
33284 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
33286         * manual/lang.texi (__va_copy): Document primarily as ISO C99
33287         va_copy.  Document allowing for unavailable va_copy only as
33288         pre-C99 compatibility.
33289         * manual/string.texi (Copying and Concatenation): Use va_copy
33290         instead of __va_copy in concat example.
33292 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
33294         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
33295         (__sendto): Use create_address_port.  Initialize APORT and deallocate
33296         it if not null.
33298         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
33299         with O_NOLINK passed to __file_name_lookup.
33301         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
33302         with O_NOLINK passed to __file_name_lookup.
33304         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
33305         negative N or less than NGIDS.
33307         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
33308         type to string_t.  Set ERANGE as errno and return it if NAME is not big
33309         enough.  Use memcpy instead of strncpy.
33311 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
33313         * elf/Makefile (check-data): Remove.
33314         (localplt.data): New vpath directive.
33315         ($(objpfx)check-localplt.out): Use localplt.data from vpath
33316         instead of $(check-data).
33317         * scripts/data/localplt-generic.data: Move to ...
33318         * sysdeps/generic/localplt.data: ... here.
33319         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
33320         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
33321         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
33322         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
33323         ... here.
33324         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
33325         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
33326         ... here.
33327         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
33328         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
33329         ... here.
33330         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
33331         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
33332         ... here.
33333         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
33334         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
33335         ... here.
33336         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
33337         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
33338         ... here.
33340 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
33342         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
33343         PPC32 and PPC64 files.
33344         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
33345         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
33347 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
33349         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
33350         __makecontext_ret to ...
33351         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
33352         ... here and call exit if uc_link is NULL.  New file.
33353         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
33354         __makecontext_ret.S.
33355         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
33356         __makecontext_ret to ...
33357         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
33358         ... here and call exit if uc_link is NULL.  New file.
33359         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
33360         __makecontext_ret.S.
33362 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
33364         * elf/elf.h (R_390_IRELATIVE): New definition.
33365         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
33366         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
33367         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
33368         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
33369         (elf_machine_lazy_rel): Likewise.
33370         * sysdeps/s390/dl-irel.h: New file.
33371         * sysdeps/s390/s390-64/memcpy.S: New asm code.
33372         * sysdeps/s390/s390-64/memset.S: New asm code.
33373         * sysdeps/s390/s390-64/memcmp.S: New asm code.
33374         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
33375         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
33376         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
33377         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
33378         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
33379         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
33380         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
33381         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
33382         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
33383         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
33384         * sysdeps/s390/s390-32/memcpy.S: New asm code.
33385         * sysdeps/s390/s390-32/memset.S: New asm code.
33386         * sysdeps/s390/s390-32/memcmp.S: New asm code.
33388 2012-07-17  Marek Polacek  <polacek@redhat.com>
33390         [BZ #14349]
33391         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
33392         * sysdeps/s390/s390-64/configure.in: Likewise.
33393         * sysdeps/sparc/configure.in: Likewise.
33394         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
33395         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
33396         * sysdeps/i386/configure.in: Likewise.
33397         * sysdeps/x86_64/configure.in: Likewise.
33398         * sysdeps/sh/configure.in: Likewise.
33399         * sysdeps/s390/s390-32/configure: Regenerated.
33400         * sysdeps/s390/s390-64/configure: Likewise.
33401         * sysdeps/x86_64/configure: Likewise.
33402         * sysdeps/sh/configure: Likewise.
33403         * sysdeps/powerpc/powerpc64/configure: Likewise.
33404         * sysdeps/powerpc/powerpc32/configure: Likewise.
33405         * sysdeps/sparc/configure: Likwise.
33406         * sysdeps/i386/configure: Likewise.
33408         * elf/dl-open.c: Comment fixes.
33410 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
33412         * Makefile [CXX] (check-data): Remove.
33413         [CXX] (c++-types.data): New vpath directive.
33414         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
33415         vpath.  Do not allow for C++ type data being missing.
33416         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
33417         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
33418         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
33419         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
33420         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
33421         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
33422         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
33423         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
33424         ... here.
33425         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
33426         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
33427         ... here.
33428         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
33429         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
33430         ... here.
33431         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
33432         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
33433         ... here.
33434         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
33435         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
33436         ... here.
33437         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
33438         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
33439         ... here.
33440         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
33441         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
33442         ... here.
33443         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
33444         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
33446         * elf/tls-macros.h (TLS_LE): Move architecture-specific
33447         definitions to architecture-specific files.
33448         (TLS_IE): Likewise.
33449         (TLS_LD): Likewise.
33450         (TLS_GD): Likewise.
33451         * sysdeps/i386/tls-macros.h: New file.
33452         * sysdeps/powerpc/tls-macros.h: Likewise.
33453         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
33454         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
33455         * sysdeps/sh/tls-macros.h: Likewise.
33456         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
33457         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
33458         * sysdeps/x86_64/tls-macros.h: Likewise.
33460 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
33462         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
33463         zero value for regular exit case.
33465         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
33466         (__start_context): Preserve zero value for regular exit case.
33468 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
33469             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
33471         * manual/setjmp.texi (setcontext): Clarify normal process
33472         termination when uc_link is the null pointer.
33473         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
33474         exit call.
33476 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
33478         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
33479         preprocessor.  Test for each exception mask separately.
33481 2012-07-16  Andreas Jaeger  <aj@suse.de>
33483         * po/ru.po: Update from translation team.
33485 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
33487         * conform/data/string.h-data (NULL): Use macro-constant.  Require
33488         equal to 0.
33489         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
33490         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
33491         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
33492         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
33493         [ISO || ISO99 || ISO11] (*_t): Do not allow.
33495 2012-07-13  Andreas Jaeger  <aj@suse.de>
33497         * po/fr.po: Update from translation team.
33499 2012-07-12  Marek Polacek  <polacek@redhat.com>
33501         [BZ #14173]
33502         * math/libm-test.inc (yn_test): Add test for BZ #14173.
33503         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
33504         loop condition.
33506 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
33508         [BZ #13717]
33509         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
33510         Change to 2.4.1 where previously 2.4.0.
33511         * sysdeps/unix/sysv/linux/configure: Regenerated.
33512         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
33513         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
33514         version.
33515         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
33516         (__ASSUME_AT_CLKTCK): Remove.
33517         (__ASSUME_AT_PAGESIZE): Likewise.
33518         (__ASSUME_AT_XID): Likewise.
33519         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
33520         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
33521         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
33522         unconditionally.
33523         (HAVE_AUX_PAGESIZE): Likewise.
33524         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
33525         [__ASSUME_AT_CLKTCK]: Make code unconditional.
33526         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
33528 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
33530         [BZ #14307]
33531         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
33532         the temporary buffer used to invoke __gethostbyname2_r,
33533         __gethostbyaddr_r and gethostbyname4_r to make room for struct
33534         host_data / struct gaih_addrtuple.
33535         * resolv/nss_dns/dns-host.c (global scope): Move definition of
33536         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
33537         header file nss/nsswitch.h.
33538         * nss/nsswitch.h (global scope): Add definition of implementation
33539         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
33540         resolv/nss_dns/dns-host.c).
33542 2012-07-11  Andreas Jaeger  <aj@suse.de>
33544         * po/fr.po: Update from translation team.
33546         * po/sv.po: Update from translation team
33547         * po/fr.po: Another update from translation team.
33549 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
33551         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
33552         for subnormals or multiply small sinh result by itself.
33553         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
33554         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
33556 2012-07-11  David S. Miller  <davem@davemloft.net>
33558         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33560 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
33562         [BZ #14347]
33563         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
33564         (INTERNAL_MARK): Shift it here.
33566 2012-07-10  Marek Polacek  <polacek@redhat.com>
33568         [BZ #14151]
33569         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
33570         libc_cv_asm_global_directive with .globl.
33571         * configure: Regenerated.
33572         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
33573         with .globl.
33574         * sysdeps/i386/configure: Regenerated.
33575         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
33576         with .globl.
33577         * sysdeps/x86_64/configure: Regenerated.
33578         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
33579         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
33580         * elf/tst-unique2mod2.c: Likewise.
33581         * elf/tst-unique2mod1.c: Likewise.
33582         * elf/tst-unique1mod2.c: Likewise.
33583         * elf/tst-unique1mod1.c: Likewise.
33584         * sysdeps/s390/s390-32/sysdep.h: Likewise.
33585         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
33586         * sysdeps/s390/s390-64/sysdep.h: Likewise.
33587         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
33588         * sysdeps/mach/sysdep.h: Likewise.
33589         * sysdeps/i386/sysdep.h: Likewise.
33590         * sysdeps/i386/i386-mcount.S: Likewise.
33591         * sysdeps/x86_64/_mcount.S: Likewise.
33592         * sysdeps/x86_64/sysdep.h: Likewise.
33593         * sysdeps/sh/_mcount.S: Likewise.
33594         * sysdeps/sh/sysdep.h: Likewise.
33595         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
33596         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
33597         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
33598         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
33599         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
33600         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
33601         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
33602         * locale/localeinfo.h: Likewise.
33603         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
33604         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
33606 2012-07-09  Roland McGrath  <roland@hack.frob.com>
33608         [BZ #14336]
33609         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
33610         system".
33611         * manual/message.texi (The Uniforum approach): Likewise.
33612         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
33613         (glibc iconv Implementation): Likewise.
33615 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
33617         [BZ #14337]
33618         * math/s_clog.c (__clog): Avoid scaling a value down where that
33619         could result in underflow.
33620         * math/s_clog10.c (__clog10): Likewise.
33621         * math/s_clog10f.c (__clog10f): Likewise.
33622         * math/s_clog10l.c (__clog10l): Likewise.
33623         * math/s_clogf.c (__clogf): Likewise.
33624         * math/s_clogl.c (__clogl): Likewise.
33625         * math/libm-test.inc (clog_test): Add more tests.
33626         (clog10_test): Likewise.
33627         * sysdeps/i386/fpu/libm-test-ulps: Update.
33628         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33630 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
33632         [BZ #14283]
33633         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
33634         by 7 not 8 to examine high bit of fractional part.
33636         [BZ #14042]
33637         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
33638         for call to __mcount_internal.
33639         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
33640         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
33641         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
33643 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
33645         [BZ #14154]
33646         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
33647         approximation for values within 0x1p-13f of an odd multiple of
33648         pi/4.
33649         * math/libm-test.inc (tan_test): Do not allow spurious underflow
33650         exception.  Add more tests.
33651         * sysdeps/i386/fpu/libm-test-ulps: Update.
33653         [BZ #6778]
33654         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
33655         inputs and return -1 for them.  Do not check for +Inf in case not
33656         reachable for +Inf.
33657         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
33658         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
33659         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
33660         and return -1 for them.  Do not check for +Inf in case not
33661         reachable for +Inf.
33662         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
33663         define.
33664         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
33665         and return -1 for them.  Do not check for +Inf in case not
33666         reachable for +Inf.
33667         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
33668         spurious underflow.
33669         * sysdeps/i386/fpu/libm-test-ulps: Update.
33670         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33672 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
33674         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
33676 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
33678         [BZ #14157]
33679         [BZ #14331]
33680         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
33681         could result in spurious underflow.  Scale down values above
33682         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
33683         * math/s_csqrtf.c (__csqrtf): Likewise.
33684         * math/s_csqrtl.c (__csqrtl): Likewise.
33685         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
33686         spurious underflow.
33687         * sysdeps/i386/fpu/libm-test-ulps: Update.
33688         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33690 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
33692         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
33693         xopen-msg.sed.
33694         * catgets/xopen-msg.awk: New file.
33695         * catgets/xopen-msg.sed: Removed.
33697         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
33698         po2text.sed.
33699         * intl/po2test.awk: New file.
33700         * intl/po2test.sed: Removed.
33702 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
33704         [BZ #14328]
33705         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
33706         or multiply small sinh result by itself.
33707         * math/s_ctanf.c (__ctanf): Likewise.
33708         * math/s_ctanh.c (__ctanh): Likewise.
33709         * math/s_ctanhf.c (__ctanhf): Likewise.
33710         * math/s_ctanhl.c (__ctanhl): Likewise.
33711         * math/s_ctanl.c (__ctanl): Likewise.
33712         * math/libm-test.inc (ctan_test_tonearest): New function.
33713         (ctan_test_towardzero): Likewise.
33714         (ctan_test_downward): Likewise.
33715         (ctan_test_upward): Likewise.
33716         (ctanh_test_tonearest): Likewise.
33717         (ctanh_test_towardzero): Likewise.
33718         (ctanh_test_downward): Likewise.
33719         (ctanh_test_upward): Likewise.
33720         (main): Call these new functions.
33721         * sysdeps/i386/fpu/libm-test-ulps: Update.
33722         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33724 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
33726         * .gitignore: Delete /ports entry.
33728 2012-07-03  Andreas Jaeger  <aj@suse.de>
33730         * po/bg.po: Update from translation team.
33731         * po/cs.po: Likewise.
33732         * po/de.po: Likewise.
33733         * po/hr.po: Likewise.
33734         * po/nl.pl: Likewise.
33735         * po/pl.po: Likewise.
33736         * po/vi.po: Likewise.
33738 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
33740         * Makeconfig [!+link] (+link-before-libc): New variable.
33741         [!+link] (+link-after-libc): Likewise.
33742         [!+link] (+link-tests): Likewise.
33743         [!+link] (+link): Define in terms of $(+link-before-libc) and
33744         $(+link-after-libc).
33745         [!+link-static] (+link-static-before-libc): New variable.
33746         [!+link-static] (+link-static-after-libc): Likewise.
33747         [!+link-static] (+link-static-tests): Likewise.
33748         [!+link-static] (+link-static): Define in terms of
33749         $(+link-static-before-libc) and $(+link-static-after-libc).
33750         [build-shared] (link-libc-before-gnulib): New variable.
33751         [build-shared] (link-libc-tests): Likewise.
33752         [build-shared] (link-libc): Define in terms of
33753         $(link-libc-before-gnulib).
33754         [!build-shared] (link-libc-tests): New variable.
33755         (link-libc-static-tests): New variable.
33756         [!gnulib] (gnulib-arch): New variable.
33757         [!gnulib] (gnulib-tests): Likewise.
33758         [!gnulib] (static-gnulib-arch): Likewise.
33759         [!gnulib] (static-gnulib-tests): Likewise.
33760         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
33761         Define with "=" instead of ":=".
33762         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
33763         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
33764         * Rules (binaries-all-notests): New variable.
33765         (binaries-all-tests): Likewise.
33766         (binaries-static-notests): Likewise.
33767         (binaries-static-tests): Likewise.
33768         (binaries-all): Define using $(binaries-all-notests) and
33769         $(binaries-all-tests).
33770         (binaries-static): Define using $(binaries-static-notests) and
33771         $(binaries-static-tests).
33772         (binaries-shared-tests): New variable.
33773         (binaries-shared-notests): Likewise.
33774         (binaries-shared): Remove variable.
33775         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
33776         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
33777         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
33778         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
33779         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
33780         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
33781         * elf/Makefile (sln-modules): New variable.
33782         (extra-objs): Add $(sln-modules:=.o).
33783         (ldconfig-modules): Add static-stubs.
33784         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
33785         * elf/static-stubs.c: New file.
33787         [BZ #14283]
33788         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
33789         by 7 not 8 to examine high bit of fractional part.  Use volatile
33790         variables when splitting into final array of floats if
33791         __FLT_EVAL_METHOD__ != 0.
33792         * math/libm-test.inc (cos_test): Add another test.
33793         (sin_test): Likewise.
33794         * sysdeps/i386/fpu/libm-test-ulps: Update.
33796         [BZ #14273]
33797         * math/libm-test.inc (cosh_test): Add more tests.
33799         * version.h (RELEASE): Set to "development".
33800         (VERSION): Set to "2.16.90".
33802 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
33804         * NEWS: Update copyright. Remove last-updated date.
33805         Mention math library bug fixes and timezone data changes.
33806         * README: Mention GNU/Hurd, x32, and HPPA support status.
33808 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
33810         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
33812 2012-06-27  Andreas Jaeger  <aj@suse.de>
33814         * manual/contrib.texi (Contributors): Add Samuel Thibault.
33816 2012-06-25  Andreas Jaeger  <aj@suse.de>
33818         * sysdeps/s390/fpu/libm-test-ulps: Update.
33820 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
33821             Thomas Schwinge  <thomas@codesourcery.com>
33823         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
33824         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
33825         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
33826         fanotify_mark.
33828 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
33830         * sysdeps/mach/start.c: Remove file.
33831         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
33832         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
33833         * sysdeps/sh/init-first.c: Likewise.
33835         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
33836         registers for frame unwinding purposes, add CFI directives.
33837         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
33838         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
33839         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
33840         Likewise.
33842         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
33843         __fortify_fail returning.
33844         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
33846         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
33847         sysdeps/sh/____longjmp_chk.S.
33848         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
33849         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
33850         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
33851         (gen-as-const-headers): Append sigaltstack-offsets.sym.
33853         * sysdeps/sh/abort-instr.h: New file.
33854         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
33855         process in case exit returns.
33857         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
33858         initialize the GOT register before use.
33860         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
33861         calculation of ARGC > 4.
33863         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
33864         meaningful names to some local labels.
33866 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
33867             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
33869         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
33870         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
33871         (__arch_compare_and_exchange_val_16_acq): Likewise.
33872         (__arch_compare_and_exchange_val_32_acq): Likewise.
33873         (atomic_exchange_and_add): Fix gUSA sequence.
33874         (atomic_add): Likewise.
33875         (atomic_add_negative): Likewise.
33876         (atomic_add_zero): Likewise.
33877         (atomic_bit_test_set): Likewise.
33879 2012-06-22  Andreas Schwab  <schwab@redhat.com>
33881         [BZ #13579]
33882         * include/link.h (struct link_map): Add l_free_initfini.
33883         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
33884         l_initfini.
33885         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
33886         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
33887         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
33888         set.
33890 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
33892         * configure.in: Use AC_LANG_SOURCE.
33893         * configure: Regenerate.
33895 2012-06-22  Roland McGrath  <roland@hack.frob.com>
33897         * configure.in (libc_cv_localstatedir): New substituted variable.
33898         * configure: Regenerated.
33899         * config.make.in (localstatedir): New variable, substituted from
33900         libc_cv_localstatedir.
33901         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
33902         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
33903         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
33904         * sysdeps/gnu/configure: Regenerated.
33906 2012-06-21  Jeff Law  <law@redhat.com>
33908         [BZ #14277]
33909         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
33910         free.  Simplify list management for _LIBC case.
33912 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
33914         [BZ #14273]
33915         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
33916         Clear sign bit of 64-bit integer value before comparing against
33917         overflow value.
33919         * sysdeps/mach/configure: Regenerated.
33921 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
33923         [BZ #14278]
33924         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
33926 2012-06-21  Jeff Law  <law@redhat.com>
33928         [BZ #13882]
33929         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
33930         uint16_t for elements in the "seen" array to avoid char overflows.
33931         * elf/dl-fini.c (_dl_sort_fini): Likewise.
33932         * elf/dl-open.c (dl_open_worker): Likewise.
33934 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
33936         * scripts/list-sources.sh: Scan PORTS for translations.
33937         * po/libc.pot: Regenerated.
33939 2012-06-21  Andreas Jaeger  <aj@suse.de>
33941         [BZ #12194]
33942         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
33943         warning.
33944         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
33945         * bits/byteswap-16.h (__bswap_16): Likewise.
33946         * bits/byteswap.h (__bswap_constant_16): Likewise.
33948 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
33950         [BZ #14117]
33951         * sysdeps/i386/fpu_control.h: Removed.
33952         * sysdeps/x86_64/fpu_control.h: Moved to ...
33953         * sysdeps/x86/fpu_control.h: Here.
33955         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
33956         (_FPU_SETCW): Likewise.
33958 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
33960         [BZ #14117]
33961         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
33962         * sysdeps/x86/fpu/bits/mathinline.h: This.
33963         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
33965         [BZ #14050]
33966         [BZ #14117]
33967         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
33968         functions if __x86_64__ is defined.
33970 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
33972         * string/endian.h: Add !__ASSEMBLER__ condition for including
33973         conversion interfaces.
33975 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
33977         [BZ #14241]
33978         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
33979         of ABS(x) in calculating zero to negative powers other than odd
33980         integers.
33981         * math/libm-test.inc (pow_test): Add more tests.
33983 2012-06-15  Andreas Jaeger  <aj@suse.de>
33985         * manual/contrib.texi (Contributors): Update entry of Liubov
33986         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
33987         Machado Filho.
33989 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
33991         * string/string.h: Add __wur to GNU version of strerror_r.
33993 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
33995         [BZ #14229]
33996         * string/Makefile (tests): Add tst-strtok_r.
33997         * string/tst-strtok_r.c: New file.
33998         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
33999         RAX_LP/RDX_LP on SAVE_PTR.
34001 2012-06-14  Roland McGrath  <roland@hack.frob.com>
34003         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
34005 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
34007         * libm_test.inc (csqrt_test): Allow more spurious underflow
34008         exceptions.
34009         (j0_test): Likewise.
34010         (j1_test): Likewise.
34011         (y0_test): Likewise.
34012         (y1_test): Likewise.
34014 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
34016         * po/Makefile (libc.pot): Use UTF-8 charset.
34018 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
34020         [BZ #14210]
34021         Suppress sign-conversion warning from FD_SET.
34022         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
34023         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
34024         not unsigned long int.
34025         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
34027 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
34029         [BZ #14050]
34030         [BZ #14117]
34031         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
34032         __extern_always_inline instead of __extern_inline.
34033         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
34034         (__signbit): Likewise.
34035         (__signbitl): Support C++ namespace.
34036         (lrintf): New inline function.
34037         (lrint): Likewise.
34038         (llrintf): Likewise.
34039         (llrint): Likewise.
34040         (fmaxf): Likewise.
34041         (fmax): Likewise.
34042         (fminf): Likewise.
34043         (fmin): Likewise.
34044         (rint): Likewise.
34045         (rintf): Likewise.
34046         (ceil): Likewise.
34047         (ceilf): Likewise.
34048         (floor): Likewise.
34049         (floorf): Likewise.
34050         (nearbyint): Likewise.
34051         (nearbyintf): Likewise.
34053 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
34055         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
34056         non-default versions.
34058 2012-06-11  Roland McGrath  <roland@hack.frob.com>
34060         [BZ #14218]
34061         * manual/argp.texi (Argp): Reword argp_parse description slightly.
34063 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
34065         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
34066         (FE_UPWARD, FE_DOWNWARD): Don't define.
34067         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
34068         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
34070         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
34071         reading it.
34072         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
34073         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
34075 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
34077         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
34078         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
34079         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
34080         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
34082 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
34084         [BZ #14117]
34085         * sysdeps/i386/fpu/bits/fenv.h: Removed.
34086         * sysdeps/i386/fpu/Implies: New file.
34087         * sysdeps/x86_64/fpu/Implies: Likewise.
34088         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
34089         * sysdeps/x86/fpu/bits/fenv.h: This.
34091         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
34092         __SSE_MATH__.
34094 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
34096         [BZ #14134]
34097         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
34098         character 0xffff that matches the last element of the
34099         conversion table.
34101 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34103         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
34104         fmodl commit.
34106 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34108         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
34109         values higher than 25.6283.
34111 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34113         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
34114         subnormal exponent extraction and add some __builtin_expect.
34115         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
34116         Fix for subnormal mantissa calculation.
34118 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
34120         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
34121         cpu2 is -1 and errno is not ENOSYS.
34123 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
34125         [BZ #14117]
34126         * sysdeps/i386/i486/bits/string.h: Renamed to ...
34127         * sysdeps/x86/bits/string.h: This.
34128         * sysdeps/x86_64/bits/string.h: Removed.
34130         * sysdeps/i386/i486/bits/string.h: Define inline functions only
34131         if not compiling for x86-64, but compiling for >= i486.
34133         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
34134         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
34136         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
34137         New macro from Linux kernel 3.4.0.
34138         (FP_XSTATE_MAGIC2): Likewise.
34139         (FP_XSTATE_MAGIC2_SIZE): Likewise.
34140         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
34141         (struct _fpx_sw_bytes): New struct.
34142         (struct _xsave_hdr): Likewise.
34143         (struct _ymmh_state): Likewise.
34144         (struct _xstate): Likewise.
34146         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
34147         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
34148         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
34149         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
34150         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
34151         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
34153         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
34154         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
34155         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
34156         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
34157         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
34158         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
34160 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
34162         [BZ #13743]
34163         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
34164         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
34165         (sysdep_headers): Include sys/platform/ppc.h.
34166         * sysdeps/powerpc/test-gettimebase.c: Test for
34167         __ppc_get_timebase() to catch future ISA opcode/insn changes.
34168         * manual/Makefile (appendices): Include platform.texi.
34169         * manual/contrib.texi (Contributors): Update @node pointers.
34170         * manual/maint.texi (Maintenance): Likewise.
34171         (Platform): New node.
34172         * manual/platform.texi: New file.  Document the new features.
34174 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
34175             Jakub Jelinek  <jakub@redhat.com>
34177         [BZ #14188]
34178         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
34179         where __builtin_expect is unavailable.
34181 2012-06-03  David S. Miller  <davem@davemloft.net>
34183         * stdlib/longlong.h: Updated from GCC.
34185 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
34187         [BZ #14042]
34188         * sysdeps/powerpc/powerpc32/mcount.c: New file.
34189         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
34190         __mcount_internal.
34191         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
34192         (GLIBC_2.16): Likewise.
34194 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
34196         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
34198 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
34200         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
34201         (default-abi): New variable.
34202         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
34203         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
34204         variable.
34205         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
34206         Likewise.
34207         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
34208         Likewise.
34209         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
34210         Likewise.
34212         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
34213         definition.  Document in comment.
34215 2012-06-01  David S. Miller  <davem@davemloft.net>
34217         * stdlib/longlong.h: Updated from GCC.
34219 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
34221         [BZ #14117]
34222         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
34223         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
34224         sys/debugreg.h sys/io.h here.
34225         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
34226         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
34227         sys/io.h.
34228         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
34229         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
34230         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
34231         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
34232         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
34233         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
34235         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
34236         Define only if __x86_64__ is defined.
34238 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
34240         [BZ #14048]
34241         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
34242         Use int64_t for variable i.
34243         * math/libm-test.inc (fmod_test): Add more tests.
34245         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
34246         z computation is not scheduled after fetestexcept.
34247         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
34248         Use math_force_eval instead of asm to ensure calculation scheduled
34249         before exception test.
34250         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
34251         Ensure a1 + u.d computation is not scheduled after fetestexcept.
34253 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
34255         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
34256         computation is not scheduled after fetestexcept.
34258 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
34260         [BZ #14117]
34261         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
34262         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
34264 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34266         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
34267         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
34269 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
34271         [BZ #14117]
34272         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
34273         <bits/wordsize.h>.
34274         (__WCHAR_MIN): Support __WORDSIZE == 64.
34275         (__WCHAR_MAX): Likewise.
34277         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
34278         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
34280         [BZ #14183]
34281         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
34282         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
34284         [BZ #14117]
34285         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
34286         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
34288         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
34289         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
34291         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
34292         Defined to 1 if __x86_64__ isn't defined.
34293         (_STAT_VER_LINUX_OLD): New.
34294         (st_atime): Remove duplicate.
34295         (st_mtime): Likewise.
34296         (st_ctime): Likewise.
34298 2012-05-31  David S. Miller  <davem@davemloft.net>
34300         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
34301         entries.
34303 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
34305         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
34306         gen-libm-test.pl.
34308         [BZ #14132]
34309         * elf/dl-reloc.c: Include <_itoa.h>.
34310         (_dl_reloc_bad_type): Remove use of INTUSE.
34311         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
34312         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
34313         * stdio-common/psiginfo.c (psiginfo): Likewise.
34314         * stdio-common/psignal.c (psignal): Likewise.
34315         * string/strsignal.c (strsignal): Likewise.
34316         * include/signal.h (_sys_siglist): Declare hidden proto.
34317         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
34318         INTVARDEF with libc_hidden_data_def.
34319         * stdio-common/itoa-udigits.c: Likewise.
34320         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
34321         (_itoa_lower_digits_internal): Remove declaration.
34322         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
34323         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
34324         (_sys_sigabbrev_internal): Remove aliases.
34325         (_sys_siglist): Define hidden alias.
34327 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
34329         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
34330         bits/sysctl.h.
34332 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
34334         [BZ #14117]
34335         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
34336         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
34338         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
34339         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
34340         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
34341         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
34342         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
34343         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
34345         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
34346         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
34347         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
34349         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
34350         with __addr.
34351         (insw): Likewise.
34352         (insl): Likewise.
34353         (outsb): Likewise.
34354         (outsw): Likewise.
34355         (outsl): Likewise.
34357         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
34358         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
34359         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
34361         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
34362         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
34363         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
34364         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
34365         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
34366         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
34368         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
34369         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
34371         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
34372         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
34374         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
34375         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
34376         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
34378         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
34379         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
34380         to ...
34381         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
34383         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
34384         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
34385         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
34387         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
34388         for x86-64.
34389         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
34391 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
34393         * math/math.h (M_El): Use two more decimal places.
34394         (M_LOG2El): Likewise.
34395         (M_LOG10El): Likewise.
34396         (M_LN2l): Likewise.
34397         (M_LN10l): Likewise.
34398         (M_PIl): Likewise.
34399         (M_PI_2l): Likewise.
34400         (M_PI_4l): Likewise.
34401         (M_1_PIl): Likewise.
34402         (M_2_PIl): Likewise.
34403         (M_2_SQRTPIl): Likewise.
34404         (M_SQRT2l): Likewise.
34405         (M_SQRT1_2l): Likewise.
34407 2012-05-31  David S. Miller  <davem@davemloft.net>
34409         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
34410         values between float registers.
34411         * sysdeps/sparc/sparc64/memset.S: Likewise.
34412         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
34414 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
34416         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
34417         -D_FORTIFY_SOURCE=1.
34418         (CPPFLAGS-tst-longjmp_chk.c): Define.
34419         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
34420         (CPPFLAGS-tst-longjmp_chk2.c): Define.
34421         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
34422         CFLAGS-tst-wchar-h.c.
34424 2012-05-31  Marek Polacek  <polacek@redhat.com>
34426         [BZ #14132]
34427         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
34428         __endmntent_internal): Remove declaration.
34429         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
34430         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
34431         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
34433 2012-05-30  David S. Miller  <davem@davemloft.net>
34435         * sysdeps/sparc/sparc32/soft-fp/q_util.c
34436         (___Q_simulate_exceptions): Use real FP ops rather than writing
34437         into the %fsr.
34438         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
34439         Likewise.
34441 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
34443         [BZ #14117]
34444         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
34445         * sysdeps/x86/bits/xtitypes.h: This.
34447         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
34448         * sysdeps/x86/bits/wordsize.h: This.
34450         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
34451         * sysdeps/x86/bits/huge_vall.h: This.
34453         * sysdeps/i386/bits/select.h: Removed.
34454         * sysdeps/x86_64/bits/select.h: Renamed to ...
34455         * sysdeps/x86/bits/select.h: This.
34457         * sysdeps/i386/bits/setjmp.h: Removed.
34458         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
34459         * sysdeps/x86/bits/setjmp.h: This.
34461         * sysdeps/i386/bits/mathdef.h: Removed.
34462         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
34463         * sysdeps/x86/bits/mathdef.h: This.
34465 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
34467         [BZ #14132]
34468         * include/sys/socket.h (__connect_internal)
34469         (__libc_sa_len_internal): Remove declaration.
34470         (__connect, __libc_sa_len): Declare hidden_proto.
34471         (SA_LEN): Remove use of INTUSE.
34472         * socket/connect.c: Add libc_hidden_def.
34473         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
34474         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
34475         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
34476         alias.
34477         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
34478         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
34479         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
34480         of adding _internal alias.
34482 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
34484         [BZ #14117]
34485         * sysdeps/i386/bits/link.h: Removed.
34486         * sysdeps/i386/bits/linkmap.h: Likewise.
34487         * sysdeps/x86_64/bits/link.h: Renamed to ...
34488         * sysdeps/x86/bits/link.h: This.
34489         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
34490         * sysdeps/x86/bits/linkmap.h: This.
34492         * sysdeps/i386/bits/endian.h: Removed.
34493         * sysdeps/x86_64/bits/endian.h: Renamed to ...
34494         * sysdeps/x86/bits/endian.h: This.
34496         * sysdeps/i386/bits/byteswap.h: Removed.
34497         * sysdeps/i386/bits/byteswap-16.h: Likewise.
34498         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
34499         * sysdeps/x86/bits/byteswap.h: This.
34500         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
34501         * sysdeps/x86/bits/byteswap-16.h: This.
34502         * sysdeps/i386/Implies: Add x86.
34503         * sysdeps/x86_64/Implies: Likewise.
34505 2012-05-30  David S. Miller  <davem@davemloft.net>
34507         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
34508         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
34509         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
34510         (FP_TRAPPING_EXCEPTIONS): Define.
34511         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
34512         (FP_TRAPPING_EXCEPTIONS): Define.
34513         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
34514         subnormals only when inexact has been signalled or underflow
34515         exceptions are enabled.
34516         (_FP_PACK_CANONICAL): Likewise.
34518 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
34520         [BZ #14183]
34521         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
34522         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
34524 2012-05-30  Richard Henderson  <rth@twiddle.net>
34526         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
34527         with #ifndef NOT_IN_libc.
34529         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
34530         marked to avoid plt entry.
34532 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
34534         [BZ #14112]
34535         * Makeconfig (default-abi): New macro.
34536         (abi-includes): Likewise.
34537         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
34538         $(abi-$(default-abi)-lib-soname) for soname if defined.
34539         ($(common-objpfx)gnu/lib-names.stmp): Generate from
34540         abi-variants.
34541         * Makefile (installed-stubs): Likewise.
34542         * include/stubs-biarch.h: Removed.
34543         * scripts/lib-names.awk: Only handle one library at a time.
34544         * scripts/soversions.awk: Remove WORDSIZE support.
34545         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
34546         entries.
34547         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
34548         Removed.
34549         (syscall-list-default-condition): Likewise.
34550         (syscall-list-default-condition): Likewise.
34551         (syscall-list-includes): Likewise.
34552         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
34553         syscall-list-* with abi-*.  Handle undefined abi-variants.
34554         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
34555         * sysdeps/unix/sysv/linux/i386/Implies: New file.
34556         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
34557         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
34558         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
34559         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
34560         Removed.
34561         (syscall-list-32-options): Likewise.
34562         (syscall-list-32-condition): Likewise.
34563         (syscall-list-64-options): Likewise.
34564         (syscall-list-64-condition): Likewise.
34565         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
34566         macro.
34567         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
34568         Renamed to ...
34569         (abi-*): This.
34570         (abi-64-ld-soname): New macro.
34571         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
34572         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
34573         Renamed to ...
34574         (abi-*): This.
34575         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
34576         * sysdeps/x86_64/x32/shlib-versions: Likewise.
34578 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
34580         * sysdeps/unix/sysv/linux/kernel-features.h
34581         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
34582         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
34583         include <kernel-features.h>.
34584         [!__NR_ftruncate64]: Remove conditional code.
34585         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
34586         [__NR_ftruncate64]: Make code unconditional.
34587         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
34588         * sysdeps/unix/sysv/linux/truncate64.c: Do not
34589         include <kernel-features.h>.
34590         [!__NR_ftruncate64]: Remove conditional code.
34591         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
34592         [__NR_ftruncate64]: Make code unconditional.
34593         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
34594         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
34595         include <kernel-features.h>.
34596         [!__NR_ftruncate64]: Remove conditional code.
34597         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
34598         [__NR_ftruncate64]: Make code unconditional.
34599         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
34600         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
34601         include <kernel-features.h>.
34602         [!__NR_ftruncate64]: Remove conditional code.
34603         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
34604         [__NR_ftruncate64]: Make code unconditional.
34605         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
34607         * configure.in (libc_cv_fpie): Weaken to a compile test using
34608         LIBC_TRY_CC_OPTION.
34609         * configure: Regenerated.
34611 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
34613         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
34614         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
34615         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
34616         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
34617         Refreshed.
34618         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
34619         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
34620         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
34621         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
34622         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
34623         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
34624         Refreshed.
34626 2012-05-27  David S. Miller  <davem@davemloft.net>
34628         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
34629         (___Q_zero): New.
34630         (__Q_simulate_exceptions): Return void.  Change to simulate
34631         exceptions by writing into the %fsr.
34632         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
34633         (__Qp_handle_exceptions): Likewise.
34634         (numbers): Delete.
34635         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
34636         __Qp_handle_exceptions.
34637         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
34638         __Qp_handle_exceptions.
34639         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
34640         as unused and give dummy FP_RND_NEAREST initializer.
34641         (FP_INHIBIT_RESULTS): Define.
34642         (___Q_simulate_exceptions): Update declaration.
34643         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
34644         formatting.
34645         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
34646         as unused and give dummy FP_RND_NEAREST initializer.
34647         (__Qp_handle_exceptions): Update declaration.
34648         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
34649         formatting.
34651 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
34653         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
34654         the temporary FPU control word.
34655         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
34656         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
34657         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
34658         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
34659         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
34660         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
34661         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
34662         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
34663         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
34664         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
34665         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
34667 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
34669         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
34670         fields.
34672 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
34674         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
34675         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
34676         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
34677         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
34678         Likewise.
34679         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
34680         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
34681         Likewise.
34683 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
34685         * po/h.po: Update from translation team.
34687 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
34689         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
34691         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
34692         handling of denormals.
34693         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
34694         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
34695         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
34696         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
34697         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
34698         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
34699         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
34700         Likewise.
34702 2012-05-26  Marek Polacek  <polacek@redhat.com>
34704         [BZ #14152]
34705         * math/libm-test.inc (fma_test): Don't always expect underflow
34706         exception.
34708 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
34710         [BZ #12416]
34711         * elf/tst-execstack.c: Include stackinfo.h.
34712         (do_test): Adjust test case to ensure that pthread_getattr_np
34713         behaviour remains the same after marking stack executable.
34715 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
34717         * sysdeps/unix/sysv/linux/kernel-features.h
34718         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
34719         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
34720         kernel-features.h.
34721         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
34722         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
34723         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
34724         kernel-features.h.
34725         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
34726         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
34728 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
34730         * configure.in: Define the default includes to being none.
34731         * configure: Regenerated.
34733 2012-05-25  Roland McGrath  <roland@hack.frob.com>
34735         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
34736         * sysdeps/x86_64/setjmp.S: Likewise.
34737         * sysdeps/i386/bsd-setjmp.S: Likewise.
34738         * sysdeps/i386/bsd-_setjmp.S: Likewise.
34739         * sysdeps/i386/setjmp.S: Likewise.
34740         * sysdeps/i386/__longjmp.S: Likewise.
34741         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
34742         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
34744         * include/stap-probe.h: New file.
34745         * configure.in: Handle --enable-systemtap.
34746         * configure: Regenerated.
34747         * config.h.in (USE_STAP_PROBE): New #undef.
34748         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
34749         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
34750         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
34752 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
34754         [BZ #13717]
34755         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
34756         to 2.4.0 where earlier.
34757         * sysdeps/unix/sysv/linux/configure: Regenerated.
34758         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
34759         <kernel-features.h>.
34760         [__ASSUME_32BITUIDS]: Make code unconditional.
34761         [!__ASSUME_32BITUIDS]: Remove conditional code.
34762         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
34763         <kernel-features.h>.
34764         [__ASSUME_32BITUIDS]: Make code unconditional.
34765         [!__ASSUME_32BITUIDS]: Remove conditional code.
34766         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
34767         [__ASSUME_32BITUIDS]: Make code unconditional.
34768         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
34769         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
34770         <kernel-features.h>.
34771         [__ASSUME_32BITUIDS]: Make code unconditional.
34772         [!__ASSUME_32BITUIDS]: Remove conditional code.
34773         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
34774         <kernel-features.h>.
34775         [__ASSUME_32BITUIDS]: Make code unconditional.
34776         [!__ASSUME_32BITUIDS]: Remove conditional code.
34777         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
34778         <kernel-features.h>.
34779         [__ASSUME_32BITUIDS]: Make code unconditional.
34780         [!__ASSUME_32BITUIDS]: Remove conditional code.
34781         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
34782         <kernel-features.h>.
34783         [__ASSUME_32BITUIDS]: Make code unconditional.
34784         [!__ASSUME_32BITUIDS]: Remove conditional code.
34785         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
34786         <kernel-features.h>.
34787         [__ASSUME_32BITUIDS]: Make code unconditional.
34788         [!__ASSUME_32BITUIDS]: Remove conditional code.
34789         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
34790         <kernel-features.h>.
34791         [__ASSUME_32BITUIDS]: Make code unconditional.
34792         [!__ASSUME_32BITUIDS]: Remove conditional code.
34793         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
34794         <kernel-features.h>.
34795         [__ASSUME_32BITUIDS]: Make code unconditional.
34796         [!__ASSUME_32BITUIDS]: Remove conditional code.
34797         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
34798         <kernel-features.h>.
34799         [__ASSUME_32BITUIDS]: Make code unconditional.
34800         [!__ASSUME_32BITUIDS]: Remove conditional code.
34801         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
34802         <kernel-features.h>.
34803         [__ASSUME_32BITUIDS]: Make code unconditional.
34804         [!__ASSUME_32BITUIDS]: Remove conditional code.
34805         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
34806         <kernel-features.h>.
34807         [__ASSUME_32BITUIDS]: Make code unconditional.
34808         [!__ASSUME_32BITUIDS]: Remove conditional code.
34809         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
34810         <kernel-features.h>.
34811         [__NR_setresgid] (__setresgid): Do not declare.
34812         [__ASSUME_32BITUIDS]: Make code unconditional.
34813         [!__ASSUME_32BITUIDS]: Remove conditional code.
34814         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
34815         <kernel-features.h>.
34816         [__NR_setresuid] (__setresuid): Do not declare.
34817         [__ASSUME_32BITUIDS]: Make code unconditional.
34818         [!__ASSUME_32BITUIDS]: Remove conditional code.
34819         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
34820         <kernel-features.h>.
34821         [__ASSUME_32BITUIDS]: Make code unconditional.
34822         [!__ASSUME_32BITUIDS]: Remove conditional code.
34823         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
34824         <kernel-features.h>.
34825         [__ASSUME_32BITUIDS]: Make code unconditional.
34826         [!__ASSUME_32BITUIDS]: Remove conditional code.
34827         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
34828         <kernel-features.h>.
34829         [__ASSUME_32BITUIDS]: Make code unconditional.
34830         [!__ASSUME_32BITUIDS]: Remove conditional code.
34831         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
34832         <kernel-features.h>.
34833         [__ASSUME_32BITUIDS]: Make code unconditional.
34834         [!__ASSUME_32BITUIDS]: Remove conditional code.
34835         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
34836         <kernel-features.h>.
34837         [__ASSUME_32BITUIDS]: Make code unconditional.
34838         [!__ASSUME_32BITUIDS]: Remove conditional code.
34839         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
34840         <kernel-features.h>.
34841         [__ASSUME_32BITUIDS]: Make code unconditional.
34842         [!__ASSUME_32BITUIDS]: Remove conditional code.
34843         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
34844         <kernel-features.h>.
34845         [__ASSUME_32BITUIDS]: Make code unconditional.
34846         [!__ASSUME_32BITUIDS]: Remove conditional code.
34847         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
34848         <kernel-features.h>.
34849         [__ASSUME_32BITUIDS]: Make code unconditional.
34850         [!__ASSUME_32BITUIDS]: Remove conditional code.
34851         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
34852         <kernel-features.h>.
34853         [__ASSUME_32BITUIDS]: Make code unconditional.
34854         [!__ASSUME_32BITUIDS]: Remove conditional code.
34855         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
34856         <kernel-features.h>.
34857         [__ASSUME_32BITUIDS]: Make code unconditional.
34858         [!__ASSUME_32BITUIDS]: Remove conditional code.
34859         * sysdeps/unix/sysv/linux/kernel-features.h
34860         (__ASSUME_SETRESUID_SYSCALL): Remove.
34861         (__ASSUME_SETRESGID_SYSCALL): Likewise.
34862         (__ASSUME_32BITUIDS): Likewise.
34863         (__ASSUME_LDT_WORKS): Likewise.
34864         (__ASSUME_O_DIRECTORY): Likewise.
34865         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
34866         architecture but not kernel version.
34867         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
34868         (__ASSUME_MMAP2_SYSCALL): Likewise.
34869         (__ASSUME_STAT64_SYSCALL): Likewise.
34870         (__ASSUME_IPC64): Likewise.
34871         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
34872         <kernel-features.h>.
34873         [__ASSUME_32BITUIDS]: Make code unconditional.
34874         [!__ASSUME_32BITUIDS]: Remove conditional code.
34875         * sysdeps/unix/sysv/linux/opendir.c: Do not include
34876         <kernel-features.h>.
34877         [__ASSUME_O_DIRECTORY]: Make code unconditional.
34878         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
34879         132096]: Remove conditional code.
34880         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
34881         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
34882         <kernel-features.h>.
34883         [__ASSUME_32BITUIDS]: Make code unconditional.
34884         [!__ASSUME_32BITUIDS]: Remove conditional code.
34885         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
34886         <kernel-features.h>.
34887         [__ASSUME_32BITUIDS]: Make code unconditional.
34888         [!__ASSUME_32BITUIDS]: Remove conditional code.
34889         * sysdeps/unix/sysv/linux/setegid.c: Do not include
34890         <kernel-features.h>.
34891         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
34892         unconditional.
34893         (__setresgid): Do not declare.
34894         [__ASSUME_32BITUIDS]: Make code unconditional.
34895         [!__ASSUME_32BITUIDS]: Remove conditional code.
34896         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
34897         <kernel-features.h>.
34898         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
34899         unconditional.
34900         (__setresuid): Do not declare.
34901         [__ASSUME_32BITUIDS]: Make code unconditional.
34902         [!__ASSUME_32BITUIDS]: Remove conditional code.
34903         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
34904         <kernel-features.h>.
34905         [__ASSUME_32BITUIDS]: Make code unconditional.
34906         [!__ASSUME_32BITUIDS]: Remove conditional code.
34907         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
34908         <kernel-features.h>.
34909         [__ASSUME_32BITUIDS]: Make code unconditional.
34910         [!__ASSUME_32BITUIDS]: Remove conditional code.
34912 2012-05-25  Richard Henderson  <rth@twiddle.net>
34914         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
34915         dl_hwcap to ifunc resolver.
34916         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
34917         elf_ifunc_invoke.
34918         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
34919         dl_hwcap to ifunc resolver.
34920         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
34922 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
34924         [BZ #14153]
34925         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
34926         for |x| <= 2**-26, not 2**-57.
34927         * math/libm-test.inc (acos_test): Do not allow spurious underflow
34928         exception.
34930 2012-05-24  Jeff Law  <law@redhat.com>
34932         * stdio-common/Makefile (tests): Add bug25.
34933         * stdio-common/bug25.c: New test.
34935 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
34937         [BZ #13576]
34938         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
34939         multiple of MALLOC_ALIGNMENT in size.
34940         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
34942 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
34944         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
34945         Require >= 256.
34946         (FILENAME_MAX): Use macro-int-constant.
34947         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
34948         (_IOFBF): Use macro-int-constant.
34949         (_IOLBF): Likewise.
34950         (_IONBF): Likewise.
34951         (SEEK_CUR): Likewise.
34952         (SEEK_END): Likewise.
34953         (SEEK_SET): Likewise.
34954         (TMP_MAX): Likewise.
34955         (EOF): Use macro-int-constant.  Require < 0.
34956         (NULL): Use macro-constant.  Require == 0.
34957         (stdin): Require type to be FILE *.
34958         (stdout): Likewise.
34959         (stderr): Likewise.
34960         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
34961         macro-int-constant.
34962         (EXIT_SUCCESS): Likewise.
34963         (NULL): Use macro-constant.  Require == 0.
34964         (RAND_MAX): Use macro-int-constant.
34965         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
34966         [C99-based standards] (strtof): Require function.
34967         [C99-based standards] (strtold): Likewise.
34968         [C99-based standards] (strtoll): Likewise.
34969         [C99-based standards] (strtoull): Likewise.
34970         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
34971         [ISO || ISO99 || ISO11] (limits.h): Likewise.
34972         [ISO || ISO99 || ISO11] (math.h): Likewise.
34973         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
34974         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
34975         [ISO || ISO99 || ISO11] (*_t): Do not allow.
34977 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
34979         [BZ #14132]
34980         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
34981         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
34982         * intl/dgettext.c (DCGETTEXT): Likewise.
34983         * intl/gettext.c (DCGETTEXT): Likewise.
34984         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
34985         * posix/regex_internal.h (gettext): Likewise.
34986         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
34987         Remove declaration.
34988         * include/argz.h (__argz_count_internal)
34989         (__argz_stringify_internal): Remove declaration.
34990         (__argz_count, __argz_stringify): Declare hidden proto.
34991         * intl/dcgettext.c: Remove use of INTDEF.
34992         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
34993         * string/argz-stringify.c: Likewise.
34994         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
34995         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
34996         Declare hidden proto.
34997         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
34998         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
34999         Declare hidden proto.
35000         * include/stdio.h (__asprintf_internal): Don't declare.
35001         (__asprintf): Don't define as macro.  Declare hidden proto.
35002         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
35003         (__fsetlocking): Declare hidden proto.
35004         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
35005         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
35006         hidden proto.
35007         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
35008         (_IO_setlinebuf): Remove use of INTUSE.
35009         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
35010         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
35011         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
35012         Remove declaration.
35013         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
35014         (_IO_do_flush): Remove use of INTUSE.
35015         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
35016         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
35017         (_IO_adjust_column, _IO_least_wmarker)
35018         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
35019         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
35020         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
35021         (_IO_default_doallocate, _IO_wdefault_doallocate)
35022         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
35023         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
35024         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
35025         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
35026         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
35027         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
35028         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
35029         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
35030         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
35031         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
35032         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
35033         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
35034         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
35035         proto.
35036         (_IO_flush_all_internal, _IO_adjust_column_internal)
35037         (_IO_default_uflow_internal, _IO_default_finish_internal)
35038         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
35039         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
35040         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
35041         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
35042         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
35043         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
35044         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
35045         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
35046         (_IO_file_close_internal, _IO_file_close_it_internal)
35047         (_IO_file_underflow_internal, _IO_file_overflow_internal)
35048         (_IO_file_init_internal, _IO_file_attach_internal)
35049         (_IO_file_fopen_internal, _IO_file_read_internal)
35050         (_IO_file_sync_internal, _IO_file_seek_internal)
35051         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
35052         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
35053         (_IO_str_underflow_internal, _IO_str_overflow_internal)
35054         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
35055         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
35056         (_IO_list_all_internal, _IO_link_in_internal)
35057         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
35058         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
35059         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
35060         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
35061         (_IO_do_write_internal, _IO_padn_internal)
35062         (_IO_getline_info_internal, _IO_getline_internal)
35063         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
35064         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
35065         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
35066         (_IO_vfscanf_internal, _IO_vfprintf_internal)
35067         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
35068         (_IO_init_internal, _IO_un_link_internal): Don't declare.
35069         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
35070         with libc_hidden_ver, remove use of INTUSE.
35071         * libio/genops.c: Likewise.
35072         * libio/freopen.c: Likewise.
35073         * libio/freopen64.c: Likewise.
35074         * libio/iofclose.c: Likewise.
35075         * libio/iofdopen.c: Likewise.
35076         * libio/iofflush.c: Likewise.
35077         * libio/iofflush_u.c: Likewise.
35078         * libio/iofgets.c: Likewise.
35079         * libio/iofgets_u.c: Likewise.
35080         * libio/iofopen.c: Likewise.
35081         * libio/iofopncook.c: Likewise.
35082         * libio/iofread.c: Likewise.
35083         * libio/iofread_u.c: Likewise.
35084         * libio/ioftell.c: Likewise.
35085         * libio/iofwrite.c: Likewise.
35086         * libio/iogetline.c: Likewise.
35087         * libio/iogets.c: Likewise.
35088         * libio/iogetwline.c: Likewise.
35089         * libio/iopadn.c: Likewise.
35090         * libio/iopopen.c: Likewise.
35091         * libio/ioseekoff.c: Likewise.
35092         * libio/ioseekpos.c: Likewise.
35093         * libio/iosetbuffer.c: Likewise.
35094         * libio/iosetvbuf.c: Likewise.
35095         * libio/ioungetc.c: Likewise.
35096         * libio/ioungetwc.c: Likewise.
35097         * libio/iovdprintf.c: Likewise.
35098         * libio/iovsprintf.c: Likewise.
35099         * libio/iovsscanf.c: Likewise.
35100         * libio/memstream.c: Likewise.
35101         * libio/obprintf.c: Likewise.
35102         * libio/oldfileops.c: Likewise.
35103         * libio/oldiofclose.c: Likewise.
35104         * libio/oldiofdopen.c: Likewise.
35105         * libio/oldiofopen.c: Likewise.
35106         * libio/oldiopopen.c: Likewise.
35107         * libio/oldstdfiles.c: Likewise.
35108         * libio/putc.c: Likewise.
35109         * libio/setbuf.c: Likewise.
35110         * libio/setlinebuf.c: Likewise.
35111         * libio/stdfiles.c: Likewise.
35112         * libio/strops.c: Likewise.
35113         * libio/vasprintf.c: Likewise.
35114         * libio/vscanf.c: Likewise.
35115         * libio/vsnprintf.c: Likewise.
35116         * libio/vswprintf.c: Likewise.
35117         * libio/wfiledoalloc.c: Likewise.
35118         * libio/wfileops.c: Likewise.
35119         * libio/wgenops.c: Likewise.
35120         * libio/wmemstream.c: Likewise.
35121         * libio/wstrops.c: Likewise.
35122         * libio/__fpurge.c: Likewise.
35123         * libio/__fsetlocking.c: Likewise.
35124         * assert/assert.c: Likewise.
35125         * debug/fgets_chk.c: Likewise.
35126         * debug/fgets_u_chk.c: Likewise.
35127         * debug/fread_chk.c: Likewise.
35128         * debug/fread_u_chk.c: Likewise.
35129         * debug/gets_chk.c: Likewise.
35130         * debug/obprintf_chk.c: Likewise.
35131         * debug/vasprintf_chk.c: Likewise.
35132         * debug/vdprintf_chk.c: Likewise.
35133         * debug/vsnprintf_chk.c: Likewise.
35134         * debug/vsprintf_chk.c: Likewise.
35135         * malloc/mtrace.c: Likewise.
35136         * misc/error.c: Likewise.
35137         * misc/syslog.c: Likewise.
35138         * stdio-common/asprintf.c: Likewise.
35139         * stdio-common/fxprintf.c: Likewise.
35140         * stdio-common/getw.c: Likewise.
35141         * stdio-common/isoc99_fscanf.c: Likewise.
35142         * stdio-common/isoc99_scanf.c: Likewise.
35143         * stdio-common/isoc99_vfscanf.c: Likewise.
35144         * stdio-common/isoc99_vscanf.c: Likewise.
35145         * stdio-common/isoc99_vsscanf.c: Likewise.
35146         * stdio-common/printf-prs.c: Likewise.
35147         * stdio-common/printf_fp.c: Likewise.
35148         * stdio-common/printf_fphex.c: Likewise.
35149         * stdio-common/printf_size.c: Likewise.
35150         * stdio-common/putw.c: Likewise.
35151         * stdio-common/scanf.c: Likewise.
35152         * stdio-common/sprintf.c: Likewise.
35153         * stdio-common/tmpfile.c: Likewise.
35154         * stdio-common/vfprintf.c: Likewise.
35155         * stdio-common/vfscanf.c: Likewise.
35156         * stdlib/strfmon_l.c: Likewise.
35157         * sunrpc/openchild.c: Likewise.
35158         * sunrpc/xdr_stdio.c: Likewise.
35159         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
35160         * sysdeps/mach/hurd/tmpfile.c: Likewise.
35162 2012-05-24  Roland McGrath  <roland@hack.frob.com>
35164         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
35166         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
35167         in the third column, to generate for the shared library an IFUNC
35168         that uses _dl_vdso_vsym.
35169         * Makerules (COMPILE.c, compile-stdin.c): New variables.
35170         * Makeconfig (object-suffixes-noshared): New variable.
35172         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
35173         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
35174         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
35175         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
35177         [BZ #14132]
35178         * include/sys/time.h (__gettimeofday): Remove macro.
35179         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
35180         * time/gettimeofday.c (__gettimeofday): Remove #undef.
35181         Remove INTDEF.
35182         (__gettimeofday): Add libc_hidden_def.
35183         (gettimeofday): Add libc_hidden_weak.
35184         * sysdeps/mach/gettimeofday.c: Likewise.
35185         * sysdeps/posix/gettimeofday.c: Likewise.
35186         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
35187         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
35188         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
35189         (__gettimeofday_internal): Remove strong_alias.
35190         (__gettimeofday): Add libc_hidden_def.
35191         (gettimeofday): Add libc_hidden_weak.
35192         * sysdeps/unix/syscalls.list (gettimeofday):
35193         Remove __gettimeofday_internal alias.
35195 2012-05-24  Daniel Jacobowitz  <drow@false.org>
35196             H.J. Lu  <hongjiu.lu@intel.com>
35198         [BZ #12495]
35199         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
35200         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
35201         (largebin_index_32_big): New.
35202         (largebin_index): Use it for 16-byte alignment.
35203         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
35204         correction with front_misalign.
35206 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
35208         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
35209         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
35210         Likewise.
35211         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
35212         Likewise.
35213         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
35214         Likewise.
35215         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
35216         Likewise.
35217         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
35218         Likewise.
35219         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
35220         Likewise.
35221         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
35222         Likewise.
35223         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
35224         Likewise.
35225         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
35226         Likewise.
35227         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
35228         Likewise.
35229         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
35230         Likewise.
35231         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
35232         Likewise.
35234         * scripts/data/c++-types-x32-linux-gnu.data: New file.
35235         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
35237 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
35239         [BZ #10846]
35240         [BZ #14036]
35241         * math/libm-test.inc (exp_test): Add test from bug 14036.
35242         (pow_test): Add test from bug 10846.
35244         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
35245         and other flags.
35246         (special_function): Do not include flags in test name.
35247         (parse_args): Likewise.
35248         * sysdeps/i386/fpu/libm-test-ulps: Update.
35249         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
35250         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
35251         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
35252         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35254         * math/gen-libm-test.pl (%beautify): Add entries for underflow
35255         exceptions.
35256         * math/libm-test.inc ("Philosophy"): Update comment about
35257         exception testing.
35258         (UNDERFLOW_EXCEPTION): New macro.
35259         (UNDERFLOW_EXCEPTION_OK): Likewise.
35260         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
35261         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
35262         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
35263         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
35264         (INVALID_EXCEPTION_OK): Update value.
35265         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
35266         (OVERFLOW_EXCEPTION_OK): Likewise.
35267         (IGNORE_ZERO_INF_SIGN): Likewise.
35268         (test_exceptions): Handle underflow exceptions.
35269         (acos_test): Update for underflow exception expectations.
35270         (cexp_test): Likewise.
35271         (clog_test): Likewise.
35272         (clog10_test): Likewise.
35273         (csqrt_test): Likewise.
35274         (ctan_test): Likewise.
35275         (ctanh_test): Likewise.
35276         (exp_test): Likewise.
35277         (exp10_test): Likewise.
35278         (exp2_test): Likewise.
35279         (expm1_test): Likewise.
35280         (fma_test): Likewise.
35281         (j0_test): Likewise.
35282         (jn_test): Likewise.
35283         (nexttoward_test): Likewise.
35284         (pow_test): Likewise.
35285         (scalbn_test): Likewise.
35286         (scalbln_test): Likewise.
35287         (tan_test): Likewise.
35288         (y1_test): Likewise.
35289         * sysdeps/i386/fpu/libm-test-ulps: Update.
35290         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35292 2012-05-23  David S. Miller  <davem@davemloft.net>
35294         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
35295         (__libc_sigaction): Remove unused local variables.
35297 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
35299         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
35301 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
35303         mktime: avoid signed integer overflow
35304         * time/mktime.c (__mktime_internal): Do not mishandle the case
35305         where diff == INT_MIN.
35307         mktime: simplify computation of average
35308         * time/mktime.c (ranged_convert): Use new time_t_avg function
35309         instead of rolling our own (probably-slower) code.
35311         mktime: do not assume signed right shift propagates sign bit
35312         * time/mktime.c (isdst_differ): New static function.
35313         (__mktime_internal): No need to normalize tm_isdst now.
35314         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
35315         tm_isdst values.
35317         mktime: merge another wrapv change from gnulib
35318         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
35319         from some compilers.
35321         mktime: remove incorrect attempt at unusual arithmetics
35322         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
35323         The code didn't really work on such machines anyway.
35324         (TYPE_MINIMUM): Assume two's complement.
35325         (twos_complement_arithmetic): Verify that long_int and time_t
35326         are two's complement (or unsigned, in the latter case).
35328         mktime: check signed shifts on long_int and time_t, too
35329         * time/mktime.c (SHR): Check that shifts work as desired
35330         on the types long_int and time_t too, as SHR is used on
35331         such types.
35333         mktime: do not assume 'long' is wide enough
35334         * time/mktime.c (verify): Move decl up.
35335         (long_int): New type.
35336         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
35337         to remove assumption in the code that 'long' is wide enough to
35338         store year values.  This assumption is not true on x32 and on
35339         some non-glibc platforms.
35341         mktime: merge wrapv change from gnulib
35342         * time/mktime.c (WRAPV): New macro.
35343         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
35344         (guess_time_tm, __mktime_internal): Do not assume that signed
35345         integer overflow wraps around; modern compilers generate code
35346         where this assumption is no longer valid.
35348 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
35350         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
35351         Replace "jmp L(pseudo_end)" with "ret".
35352         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
35353         Likewise.
35355 2012-05-23  Andreas Jaeger  <aj@suse.de>
35357         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
35358         * sysdeps/unix/sysv/linux/poll.c: Remove file.
35360 2012-05-23  Andreas Jaeger  <aj@suse.de>
35361             Maximilian Attems  <max@stro.at>
35363         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
35364         New macros.
35366 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
35368         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
35369         code so that pseudo_end is just ret and the stack pointer is
35370         correct also for static library in error case.
35372 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
35374         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
35375         move to syscalls.list.
35376         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
35377         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
35378         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
35379         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
35381         * manual/install.texi (Running make install): Do not mention Linux
35382         kernel version for which pt_chown is not needed.
35383         (Linux): Do not mention problems with nscd with 2.0 kernels.
35384         * INSTALL: Regenerated.
35386 2012-05-23  Andreas Jaeger  <aj@suse.de>
35388         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
35389         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
35390         macro.
35391         * sysdeps/unix/sysv/linux/s390/bits/mman.h
35392         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
35393         * sysdeps/unix/sysv/linux/sh/bits/mman.h
35394         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
35395         * sysdeps/unix/sysv/linux/i386/bits/mman.h
35396         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
35397         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
35398         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
35399         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
35400         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
35401         * sysdeps/unix/sysv/linux/bits/in.h
35402         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
35404 2012-05-22  Roland McGrath  <roland@hack.frob.com>
35406         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
35407         (PREPARE_VERSION): Just use assert instead, it will be elided
35408         under [NDEBUG] anyway.
35410 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
35412         * sysdeps/unix/sysv/linux/Makefile: Include
35413         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
35414         (sysdep_routines): Remove sysctl.
35415         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
35416         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
35417         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
35418         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
35419         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
35421 2012-05-22  Andreas Jaeger  <aj@suse.de>
35423         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
35424         that pseudo_end is just ret and the stack pointer is correct also
35425         for static library in error case.
35427 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
35429         [BZ #14122]
35430         * nss/nsswitch.c (defconfig_entries): New variable.
35431         (__nss_database_lookup): Don't leak defconfig entries.
35432         (nss_parse_service_list): Don't leak on error paths.
35433         (free_database_entries): New function.
35434         (free_defconfig): New function.
35435         (free_mem): Move common code to free_database_entries.
35437 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
35439         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
35440         Add arch_prctl.
35441         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
35443         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
35444         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
35445         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
35446         New macro.
35447         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
35448         (INTERNAL_SYSCALL_TYPES): Likewise.
35449         (LOAD_ARGS_TYPES_[1-6]): Likewise.
35450         (LOAD_REGS_TYPES_[1-6]): Likewise.
35451         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
35452         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
35454 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
35456         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
35457         copysignl for GLIBC_2_0.
35458         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
35459         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
35460         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
35461         logbl for GLIBC_2_0.
35462         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
35463         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
35465 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
35467         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
35468         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
35470         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
35471         Use "neg %eax".
35473         * time/mktime.c: Update copyright years.
35475 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
35477         mktime: merge comment-quoting-style change from gnulib
35478         * time/mktime.c: Quote 'like this' in comments.
35479         The GNU coding standards suggest that we no longer quote `like this',
35480         as "`" and "'" are typically rendered asymmetrically nowadays.
35481         The typical gnulib style is to quote 'like this' when quoting
35482         code, and "like this" when quoting English.
35484         * time/mktime.c (compile-command): Add "-I.".
35486         mktime: merge mktime-internal.h change from gnulib
35487         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
35489         mktime: merge time_r change from gnulib
35490         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
35492         mktime: merge DEBUG change from gnulib
35493         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
35494         case system <time.h> has a #define.
35496         mktime: merge <sys/types.h> change from gnulib
35497         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
35498         since <time.t> is now guaranteed to define time_t.
35500         mktime: merge HAVE_CONFIG_H change from gnulib
35501         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
35503 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
35505         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
35506         Use "neg %eax".
35508         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
35509         __rlim_t cast.
35510         (struct rusage): Use anonymous union to pad each field to
35511         __syscall_slong_t.
35513 2012-05-21  David S. Miller  <davem@davemloft.net>
35515         * Makefules (o-iterator): Remove .s cases.
35516         (compile-command.s): Delete.
35517         (COMPILE.s): Delete.
35518         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
35520 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
35522         * configure.in (libc_cv_predef_stack_protector): Only consider
35523         "foobar" and "__stack_chk_fail" lines in libc_undefs.
35524         * configure: Regenerated.
35526 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
35528         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
35529         New macro.  Use R*LP on int and pointer.
35530         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
35531         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
35532         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
35533         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
35535         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
35536         [__WORDSIZE_TIME64_COMPAT32] instead of
35537         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
35538         (struct utmp): Likewise.
35539         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
35540         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
35541         Renamed to ...
35542         (__WORDSIZE_TIME64_COMPAT32): This.
35543         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
35544         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
35545         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
35546         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
35547         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
35548         (__WORDSIZE_TIME64_COMPAT32): New macro.
35550 2012-05-21  Andreas Jaeger  <aj@suse.de>
35552         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
35553         only if [SHARED]. Add prototype for __wcschr_ia32.
35555 2012-05-21  Roland McGrath  <roland@hack.frob.com>
35557         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
35558         of %rbp unmolested in the jmp_buf while mangling the low bits.
35559         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
35560         unmolested high bits of %rbp while demangling the low bits.
35561         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
35563 2012-05-21  Andreas Jaeger  <aj@suse.de>
35565         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
35566         * sunrpc/svc_simple.c: Use it for registerrpc.
35567         * sunrpc/xcrypt.c: Use it for passwd2des.
35569         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
35571 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
35573         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
35574         Don't define if [__SYSCALL_WORDSIZE != 32].
35575         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
35576         New macro.
35578 2012-05-21  Bruno Haible  <bruno@clisp.org>
35579             Andreas Jaeger  <aj@suse.de>
35581         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
35582         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
35583         inptr and inend for must_buffer_ch.
35584         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
35585         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
35586         * stdio-common/Makefile (tests): Remove bug15.
35587         (bug15-ENV): Remove macro.
35588         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
35589         anymore.
35591 2012-05-19  Andreas Jaeger  <aj@suse.de>
35592             Roland McGrath  <roland@hack.frob.com>
35594         * manual/contrib.texi: Completely rewritten. It contains now an
35595         alphabetical list of contributors and their contributions.
35597 2012-05-21  Richard Henderson  <rth@twiddle.net>
35599         * misc/getauxval.c (__getauxval): Use unsigned long int.
35600         * misc/sys/auxv.h: Include <sys/cdefs.h>.
35601         (getauxval): Use unsigned long int.
35603 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
35605         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
35607 2012-05-21  Roland McGrath  <roland@hack.frob.com>
35609         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
35610         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
35611         __alignof__ (long double).
35613 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
35615         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
35617 2012-05-20  Richard Henderson  <rth@twiddle.net>
35619         * misc/getauxval.c: New file.
35620         * misc/sys/auxv.h: New file.
35621         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
35622         (routines): Add getauxval.
35623         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
35624         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
35625         * elf/dl-sysdep.c (_dl_auxv): Remove.
35626         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
35627         * elf/dl-support.c (_dl_auxv): New variable.
35628         (_dl_aux_init): Initialize it.
35629         * manual/startup.texi (Auxiliary Vector): New node.
35630         * sysdeps/generic/bits/hwcap.h: New file.
35631         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
35632         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
35633         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
35634         * sysdeps/sparc/sysdep.h: ... here.  Include it.
35635         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
35636         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
35637         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
35638         Update.
35639         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
35640         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
35641         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
35642         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
35643         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
35644         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
35645         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
35646         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
35648 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
35650         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
35652 2012-05-19  David S. Miller  <davem@davemloft.net>
35654         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35656 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
35658         [BZ #14123]
35659         * math/s_ccosh.c: Include <float.h>
35660         (__ccosh): Avoid internal overflow calculating sinh and cosh
35661         values before multiplying by sin and cos values.
35662         * math/s_ccoshf.c: Likewise.
35663         * math/s_ccoshl.c: Likewise.
35664         * math/s_csin.c: Likewise.
35665         * math/s_csinf.c: Likewise.
35666         * math/s_csinl.c: Likewise.
35667         * math/s_csinh.c: Likewise.
35668         * math/s_csinhf.c: Likewise.
35669         * math/s_csinhl.c: Likewise.
35670         * math/libm-test.inc (ccos_test): Add more tests.
35671         (ccosh_test): Likewise.
35672         (csin_test): Likewise.
35673         (csinh_test): Likewise.
35674         * sysdeps/i386/fpu/libm-test-ulps: Update.
35675         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35677 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
35679         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
35680         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
35682         * sysdeps/x86_64/x32/_itoa.h: Add comment.
35684 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
35686         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
35687         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
35688         * sysdeps/powerpc/soft-fp/Versions: Likewise.
35689         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
35690         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
35691         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
35692         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
35693         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
35694         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
35695         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
35696         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
35697         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
35698         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
35699         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
35700         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
35701         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
35702         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
35703         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
35704         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
35705         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
35706         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
35707         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
35708         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
35709         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
35710         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
35711         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
35712         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
35713         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
35714         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
35715         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
35716         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
35718 2012-05-18  Andreas Jaeger  <aj@suse.de>
35720         * csu/.gitignore: Delete.
35722 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
35724         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
35725         (timex): Use __syscall_slong_t.
35727 2012-05-18  Andreas Jaeger  <aj@suse.de>
35728             Carlos O'Donell  <carlos_odonell@mentor.com>
35730         * manual/install.texi (Configuring and compiling): Update
35731         description about files modified in the source directory.
35732         * INSTALL: Regenerated.
35734 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
35736         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
35737         value.  Use "or" to set return value to -1.
35738         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
35739         negate return value.
35741 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
35743         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
35744         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
35745         failure if the compiler has Graphite support disabled.
35746         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
35747         Likewise.
35748         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
35749         (CFLAGS-memmove.c): Likewise.
35750         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
35751         Likewise.
35753 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
35755         * sysdeps/x86_64/x32/_itoa.h: New file.
35757         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
35758         getdents system call only if kernel and user dirents have the
35759         same d_ino and d_off.
35761         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
35762         LLONG_MAX != LONG_MAX.
35763         (_itoa_word): Use _ITOA_WORD_TYPE on value.
35764         (_fitoa_word): Likewise.
35766         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
35767         years.
35768         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
35769         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
35770         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
35772         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
35773         include <bits/wordsize.h>.  Check __x86_64__ instead of
35774         __WORDSIZE.
35775         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
35776         if __x86_64__ is defined.  Use anonymous union on fpstate.
35778         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
35779         anonymous union.
35781 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
35783         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
35784         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
35785         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
35786         Refer to _rtld_local_ro instead of _rtld_global_ro.
35787         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
35788         Likewise.
35789         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
35790         Likewise.
35791         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
35792         Likewise.
35793         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
35794         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
35795         of _rtld_global, and rtld_progname instead of _dl_argv[0].
35797         * sysdeps/powerpc/powerpc32/dl-machine.c
35798         (__elf_machine_runtime_setup) [PROF]: Don't reference
35799         _dl_prof_resolve.
35801 2012-05-18  Andreas Jaeger  <aj@suse.de>
35803         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
35804         function only available for GCCs before 3.4 since GCC 3.4
35805         introduced a builtin.
35806         (lrint): Likewise.
35807         (llrintf): Likewise.
35808         (llrint): Likewise.
35809         (fmaxf): Likewise.
35810         (fmax): Likewise.
35811         (fminf): Likewise.
35812         (fmin): Likewise.
35813         (rint): Likewise.
35814         (rintf): Likewise.
35815         (nearbyint): Likewise.
35816         (nearbyintf): Likewise.
35817         (ceil): Likewise.
35818         (ceilf): Likewise.
35819         (floor): Likewise.
35820         (floorf): Likewise.
35822 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
35824         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
35825         on both fields and cast pointer to __syscall_ulong_t.
35827         * bits/types.h (__fsword_t): New type.
35828         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
35829         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
35830         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
35831         (__FSWORD_T_TYPE): Likewise.
35832         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
35833         (__FSWORD_T_TYPE): Likewise.
35834         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
35835         (__FSWORD_T_TYPE): Likewise.
35836         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
35837         (__FSWORD_T_TYPE): Likewise.
35838         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
35839         __SWORD_TYPE with __fsword_t.
35840         (statfs64): Likewise.
35842 2012-05-17  David S. Miller  <davem@davemloft.net>
35844         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
35846 2012-05-17  Andreas Jaeger  <aj@suse.de>
35848         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
35849         warning.
35851 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
35853         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
35855 2012-05-17  Andreas Jaeger  <aj@suse.de>
35857         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
35858         when it is used.
35860 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
35862         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
35864 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
35866         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
35867         * sysdeps/x86_64/tst-mallocalign1.c: New file.
35869 2012-05-17  Andreas Jaeger  <aj@suse.de>
35870             Carlos O'Donell  <carlos_odonell@mentor.com>
35872         [BZ #14059]
35873         * sysdeps/x86_64/multiarch/init-arch.h
35874         (bit_YMM_Usable): Rename to...
35875         (bit_AVX_Usable): ... this.
35876         (bit_FMA4_Usable): New macro.
35877         (bit_XMM_state): New macro.
35878         (bit_YMM_state): New macro.
35879         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
35880         [__ASSEMBLER__] (index_AVX_Usable): ... this.
35881         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
35882         (CPUID_OSXSAVE): New macro.
35883         (CPUID_AVX): New macro.
35884         (CPUID_FMA4): New macro.
35885         (index_YMM_Usable): Rename to...
35886         (index_AVX_Usable): ... this.
35887         (HAS_AVX): Use HAS_ARCH_FEATURE.
35888         (HAS_FMA4): Likewise.
35889         (HAS_YMM_USABLE): Remove.
35890         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
35891         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
35892         are present.
35893         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
35894         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
35895         * sysdeps/x86_64/multiarch/Makefile: Likewise.
35896         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
35897         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
35899 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
35901         * math/libm-test.c: Support platforms without multiple rounding modes.
35902         * math/bug-nextafter.c: Support platforms without FP exceptions.
35903         * math/bug-nexttoward.c: Likewise.
35904         * math/test-fenv.c: Likewise.
35905         * math/test-misc.c: Likewise.
35906         * stdlib/bug-getcontext.c: Likewise.
35908 2012-05-17  Andreas Jaeger  <aj@suse.de>
35910         * manual/examples/search.c (critter_cmp): Change signature to
35911         avoid warnings.
35912         * manual/string.texi (Collation Functions): Likewise.
35914 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
35916         * bits/types.h: Fold copyright years.
35917         * bits/typesizes.h: Likewise.
35918         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
35919         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
35920         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
35921         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
35922         * time/time.h: Likewise.
35924 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
35926         [BZ #208]
35927         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
35928         in instead of returning them.  Return void.
35929         (__libc_mallinfo): Accumulate over all arenas.
35930         (__malloc_stats): Adjust for change in int_mallinfo interface.
35932 2012-05-16  Roland McGrath  <roland@hack.frob.com>
35934         [BZ #10375]
35935         * configure.in (NM): Add AC_CHECK_TOOL for it.
35936         (libc_extra_cflags): New substituted variable.
35937         Check for -fstack-protector being used implicitly.
35938         * configure: Regenerated.
35939         * config.make.in (config-extra-cflags): New variable,
35940         gets @libc_extra_cflags@.
35941         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
35943         [BZ #10375]
35944         * configure.in: Check for _FORTIFY_SOURCE being predefined.
35945         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
35946         * configure: Regenerated.
35947         * config.make.in (CPPUNDEFS): New substituted variable.
35948         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
35949         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
35950         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
35952 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
35954         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
35955         (mq_attr): Use __syscall_slong_t.
35957 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
35959         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
35960         Check __x86_64__ instead of __WORDSIZE.
35961         (_STAT_VER_LINUX): Likewise.
35962         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
35963         __syscall_ulong_t and __syscall_slong_t.
35964         (stat64): Likewise.
35966 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
35968         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
35970 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
35972         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
35974 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
35976         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
35977         __syscall_ulong_t.
35979         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
35980         include <bits/wordsize.h>.  Check __x86_64__ instead of
35981         __WORDSIZE.
35982         (greg_t): Use "__extension__ long long int" if __x86_64__ is
35983         defined.
35984         (mcontext_t): Replace "unsigned long" with "unsigned long long".
35986         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
35987         include <bits/wordsize.h>.  Check __x86_64__ instead of
35988         __WORDSIZE.
35989         (user_regs_struct): Use "__extension__ unsigned long long"
35990         instead of "unsigned long" if __x86_64__ is defined.
35991         (user): Likewise.  Pad after pointer field if __ILP32__ is
35992         defined.
35994 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
35996         * configure.in (makeinfo): Require version 4.5 or later.  Allow
35997         versions 5 to 9.
35998         * configure: Regenerated.
35999         * manual/install.texi (texinfo): Increase version requirement to
36000         4.5 or later.
36001         * INSTALL: Regenerated.
36003         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
36005 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
36007         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
36009         * sysdeps/x86_64/x32/ffs.c: New file.
36011         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
36012         __syscall_ulong_t.
36013         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
36014         defined.  Use __syscall_ulong_t.
36015         (shminfo): Use __syscall_ulong_t.
36016         (shm_info): Likewise.
36018         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
36019         __syscall_ulong_t.
36021         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
36022         <bits/wordsize.h>.
36023         (msgqnum_t): Use __syscall_ulong_t.
36024         (msglen_t): Likewise.
36025         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
36026         __syscall_ulong_t.
36028         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
36029         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
36031         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
36033         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
36034         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
36036         * sysvipc/sys/msg.h (msgbuf): Replace long int with
36037         __syscall_slong_t.
36039         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
36040         include <bits/wordsize.h>.  Check __x86_64__ instead of
36041         __WORDSIZE.
36043         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
36044         "unsigned long long int" if __x86_64__ is defined.
36045         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
36047         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
36048         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
36049         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
36051         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
36052         <stdint.h>.
36053         (GET_PC): Cast to uintptr_t first.
36054         (GET_FRAME): Likewise.
36055         (GET_STACK): Likewise.
36057         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
36058         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
36059         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
36060         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
36061         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
36062         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
36063         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
36064         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
36065         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
36066         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
36067         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
36068         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
36069         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
36070         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
36071         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
36072         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
36073         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
36074         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
36075         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
36076         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
36077         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
36078         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
36079         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
36080         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
36081         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
36082         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
36083         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
36084         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
36085         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
36087 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
36089         * Makerules (+depfiles): Also collect depfiles from .oS in
36090         $(extra-objs).
36091         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
36092         .oS, $(libnldbl-routines)).
36094         * Makerules (native-compile-mkdep-flags): Define.
36095         * sunrpc/Makefile (extra-objs): Add $(addprefix
36096         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
36097         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
36098         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
36099         calling $(make-target-directory).
36101 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36103         * bits/types.h (__snseconds_t): Removed.
36104         * time/time.h (struct timespec): Replace __snseconds_t with
36105         __syscall_slong_t.
36106         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
36107         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
36108         Likewise.
36109         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
36110         (__SNSECONDS_T_TYPE): Likewise.
36111         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
36112         (__SNSECONDS_T_TYPE): Likewise.
36113         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36114         (__SNSECONDS_T_TYPE): Likewise.
36116 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36118         * sysdeps/mach/hurd/bits/typesizes.h
36119         (__SYSCALL_SLONG_TYPE): New macro.
36120         (__SYSCALL_ULONG_TYPE): Likewise.
36122 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36124         * bits/types.h (__syscall_slong_t): New type.
36125         (__syscall_ulong_t): Likewise.
36127         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
36128         (__SYSCALL_ULONG_TYPE): Likewise.
36129         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
36130         (__SYSCALL_SLONG_TYPE): Likewise.
36131         (__SYSCALL_ULONG_TYPE): Likewise.
36132         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
36133         (__SYSCALL_SLONG_TYPE): Likewise.
36134         (__SYSCALL_ULONG_TYPE): Likewise.
36135         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36136         (__SYSCALL_SLONG_TYPE): Likewise.
36137         (__SYSCALL_ULONG_TYPE): Likewise.
36139 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36141         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
36142         Add sigaltstack-offsets.sym.
36143         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
36144         <sigaltstack-offsets.h>.
36145         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
36146         longjmp_msg pointer.
36147         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
36148         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
36149         signal stack.
36150         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
36152 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
36154         * elf/stackguard-macros.h: Remove file.
36155         * sysdeps/generic/stackguard-macros.h: New file.
36156         * sysdeps/i386/stackguard-macros.h: Likewise.
36157         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
36158         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
36159         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
36160         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
36161         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
36162         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
36163         * sysdeps/x86_64/stackguard-macros.h: Likewise.
36164         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
36165         <elf/stackguard-macros.h>.
36167         [BZ #14109]
36168         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
36169         __aligned__ in attribute.
36170         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
36171         (gregset_t): Likewise.
36173 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36175         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
36176         * sysdeps/x86_64/64/Implies-after: Here.  New file.
36177         * sysdeps/x86_64/x32/Implies-after: New file.
36179 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36181         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
36182         and access return value for _dl_profile_fixup.  Use R10_LP to
36183         load frame size.
36185 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36187         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
36189 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36191         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
36192         * sysdeps/x86_64/x32/sysdep.h: New file.
36194 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36196         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
36197         * sysdeps/x86_64/setjmp.S: Likewise.
36199 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36201         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
36202         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
36203         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
36204         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
36205         remove unused global constant.
36207 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
36209         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
36210         include of <not-cancel.h>.
36212 2012-05-15  Roland McGrath  <roland@hack.frob.com>
36214         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
36216 2012-05-15  Jeff Law  <law@redhat.com>
36217             Andreas Jaeger  <aj@suse.de>
36219         [BZ #13594]
36220         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
36221         out from...
36222         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
36223         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
36224         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
36225         code changing __hst_map_handle.map.
36227 2012-05-15  Roland McGrath  <roland@hack.frob.com>
36229         * configure.in (sysnames): Look for Implies-before and Implies-after
36230         files.
36231         * configure: Regenerated.
36233 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36235         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
36236         8-byte data alignment with LP_SIZE alignment.
36238 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36240         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
36241         into R10_LP.
36243 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36245         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
36247 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36249         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
36250         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
36251         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
36252         Likewise.
36253         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
36255 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36257         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
36258         (stackinfo_sub_sp): Likewise.
36260 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36262         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
36263         RAX_LP.
36265 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36267         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
36268         into R*_LP.
36270 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36272         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
36273         sizes into R*_LP.
36275 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36277         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
36279 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36281         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
36282         into R11_LP and load __x86_64_shared_cache_size_half into
36283         R8_LP.
36285 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36287         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
36288         R8_LP.
36290 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36292         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
36293         logb for POWER7.
36294         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
36295         logbf for POWER7.
36296         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
36297         logbl for POWER7.
36298         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
36299         powerpc32/power7/fpu/s_logb.c via #include.
36300         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
36301         powerpc32/power7/fpu/s_logbf.c via #include.
36302         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
36303         powerpc32/power7/fpu/s_logbl.c via #include.
36305 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
36307         * README.libm: Remove file.
36309 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
36311         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
36312         count for x32.  Use R*_LP and omit operand-size suffix.
36314 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
36316         * shlib-versions: Move x86_64-.*-linux.* entries to ...
36317         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
36318         * sysdeps/x86_64/x32/shlib-versions: New file.
36320 2012-05-14  Roland McGrath  <roland@hack.frob.com>
36322         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
36323         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
36324         Use _dl_fatal_printf instead.
36326 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
36328         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
36329         set if not set by the user.  Do not allow for being unset.
36330         * sysdeps/unix/sysv/linux/configure: Regenerated.
36332 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
36334         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
36335         the `q' suffix from lea and replace .quad with ASM_ADDR.
36337 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
36339         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
36340         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
36341         instead of $17.
36342         (PTR_DEMANGLE): Likewise.
36344 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
36346         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
36347         (LP_OP): Likewise.
36348         (ASM_ADDR): Likewise.
36349         (RAX_LP): Likewise.
36350         (RBP_LP): Likewise.
36351         (RBX_LP): Likewise.
36352         (RCX_LP): Likewise.
36353         (RDI_LP): Likewise.
36354         (RSI_LP): Likewise.
36355         (RSP_LP): Likewise.
36356         (R8_LP): Likewise.
36357         (R9_LP): Likewise.
36358         (R10_LP): Likewise.
36359         (R10_LP): Likewise.
36360         (R11_LP): Likewise.
36361         (R12_LP): Likewise.
36362         (R13_LP): Likewise.
36363         (R14_LP): Likewise.
36364         (R15_LP): Likewise.
36366 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
36368         * sysdeps/x86_64/x32/dl-machine.h: New file.
36370 2012-05-14  Andreas Jaeger  <aj@suse.de>
36372         * manual/Makefile (subdir): Remove export of subdir.
36373         (all): Remove target.
36374         (.PHONY): Remove all from list.
36375         (mkinstalldirs): Remove.
36376         (.PHONY): Remove installdirs from list.
36377         ($(inst_infodir)/libc.info): Use make-target-directory.
36378         (installdirs): Remove.
36379         (subdir_%): Remove.
36380         (glibc-targets): Remove.
36381         (lib): Remove.
36382         (stubs): Remove.
36383         ($(objpfx)stubs ../po/manual.pot): Remove.
36384         ($(objpfx)stamp%): Remove.
36385         (make-target-directory): Remove.
36386         (subdir_install): Remove.
36387         (routines): Remove.
36388         (aux): Remove.
36389         (sources): Remove.
36390         (objects): Remove.
36391         (headers): Remove.
36393         [BZ #13750]
36394         * manual/.gitignore: Remove, it's not needed anymore.
36395         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
36396         all files in it.
36397         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
36398         directory.
36399         (texis): Renamed to $(objpfx)texis.
36400         (texis-path): New, contains path to generated files.
36401         (chapters.%): Use texis-path for complete path, add extra argument
36402         libc-texinfo.sh.
36403         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
36404         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
36405         (summary,texi, stamp-summary): Use complete path of
36406         files. Generate files in build dir.
36407         (dir-add.texi): Build in build dir.
36408         (libm-err.texi,stamp-libm-err): Likewise.
36409         (version.texi, stamp-version): Likewise.
36410         (.%c.texi): Likewise.
36411         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
36412         (mostlyclean): Remove target.
36413         (realclean): Remove target.
36414         (generated): Add new variable with contents from mostlyclean and
36415         realclean, remove entries duplicated in common-mostlyclean, add
36416         stamp-libm-err and stamp-version.
36417         (generated-dirs): Add libc directory.
36418         ($(inst_infodir)/libc.info): Install files from build dir.
36420         * manual/install.texi (Configuring and compiling): Adjust since
36421         the info files are not part of the tar ball anymore.
36423 2012-05-14  Andreas Jaeger  <aj@suse.de>
36425         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
36426         variable.
36428 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
36430         [BZ #13717]
36431         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
36432         to 2.2.0 where earlier.
36433         * sysdeps/unix/sysv/linux/configure: Regenerated.
36434         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
36435         Remove conditional code.
36436         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
36437         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
36438         Remove conditional code.
36439         [!__NR_lchown]: Likewise.
36440         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
36441         [__NR_lchown]: Likewise.
36442         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
36443         comment referencing __ASSUME_LCHOWN_SYSCALL.
36444         * sysdeps/unix/sysv/linux/i386/sigaction.c
36445         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
36446         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
36447         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
36448         Remove conditional code.
36449         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
36450         (__protocol_available): Remove #if 0 code.
36451         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
36452         conditional code.
36453         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
36454         * sysdeps/unix/sysv/linux/kernel-features.h
36455         (__ASSUME_GETCWD_SYSCALL): Don't define.
36456         (__ASSUME_REALTIME_SIGNALS): Likewise.
36457         (__ASSUME_PREAD_SYSCALL): Likewise.
36458         (__ASSUME_PWRITE_SYSCALL): Likewise.
36459         (__ASSUME_POLL_SYSCALL): Likewise.
36460         (__ASSUME_LCHOWN_SYSCALL): Likewise.
36461         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
36462         non-SPARC.
36463         (__ASSUME_SIOCGIFNAME): Don't define.
36464         (__ASSUME_MSG_NOSIGNAL): Likewise.
36465         (__ASSUME_SENDFILE): Define unconditionally.
36466         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
36467         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
36468         conditional code.
36469         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
36470         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
36471         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
36472         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
36473         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
36474         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
36475         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
36476         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
36477         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
36478         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
36479         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
36480         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
36481         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
36482         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
36483         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
36484         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
36485         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
36486         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
36487         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
36488         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
36489         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
36490         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
36491         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
36492         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
36493         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
36494         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
36495         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
36496         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
36497         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
36498         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
36499         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
36500         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
36501         Remove conditional code.
36502         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
36503         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
36504         Remove conditional code.
36505         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
36506         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
36507         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
36508         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
36509         Remove conditional code.
36510         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
36511         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
36512         Remove conditional code.
36513         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
36514         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
36515         Remove conditional code.
36516         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
36517         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
36518         Remove conditional code.
36519         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
36520         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
36521         Remove conditional code.
36522         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
36523         * sysdeps/unix/sysv/linux/sh/pwrite64.c
36524         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
36525         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
36526         * sysdeps/unix/sysv/linux/sigaction.c
36527         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
36528         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
36529         * sysdeps/unix/sysv/linux/sigpending.c
36530         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
36531         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
36532         * sysdeps/unix/sysv/linux/sigprocmask.c
36533         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
36534         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
36535         * sysdeps/unix/sysv/linux/sigsuspend.c
36536         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
36537         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
36538         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
36539         (__libc_missing_rt_sigs): Remove.
36540         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
36541         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
36542         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
36543         Remove conditional code.
36544         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
36545         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
36546         return 1.
36547         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
36548         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
36549         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
36550         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
36552 2012-05-14  Andreas Jaeger  <aj@suse.de>
36554         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
36555         it's not used in glibc.
36556         (__coshm1): Likewise.
36557         (__acosh1p): Likewise.
36558         (__sgn): Likewise.
36560         * manual/string.texi (Copying and Concatenation): Add missing
36561         variable in concat example.
36562         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
36564 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
36566         [BZ #14103]
36567         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
36568         __builtin_clzl with __builtin_clzll.
36570 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
36572         [BZ #14104]
36573         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
36574         libc_freeres_ptr.
36576 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
36578         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
36579         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
36580         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
36581         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
36583 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
36585         * NEWS: Update ia64 info.
36587 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
36589         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
36590         used as bcopy.
36592 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
36594         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
36595         * sysdeps/unix/syscalls.list (dup3): Likewise.
36596         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
36597         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
36599 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
36601         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
36602         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
36604 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
36606         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
36607         thread pointer.
36608         (TLS_IE): Use mov/add instead of movq/addq to load thread
36609         pointer.
36610         (TLS_GD_PREFIX): New.
36611         (TLS_GD): Use it.
36613 2012-05-11  David S. Miller  <davem@davemloft.net>
36615         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
36616         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
36617         (_FPU_SETCW): Likewise.
36619 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
36621         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
36622         is 32-byte aligned.
36624 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
36626         [BZ #11837]
36627         * iconvdata/gb18030.c: Update tables.
36628         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
36629         characters specially.
36630         (BODY for TO_LOOP): Add encoding of missing ranges.
36632 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
36634         [BZ #13673]
36635         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
36636         * sysdeps/mach/hurd/dup3.c: Likewise.
36637         * sysdeps/mach/hurd/readlinkat.c: Likewise.
36638         * sysdeps/powerpc/memmove.c:: Likewise.
36640 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
36642         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
36643         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
36645 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
36647         * elf/elf.h (R_X86_64_RELATIVE64): New.
36648         (R_X86_64_NUM): Updated.
36649         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
36650         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
36651         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
36652         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
36653         tst-quad1pie tst-quad2pie
36654         (modules-names): Add tst-quadmod1 tst-quadmod2.
36655         ($(objpfx)tst-quad1): New dependency.
36656         ($(objpfx)tst-quad2): Likewise.
36657         ($(objpfx)tst-quad1pie): Likewise.
36658         ($(objpfx)tst-quad2pie): Likewise.
36659         * sysdeps/x86_64/tst-quad1.c: New file.
36660         * sysdeps/x86_64/tst-quad1pie.c: New file.
36661         * sysdeps/x86_64/tst-quad2.c: Likewise.
36662         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
36663         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
36664         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
36665         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
36666         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
36668 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36670         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
36671         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
36672         * streams/stropts.h (t_scalar_t): Define type.
36674         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
36675         (_PATH_PRESERVE): Set to "/var/lib".
36676         (_PATH_RWHODIR): Set to "/var/spool/rwho".
36678         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
36679         instead of int.
36681         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
36682         if __dir_mkfile succeeded.
36684         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
36685         checking for _hurd_dtablesize.  Unlock it right after having
36686         finished _hurd_dtable allocation.
36688 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
36690         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
36691         * sysdeps/mach/hurd/configure: Regenerated.
36692         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
36693         special-casing to...
36694         * sysdeps/gnu/configure.in: ... this new file.
36695         * sysdeps/unix/sysv/linux/configure: Regenerated.
36696         * sysdeps/gnu/configure: New generated file.
36698         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
36699         for Linux: use nsec instead of usec, as well as:
36700         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
36701         members of type struct timespec.
36702         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
36703         New macros.
36704         (struct stat64): Likewise.
36705         (_STATBUF_ST_NSEC): New macro.
36706         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
36708         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
36709         __strtoul_internal rather than strtoul.
36711 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
36713         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
36714         and reject them.
36716 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36718         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
36719         which preserves existing values.
36720         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
36722 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
36724         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
36725         TIMEOUT values.  Return EINVAL for NFDS values either negative or
36726         greater than FD_SETSIZE.
36728 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36730         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
36731         allocated, call __vm_protect to finish enabling the existing space, and
36732         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
36733         allocate the remainder.
36735 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
36737         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
36738         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
36740 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36742         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
36743         sysdeps/mach/hurd/readlink.c.
36745         * posix/tst-sysconf.c (posix_options): Only use
36746         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
36747         _POSIX_SYNCHRONIZED_IO when they are defined
36748         * sysdeps/mach/hurd/bits/posix_opt.h:
36749         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
36750         (_XOPEN_REALTIME): Undefine macro.
36751         (_XOPEN_REALTIME_THREADS): Undefine macro.
36752         (_XOPEN_SHM): Undefine macro.
36753         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
36754         macro to -1.
36755         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
36756         macro to -1.
36757         (_POSIX_ASYNC_IO): Undefine macro.
36758         (_POSIX_PRIORITIZED_IO): Undefine macro.
36759         (_POSIX_SPIN_LOCKS): Define macro to -1.
36761         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
36762         SA_NODEFER, SA_RESETHAND.
36763         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
36764         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
36765         F_DUPFD_CLOEXEC.
36767 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
36769         * elf/Makefile (pldd-modules): Define unconditionally.
36771 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
36773         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
36775 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36777         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
36778         Return ENOENT when name is empty.
36779         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
36781 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
36783         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
36785         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
36787 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36789         Fix mlock in all cases except non-readable pages.
36790         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
36791         instead of VM_PROT_ALL as parameter to __vm_wire function.
36793         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
36794         (__mkdir): When path is `/', just fail with EEXIST.
36795         * sysdeps/mach/hurd/mkdirat.c: Likewise.
36797 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
36799         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
36800         <sys/uio.h> (for writev).
36801         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
36802         and <sys/param.h> (for MIN).
36804 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
36806         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
36807         REQUESTED_TIME.  Properly set the remaining time and return EINTR
36808         if interrupted.
36810 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
36812         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
36813         Depend on against $(link-rpcuserlibs).
36815 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36817         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
36818         (__libc_stack_end): Do not use attribute_relro.
36819         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
36820         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
36821         to libthread-provided value.
36822         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
36823         attribute_relro.
36825 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
36827         [BZ #3748]
36828         * bits/libc-lock.h (__libc_once_get): New macro.
36829         * sysdeps/mach/bits/libc-lock.h: Likewise.
36830         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
36831         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
36832         instead of using implementation details.
36834         * libio/fileops.c: Unconditionally include <kernel-features.h>.
36835         * libio/freopen.c: Likewise.
36836         * libio/freopen64.c: Likewise.
36837         * misc/syslog.c: Likewise.
36838         * nscd/connections.c: Likewise.
36839         * nscd/netgroupcache.c: Likewise.
36840         * sysdeps/posix/getcwd.c: Likewise.
36842 2012-05-10  Roland McGrath  <roland@hack.frob.com>
36844         * math/w_ilogbf.c: Add #include <limits.h>.
36846 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36848         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
36849         path instead of returning without unlocking.
36851         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
36852         immediate-write ioctls.
36853         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
36855 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
36857         * sysdeps/mach/hurd/i386/init-first.c (init): Use
36858         __builtin_frame_address instead of making assumptions about the
36859         location of the return address relative to DATA.  Force early load of
36860         the return address.
36861         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
36862         __builtin_frame_address.
36864         dup3 for GNU Hurd.
36865         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
36866         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
36867         implement dup3 and do some further code clean-ups.
36868         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
36869         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
36871 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36873         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
36875         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
36876         HURD_CRITICAL_END around holding _hurd_dtable_lock.
36877         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
36878         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
36879         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
36880         d->port.lock.
36882         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
36883         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
36884         when handler == SIG_ERR, not when handler != SIG_ERR.
36886 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
36888         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
36889         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
36890         definitions.
36892         accept4 for GNU Hurd.
36893         * include/sys/socket.h (__libc_accept4): New prototype.
36894         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
36895         to implement __libc_accept4.
36896         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
36897         __libc_accept4.
36898         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
36900         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
36901         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
36902         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
36903         signal-defines.sym.
36905 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36907         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
36909 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
36911         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
36912         assertion on O_CLOEXEC flag.
36913         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
36914         * hurd/intern-fd.c: Likewise.
36915         * hurd/port2fd.c: Likewise.
36917 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36919         [BZ #3906]
36920         * bits/in.h (IPV6_PKTINFO): Define new macro.
36921         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
36923 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36925         [BZ #13954]
36926         [BZ #13955]
36927         [BZ #13956]
36928         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
36929         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
36930         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
36931         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
36932         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
36933         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
36934         * math/libm-test.inc (logb_test) : Additional logb tests.
36936 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
36937             Andreas Jaeger  <aj@suse.de>
36939         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
36940         * configure: Regenerated.
36941         * config.h.in (LINK_OBSOLETE_RPC): New macro.
36942         * config.make.in (link-obsolete-rpc): New substituted variable.
36943         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
36944         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
36945         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
36946         (shared-only-routines): Don't set it under [link-obsolete-rpc],
36947         so that libc.a contains the symbols.
36948         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
36949         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
36950         * sunrpc/auth_none.c: Likewise.
36951         * sunrpc/auth_unix.c: Likewise.
36952         * sunrpc/authdes_prot.c: Likewise.
36953         * sunrpc/authuxprot.c: Likewise.
36954         * sunrpc/clnt_gen.c: Likewise.
36955         * sunrpc/clnt_perr.c: Likewise.
36956         * sunrpc/clnt_raw.c: Likewise.
36957         * sunrpc/clnt_simp.c: Likewise.
36958         * sunrpc/clnt_tcp.c: Likewise.
36959         * sunrpc/clnt_udp.c: Likewise.
36960         * sunrpc/clnt_unix.c: Likewise.
36961         * sunrpc/des_crypt.c: Likewise.
36962         * sunrpc/des_soft.c: Likewise.
36963         * sunrpc/get_myaddr.c: Likewise.
36964         * sunrpc/key_call.c: Likewise.
36965         * sunrpc/key_prot.c: Likewise.
36966         * sunrpc/netname.c: Likewise.
36967         * sunrpc/pm_getmaps.c: Likewise.
36968         * sunrpc/pm_getport.c: Likewise.
36969         * sunrpc/pmap_clnt.c: Likewise.
36970         * sunrpc/pmap_prot.c: Likewise.
36971         * sunrpc/pmap_prot2.c: Likewise.
36972         * sunrpc/pmap_rmt.c: Likewise.
36973         * sunrpc/publickey.c: Likewise.
36974         * sunrpc/rpc_cmsg.c: Likewise.
36975         * sunrpc/rpc_common.c: Likewise.
36976         * sunrpc/rpc_dtable.c: Likewise.
36977         * sunrpc/rpc_prot.c: Likewise.
36978         * sunrpc/rpc_thread.c: Likewise.
36979         * sunrpc/rtime.c: Likewise.
36980         * sunrpc/svc.c: Likewise.
36981         * sunrpc/svc_auth.c: Likewise.
36982         * sunrpc/svc_raw.c: Likewise.
36983         * sunrpc/svc_run.c: Likewise.
36984         * sunrpc/svc_tcp.c: Likewise.
36985         * sunrpc/svc_udp.c: Likewise.
36986         * sunrpc/svc_unix.c: Likewise.
36987         * sunrpc/svcauth_des.c: Likewise.
36988         * sunrpc/xcrypt.c: Likewise.
36989         * sunrpc/xdr.c: Likewise.
36990         * sunrpc/xdr_array.c: Likewise.
36991         * sunrpc/xdr_float.c: Likewise.
36992         * sunrpc/xdr_intXX_t.c: Likewise.
36993         * sunrpc/xdr_mem.c: Likewise.
36994         * sunrpc/xdr_rec.c: Likewise.
36995         * sunrpc/xdr_ref.c: Likewise.
36996         * sunrpc/xdr_sizeof.c: Likewise.
36997         * sunrpc/xdr_stdio.c: Likewise.
36999 2012-05-10  Roland McGrath  <roland@hack.frob.com>
37001         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
37002         change.  Update copyright years.
37004 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
37006         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
37008 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
37009             Joseph Myers  <joseph@codesourcery.com>
37010             Paul Pluzhnikov  <ppluzhnikov@google.com>
37012         [BZ #14012]
37013         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
37014         requiring rpcgen.
37015         [cross-compiling] (extra-libs): Likewise.
37016         [cross-compiling] (extra-libs-others): Likewise.
37017         [cross-compiling] (librpcsvc-routines): Likewise.
37018         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
37019         [cross-compiling] (omit-deps): Likewise.
37020         (sunrpc-CPPFLAGS): New variable.
37021         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
37022         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
37023         (cross-rpcgen-objs): New variable.
37024         (extra-objs): Append $(cross-rpcgen-objs).
37025         ($(cross-rpcgen-objs)): New rule.
37026         ($(objpfx)cross-rpcgen): Likewise.
37027         (rpcgen-cmd): Define to use $(built-program-file).  Expand
37028         comment.
37029         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
37030         ($(objpfx)x%.stmp): Likewise.
37031         * sunrpc/proto.h [IS_IN_build] (_): Define.
37032         [IS_IN_build] (_libc_intl_domainname): Likewise.
37034 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
37036         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
37037         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
37038         and R_X86_64_TPOFF64.
37040 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
37042         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
37043         sysdeps/unix/sysv/syscalls.list.
37044         (stime): Likewise.
37045         (utime): Likewise.
37046         * sysdeps/unix/sysv/syscalls.list: Remove file.
37048 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
37050         [BZ #3440]
37051         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
37052         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
37053         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
37054         (__LC_IDENTIFICATION): Make these macros useful in #if
37055         expressions, as required by C99.
37057 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
37059         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
37060         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
37061         after this.
37063 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
37065         * stdlib/longlong.h: Updated from GCC.
37067 2012-05-09  Andreas Jaeger  <aj@suse.de>
37069         * nscd/nscd.c (run_modes): Make named enum, reorder so that
37070         default is first entry.
37071         (run_mode): Set type.
37072         (main): Remove informal message about syslog.
37073         (options): Fix typo.
37075         [BZ #14053]
37076         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
37077         to asm.
37078         (lrint): Likewise.
37079         (llrintf): Likewise.
37080         (llrint): Likewise.
37081         (rint): Likewise.
37082         (rintf): Likewise.
37083         (nearbyint): Likewise.
37084         (nearbyintf): Likewise.
37086 2012-05-09  Andreas Jaeger  <aj@suse.de>
37087             Pedro Alves  <palves@redhat.com>
37089         * nscd/nscd.c (run_mode): Use enum.
37090         (main): Cleanup coding style issue.
37092 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
37093             Andreas Jaeger  <aj@suse.de>
37095         * nscd/nscd.c (go_background): Replaced with...
37096         (run_mode): ... this.
37097         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
37098         (options): Add -F --foreground.
37099         (main): Implement it.
37100         (parse_opt): Parse it.
37102 2012-05-09  Andreas Jaeger  <aj@suse.de>
37104         [BZ #14083]
37105         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
37106         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
37107         -Wconversion warning.
37108         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
37109         Likewise.
37111 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
37113         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
37114         == 0.
37115         (LC_ALL): Use macro-int-constant.
37116         (LC_COLLATE): Likewise.
37117         (LC_CTYPE): Likewise.
37118         (LC_MESSAGES): Likewise.
37119         (LC_MONETARY): Likewise.
37120         (LC_NUMERIC): Likewise.
37121         (LC_TIME): Likewise.
37122         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
37123         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
37124         [ISO || ISO99 || ISO11] (*_t): Do not allow.
37125         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
37126         Specify type.
37127         [C99-based standards] (float_t): Expect type.
37128         [C99-based standards] (double_t): Expect type.
37129         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
37130         type.
37131         [C99-based standards] (HUGE_VALL): Likewise.
37132         [C99-based standards] (INFINITY): Likewise.
37133         [C99-based standards] (NAN): Likewise.
37134         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
37135         [C99-based standards] (FP_NAN): Likewise.
37136         [C99-based standards] (FP_NORMAL): Likewise.
37137         [C99-based standards] (FP_SUBNORMAL): Likewise.
37138         [C99-based standards] (FP_ZERO): Likewise.
37139         [C99-based standards] (FP_FAST_FMA): Use
37140         optional-macro-int-constant.  Specify type.  Require == 1.
37141         [C99-based standards] (FP_FAST_FMAF): Likewise.
37142         [C99-based standards] (FP_FAST_FMAL): Likewise.
37143         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
37144         [C99-based standards] (FP_ILOGBNAN): Likewise.
37145         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
37146         Specify type.
37147         [C99-based standards] (MATH_ERREXCEPT): Likewise.
37148         [C99-based standards] (math_errhandling): Specify type.
37149         [ISO99 || ISO11] (signgam): Do not allow.
37150         [non-C99-based standards] (copysignf): Do not allow.
37151         [non-C99-based standards] (exp2f): Likewise.
37152         [non-C99-based standards] (log2f): Likewise.
37153         [non-C99-based standards] (modff): Allow.
37154         [non-C99-based standards] (erff): Do not allow.
37155         [non-C99-based standards] (erfcf): Likewise.
37156         [non-C99-based standards] (gammaf): Likewise.
37157         [non-C99-based standards] (hypotf): Likewise.
37158         [non-C99-based standards] (j0f): Likewise.
37159         [non-C99-based standards] (j1f): Likewise.
37160         [non-C99-based standards] (jnf): Likewise.
37161         [non-C99-based standards] (lgammaf): Likewise.
37162         [non-C99-based standards] (tgammaf): Likewise.
37163         [non-C99-based standards] (y0f): Likewise.
37164         [non-C99-based standards] (y1f): Likewise.
37165         [non-C99-based standards] (ynf): Likewise.
37166         [non-C99-based standards] (isnanf): Likewise.
37167         [non-C99-based standards] (acoshf): Likewise.
37168         [non-C99-based standards] (asinhf): Likewise.
37169         [non-C99-based standards] (atanhf): Likewise.
37170         [non-C99-based standards] (cbrtf): Likewise.
37171         [non-C99-based standards] (expm1f): Likewise.
37172         [non-C99-based standards] (ilogbf): Likewise.
37173         [non-C99-based standards] (log1pf): Likewise.
37174         [non-C99-based standards] (logbf): Likewise.
37175         [non-C99-based standards] (nextafterf): Likewise.
37176         [non-C99-based standards] (remainderf): Likewise.
37177         [non-C99-based standards] (rintf): Likewise.
37178         [non-C99-based standards] (scalbf): Likewise.
37179         [non-C99-based standards] (copysignl): Likewise.
37180         [non-C99-based standards] (exp2l): Likewise.
37181         [non-C99-based standards] (log2l): Likewise.
37182         [non-C99-based standards] (modfl): Allow.
37183         [non-C99-based standards] (erfl): Do not allow.
37184         [non-C99-based standards] (erfcl): Likewise.
37185         [non-C99-based standards] (gammal): Likewise.
37186         [non-C99-based standards] (hypotl): Likewise.
37187         [non-C99-based standards] (j0l): Likewise.
37188         [non-C99-based standards] (j1l): Likewise.
37189         [non-C99-based standards] (jnl): Likewise.
37190         [non-C99-based standards] (lgammal): Likewise.
37191         [non-C99-based standards] (tgammal): Likewise.
37192         [non-C99-based standards] (y0l): Likewise.
37193         [non-C99-based standards] (y1l): Likewise.
37194         [non-C99-based standards] (ynl): Likewise.
37195         [non-C99-based standards] (isnanl): Likewise.
37196         [non-C99-based standards] (acoshl): Likewise.
37197         [non-C99-based standards] (asinhl): Likewise.
37198         [non-C99-based standards] (atanhl): Likewise.
37199         [non-C99-based standards] (cbrtl): Likewise.
37200         [non-C99-based standards] (expm1l): Likewise.
37201         [non-C99-based standards] (ilogbl): Likewise.
37202         [non-C99-based standards] (log1pl): Likewise.
37203         [non-C99-based standards] (logbl): Likewise.
37204         [non-C99-based standards] (nextafterl): Likewise.
37205         [non-C99-based standards] (remainderl): Likewise.
37206         [non-C99-based standards] (rintl): Likewise.
37207         [non-C99-based standards] (scalbl): Likewise.
37208         [ISO || ISO99 || ISO11] (*_t): Do not allow.
37209         [non-C99-based standards] (FP_*): Do not allow.
37210         [C99-based standards] (FP_*): Change to
37211         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
37212         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
37213         allow.
37214         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
37215         (SIG_ERR): Likewise.
37216         [X/Open-based standards] (SIG_HOLD): Likewise.
37217         (SIG_IGN): Likewise.
37218         (SIGABRT): Use macro-int-constant.  Specify type.  Require
37219         positive value.
37220         (SIGFPE): Likewise.
37221         (SIGILL): Likewise.
37222         (SIGINT): Likewise.
37223         (SIGSEGV): Likewise.
37224         (SIGTER): Likewise.
37225         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
37226         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
37227         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
37228         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
37229         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
37230         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
37231         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
37232         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
37233         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
37234         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
37235         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
37236         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
37237         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
37238         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
37239         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
37240         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
37241         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
37242         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
37243         [X/Open-based standards] (SIGTRAP): Likewise.
37244         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
37245         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
37246         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
37247         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
37248         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
37249         allow.
37251 2012-05-08  Ian Wienand  <ianw@vmware.com>
37253         [BZ #14080]
37254         * time/tzset.c (__tzset_parse_tz): Update default rules for
37255         daylight time changes in the Energy Policy Act of 2005.
37257 2012-05-09  Andreas Jaeger  <aj@suse.de>
37259         [BZ #13983]
37260         * elf/ldconfig.c (parse_conf): Change string to make clear that
37261         ldconfig only issued a warning if ld.so.conf does not exist.
37263 2012-05-08  David S. Miller  <davem@davemloft.net>
37265         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
37266         movxtod instead of popping the value on the stack.
37268         * sysdeps/sparc/fpu/libm-test-ulps: Update.
37270 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
37272         * config.h.in: Add HAVE_ARM_PCS_VFP.
37274 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
37276         [BZ #13979]
37277         * include/features.h: Warn if user requests __FORTIFY_SOURCE
37278         checking but the checks are disabled for any reason.
37280 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
37282         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
37283         and ELF64_R_TYPE with ELFW(R_TYPE).
37285 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
37287         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
37288         (ulimit): Likewise.
37290         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
37291         (settimeofday): Likewise.
37293 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
37295         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
37296         a struct th_u2 inside the union, and move tu_block/tu_code into
37297         a new th_u3 union of tu_block/tu_code inside of that.  Move
37298         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
37299         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
37300         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
37301         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
37302         (th_stuff): Change to th_u1.tu_stuff.
37303         (th_data): Define.
37304         (th_msg): Change to th_u1.th_u2.tu_data.
37306 2012-05-07  David S. Miller  <davem@davemloft.net>
37308         * sysdeps/sparc/fpu/libm-test-ulps: Update.
37310         [BZ #14074]
37311         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
37312         (SETUP_PIC_REG): Use it.
37313         (SETUP_PIC_REG_LEAF): Use it.
37315 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
37317         [BZ #13885]
37318         [BZ #13923]
37319         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
37320         USE_AS_EXPM1L.
37321         (EXPL_FINITE): Likewise.
37322         (FLDLOG): Likewise.
37323         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
37324         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
37325         e_expl.S.
37326         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
37327         USE_AS_EXPM1L.
37328         (EXPL_FINITE): Likewise.
37329         (FLDLOG): Likewise.
37330         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
37331         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
37332         e_expl.S.
37333         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
37334         test of -max_value argument for long double.
37335         * sysdeps/i386/fpu/libm-test-ulps: Update.
37336         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37338 2012-05-06  David S. Miller  <davem@davemloft.net>
37340         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
37341         quad soft-float symbols whose references which are compiler
37342         generated.
37343         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
37345 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
37347         [BZ #13884]
37348         [BZ #13914]
37349         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
37350         USE_AS_EXP10L.
37351         (EXPL_FINITE): Likewise.
37352         (FLDLOG): Likewise.
37353         (c0): Likewise.
37354         (c1): Likewise.
37355         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
37356         Adjust comments for base varying.
37357         (__expl_finite): Change alias to EXPL_FINITE.
37358         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
37359         e_expl.S.
37360         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
37361         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
37362         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
37363         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
37364         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
37365         USE_AS_EXP10L.
37366         (EXPL_FINITE): Likewise.
37367         (FLDLOG): Likewise.
37368         (c0): Likewise.
37369         (c1): Likewise.
37370         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
37371         Adjust comments for base varying.
37372         (__expl_finite): Change alias to EXPL_FINITE.
37373         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
37374         tests for bugs.
37375         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
37377         [BZ #14064]
37378         * math/libm-test.inc (check_float_internal): Correct ulp
37379         calculation for subnormal expected results.
37381 2012-05-06  Andreas Jaeger  <aj@suse.de>
37383         * Makeconfig (+math-flags): New, set to -frounding-math.
37384         (+cflags): Add +math-flags so that all of glibc gets compiled with
37385         it.
37387         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
37389 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
37391         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
37392         Disable one test.
37394         [BZ #13787]
37395         [BZ #13922]
37396         [BZ #14036]
37397         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
37398         (__ieee754_expl): Allow for and saturate large arguments.
37399         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
37400         (u_threshold): Likewise.
37401         (__exp): Call __ieee754_exp before checking for overflow and
37402         underflow.
37403         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
37404         (u_threshold): Likewise.
37405         (__expf): Call __ieee754_expf before checking for overflow and
37406         underflow.
37407         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
37408         (u_threshold): Likewise.
37409         (__expl): Call __ieee754_expl before checking for overflow and
37410         underflow.
37411         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
37412         (__ieee754_expl): Allow for and saturate large arguments.
37413         * math/libm-test.inc (exp_test): Add another test.  Do not allow
37414         missing overflow exception on overflow.
37415         (expm1_test): Do not allow missing overflow exception on overflow.
37417         * sysdeps/i386/fpu/e_expl.c: Move to ...
37418         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
37419         rather than using inline asm.
37420         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
37421         * sysdeps/x86_64/fpu/e_expl.S: Copy from
37422         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
37424         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
37425         (nice): Likewise.
37426         (poll): Likewise.
37427         (signal): Likewise.
37428         (time): Likewise.
37429         (times): Likewise.
37431 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
37433         * sysdeps/unix/syscalls.list (adjtime): Add entry from
37434         sysdeps/unix/common/syscalls.list.
37435         (fchmod): Likewise.
37436         (fchown): Likewise.
37437         (ftruncate): Likewise.
37438         (getrusage): Likewise.
37439         (gettimeofday): Likewise.
37440         (setpgid): Likewise.
37441         (setregid): Likewise.
37442         (setreuid): Likewise.
37443         (sigaction): Likewise.
37444         (truncate): Likewise.
37445         (vhangup): Likewise.
37446         * sysdeps/unix/common/syscalls.list: Remove file.
37447         * sysdeps/unix/bsd/Implies: Don't include unix/common.
37448         * sysdeps/unix/sysv/linux/Implies: Likewise.
37450 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
37452         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
37453         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
37454         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
37455         Moved to ...
37456         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
37457         Here.
37458         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
37459         to ...
37460         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
37461         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
37462         to ...
37463         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
37464         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
37465         to ...
37466         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
37467         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
37468         to ...
37469         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
37470         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
37471         to ...
37472         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
37473         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
37474         to ...
37475         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
37476         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
37477         to ...
37478         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
37479         Here.
37480         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
37481         to ...
37482         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
37483         Here.
37484         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
37485         to ...
37486         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
37487         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
37488         Moved to ...
37489         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
37490         Here.
37491         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
37492         to ...
37493         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
37495 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
37497         * sysdeps/unix/common/bits/dirent.h: Remove file.
37498         * sysdeps/unix/common/bits/fcntl.h: Likewise.
37500         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
37501         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
37502         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
37503         * sysdeps/unix/bsd/isatty.c: Likewise.
37504         * sysdeps/unix/bsd/tcdrain.c: Likewise.
37505         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
37506         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
37508 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37510         [BZ #13563]
37511         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
37512         long double comparison inaccuracies.
37513         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
37514         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
37516 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
37518         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
37519         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
37521 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
37523         [BZ #14049]
37524         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
37525         nonzero digits before rounding a hex value.
37526         * stdlib/tst-strtod.c (tests): Add another test.
37528 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37530         * sysdeps/s390/fpu/libm-test-ulps: Update.
37532 2012-05-03  Andreas Jaeger  <aj@suse.de>
37534         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
37535         does not get optimized out.
37536         (malloc_opt_barrier): New.
37538 2012-05-03  Andreas Jaeger  <aj@suse.de>
37539             Roland McGrath  <roland@hack.frob.com>
37541         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
37542         intermediate file deletion.
37543         (generated): Add .symlist files.
37545 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
37547         [BZ #13775]
37548         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
37549         Redirect under this condition.
37550         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
37551         [__USE_GNU] (__dprintf_chk): Not under this condition.
37552         [__USE_GNU] (__vdprintf_chk): Likewise.
37553         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
37554         under this condition.
37555         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
37556         [__USE_XOPEN2K8] (dprintf): Define under this condition.
37557         [__USE_XOPEN2K8] (vdprintf): Likewise.
37558         [__USE_GNU] (__dprintf_chk): Not under this condition.
37559         [__USE_GNU] (__vdprintf_chk): Likewise.
37560         [__USE_GNU] (dprintf): Likewise.
37561         [__USE_GNU] (vdprintf): Likewise.
37563 2012-05-03  Roland McGrath  <roland@hack.frob.com>
37565         * elf/Makefile (common-generated): Set this instead of generated for
37566         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
37567         $(all-built-dso)-derived lists.
37569 2012-05-03  Andreas Jaeger  <aj@suse.de>
37571         * sysdeps/i386/fpu/libm-test-ulps: Update.
37573         * FAQ: Removed.
37574         * FAQ.in: Likewise.
37575         * scripts/gen-FAQ.pl: Likewise.
37576         * manual/install.texi (Installation): Point to online location of
37577         FAQ.
37578         * Makefile (files-for-dist): Remove FAQ.
37579         (FAQ): Remove.
37581 2012-05-02  Allan McRae  <allan@archlinux.org>
37583         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
37584         (LDFLAGS-reldepmod5.so): Likewise.
37585         (LDFLAGS-reldep6mod1.so): Likewise.
37586         (LDFLAGS-reldep6mod4.so): Likewise.
37587         (LDFLAGS-reldep8mod3.so): Likewise.
37588         (LDFLAGS-unload4mod1.so): Likewise.
37589         (LDFLAGS-unload4mod2.so): Likewise.
37590         (LDFLAGS-tst-initorder): Likewise.
37591         (LDFLAGS-tst-initordera2.so): Likewise.
37592         (LDFLAGS-tst-initordera3.so): Likewise.
37593         (LDFLAGS-tst-initordera4.so): Likewise.
37594         (LDFLAGS-tst-initorderb2.so): Likewise.
37595         (LDFLAGS-noload): Likewise.
37596         (LDFLAGS-next): Likewise.
37597         (LDFLAGS-order2mod1.so): Likewise.
37598         (LDFLAGS-order2mod2.so): Likewise.
37599         (LDFLAGS-tst-initorder2): Likewise.
37600         (LDFLAGS-tst-initorder2a.so): Likewise.
37601         (LDFLAGS-tst-initorder2b.so): Likewise.
37602         (LDFLAGS-tst-initorder2c.so): Likewise.
37603         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
37605 2012-05-02  David S. Miller  <davem@davemloft.net>
37607         * sysdeps/sparc/fpu/libm-test-ulps: Update.
37609 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
37611         [BZ #14055]
37612         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
37614 2012-05-02  Andreas Jaeger  <aj@suse.de>
37616         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
37617         since we manipulate rounding mode.
37618         (CPPFLAGS-test-idouble.c): Likewise.
37619         (CPPFLAGS-test-ifloat.c): Likewise.
37620         (CFLAGS-test-ldouble.c): Likewise.
37621         (CFLAGS-test-double.c): Likewise.
37622         (CFLAGS-test-float.c): Likewise.
37623         (CFLAGS-test-misc.c): Likewise.
37624         (CFLAGS-test-test-fenv.c): Likewise.
37626 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37628         [BZ #2550]
37629         [BZ #2570]
37630         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
37631         comparisons to determine direction to adjust input.
37633 2012-05-01  Roland McGrath  <roland@hack.frob.com>
37635         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
37636         output to the target.
37638         * scripts/localplt.awk: New file.
37639         * elf/Makefile ($(objpfx)check-localplt): Target removed.
37640         (check-localplt-CFLAGS): Variable removed.
37641         ($(all-built-dso:=.jmprel)): New static pattern rule.
37642         (generated): Add those targets.
37643         (localplt-built-dso): New variable.
37644         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
37646         * elf/check-localplt.c: File removed.
37648         * scripts/check-execstack.awk: New file.
37649         * elf/Makefile ($(objpfx)check-execstack): Target removed.
37650         (check-execstack-CFLAGS): Variable removed.
37651         ($(objpfx)check-execstack.h): Target removed.
37652         ($(objpfx)execstack-default): New target.
37653         (generated): Add that instead of check-execstack.h.
37654         ($(all-built-dso:=.phdr)): New static pattern rule.
37655         (generated): Add those targets.
37656         * elf/check-execstack.c: File removed.
37658         * scripts/check-textrel.awk: New file.
37659         * elf/Makefile ($(objpfx)check-textrel): Target removed.
37660         (check-textrel-CFLAGS): Variable removed.
37661         (all-built-dso): Use := to define.o
37662         ($(all-built-dso:=.dyn)): New static pattern rule.
37663         (generated): Add those targets.
37664         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
37665         * config.make.in (READELF): New substituted variable.
37666         * elf/check-textrel.c: File removed.
37668 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
37670         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
37671         allow.
37672         * conform/data/ctype.h-data [C99-based standards] (isblank):
37673         Expect function.
37674         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
37675         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
37676         [ISO || ISO99 || ISO11] (*_t): Do not allow.
37677         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
37678         Specify type.  Require positive value.
37679         (EILSEQ): Likewise.
37680         (ERANGE): Likewise.
37681         [ISO || POSIX] (EILSEQ): Do not expect.
37682         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
37683         Specify type.  Require positive value.
37684         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
37685         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
37686         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
37687         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
37688         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
37689         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
37690         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
37691         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
37692         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
37693         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
37694         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
37695         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
37696         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
37697         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
37698         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
37699         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
37700         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
37701         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
37702         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
37703         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
37704         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
37705         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
37706         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
37707         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
37708         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
37709         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
37710         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
37711         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
37712         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
37713         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
37714         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
37715         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
37716         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
37717         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
37718         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
37719         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
37720         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
37721         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
37722         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
37723         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
37724         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
37725         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
37726         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
37727         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
37728         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
37729         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
37730         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
37731         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
37732         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
37733         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
37734         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
37735         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
37736         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
37737         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
37738         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
37739         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
37740         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
37741         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
37742         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
37743         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
37744         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
37745         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
37746         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
37747         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
37748         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
37749         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
37750         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
37751         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
37752         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
37753         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
37754         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
37755         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
37756         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
37757         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
37758         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
37759         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
37760         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
37761         Require >= 2.
37762         (FLT_ROUNDS): Expect as macro, not constant.
37763         (FLT_MANT_DIG): Use macro-int-constant.
37764         (DBL_MANT_DIG): Likewise.
37765         (LDBL_MANT_DIG): Likewise.
37766         (FLT_DIG): Likewise.
37767         (DBL_DIG): Likewise.
37768         (LDBL_DIG): Likewise.
37769         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
37770         (DBL_MIN_EXP): Likewise.
37771         (LDBL_MIN_EXP): Likewise.
37772         (FLT_MAX_EXP): Use macro-int-constant.
37773         (DBL_MAX_EXP): Likewise.
37774         (LDBL_MAX_EXP): Likewise.
37775         (FLT_MAX_10_EXP): Likewise.
37776         (DBL_MAX_10_EXP): Likewise.
37777         (LDBL_MAX_10_EXP): Likewise.
37778         (FLT_MAX): Use macro-constant.
37779         (DBL_MAX): Likewise.
37780         (LDBL_MAX): Likewise.
37781         (FLT_EPSILON): Use macro-constant.  Give upper bound.
37782         (DBL_EPSILON): Likewise.
37783         (LDBL_EPSILON): Likewise.
37784         (FLT_MIN): Likewise.
37785         (DBL_MIN): Likewise.
37786         (LDBL_MIN): Likewise.
37787         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
37788         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
37789         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
37790         [ISO11] (FLT_HAS_SUBNORM): Likewise.
37791         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
37792         [ISO11] (DBL_DECIMAL_DIG): Likewise.
37793         [ISO11] (FLT_DECIMAL_DIG): Likewise.
37794         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
37795         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
37796         [ISO11] (FLT_TRUE_MIN): Likewise.
37797         [ISO11] (LDBL_TRUE_MIN): Likewise.
37798         [ISO || ISO99 || ISO11] (*_t): Do not allow.
37799         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
37800         (SCHAR_MIN): Use macro-int-constant.  Specify type.
37801         (SCHAR_MAX): Likewise.
37802         (UCHAR_MAX): Likewise.
37803         (CHAR_MIN): Likewise.
37804         (CHAR_MAX): Likewise.
37805         (MB_LEN_MAX): Use macro-int-constant.
37806         (SHRT_MIN): Use macro-int-constant.  Specify type.
37807         (SHRT_MAX): Likewise.
37808         (USHRT_MAX): Likewise.
37809         (INT_MAX): Likewise.
37810         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
37811         bound negative.
37812         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
37813         bound with "U".
37814         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
37815         bound with "L".
37816         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
37817         bound negative.  Suffix upper bound with "L".
37818         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
37819         bound with "UL".
37820         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
37821         Specify type.
37822         [C99-based standards] (LLONG_MAX): Likewise.
37823         [C99-based standards] (ULLONG_MAX): Likewise.
37824         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
37825         == 0.
37826         [ISO11] (max_align_t): Require type.
37827         [ISO || ISO99 || ISO11] (*_t): Do not allow.
37829         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
37830         from $CFLAGS, without defining away __attribute__ calls.
37831         (checknamespace): Use $CFLAGS_namespace.
37833         * conform/conformtest.pl (@keywords): Only include C99 keywords
37834         for standards based on C99 or C11.
37836         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
37837         Disable tests.
37838         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
37839         UNIX98]: Likewise.
37841         * conform/conformtest.pl: Handle "macro-int-constant" and test for
37842         usability of symbols in #if.
37844         * conform/conformtest.pl: If macro or constant types start
37845         "promoted:", expect the symbol to be of the following type
37846         promoted by the integer promotions.
37848         * conform/conformtest.pl: Parse all "constant" and "macro" lines
37849         in one place.  Also handle "macro-constant".
37851         * conform/conformtest.pl: Only accept expected macro values with
37852         "==".  Parse all "macro" lines in one place.
37853         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
37855         * conform/conformtest.pl: Handle braced types on "constant" lines
37856         instead of handling "typed-constant".
37857         * conform/data/signal.h-data: Use "constant" instead of
37858         "typed-constant".
37860         * conform/conformtest.pl: Handle "optional-" at start of lines in
37861         one place rather than duplicating several cases.  Handle each
37862         format of "macro" line with initial "optional-".
37864         * conform/conformtest.pl: Only accept expected constant or
37865         optional-constant values with "==".  Parse all "constant" lines in
37866         one place.  Parse all "optional-constant" lines in one place.
37867         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
37868         * conform/data/fmtmsg.h-data: Likewise.
37869         * conform/data/netinet/in.h-data: Likewise.
37870         * conform/data/tar.h-data: Likewise.
37871         * conform/data/limits.h-data: Use "==" form on "constant" and
37872         "optional-constant" lines.
37874         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
37875         Use -std=c99 for XOPEN2K.
37876         (@knownproblems): Remove.
37877         (newtoken): Don't check %isknown.
37879         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
37880         Do not expect macro.
37881         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
37882         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
37883         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
37884         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
37885         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
37886         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
37887         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
37888         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
37889         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
37890         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
37891         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
37892         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
37893         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
37894         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
37895         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
37896         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
37897         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
37898         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
37899         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
37900         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
37901         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
37902         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
37903         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
37904         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
37905         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
37906         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
37907         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
37908         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
37909         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
37910         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
37911         [XPG3] (acosh): Likewise.
37912         [XPG3] (asinh): Likewise.
37913         [XPG3] (atanh): Likewise.
37914         [XPG3] (cbrt): Likewise.
37915         [XPG3] (expm1): Likewise.
37916         [XPG3] (ilogb): Likewise.
37917         [XPG3] (log1p): Likewise.
37918         [XPG3] (logb): Likewise.
37919         [XPG3] (nextafter): Likewise.
37920         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
37921         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
37922         [XPG3] (remainder): Likewise.
37923         [XPG3] (rint): Likewise.
37924         [XPG3 || XPG4 || UNIX98] (round): Likewise.
37925         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
37926         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
37927         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
37928         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
37929         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
37930         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
37931         [UNIX98 || XOPEN2K] (scalb): Expect.
37932         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
37933         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
37934         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
37935         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
37936         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
37937         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
37938         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
37939         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
37940         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
37941         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
37942         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
37943         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
37944         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
37945         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
37946         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
37947         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
37948         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
37949         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
37950         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
37951         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
37952         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
37953         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
37954         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
37955         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
37956         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
37957         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
37958         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
37959         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
37960         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
37961         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
37962         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
37963         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
37964         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
37965         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
37966         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
37967         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
37968         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
37969         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
37970         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
37971         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
37972         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
37973         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
37974         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
37975         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
37976         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
37977         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
37978         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
37979         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
37980         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
37981         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
37982         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
37983         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
37984         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
37985         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
37986         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
37987         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
37988         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
37989         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
37990         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
37991         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
37992         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
37993         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
37994         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
37995         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
37996         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
37997         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
37998         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
37999         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
38000         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
38001         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
38002         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
38003         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
38004         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
38005         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
38006         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
38007         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
38008         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
38009         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
38010         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
38011         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
38012         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
38013         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
38014         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
38015         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
38016         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
38017         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
38018         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
38019         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
38020         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
38021         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
38022         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
38023         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
38024         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
38025         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
38026         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
38027         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
38028         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
38029         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
38030         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
38031         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
38032         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
38033         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
38034         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
38035         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
38036         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
38037         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
38038         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
38039         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
38040         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
38041         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
38042         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
38043         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
38044         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
38045         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
38046         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
38047         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
38048         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
38049         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
38050         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
38051         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
38052         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
38053         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
38054         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
38055         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
38056         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
38057         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
38058         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
38059         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
38060         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
38061         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
38062         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
38063         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
38064         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
38065         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
38066         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
38067         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
38068         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
38070         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
38071         _XOPEN_SOURCE_EXTENDED for XPG4.
38073         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
38075         * Makeconfig (localtime): Remove variable.
38076         (inst_localtime-file): Likewise.
38078 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
38080         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
38081         Update.
38082         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
38083         Update.
38084         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
38085         Update.
38086         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
38087         Update.
38088         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
38089         Update.
38090         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
38091         Update.
38092         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
38093         Update.
38094         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
38095         Update.
38096         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
38097         Update.
38099 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
38101         [BZ #2550]
38102         [BZ #2570]
38103         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
38104         comparisons to determine direction to adjust input.
38105         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
38106         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
38107         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
38108         Likewise.
38109         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
38110         Likewise.
38111         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
38112         Likewise.
38113         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
38114         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
38115         Likewise.
38116         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
38117         Likewise.
38118         * math/libm-test.inc (nexttoward_test): Add more tests.
38120 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
38122         [BZ #14040]
38123         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
38124         in version GLIBC_2.1, not GLIBC_2.0.
38125         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
38126         Likewise.
38128 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
38130         [BZ #13942]
38131         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
38132         (1 - x) * (1 + x).
38133         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
38134         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
38135         * math/libm-test.inc (acos_test): Add more tests.
38136         (asin_test): Likewise.
38137         * sysdeps/i386/fpu/libm-test-ulps: Update.
38138         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38140         [BZ #14034]
38141         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
38142         of square root.
38143         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
38144         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
38145         * math/libm-test.inc (acos_test_tonearest): New function.
38146         (acos_test_towardzero): Likewise.
38147         (acos_test_downward): Likewise.
38148         (acos_test_upward): Likewise.
38149         (asin_test_tonearest): Likewise.
38150         (asin_test_towardzero): Likewise.
38151         (asin_test_downward): Likewise.
38152         (asin_test_upward): Likewise.
38153         (main): Call the new functions.
38154         * sysdeps/i386/fpu/libm-test-ulps: Update.
38155         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
38157         [BZ #13884]
38158         [BZ #13924]
38159         * math/e_exp10.c: Include <float.h>.
38160         (__ieee754_exp10): Handle underflow here rather than multiplying
38161         large negative argument by M_LN10.
38162         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
38163         of __ieee754_expf.
38164         * math/e_exp10l.c: Include <float.h>.
38165         (__ieee754_exp10l): Handle underflow here rather than multiplying
38166         large negative argument by M_LN10l.
38167         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
38168         spurious overflow exception on underflow.
38170 2012-04-29  Marek Polacek  <polacek@redhat.com>
38172         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
38173         (__fortify_function): New macro.
38174         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
38175         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
38176         __extern_always_inline.
38177         * libio/bits/stdio2.h: Likewise.
38178         * libio/bits/stdio.h: Likewise.
38179         * string/string.h: Likewise.
38180         * string/bits/string3.h: Likewise.
38181         * include/stdio.h: Likewise.
38182         * stdlib/bits/stdlib.h: Likewise.
38183         * stdlib/stdlib.h: Likewise.
38184         * rt/bits/mqueue2.h: Likewise.
38185         * rt/mqueue.h: Likewise.
38186         * posix/bits/unistd.h: Likewise.
38187         * posix/unistd.h: Likewise.
38188         * io/bits/poll2.h: Likewise.
38189         * io/bits/fcntl2.h: Likewise.
38190         * io/fcntl.h: Likewise.
38191         * io/sys/poll.h: Likewise.
38192         * misc/bits/syslog.h: Likewise.
38193         * misc/bits/syslog-ldbl.h: Likewise.
38194         * misc/sys/syslog.h: Likewise.
38195         * socket/bits/socket2.h: Likewise.
38196         * socket/sys/socket.h: Likewise.
38197         * debug/tst-chk1.c: Likewise.
38198         * wcsmbs/bits/wchar2.h: Likewise.
38199         * wcsmbs/bits/wchar-ldbl.h: Likewise.
38200         * wcsmbs/wchar.h: Likewise.
38202 2012-04-29  Andreas Jaeger  <aj@suse.de>
38204         * Makerules (tests): Remove enable-check-abi protection.
38205         (check-abi-warn): Remove.
38206         (check-abi-%): Remove check-abi-warn usage.
38208         * configure.in: Remove check-abi configure option.
38209         * configure: Regenerated.
38210         * config.make.in (enable-check-abi): Remove.
38212 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
38214         [BZ #14033]
38215         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
38216         double functions to double *_finite functions.
38218         [BZ #13941]
38219         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
38220         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
38221         LDBL_MIN_EXP.
38222         * stdio-common/Makefile (tests): Add tst-sprintf3.
38223         * stdio-common/tst-sprintf3.c: New file.
38225         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
38226         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
38228 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
38230         * conform/conformtest.pl: Remove duplicate typed-constant
38231         handling.
38233 2012-04-28  David S. Miller  <davem@davemloft.net>
38235         * Makerules (%.abilist): Add vpath on sysdep_dirs.
38236         (check-abi-%): Remove AWK script prerequisite and explicit
38237         abilist directory.
38238         (check-abi): Rewrite to just diff the symlist with the abilist.
38239         (config-tls, config-abi-config): Delete, no longer used.
38240         (update-abi-%): Remove AWK script and explicit abilist directory.
38241         (update-abi): Rewrite to simply compare and conditionally copy the
38242         symlist and the sysdep abilist file.  Remove update-abi-config
38243         checks.
38244         * abilist/ld.abilist: Remove.
38245         * abilist/libBrokenLocale.abilist: Remove.
38246         * abilist/libanl.abilist: Remove.
38247         * abilist/libcrypt.abilist: Remove.
38248         * abilist/libdl.abilist: Remove.
38249         * abilist/librt.abilist: Remove.
38250         * abilist/libthread_db.abilist: Remove.
38251         * abilist/libutil.abilist: Remove.
38252         * scripts/extract-abilist.awk: Remove.
38253         * scripts/merge-abilist.awk: Remove.
38254         * sysdeps/generic/libcidn.abilist: New file.
38255         * sysdeps/generic/libnss_compat.abilist: New file.
38256         * sysdeps/generic/libnss_db.abilist: New file.
38257         * sysdeps/generic/libnss_dns.abilist: New file.
38258         * sysdeps/generic/libnss_files.abilist: New file.
38259         * sysdeps/generic/libnss_hesiod.abilist: New file.
38260         * sysdeps/generic/libnss_nis.abilist: New file.
38261         * sysdeps/generic/libnss_nisplus.abilist: New file.
38262         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
38263         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
38264         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
38265         file.
38266         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
38267         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
38268         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
38269         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
38270         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
38271         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
38272         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
38273         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
38274         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
38275         file.
38276         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
38277         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
38278         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
38279         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
38280         file.
38281         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
38282         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
38283         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
38284         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
38285         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
38286         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
38287         file.
38288         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
38289         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
38290         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
38291         file.
38292         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
38293         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
38294         New file.
38295         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
38296         New file.
38297         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
38298         New file.
38299         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
38300         New file.
38301         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
38302         New file.
38303         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
38304         New file.
38305         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
38306         New file.
38307         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
38308         New file.
38309         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
38310         New file.
38311         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
38312         New file.
38313         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
38314         New file.
38315         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
38316         New file.
38317         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
38318         New file.
38319         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
38320         file.
38321         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
38322         New file.
38323         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
38324         New file.
38325         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
38326         file.
38327         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
38328         New file.
38329         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
38330         New file.
38331         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
38332         file.
38333         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
38334         New file.
38335         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
38336         New file.
38337         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
38338         New file.
38339         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
38340         New file.
38341         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
38342         New file.
38343         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
38344         New file.
38345         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
38346         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
38347         file.
38348         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
38349         New file.
38350         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
38351         file.
38352         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
38353         file.
38354         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
38355         file.
38356         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
38357         file.
38358         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
38359         file.
38360         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
38361         New file.
38362         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
38363         file.
38364         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
38365         file.
38366         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
38367         New file.
38368         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
38369         file.
38370         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
38371         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
38372         file.
38373         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
38374         New file.
38375         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
38376         file.
38377         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
38378         file.
38379         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
38380         file.
38381         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
38382         file.
38383         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
38384         file.
38385         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
38386         New file.
38387         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
38388         file.
38389         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
38390         file.
38391         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
38392         New file.
38393         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
38394         file.
38395         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
38396         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
38397         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
38398         file.
38399         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
38400         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
38401         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
38402         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
38403         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
38404         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
38405         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
38406         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
38407         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
38408         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
38409         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
38410         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
38411         file.
38412         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
38413         New file.
38414         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
38415         file.
38416         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
38417         file.
38418         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
38419         file.
38420         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
38421         file.
38422         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
38423         file.
38424         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
38425         New file.
38426         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
38427         New file.
38428         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
38429         file.
38430         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
38431         New file.
38432         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
38433         file.
38434         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
38435         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
38436         file.
38437         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
38438         New file.
38439         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
38440         file.
38441         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
38442         file.
38443         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
38444         file.
38445         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
38446         file.
38447         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
38448         file.
38449         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
38450         New file.
38451         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
38452         New file.
38453         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
38454         file.
38455         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
38456         New file.
38457         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
38458         file.
38460 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
38462         * conform/conformtest.pl: Fix typo in handling typed-constant from
38463         allow-header.
38465 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
38467         * README: Cut down references to pre-2.6 Linux kernels and
38468         Linuxthreads.  Update lists of configurations in libc and ports
38469         and sort alphabetically.  Say "or newer" with Linux kernel version
38470         requirements.
38472         * config.h.in [IS_IN_build]: Allow compiling without optimization.
38474 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
38476         [BZ #887]
38477         * math/libm-test.inc (logb_test_downward): New test to expose
38478         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
38479         rounding mode.
38481 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
38483         [BZ #14027]
38484         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
38485         to be done.
38486         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
38487         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
38489 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
38491         * sysdeps/unix/i386/brk.S: Remove file.
38492         * sysdeps/unix/i386/dl-brk.S: Likewise.
38493         * sysdeps/unix/i386/pipe.S: Likewise.
38494         * sysdeps/unix/i386/sigreturn.S: Likewise.
38495         * sysdeps/unix/i386/syscall.S: Likewise.
38496         * sysdeps/unix/i386/vfork.S: Likewise.
38497         * sysdeps/unix/i386/wait.S: Likewise.
38499         * sysdeps/unix/common/tcsendbrk.c: Move to ...
38500         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
38502         * configure.in (arm*-none*): Do not allow without
38503         --enable-hacker-mode.
38504         (netbsd*): Remove case setting base_os.
38505         (386bsd*): Likewise.
38506         (freebsd*): Likewise.
38507         (bsdi*): Likewise.
38508         (osf*): Likewise.
38509         (sunos*): Likewise.
38510         (ultrix*): Likewise.
38511         (newsos*): Likewise.
38512         (dynix*): Likewise.
38513         (*bsd*): Likewise.
38514         (sysv*): Likewise.
38515         (isc*): Likewise.
38516         (esix*): Likewise.
38517         (sco*): Likewise.
38518         (minix*): Likewise.
38519         (irix4*): Likewise.
38520         (irix6*): Likewise.
38521         (solaris[2-9]*): Likewise.
38522         (none): Likewise.
38523         * configure: Regenerated.
38525 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38527         [BZ #11521]
38528         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
38529         overflow or cancellation in calculating denominator.
38530         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
38531         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
38532         down expression to avoid unexpected rounding in newer GCCs.
38533         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
38535 2012-04-26  David S. Miller  <davem@davemloft.net>
38537         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
38538         long-double compat symbols.
38539         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
38540         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
38541         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
38542         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
38543         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
38544         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
38545         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
38546         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
38547         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
38548         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
38549         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
38550         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
38551         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
38553 2012-04-25  David S. Miller  <davem@davemloft.net>
38555         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
38556         HWCAP_* values only after the memory barriers have been defined.
38557         (atomic_full_barrier): Define.
38558         (atomic_read_barrier): Define.
38559         (atomic_write_barrier): Define.
38561 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
38563         * shlib-versions: Add libgcc_s version information.
38564         * sysdeps/generic/libgcc_s.h: Remove.
38565         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
38566         libgcc_s.h.
38567         * sysdeps/gnu/unwind-resume.c: Likewise.
38568         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
38570 2012-04-25  David S. Miller  <davem@davemloft.net>
38572         * sysdeps/unix/sparc/brk.S: Delete.
38573         * sysdeps/unix/sparc/dl-brk.S: Delete.
38574         * sysdeps/unix/sparc/pipe.S: Delete.
38575         * sysdeps/unix/sparc/sysdep.S: Delete.
38576         * sysdeps/unix/sparc/sysdep.h: Delete.
38577         * sysdeps/unix/sparc/vfork.S: Delete.
38578         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
38579         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
38580         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
38581         (ret_ERRVAL, r0, r1, MOVE): Define.
38582         (JUMPTARGET): Remove.
38583         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
38584         sysdeps/unix/sparc/sysdep.h
38585         (ENTRY, END): Remove.
38586         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
38588 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
38590         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
38591         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
38592         -DIS_IN_build.
38594         * timezone/README: Update upstream location and email address for
38595         tzcode and tzdata.
38596         * timezone/zdump.c: Update from tzcode 2012b.
38597         * timezone/zic.c: Likewise.
38599         * configure.in (libc_cv_as_needed): Remove test.
38600         * configure: Regenerated.
38601         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
38602         conditional definition.
38603         [$(have-as-needed) != yes] (no-as-needed): Likewise.
38604         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
38605         * config.make.in (have-as-needed): Remove variable.
38607 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
38608             Paul Pluzhnikov  <ppluzhnikov@google.com>
38610         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
38611         strings correctly.
38613 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
38615         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
38616         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
38617         * sysdeps/sh/strlen.S: Likewise.
38619 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
38621         * sysdeps/unix/fork.S: Remove file.
38622         * sysdeps/unix/i386/fork.S: Likewise.
38623         * sysdeps/unix/sparc/fork.S: Likewise.
38625         * sysdeps/unix/system.c: Remove file.
38626         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
38628         * sysdeps/unix/getegid.S: Remove file.
38629         * sysdeps/unix/geteuid.S: Likewise.
38631 2012-04-24  Roland McGrath  <roland@hack.frob.com>
38633         * scripts/check-localplt.awk: New file.
38634         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
38635         of diff.
38636         * scripts/data/localplt-generic.data: Add a comment.
38638         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
38639         NODE when __dir_mkfile failed.
38640         * sysdeps/mach/hurd/symlinkat.c: Likewise.
38641         Reported by Ludovic Courtès <ludo@gnu.org>.
38643 2012-04-24  Andreas Jaeger  <aj@suse.de>
38645         * Makerules (common-clean): Also remove gen-as-const-headers
38646         files.
38648 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
38650         * Makerules (native-compile): Do not change working directory for
38651         build.  Use $(OUTPUT_OPTION) in command.
38652         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
38654 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38656         [BZ #13886]
38657         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
38658         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
38659         * math/libm-test.inc (floor_test): Add more tests.
38660         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
38662 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
38664         * sysdeps/unix/getdents.c: Remove file.
38665         * sysdeps/unix/sysv/getdents.c: Likewise.
38666         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
38668         * sysdeps/unix/syscalls.list (madvise): Add syscall from
38669         sysdeps/unix/mman/syscalls.list.
38670         (mmap): Likewise.
38671         (mprotect): Likewise.
38672         (msync): Likewise.
38673         (munmap): Likewise.
38674         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
38675         * sysdeps/unix/mman/syscalls.list: Remove.
38676         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
38678         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
38679         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
38680         * configure: Regenerated.
38681         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
38682         $(libgcc_s_suffix).
38683         * config.make.in (libgcc_s_suffix): Remove variable.
38685 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
38687         * sysdeps/unix/sysv/gethostname.c: Move to ...
38688         * sysdeps/posix/gethostname.c: ... here.
38690         * sysdeps/unix/execve.S: Remove file.
38692         * sysdeps/unix/_exit.S: Remove file.
38694 2012-04-23  Andreas Jaeger  <aj@suse.de>
38696         [BZ #13739]
38697         * manual/Makefile: Remove make dist support, there's no
38698         need for a stand-alone documentation tar ball.
38699         (TEXI2DVI): Define always, it's not in Makeconfig.
38700         (dist): Removed.
38701         (tar-it): Removed.
38702         (edition): Removed.
38703         (glibc-doc-$(edition).tar): Removed
38704         (%.Z): Removed.
38705         (%.gz): Removed.
38706         (%.uu): Removed.
38707         (ETAGS): Remove, it's in Makeconfig.
38708         (move-if-change): Remove, it's in Makeconfig.
38710 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
38712         [BZ #13970]
38713         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
38714         (strtod, strtof, strtold, strtol, strtoul, strtoq)
38715         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
38716         (strtod_l, strtof_l, strtold_l): Remove __wur.
38717         It is not necessarily an error to ignore strtol's return value.
38718         One can reliably look at the stored endptr to decide whether
38719         the number had valid syntax.
38721 2012-04-21  Andreas Jaeger  <aj@suse.de>
38723         [BZ #13739]
38724         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
38726 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
38728         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
38729         * sysdeps/unix/sysv/Versions: Remove file.
38731 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
38733         [BZ #13927]
38734         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
38736 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
38738         [BZ #7064]
38739         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
38740         version from __vm86.
38742 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
38744         * sysdeps/unix/common/lxstat.c: Remove file.
38745         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
38747         * sysdeps/unix/sysv/Makefile: Remove file.
38749         * sysdeps/unix/sysv/direct.h: Remove file.
38751         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
38752         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
38753         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
38754         * sysdeps/unix/sysv/bits/signum.h: Likewise.
38755         * sysdeps/unix/sysv/bits/stat.h: Likewise.
38756         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
38757         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
38759         * sysdeps/unix/sysv/setrlimit.c: Remove file.
38761         * sysdeps/unix/xmknod.c: Remove file.
38762         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
38764         * sysdeps/unix/sysv/settimeofday.c: Remove file.
38766         * sysdeps/unix/sysv/i386/time.S: Remove file.
38768         * sysdeps/unix/fxstat.c: Remove file.
38769         * sysdeps/unix/xstat.c: Likewise.
38770         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
38772         * sysdeps/unix/sysv/sigaction.c: Remove file.
38774         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
38775         (sysdep_headers): Remove variable.
38776         [termio.h not in sysdep_headers] (generated): Likewise.
38777         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
38778         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
38779         * sysdeps/unix/sysv/tcdrain.c: Likewise.
38780         * sysdeps/unix/sysv/tcflow.c: Likewise.
38781         * sysdeps/unix/sysv/tcflush.c: Likewise.
38782         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
38783         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
38784         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
38785         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
38786         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
38788         * sysdeps/unix/siglist.c: Remove file.
38790         * sysdeps/unix/getppid.S: Remove file.
38792         * sysdeps/unix/mkdir.c: Remove file.
38793         * sysdeps/unix/rmdir.c: Likewise.
38795 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
38797         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
38798         ERR_MAX value.
38799         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
38800         errlist-compat value.
38802 2012-04-18  David S. Miller  <davem@davemloft.net>
38804         * sysdeps/generic/memcopy.h (reg_char): Delete.
38805         * debug/strcat_chk.c: Use char, not reg_char.
38806         * debug/strcpy_chk.c: Likewise.
38807         * debug/strncat_chk.c: Likewise.
38808         * debug/strncpy_chk.c: Likewise.
38809         * string/memchr.c: Likewise.
38810         * string/memrchr.c: Likewise.
38811         * string/rawmemchr.c: Likewise.
38812         * string/strcat.c: Likewise.
38813         * string/strchr.c: Likewise.
38814         * string/strchrnul.c: Likewise.
38815         * string/strcmp.c: Likewise.
38816         * string/strcpy.c: Likewise.
38817         * string/strncat.c: Likewise.
38818         * string/strncmp.c: Likewise.
38819         * string/strncpy.c: Likewise.
38821 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
38823         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
38824         __builtin_memcopy is called when src and dest ranges are known to not
38825         overlap.
38827 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
38829         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
38830         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
38831         fwd_align_merge macro call.
38832         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
38833         bwd_align_merge macro call.
38834         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
38836 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
38838         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
38839         bwd_align_merge macros.
38840         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
38841         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
38842         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
38844 2012-04-18  David S. Miller  <davem@davemloft.net>
38846         * sysdeps/sparc/sparc64/memcopy.h: Delete.
38848 2012-04-18  Andreas Jaeger  <aj@suse.de>
38850         [BZ# 6794]
38851         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
38852         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
38853         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
38855         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
38856         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
38857         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
38859         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
38860         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
38861         Adjust for changed ldbl-128 files.
38863         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
38864         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
38865         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
38867 2012-04-17  David S. Miller  <davem@davemloft.net>
38869         * sysdeps/sparc/sparc32/memcopy.h: Delete.
38871 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
38873         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
38874         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
38875         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
38876         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
38877         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
38878         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
38880 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38882         [BZ #6794]
38883         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
38884         * math/libm-test.inc: Add ilogb errno and exception tests.
38885         * math/w_ilogb.c: New file: ilogb wrapper.
38886         * math/w_ilogbf.c: New file: ilogbf wrapper.
38887         * math/w_ilogbl.c: New file: ilogbl wrapper.
38888         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
38889         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
38890         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
38891         exception being thrown with 0.0 as argument.
38892         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
38893         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
38894         exception being thrown with 0.0 as argument.
38895         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
38896         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
38897         exception being thrown with 0.0 as argument.
38898         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
38899         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
38900         exception being thrown with 0.0 as argument.
38901         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
38902         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
38903         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
38904         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
38905         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
38906         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
38907         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
38908         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
38909         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
38911 2012-04-17  Petr Baudis  <pasky@ucw.cz>
38913         * include/sys/uio.h: Change __vector to __iovec to avoid clash
38914         with altivec.
38916 2012-04-16  Marek Polacek  <polacek@redhat.com>
38918         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
38920 2012-04-16  Marek Polacek  <polacek@redhat.com>
38922         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
38923         operands of fdivp instruction.
38925 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
38927         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
38928         * elf/tst-auditmod3b.c: Likewise.
38929         * elf/tst-auditmod4b.c: Likewise.
38930         * elf/tst-auditmod5b.c: Likewise.
38931         * elf/tst-auditmod6b.c: Likewise.
38932         * elf/tst-auditmod6c.c: Likewise.
38933         * elf/tst-auditmod7b.c: Likewise.
38934         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
38935         * sysdeps/x86_64/preconfigure.in: Likewise.
38936         * sysdeps/x86_64/preconfigure: Regenerated.
38938 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
38940         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
38941         __ILP32__.
38943 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
38945         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
38946         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
38948 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
38950         [BZ #13973]
38951         * locale/iso-639.def: Fix gl language name. Spotted by
38952         Yaron Shahrabani.
38954 2012-04-12  Roland McGrath  <roland@hack.frob.com>
38956         [BZ #2074]
38957         * libio/libio.h (__io_write_fn): Update comment.
38959 2012-04-12  Petr Baudis  <pasky@ucw.cz>
38961         [BZ #2074]
38962         * stdio.texi (Hook Functions): The user provided writer function
38963         is not allowed to return -1.
38965 2012-04-11  David S. Miller  <davem@davemloft.net>
38967         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38969 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
38971         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
38972         Add a leading slash to rtkaio.
38974 2012-04-11  Jim Meyering  <meyering@redhat.com>
38976         [BZ #11959]
38977         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
38978         It is not necessarily an error to ignore fwrite's return
38979         value.  One can reliably use ferror to test for errors after
38980         the fact.
38982 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
38984         * bits/types.h (__snseconds_t): New type.
38985         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
38987         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
38988         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
38989         (__SNSECONDS_T_TYPE): Likewise.
38990         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
38991         (__SNSECONDS_T_TYPE): Likewise.
38992         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
38993         (__SNSECONDS_T_TYPE): Likewise.
38995 2012-04-10  Andreas Jaeger  <aj@suse.de>
38997         [BZ #2636]
38998         * manual/time.texi (Processor Time): Return type of times is
38999         elapsed real time since an arbitrary point in the past.
39000         (CPU Time): Move CLK_TCK from here...
39001         (Processor Time): ...to here.  Correct description.
39002         * manual/conf.texi (Constants for Sysconf): Correct description of
39003         _SC_CLK_TCK.
39005 2012-04-10  David S. Miller  <davem@davemloft.net>
39007         [BZ #13967]
39008         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
39009         where the is a gap between DT_REL(A) and DT_JMPREL.
39011 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
39013         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
39014         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
39015         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
39017 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
39019         * elf/dl-support.c (_dl_inhibit_cache): New variable.
39020         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
39021         (dl_main): Handle --inhibit-cache.
39022         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
39023         _dl_inhibit_cache.
39024         * elf/dl-load.c (_dl_map_object): Use it.
39025         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
39027 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
39029         [BZ #13872]
39030         * sysdeps/i386/fpu/e_powl.S (p78): New object.
39031         (__ieee754_powl): Saturate large exponents rather than testing for
39032         overflow of y*log2(x).
39033         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
39034         * math/libm-test.inc (pow_test): Do not permit spurious overflow
39035         exceptions.
39037         [BZ #11521]
39038         * math/s_ctan.c: Include <float.h>.
39039         (__ctan): Avoid internal overflow or cancellation in calculating
39040         denominator.
39041         * math/s_ctanf.c: Likewise.
39042         * math/s_ctanl.c: Likewise.
39043         * math/s_ctanh.c: Likewise.
39044         * math/s_ctanhf.c: Likewise.
39045         * math/s_ctanhl.c: Likewise.
39046         * math/libm-test.inc (ctan_test): Add more tests.
39047         (ctanh_test): Likewise.
39048         * sysdeps/i386/fpu/libm-test-ulps: Update.
39049         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39051 2012-04-09  Andreas Jaeger  <aj@suse.de>
39053         [BZ #6894]
39054         * manual/filesys.texi (Directory Entries): Mention that d_namlen
39055         is an optional BSD extension.
39057         [BZ #10254]
39058         * manual/stdio.texi (Opening Streams): Document additional fopen
39059         parameters.
39061 2012-04-09  Roland McGrath  <roland@hack.frob.com>
39063         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
39064         %eax without telling the compiler.
39066 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
39068         [BZ # 13963]
39069         * manual/install.texi: Use sourceware.org.
39071 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
39073         [BZ #13873]
39074         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
39075         (__ieee754_pow): Generate overflow and underflow using huge*huge
39076         and tiny*tiny rather than just returning constant infinity or zero
39077         for large exponents.
39078         * math/libm-test.inc (pow_test): Require overflow exceptions for
39079         applicable cases of large exponents.
39081         [BZ #706]
39082         * sysdeps/i386/fpu/e_pow.S (p10): New object.
39083         (__ieee754_pow): Use iterative multiplication algorithm only for
39084         integer exponents with absolute value below 1024.  Check for odd
39085         integer exponents when using algorithm for real exponents.
39086         * math/libm-test.inc (pow_test): Add more tests.
39087         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
39089 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
39091         [BZ #13705]
39092         * math/libm-test.inc (exp_test): Do not allow overflow exception
39093         on underflow test.
39095 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
39097         [BZ #13705]
39098         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
39099         instead of __kernel_standard_f.
39101 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
39103         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
39104         * sysdeps/x86_64/memset_chk.S: Likewise.
39106 2012-04-08  Andreas Jaeger  <aj@suse.de>
39108         [BZ #10153]
39109         * manual/startup.texi (Environment Access): Describe return value
39110         for putenv and setenv.
39112         [BZ #6895]
39113         * manual/filesys.texi (Directory Entries): Add description for
39114         DT_LNK.
39116         [BZ #6890]
39117         * manual/filesys.texi (Directory Entries): Clarify that it's file
39118         system not operating system in the description of DT_UNKNOWN.
39120         [BZ #6578]
39121         * manual/syslog.texi (closelog): Fix reference, it's openlog.
39123 2012-04-08  Stephen Compall  <s11@member.fsf.org>
39125         [BZ #6649]
39126         * manual/llio.texi (Opening and Closing Files): Add cross
39127         reference to explain mode argument.
39129 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
39131         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
39132         * sysdeps/x86_64/memset_chk.S: Likewise.
39134 2012-04-07  David S. Miller  <davem@davemloft.net>
39136         * elf/elf.h (R_SPARC_WDISP10): Define.
39137         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
39138         R_SPARC_SIZE32.
39139         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
39140         R_SPARC_SIZE64 and R_SPARC_H34.
39142 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
39144         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
39145         conditions and remove no longer applicable assertion.
39147 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
39149         * bits/byteswap.h: Include <features.h>.
39150         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
39151         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
39153 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
39155         * bits/byteswap.h (__bswap_16): Removed.
39156         Include <bits/byteswap-16.h> to get __bswap_16.
39157         * sysdeps/i386/bits/byteswap.h: Likewise.
39158         * sysdeps/s390/bits/byteswap.h: Likewise.
39159         * sysdeps/x86_64/bits/byteswap.h: Likewise.
39160         * bits/byteswap-16.h: New file.
39161         * sysdeps/i386/bits/byteswap-16.h: Likewise.
39162         * sysdeps/s390/bits/byteswap-16.h: Likewise.
39163         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
39164         * string/Makefile (headers): Add bits/byteswap-16.h.
39166 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
39168         [BZ #13895]
39169         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
39170         extra indirection.
39171         * nss/Makefile (tests-static, tests): Add tst-nss-static.
39172         * nss/tst-nss-static.c: New.
39174 2012-04-06  Robert Millan  <rmh@gnu.org>
39176         [BZ #6486]
39177         * manual/llio.texi (File Position Primitive): lseek
39178         refers to WHENCE when it really means OFFSET.
39180 2012-04-06  Andreas Jaeger  <aj@suse.de>
39182         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
39183         strncmp declarations.
39185         * abilist/libc.abilist: Add __poll and __ppoll.
39187 2012-04-05  David S. Miller  <davem@davemloft.net>
39189         * scripts/check-local-headers.sh: Accept a host triplet in the
39190         path matched by the exclude regexp.
39192         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
39193         definition.
39194         * sysdeps/powerpc/powerpc32/dl-machine.h
39195         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
39196         * sysdeps/s390/s390-32/dl-machine.h
39197         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
39198         * sysdeps/sparc/sparc32/dl-machine.h
39199         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
39200         * sysdeps/sparc/sparc64/dl-machine.h
39201         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
39203         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
39204         lazy binding.
39205         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
39206         undefined symbol errors.
39208         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
39209         DT_NEEDED entries.
39211 2012-04-05  Michael Matz  <matz@suse.de>
39213         [BZ #13592]
39214         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
39216 2012-04-05  Andreas Jaeger  <aj@suse.de>
39218         [BZ #13908]
39219         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
39220         comment.
39222 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
39224         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
39225         which ROUND is no valid rounding mode.
39227 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
39229         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
39230         read again.
39231         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
39233 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
39235         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
39236         an exception using FPU order intentionally.
39238 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
39240         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
39241         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
39242         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
39243         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
39245 2012-04-05  Simon Josefsson  <simon@josefsson.org>
39247         [BZ #12340]
39248         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
39249         EINVAL when BUFLEN is too smal.
39251 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
39253         [BZ #13553]
39254         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
39255         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
39257 2012-04-03  Andreas Jaeger  <aj@suse.de>
39259         [BZ #13938]
39260         * manual/setjmp.texi (System V contexts): Fix sentence.
39262         [BZ #13926]
39263         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
39264         New macro for this case.
39265         [!__GNUC__] (__bswap_64): New inline function for this case.
39266         * sysdeps/x86_64/bits/byteswap.h: Likewise.
39267         * bits/byteswap.h: Likewise.
39268         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
39269         ull, guard with __GLIBC_HAVE_LONG_LONG.
39271         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
39272         __GLIBC_HAVE_LONG_LONG.
39274         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
39275         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
39277 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
39279         [BZ #13691]
39280         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
39281         inptr and inend, rather than using last_ch.
39283 2012-04-02  David S. Miller  <davem@davemloft.net>
39285         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
39286         * stdio-common/printf-parse.h (read_int): Change return type to
39287         'int', return -1 on INT_MAX overflow.
39288         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
39289         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
39290         overflows INT_MAX.  Check for overflow of in-format-string precision
39291         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
39292         SIZE_MAX not INT_MAX for integer overflow test.
39293         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
39294         skip the construct in the format string but do not record anything.
39295         * stdio-common/bug22.c: Adjust to test both width/prevision
39296         INT_MAX overflow as well as total length INT_MAX overflow.  Check
39297         explicitly for proper errno values.
39299 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
39301         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
39302         CHAR_MAX.
39303         * string/test-strcmp.c [! WIDE]: Likewise.
39304         * time/tst-mktime2.c: Likewise for INT_MAX.
39305         * string/test-string.h: #include <sys/param.h> for MIN.
39307         * csu/init-first.c (__libc_init_first): Call __ctype_init.
39308         * sysdeps/i386/init-first.c (init): Likewise.
39309         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
39310         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
39311         * sysdeps/sh/init-first.c (init): Likewise.
39313 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
39315         * po/ru.po: Update from translation team.
39316         * po/vi.po: Likewise.
39318 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
39320         * resolv/nss_dns/dns-host.c: Merge copyright years.
39322 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
39324         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
39325         Optimize memcpy with prefetch if
39326         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
39327         src, dst pointers have unequal 16 byte alignments.
39329 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
39331         [BZ #13928]
39332         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
39333         from a CNAME entry and return the minimum ttl for the query.
39334         (gaih_getanswer_slice): Likewise.
39336 2012-03-30  Jeff Law  <law@redhat.com>
39338         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
39339         due to long keys.
39340         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
39341         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
39343         * resolv/nss_dns/dns-host.c: Update copyright year.
39345 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
39347         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
39348         requests to save a system call.  Fix check that all bytes are sent.
39350         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
39351         comments for sendmmsg.
39353 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
39355         [BZ #13691]
39356         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
39357         with only 1 character between 0x0041 and 0x01b0.
39358         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
39359         * wcsmbs/tst-mbsnrtowcs.c: New file.
39361 2012-03-29  David S. Miller  <davem@davemloft.net>
39363         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
39364         small copies by hand.
39366 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
39368         [BZ #13761]
39369         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
39370         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
39371         group memberships.
39373 2012-03-28  David S. Miller  <davem@davemloft.net>
39375         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
39376         that branches into memcpy.
39377         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
39378         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
39379         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
39380         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
39381         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
39382         bits.
39383         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
39384         implementation too.
39385         * sysdeps/sparc/mempcpy.S: New file.
39387         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
39388         the IFUNC routine in the libc case.
39389         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
39391         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
39392         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
39393         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
39394         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
39395         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
39396         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
39397         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
39398         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
39400         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
39401         loop to 256 bytes instead of 64 bytes and fix test signedness.
39403         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
39404         * sysdeps/sparc/sparc32/Makefile: rather than here...
39405         * sysdeps/sparc/sparc64/Makefile: and here.
39407 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
39409         * malloc/mallocbug.c: Avoid warnings about unused variables.
39411 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
39413         [BZ #13760]
39414         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
39415         in the right place. Discard and retry query if response is
39416         larger than input buffer size.
39418 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
39420         [BZ #369]
39421         [BZ #2678]
39422         [BZ #3866]
39423         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
39424         x for large integer exponent.
39425         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
39426         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
39427         sign of result as needed afterwards.
39428         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
39429         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
39430         result for underflowing pow the same as for overflow.
39431         (__kernel_standard_l): Handle powl overflow and underflow here
39432         rather than calling __kernel_standard.
39433         * math/libm-test.inc (pow_test): Add more tests.
39435         [BZ #3868]
39436         [BZ #13879]
39437         [BZ #13910]
39438         [BZ #13911]
39439         [BZ #13912]
39440         [BZ #13913]
39441         [BZ #13915]
39442         [BZ #13916]
39443         [BZ #13917]
39444         [BZ #13918]
39445         [BZ #13919]
39446         [BZ #13920]
39447         [BZ #13921]
39448         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
39449         * sysdeps/ieee754/k_standard.c: Include <float.h>.
39450         (__kernel_standard_l): New function.
39451         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
39452         __kernel_standard.
39453         * math/w_acosl.c (__acosl): Likewise.
39454         * math/w_asinl.c (__asinl): Likewise.
39455         * math/w_atan2l.c (__atan2l): Likewise.
39456         * math/w_atanhl.c (__atanhl): Likewise.
39457         * math/w_coshl.c (__coshl): Likewise.
39458         * math/w_exp10l.c (__exp10l): Likewise.
39459         * math/w_exp2l.c (__exp2l): Likewise.
39460         * math/w_fmodl.c (__fmodl): Likewise.
39461         * math/w_hypotl.c (__hypotl): Likewise.
39462         * math/w_j0l.c (__j0l, __y0l): Likewise.
39463         * math/w_j1l.c (__j1l, __y1l): Likewise.
39464         * math/w_jnl.c (__jnl, __ynl): Likewise.
39465         * math/w_lgammal.c (__lgammal): Likewise.
39466         * math/w_log10l.c (__log10l): Likewise.
39467         * math/w_log2l.c (__log2l): Likewise.
39468         * math/w_logl.c (__logl): Likewise.
39469         * math/w_powl.c (__powl): Likewise.
39470         * math/w_remainderl.c (__remainderl): Likewise.
39471         * math/w_scalbl.c (sysv_scalbl): Likewise.
39472         * math/w_sinhl.c (__sinhl): Likewise.
39473         * math/w_sqrtl.c (__sqrtl): Likewise.
39474         * math/w_tgammal.c (__tgammal): Likewise.
39475         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
39476         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
39477         * math/libm-test.inc (acos_test): Add more tests.
39478         (acosh_test): Likewise.
39479         (asin_test): Likewise.
39480         (atanh_test): Likewise.
39481         (exp_test): Likewise.
39482         (exp10_test): Likewise.
39483         (exp2_test): Likewise.
39484         (expm1_test): Likewise.
39485         (lgamma_test): Likewise.
39486         (log_test): Likewise.
39487         (log10_test): Likewise.
39488         (log1p_test): Likewise.
39489         (log2_test): Likewise.
39490         (pow_test): Do not allow some spurious overflow exceptions.
39491         (sqrt_test): Add more tests.
39492         (tgamma_test): Likewise.
39493         (y0_test): Likewise.
39494         (y1_test): Likewise.
39495         (yn_test): Likewise.
39497 2012-03-27  Anton Blanchard  <anton@samba.org>
39499         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
39500         MAP_HUGETLB.
39501         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
39502         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
39503         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
39505 2012-03-27  David S. Miller  <davem@davemloft.net>
39507         * conform/Makefile: Run run-conformtest.sh using $(BASH).
39509         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
39510         have-as-vis3 check.
39512 2012-03-27  Andreas Jaeger  <aj@suse.de>
39514         * sysdeps/x86_64/elf/configure.in: Moved to ...
39515         * sysdeps/x86_64/configure.in: ... here.
39516         * sysdeps/x86_64/elf/start.S: Moved to ...
39517         * sysdeps/x86_64/start.S: ... here.
39518         * sysdeps/x86_64/elf/configure: Delete.
39520         * sysdeps/x86_64/configure.in: Merge contents from
39521         sysdeps/i386/configure.in (without i686 check).
39523         * sysdeps/i386/elf/Versions: Merge into ...
39524         * sysdeps/i386/Versions: ... this.
39525         * sysdeps/i386/elf/Versions: Delete file.
39526         * sysdeps/i386/elf/start.S: Moved to ...
39527         * sysdeps/i386/start.S: ...here.
39528         * sysdeps/i386/elf/configure.in: Merge into...
39529         * sysdeps/i386/configure.in: ...here.
39530         * sysdeps/i386/elf/configure.in: Delete file.
39531         * sysdeps/i386/elf/configure: Delete file.
39533         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
39534         * debug/backtracesyms.c: ... here.
39535         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
39536         * debug/backtracesymsfd.c: ... here.
39537         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
39538         * sysdeps/generic/ifunc-sel.h: ... here.
39540         * sysdeps/unix/i386/start.c: Delete file.
39541         * sysdeps/unix/sparc/start.c: Delete file.
39542         * sysdeps/unix/start.c: Delete file.
39544         * sysdeps/sh/elf/configure.in: Moved to ...
39545         * sysdeps/sh/configure.in: ... here.
39546         * sysdeps/sh/elf/start.S: Moved to ...
39547         * sysdeps/sh/start.S: ... here.
39548         * sysdeps/sh/elf/configure: Delete file.
39550         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
39551         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
39552         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
39553         * sysdeps/powerpc/powerpc64/entry.h: ... here.
39554         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
39555         * sysdeps/powerpc/powerpc64/start.S: here.
39556         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
39557         * sysdeps/powerpc/powerpc64/Makefile: ... this.
39558         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
39559         * sysdeps/powerpc/powerpc64/configure.in: ... this.
39560         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
39562         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
39563         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
39564         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
39565         * sysdeps/powerpc/powerpc32/start.S: ... here.
39566         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
39567         * sysdeps/powerpc/powerpc32/configure.in: ... this.
39568         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
39570         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
39571         * sysdeps/powerpc/ifunc-sel.h: ... here.
39572         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
39573         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
39575         * sysdeps/sparc/elf/configure.in: Moved to ...
39576         * sysdeps/sparc/configure.in: ... here.
39577         * sysdeps/sparc/elf/configure: Delete file.
39578         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
39579         * sysdeps/sparc/sparc32/start.S: ... here.
39580         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
39581         * sysdeps/sparc/sparc64/start.S: ... here.
39582         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
39583         * sysdeps/sparc/sparc32/Makefile: ... this.
39584         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
39585         * sysdeps/sparc/sparc64/Makefile: ... this.
39587         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
39588         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
39589         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
39590         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
39591         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
39592         * sysdeps/s390/s390-32/setjmp.S: ... here.
39593         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
39594         * sysdeps/s390/s390-32/configure.in: ... here.
39595         * sysdeps/s390/s390-32/elf/configure: Delete file.
39596         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
39597         * sysdeps/s390/s390-32/start.S: ... here.
39599         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
39600         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
39601         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
39602         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
39603         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
39604         * sysdeps/s390/s390-64/setjmp.S: ... here.
39605         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
39606         * sysdeps/s390/s390-64/configure.in: ... here
39607         * sysdeps/s390/s390-64/elf/configure: Delete file.
39608         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
39609         * sysdeps/s390/s390-64/start.S: ... here.
39610         * sysdeps/s390/s390-64/elf/configure: Delete.
39612         * configure.in: Remove support for elf directories in sysdeps.
39614         * configure: Regenerated.
39615         * sysdeps/i386/configure: Regenerated.
39616         * sysdeps/powerpc/powerpc32/configure: Regenerated.
39617         * sysdeps/powerpc/powerpc64/configure: Regenerated.
39618         * sysdeps/s390/s390-32/configure: Regenerated.
39619         * sysdeps/s390/s390-64/configure: Regenerated.
39620         * sysdeps/sh/configure: Regenerated.
39621         * sysdeps/sparc/configure: Regenerated.
39622         * sysdeps/x86_64/configure: Regenerated.
39624 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
39626         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39628         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
39629         denormal result into account.
39631 2012-03-25  Roland McGrath  <roland@hack.frob.com>
39633         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
39634         Reported by Allan McRae <allan@archlinux.org>.
39636 2012-03-23  Jeff Law  <law@redhat.com>
39638         * nss/getnssent.c (__nss_getent): Fix typo.
39640 2012-03-23  David S. Miller  <davem@davemloft.net>
39642         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39644 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
39646         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
39647         to pad to uint64_t for each field.
39648         (dl_tls_index): Replace unsigned long with uint64_t.
39650 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
39651         Paul Pluzhnikov  <ppluzhnikov@google.com>
39653         [BZ #6528]
39654         * grp/Makefile (otherlibs): Don't set it.
39655         * inet/Makefile (otherlibs): Likewise.
39656         * login/Makefile (otherlibs): Likewise.
39657         * nscd/Makefile (otherlibs): Likewise.
39658         * posix/Makefile (otherlibs): Likewise.
39659         * pwd/Makefile (otherlibs): Likewise.
39660         * rt/Makefile (otherlibs): Likewise.
39661         * sunrpc/Makefile (otherlibs): Likewise.
39662         * nss/Makefile (otherlibs): Likewise.
39663         Add libnss_files to routines and static-only-routines.
39664         ($(objpfx)getent): Remove rule.
39665         * resolv/Makefile: Add libnss_dns and libresolv to routines and
39666         static-only-routines.
39668 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
39670         [BZ #13892]
39671         * math/s_cexp.c: Include <float.h>.
39672         (__cexp): Handle exp result overflowing not necessarily
39673         overflowing both real and imaginary parts of result.
39674         * math/s_cexpf.c: Likewise.
39675         * math/s_cexpl.c: Likewise.
39676         * math/libm-test.inc (cexp_test): Add more tests.
39677         * sysdeps/i386/fpu/libm-test-ulps: Update.
39678         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39680 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
39682         * include/link.h (ELFW): New macro.
39683         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
39684         Replace ELF64_R_TYPE with ELFW(R_TYPE).
39686 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
39688         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
39689         with uint64_t.
39691 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
39693         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
39694         declaration.
39695         (struct La_x32_retval): Likewise.
39697 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
39699         * sysdeps/x86_64/preconfigure.in: New file.
39700         * sysdeps/x86_64/preconfigure: New generated file.
39702 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
39704         [BZ #13824]
39705         * math/e_exp2l.c: Include <float.h>.
39706         (__ieee754_exp2l): Handle overflow and underflow cases
39707         separately.  Only pass fractional part of argument to
39708         __ieee754_expl.
39709         * math/libm-test.inc (exp2_test): Add more tests.
39711         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
39712         negating x to take absolute value.
39713         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
39714         Likewise.
39715         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
39716         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
39717         Likewise.
39718         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
39719         computing low part if x was negated.
39720         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
39722 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
39724         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
39725         la_x32_gnu_pltexit.
39726         (pltexit): Cast int_retval to ptrdiff_t.
39727         * elf/tst-auditmod3b.c: Likewise.
39728         * elf/tst-auditmod4b.c: Likewise.
39729         * elf/tst-auditmod5b.c: Likewise.
39730         * elf/tst-auditmod6b.c: Likewise.
39731         * elf/tst-auditmod6c.c: Likewise.
39732         * elf/tst-auditmod7b.c: Likewise.
39734         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
39735         and x32_gnu_pltexit.
39737         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
39738         __ELF_NATIVE_CLASS.
39739         (La_x32_regs): New macro.
39740         (La_x32_retval): Likewise.
39741         (la_x32_gnu_pltenter): New function prototype.
39742         (la_x32_gnu_pltexit): Likewise.
39744 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
39746         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
39747         exponent.
39749         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39751         * configure.in (libc_cv_cc_nofma): Check for option to disable
39752         generation of FMA instructions.
39753         * configure: Regenerate.
39754         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
39755         * sysdeps/ieee754/dbl-64/Makefile: New file.
39756         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
39757         Remove brandred-fma4.
39758         (CFLAGS-brandred-fma4.c): Remove.
39759         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
39760         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
39761         define.
39762         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
39763         define.
39765 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
39767         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
39768         LLONG_MAX != LONG_MAX.
39769         (_itoa_word): Use _ITOA_WORD_TYPE on value.
39770         (_fitoa_word): Likewise.
39771         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
39772         LLONG_MAX != LONG_MAX.
39773         * stdio-common/_itowa.h: Include <_itoa.h>.
39774         (_itowa_word): Use _ITOA_WORD_TYPE on value.
39775         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
39776         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
39777         only if not defined.
39778         (_ITOA_WORD_TYPE): Likewise.
39779         (_itoa_word): Use _ITOA_WORD_TYPE on value.
39780         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
39782 2012-03-21  David S. Miller  <davem@davemloft.net>
39784         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39786 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
39788         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
39789         of x86_64 when setting libc_cv_slibdir, libdir and
39790         libc_cv_localedir.
39791         * sysdeps/unix/sysv/linux/configure: Regenerated.
39793 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
39795         * manual/lang.texi (Old Varargs): Remove section.
39796         (How Variadic): Update menu.
39797         (va_start): Do not mention varargs.h.
39799 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
39800             Joseph Myers  <joseph@codesourcery.com>
39802         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
39803         link test.
39804         * configure: Regenerated.
39806 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
39808         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
39809         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
39810         conformtest.pl
39812 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
39814         * NOTES: Remove.
39815         * Makefile (files-for-dist): Remove NOTES.
39816         (NOTES): Remove rule.
39817         * README: Don't refer to NOTES.
39818         * manual/creature.texi: Don't include macros.texi.
39819         * manual/intro.texi (creature.texi): Remove comment referring to
39820         NOTES.
39822         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
39823         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
39824         * configure: Regenerated.
39825         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
39826         LIBC_TRY_CC_OPTION.
39827         (libc_cv_as_i686): Likewise.
39828         (libc_cv_cc_avx): Likewise.
39829         (libc_cv_cc_sse2avx): Likewise.
39830         (libc_cv_cc_fma4): Likewise.
39831         (libc_cv_cc_novzeroupper): Likewise.
39832         * sysdeps/i386/configure: Regenerated.
39834         [BZ #13883]
39835         * sysdeps/i386/fpu/s_cexp.S: Remove.
39836         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
39837         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
39838         * math/libm-test.inc (cexp_test): Add more tests.
39839         * sysdeps/i386/fpu/libm-test-ulps: Update.
39840         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39842 2012-03-21  Allan McRae  <allan@archlinux.org>
39844         * timezone/Makefile: Do not install iso3166.tab and zone.tab
39846 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
39848         [BZ #13871]
39849         * math/w_exp2.c: Do not include <float.h>.
39850         (o_threshold, u_threshold): Remove.
39851         (__exp2): Calculate result before checking finiteness and calling
39852         __kernel_standard.
39853         * math/w_exp2f.c: Likewise.
39854         * math/w_exp2l.c: Likewise.
39855         * math/libm-test.inc (exp2_test): Require overflow exception for
39856         1e6 input.
39858         [BZ #3866]
39859         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
39860         range of signed 64-bit integers before using fistpll.  Remove
39861         checks for whether integers fit in mantissa bits.
39862         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
39863         the range of signed 32-bit integers before using fistpl.  Remove
39864         checks for whether integers fit in mantissa bits.
39865         * sysdeps/i386/fpu/e_powl.S (p64): New object.
39866         (__ieee754_powl): Test for y outside the range of signed 64-bit
39867         integers before using fistpll.  Reduce 64-bit values to 63-bit
39868         ones as needed.
39869         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
39870         divide-by-zero is raised for zero to large negative powers.
39871         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
39872         (__ieee754_powl): Test for y outside the range of signed 64-bit
39873         integers before using fistpll.  Reduce 64-bit values to 63-bit
39874         ones as needed.
39875         * math/libm-test.inc (pow_test): Add more tests.
39877 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
39879         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
39880         <stdio-common/_itoa.h>.
39881         * debug/segfault.c: Likewise.
39882         * elf/dl-cache.c: Likewise.
39883         * elf/dl-minimal.c: Likewise.
39884         * elf/dl-misc.c: Likewise.
39885         * elf/dl-sysdep.c: Likewise.
39886         * elf/dl-version.c: Likewise.
39887         * elf/rtld.c: Likewise.
39888         * hurd/hurdsock.c: Likewise.
39889         * hurd/lookup-retry.c: Likewise.
39890         * malloc/malloc.c: Likewise.
39891         * malloc/mtrace.c: Likewise.
39892         * nscd/nscd_getgr_r.c: Likewise.
39893         * nscd/nscd_getpw_r.c: Likewise.
39894         * nscd/nscd_getserv_r.c: Likewise.
39895         * posix/getopt_init.c: Likewise.
39896         * posix/wordexp.c: Likewise.
39897         * stdio-common/_itoa.c: Likewise.
39898         * stdio-common/printf_fphex.c: Likewise.
39899         * stdio-common/vfprintf.c: Likewise.
39900         * string/_strerror.c: Likewise.
39901         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
39902         * sysdeps/i386/i686/hp-timing.h: Likewise.
39903         * sysdeps/mach/_strerror.c: Likewise.
39904         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
39905         * sysdeps/mach/hurd/sethostid.c: Likewise.
39906         * sysdeps/mach/hurd/xmknodat.c: Likewise.
39907         * sysdeps/mach/xpg-strerror.c: Likewise.
39908         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
39909         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
39910         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
39911         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
39912         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
39913         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
39914         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
39915         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
39916         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
39917         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
39918         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
39919         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
39920         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
39921         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
39922         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
39923         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
39924         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
39925         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
39926         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
39927         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
39928         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
39930         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
39932         * stdio-common/_itoa.h: Moved to ...
39933         * sysdeps/generic/_itoa.h: Here.
39935         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
39937         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
39938         instead of "_itoa.h" and "_itowa.h".
39939         * stdio-common/vfprintf.: Likewise.
39941 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
39943         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
39944         <bits/wordsize.h>.
39945         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
39946         (__signbit): Likwise.
39947         (llrintf): Likwise.
39948         (llrint): Likwise.
39950 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
39952         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
39953         __WORDSIZE != 64.
39955 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
39957         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
39958         OVERFLOW_EXCEPTION_OK.
39959         * math/libm-test.inc ("Philosophy"): Update comment about
39960         exception testing.
39961         (OVERFLOW_EXCEPTION): Define.
39962         (OVERFLOW_EXCEPTION_OK): Likewise.
39963         (INVALID_EXCEPTION_OK): Renumber.
39964         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
39965         (IGNORE_ZERO_INF_SIGN): Likewise.
39966         (test_exceptions): Handle FE_OVERFLOW.
39967         (exp10_test): Expect overflow exceptions.
39968         (exp2_test): Likewise.
39969         (expm1_test): Likewise.
39970         (nextafter_test): Likewise.
39971         (pow_test): Likewise.
39972         (scalbn_test): Likewise.
39973         (scalbln_test): Likewise.
39975 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
39977         * sysdeps/x86_64/bits/atomic.h
39978         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
39979         64bit integer.
39980         (atomic_exchange_acq): Likewise.
39981         (__arch_exchange_and_add_body): Likewise.
39982         (__arch_add_body): Likewise.
39983         (atomic_add_negative): Likewise.
39984         (atomic_add_zero): Likewise.
39986 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
39988         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
39989         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
39991 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
39993         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
39994         Check __x86_64__ instead of __WORDSIZE.
39996 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
39998         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
40000 2012-03-19  David S. Miller  <davem@davemloft.net>
40002         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40004         * sysdeps/sparc/fpu/fenv_private.h: New file.
40005         * sysdeps/sparc/fpu/math_private.h: Use it.
40006         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
40007         Remove.
40008         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
40009         (libc_feholdexcept_setroundl): Remove.
40010         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
40011         Remove.
40012         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
40013         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
40015 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
40017         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
40018         int64_t instead of long int.
40019         (INSERT_WORDS64): Likwise.
40021 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
40023         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
40024         _Unwind_GetCFA return to _Unwind_Ptr first.
40026 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
40028         [BZ #13629]
40029         * math/s_clog.c: Include <float.h>.
40030         (__clog): Scale large or subnormal inputs.
40031         * math/s_clogf.c: Likewise.
40032         * math/s_clogl.c: Likewise.
40033         * math/s_clog10.c: Include <float.h>.
40034         (M_LOG10_2): Define.
40035         (__clog10): Scale large or subnormal inputs.
40036         * math/s_clog10f.c: Likewise.
40037         * math/s_clog10l.c: Likewise.
40038         * math/libm-test.inc (clog_test): Add more tests.
40039         (clog10_test): Likewise.
40040         * sysdeps/i386/fpu/libm-test-ulps: Update.
40041         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40043         [BZ #11451]
40044         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
40045         x and y.
40046         * math/libm-test.inc (atan2_test): Add another test.
40048         * Makerules (common-objdir-compile): Remove.
40049         * sysdeps/unix/Makefile (config-generated): Do not add
40050         $(unix-generated) to variable.
40051         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
40052         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
40053         Remove rule.
40054         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
40055         Likewise.
40056         [generic bits/local_lim.h] (before-compile): Do not append to
40057         variable.
40058         [generic bits/local_lim.h] (common-generated): Likewise.
40059         [generic sys/param.h] (before-compile): Do not append to variable.
40060         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
40061         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
40062         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
40063         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
40064         include.
40065         [generic sys/param.h] (sys/param.h-includes): Remove variable.
40066         [generic sys/param.h] (sys/param.h-includes): Remove rule.
40067         [generic sys/param.h] ($(addprefix
40068         $(common-objpfx),$(sys/param.h-includes))): Likewise.
40069         [generic sys/param.h] (common-generated): Do not append to
40070         variable.
40071         [generic sys/param.h] (sysdep_headers): Likewise.
40072         [generic bits/errno.h] (before-compile): Do not append to
40073         variable.
40074         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
40075         rule.
40076         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
40077         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
40078         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
40079         [generic bits/errno.h] (common-generated): Do not append to
40080         variable.
40081         [generic bits/ioctls.h] (before-compile): Do not append to
40082         variable.
40083         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
40084         rule.
40085         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
40086         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
40087         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
40088         rule.
40089         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
40090         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
40091         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
40092         [generic bits/ioctls.h] (common-generated): Do not append to
40093         variable.
40094         [generic sys/syscall.h] (syscall.h): Remove variable.
40095         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
40096         rule.
40097         [generic sys/syscall.h] (before-compile): Do not append to
40098         variable.
40099         [generic sys/syscall.h] (common-generated): Likewise.
40100         * sysdeps/unix/errnos-tmpl.c: Remove file.
40101         * sysdeps/unix/errnos.awk: Likewise.
40102         * sysdeps/unix/ioctls-tmpl.c: Likewise.
40103         * sysdeps/unix/ioctls.awk: Likewise.
40104         * sysdeps/unix/mk-local_lim.c: Likewise.
40105         * sysdeps/unix/snarf-ioctls: Likewise.
40107 2012-03-19  Richard Henderson  <rth@twiddle.net>
40109         * sysdeps/i386/fpu/fenv_private.h: New file.
40110         * sysdeps/i386/fpu/math_private.h: Use it.
40111         (math_opt_barrier, math_force_eval): Remove.
40112         (libc_feholdexcept_setround_53bit): Remove.
40113         (libc_feupdateenv_53bit): Remove.
40114         * sysdeps/x86_64/fpu/math_private.h: Likewise.
40115         (math_opt_barrier, math_force_eval): Remove.
40116         (libc_feholdexcept): Remove.
40117         (libc_feholdexcept_setround): Remove.
40118         (libc_fetestexcept, libc_fesetenv): Remove.
40119         (libc_feupdateenv_test): Remove.
40120         (libc_feupdateenv, libc_feholdsetround): Remove.
40121         (libc_feresetround): Remove.
40123         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
40124         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
40126         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
40127         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
40128         (libc_feupdateenv_testl): New.
40129         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
40130         (libc_feupdateenv_testf): New.
40131         (libc_feupdateenv): Use libc_feupdateenv_test.
40132         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
40133         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
40135         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
40136         (libc_feholdsetroundf, libc_feholdsetroundl): New.
40137         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
40138         (libc_feresetround_noex): New.
40139         (libc_feresetround_noexf): New.
40140         (libc_feresetround_noexl): New.
40141         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
40142         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
40143         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
40144         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
40145         SET_RESTORE_ROUND.
40146         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
40147         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
40148         (__cos): Likewise.
40149         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
40150         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
40151         SET_RESTORE_ROUND_NOEX.
40152         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
40153         SET_RESTORE_ROUND_NOEXF.
40154         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
40155         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
40156         (libc_feholdsetroundf): New.
40157         (libc_feresetround, libc_feresetroundf): New.
40159         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
40160         (libc_feholdexcept_setround_53bit): Convert from macro to function.
40161         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
40163         * sysdeps/generic/math_private.h: Include <fenv.h>.
40164         (default_libc_feholdexcept): New.
40165         (default_libc_feholdexcept_setround): New.
40166         (default_libc_fesetenv, default_libc_feupdateenv): New.
40167         (libc_feholdexcept): Only define if undefined.
40168         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
40169         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
40170         (libc_feholdexcept_setroundl): Likewise.
40171         (libc_feholdexcept_setround_53bit): Likewise.
40172         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
40173         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
40174         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
40175         (libc_feupdateenv_53bit): Likewise.
40176         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
40177         (libc_feholdexcept): Convert from macro to inline function.
40178         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
40179         (libc_fesetenv, libc_feupdateenv): Likewise.
40181         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
40182         not previously defined.
40183         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
40184         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
40185         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
40186         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
40187         * sysdeps/ieee754/flt-32/math_private.h: New file.
40188         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
40189         math_private.h below SET_FLOAT_WORD.
40190         (__isnan, __isinf_ns, __finite): Remove.
40191         (__isnanf, __isinf_nsf, __finitef): Remove.
40193 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
40195         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40197 2012-03-17  David S. Miller  <davem@davemloft.net>
40199         [BZ #6471]
40200         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
40201         for 2.16.
40203 2012-03-16  David S. Miller  <davem@davemloft.net>
40205         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
40206         warnings.
40208         [BZ #6471]
40209         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
40210         properly.
40211         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
40212         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
40213         sysdep_routines when subdir is sysvipc.
40214         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
40215         __getshmlba helper.
40217         * sysdeps/sparc/fpu/libm-test/ulps: Update.
40219 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
40221         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
40222         [__LP64__].
40224 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
40226         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
40227         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
40228         (__lround): Renamed to ...
40229         (__llround): This.  Replace long int with long long int.
40230         Define lround functions as aliases of llround functions.
40231         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
40233 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
40235         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
40236         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
40237         adresses to uintptr_t.  Replace "long int" and "unsigned long
40238         int" with "greg_t" on va_arg.
40240 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
40242         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
40243         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
40245         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
40246         Move e_machine check before EI_CLASS check.  Handle x32
40247         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
40248         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
40249         SKIP_EM_IA_64 and include
40250         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
40252         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
40253         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
40254         (add_system_dir): New macro.
40256         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
40257         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
40259 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
40261         [BZ #2551]
40262         [BZ #2552]
40263         [BZ #2553]
40264         [BZ #2554]
40265         [BZ #2562]
40266         [BZ #2563]
40267         [BZ #2565]
40268         [BZ #2566]
40269         [BZ #2576]
40270         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
40271         (y0): Likewise.
40272         * math/w_j0f.c (j0f): Likewise.
40273         (y0f): Likewise.
40274         * math/w_j0l.c (__j0l): Likewise.
40275         (__y0l): Likewise.
40276         * math/w_j1.c (j1): Likewise.
40277         (y1): Likewise.
40278         * math/w_j1f.c (j1f): Likewise.
40279         (y1f): Likewise.
40280         * math/w_j1l.c (__j1l): Likewise.
40281         (__y1l): Likewise.
40282         * math/w_jn.c (jn): Likewise.
40283         (yn): Likewise.
40284         * math/w_jnf.c (jnf): Likewise.
40285         (ynf): Likewise.
40286         * math/w_jnl.c (__jnl): Likewise.
40287         (__ynl): Likewise.
40288         * math/libm-test.inc (j0_test): Add more tests.
40289         (j1_test): Likewise.
40290         (jn_test): Likewise.  Add trailing semicolon to existing test.
40291         (y0_test): Likewise.
40292         (y1_test): Likewise.
40293         * sysdeps/i386/fpu/libm-test-ulps: Update.
40294         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40296         [BZ #13851]
40297         [BZ #13854]
40298         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
40299         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
40300         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
40301         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
40302         (__tanl): Set errno for infinite argument.
40303         * sysdeps/i386/fpu/mptan.c: Remove.
40304         * sysdeps/i386/fpu/s_tan.S: Likewise.
40305         * sysdeps/i386/fpu/s_tanl.S: Likewise.
40306         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
40307         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
40308         * math/libm-test.inc (tan_test): Add more tests and enable more
40309         tests for double and long double.
40310         * sysdeps/i386/fpu/libm-test-ulps: Update.
40311         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40313 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
40315         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
40316         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
40318 2012-03-16  Roland McGrath  <roland@hack.frob.com>
40320         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
40321         * configure.in: Use it for both main tree and add-ons.
40322         * configure: Regenerated.
40324 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
40326         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
40328 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
40330         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
40331         in comment.
40333         [BZ #13851]
40334         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
40335         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
40336         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
40337         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
40338         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
40339         infinite argument.
40340         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
40341         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
40342         != 0 for prec == 2.
40343         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
40344         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
40345         * sysdeps/i386/fpu/s_cosl.S: Likewise.
40346         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
40347         * sysdeps/i386/fpu/s_sinl.S: Likewise.
40348         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
40349         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
40350         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
40351         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
40352         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
40353         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
40354         * math/libm-test.inc (cos_test): Add more tests and enable more
40355         tests for long double.
40356         (sin_test): Likewise.
40357         (sincos_test): Likewise.
40358         * sysdeps/i386/fpu/libm-test-ulps: Update.
40359         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40361 2012-03-16  David S. Miller  <davem@davemloft.net>
40363         * sysdeps/sparc/fpu/math_private.h: New file.
40365 2012-03-15  David S. Miller  <davem@davemloft.net>
40367         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
40368         file.
40369         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
40370         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
40371         file.
40372         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
40373         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
40374         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
40375         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
40376         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
40377         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
40378         sysdep routines.
40379         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
40381         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
40382         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
40384         * sysdeps/sparc/sparc-ifunc.h: New file.
40385         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
40386         sparc-ifunc.h
40387         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
40388         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
40389         Likewise.
40390         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
40391         Likewise.
40392         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
40393         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
40394         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
40395         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
40396         Likewise.
40397         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
40398         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
40399         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
40400         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
40401         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
40402         Likewise.
40403         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
40404         Likewise.
40405         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
40406         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
40407         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
40408         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
40409         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
40410         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
40411         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
40412         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
40413         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
40414         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
40415         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
40416         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
40417         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
40418         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
40419         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
40420         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
40421         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
40422         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
40423         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
40424         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
40425         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
40426         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
40427         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
40428         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
40430 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
40432         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
40433         scaling.
40434         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40436 2012-03-15  Andreas Jaeger  <aj@suse.de>
40438         [BZ #13852]
40439         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
40440         ieee754/flt-32 implementation for sin, cos and sincos.
40441         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
40442         * sysdeps/i386/fpu/s_cosf.S: Likewise.
40443         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
40444         * sysdeps/i386/fpu/s_sinf.S: Likewise.
40445         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
40446         ieee754/flt-32 implementation for tan.
40448         * math/libm-test.inc (cos_test): Enable some large input tests for
40449         float as well
40450         (sin_test): Likewise.
40451         (sincos_test): Likewise.
40452         (tan_test): Add tests for large input.
40454         * sysdeps/i386/fpu/libm-test-ulps: Update.
40456 2012-03-15  Andreas Jaeger  <aj@suse.de>
40458         [BZ #13658]
40459         * math/libm-test.inc (cos_test): Add more test cases.
40460         (sin_test): Likewise.
40461         (sincos_test): Likewise.
40463 2012-03-15  Andreas Jaeger  <aj@suse.de>
40465         [BZ #13837]
40466         * math/libm-test.inc (cos_test): Add a test case for large input
40467         value.
40468         (sin_test): Likewise.
40469         (sincos_test): Likewise.
40471 2012-03-15  Andreas Jaeger  <aj@suse.de>
40472             Joseph Myers  <joseph@codesourcery.com>
40474         [BZ #13658]
40475         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
40476         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
40477         * sysdeps/i386/fpu/branred.c: Likewise.
40478         * sysdeps/i386/fpu/dosincos.c: Likewise.
40479         * sysdeps/i386/fpu/mpa.c: Likewise.
40480         * sysdeps/i386/fpu/s_cos.S: Likewise.
40481         * sysdeps/i386/fpu/s_sin.S: Likewise.
40482         * sysdeps/i386/fpu/s_sincos.S: Likewise.
40483         * sysdeps/i386/fpu/sincos32.c: Likewise.
40485         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
40486         Define.
40487         (libc_feupdateenv_53bit): Define.
40488         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
40489         Define.
40490         (libc_feupdateenv_53bit): Define.
40492         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
40493         53 bit (without extend i386 double precision).
40495         * math/libm-test.inc (sincos_test): Add tests for large input.
40496         (sin): Likewise.
40497         (cos): Likewise.
40499         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
40501 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
40503         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40505 2012-03-15  David S. Miller  <davem@davemloft.net>
40507         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
40508         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
40509         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
40510         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
40511         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
40512         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
40513         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
40514         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
40515         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
40516         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
40517         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
40518         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
40519         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
40520         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
40521         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
40522         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
40523         file.
40524         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
40525         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
40526         file.
40527         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
40528         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
40529         file.
40530         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
40531         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
40532         file.
40533         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
40534         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
40535         fmin/fmax sysdep routines.
40536         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
40538 2012-03-14  David S. Miller  <davem@davemloft.net>
40540         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
40541         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
40542         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
40543         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
40544         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
40545         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
40546         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
40547         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
40548         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
40549         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
40550         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
40551         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
40552         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
40553         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
40554         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
40555         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
40556         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
40557         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
40558         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
40559         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
40560         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
40561         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
40562         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
40563         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
40564         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
40565         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
40566         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
40567         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
40568         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
40569         routines.
40570         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
40571         file.
40572         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
40573         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
40574         file.
40575         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
40576         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
40577         file.
40578         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
40579         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
40580         file.
40581         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
40582         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
40583         file.
40584         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
40585         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
40586         file.
40587         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
40588         file.
40589         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
40590         file.
40591         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
40592         file.
40593         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
40594         New file.
40595         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
40596         file.
40597         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
40598         file.
40599         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
40600         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
40601         file.
40602         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
40603         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
40604         file.
40605         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
40606         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
40607         file.
40608         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
40609         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
40610         VIS3 routines.
40612         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
40613         New file.
40615         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40617         * sysdeps/sparc/configure.in: New file.
40618         * sysdeps/sparc/configure: Generate.
40619         * configure.in (libc_cv_sparc_as_vis3): Substitute.
40620         * configure: Regenerate.
40621         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
40622         * config.make.in (have-as-vis3): New.
40623         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
40624         available use -Av9d instead of -Av9a.
40625         * sysdeps/sparc/sparc64/Makefile: Likewise.
40626         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
40627         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
40628         New file.
40629         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
40630         file.
40631         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
40632         New file.
40633         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
40634         file.
40635         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
40636         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
40637         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
40638         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
40639         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
40641         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
40642         fzeros/fnegs to load 0x80000000 into a float register instead of
40643         using the stack.
40644         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
40646 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
40648         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
40649         bits/syscall.h.
40650         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
40651         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
40652         ($(inst_includedir)/bits/syscall.h): Remove rule.
40653         ($(objpfx)bits/syscall.d): Include instead of
40654         $(objpfx)syscall-list.d.
40655         (generated): Change syscall-list.h and syscall-list.d to
40656         bits/syscall.h and bits/syscall.d.
40658 2012-03-14  Roland McGrath  <roland@hack.frob.com>
40660         [BZ #13846]
40661         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
40663 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
40665         [BZ #13841]
40666         * math/s_csqrt.c: Include <float.h>.
40667         (__csqrt): Scale large or subnormal inputs.
40668         * math/s_csqrtf.c: Likewise.
40669         * math/s_csqrtl.c: Likewise.
40670         * math/libm-test.inc (csqrt_test): Add more tests.
40671         * sysdeps/i386/fpu/libm-test-ulps: Update.
40672         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40674         [BZ #13840]
40675         * math/libm-test.inc (hypot_test): Add more tests.
40677 2012-03-13  David S. Miller  <davem@davemloft.net>
40679         [BZ #13840]
40680         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
40681         double-precision for the calculation instead of scaling.
40683 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
40685         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
40686         manipulate bits before adding and subtracting TWO52[sx].
40687         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
40688         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
40689         Likewise.
40690         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
40692 2012-03-13  David S. Miller  <davem@davemloft.net>
40694         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
40695         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
40696         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
40697         rtld-global-offsets.h
40698         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
40700         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
40701         large parameters.
40703         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
40705         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
40706         'err' in the ifdef scope in which it is actually used.
40708         * nss/nss_db/db-init.c: Include string.h
40710 2012-03-12  David S. Miller  <davem@davemloft.net>
40712         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
40713         masking out of the most significant byte of random value used.
40714         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
40715         Fix coding style in previous change.
40717         * sysdeps/unix/sysv/linux/kernel-features.h
40718         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
40719         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
40720         expression.
40721         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
40722         later.
40724 2012-03-11  David S. Miller  <davem@davemloft.net>
40726         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
40727         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
40728         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
40729         for 'resultvar' otherwise things get truncated on 64-bit.
40731         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
40732         Fix masking out of the most significant byte of random value used.
40734         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40736 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
40738         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40740 2012-03-09  David S. Miller  <davem@davemloft.net>
40742         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
40743         variables with appropriate CPP guards.
40744         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
40745         from the frame pointer, not the stack pointer.  Correct layout
40746         comments.  Fix test on resulting framesize and the management of
40747         the outregs buffer for pltexit.  Preserve floating point return
40748         values across _dl_call_pltexit call.
40749         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
40750         framesize and the management of the outregs buffer for pltexit.
40751         Preserve floating point return values across _dl_call_pltexit
40752         call.
40753         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
40754         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
40755         (la_sparc64_gnu_pltexit): New functions.
40756         (print_exit): Fix format string for return register value.
40758 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
40760         * sunrpc/Makefile (others): Add rpcgen.
40761         ($(objpfx)rpcgen): Remove special build rule and dependency on
40762         libc.
40763         * sunrpc/rpcgen.c: New file.
40765 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
40767         [BZ #13673]
40768         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
40769         * stdio-common/bug-vfprintf-nargs.c: Likewise.
40770         * sysdeps/i386/crti.S: Likewise.
40771         * sysdeps/i386/crtn.S: Likewise.
40772         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
40773         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
40774         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
40775         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
40776         * sysdeps/sh/crti.S: Likewise.
40777         * sysdeps/sh/crtn.S: Likewise.
40778         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
40780         [BZ #13673]
40781         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
40782         with URL.
40783         * locale/programs/locfile-kw.gperf: Likewise.
40784         * locale/programs/charmap-kw.h: Regenerated.
40785         * locale/programs/locfile-kw.h: Likewise.
40787         [BZ #13673]
40788         * intl/plural.y: Replace FSF snail mail address with URL.
40789         * intl/plural.c: Regenerated.
40791 2012-03-09  Richard Henderson  <rth@twiddle.net>
40793         * include/math_private.h: Remove file.
40794         * math/math_private.h: Move file ...
40795         * sysdeps/generic/math_private.h: ... here.
40797         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
40798         * sysdeps/powerpc/fpu/math_private.h: Likewise.
40799         * sysdeps/x86_64/fpu/math_private.h: Likewise.
40801         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
40802         and <math_private.h>.
40803         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
40804         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
40805         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
40806         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
40807         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
40808         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
40809         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
40810         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
40811         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
40812         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
40813         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
40814         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
40815         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
40816         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
40817         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
40818         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
40819         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
40820         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
40821         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
40822         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
40823         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
40824         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
40825         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
40826         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
40827         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
40828         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
40829         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
40830         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
40831         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
40832         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
40833         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
40834         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
40835         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
40836         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
40837         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
40838         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
40839         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
40840         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
40841         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
40842         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
40843         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
40844         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
40845         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
40846         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
40847         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
40848         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
40849         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
40850         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
40851         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
40852         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
40853         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
40854         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
40855         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
40856         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
40857         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
40858         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
40859         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
40860         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
40861         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
40862         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
40863         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
40864         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
40865         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
40866         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
40867         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
40868         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
40869         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
40870         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
40871         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
40872         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
40873         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
40874         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
40875         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
40876         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
40877         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
40878         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
40879         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
40880         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
40881         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
40882         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
40883         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
40884         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
40885         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
40886         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
40887         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
40888         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
40889         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
40890         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
40891         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
40892         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
40893         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
40894         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
40895         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
40896         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
40897         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
40898         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
40899         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
40900         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
40901         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
40902         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
40903         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
40904         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
40905         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
40906         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
40907         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
40908         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
40909         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
40910         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
40911         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
40912         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
40913         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
40914         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
40915         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
40916         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
40917         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
40918         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
40919         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
40920         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
40921         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
40922         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
40923         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
40924         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
40925         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
40926         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
40927         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
40928         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
40929         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
40930         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
40931         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
40932         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
40933         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
40934         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
40935         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
40936         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
40937         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
40938         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
40939         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
40940         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
40941         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
40942         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
40943         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
40944         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
40945         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
40946         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
40947         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
40948         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
40949         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
40950         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
40951         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
40952         * sysdeps/ieee754/k_standard.c: Likewise.
40953         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
40954         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
40955         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
40956         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
40957         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
40958         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
40959         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
40960         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
40961         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
40962         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
40963         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
40964         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
40965         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
40966         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
40967         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
40968         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
40969         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
40970         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
40971         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
40972         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
40973         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
40974         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
40975         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
40976         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
40977         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
40978         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
40979         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
40980         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
40981         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
40982         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
40983         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
40984         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
40985         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
40986         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
40987         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
40988         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
40989         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
40990         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
40991         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
40992         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
40993         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
40994         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
40995         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
40996         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
40997         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
40998         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
40999         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
41000         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
41001         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
41002         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
41003         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
41004         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
41005         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
41006         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
41007         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
41008         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
41009         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
41010         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
41011         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
41012         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
41013         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
41014         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
41015         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
41016         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
41017         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
41018         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
41019         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
41020         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
41021         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
41022         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
41023         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
41024         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
41025         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
41026         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
41027         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
41028         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
41029         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
41030         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
41031         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
41032         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
41033         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
41034         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
41035         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
41036         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
41037         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
41038         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
41039         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
41040         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
41041         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
41042         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
41043         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
41044         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
41045         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
41046         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
41047         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
41048         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
41049         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
41050         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
41051         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
41052         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
41053         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
41054         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
41055         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
41056         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
41057         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
41058         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
41059         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
41060         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
41061         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
41062         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
41063         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
41064         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
41065         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
41066         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
41067         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
41068         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
41069         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
41070         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
41071         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
41072         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
41073         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
41074         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
41075         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
41076         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
41077         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
41078         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
41079         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
41080         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
41081         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
41082         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
41083         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
41084         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
41085         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
41086         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
41087         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
41088         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
41089         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
41090         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
41091         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
41092         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
41093         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
41094         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
41095         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
41096         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
41097         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
41098         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
41099         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
41100         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
41101         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
41102         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
41103         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
41104         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
41105         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
41106         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
41107         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
41108         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
41109         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
41110         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
41111         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
41112         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
41113         * sysdeps/ieee754/s_lib_version.c: Likewise.
41114         * sysdeps/ieee754/s_matherr.c: Likewise.
41115         * sysdeps/ieee754/s_signgam.c: Likewise.
41116         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
41117         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
41118         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
41119         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
41120         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
41121         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
41122         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
41123         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
41124         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
41125         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
41126         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
41127         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
41128         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
41129         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
41130         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
41131         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
41132         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
41133         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
41134         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
41135         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
41136         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
41138 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
41140         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
41141         * sunrpc/rpc_main.c: Likewise.
41142         * sunrpc/rpc_svcout.c: Likewise.
41144 2012-03-09  David S. Miller  <davem@davemloft.net>
41146         * include/math_private.h: New file.
41148 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
41150         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
41151         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
41152         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
41153         from <bits/socket_type.h>.
41154         (enum __socket_type): Don't define here.
41155         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
41156         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
41157         bits/socket_type.h.
41159         [BZ #13566]
41160         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
41161         checking __USE_GNU.
41163         * Makerules ($(inst_includedir)/%.h): New rule.
41164         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
41165         (install-others): Remove variable setting.
41166         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
41168 2012-03-08  Richard Henderson  <rth@twiddle.net>
41170         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
41171         from macro to inline function; merge with the
41172         !__LIBC_INTERNAL_MATH_INLINES version.
41173         (__ieee754_sqrtf): Likewise.
41175         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
41176         to inline function.
41177         (__rintf, __floor, __floorf): Likewise.
41179         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
41180         macro to inline function.
41181         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
41183         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
41184         not <math/math_private.h>.
41186 2012-03-08  David S. Miller  <davem@davemloft.net>
41188         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
41189         copyright year.
41190         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
41192 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
41194         * resolv/gai_misc.c (handle_requests): Fix struct timespec
41195         normalization.
41196         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
41197         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
41199 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
41201         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
41202         be defined individually, they must be defined as a block.  Define
41203         S for printing a string instead of hidint the different by using a
41204         macro for adding the 'l'.
41205         * stdio-common/tst-fphex-wide.c: Adjust.
41207 2012-03-07  Marek Polacek  <polacek@redhat.com>
41209         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
41211 2012-03-08  Marek Polacek  <polacek@redhat.com>
41213         [BZ #13806]
41214         * stdio-common/Makefile (tests): Add tst-fphex-wide.
41215         * stdio-common/tst-fphex.c: Define a few macros to make the
41216         test reusable.  Use them.
41217         * stdio-common/tst-fphex-wide.c: New file.
41219 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
41221         [BZ #6911]
41222         * manual/macros.texi (gnusystems): New macro.
41223         (nongnusystems): Likewise.
41224         (gnulinuxhurdsystems): Likewise.
41225         (gnuhurdsystems): Likewise..
41226         (gnulinuxsystems): Likewise.
41227         * manual/charset.texi: Use new macros or @theglibc{} to refer to
41228         variants of the GNU system, not "GNU system".
41229         * manual/conf.texi: Likewise.
41230         * manual/errno.texi: Likewise.  Update example of errno macro
41231         expansion.
41232         * manual/filesys.texi: Likewise.
41233         (getumask): Document as specific to GNU/Hurd.
41234         * manual/install.texi: Likewise.  Reword some references to
41235         GNU/Linux.
41236         * manual/intro.texi: Likewise.
41237         * manual/io.texi: Likewise.
41238         (File Name Portability): Detail which constraints are inapplicable
41239         to all GNU systems and which are only inapplicable to GNU/Hurd.
41240         * manual/job.texi: Likewise.
41241         * manual/llio.texi: Likewise.
41242         (O_NOCTTY): Document as present on GNU/Linux.
41243         * manual/maint.texi: Likewise.
41244         * manual/memory.texi: Likewise.
41245         * manual/pattern.texi: Likewise.
41246         * manual/pipe.texi: Likewise.
41247         * manual/process.texi: Likewise.
41248         * manual/resource.texi: Likewise.
41249         (RUSAGE_CHILDREN): Remove statement about specifying a particular
41250         child on GNU/Hurd.
41251         * manual/setjmp.texi: Likewise.
41252         * manual/signal.texi: Likewise.
41253         * manual/startup.texi: Likewise.
41254         * manual/stdio.texi: Likewise.
41255         * manual/terminal.texi: Likewise.
41256         (ONLCR): Document as POSIX.
41257         (OXTABS): Document availability on GNU/Linux as XTABS.
41258         (ONOEOT): Document availability separately from other bits.
41259         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
41260         * manual/time.texi: Likewise.
41261         * manual/users.texi: Likewise.
41262         * INSTALL: Regenerated.
41263         * sysdeps/gnu/errlist.c: Regenerated.
41265         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
41266         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
41267         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
41268         puts.
41269         * configure: Regenerated.
41271 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
41273         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
41274         default includes instead of AC_HEADER_CHECK.
41275         * sysdeps/i386/configure: Regenerated.
41277         [BZ #10716]
41278         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
41279         * math/s_cacoshf.c (__cacoshf): Likewise.
41280         * math/s_cacoshl.c (__cacoshl): Likewise.
41281         * math/s_casinh.c (__casinh): Set signs of result from argument.
41282         * math/s_casinhf.c (__casinhf): Likewise.
41283         * math/s_casinhl.c (__casinhl): Likewise.
41284         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
41285         (casinh_test): Add more tests.
41286         * sysdeps/i386/fpu/libm-test-ulps: Update.
41287         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41289 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
41291         * po/zh_TW.po: Update from translation team.
41293         * login/Makefile (distribute): Remove variable.
41294         * catgets/Makefile: Likewise.
41295         * mach/Makefile: Likewise.
41296         * malloc/Makefile: Likewise.
41297         * misc/Makefile: Likewise.
41298         * iconv/Makefile: Likewise.
41299         * nscd/Makefile: Likewise.
41300         * hurd/Makefile: Likewise.
41301         * manual/Makefile: Likewise.
41302         * locale/Makefile: Likewise.
41303         * intl/Makefile: Likewise.
41304         * conform/Makefile: Likewise.
41305         * nss/Makefile: Likewise.
41306         * time/Makefile: Likewise.
41307         * soft-fp/Makefile: Likewise.
41308         * dirent/Makefile: Likewise.
41309         * gmon/Makefile: Likewise.
41310         * po/Makefile: Likewise.
41311         * rt/Makefile: Likewise.
41312         * socket/Makefile: Likewise.
41313         * math/Makefile: Likewise.
41314         * signal/Makefile: Likewise.
41315         * debug/Makefile: Likewise.
41316         * elf/Makefile: Likewise.
41317         * timezone/Makefile: Likewise.
41318         * stdlib/Makefile: Likewise.
41319         * iconvdata/Makefile: Likewise.
41320         * sunrpc/Makefile: Likewise.
41321         * io/Makefile: Likewise.
41322         * argp/Makefile: Likewise.
41323         * inet/Makefile: Likewise.
41324         * hesiod/Makefile: Likewise.
41325         * grp/Makefile: Likewise.
41326         * csu/Makefile: Likewise.
41327         * wctype/Makefile: Likewise.
41328         * crypt/Makefile: Likewise.
41329         * libio/Makefile: Likewise.
41330         * string/Makefile: Likewise.
41331         * nis/Makefile: Likewise.
41332         * resolv/Makefile: Likewise.
41333         * stdio-common/Makefile: Likewise.
41334         * wcsmbs/Makefile: Likewise.
41335         * dlfcn/Makefile: Likewise.
41336         * posix/Makefile: Likewise.
41338         [BZ #6959]
41339         * timezone/Makefile: Don't install timezone files, just the programs
41340         and scripts.
41342 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
41344         * nss/databases.def: Add missing gshadow entry.
41346         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
41348 2012-03-06  Marek Polacek  <polacek@redhat.com>
41350         [BZ #13726]
41351         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
41352         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
41353         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
41354         * stdio-common/tst-long-dbl-fphex.c: New file.
41356 2012-03-06  David S. Miller  <davem@davemloft.net>
41358         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
41359         (set_obp_int): New function.
41360         (get_obp_int): New function.
41361         (__get_clockfreq_via_dev_openprom): Likewise.
41362         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
41363         Avoid unused variable warnings on 'val' and use builtin_expect.
41364         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
41365         __builtin_expect.
41366         (INLINE_CLONE_SYSCALL): Likewise.
41368 2012-03-05  David S. Miller  <davem@davemloft.net>
41370         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41372 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
41374         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41376         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
41377         only for |x| >= 40.
41378         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
41380 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
41382         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
41383         Replace gettimeofday with __vdso_gettimeofday.
41385         * sysdeps/unix/sysv/linux/x86_64/init-first.c
41386         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
41387         __vdso_clock_gettime and __vdso_getcpu.
41389         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
41390         time with __vdso_time.
41392 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
41394         * manual/lang.texi (size_t): Note types to which size_t may be
41395         equivalent with the GNU C Library, but do not describe when
41396         differences between them are significant.
41398 2012-03-05  Andreas Jaeger  <aj@suse.de>
41400         * sysdeps/i386/fpu/libm-test-ulps: Update.
41402 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
41404         [BZ #3976]
41405         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
41406         (__ieee754_pow): Save and restore rounding mode and use
41407         round-to-nearest for main computations.
41408         * math/libm-test.inc (pow_test_tonearest): New function.
41409         (pow_test_towardzero): Likewise.
41410         (pow_test_downward): Likewise.
41411         (pow_test_upward): Likewise.
41412         (main): Call the new functions.
41413         * sysdeps/i386/fpu/libm-test-ulps: Update.
41414         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41416         [BZ #3976]
41417         * math/libm-test.inc (cosh_test_tonearest): New function.
41418         (cosh_test_towardzero): Likewise.
41419         (cosh_test_downward): Likewise.
41420         (cosh_test_upward): Likewise.
41421         (sinh_test_tonearest): Likewise.
41422         (sinh_test_towardzero): Likewise.
41423         (sinh_test_downward): Likewise.
41424         (sinh_test_upward): Likewise.
41425         (main): Call the new functions.
41426         * sysdeps/i386/fpu/libm-test-ulps: Update.
41427         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41429 2012-03-05  Tom de Vries  <tom@codesourcery.com>
41431         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
41432         default stack guard is set in last bytes.
41433         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
41435 2012-03-05  Kees Cook  <keescook@chromium.org>
41437         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
41439         [BZ #13656]
41440         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
41441         possibly allocate from heap instead of stack.
41442         * stdio-common/bug-vfprintf-nargs.c: New file.
41443         * stdio-common/Makefile (tests): Add nargs overflow test.
41445 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
41447         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41449 2012-03-03  Marek Polacek  <polacek@redhat.com>
41451         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
41452         * math/math_private.h: Likewise.
41453         * stdlib/tst-strtod.c: Likewise.
41454         * sysdeps/i386/i486/bits/atomic.h: Likewise.
41455         * sysdeps/x86_64/bits/atomic.h: Likewise.
41457 2012-03-02  David S. Miller  <davem@davemloft.net>
41459         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
41460         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
41461         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
41462         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
41463         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
41464         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
41465         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
41466         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
41468 2012-03-02  Roland McGrath  <roland@hack.frob.com>
41470         [BZ #13792]
41471         * manual/examples/README: New file, says the example source files
41472         can be used under GPL>=2.
41473         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
41474         line containing just "*/".
41475         * manual/examples/add.c: Add copyright header (GPL>=2).
41476         * manual/examples/argp-ex1.c: Likewise.
41477         * manual/examples/argp-ex2.c: Likewise.
41478         * manual/examples/argp-ex3.c: Likewise.
41479         * manual/examples/argp-ex4.c: Likewise.
41480         * manual/examples/atexit.c: Likewise.
41481         * manual/examples/db.c: Likewise.
41482         * manual/examples/dir.c: Likewise.
41483         * manual/examples/dir2.c: Likewise.
41484         * manual/examples/execinfo.c: Likewise.
41485         * manual/examples/filecli.c: Likewise.
41486         * manual/examples/filesrv.c: Likewise.
41487         * manual/examples/fmtmsgexpl.c: Likewise.
41488         * manual/examples/genpass.c: Likewise.
41489         * manual/examples/inetcli.c: Likewise.
41490         * manual/examples/inetsrv.c: Likewise.
41491         * manual/examples/isockad.c: Likewise.
41492         * manual/examples/longopt.c: Likewise.
41493         * manual/examples/memopen.c: Likewise.
41494         * manual/examples/memstrm.c: Likewise.
41495         * manual/examples/mkfsock.c: Likewise.
41496         * manual/examples/mkisock.c: Likewise.
41497         * manual/examples/mygetpass.c: Likewise.
41498         * manual/examples/pipe.c: Likewise.
41499         * manual/examples/popen.c: Likewise.
41500         * manual/examples/rprintf.c: Likewise.
41501         * manual/examples/search.c: Likewise.
41502         * manual/examples/select.c: Likewise.
41503         * manual/examples/setjmp.c: Likewise.
41504         * manual/examples/sigh1.c: Likewise.
41505         * manual/examples/sigusr.c: Likewise.
41506         * manual/examples/stpcpy.c: Likewise.
41507         * manual/examples/strdupa.c: Likewise.
41508         * manual/examples/strftim.c: Likewise.
41509         * manual/examples/strncat.c: Likewise.
41510         * manual/examples/subopt.c: Likewise.
41511         * manual/examples/swapcontext.c: Likewise.
41512         * manual/examples/termios.c: Likewise.
41513         * manual/examples/testopt.c: Likewise.
41514         * manual/examples/testpass.c: Likewise.
41515         * manual/examples/timeval_subtract.c: Likewise.
41517         [BZ #13792]
41518         * manual/time.texi (Elapsed Time): Move timeval_subtract example
41519         function to ...
41520         * manual/timeval_subtract.c.texi: ... here, new file.
41522 2012-03-02  David S. Miller  <davem@davemloft.net>
41524         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
41526 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
41528         [BZ #3976]
41529         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
41530         (__sin): Save and restore rounding mode and use round-to-nearest
41531         for all computations.
41532         (__cos): Save and restore rounding mode and use round-to-nearest
41533         for all computations.
41534         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
41535         <fenv.h>.
41536         (tan): Save and restore rounding mode and use round-to-nearest for
41537         all computations.
41538         * math/libm-test.inc (cos_test_tonearest): New function.
41539         (cos_test_towardzero): Likewise.
41540         (cos_test_downward): Likewise.
41541         (cos_test_upward): Likewise.
41542         (sin_test_tonearest): Likewise.
41543         (sin_test_towardzero): Likewise.
41544         (sin_test_downward): Likewise.
41545         (sin_test_upward): Likewise.
41546         (tan_test_tonearest): Likewise.
41547         (tan_test_towardzero): Likewise.
41548         (tan_test_downward): Likewise.
41549         (tan_test_upward): Likewise.
41550         (main): Call the new functions.
41551         * sysdeps/i386/fpu/libm-test-ulps: Update.
41552         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41554         [BZ #10135]
41555         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
41556         small n, then large n, before computing and testing k+n.
41557         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
41558         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
41559         Likewise.
41560         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
41561         Likewise.
41562         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
41563         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
41564         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
41565         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
41566         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
41567         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
41568         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
41569         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
41570         * math/libm-test.inc (scalbn_test): Add more tests.
41571         (scalbln_test): Likewise.
41573         * manual/filesys.texi (mode_t): Describe constraints on size and
41574         signedness, not exact equivalence to a particular type.
41575         (ino_t): Likewise.
41576         (ino64_t): Likewise.
41577         (dev_t): Likewise.
41578         (nlink_t): Likewise.
41579         (blkcnt_t): Likewise.
41580         (blkcnt64_t): Likewise.
41581         * manual/llio.texi (off_t): Likewise.
41583         [BZ #3976]
41584         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
41585         (__ieee754_exp): Save and restore rounding mode and use
41586         round-to-nearest for all computations.
41587         * math/libm-test.inc (exp_test_tonearest): New function.
41588         (exp_test_towardzero): Likewise.
41589         (exp_test_downward): Likewise.
41590         (exp_test_upward): Likewise.
41591         (main): Call the new functions.
41592         * sysdeps/i386/fpu/libm-test-ulps: Update.
41593         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41595 2012-03-01  Chris Demetriou  <cgd@google.com>
41597         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
41598         have predictable order.
41600 2012-03-01  David S. Miller  <davem@davemloft.net>
41602         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
41604         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
41605         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
41606         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
41607         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
41609         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
41610         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
41611         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
41612         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
41613         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
41614         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
41615         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
41616         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
41617         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
41619         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41621         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
41622         * sysdeps/sparc/fpu/libm-test-ulps: to here.
41623         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
41625         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
41626         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
41627         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
41628         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
41629         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
41630         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
41631         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
41632         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
41633         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
41634         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
41635         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
41636         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
41637         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
41638         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
41639         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
41640         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
41641         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
41642         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
41643         * sysdeps/sparc/elf/configure: Regenerated.
41645 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
41647         * configure.in (AS, LD): Require binutils 2.20 or later.
41648         * configure: Regenerated.
41649         * manual/install.texi (Tools for Compilation): Give binutils 2.20
41650         as required minimum version.
41651         * INSTALL: Regenerated.
41653         [BZ #2541]
41654         [BZ #4108]
41655         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
41656         before squaring exponent.
41657         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
41658         bottom long double and 27 bits of top long double before squaring
41659         exponent.
41660         * math/libm-test.inc (erfc_test): Add more tests.
41661         * sysdeps/i386/fpu/libm-test-ulps: Update.
41662         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
41663         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41665 2012-03-01  Kai Tietz  <ktietz@redhat.com>
41667         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
41668         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
41669         containing bit-fields.
41670         * soft-fp/extended.h (_FP_UNION_E): Likewise.
41671         * soft-fp/single.h (_FP_UNION_S): Likewise.
41672         * soft-fp/double.h (_FP_UNION_D): Likewise.
41674 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
41676         [BZ #13786]
41677         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
41678         not include ../strcmp.S.
41679         [USE_AS_STRNCASECMP_L]: Likewise.
41680         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
41681         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
41682         * sysdeps/i386/i686/multiarch/strncase_l-c.c
41683         (__strncasecmp_l_ia32): Define as alias to
41684         __strncasecmp_l_nonascii.
41686         [BZ #5794]
41687         * math/libm-test.inc (expm1_test): Add test for bug 5794.
41688         * sysdeps/i386/fpu/libm-test-ulps: Update.
41689         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41691         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
41692         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41694 2012-02-29  Jeff Law  <law@redhat.com>
41696         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
41697         out of bounds read.
41699 2012-02-29  Marek Polacek  <polacek@redhat.com>
41701         [BZ #13706]
41702         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
41703         * elf/Makefile: Add rules to run tst-unused-dep.out.
41705 2012-02-28  David S. Miller  <davem@davemloft.net>
41707         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
41708         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
41709         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
41710         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
41711         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
41712         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
41714 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
41716         * math/libm-test.inc (llround_test): Move one test from
41717         lround_test.  Use TEST_f_L in moved test.
41718         (lround_test): Move misplaced test to llround_test.  Add testcase
41719         from bug 2561.
41721 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
41723         * sysdeps/x86_64/fpu/e_expf.S: New file.
41724         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
41726 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
41728         [BZ #13637]
41729         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
41730         of remain_len that may cause incomplete multi-byte character and
41731         false match.
41732         * posix/bug-regex33.c: New file.
41733         * posix/Makefile (tests): Add bug-regex33.
41735 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
41737         * manual/macros.texi: New file.
41738         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
41739         * manual/libc.texinfo: Include macros.texi.
41740         * manual/creatute.texi: Likewise.
41741         * manual/install.texi: Likewise.
41742         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
41743         @glibcadj{} in references to the GNU C Library.
41744         * manual/charset.texi: Likewise.
41745         * manual/conf.texi: Likewise.
41746         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
41747         when not using those macros.
41748         * manual/creature.texi: Likewise.
41749         * manual/crypt.texi: Likewise.
41750         * manual/errno.texi: Likewise.
41751         * manual/filesys.texi: Likewise.
41752         * manual/header.texi: Likewise.
41753         * manual/install.texi: Likewise.
41754         * manual/intro.texi: Likewise.
41755         * manual/io.texi: Likewise.
41756         * manual/job.texi: Likewise.
41757         * manual/lang.texi: Likewise.
41758         * manual/libc.texiinfo: Likewise.
41759         * manual/llio.texi: Likewise.
41760         * manual/locale.texi: Likewise.
41761         * manual/maint.texi: Likewise.
41762         * manual/math.texi: Likewise.
41763         * manual/memory.texi: Likewise.
41764         * manual/message.texi: Likewise.
41765         * manual/nss.texi: Likewise.
41766         * manual/pattern.texi: Likewise.
41767         * manual/process.texi: Likewise.
41768         * manual/resource.texi: Likewise.
41769         * manual/search.texi: Likewise.
41770         * manual/setjmp.texi: Likewise.
41771         * manual/signal.texi: Likewise.
41772         * manual/socket.texi: Likewise.
41773         * manual/startup.texi: Likewise.
41774         * manual/stdio.texi: Likewise.
41775         * manual/string.texi: Likewise.
41776         * manual/sysinfo.texi: Likewise.
41777         * manual/syslog.texi: Likewise.
41778         * manual/terminal.texi: Likewise.
41779         * manual/time.texi: Likewise.
41780         * manual/users.texi: Likewise.
41781         * INSTALL: Regenerated.
41782         * NOTES: Regenerated.
41783         * sysdeps/gnu/errlist.c: Regenerated.
41785 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
41787         * include/dirent.h: Include <dirstream.h> before
41788         <dirent/dirent.h>.
41790 2012-02-28  David S. Miller  <davem@davemloft.net>
41792         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
41793         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
41794         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
41795         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
41797 2012-02-27  David S. Miller  <davem@davemloft.net>
41799         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
41800         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
41801         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
41802         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
41804         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
41805         frame pointer instead of stack pointer relative arg slot.
41806         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
41807         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
41808         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
41810 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
41812         [BZ #3992]
41813         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
41815 2012-02-27  David S. Miller  <davem@davemloft.net>
41817         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
41818         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
41819         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
41820         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
41821         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
41822         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
41823         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
41824         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
41826 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
41828         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
41829         later.  Allow versions 5-9.
41830         * configure: Regenerated.
41831         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
41832         required minimum version and 4.6 as recommended version.  Do not
41833         mention bugs in GCC 2.7 and 2.8.
41834         * INSTALL: Regenerated.
41836 2012-02-27  David S. Miller  <davem@davemloft.net>
41838         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
41839         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
41840         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
41841         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
41842         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
41843         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
41844         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
41845         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
41847         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
41848         manipulate bits before adding and subtracting TWO112[sx].
41849         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
41851 2012-02-27  Roland McGrath  <roland@hack.frob.com>
41853         [BZ #13775]
41854         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
41855         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
41856         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
41857         being in POSIX, because they are in 1003.1-2008.
41859         * rt/tst-aio.c: Include <fcntl.h>.
41860         * rt/tst-aio7.c: Likewise.
41861         * rt/tst-aio64.c: Likewise.
41863         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
41865 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
41867         * manual/install.texi (--with-headers): Describe headers as
41868         interface headers, not private headers.
41869         (Specific advice for GNU/Linux systems): Describe use of headers
41870         from "make headers_install", not private headers from older
41871         kernels.
41872         * INSTALL: Regenerated.
41873         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
41874         Change to 2.6.19.
41875         * sysdeps/unix/sysv/linux/configure: Regenerated.
41877         * manual/llio.texi (fclean): Remove documentation.
41879         * manual/Makefile (libc-texi-generated): New variable.  Include
41880         version.texi.
41881         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
41882         $(libc-texi-generated), not duplicated list of files.
41883         (version.texi, stamp-version): New rules.
41884         (realclean): Remove $(libc-texi-generated), not individual files
41885         from that list.  Do not remove dir-add.texinfo.
41886         * manual/libc.texinfo: Comment out uses of edition numbers and
41887         references to printed manual.  Remove last-updated dates.
41888         (EDITION): Comment out.
41889         (ISBN): Likewise.
41890         (VERSION, UPDATED): Remove.
41891         (version.texi): Include.
41893 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
41895         * sysdeps/posix/spawni.c: Include <signal.h>.
41896         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
41897         * sysdeps/pthread/aio_fsync.c: Likewise.
41899 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
41901         * conform/Makefile (tests): Run only when not cross-compiling and
41902         when fast-check is not defined.
41904         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
41905         * conform/data/limits.h-data: Fixes for POSIX2008.
41906         * conform/run-conformtest.sh: Run all tests.
41907         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
41908         headers.
41909         * include/bits/dlfcn.h: Likewise.
41910         * include/langinfo.h: Likewise.
41911         * include/monetary.h: Likewise.
41912         * include/sys/poll.h: Likewise.
41914         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
41915         for __USE_GNU.
41916         * posix/spawn.h: Define __need_sigset_t.
41917         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
41918         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
41919         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
41920         to get sigevent_t only.
41921         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
41922         only for __USE_GNU.
41923         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
41924         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
41925         process_vm_writev only for __USE_GNU.
41926         * termios/termios.h: Declare tcgetsid also for POSIX2008.
41928         * conform/Makefile: For now ignore errors from run-conformtest.
41929         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
41930         POSIX to avoid namespace pollution.  Don't prepend headers.
41931         * conform/data/aio.h-data: Fixes for POSIX testing.
41932         * conform/data/fcntl.h-data: Likewise.
41933         * conform/data/glob.h-data: Likewise.
41934         * conform/data/grp.h-data: Likewise.
41935         * conform/data/pthread.h-data: Likewise.
41936         * conform/data/pwd.h-data: Likewise.
41937         * conform/data/signal.h-data: Likewise.
41938         * conform/data/spawn.h-data: Likewise.
41939         * conform/data/stdio.h-data: Likewise.
41940         * conform/data/stdlib.h-data: Likewise.
41941         * conform/data/stropts.h-data: Likewise.
41942         * conform/data/sys/mman.h-data: Likewise.
41943         * conform/data/sys/stat.h-data: Likewise.
41944         * conform/data/sys/types.h-data: Likewise.
41945         * conform/data/sys/wait.h-data: Likewise.
41946         * conform/data/time.h-data: Likewise.
41947         * conform/data/unistd.h-data: Likewise.
41948         * conform/data/utime.h-data: Likewise.
41950         * io/sys/stat.h: fchmod was always in POSIX.
41951         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
41952         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
41953         * rt/aio.h: Define __need_timespec before including <time.h>.
41954         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
41955         struct.  Add forward declaration of pthread_attr_t and use it in
41956         sigevent.
41957         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
41958         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
41959         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
41960         always remove CLK_TCK definition.
41962 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
41964         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
41966 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
41968         * conform/run-conformtest.sh: New file.
41969         * conform/Makefile: Run run-conformtest for tests.
41970         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
41971         support.
41973         * conform/data/uchar.h-data: New file.
41974         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
41975         * conform/data/arpa/inet.h-data: Likewise.
41976         * conform/data/assert.h-data: Likewise.
41977         * conform/data/complex.h-data: Likewise.
41978         * conform/data/cpio.h-data: Likewise.
41979         * conform/data/ctype.h-data: Likewise.
41980         * conform/data/dirent.h-data: Likewise.
41981         * conform/data/dlfcn.h-data: Likewise.
41982         * conform/data/errno.h-data: Likewise.
41983         * conform/data/fcntl.h-data: Likewise.
41984         * conform/data/float.h-data: Likewise.
41985         * conform/data/fmtmsg.h-data: Likewise.
41986         * conform/data/fnmatch.h-data: Likewise.
41987         * conform/data/ftw.h-data: Likewise.
41988         * conform/data/glob.h-data: Likewise.
41989         * conform/data/grp.h-data: Likewise.
41990         * conform/data/iconv.h-data: Likewise.
41991         * conform/data/inttypes.h-data: Likewise.
41992         * conform/data/langinfo.h-data: Likewise.
41993         * conform/data/libgen.h-data: Likewise.
41994         * conform/data/limits.h-data: Likewise.
41995         * conform/data/locale.h-data: Likewise.
41996         * conform/data/math.h-data: Likewise.
41997         * conform/data/monetary.h-data: Likewise.
41998         * conform/data/mqueue.h-data: Likewise.
41999         * conform/data/ndbm.h-data: Likewise.
42000         * conform/data/net/if.h-data: Likewise.
42001         * conform/data/netdb.h-data: Likewise.
42002         * conform/data/netinet/in.h-data: Likewise.
42003         * conform/data/nl_types.h-data: Likewise.
42004         * conform/data/poll.h-data: Likewise.
42005         * conform/data/pthread.h-data: Likewise.
42006         * conform/data/pwd.h-data: Likewise.
42007         * conform/data/regex.h-data: Likewise.
42008         * conform/data/sched.h-data: Likewise.
42009         * conform/data/search.h-data: Likewise.
42010         * conform/data/semaphore.h-data: Likewise.
42011         * conform/data/setjmp.h-data: Likewise.
42012         * conform/data/signal.h-data: Likewise.
42013         * conform/data/spawn.h-data: Likewise.
42014         * conform/data/stdarg.h-data: Likewise.
42015         * conform/data/stdio.h-data: Likewise.
42016         * conform/data/stdlib.h-data: Likewise.
42017         * conform/data/string.h-data: Likewise.
42018         * conform/data/strings.h-data: Likewise.
42019         * conform/data/stropts.h-data: Likewise.
42020         * conform/data/sys/ipc.h-data: Likewise.
42021         * conform/data/sys/mman.h-data: Likewise.
42022         * conform/data/sys/msg.h-data: Likewise.
42023         * conform/data/sys/resource.h-data: Likewise.
42024         * conform/data/sys/select.h-data: Likewise.
42025         * conform/data/sys/sem.h-data: Likewise.
42026         * conform/data/sys/shm.h-data: Likewise.
42027         * conform/data/sys/socket.h-data: Likewise.
42028         * conform/data/sys/stat.h-data: Likewise.
42029         * conform/data/sys/statvfs.h-data: Likewise.
42030         * conform/data/sys/time.h-data: Likewise.
42031         * conform/data/sys/timeb.h-data: Likewise.
42032         * conform/data/sys/times.h-data: Likewise.
42033         * conform/data/sys/types.h-data: Likewise.
42034         * conform/data/sys/uio.h-data: Likewise.
42035         * conform/data/sys/un.h-data: Likewise.
42036         * conform/data/sys/utsname.h-data: Likewise.
42037         * conform/data/sys/wait.h-data: Likewise.
42038         * conform/data/syslog.h-data: Likewise.
42039         * conform/data/tar.h-data: Likewise.
42040         * conform/data/termios.h-data: Likewise.
42041         * conform/data/utime.h-data: Likewise.
42042         * conform/data/utmpx.h-data: Likewise.
42043         * conform/data/varargs.h-data: Likewise.
42044         * conform/data/wchar.h-data: Likewise.
42045         * conform/data/wctype.h-data: Likewise.
42046         * conform/data/wordexp.h-data: Likewise.
42048         * include/stropts.h: New file.
42049         * include/uchar.h: New file.
42050         * include/aio.h: Changes to allow conformtest.pl to use the headers.
42051         * include/assert.h: Likewise.
42052         * include/ctype.h: Likewise.
42053         * include/dirent.h: Likewise.
42054         * include/dlfcn.h: Likewise.
42055         * include/fcntl.h: Likewise.
42056         * include/fnmatch.h: Likewise.
42057         * include/glob.h: Likewise.
42058         * include/grp.h: Likewise.
42059         * include/libio.h: Likewise.
42060         * include/locale.h: Likewise.
42061         * include/math.h: Likewise.
42062         * include/net/if.h: Likewise.
42063         * include/netdb.h: Likewise.
42064         * include/netinet/in.h: Likewise.
42065         * include/pthread.h: Likewise.
42066         * include/pwd.h: Likewise.
42067         * include/regex.h: Likewise.
42068         * include/sched.h: Likewise.
42069         * include/search.h: Likewise.
42070         * include/setjmp.h: Likewise.
42071         * include/signal.h: Likewise.
42072         * include/stdio.h: Likewise.
42073         * include/stdlib.h: Likewise.
42074         * include/string.h: Likewise.
42075         * include/sys/cdefs.h: Likewise.
42076         * include/sys/mman.h: Likewise.
42077         * include/sys/msg.h: Likewise.
42078         * include/sys/resource.h: Likewise.
42079         * include/sys/select.h: Likewise.
42080         * include/sys/socket.h: Likewise.
42081         * include/sys/stat.h: Likewise.
42082         * include/sys/statvfs.h: Likewise.
42083         * include/sys/time.h: Likewise.
42084         * include/sys/times.h: Likewise.
42085         * include/sys/uio.h: Likewise.
42086         * include/sys/utsname.h: Likewise.
42087         * include/sys/wait.h: Likewise.
42088         * include/termios.h: Likewise.
42089         * include/time.h: Likewise.
42090         * include/ulimit.h: Likewise.
42091         * include/unistd.h: Likewise.
42092         * include/utime.h: Likewise.
42093         * include/wchar.h: Likewise.
42094         * include/wctype.h: Likewise.
42095         * include/wordexp.h: Likewise.
42097         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
42099         * time/time.h: TIME_UTC must be a macro.
42100         Make timespec_get available for ISO C11 only as well.
42102 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
42104         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
42105         Reported by Peng Haitao <penght@cn.fujitsu.com>.
42107 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
42109         * configure.in: Use -o not -a in test for unsupported multi-arch.
42111 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
42113         * manual/texinfo.tex: Update to version 2012-01-19.16.
42115 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
42117         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
42119 2012-02-24  Roland McGrath  <roland@hack.frob.com>
42121         [BZ #13738]
42122         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
42123         * manual/fdl-1.3.texi: New file.
42124         * manual/fdl-1.1.texi: File removed.
42126         [BZ #13738]
42127         * manual/libc.texinfo (FDL_VERSION): New @set.
42128         Use it for mention of FDL in cover text.
42129         (Documentation License): Use it in @include file name.
42131 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
42132             Roland McGrath  <roland@hack.frob.com>
42134         [BZ #5461]
42135         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
42136         (not LONG_LONG_MAX and LONG_LONG_MIN.
42137         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
42138         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
42139         name.
42140         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
42142 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
42144         [BZ #2547]
42145         [BZ #11365]
42146         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
42147         manipulate bits before adding and subtracting TWO23[sx].
42148         * math/libm-test.inc (nearbyint_test): Add more tests.
42150 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
42152         [BZ #2548]
42153         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
42154         bits before adding and subtracting TWO23[sx].
42155         * math/libm-test.inc (rint_test): Add more tests.
42156         (rint_test_tonearest): Likewise.
42157         (rint_test_towardzero): Likewise.
42158         (rint_test_downward): Likewise.
42159         (rint_test_upward: Likewise.
42161 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
42163         [BZ #10110]
42164         * include/stdc-predef.h: New file.  Extracted from features.h.
42165         * include/features.h: Include stdc-predef.h.
42166         * Makefile (headers): Add stdc-predef.h.
42167         * CONFORMANCE (Compiler limitations): Update.
42169 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
42171         * manual/libc.texinfo (VERSION, UPDATED): Revert.
42173 2012-02-21  David S. Miller  <davem@davemloft.net>
42175         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
42176         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
42178 2012-02-20  David S. Miller  <davem@davemloft.net>
42180         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
42181         using a normal save/restore sequence, rather than allocating a
42182         dummy stack frame just to store a frame pointer and restore.
42183         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
42185 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
42187         * manual/install.texi: Fix stray word in line-wrapped comment.
42189 2012-02-20  David S. Miller  <davem@davemloft.net>
42191         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
42192         both binutils and gcc support GOTDATA.
42194         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
42195         "rd %pc" in the PIC register setup sequences.
42197         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
42198         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
42199         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
42200         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
42201         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
42202         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
42203         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
42204         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
42205         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
42206         (SYSCALL_ERROR_HANDLER): Likewise.
42207         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
42208         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
42209         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
42210         (SYSCALL_ERROR_HANDLER): Likewise.
42212         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
42213         (HAVE_GCC_GOTDATA): New.
42214         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
42215         relocation support in both binutils and gcc.
42216         * sysdeps/sparc/elf/configure: Regenerate.
42218         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
42219         * sysdeps/sparc/sparc32/elf/configure: Delete.
42220         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
42221         * sysdeps/sparc/sparc64/elf/configure: Delete.
42222         * sysdeps/sparc/elf/configure.in: New file.
42223         * sysdeps/sparc/elf/configure: Generate.
42225         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
42226         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
42227         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
42228         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
42229         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
42231 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
42233         * manual/install.texi: Do not mention specific glibc version
42234         numbers.
42235         * manual/libc.texinfo (VERSION, UPDATED): Update.
42236         (@copying): Use @copyright{} and range of years.
42238 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
42240         [BZ #13695]
42241         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
42242         [crti.S not in sysdirs] (generated): Do not append.
42243         [crti.S not in sysdirs] (omit-deps): Likewise.
42244         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
42245         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
42246         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
42247         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
42248         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
42249         Likewise.
42250         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
42251         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
42252         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
42253         * csu/defs.awk: Remove file.
42254         * sysdeps/generic/initfini.c: Likewise.
42255         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
42256         variable.
42257         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
42258         Likewise.
42260 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
42262         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
42263         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
42264         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
42265         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
42266         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
42267         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
42268         <bits/epoll.h>.
42269         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
42270         (__EPOLL_PACKED): Define to empty if not defined by
42271         <bits/epoll.h>.
42272         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
42273         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
42274         bits/epoll.h.
42276 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
42278         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
42279         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
42280         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
42281         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
42282         <bits/timerfd.h>.
42283         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
42284         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
42285         bits/timerfd.h.
42287 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
42289         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
42290         in C locale.
42291         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
42292         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
42293         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
42294         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42296 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
42298         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
42299         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
42301 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
42303         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
42304         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
42305         defined.
42306         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
42307         Likewise.
42308         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
42309         entry for 2.16.
42311 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
42313         * math/w_acos.c: Use non-signaling floating-point comparisons.
42314         * math/w_acosf.c: Likewise.
42315         * math/w_acosh.c: Likewise.
42316         * math/w_acoshf.c: Likewise.
42317         * math/w_acoshl.c: Likewise.
42318         * math/w_acosl.c: Likewise.
42319         * math/w_asin.c: Likewise.
42320         * math/w_asinf.c: Likewise.
42321         * math/w_asinl.c: Likewise.
42322         * math/w_atanh.c: Likewise.
42323         * math/w_atanhf.c: Likewise.
42324         * math/w_atanhl.c: Likewise.
42325         * math/w_exp2.c: Likewise.
42326         * math/w_exp2f.c: Likewise.
42327         * math/w_exp2l.c: Likewise.
42328         * math/w_j0.c: Likewise.
42329         * math/w_j0f.c: Likewise.
42330         * math/w_j0l.c: Likewise.
42331         * math/w_j1.c: Likewise.
42332         * math/w_j1f.c: Likewise.
42333         * math/w_j1l.c: Likewise.
42334         * math/w_jn.c: Likewise.
42335         * math/w_jnf.c: Likewise.
42336         * math/w_log.c: Likewise.
42337         * math/w_log10.c: Likewise.
42338         * math/w_log10f.c: Likewise.
42339         * math/w_log10l.c: Likewise.
42340         * math/w_log2.c: Likewise.
42341         * math/w_log2f.c: Likewise.
42342         * math/w_log2l.c: Likewise.
42343         * math/w_logf.c: Likewise.
42344         * math/w_logl.c: Likewise.
42345         * math/w_sqrt.c: Likewise.
42346         * math/w_sqrtf.c: Likewise.
42347         * math/w_sqrtl.c: Likewise.
42348         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
42349         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
42350         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
42351         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
42352         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
42354 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
42356         [BZ #9739]
42357         * manual/string.texi (strnlen): Use correct parameter name in
42358         equivalent expression.
42360 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
42362         [BZ #11174]
42363         * manual/users.texi (seteuid): Consistently use neweuid for
42364         argument name.
42366 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
42368         [BZ #13704]
42369         * manual/nss.texi (Services in the NSS configuration): Correct
42370         list of services in example configuration file.
42372 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
42374         [BZ #11322]
42375         * manual/arith.texi: Remove statements about negative zero
42376         behaving identically to zero.
42378 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
42380         [BZ #5993]
42381         * manual/install.texi: Do not document upgrading from libc5.
42383 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
42385         [BZ #4596]
42386         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
42388 2012-02-18  David S. Miller  <davem@davemloft.net>
42390         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
42391         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
42392         %o7 across the call.
42393         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
42394         instead.
42395         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
42396         SETUP_PIC_REG_LEAF.
42397         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
42398         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
42399         * sysdeps/sparc/crtn.S: Likewise.
42401 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
42403         * aout/Makefile: Remove.
42405 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
42407         [BZ #13058]
42408         * manual/examples/argp-ex1.c (main): Format definition in GNU
42409         style.
42410         * manual/examples/argp-ex2.c (main): Likewise.
42411         * manual/examples/argp-ex3.c (main): Likewise.
42412         * manual/examples/argp-ex4.c (main): Likewise.
42413         * manual/examples/longopt.c (main): Use new-style prototype
42414         definition.
42415         * manual/examples/strncat.c (main): Specify return type and use
42416         (void) for arguments.
42417         * manual/examples/subopt.c (main): Use char **argv argument.
42419 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
42421         [BZ #5077]
42422         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
42423         rounding modes.
42425 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
42427         [BZ #6907]
42428         * manual/string.texi (strchr): Change when strchrnul is
42429         recommended.
42431 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
42433         [BZ #174]
42434         * manual/locale.texi (setlocale): Document LOCPATH.
42436 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
42438         [BZ #10210]
42439         * manual/process.texi (execle): Move @dots{} before last argument.
42441 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
42443         [BZ #12047]
42444         * manual/charset.texi (Generic Charset Conversion): Fix typo
42445         (LC_TYPE -> LC_CTYPE).
42447 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
42449         [BZ #5805]
42450         * manual/arith.texi (scalbn): Use @var{} on parameter names.
42451         (scalbnf): Likewise.
42452         (scalbnl): Likewise.
42453         (scalbln): Likewise.
42454         (scalblnf): Likewise.
42455         (scalblnl): Likewise.
42456         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
42457         (vwarnx): Likewise.
42458         (verr): Likewise.
42459         (verrx): Likewise.
42460         * manual/filesys.texi (telldir): Use braces around return type.
42461         * manual/llio.texi (mmap): Add space after comma.
42462         (mmap64): Likewise.
42463         * manual/math.texi (jn): Use @var{} on parameter names.
42464         (jnf): Likewise.
42465         (jnl): Likewise.
42466         (yn): Likewise.
42467         (ynf): Likewise.
42468         (ynl): Likewise.
42469         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
42470         line.
42471         * manual/resource.texi (ulimit): Use @dots{} instead of literal
42472         "...".
42473         (sched_get_priority_min): Remove semicolon on @deftypefun line.
42474         (sched_get_priority_max): Likewise.
42475         * manual/signal.texi (sigvec): Add space after comma.
42476         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
42477         names.
42478         (if_indextoname): Likewise.
42479         (if_freenameindex): Likewise.
42480         (sendto): Use ',' instead of '.' in prototype.
42481         * manual/startup.texi (syscall): Use @dots{} instead of literal
42482         "...".
42483         * manual/stdio.texi (__fpending): Separate initial words of
42484         paragraph from @deftypefun line.
42485         * manual/syslog.texi (syslog): Use @dots{} instead of literal
42486         "...".
42487         (vsyslog): Use @var{} on parameter names.
42488         * manual/terminal.texi (stty): Use @var{} on parameter names.
42489         * manual/users.texi (getutmp): Use @var{} on parameter names.
42490         (getutmpx): Likewise.
42492 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
42494         [BZ #6884]
42495         * manual/stdio.texi (fopen): Fix typos in description of
42496         ",ccs=STRING".
42498 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
42500         [BZ #4026]
42501         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
42502         get clock_id definition.
42504 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
42506         [BZ #4822]
42507         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
42508         (madvise): Cast every argument to void on its own.
42510 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
42512         [BZ #9902]
42513         * manual/startup.texi (Exit Status): Fix typo.
42515 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
42517         [BZ #10140]
42518         * manual/examples/argp-ex1.c: Include <stdlib.h>.
42519         * manual/examples/argp-ex2.c: Likewise.
42520         * manual/examples/argp-ex3.c: Likewise.
42522 2012-02-16  Richard Henderson  <rth@redhat.com>
42524         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
42525         * sysdeps/s390/s390-32/initfini.c: Remove.
42526         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
42527         * sysdeps/s390/s390-64/initfini.c: Remove.
42529 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
42531         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
42532         compiler output for sysdeps/generic/initfini.c.
42533         * sysdeps/sh/elf/initfini.c: Remove file.
42535 2012-02-16  David S. Miller  <davem@davemloft.net>
42537         [BZ #11494]
42538         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
42540         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
42541         * sysdeps/sparc/crti.S: New file.
42542         * sysdeps/sparc/crtn.S: New file.
42543         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
42544         * sysdeps/sparc/sparc64/Makefile: Likewise.
42546 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
42548         [BZ #3335]
42549         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
42551 2012-02-15  Roland McGrath  <roland@hack.frob.com>
42553         [BZ #4822]
42554         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
42556         * mach/devstream.c (cookie_io_functions_t): Macro removed.
42557         (write, read, close): Likewise.
42558         Patch by Aurelien Jarno <aurelien@aurel32.net>.
42560 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
42562         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
42563         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
42564         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
42565         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
42566         <bits/signalfd.h>.
42567         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
42568         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
42569         bits/signalfd.h.
42571 2012-02-14  Marek Polacek  <polacek@redhat.com>
42573         * sysdeps/x86_64/crti.S: New file.
42574         * sysdeps/x86_64/crtn.S: New file.
42575         * sysdeps/x86_64/elf/initfini.c: Remove file.
42577 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
42579         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
42580         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
42581         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
42582         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
42583         <bits/inotify.h>.
42584         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
42585         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
42586         bits/inotify.h.
42588 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
42590         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
42591         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
42592         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
42593         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
42594         <bits/eventfd.h>.
42595         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
42596         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
42597         bits/eventfd.h.
42599 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
42601         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
42602         __feraiseexcept instead of feraiseexcept.
42604         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
42605         nanosleep invocations.
42606         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
42607         strings, and add error checking for a nanosleep invocations.
42609 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
42611         Replace FSF snail mail address with URLs, as per GNU coding standards.
42612         Most of the snail mail addresses were wrong anyway, and omitting
42613         them makes the source code easier to maintain.  Almost all of the
42614         changes are to license notices and to locale LC_IDENTIFICATION
42615         addresses, except for this one:
42616         * manual/libc.texinfo: In "Published by", give the FSF's URL,
42617         not its snail mail address.
42619 2012-02-09  Richard Henderson  <rth@twiddle.net>
42621         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
42622         of kernel-features.h.
42624         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
42626 2012-02-08  Marek Polacek  <polacek@redhat.com>
42628         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
42629         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
42630         * sysdeps/gnu/_G_config.h: Likewise.
42631         * sysdeps/generic/_G_config.h: Likewise.
42633 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
42635         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
42636         tests.
42637         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42639         * sysdeps/powerpc/powerpc32/crti.S: New file.
42640         * sysdeps/powerpc/powerpc32/crtn.S: New file.
42641         * sysdeps/powerpc/powerpc64/crti.S: New file.
42642         * sysdeps/powerpc/powerpc64/crtn.S: New file.
42644         * Makeconfig (have-initfini): Don't set.
42645         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
42646         * configure.in (nopic_initfini): Don't substitute.
42647         * config.h.in (HAVE_INITFINI): Don't #undef.
42648         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
42649         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
42651 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
42653         Support crti.S and crtn.S provided directly by architectures.
42654         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
42655         [crti.S in sysdirs] (omit-deps): Likewise.
42656         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
42657         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
42658         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
42659         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
42660         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
42661         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
42662         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
42663         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
42664         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
42665         compiler output for sysdeps/generic/initfini.c.
42666         * sysdeps/i386/elf/Makefile: Remove file.
42667         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
42669 2012-02-07  Marek Polacek  <polacek@redhat.com>
42671         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
42672         * sysdeps/gnu/_G_config.h: Likewise.
42673         * sysdeps/mach/hurd/_G_config.h: Likewise.
42675 2012-02-07  Marek Polacek  <polacek@redhat.com>
42677         * math/Makefile (tests): Add tst-CMPLX2.
42678         * math/tst-CMPLX2.c: New file.
42680 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
42682         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
42684         * math/libm-test.inc (jn_test): Add missing L suffix.
42686 2012-02-06  Marek Polacek  <polacek@redhat.com>
42688         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
42689         * sysdeps/i386/fpu/e_powf.S: Likewise.
42690         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
42691         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
42692         * sysdeps/i386/fpu/e_acosh.S: Likewise.
42693         * sysdeps/i386/fpu/e_pow.S: Likewise.
42694         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
42695         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
42696         * sysdeps/i386/fpu/s_expm1.S: Likewise.
42697         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
42698         * sysdeps/i386/fpu/e_log2.S: Likewise.
42699         * sysdeps/i386/fpu/e_log2l.S: Likewise.
42700         * sysdeps/i386/fpu/e_scalb.S: Likewise.
42701         * sysdeps/i386/fpu/e_powl.S: Likewise.
42702         * sysdeps/i386/fpu/s_log1p.S: Likewise.
42703         * sysdeps/i386/fpu/e_log10f.S: Likewise.
42704         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
42705         * sysdeps/i386/fpu/e_logl.S: Likewise.
42706         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
42707         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
42708         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
42709         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
42710         * sysdeps/i386/fpu/e_log2f.S: Likewise.
42711         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
42712         * sysdeps/i386/fpu/e_log.S: Likewise.
42713         * sysdeps/i386/fpu/s_cexp.S: Likewise.
42714         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
42715         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
42716         * sysdeps/i386/fpu/e_logf.S: Likewise.
42717         * sysdeps/i386/fpu/e_log10l.S: Likewise.
42718         * sysdeps/i386/fpu/e_atanh.S: Likewise.
42719         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
42720         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
42721         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
42722         * sysdeps/i386/fpu/e_log10.S: Likewise.
42723         * sysdeps/i386/fpu/s_frexp.S: Likewise.
42724         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
42725         * sysdeps/i386/fpu/s_asinh.S: Likewise.
42726         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
42727         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
42728         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
42729         * sysdeps/i386/asm-syntax.h: Likewise.
42730         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
42731         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
42732         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
42733         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
42734         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
42735         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
42736         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
42737         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
42738         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
42739         * sysdeps/powerpc/sysdep.h: Likewise.
42740         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
42741         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
42743 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
42745         [BZ #411]
42746         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
42748 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
42750         * sysdeps/i386/sysdep.h: Include <features.h>.
42751         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
42752         version.
42754 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
42756         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
42757         Define.
42758         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
42759         LOAD_PIC_REG_STR.
42761 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
42763         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
42764         (SETUP_PIC_REG): Use GET_PC_THUNK.
42765         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
42766         macro.
42768 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
42770         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
42771         for non-PIC compilation.
42772         (SETUP_PIC_REG): Add .p2align directive.
42773         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
42774         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
42775         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
42776         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
42777         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
42778         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
42779         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
42780         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
42781         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
42782         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
42783         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
42784         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
42785         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
42786         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
42787         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
42788         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
42789         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
42790         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
42791         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
42792         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
42793         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
42794         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
42795         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
42796         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
42797         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
42798         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
42799         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
42800         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
42801         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
42802         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
42803         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
42804         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
42805         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
42806         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
42807         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
42808         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
42809         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
42810         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
42811         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
42812         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
42813         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
42815 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
42817         * math/tst-CMPLX.c: Include <stdio.h>.
42819 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
42821         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
42822         float.
42823         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
42824         * sysdeps/sparc/bits/mathdef.h: Likewise.
42826 2012-01-31  Marek Polacek  <polacek@redhat.com>
42828         * libio/libio.h: Don't define _PARAMS.
42829         * locale/programs/config.h: Don't define PARAMS.
42830         * stdlib/strtol_l.c: Likewise.
42831         (__strtol_l): Remove PARAMS from the prototype.
42833 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
42835         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
42836         names.  Just use the correct names.  Remove unnecessary wrapper
42837         functions.
42838         * malloc/arena.c: Likewise.
42839         * malloc/hooks.c: Likewise.
42841         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
42842         ARENA_TEST says not to.  Simplify test for creation of a new arena.
42843         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
42845 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
42847         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
42848         into tail calls.
42849         (update_get_addr): New function.
42850         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
42851         GET_ADDR_MODULE parameter.
42853 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
42855         * crypt/cert.c: Remove __STDC__ conditionals.
42856         * crypt/crypt-entry.c: Likewise.
42857         * crypt/crypt_util.c: Likewise.
42858         * libio/filedoalloc.c: Likewise.
42859         * libio/fileops.c: Likewise.
42860         * libio/genops.c: Likewise.
42861         * libio/iofclose.c: Likewise.
42862         * libio/iofdopen.c: Likewise.
42863         * libio/iofopen.c: Likewise.
42864         * libio/iofopen64.c: Likewise.
42865         * libio/iogetdelim.c: Likewise.
42866         * libio/iopopen.c: Likewise.
42867         * libio/obprintf.c: Likewise.
42868         * libio/oldfileops.c: Likewise.
42869         * libio/oldiofclose.c: Likewise.
42870         * libio/oldiofdopen.c: Likewise.
42871         * libio/oldiofopen.c: Likewise.
42872         * libio/oldiopopen.c: Likewise.
42873         * libio/wfiledoalloc.c: Likewise.
42874         * libio/wgenops.c: Likewise.
42875         * locale/programs/xmalloc.c: Likewise.
42876         * misc/syslog.c: Likewise.
42877         * stdio-common/xbug.c: Likewise.
42878         * string/memchr.c: Likewise.
42879         * string/memcmp.c: Likewise.
42880         * string/memrchr.c: Likewise.
42881         * string/rawmemchr.c: Likewise.
42882         * sysdeps/posix/getcwd.c: Likewise.
42883         * time/strftime_l.c: Likewise.
42885 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
42887         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
42888         * config.make.in (config-cflags-sse2avx): Define.
42889         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
42890         Fix typo.
42892 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
42894         * scripts/config.guess: Update from upstream config git repository.
42895         * scripts/config.sub: Likewise.
42897 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
42899         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
42900         (EM_NUM): Update.
42901         (R_TILEPRO_*, R_TILEGX_*): New macros.
42903         * scripts/firstversions.awk: Fix bug in version range handling.
42905         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
42907         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
42909         * include/sys/epoll.h: New file.
42910         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
42911         libc_hidden_def.
42913 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
42915         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
42916         Avoid unnecessary __WORDSIZE == 64 test.
42917         (fmaxf): Use VEX format if possible.
42918         (fmax): Likewise.
42919         (fminf): Likewise.
42920         (fmin): Likewise.
42922         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
42923         * math/math_private.h: Remove libc_fegetround* and
42924         libc_fesetround*.
42925         * sysdeps/i386/configure.in: Check for -msse2avx.
42926         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
42927         also if SSE2AVX is defined.
42928         Remove libc_fegetround* and libc_fesetround*.
42929         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
42930         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
42931         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
42932         of HAS_YMM_USABLE.
42933         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
42934         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
42935         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
42936         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
42937         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
42939         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
42941 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42943         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
42944         size is not set.
42945         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
42947 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
42949         [BZ #13618]
42950         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
42951         relocation.
42952         * Makeconfig (libm): Define.
42953         * elf/Makefile: Add rules to build and run tst-relsort1.
42954         * elf/tst-relsort1.c: New file.
42955         * elf/tst-relsort1mod1.c: New file.
42956         * elf/tst-relsort1mod2.c: New file.
42958 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
42960         * math/s_ldexp.c: Remove __STDC__ conditionals.
42961         * math/s_ldexpf.c: Likewise.
42962         * math/s_ldexpl.c: Likewise.
42963         * math/s_nextafter.c: Likewise.
42964         * math/s_nexttowardf.c: Likewise.
42965         * math/s_significand.c: Likewise.
42966         * math/s_significandf.c: Likewise.
42967         * math/s_significandl.c: Likewise.
42968         * math/w_jnl.c: Likewise.
42969         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
42970         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
42971         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
42972         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
42973         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
42974         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
42975         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
42976         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
42977         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
42978         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
42979         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
42980         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
42981         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
42982         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
42983         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
42984         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
42985         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
42986         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
42987         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
42988         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
42989         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
42990         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
42991         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
42992         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
42993         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
42994         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
42995         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
42996         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
42997         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
42998         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
42999         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
43000         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
43001         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
43002         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
43003         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
43004         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
43005         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
43006         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
43007         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
43008         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
43009         * sysdeps/ieee754/k_standard.c: Likewise.
43010         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
43011         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
43012         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
43013         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
43014         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
43015         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
43016         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
43017         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
43018         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
43019         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
43020         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
43021         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
43022         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
43023         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
43024         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
43025         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
43026         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
43027         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
43028         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
43029         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
43030         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
43031         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
43032         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
43033         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
43034         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
43035         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
43036         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
43037         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
43038         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
43039         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
43040         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
43041         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
43042         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
43043         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
43044         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
43045         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
43046         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
43047         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
43048         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
43049         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
43050         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
43051         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
43052         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
43053         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
43054         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
43055         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
43056         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
43057         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
43058         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
43059         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
43060         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
43061         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
43062         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
43063         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
43064         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
43065         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
43066         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
43067         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
43068         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
43069         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
43070         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
43071         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
43072         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
43073         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
43074         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
43075         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
43076         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
43077         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
43078         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
43079         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
43080         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
43081         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
43082         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
43083         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
43084         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
43085         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
43086         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
43087         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
43088         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
43089         * sysdeps/ieee754/s_matherr.c: Likewise.
43090         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
43091         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
43092         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
43093         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
43095 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
43097         * crypt/md5.h: Remove __STDC__ conditionals.
43098         * libio/libioP.h: Likewise.
43099         * locale/programs/config.h: Likewise.
43100         * sysdeps/generic/sysdep.h: Likewise.
43101         * sysdeps/i386/asm-syntax.h: Likewise.
43102         * sysdeps/s390/asm-syntax.h: Likewise.
43103         * sysdeps/unix/sysdep.h: Likewise.
43104         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
43105         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
43107 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
43109         * libio/libio.h: Remove __STDC__ conditionals.
43110         * malloc/obstack.h: Likewise.
43111         * math/complex.h: Likewise.
43112         * math/math.h: Likewise.
43113         * sysdeps/generic/_G_config.h: Likewise.
43114         * sysdeps/gnu/_G_config.h: Likewise.
43115         * sysdeps/mach/hurd/_G_config.h: Likewise.
43116         * sysdeps/powerpc/bits/mathdef.h: Likewise.
43117         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
43118         * sysdeps/sparc/bits/mathdef.h: Likewise.
43120 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
43122         [BZ #13583]
43123         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
43124         Clean up HAS_* macros.
43125         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
43126         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
43127         possible.
43128         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
43129         HAS_AVX.
43130         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
43131         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
43132         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
43133         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
43134         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
43136 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
43138         * elf/tst-unique3.cc (gets): Remove declaration.
43139         * elf/tst-unique3lib.cc (gets): Likewise.
43140         * elf/tst-unique3lib2.cc (gets): Likewise.
43141         * elf/tst-unique4.cc (gets): Likewise.
43143 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
43145         * include/stdio.h: Add C++ protection.  Add gets declarations and
43146         definitions.
43147         * debug/tst-chk1.c: Don't declare gets here.
43148         * stdio-common/tst-gets.c: Likewise.
43150 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
43152         * posix/glob: Remove directory.
43154 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
43156         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
43158 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
43160         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
43161         of the non-standard EPFNOSUPPORT.
43163 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43165         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
43166         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
43167         ANYWHERE set to 1 only on KERN_NO_SPACE error.
43169 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
43171         * wcsmbs/uchar.h: Test __STDC_VERSION__.
43173 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
43175         * nscd/aicache.c (addhstaiX): Do not cache negative results of
43176         transient errors.
43177         * nscd/grpcache.c (cache_addgr): Likewise.
43178         * nscd/hstcache.c (cache_addhst): Likewise.
43179         * nscd/initgrcache.c (addinitgroupsX): Likewise.
43180         * nscd/pwdcache.c (cache_addpw): Likewise.
43181         * nscd/servicescache.c (cache_addserv): Likewise.
43183 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
43185         * malloc/malloc.c: Various cleanups.
43186         * malloc/hooks.c: Likewise.
43188         * stdlib/Makefile (tests): Add bug-fmtmsg1.
43189         * stdlib/bug-fmtmsg1.c: New file.
43191         * stdlib/fmtmsg.c (init): Add missing unlock.
43192         Patch by Peng Haitao <penght@cn.fujitsu.com>.
43194 2012-01-12  Marek Polacek  <polacek@redhat.com>
43196         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
43197         and _GNU_SOURCE.
43199 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
43201         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
43202         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
43203         macro to ensure uniqueness of label name.
43204         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
43205         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
43207 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
43209         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
43211         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
43212         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
43213         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
43214         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
43216 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
43218         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
43220         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
43221         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
43222         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
43224         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
43226         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
43227         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
43228         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
43229         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
43231         * math/bits/math-finite.h: Add ldexp support.
43233 2012-01-10  Marek Polacek  <polacek@redhat.com>
43235         * locale/programs/localedef.h (show_archive_content): Add noreturn
43236         attribute.
43238 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
43240         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
43242 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
43244         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
43246         * io/Makefile (headers): Add bits/poll2.h.
43248 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
43250         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
43251         typo #include statement.
43253 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
43255         * include/sys/cdefs.h: Define __attribute_alloc_size.
43256         * catgets/gencat.c: Add alloc_size attribute and apply consistently
43257         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
43258         * elf/pldd.c: Likewise.
43259         * iconv/iconv_charmap.c: Likewise.
43260         * iconv/iconvconfig.c: Likewise.
43261         * iconv/strtab.c: Likewise.
43262         * locale/programs/locale.c: Likewise.
43263         * locale/programs/localedef.h: Likewise.
43264         * locale/programs/simple-hash.c: Likewise.
43265         * nscd/nscd.h: Likewise.
43266         * nss/makedb.c: Likewise.
43267         * sysdeps/generic/ldconfig.h: Likewise.
43268         * locale/programs/localedef.c: Remove xmalloc prototype.
43269         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
43271 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
43273         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
43274         appropriate.
43276 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
43278         * math/Makefile (tests): Add tst-CMPLX.
43279         * math/tst-CMPLX.c: New file.
43281         * math/complex.h (CMPLXL): Fix typo.
43283         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
43284         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
43285         GLIBC_2.16.
43286         * debug/tst-chk1.c: Add poll and ppoll tests.
43287         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
43288         * include/sys/poll.h: Add hidden proto for ppoll.
43289         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
43290         * sysdeps/mach/hurd/ppoll.c: Likewise.
43291         * io/ppoll.c: Likewise.
43292         * debug/poll_chk.c: New file.
43293         * debug/ppoll_chk.c: New file.
43294         * include/bits/poll2.h: New file.
43295         * io/bits/poll2.h: New file.
43297         [BZ #1350]
43298         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
43300         * configure.in: static is always set to yes.  Remove.
43301         * config.make.in: Don't set build-static.
43302         * Makeconfig: Remove use of build-static.
43303         * dlfcn/Makefile: Likewise.
43304         * elf/Makefile: Likewise.
43305         * math/Makefile: Likewise.
43306         * misc/Makefile: Likewise.
43307         * nptl/Makefile: Likewise.
43308         * sysdeps/mach/hurd/Makefile: Likewise.
43310         * configure.in: PWD_P is not used anymore.
43311         * config.make.in: Remove PWD_P entry.
43313         * configure.in: Remove last remnants of RANLIB.
43314         No need to check for signed size_t anymore.
43315         Don't set libc_commonpagesize and libc_relro_required here for Alpha
43316         and IA-64.
43317         Remove __builtin_expect test because we require at least gcc 3.4.
43318         * aclocal.m4: Likewise.
43320         * wcsmbs/mbrtoc16.c: Implement using towc function.
43321         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
43322         * wcsmbs/wcsmbsload.c: Likewise.
43323         * iconv/gconv_simple.c: Likewise.
43324         * iconv/gconv_int.h: Likewise.
43325         * iconv/gconv_builtin.h: Likewise.
43326         * iconv/iconv_prog.c: Remove CHAR16 handling.
43328         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
43330         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
43332         * configure.in: Remove --with-elf and --enable-bounded options.
43333         Dont set base_machine for ia64.  More non-ELF conditions removed.
43334         Remove testing and setting of leading underscore information.
43335         * config.make.in (build-bounded): Set to no.
43336         * config.h.in: Remove NO_UNDERSCORES entry.
43337         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
43338         them.
43339         * csu/start.c: Remove !NO_UNDERSCORE code.
43340         * locale/localeinfo.h: Likewise.
43341         * sysdeps/generic/machine-gmon.h: Likewise.
43342         * sysdeps/generic/sysdep.h: Likewise.
43343         * sysdeps/i386/sysdep.h: Likewise.
43344         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
43345         * sysdeps/mach/sysdep.h: Likewise.
43346         * sysdeps/s390/s390-32/sysdep.h: Likewise.
43347         * sysdeps/s390/s390-64/sysdep.h: Likewise.
43348         * sysdeps/sh/sysdep.h: Likewise.
43349         * sysdeps/sparc/sparc32/alloca.S: Likewise.
43350         * sysdeps/unix/i386/sysdep.S: Likewise.
43351         * sysdeps/unix/sparc/start.c: Likewise.
43352         * sysdeps/unix/sparc/sysdep.S: Likewise.
43353         * sysdeps/unix/sparc/sysdep.h: Likewise.
43354         * sysdeps/unix/start.c: Likewise.
43355         * sysdeps/unix/x86_64/sysdep.S: Likewise.
43356         * sysdeps/x86_64/sysdep.h: Likewise.
43358 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
43360         [BZ #13553]
43361         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
43362         for non-gcc.
43363         * argp/argp-fmtstream.h: Use const instead __const.
43364         * argp/argp.h: Likewise.
43365         * assert/assert.h: Likewise.
43366         * bits/fenv.h: Likewise.
43367         * bits/sched.h: Likewise.
43368         * bits/sigset.h: Likewise.
43369         * bits/sigthread.h: Likewise.
43370         * catgets/nl_types.h: Likewise.
43371         * conform/data/pthread.h-data: Likewise.
43372         * crypt/crypt-private.h: Likewise.
43373         * crypt/crypt.h: Likewise.
43374         * crypt/crypt_util.c: Likewise.
43375         * ctype/ctype.h: Likewise.
43376         * debug/execinfo.h: Likewise.
43377         * debug/mbsnrtowcs_chk.c: Likewise.
43378         * debug/mbsrtowcs_chk.c: Likewise.
43379         * debug/wcsnrtombs_chk.c: Likewise.
43380         * debug/wcsrtombs_chk.c: Likewise.
43381         * debug/wcstombs_chk.c: Likewise.
43382         * dirent/dirent.h: Likewise.
43383         * dlfcn/dlfcn.h: Likewise.
43384         * elf/neededtest4.c: Likewise.
43385         * grp/grp.h: Likewise.
43386         * gshadow/gshadow.h: Likewise.
43387         * iconv/gconv.h: Likewise.
43388         * iconv/gconv_int.h: Likewise.
43389         * iconv/gconv_simple.c: Likewise.
43390         * iconv/iconv.h: Likewise.
43391         * iconv/loop.c: Likewise.
43392         * iconv/skeleton.c: Likewise.
43393         * include/aio.h: Likewise.
43394         * include/aliases.h: Likewise.
43395         * include/argz.h: Likewise.
43396         * include/arpa/inet.h: Likewise.
43397         * include/assert.h: Likewise.
43398         * include/dirent.h: Likewise.
43399         * include/dlfcn.h: Likewise.
43400         * include/execinfo.h: Likewise.
43401         * include/fcntl.h: Likewise.
43402         * include/fenv.h: Likewise.
43403         * include/glob.h: Likewise.
43404         * include/grp.h: Likewise.
43405         * include/libintl.h: Likewise.
43406         * include/mntent.h: Likewise.
43407         * include/netdb.h: Likewise.
43408         * include/pwd.h: Likewise.
43409         * include/rpc/netdb.h: Likewise.
43410         * include/sched.h: Likewise.
43411         * include/search.h: Likewise.
43412         * include/shadow.h: Likewise.
43413         * include/signal.h: Likewise.
43414         * include/stdio.h: Likewise.
43415         * include/stdlib.h: Likewise.
43416         * include/string.h: Likewise.
43417         * include/sys/socket.h: Likewise.
43418         * include/sys/stat.h: Likewise.
43419         * include/sys/statfs.h: Likewise.
43420         * include/sys/statvfs.h: Likewise.
43421         * include/sys/syslog.h: Likewise.
43422         * include/sys/time.h: Likewise.
43423         * include/sys/uio.h: Likewise.
43424         * include/time.h: Likewise.
43425         * include/unistd.h: Likewise.
43426         * include/utmp.h: Likewise.
43427         * include/wchar.h: Likewise.
43428         * include/wctype.h: Likewise.
43429         * inet/aliases.h: Likewise.
43430         * inet/arpa/inet.h: Likewise.
43431         * inet/netinet/ether.h: Likewise.
43432         * inet/netinet/in.h: Likewise.
43433         * intl/libintl.h: Likewise.
43434         * io/bits/fcntl2.h: Likewise.
43435         * io/fcntl.h: Likewise.
43436         * io/ftw.h: Likewise.
43437         * io/sys/poll.h: Likewise.
43438         * io/sys/stat.h: Likewise.
43439         * io/sys/statfs.h: Likewise.
43440         * io/sys/statvfs.h: Likewise.
43441         * io/utime.h: Likewise.
43442         * libio/bits/stdio.h: Likewise.
43443         * libio/bits/stdio2.h: Likewise.
43444         * libio/libio.h: Likewise.
43445         * libio/libioP.h: Likewise.
43446         * libio/stdio.h: Likewise.
43447         * locale/lc-ctype.c: Likewise.
43448         * locale/locale.h: Likewise.
43449         * login/utmp.h: Likewise.
43450         * malloc/arena.c: Likewise.
43451         * malloc/malloc.c: Likewise.
43452         * malloc/malloc.h: Likewise.
43453         * malloc/mcheck.c: Likewise.
43454         * malloc/mtrace.c: Likewise.
43455         * math/bits/mathcalls.h: Likewise.
43456         * math/fenv.h: Likewise.
43457         * math/math_private.h: Likewise.
43458         * misc/bits/error.h: Likewise.
43459         * misc/bits/syslog.h: Likewise.
43460         * misc/err.h: Likewise.
43461         * misc/error.h: Likewise.
43462         * misc/fstab.h: Likewise.
43463         * misc/mntent.h: Likewise.
43464         * misc/regexp.h: Likewise.
43465         * misc/search.h: Likewise.
43466         * misc/sgtty.h: Likewise.
43467         * misc/sys/mman.h: Likewise.
43468         * misc/sys/syslog.h: Likewise.
43469         * misc/sys/uio.h: Likewise.
43470         * misc/sys/xattr.h: Likewise.
43471         * misc/ttyent.h: Likewise.
43472         * nis/rpcsvc/ypclnt.h: Likewise.
43473         * nss/nss.h: Likewise.
43474         * posix/bits/unistd.h: Likewise.
43475         * posix/fnmatch.h: Likewise.
43476         * posix/glob.h: Likewise.
43477         * posix/sched.h: Likewise.
43478         * posix/spawn.h: Likewise.
43479         * posix/sys/wait.h: Likewise.
43480         * posix/unistd.h: Likewise.
43481         * posix/wordexp.h: Likewise.
43482         * pwd/pwd.h: Likewise.
43483         * resolv/netdb.h: Likewise.
43484         * resource/sys/resource.h: Likewise.
43485         * rt/aio.h: Likewise.
43486         * rt/bits/mqueue2.h: Likewise.
43487         * rt/mqueue.h: Likewise.
43488         * shadow/shadow.h: Likewise.
43489         * signal/signal.h: Likewise.
43490         * socket/send.c: Likewise.
43491         * socket/sendto.c: Likewise.
43492         * socket/sys/socket.h: Likewise.
43493         * stdio-common/printf.h: Likewise.
43494         * stdlib/bits/stdlib.h: Likewise.
43495         * stdlib/fmtmsg.h: Likewise.
43496         * stdlib/monetary.h: Likewise.
43497         * stdlib/stdlib.h: Likewise.
43498         * stdlib/ucontext.h: Likewise.
43499         * streams/stropts.h: Likewise.
43500         * string/argz.h: Likewise.
43501         * string/bits/string2.h: Likewise.
43502         * string/string.h: Likewise.
43503         * string/strings.h: Likewise.
43504         * sunrpc/rpc/auth.h: Likewise.
43505         * sunrpc/rpc/auth_des.h: Likewise.
43506         * sunrpc/rpc/clnt.h: Likewise.
43507         * sunrpc/rpc/netdb.h: Likewise.
43508         * sunrpc/rpc/pmap_clnt.h: Likewise.
43509         * sunrpc/rpc/xdr.h: Likewise.
43510         * sysdeps/generic/inttypes.h: Likewise.
43511         * sysdeps/generic/net/if.h: Likewise.
43512         * sysdeps/generic/sys/swap.h: Likewise.
43513         * sysdeps/gnu/net/if.h: Likewise.
43514         * sysdeps/gnu/utmpx.h: Likewise.
43515         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
43516         * sysdeps/i386/i486/bits/string.h: Likewise.
43517         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
43518         * sysdeps/s390/bits/string.h: Likewise.
43519         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
43520         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
43521         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
43522         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
43523         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
43524         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
43525         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
43526         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
43527         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
43528         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
43529         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
43530         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
43531         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
43532         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
43533         * sysdeps/unix/sysv/linux/readv.c: Likewise.
43534         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
43535         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
43536         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
43537         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
43538         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
43539         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
43540         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
43541         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
43542         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
43543         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
43544         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
43545         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
43546         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
43547         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
43548         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
43549         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
43550         * sysvipc/sys/ipc.h: Likewise.
43551         * sysvipc/sys/msg.h: Likewise.
43552         * sysvipc/sys/sem.h: Likewise.
43553         * sysvipc/sys/shm.h: Likewise.
43554         * termios/termios.h: Likewise.
43555         * time/sys/time.h: Likewise.
43556         * time/time.h: Likewise.
43557         * wcsmbs/bits/wchar2.h: Likewise.
43558         * wcsmbs/uchar.h: Likewise.
43559         * wcsmbs/wchar.h: Likewise.
43560         * wctype/wctype.h: Likewise.
43562         [BZ #13551]
43563         * Makeconfig: Remove all but ELF support including AIX support.
43564         * Makerules: Likewise.
43565         * config.h.in: Likewise.
43566         * config.make.in: Likewise.
43567         * configure: Likewise.
43568         * configure.in: Likewise.
43569         * csu/Makefile: Likewise.
43570         * csu/version.c: Likewise.
43571         * debug/Makefile: Likewise.
43572         * dlfcn/Makefile: Likewise.
43573         * elf/Makefile: Likewise.
43574         * extra-lib.mk: Likewise.
43575         * iconv/Makefile: Likewise.
43576         * include/libc-symbols.h: Likewise.
43577         * include/shlib-compat.h: Likewise.
43578         * resolv/Makefile: Likewise.
43579         * resolv/res_libc.c: Likewise.
43580         * rt/Makefile: Likewise.
43581         * sysdeps/i386/asm-syntax.h: Likewise.
43582         * sysdeps/i386/sysdep.h: Likewise.
43583         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
43584         * sysdeps/mach/sysdep.h: Likewise.
43585         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
43586         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
43587         * sysdeps/s390/asm-syntax.h: Likewise.
43588         * sysdeps/s390/s390-32/sysdep.h: Likewise.
43589         * sysdeps/s390/s390-64/sysdep.h: Likewise.
43590         * sysdeps/sh/sysdep.h: Likewise.
43591         * sysdeps/unix/sparc/sysdep.h: Likewise.
43592         * sysdeps/wordsize-32/divdi3.c: Likewise.
43593         * sysdeps/x86_64/sysdep.h: Likewise.
43595         * argp/Versions: Remove _argp_unlock_xxx.
43597         [BZ #13559]
43598         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
43599         * abilist/libBrokenLocale.abilist: Likewise.
43600         * abilist/libanl.abilist: Likewise.
43601         * abilist/libc.abilist: Likewise.
43602         * abilist/libcrypt.abilist: Likewise.
43603         * abilist/libdl.abilist: Likewise.
43604         * abilist/libm.abilist: Likewise.
43605         * abilist/libnsl.abilist: Likewise.
43606         * abilist/libpthread.abilist: Likewise.
43607         * abilist/libresolv.abilist: Likewise.
43608         * abilist/librt.abilist: Likewise.
43609         * abilist/libthread_db.abilist: Likewise.
43610         * abilist/libutil.abilist: Likewise.
43611         * abilist/libnss_db.abilist: New file.
43613         * scripts/abilist.awk: Add support for indirect functions.
43615         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
43617         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
43619         * shlib-versions: Remove entries for ports architectures.
43621         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
43622         files in ports.
43623         * elf/stackguard-macros.h: Remove support for IA-64.
43624         * elf/tst-auditmod1.c: Likewise.
43625         * sysdeps/generic/ldsodefs.h: Likewise.
43627         * sysdeps/unix/sysv/linux/configure.in: Ports should define
43628         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
43629         configure files.
43631         [BZ #13552]
43632         * configure.in: Remove --enable-omitfp support.
43633         * FAQ.in: Adjust.
43634         * config.make.in: Likewise.
43635         * Makeconfig: Likewise.
43636         * manual/install.texi: Likewise.
43638         In case anyone cares, the IA-64 architecture could move to ports.
43639         * sysdeps/ia64/*: Removed.
43640         * sysdeps/unix/sysv/linux/ia64/*: Removed.
43641         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
43643         [BZ #13555]
43644         * configure.in: Remove entries for unsupported architectures.
43646         [BZ #13533]
43647         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
43648         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
43649         routines.
43650         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
43651         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
43652         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
43653         fall back to using wcrtomb.
43654         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
43655         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
43656         renaming.
43657         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
43658         * wcsmbs/tst-c16c32-1.c: New file.
43660         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
43661         local variable.
43663         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
43665         * elf/tst-unique3.cc: Add explicit declaration of gets.
43666         * elf/tst-unique3lib.cc: Likewise.
43667         * elf/tst-unique3lib2.cc: Likewise.
43668         * elf/tst-unique4.cc: Likewise.
43670         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
43672 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
43674         [BZ #13566]
43675         * assert/assert.h (static_assert): Don't define for C++.
43676         * libio/stdio.h (gets): Do declare for C++ <= C++11.
43677         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
43679 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
43681         * iconv/loop.c (single loop): Fix assertion in storing of
43682         remaining bytes.
43684         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
43686 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
43688         * posix/getconf.c: Update copyright year.
43689         * nss/getent.c: Likewise.
43690         * nss/makedb.c: Likewise.
43691         * iconv/iconvconfig.c: Likewise.
43692         * iconv/iconv_prog.c: Likewise.
43693         * elf/ldconfig.c: Likewise.
43694         * elf/pldd.c: Likewise.
43695         * elf/sotruss.ksh: Likewise.
43696         * catgets/gencat.c: Likewise.
43697         * csu/version.c: Likewise.
43698         * elf/ldd.bash.in: Likewise.
43699         * elf/sprof.c (print_version): Likewise.
43700         * locale/programs/locale.c: Likewise.
43701         * locale/programs/localedef.c: Likewise.
43702         * login/programs/pt_chown.c: Likewise.
43703         * nscd/nscd.c (print_version): Likewise.
43704         * debug/xtrace.sh: Likewise.
43705         * malloc/memusage.sh: Likewise.
43706         * malloc/mtrace.pl: Likewise.
43707         * debug/catchsegv.sh: Likewise.
43709 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
43711         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
43712         pure attribute.
43714 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
43716         [BZ #13533]
43717         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
43718         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
43719         transformations.
43720         * iconv/gconv_int.h: Likewise.
43721         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
43722         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
43723         from libc for GLIBC_2.16.
43724         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
43725         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
43726         * wcsmbs/uchar.h: Really define mbstate_t.
43727         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
43728         * wcsmbs/c16rtomb.c: New file.
43729         * wcsmbs/mbrtoc16.c: New file.
43730         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
43731         for C/POSIX locale.
43732         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
43733         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
43735         * wcsmbs/wchar.h: Add missing __restrict.
43737 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
43739         [BZ #13532]
43740         * time/Makefile (routines): Add timespec_get.
43741         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
43742         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
43743         timespec for ISO C11.
43744         * time/timespec_get.c: New file.
43745         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
43746         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
43748         [BZ #13531]
43749         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
43750         * stdlib/stdlib.h: Declare aligned_alloc.
43751         * Versions.def: Add GLIBC_2.16 for libc.
43752         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
43754         [BZ 13527]
43755         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
43756         ISO C11.
43758         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
43759         code.
43761         [BZ #13528]
43762         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
43764         [BZ #13529]
43765         * assert/assert.h (static_assert): Define.
43767         * version.h: Update for 2.16 development version.
43769         [BZ #13526]
43770         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
43771         _ISOC11_SOURCE.
43773         * version.h (RELEASE): Bump for 2.15 release.
43774         * include/features.h (__GLIBC_MINOR__): Bump to 15.
43776         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
43777         Patch by Marek Polacek <mpolacek@redhat.com>.
43779         * bits/byteswap.h: Protect long long constants with __extension__.
43780         * sysdeps/i386/bits/byteswap.h: Likewise.
43781         * sysdeps/ia64/bits/byteswap.h: Likewise.
43782         * sysdeps/s390/bits/byteswap.h: Likewise.
43783         * sysdeps/x86_64/bits/byteswap.h: Likewise.
43785 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43787         [BZ #13540]
43788         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
43789         destination buffer.
43790         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
43792 2011-12-23  Marek Polacek  <polacek@redhat.com>
43794         * elf/dl-addr.c (determine_info): Add inline keyword.
43795         * elf/tst-auditmod4b.c (check_avx): Likewise.
43796         * elf/tst-auditmod6b.c (check_avx): Likewise.
43797         * elf/tst-auditmod6c.c (check_avx): Likewise.
43798         * elf/tst-auditmod7b.c (check_avx): Likewise.
43800 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
43802         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
43803         !__SSE_MATH__.
43805 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43807         [BZ #13540]
43808         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
43809         processing for last bytes.
43811 2011-08-06  Bruno Haible  <bruno@clisp.org>
43813         [BZ #13061]
43814         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
43815         U+0385, not to U+1FEE.
43817         [BZ #13062]
43818         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
43819         entry for U+00A5 U+0301.
43821 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
43823         [BZ #13166]
43824         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
43825         buffer for the output is too small.
43827         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
43828         optimization.
43830         [BZ #13185]
43831         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
43832         SSE flags if possible.
43834 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43836         [BZ #13540]
43837         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
43838         processing for last bytes.
43840 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
43842         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
43843         (syscall-list-default-options, syscall-list-default-condition)
43844         (syscall-list-includes): Define.
43845         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
43846         list of ABIs and options and #if conditions for each ABI.  Do not
43847         handle common syscalls between ABIs specially.
43848         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
43849         Remove.
43850         (syscall-list-variants, syscall-list-32bit-options)
43851         (syscall-list-32bit-condition, syscall-list-64bit-options)
43852         (syscall-list-64bit-condition): Define.
43853         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
43854         (syscall-list-variants, syscall-list-32bit-options)
43855         (syscall-list-32bit-condition, syscall-list-64bit-options)
43856         (syscall-list-64bit-condition): Define.
43857         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
43858         Remove.
43859         (syscall-list-variants, syscall-list-32bit-options)
43860         (syscall-list-32bit-condition, syscall-list-64bit-options)
43861         (syscall-list-64bit-condition): Define.
43862         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
43863         Remove.
43864         (syscall-list-variants, syscall-list-32bit-options)
43865         (syscall-list-32bit-condition, syscall-list-64bit-options)
43866         (syscall-list-64bit-condition): Define.
43868 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
43870         * locale/iso-639.def: Add brx entry.
43872         [BZ #13328]
43873         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
43874         Proposed by Mariusz_Cukr <marcukr@op.pl>.
43876         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
43877         __feraiseexcept_renamed.
43879 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
43881         [BZ #13538]
43882         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
43883         EPOLLET with unsigned values.
43884         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
43885         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
43887         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
43888         to large cancellation.
43889         * math/s_cacoshf.c: Likewise.
43890         * math/s_cacoshl.c: Likewise.
43892 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
43894         [BZ #13305]
43895         [BZ #12786]
43896         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
43897         * math/s_cacoshf.c: Likewise.
43898         * math/s_cacoshl.c: Likewise.
43900 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
43902         [BZ #13439]
43903         * iconv/gconv.h: Define __GCONV_SWAP.
43904         * iconvdata/unicode.c: The swap bit must be stored in __flags.
43905         * iconvdata/utf-16.c: Likewise.
43906         * iconvdata/utf-32.c: Likewise.
43908 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
43910         [BZ #13524]
43911         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
43912         numerator after shifting it by one limb.
43914 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
43916         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
43917         under [__USE_EXTERN_INLINES].
43919 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
43921         [BZ #13446]
43922         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
43924 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43926         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
43927         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
43928         optimized code.
43929         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
43930         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
43931         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
43932         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
43933         for strncasecmp/strncasecmp_l compilation.
43934         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
43935         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
43937 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
43939         [BZ #13484]
43940         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
43941         of __asm__.
43943 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
43945         [BZ #13506]
43946         * time/tzfile.c (__tzfile_read): Check values from file header.
43948 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
43950         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
43951         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
43952         * powerpc/powerpc32/dl-start.S: Likewise.
43953         * powerpc/powerpc32/elf/start.S: Likewise.
43954         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
43955         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
43956         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
43957         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
43958         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
43959         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
43960         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
43961         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
43962         * powerpc/powerpc32/fpu/s_round.S: Likewise.
43963         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
43964         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
43965         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
43966         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
43967         * powerpc/powerpc32/memset.S: Likewise.
43968         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
43969         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
43970         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
43971         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
43972         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
43973         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
43974         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
43975         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
43976         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
43977         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
43978         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
43979         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
43980         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
43982 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43984         * math/libm-test.inc: Added more nearbyint tests.
43985         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
43986         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
43987         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
43988         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
43990 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
43992         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
43993         FD_CLOEXEC.
43995 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43997         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
43998         Add wcscpy-ssse3 wcscpy-c.
43999         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
44000         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
44001         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
44002         * sysdeps/x86_64/wcschr.S: New file.
44003         * sysdeps/x86_64/wcsrchr.S: New file.
44004         * string/test-strcmp.c: Remove checking of wcscmp function for
44005         wrong alignments.
44006         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
44007         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
44008         wcsrchr-sse2 wcsrchr-c.
44009         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
44010         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
44011         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
44012         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
44013         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
44014         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
44015         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
44016         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
44017         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
44018         * wcsmbc/wcschr.c (WCSCHR): New macro.
44020 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44022         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
44023         * wcsmbs/test-wcsrchr.c: New file.
44024         * string/test-strrchr.c: Add wcsrchr support.
44025         (WIDE): New macro.
44026         * wcsmbs/test-wcscpy.c: New file.
44027         * string/test-strcpy.c: Add wcscpy support.
44028         (WIDE): New macro.
44030 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
44032         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
44033         the inner loop.
44035 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
44037         [BZ #13472]
44038         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
44040 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
44042         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
44043         Minor optimizations.
44045         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
44046         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
44047         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
44049 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
44051         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
44052         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
44053         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
44054         for gcc to avoid warnings.
44055         * inet/Makefile (tests): Add tst-checks.
44056         * inet/tst-checks.c: New file.
44058         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
44059         warning.
44061         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
44062         __wmemcmp_sse2.
44064         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
44065         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
44067         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
44069 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
44071         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
44072         problem.
44074         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
44076 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
44078         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
44079         conditional on GCC version.
44080         (__arch_compare_and_exchange_val_8_acq)
44081         (__arch_compare_and_exchange_val_16_acq)
44082         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
44083         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
44084         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
44086 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
44088         * sysdeps/sh/backtrace.c: New file.
44090 2011-12-02  Andreas Schwab  <schwab@redhat.com>
44092         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
44093         parenthesis.
44095 2011-12-01  Andreas Schwab  <schwab@redhat.com>
44097         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
44098         falling back to utime.
44100 2011-11-30  Andreas Schwab  <schwab@redhat.com>
44102         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
44103         expectations for float.
44105 2011-11-29  Andreas Schwab  <schwab@redhat.com>
44107         * locale/weight.h (findidx): Add parameter len.
44108         * locale/weightwc.h (findidx): Likewise.
44109         * posix/fnmatch_loop.c (FCT): Adjust caller.
44110         * posix/regcomp.c (build_equiv_class): Likewise.
44111         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
44112         * posix/regexec.c (check_node_accept_bytes): Likewise.
44113         * string/strcoll_l.c (STRCOLL): Likewise.
44114         * string/strxfrm_l.c (STRXFRM): Likewise.
44116 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
44118         * Makefile.in: Remove CVSOPT handling.
44119         * configure.in: Remove use of AC_REVISION.
44120         * iconvdata/Makefile (distribute): No need to filter out CVS.
44121         * scripts/list-sources.sh: Remove CVS, subversion and monotone
44122         handling.
44124 2011-11-16  Andreas Schwab  <schwab@redhat.com>
44126         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
44127         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
44128         [USE_AS_STRNCASECMP_L]: Likewise.
44129         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
44130         NO_TLS_DIRECT_SEG_REFS.
44131         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
44132         Fix argument offsets for non-PIC.
44133         [USE_AS_STRNCASECMP_L]: Likewise.
44134         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
44135         NO_TLS_DIRECT_SEG_REFS.
44137 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
44139         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
44140         O_CLOEXEC.
44141         * locale/loadlocale.c (_nl_load_locale): Likewise.
44143 2011-11-15  Andreas Schwab  <schwab@redhat.com>
44145         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
44146         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
44147         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
44148         (SYSCALL_GETTIME): Set errno on error.
44150         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
44151         count references to noai6ai_cached.
44153 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
44155         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
44157         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
44158         FD_CLOEXEC for /proc/self/maps.
44160         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
44161         FD_CLOEXEC for /proc/meminfo.
44163         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
44164         gai.conf.
44166         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
44167         FD_CLOEXEC for given file.
44169         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
44171         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
44172         FD_CLOEXEC for /etc/hosts.
44173         (_gethtent): Likewise.
44175         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
44177         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
44178         cancellation and set FD_CLOEXEC for /etc/netgroup.
44180         * nss/nss_files/files-key.c (search): Don't allow cancellation when
44181         reading /etc/publickey.
44183         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
44184         allow cancellation when reading /etc/group.
44186         * nss/nss_files/files-alias.c (internal_setent): Don't allow
44187         cancellation.
44188         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
44190         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
44191         when using data file.
44193         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
44195         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
44196         (write_nis_obj): Use "c" and "e" in fopen.
44198         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
44200         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
44202         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
44204         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
44206         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
44207         locale.alias.
44209         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
44211         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
44213         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
44215         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
44216         file parsing and set FD_CLOEXEC.
44218 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
44220         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
44222 2011-11-14  Andreas Schwab  <schwab@redhat.com>
44224         * malloc/arena.c (arena_get2): Don't call reused_arena when
44225         _int_new_arena failed.
44227 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
44229         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
44230         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
44231         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
44232         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
44233         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
44234         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
44235         to compile strcasecmp and strncasecmp.
44236         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
44237         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
44239         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
44241 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
44243         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
44244         locale-defines.sym to gen-as-const-headers.
44245         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
44246         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
44247         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
44248         to compile strcasecmp and strncasecmp.
44249         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
44250         strcasecmp_l and strncasecmp_l.
44251         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
44252         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
44253         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
44254         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
44255         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
44256         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
44257         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
44258         * sysdeps/i386/i686/multiarch/strncase.S: New file.
44259         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
44260         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
44261         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
44263 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
44265         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
44266         result of SYSDEP_GETTIME_CPU to retval.
44267         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
44268         parameter list to macro.  Remove trailing semicolon.  Adjust users.
44270         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
44271         variable.
44273         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
44274         mantissa words.
44275         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
44277         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
44278         from unused variable.
44280         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
44281         DWARF definitions.
44282         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
44283         for assembling.
44285         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
44286         over namespaces.
44288         * sunrpc/rpc_prot.c (rejected): Fix case value.
44290         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
44291         unsigned long long int to avoid warnings in shift.
44293         * posix/regex_internal.c (re_string_reconstruct): Actually use result
44294         of use of trans.
44295         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
44296         variable tmp.
44298         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
44299         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
44300         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
44302         * nis/nis_table.c (nis_list): Use variable of correct type for
44303         result of __follow_path call.
44305 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44307         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
44308         of math functions ceil, trunc, floor, round, and sqrt, when
44309         avaliable on the platform.
44310         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
44311         name clash.
44312         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
44313         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
44314         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
44316 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
44318         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
44319         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
44321 2011-11-11  Roland McGrath  <roland@hack.frob.com>
44323         * include/unistd.h: Fix __readlink return type.
44324         Reported by Chris Metcalf <cmetcalf@tilera.com>.
44326 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
44328         * stdlib/ucontext.h: Undo last change for makecontext.
44330 2011-11-11  Andreas Schwab  <schwab@redhat.com>
44332         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
44334         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
44335         * setjmp/setjmp.h: Mark functions as non-leaf.
44336         * setjmp/bits/setjmp2.h: Likewise.
44337         * stdlib/ucontext.h: Likewise.
44339 2011-11-10  Andreas Schwab  <schwab@redhat.com>
44341         * malloc/arena.c (_int_new_arena): Don't increment narenas.
44342         (reused_arena): Don't check arena limit.
44343         (arena_get2): Atomically check arena limit.
44345 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
44347         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
44348         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
44350         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
44351         instructions.
44353 2011-11-07  Andreas Schwab  <schwab@redhat.com>
44355         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
44356         handler when locking.
44358         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
44359         Fix size of allocated buffer.
44361 2011-11-04  Andreas Schwab  <schwab@redhat.com>
44363         [BZ #10103]
44364         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
44365         declarations for long double functions.
44366         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
44368         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
44370 2011-11-03  Andreas Schwab  <schwab@redhat.com>
44372         * nscd/nscd.c (main): Don't start AVC thread until credentials are
44373         installed.
44375         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
44376         is disabled.
44378 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44380         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
44382 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
44384         * include/alloca.h (stackinfo_alloca_round): Define.
44385         (extend_alloca): Use it.
44386         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
44387         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
44388         here.
44390         * scripts/check-local-headers.sh: Ignore libaudit.h.
44392         * nscd/Makefile (extra-objs): Make recursively expanded.
44394 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
44396         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
44397         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
44399         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
44400         * posix/tst-rfc3484-2.c: Likewise.
44401         * posix/tst-rfc3484-3.c: Likewise.
44403         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
44404         process_vm_writev.
44405         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
44406         process_vm_writev.
44407         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
44408         process_vm_writev from libc using GLIBC_2.15 version.
44410         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
44412 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
44414         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
44415         stack usage.
44417 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
44419         [BZ #13367]
44420         * nss/getent.c (initgroups_keys): Show error message in case no group
44421         names are given.
44423         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
44424         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
44425         __bump_nl_timestamp.
44426         * nscd/connections (nscd_init): When host database is served open
44427         netlink socket and request notification about configuration changes.
44428         (main_loop_poll): Track netlink file descriptor and bump timestamp
44429         in case data becomes available.
44430         (main_loop_epoll): Likewise.
44431         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
44432         (database_pers_head): Add extra_data fileds.
44433         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
44434         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
44435         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
44436         Adjust caller.
44437         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
44438         in6ai data, call __free_in6ai.
44439         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
44440         Add -DHAVE_NETLINK.
44441         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
44442         interface information.  Reuse previous data if netlink timestamp
44443         is not changed.
44444         (__bump_nl_timestamp): New function.
44445         (__free_in6ai): New function.
44447 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
44449         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
44450         close_not_cancel_no_status here.
44451         (__check_pf): Reorganize code a bit to not call close twice if OOM.
44453 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
44455         [BZ #13276]
44456         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
44457         return value.
44459         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
44460         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
44461         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
44463 2011-07-03  Andreas Jaeger  <aj@suse.de>
44465         [BZ #10709]
44466         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
44467         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
44468         * math/libm-test.inc (sin_test): Add test case.
44470 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
44472         [BZ #13337]
44473         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
44474         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
44476         * elf/chroot_canon.c (chroot_canon): Cleanups.
44478         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
44480         [BZ #13335]
44481         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
44482         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
44484         * string/test-strchr.c: Make usable for strchrnul testing.
44485         * string/test-strchrnul.c: New file.
44486         * string/Makefile (strop-tests): Add strchrnul.
44488         * po/it.po: Update from translation team.
44489         * po/es.po: Likewise.
44491 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
44493         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
44494         the three constants needed as parameters.  Drop the others.
44495         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
44496         __m128i_strloadu_tolower.
44497         Create and initialize variable zero and use it in all the places
44498         where _mm_setzero_si128 was used.
44500         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
44501         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
44502         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
44503         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
44504         anymore.
44505         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
44506         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
44507         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
44508         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
44509         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
44510         __mpranred, __mptan.
44511         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
44512         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
44513         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
44514         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
44515         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
44516         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
44517         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
44518         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
44519         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
44521 2011-10-28  Andreas Schwab  <schwab@redhat.com>
44523         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
44524         redefine if SHARED.
44525         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
44527         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
44528         wide char related routines to wcsmbs subdir.
44530 2011-10-27  Andreas Schwab  <schwab@redhat.com>
44532         [BZ #13344]
44533         * misc/sys/cdefs.h (__THROWNL): Define.
44534         * posix/unistd.h: Use __THREADNL instead of __THREAD
44535         for memory synchronization functions.
44537 2011-10-26  Roland McGrath  <roland@hack.frob.com>
44539         [BZ #13349]
44540         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
44541         doesn't exist.
44542         * manual/stdio.texi (Obstack Streams): Node removed.
44544 2011-10-26  Andreas Schwab  <schwab@redhat.com>
44546         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
44547         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
44548         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
44550         * math/math_private.h (math_force_eval): Allow non-addressable
44551         arguments.
44552         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
44554 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
44556         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
44557         file is not needed.
44559         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
44560         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
44561         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
44562         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
44563         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
44564         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
44565         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
44566         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
44567         Add AVX variants.
44568         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
44569         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
44570         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
44571         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
44572         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
44573         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
44574         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
44575         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
44576         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
44577         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
44578         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
44579         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
44580         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
44581         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
44582         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
44583         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
44584         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
44585         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
44586         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
44588         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
44589         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
44591         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
44592         place.  Use VEX encoding when compiling for AVX.
44594 2011-10-25  Andreas Schwab  <schwab@redhat.com>
44596         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
44597         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
44599         * string/test-strchr.c (do_test): Don't generate NUL bytes.
44601 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
44603         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
44604         useless if() expression.
44605         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
44606         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
44607         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
44608         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
44609         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
44610         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
44611         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
44612         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
44613         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
44614         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
44615         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
44616         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
44617         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
44618         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
44619         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
44620         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
44621         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
44622         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
44623         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
44625         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
44627 2011-10-25  Andreas Schwab  <schwab@redhat.com>
44629         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
44630         condition.
44631         * elf/dl-fini.c (_dl_sort_fini): Likewise.
44633 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
44635         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
44636         .text section.  Avoid duplicate constants.
44637         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
44638         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
44639         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
44640         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
44641         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
44642         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
44643         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
44644         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
44645         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
44646         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
44647         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
44648         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
44649         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
44650         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
44651         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
44652         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
44653         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
44654         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
44655         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
44656         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
44657         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
44658         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
44659         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
44660         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
44661         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
44662         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
44663         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
44664         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
44665         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
44666         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
44667         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
44668         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
44669         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
44670         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
44671         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
44672         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
44673         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
44674         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
44675         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
44676         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
44677         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
44678         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
44679         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
44680         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
44681         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
44683 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
44685         * sysdeps/x86_64/dla.h: Move to ...
44686         * sysdeps/x86_64/fpu/dla.h: ...here.
44687         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
44688         situations.  Use __builtin_fma only for gcc 4.6 and up.
44690         * config.make.in: Add have-mfma4 entry.
44691         * configure.in: Substitute libc_cv_cc_fma4.
44692         * math/Makefile (dbl-only-routines): Add sincostab.
44693         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
44694         Use __sincostab not sincos.
44695         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
44696         name is a macro.
44697         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
44698         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
44699         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
44700         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
44701         using __copysign.
44702         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
44703         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
44704         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
44705         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
44706         and __inv.
44707         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
44708         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
44709         __copysign.
44710         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
44711         define aliases when function name is a macro.
44712         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
44713         sysdeps/ieee754/dbl-64/sincos.tbl.
44714         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
44715         fma4-enabled routines.
44716         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
44717         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
44718         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
44719         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
44720         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
44721         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
44722         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
44723         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
44724         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
44725         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
44726         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
44727         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
44728         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
44729         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
44730         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
44731         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
44732         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
44733         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
44734         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
44735         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
44736         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
44737         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
44738         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
44739         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
44740         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
44741         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
44742         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
44743         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
44744         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
44745         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
44747         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
44748         rename.
44749         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
44750         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
44751         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
44752         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
44753         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
44754         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
44755         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
44756         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
44758 2011-10-24  Andreas Schwab  <schwab@redhat.com>
44760         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
44762 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
44764         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
44766         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
44767         prediction.
44768         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
44770         * string/strnlen.c: Don't define STRNLEN, reverse logic.
44771         Remove unused variable magic_bits.
44772         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
44774         * string/strnlen.c: Define and use STRNLEN macro.
44775         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
44776         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
44777         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
44778         * wcsmbs/wcslen.c: Define and use WCSLEN.
44779         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
44780         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
44781         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
44782         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
44783         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
44784         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
44785         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
44787 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44789         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
44790         strnlen-sse2-no-bsf.
44791         Rename strlen-no-bsf to strlen-sse2-no-bsf.
44792         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
44793         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
44794         Add strnlen support.
44795         (USE_AS_STRNLEN): New macro.
44796         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
44797         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
44798         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
44799         * sysdeps/x86_64/wcslen.S: New file.
44801 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
44803         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
44804         XMM-moves are used for copying on small sizes.
44806 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44808         * wcsmbs/Makefile (strop-tests): Add wcschr.
44809         * wcsmbs/test-wcschr.c: New file.
44810         * string/test-strchr.c: Update.
44811         Add wcschr support.
44812         (WIDE): New macro.
44814 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44816         * wcsmbs/Makefile (strop-tests): Add wcslen.
44817         * wcsmbs/test-wcslen.c: New file.
44818         * string/test-strlen.c: Update.
44819         Add wcslen support.
44820         (WIDE): New macro.
44822 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
44824         * po/it.po: Update from translation team.
44826 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44828         * sysdeps/x86_64/wcscmp.S: Update.
44829         Fix wrong comparison semantics.
44830         wcscmp shall use signed comparison not unsigned.
44831         Don't use substraction to avoid overflow bug.
44832         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
44833         * wcsmbc/wcscmp.c: Likewise.
44834         * string/test-strcmp.c: Likewise.
44835         Add new tests to check cases with negative values.
44837 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
44839         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
44840         * sysdeps/x86_64/dla.h: ...here.  New file.
44841         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
44842         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
44843         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
44844         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
44845         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
44846         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
44847         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
44848         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
44849         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
44851 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
44853         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
44854         __ynl_finite aliases.
44856 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
44858         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
44860         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
44861         define DLA_FMA.
44862         [DLA_FMA] (EMULV): Use DLA_FMA.
44863         [DLA_FMA] (MUL12): Use EMULV.
44864         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
44865         that are not needed.
44866         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
44867         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
44868         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
44869         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
44870         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
44871         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
44872         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
44874 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
44876         * math/s_nan.c: Undef __nan.
44877         * math/s_nanf.c: Undef __nanf.
44878         * math/s_nanl.c: Undef __nanl.
44879         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
44880         "math_private.h".
44882 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
44884         * math/s_catan.c: Add branch predictions.
44885         * math/s_catanf.c: Likewise.
44886         * math/s_catanh.c: Likewise.
44887         * math/s_catanhf.c: Likewise.
44888         * math/s_catanhl.c: Likewise.
44889         * math/s_catanl.c: Likewise.
44890         * math/s_cexp.c: Likewise.
44891         * math/s_cexpf.c: Likewise.
44892         * math/s_cexpl.c: Likewise.
44893         * math/s_clog.c: Likewise.
44894         * math/s_clog10.c: Likewise.
44895         * math/s_clog10f.c: Likewise.
44896         * math/s_clog10l.c: Likewise.
44897         * math/s_clogf.c: Likewise.
44898         * math/s_clogl.c: Likewise.
44899         * math/s_csqrt.c: Likewise.
44900         * math/s_csqrtf.c: Likewise.
44901         * math/s_csqrtl.c: Likewise.
44902         * math/s_ctanf.c: Likewise.
44903         * math/s_ctanh.c: Likewise.
44904         * math/s_ctanhf.c: Likewise.
44905         * math/s_ctanhl.c: Likewise.
44906         * math/s_ctanl.c: Likewise.
44908         * math/math_private.h: Define __nan, __nanf, __nanl.
44909         * math/s_cacosh.c: Include <math_private.h>.
44910         * math/s_cacoshl.c: Likewise.
44911         * math/s_casinh.c: Likewise.
44912         * math/s_casinhf.c: Likewise.
44913         * math/s_casinhl.c: Likewise.
44914         * math/s_ccos.c: Rely entire on ccosh.
44915         * math/s_ccosf.c: Rely entire on ccoshf.
44916         * math/s_ccosl.c: Rely entirely on ccoshl.
44917         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
44918         Remove tests for FE_INVALID.
44919         * math/s_ccoshf.c: Likewise.
44920         * math/s_ccoshl.c: Likewise.
44921         * math/s_csin.c: Likewise.
44922         * math/s_csinf.c: Likewise.
44923         * math/s_csinh.c Likewise.
44924         * math/s_csinhf.c: Likewise.
44925         * math/s_csinhl.c: Likewise.
44926         * math/s_csinl.c: Likewise.
44927         * math/s_ctan.c: Likewise.
44928         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
44929         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
44930         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
44932 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
44934         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
44935         compilation problems.
44937         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
44938         __builtin_expect.
44940 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
44942         * sysdeps/i386/configure.in: Test for -mfma4 option.
44943         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
44944         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
44945         COMMON_CPUID_INDEX_80000001.
44946         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
44947         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
44948         use it if FMA3 is not supported.
44949         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
44951         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
44952         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
44954 2011-10-20  Andreas Schwab  <schwab@redhat.com>
44956         [BZ #12892]
44957         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
44958         it would create a cycle with a link time dependency.
44960 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
44962         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
44963         instruction.
44964         * string/Makefile (strop-tests): Add rawmemchr.
44965         * string/test-rawmemchr.c: New file.
44967         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
44968         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
44969         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
44970         when compiling str{,n}casecmp and when AVX is available.  Hook up
44971         new optimized code in initializers.
44973 2011-10-19  Andreas Schwab  <schwab@redhat.com>
44975         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
44976         __feraiseexcept instead of feraiseexcept.
44978 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
44980         * math/math_private.h: Define defaults for libc_fetestexcept and
44981         libc_feupdateenv.
44982         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
44983         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
44984         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
44985         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
44986         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
44987         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
44988         libc_fetestexcept and libc_feupdateenv.
44990         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
44991         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
44992         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
44993         * sysdeps/x86_64/fpu/math_private.h: Define special version of
44994         libc_feholdexcept_setround.
44996         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
44997         Add s_nearbyint-c and s_nearbyintf-c.
44998         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
44999         nearbyintf inlines.
45000         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
45001         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
45002         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
45003         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
45005         * math/math_private.h: Define defaults for libc_fegetround,
45006         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
45007         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
45008         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
45009         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
45010         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
45011         standard functions.
45012         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
45013         Remove comments and hacks for old compiler versions.
45014         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
45015         libc_fegetround, libc_fesetround, libc_feholdexcept, and
45016         libc_feholdexceptl.
45018 2011-10-18  Andreas Schwab  <schwab@redhat.com>
45020         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
45021         (__feraiseexcept_renamed): Add __NTH.
45022         (feraiseexcept): Add __NTH.  Rename local variables to fix
45023         namespace violations.
45025 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
45027         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
45029         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
45031         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
45032         recently added interfaces.
45033         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
45035         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
45036         about macro parameter expansion.
45038         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
45039         __NO_MATH_INLINES is defined.  Cleanups.
45041         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
45042         and __floorf is target has SSE4.1.
45043         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
45044         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
45045         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
45046         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
45048         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
45049         name.
45050         (floorf): Likewise.
45052         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
45054 2011-10-17  Andreas Schwab  <schwab@redhat.com>
45056         * misc/sys/cdefs.h: Fix last change.
45058         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
45059         database lookup.
45061 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
45063         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
45065         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
45066         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
45067         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
45068         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
45069         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
45070         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
45071         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
45072         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
45073         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
45074         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
45075         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
45076         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
45077         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
45078         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
45079         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
45080         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
45081         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
45082         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
45083         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
45084         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
45085         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
45086         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
45088         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
45089         ceil, ceilf, floor, floorf.
45091         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
45092         Perform IRELATIVE relocations last.
45094         * elf/do-rel.h: Add another parameter nrelative, replacing the
45095         local variable with the same name.  Change name of the function
45096         to end in Rel or Rela (uppercase).
45097         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
45098         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
45099         elf_dynamic_do_##reloc function.
45101 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
45103         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
45104         is sufficient, at least on modern CPUs.
45106         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
45108         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
45109         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
45111         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
45112         __expl_finite.
45113         * math/bits/math-finite.h: Add entries for exp.
45114         * math/e_expl.c: Add __*_finite alias.
45115         * sysdeps/i386/fpu/e_exp.S: Likewise.
45116         * sysdeps/i386/fpu/e_expf.S: Likewise.
45117         * sysdeps/i386/fpu/e_expl.c: Likewise.
45118         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
45119         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
45120         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
45121         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
45122         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
45123         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
45124         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
45126         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
45127         is sufficient, at least on modern CPUs.
45129         * ctype/ctype-info.c (__ctype_init): Define.
45130         * include/ctype.h (__ctype_init): Declare.
45131         (__ctype_b_loc): The variable is always initialized.
45132         (__ctype_toupper_loc): Likewise.
45133         (__ctype_tolower_loc): Likewise.
45134         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
45135         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
45137 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
45139         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
45141         * configure.in: Also look in $cxxmachine/include for C++ system
45142         headers.
45144 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45146         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
45147         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
45148         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
45149         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
45150         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
45151         (USE_AS_WMEMCMP): New macro.
45152         Fixing indents.
45153         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
45154         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
45155         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
45156         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
45157         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
45158         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
45159         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
45160         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
45161         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
45162         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
45163         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
45164         (USE_AS_WMEMCMP): New macro.
45165         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
45166         * sysdeps/string/test-memcmp.c: Update.
45167         Fix simple_wmemcmp.
45168         Add new tests.
45169         * wcsmbs/wmemcmp.c: Update.
45170         (WMEMCMP): New macro.
45171         Fix overflow bug.
45173 2011-10-12  Andreas Jaeger  <aj@suse.de>
45175         [BZ #13268]
45176         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
45178 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
45180         * libio/iofwide.c (do_length): Avoid warning.
45182         * ctype/ctype.h (__isctype_f): Add missing __THROW.
45184 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
45186         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
45188         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
45189         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
45190         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
45191         * sysdeps/i386/i686/fpu/e_log.S: New file.
45192         * sysdeps/i386/i686/fpu/e_logf.S: New file.
45193         * sysdeps/i386/i686/fpu/e_logl.S: New file.
45195         * ctype/ctype.h: Add support for inlined isXXX functions when
45196         compiling C++ code.
45198 2011-10-14  Andreas Schwab  <schwab@redhat.com>
45200         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
45202         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
45204 2011-10-13  Roland McGrath  <roland@hack.frob.com>
45206         [BZ #13291]
45207         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
45209 2011-10-13  Andreas Schwab  <schwab@redhat.com>
45211         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
45212         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
45213         feraiseexcept.
45215         * sysdeps/x86_64/memrchr.S: Check for zero size.
45217         * string/stratcliff.c: Add memrchr tests.
45219 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45221         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
45222         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
45223         rawmemchr-sse2 rawmemchr-sse2-bsf.
45224         * sysdeps/i386/i686/multiarch/memchr.S: New file.
45225         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
45226         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
45227         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
45228         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
45229         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
45230         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
45231         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
45232         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
45233         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
45234         * string/memrchr.c (MEMRCHR): New macro.
45236 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
45238         Add integration with gcc's -ffinite-math-only and optimize wrapper
45239         functions in libm.
45240         * Versions.def: Define GLIBC_2.15 version for libm.
45241         * math/Makefile (headers): Add bits/math-finite.h.
45242         * math/bits/math-finite.h: New file.
45243         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
45244         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
45245         * math/e_acoshl.c: Add __*_finite alias.
45246         * math/e_acosl.c: Likewise.
45247         * math/e_asinl.c: Likewise.
45248         * math/e_atan2l.c: Likewise.
45249         * math/e_atanhl.c: Likewise.
45250         * math/e_coshl.c: Likewise.
45251         * math/e_exp10.c: Likewise.
45252         * math/e_exp10f.c: Likewise.
45253         * math/e_exp10l.c: Likewise.
45254         * math/e_exp2l.c: Likewise.
45255         * math/e_fmodl.c: Likewise.
45256         * math/e_gammal_r.c: Likewise.
45257         * math/e_hypotl.c: Likewise.
45258         * math/e_j0l.c: Likewise.
45259         * math/e_j1l.c: Likewise.
45260         * math/e_jnl.c: Likewise.
45261         * math/e_lgammal_r.c: Likewise.
45262         * math/e_log10l.c: Likewise.
45263         * math/e_log2l.c: Likewise.
45264         * math/e_logl.c: Likewise.
45265         * math/e_powl.c: Likewise.
45266         * math/e_sinhl.c: Likewise.
45267         * math/e_sqrtl.c: Likewise.
45268         * math/e_scalb.c: Completely rewritten and optimized.
45269         * math/e_scalbf.c: Likewise.
45270         * math/e_scalbl.c: Likewise.
45271         * math/w_acos.c: Likewise.
45272         * math/w_acosf.c: Likewise.
45273         * math/w_acosl.c: Likewise.
45274         * math/w_acosh.c: Likewise.
45275         * math/w_acoshf.c: Likewise.
45276         * math/w_acoshl.c: Likewise.
45277         * math/w_asin.c: Likewise.
45278         * math/w_asinf.c: Likewise.
45279         * math/w_asinl.c: Likewise.
45280         * math/w_atan2.c: Likewise.
45281         * math/w_atan2f.c: Likewise.
45282         * math/w_atan2l.c: Likewise.
45283         * math/w_atanh.c: Likewise.
45284         * math/w_atanhf.c: Likewise.
45285         * math/w_atanhl.c: Likewise.
45286         * math/w_exp10.c: Likewise.
45287         * math/w_exp10f.c: Likewise.
45288         * math/w_exp10l.c: Likewise.
45289         * math/w_fmod.c: Likewise.
45290         * math/w_fmodf.c: Likewise.
45291         * math/w_fmodl.c: Likewise.
45292         * math/w_j0.c: Likewise.
45293         * math/w_j0f.c: Likewise.
45294         * math/w_j0l.c: Likewise.
45295         * math/w_j1.c: Likewise.
45296         * math/w_j1f.c: Likewise.
45297         * math/w_j1l.c: Likewise.
45298         * math/w_jn.c: Likewise.
45299         * math/w_jnf.c: Likewise.
45300         * math/w_log.c: Likewise.
45301         * math/w_logf.c: Likewise.
45302         * math/w_logl.c: Likewise.
45303         * math/w_log10.c: Likewise.
45304         * math/w_log10f.c: Likewise.
45305         * math/w_log10l.c: Likewise.
45306         * math/w_log2.c: Likewise.
45307         * math/w_log2f.c: Likewise.
45308         * math/w_log2l.c: Likewise.
45309         * math/w_pow.c: Likewise.
45310         * math/w_powf.c: Likewise.
45311         * math/w_powl.c: Likewise.
45312         * math/w_remainder.c: Likewise.
45313         * math/w_remainderf.c: Likewise.
45314         * math/w_remainderl.c: Likewise.
45315         * math/w_scalb.c: Likewise.
45316         * math/w_scalbf.c: Likewise.
45317         * math/w_scalbl.c: Likewise.
45318         * math/w_sqrt.c: Likewise.
45319         * math/w_sqrtf.c: Likewise.
45320         * math/w_sqrtl.c: Likewise.
45321         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
45322         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
45323         used.
45324         * math/math_private.h: Declare __kernel_standard_f.
45325         * math/w_cosh.c: Remove cruft and optimize a bit.
45326         * math/w_coshf.c: Likewise.
45327         * math/w_coshl.c: Likewise.
45328         * math/w_exp2.c: Likewise.
45329         * math/w_exp2f.c: Likewise.
45330         * math/w_exp2l.c: Likewise.
45331         * math/w_hypot.c: Likewise.
45332         * math/w_hypotf.c: Likewise.
45333         * math/w_hypotl.c: Likewise.
45334         * math/w_lgamma.c: Likewise.
45335         * math/w_lgamma_r.c: Likewise.
45336         * math/w_lgammaf.c: Likewise.
45337         * math/w_lgammaf_r.c: Likewise.
45338         * math/w_lgammal.c: Likewise.
45339         * math/w_lgammal_r.c: Likewise.
45340         * math/w_sinh.c: Likewise.
45341         * math/w_sinhf.c: Likewise.
45342         * math/w_sinhl.c: Likewise.
45343         * math/w_tgamma.c: Likewise.
45344         * math/w_tgammaf.c: Likewise.
45345         * math/w_tgammal.c: Likewise.
45346         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
45347         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
45348         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
45349         Minor optimizations.  Pretty printing.  Remove cruft.
45350         * sysdeps/i386/fpu/e_acosf.S: Likewise.
45351         * sysdeps/i386/fpu/e_acosh.S: Likewise.
45352         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
45353         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
45354         * sysdeps/i386/fpu/e_acosl.c: Likewise.
45355         * sysdeps/i386/fpu/e_asin.S: Likewise.
45356         * sysdeps/i386/fpu/e_asinf.S: Likewise.
45357         * sysdeps/i386/fpu/e_atan2.S: Likewise.
45358         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
45359         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
45360         * sysdeps/i386/fpu/e_atanh.S: Likewise.
45361         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
45362         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
45363         * sysdeps/i386/fpu/e_exp10.S: Likewise.
45364         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
45365         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
45366         * sysdeps/i386/fpu/e_exp2.S: Likewise.
45367         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
45368         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
45369         * sysdeps/i386/fpu/e_fmod.S: Likewise.
45370         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
45371         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
45372         * sysdeps/i386/fpu/e_hypot.S: Likewise.
45373         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
45374         * sysdeps/i386/fpu/e_log.S: Likewise.
45375         * sysdeps/i386/fpu/e_log10.S: Likewise.
45376         * sysdeps/i386/fpu/e_log10f.S: Likewise.
45377         * sysdeps/i386/fpu/e_log10l.S: Likewise.
45378         * sysdeps/i386/fpu/e_log2.S: Likewise.
45379         * sysdeps/i386/fpu/e_log2f.S: Likewise.
45380         * sysdeps/i386/fpu/e_log2l.S: Likewise.
45381         * sysdeps/i386/fpu/e_logf.S: Likewise.
45382         * sysdeps/i386/fpu/e_logl.S: Likewise.
45383         * sysdeps/i386/fpu/e_pow.S: Likewise.
45384         * sysdeps/i386/fpu/e_powf.S: Likewise.
45385         * sysdeps/i386/fpu/e_powl.S: Likewise.
45386         * sysdeps/i386/fpu/e_remainder.S: Likewise.
45387         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
45388         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
45389         * sysdeps/i386/fpu/e_scalb.S: Likewise.
45390         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
45391         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
45392         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
45393         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
45394         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
45395         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
45396         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
45397         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
45398         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
45399         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
45400         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
45401         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
45402         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
45403         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
45404         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
45405         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
45406         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
45407         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
45408         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
45409         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
45410         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
45411         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
45412         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
45413         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
45414         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
45415         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
45416         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
45417         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
45418         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
45419         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
45420         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
45421         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
45422         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
45423         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
45424         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
45425         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
45426         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
45427         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
45428         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
45429         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
45430         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
45431         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
45432         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
45433         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
45434         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
45435         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
45436         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
45437         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
45438         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
45439         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
45440         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
45441         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
45442         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
45443         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
45444         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
45445         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
45446         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
45447         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
45448         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
45449         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
45450         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
45451         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
45452         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
45453         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
45454         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
45455         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
45456         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
45457         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
45458         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
45459         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
45460         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
45461         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
45462         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
45463         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
45464         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
45465         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
45466         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
45467         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
45468         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
45469         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
45470         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
45471         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
45472         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
45473         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
45474         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
45475         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
45476         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
45477         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
45478         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
45479         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
45480         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
45481         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
45482         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
45483         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
45484         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
45485         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
45486         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
45487         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
45488         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
45489         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
45490         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
45491         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
45492         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
45493         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
45494         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
45495         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
45496         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
45497         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
45498         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
45499         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
45500         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
45501         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
45502         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
45503         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
45504         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
45505         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
45506         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
45507         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
45508         (__isnanf): Likewise.
45509         (__isinf_ns): Likewise.
45510         (__isinf_nsf): Likewise.
45511         (__finite): Likewise.
45512         (__finitef): Likewise.
45513         (__ieee754_sqrt): Define as macro.
45514         (__ieee754_sqrtf): Define as macro.
45515         (__ieee754_sqrtl): Define as macro.
45516         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
45517         inlined copy.
45518         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
45519         __FINITE_MATH_ONLY__ consistent.
45520         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
45522 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
45524         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
45525         of rawmemchr.
45527         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
45529 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
45531         * po/ja.po: Update from translation team.
45533 2011-10-08  Roland McGrath  <roland@hack.frob.com>
45535         * locale/programs/locarchive.c (prepare_address_space): New function.
45536         (create_archive, enlarge_archive, open_archive): Use it.
45538         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
45539         inside [SHARED], where it is used.
45541         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
45543         * nss/getent.c (netgroup_keys): Remove unused variable.
45544         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
45546 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
45548         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
45549         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
45550         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
45551         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
45552         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
45553         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
45554         * math/Makefile (libm-calls): Add s_isinf_ns.
45555         * math/divtc3.c: Use __isinf_nsl instead of isinf.
45556         * math/multc3.c: Likewise.
45557         * math/s_casin.c: Likewise.
45558         * math/s_casinf.c: Likewise.
45559         * math/s_casinl.c: Likewise.
45560         * math/s_ccos.c: Likewise.
45561         * math/s_ccosf.c: Likewise.
45562         * math/s_ccosl.c: Likewise.
45563         * math/s_ctan.c: Likewise.
45564         * math/s_ctanf.c: Likewise.
45565         * math/s_ctanh.c: Likewise.
45566         * math/s_ctanhf.c: Likewise.
45567         * math/s_ctanhl.c: Likewise.
45568         * math/s_ctanl.c: Likewise.
45569         * math/w_fmod.c: Likewise.
45570         * math/w_fmodf.c: Likewise.
45571         * math/w_fmodl.c: Likewise.
45572         * math/w_remainder.c: Likewise.
45573         * math/w_remainderf.c: Likewise.
45574         * math/w_remainderl.c: Likewise.
45575         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
45576         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
45577         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
45578         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
45579         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
45580         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
45581         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
45582         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
45584         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
45585         of the number.
45586         * stdio-common/printf_fphex.c: Likewise.
45587         * stdio-common/printf_size.c: Likewise.
45589         * math/e_exp10.c: Include math_private.h using <...> not "...".
45590         * math/e_exp10f.c: Likewise.
45591         * math/e_exp10l.c: Likewise.
45592         * math/e_exp2l.c: Likewise.
45593         * math/e_j0l.c: Likewise.
45594         * math/e_j1l.c: Likewise.
45595         * math/e_jnl.c: Likewise.
45596         * math/e_lgammal_r.c: Likewise.
45597         * math/e_rem_pio2l.c: Likewise.
45598         * math/e_scalb.c: Likewise.
45599         * math/e_scalbf.c: Likewise.
45600         * math/e_scalbl.c: Likewise.
45601         * math/k_cosl.c: Likewise.
45602         * math/k_sinl.c: Likewise.
45603         * math/k_tanl.c: Likewise.
45604         * math/s_cacoshf.c: Likewise.
45605         * math/s_catan.c: Likewise.
45606         * math/s_catanf.c: Likewise.
45607         * math/s_catanh.c: Likewise.
45608         * math/s_catanhf.c: Likewise.
45609         * math/s_catanhl.c: Likewise.
45610         * math/s_catanl.c: Likewise.
45611         * math/s_ccosh.c: Likewise.
45612         * math/s_ccoshf.c: Likewise.
45613         * math/s_ccoshl.c: Likewise.
45614         * math/s_cexp.c: Likewise.
45615         * math/s_cexpf.c: Likewise.
45616         * math/s_cexpl.c: Likewise.
45617         * math/s_clog.c: Likewise.
45618         * math/s_clog10.c: Likewise.
45619         * math/s_clog10f.c: Likewise.
45620         * math/s_clog10l.c: Likewise.
45621         * math/s_clogf.c: Likewise.
45622         * math/s_clogl.c: Likewise.
45623         * math/s_csin.c: Likewise.
45624         * math/s_csinf.c: Likewise.
45625         * math/s_csinh.c: Likewise.
45626         * math/s_csinhf.c: Likewise.
45627         * math/s_csinhl.c: Likewise.
45628         * math/s_csinl.c: Likewise.
45629         * math/s_csqrt.c: Likewise.
45630         * math/s_csqrtf.c: Likewise.
45631         * math/s_csqrtl.c: Likewise.
45632         * math/s_ctan.c: Likewise.
45633         * math/s_ctanf.c: Likewise.
45634         * math/s_ctanh.c: Likewise.
45635         * math/s_ctanhf.c: Likewise.
45636         * math/s_ctanhl.c: Likewise.
45637         * math/s_ctanl.c: Likewise.
45638         * math/s_ldexp.c: Likewise.
45639         * math/s_ldexpf.c: Likewise.
45640         * math/s_ldexpl.c: Likewise.
45641         * math/s_significand.c: Likewise.
45642         * math/s_significandf.c: Likewise.
45643         * math/s_significandl.c: Likewise.
45644         * math/w_acos.c: Likewise.
45645         * math/w_acosf.c: Likewise.
45646         * math/w_acosh.c: Likewise.
45647         * math/w_acoshf.c: Likewise.
45648         * math/w_acoshl.c: Likewise.
45649         * math/w_acosl.c: Likewise.
45650         * math/w_asin.c: Likewise.
45651         * math/w_asinf.c: Likewise.
45652         * math/w_asinl.c: Likewise.
45653         * math/w_atan2.c: Likewise.
45654         * math/w_atan2f.c: Likewise.
45655         * math/w_atan2l.c: Likewise.
45656         * math/w_atanh.c: Likewise.
45657         * math/w_atanhf.c: Likewise.
45658         * math/w_atanhl.c: Likewise.
45659         * math/w_cosh.c: Likewise.
45660         * math/w_coshf.c: Likewise.
45661         * math/w_coshl.c: Likewise.
45662         * math/w_dremf.c: Likewise.
45663         * math/w_exp10.c: Likewise.
45664         * math/w_exp10f.c: Likewise.
45665         * math/w_exp10l.c: Likewise.
45666         * math/w_exp2.c: Likewise.
45667         * math/w_exp2f.c: Likewise.
45668         * math/w_fmod.c: Likewise.
45669         * math/w_fmodf.c: Likewise.
45670         * math/w_fmodl.c: Likewise.
45671         * math/w_hypot.c: Likewise.
45672         * math/w_hypotf.c: Likewise.
45673         * math/w_hypotl.c: Likewise.
45674         * math/w_j0.c: Likewise.
45675         * math/w_j0f.c: Likewise.
45676         * math/w_j0l.c: Likewise.
45677         * math/w_j1.c: Likewise.
45678         * math/w_j1f.c: Likewise.
45679         * math/w_j1l.c: Likewise.
45680         * math/w_jn.c: Likewise.
45681         * math/w_jnf.c: Likewise.
45682         * math/w_jnl.c: Likewise.
45683         * math/w_lgamma.c: Likewise.
45684         * math/w_lgamma_r.c: Likewise.
45685         * math/w_lgammaf.c: Likewise.
45686         * math/w_lgammaf_r.c: Likewise.
45687         * math/w_lgammal.c: Likewise.
45688         * math/w_lgammal_r.c: Likewise.
45689         * math/w_log.c: Likewise.
45690         * math/w_log10.c: Likewise.
45691         * math/w_log10f.c: Likewise.
45692         * math/w_log10l.c: Likewise.
45693         * math/w_log2.c: Likewise.
45694         * math/w_log2f.c: Likewise.
45695         * math/w_log2l.c: Likewise.
45696         * math/w_logf.c: Likewise.
45697         * math/w_logl.c: Likewise.
45698         * math/w_pow.c: Likewise.
45699         * math/w_powf.c: Likewise.
45700         * math/w_powl.c: Likewise.
45701         * math/w_remainder.c: Likewise.
45702         * math/w_remainderf.c: Likewise.
45703         * math/w_remainderl.c: Likewise.
45704         * math/w_scalb.c: Likewise.
45705         * math/w_scalbf.c: Likewise.
45706         * math/w_scalbl.c: Likewise.
45707         * math/w_sinh.c: Likewise.
45708         * math/w_sinhf.c: Likewise.
45709         * math/w_sinhl.c: Likewise.
45710         * math/w_sqrt.c: Likewise.
45711         * math/w_sqrtf.c: Likewise.
45712         * math/w_sqrtl.c: Likewise.
45713         * math/w_tgamma.c: Likewise.
45714         * math/w_tgammaf.c: Likewise.
45715         * math/w_tgammal.c: Likewise.
45717         * po/ja.po: Update from translation team.
45719 2011-09-29  Andreas Jaeger  <aj@suse.de>
45721         [BZ #13179]
45722         * sunrpc/netname.c (netname2host): Fix logic.
45724         [BZ #6779]
45725         [BZ #6783]
45726         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
45727         correctly.
45728         * math/w_remainder.c (__remainder): Likewise.
45729         * math/w_remainderf.c (__remainderf): Likewise.
45730         * math/libm-test.inc (remainder_test): Add test cases.
45732 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
45734         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
45735         sdiv_qrnnd.
45737 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
45739         * string/test-memcmp.c: Avoid unncessary #defines.
45740         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
45742 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45744         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
45745         Use new sse2 version for core i3 - i7 as it's faster
45746         than sse42 version.
45747         (bit_Prefer_PMINUB_for_stringop): New.
45748         * sysdeps/x86_64/rawmemchr.S: Update.
45749         Replace with faster SSE2 version.
45750         * sysdeps/x86_64/memrchr.S: New file.
45751         * sysdeps/x86_64/memchr.S: Update.
45752         Replace with faster SSE2 version.
45754 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
45756         * elf/dl-load.c (lose): Add cast to avoid warning.
45758 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
45760         * po/ca.po: Update from translation team.
45762         * inet/getnetgrent_r.c: Hook up nscd.
45763         * nscd/Makefile (routines): Add nscd_netgroup.
45764         (nscd-modules): Add netgroupcache.
45765         (CFLAGS-netgroupcache.c): Define.
45766         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
45767         (cache_search): Add const to second parameter.
45768         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
45769         INNETGR.
45770         (dbs): Add netgrdb entry.
45771         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
45772         (verify_persistent_db): Handle netgrdb.
45773         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
45774         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
45775         GETFDNETGR.
45776         (netgroup_response_header): Define.
45777         (innetgroup_response_header): Define.
45778         (datahead): Add netgroup_response_header and innetgroup_response_header
45779         elements.
45780         * nscd/nscd.conf: Add entries for netgroup cache.
45781         * nscd/nscd.h (dbtype): Add netgrdb.
45782         (_PATH_NSCD_NETGROUP_DB): Define.
45783         (netgroup_iov_disabled): Declare.
45784         (xmalloc, xcalloc, xrealloc): Move declarations here.
45785         (cache_search): Adjust prototype.
45786         Add netgroup-related prototypes.
45787         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
45788         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
45789         (__nscd_innetgr): Declare.
45790         * nscd/selinux.c (perms): Use access_vector_t as element type and
45791         add netgroup-related initializers.
45792         * nscd/netgroupcache.c: New file.
45793         * nscd/nscd_netgroup.c: New file.
45794         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
45795         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
45796         For four parameters use innetgr.
45797         * nss/nss_files/files-init.c: Add definition and callback for netgr.
45798         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
45799         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
45800         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
45802         * nscd/connections.c (register_traced_file): Don't register file
45803         for disabled databases.
45805 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
45807         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
45809         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
45810         from tree and freeing node.
45812 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
45814         * nss/nsswitch.c (__nss_database_lookup): Handle
45815         nss_parse_service_list out of memory case.
45817 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
45819         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
45820         out of memory case.
45822 2011-10-04  Andreas Schwab  <schwab@redhat.com>
45824         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
45825         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
45826         pass it down.
45827         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
45828         elf_machine_rela, elf_machine_lazy_rel.
45829         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
45830         (ELF_DYNAMIC_DO_REL): Likewise.
45831         (ELF_DYNAMIC_DO_RELA): Likewise.
45832         (ELF_DYNAMIC_RELOCATE): Likewise.
45833         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
45834         to ELF_DYNAMIC_DO_REL.
45835         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
45836         (dl_main): In trace mode always set __RTLD_NOIFUNC.
45837         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
45838         elf_machine_rela.
45839         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
45840         skip_ifunc, don't call ifunc function if non-zero.
45841         (elf_machine_rela): Likewise.
45842         (elf_machine_lazy_rel): Likewise.
45843         (elf_machine_lazy_rela): Likewise.
45844         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
45845         (elf_machine_lazy_rel): Likewise.
45846         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
45847         Likewise.
45848         (elf_machine_lazy_rel): Likewise.
45849         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
45850         Likewise.
45851         (elf_machine_lazy_rel): Likewise.
45852         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
45853         (elf_machine_lazy_rel): Likewise.
45854         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
45855         (elf_machine_lazy_rel): Likewise.
45856         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
45857         (elf_machine_lazy_rel): Likewise.
45858         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
45859         (elf_machine_lazy_rel): Likewise.
45860         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
45861         (elf_machine_lazy_rel): Likewise.
45862         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
45863         (elf_machine_lazy_rel): Likewise.
45865 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
45867         * nss/nss_files/files-init.c (_nss_files_init): Use static
45868         initialization for all the *_traced_file variables.
45870 2011-09-28  Andreas Schwab  <schwab@redhat.com>
45872         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
45874 2011-09-27  Roland McGrath  <roland@hack.frob.com>
45876         [BZ #13226]
45877         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
45879 2011-09-27  Andreas Schwab  <schwab@redhat.com>
45881         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
45882         Reread the line before reparsing it.
45884 2011-09-26  Andreas Schwab  <schwab@redhat.com>
45886         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
45888 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
45889             Maxim Kuvyrkov  <maxim@codesourcery.com>
45890             Joseph Myers  <joseph@codesourcery.com>
45892         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
45893         if needed for __stack_chk_guard.
45895 2011-09-19  Roland McGrath  <roland@hack.frob.com>
45897         * sysdeps/posix/spawni.c (script_execute): Always define it.
45898         It will be optimized away if unused.
45899         (maybe_script_execute): New function.
45900         (__spawni): Call it.
45902         * Makerules: Don't include tls.make.
45903         (config-tls): Always set to thread.
45904         * tls.make.c: File removed.
45906 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
45908         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
45909         * config.make.in (CPPFLAGS-config): New substituted variable.
45911 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
45913         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
45915         [BZ #13192]
45916         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
45917         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
45919 2011-09-15  Roland McGrath  <roland@hack.frob.com>
45921         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
45922         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
45923         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
45924         (CALL_FAIL): Likewise.
45925         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
45926         (CALL_FAIL): Macro removed.
45927         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
45929 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
45931         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
45932         for __FINITE_MATH_ONLY__ == 1.
45934 2011-09-15  Andreas Schwab  <schwab@redhat.com>
45936         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
45937         __ieee754_sqrt instead of sqrt.
45938         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
45939         __ieee754_sqrtf instead of sqrtf.
45940         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
45941         __floorf instead of floorf.
45942         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
45943         __floorf, __truncf instead of floorf, truncf.
45945 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
45947         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
45949         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
45950         __extern_always_inline.
45951         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
45952         32-bit.
45954 2011-09-14  Andreas Schwab  <schwab@redhat.com>
45956         * elf/rtld.c (dl_main): Also relocate in dependency order when
45957         doing symbol dependency testing.
45959 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
45961         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
45962         Always define `refsym'.
45964 2011-09-13  Andreas Schwab  <schwab@redhat.com>
45966         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
45967         (__FD_ELT): Renamed from __FDELT.
45968         * misc/bits/select2.h (__FD_ELT): Likewise.
45969         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
45970         __FD_MASK instead of __FDELT, __FDMASK.
45971         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
45972         Likewise.
45973         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
45974         Likewise.
45976         * elf/Makefile (gen-ldd): Fix pattern.
45978         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
45979         (init_tls): Likewise.
45981 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
45983         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
45985 2011-09-12  Andreas Schwab  <schwab@redhat.com>
45987         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
45988         `struct cmsghdr *' instead of `void *'.
45989         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
45990         Likewise.
45992 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
45994         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
45995         if non-absolute.
45996         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
45997         ldd_rewrite_script.
45999 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
46001         * configure.in: Remove --with-tls option.
46002         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
46003         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
46004         out in case it is missing.
46005         * sysdeps/ia64/elf/configure.in: Likewise.
46006         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
46007         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
46008         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
46009         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
46010         * sysdeps/sh/elf/configure.in: Likewise.
46011         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
46012         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
46013         * sysdeps/x86_64/elf/configure.in: Likewise.
46014         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
46015         * sysdeps/mach/hurd/tls.h: Likewise.
46017         [BZ #13067]
46018         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
46020         [BZ #13090]
46021         * configure.in: Fix use of AC_INIT.
46023         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
46025 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
46027         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
46028         __set_errno.
46029         * malloc/hooks.c: Likewise.
46031         [BZ #11929]
46032         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
46033         variables statically.
46034         (narenas): Initialize.
46035         (list_lock): Initialize.
46036         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
46037         initializtion of main_arena and list_lock.  Small cleanups.
46038         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
46039         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
46040         Add initializers to main_arena and mp_.
46041         (malloc_state): Remove pagesize member.  Change all users to use
46042         GLRO(dl_pagesize).
46044         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
46045         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
46046         is always initialized.
46048         * malloc/malloc.c: Removed unused configurations and dead code.
46049         * malloc/arena.c: Likewise.
46050         * malloc/hooks.c: Likewise.
46051         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
46053         * include/tls.h: Removed.  USE___THREAD must always be defined.
46054         * bits/libc-tsd.h: Don't handle !USE___THREAD.
46055         * elf/dl-libc.c: Likewise.
46056         * elf/dl-tsd.c: Likewise.
46057         * include/errno.h: Likewise.
46058         * include/netdb.h: Likewise.
46059         * include/resolv.h: Likewise.
46060         * inet/herrno-loc.c: Likewise.
46061         * inet/herrno.c: Likewise.
46062         * malloc/arena.c: Likewise.
46063         * malloc/hooks.c: Likewise.
46064         * malloc/malloc.c: Likewise.
46065         * resolv/res-state.c: Likewise.
46066         * resolv/res_libc.c: Likewise.
46067         * sysdeps/i386/dl-machine.h: Likewise.
46068         * sysdeps/ia64/dl-machine.h: Likewise.
46069         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
46070         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
46071         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
46072         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
46073         * sysdeps/sh/dl-machine.h: Likewise.
46074         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
46075         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
46076         * sysdeps/unix/i386/sysdep.S: Likewise.
46077         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
46078         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
46079         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
46080         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
46081         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
46082         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
46083         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
46084         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
46085         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
46086         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
46087         * sysdeps/unix/x86_64/sysdep.S: Likewise.
46088         * sysdeps/x86_64/dl-machine.h: Likewise.
46089         * tls.make.c: Likewise.
46091         * configure.in: Remove --with-__thread option.  Make tests for
46092         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
46093         tls_model attribute fail if no support is available.  Remove
46094         USE_IN_LIBIO.
46095         * Makeconfig: Adjust for dropped configure option.  All features are
46096         now mandatory.
46097         * Makerules: Likewise.
46098         * Versions.def: Likewise.
46099         * argp/argp-fmtstream.c: Likewise.
46100         * argp/argp-fmtstream.h: Likewise.
46101         * argp/argp-help.c: Likewise.
46102         * assert/assert.c: Likewise.
46103         * config.h.in: Likewise.
46104         * config.make.in: Likewise.
46105         * configure: Likewise.
46106         * configure.in: Likewise.
46107         * csu/Versions: Likewise.
46108         * csu/init.c: Likewise.
46109         * elf/tst-audit2.c: Likewise.
46110         * elf/tst-tls10.c: Likewise.
46111         * elf/tst-tls10.h: Likewise.
46112         * elf/tst-tls11.c: Likewise.
46113         * elf/tst-tls12.c: Likewise.
46114         * elf/tst-tls14.c: Likewise.
46115         * elf/tst-tlsmod11.c: Likewise.
46116         * elf/tst-tlsmod12.c: Likewise.
46117         * elf/tst-tlsmod13.c: Likewise.
46118         * elf/tst-tlsmod13a.c: Likewise.
46119         * elf/tst-tlsmod14a.c: Likewise.
46120         * elf/tst-tlsmod15b.c: Likewise.
46121         * elf/tst-tlsmod16a.c: Likewise.
46122         * elf/tst-tlsmod16b.c: Likewise.
46123         * elf/tst-tlsmod7.c: Likewise.
46124         * elf/tst-tlsmod8.c: Likewise.
46125         * elf/tst-tlsmod9.c: Likewise.
46126         * gmon/gmon.c: Likewise.
46127         * grp/fgetgrent_r.c: Likewise.
46128         * grp/putgrent.c: Likewise.
46129         * hurd/fopenport.c: Likewise.
46130         * include/libc-symbols.h: Likewise.
46131         * include/tls.h: Likewise.
46132         * intl/gettextP.h: Likewise.
46133         * intl/loadinfo.h: Likewise.
46134         * locale/global-locale.c: Likewise.
46135         * locale/localeinfo.h: Likewise.
46136         * mach/devstream.c: Likewise.
46137         * malloc/arena.c: Likewise.
46138         * malloc/set-freeres.c: Likewise.
46139         * misc/err.c: Likewise.
46140         * misc/getttyent.c: Likewise.
46141         * misc/mntent_r.c: Likewise.
46142         * posix/getopt.c: Likewise.
46143         * posix/wordexp.c: Likewise.
46144         * pwd/fgetpwent_r.c: Likewise.
46145         * resolv/Versions: Likewise.
46146         * resolv/res_hconf.c: Likewise.
46147         * shadow/fgetspent_r.c: Likewise.
46148         * shadow/putspent.c: Likewise.
46149         * stdio-common/printf_fphex.c: Likewise.
46150         * stdio-common/tmpfile.c: Likewise.
46151         * stdlib/abort.c: Likewise.
46152         * stdlib/fmtmsg.c: Likewise.
46153         * sunrpc/auth_unix.c: Likewise.
46154         * sunrpc/clnt_perr.c: Likewise.
46155         * sunrpc/clnt_tcp.c: Likewise.
46156         * sunrpc/clnt_udp.c: Likewise.
46157         * sunrpc/clnt_unix.c: Likewise.
46158         * sunrpc/openchild.c: Likewise.
46159         * sunrpc/svc_simple.c: Likewise.
46160         * sunrpc/svc_tcp.c: Likewise.
46161         * sunrpc/svc_udp.c: Likewise.
46162         * sunrpc/svc_unix.c: Likewise.
46163         * sunrpc/xdr.c: Likewise.
46164         * sunrpc/xdr_array.c: Likewise.
46165         * sunrpc/xdr_rec.c: Likewise.
46166         * sunrpc/xdr_ref.c: Likewise.
46167         * sunrpc/xdr_stdio.c: Likewise.
46169 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
46171         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
46173 2011-07-03  Andreas Jaeger  <aj@suse.de>
46175         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
46176         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
46177         regenerate with gen-libm-tests.pl.
46179 2010-05-12  Petr Baudis  <pasky@suse.cz>
46181         [BZ #11589]
46182         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
46183         around j0() zero points by switching to j1().
46184         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
46185         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
46186         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
46187         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
46189 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
46191         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
46192         instead of 0.
46193         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
46194         instead of 0.
46195         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
46196         Patch in part by Pavel Roskin <proski@gnu.org>.
46198         [BZ #13138]
46199         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
46200         realloc.
46201         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
46202         Free memory block if necessary.
46204         [BZ #12847]
46205         * libio/genops.c (INTDEF): For string streams the _lock pointer can
46206         be NULL.  Don't lock in this case.
46208 2011-09-09  Roland McGrath  <roland@hack.frob.com>
46210         * elf/elf.h (ELFOSABI_GNU): New macro.
46211         (ELFOSABI_LINUX): Define to that.
46213 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
46215         * string/strncat.c (strncat): Undef the symbol in case it has been
46216         defined in bits/string.h.
46218 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
46220         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
46222         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
46223         link map.
46225 2011-08-17  Andreas Jaeger  <aj@suse.de>
46227         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
46229 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
46230             Ian Lance Taylor  <iant@google.com>
46232         * math/libm-test.inc (lround_test): New testcase.
46233         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
46235 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
46237         * Makefile: Remove support for automatic cvs check-ins.
46238         * Makerules: Likewise.
46239         * config.make.in: Likewise.
46240         * configure.in: Likewise.
46241         * intl/Makefile: Likewise.
46242         * locale/Makefile: Likewise.
46243         * po/Makefile: Likewise.
46244         * posix/Makefile: Likewise.
46245         * sysdeps/gnu/Makefile: Likewise.
46246         * sysdeps/mach/hurd/Makefile: Likewise.
46247         * sysdeps/sparc/sparc32/Makefile: Likewise.
46249         [BZ #13118]
46250         * posix/Makefile (bug-regex32-ENV): Define.
46251         Patch by John Stanley <jpsinthemix@verizon.net>.
46253         * misc/Makefile (headers): Add bits/select2.h.
46254         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
46255         * misc/bits/select2.h: New file.
46256         * include/bits/select2.h: New file.
46257         * debug/Makefile (routines): Add fdelt_chk.
46258         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
46259         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
46260         FD_ISSET.
46261         * debug/fdelt_chk.c: New file.
46263         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
46264         * wcsmbs/test-wmemcmp.c: Likewise.
46265         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
46266         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
46268 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
46270         * string/Makefile (strop-tests): Add memcmp.
46271         * string/test-wmemcmp.c: New file.
46272         * string/test-memcmp.c: Add wmemcmp support.
46274 2011-09-08  Roland McGrath  <roland@hack.frob.com>
46276         [BZ #13153]
46277         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
46278         2011-07-19 change.
46280         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
46281         garbage value in a __mach_port_mod_refs call in the cases of the
46282         task-self and thread-self ports.
46284 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
46286         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
46288 2011-09-08  Andreas Schwab  <schwab@redhat.com>
46290         * elf/dl-load.c (lose): Check for non-null L.
46292 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
46294         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
46296         * elf/dl-libc.c (dlerror_run): Pass back error code from
46297         dl_catch_error.
46299         [BZ #13123]
46300         * elf/dl-load.c (lose): Free l_origin if it is valid.
46302         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
46303         names.
46304         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
46305         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
46306         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
46307         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
46308         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
46309         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
46311 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
46313         * sysdeps/powerpc/fpu/e_hypot.c: New file.
46314         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
46315         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
46316         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
46317         * sysdeps/powerpc/fpu/k_cosf.c: New file.
46318         * sysdeps/powerpc/fpu/k_sinf.c: New file.
46319         * sysdeps/powerpc/fpu/s_cosf.c: New file.
46320         * sysdeps/powerpc/fpu/s_sinf.c: New file.
46321         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
46322         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
46324 2011-08-15  Alan Modra  <amodra@gmail.com>
46326         [BZ #13092]
46327         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
46328         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
46329         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
46330         ppc_mcount to static-only-routines.
46331         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
46332         __mcount_internal.
46333         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
46334         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
46336 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
46338         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
46339         for finite and infinity parameters.
46341 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
46343         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
46344         and add nop instructions for throughput optimization.
46345         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
46347 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
46349         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
46350         aligned copy for power7 with vector-scalar instructions.
46351         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
46353 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
46355         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
46356         AVX check.
46358 2011-09-07  Andreas Schwab  <schwab@redhat.com>
46360         [BZ #13144]
46361         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
46362         last change.
46364 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
46366         * sysdeps/unix/sysv/linux/x86_64/init-first.c
46367         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
46368         syscall wrapper around clock_gettime in __vdso_clock_gettime.
46369         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
46370         clock_gettime.
46372 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
46374         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
46375         Forgot to demangle the pointer.
46377         * sysdeps/i386/sysdep.h: Define atom_text_section.
46378         * sysdeps/x86_64/sysdep.h: Likewise.
46379         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
46380         section with atom_text_section.
46381         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
46382         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
46383         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
46384         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
46385         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
46387         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
46388         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
46389         already be defined.  Change to take two parameters and don't assign
46390         result to variable.  Adjust all users.
46391         Define INTERNAL_GETTIME if not already defined.
46392         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
46393         call.
46394         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
46395         HAVE_CLOCK_GETTIME_VSYSCALL.
46396         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
46398         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
46399         gettimeofday vsyscall, just use time.
46401 2011-09-06  Andreas Schwab  <schwab@redhat.com>
46403         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
46404         <errno.h>.
46406 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
46408         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
46409         syscall on x86-64.
46410         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
46411         syscall.
46412         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
46413         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
46414         syscall if possible.
46416 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
46418         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
46419         e_ident.  Don't pass to find_mapsXX.
46420         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
46422 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
46424         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
46425         strchr-sse2-no-bsf strrchr-sse2-no-bsf
46426         * sysdeps/x86_64/multiarch/strchr.S: Update.
46427         Check bit_slow_BSF bit.
46428         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
46429         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
46430         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
46432 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
46434         [BZ #13134]
46435         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
46436         before glibc 2.15.
46437         (tryshell): Define.
46438         (__spawni): Change last parameter to be flag.  Test
46439         SPAWN_XFLAGS_USE_PATH flag to use path or not.
46440         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
46441         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
46442         * posix/spawni.c: Likewise.
46443         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
46444         * posix/spawnp.c: Likewise.  Change normal version to use
46445         SPAWN_XFLAGS_USE_PATH.
46446         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
46447         SPAWN_XFLAGS_TRY_SHELL.
46449         [BZ #13150]
46450         * posix/glob.h: Remove gcc 1.x support.
46452         [BZ #13068]
46453         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
46455 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
46457         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
46458         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
46459         strrchr-sse2-bsf
46460         * sysdeps/i386/i686/multiarch/strchr.S: New file.
46461         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
46462         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
46463         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
46464         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
46465         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
46467 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
46469         * sysdeps/x86_64/wcscmp.S: New file.
46471         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
46472         wcscmp-c wcscmp-sse2
46473         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
46474         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
46475         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
46476         * wcsmbs/wcscmp.c: Allow renaming.
46478 2011-09-05  David S. Miller  <davem@davemloft.net>
46480         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
46481         stack slot, rather than the struct return pointer slot.
46482         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
46483         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
46484         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
46485         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
46487 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
46489         * po/ja.po: Update from translation team.
46491         [BZ #13144]
46492         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
46493         kernel in 64-bit binaries.
46495 2011-09-01  David S. Miller  <davem@davemloft.net>
46497         * elf/elf.h (HWCAP_SPARC_*): Move to..
46498         * sysdeps/sparc/sysdep.h: this new file and add new values.
46499         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
46500         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
46501         _DL_HWCAP_COUNT to 24.
46502         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
46503         entries.
46504         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
46505         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
46506         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
46507         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
46508         instead of magic constants.
46509         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
46511 2011-08-31  David S. Miller  <davem@davemloft.net>
46513         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
46514         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
46515         Reimplement to do errno handling inline.
46516         (SYSCALL_ERROR_HANDLER): New macro.
46517         (__SYSCALL_STRING): Do not do errno handling in asm.
46518         (__CLONE_SYSCALL_STRING): Delete.
46519         (__INTERNAL_SYSCALL_STRING): Delete.
46520         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
46521         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
46522         (PSEUDO): Reimplement to do errno handling inline.
46523         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
46524         (SYSCALL_ERROR_HANDLER): New macro.
46525         (__SYSCALL_STRING): Do not do errno handling in asm.
46526         (__CLONE_SYSCALL_STRING): Delete.
46527         (__INTERNAL_SYSCALL_STRING): Delete.
46528         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
46529         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
46530         i386.
46531         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
46532         (inline_syscall*): Add 'err' argument.
46533         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
46534         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
46535         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
46536         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
46538         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
46539         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
46541 2011-08-30  Andreas Schwab  <schwab@redhat.com>
46543         * elf/rtld.c (dl_main): Relocate objects in dependency order.
46545 2011-08-29  Jiri Olsa <jolsa@redhat.com>
46547         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
46548         directive.
46550 2011-08-24  David S. Miller  <davem@davemloft.net>
46552         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
46554 2011-08-24  Andreas Schwab  <schwab@redhat.com>
46556         * elf/Makefile: Add rules to build and run unload8 test.
46557         * elf/unload8.c: New file.
46558         * elf/unload8mod1.c: New file.
46559         * elf/unload8mod1x.c: New file.
46560         * elf/unload8mod2.c: New file.
46561         * elf/unload8mod3.c: New file.
46563         * elf/dl-close.c (_dl_close_worker): Reset private search list if
46564         it wasn't used.
46566 2011-08-23  David S. Miller  <davem@davemloft.net>
46568         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
46569         subtract stack bias.
46570         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
46571         %sp not %fp in calculations.
46572         (_JMPBUF_UNWINDS_ADJ): Likewise.
46574         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
46575         (aio_suspend): Call it to force an exception region around the
46576         AIO_MISC_WAIT() invocation.
46578 2011-08-23  Andreas Schwab  <schwab@redhat.com>
46580         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
46581         backslash.
46583 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
46585         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
46586         protection macro.
46587         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
46588         and <dl-machine.h>.
46589         (Elf64_FuncDesc): Remove.
46591 2011-08-22  David S. Miller  <davem@davemloft.net>
46593         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
46594         sigaltstack check, add missing cfi directives.
46595         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
46596         missing cfi directives, and sigaltstack handling.
46598 2011-08-16  Andreas Schwab  <schwab@redhat.com>
46600         [BZ #11724]
46601         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
46602         object is seen twice.
46603         * elf/dl-fini.c (_dl_sort_fini): Likewise.
46605         * elf/Makefile (distribute): Add tst-initorder2.c.
46606         (tests): Add tst-initorder2.
46607         (modules-names): Add tst-initorder2a tst-initorder2b
46608         tst-initorder2c tst-initorder2d.  Add rules to build them.
46609         ($(objpfx)tst-initorder2.out): New rule.
46610         * elf/tst-initorder2.c: New file.
46611         * elf/tst-initorder2.exp: New file.
46613 2011-08-22  Andreas Schwab  <schwab@redhat.com>
46615         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
46617         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
46618         dependencies back to end of function.
46620         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
46621         $(elfobjdir)/ld.so.
46623 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
46625         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
46626         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
46627         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
46628         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
46629         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
46630         of __vdso_gettimeofday.
46631         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
46632         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
46633         attribute_hidden.
46634         (_libc_vdso_platform_setup): Remove initialization of
46635         __vdso_gettimeofday and __vdso_time.
46637 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
46639         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
46640         and fgetc_unlocked.
46641         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
46642         getc_unlocked.
46644         * elf/dl-open.c (add_to_global): Report additions to the global scope
46645         for LD_DEBUG=scopes.
46646         (dl_open_worker): Also print scope of newly loaded dependencies.
46647         (_dl_show_scope): Indicate if there is no scope.
46649         [BZ #13114]
46650         * stdio-common/Makefile (tests): Add bug24.
46651         * stdio-common/bug24.c: New file.
46653 2011-08-19  Andreas Jaeger  <aj@suse.de>
46655         [BZ #13114]
46656         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
46657         non-existant file when using close-on-exec mode.
46659 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
46661         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
46662         the very first instruction.
46664         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
46665         the CFI state in the end.
46666         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
46667         inclusion of dl-trampoline.h.
46668         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
46670 2011-08-19  Andreas Schwab  <schwab@redhat.com>
46672         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
46673         expectations for long double.
46675         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
46676         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
46678 2011-08-14  David S. Miller  <davem@davemloft.net>
46680         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
46681         artificual limit depends upon the system page size.
46683 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
46685         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
46686         * resolv/Makefile: Define CFLAGS-libresolv.
46688 2011-08-17  Andreas Schwab  <schwab@redhat.com>
46690         * nss/makedb.c (compute_tables): Make variables used in nested
46691         function static.
46693 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
46695         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
46696         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
46697         if buffer was too small.
46699         * elf/pldd.c (main): Attach to all threads in the process.
46700         Rewrite /proc handling to use *at functions.
46702 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
46704         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
46705         specifies first scope to show.
46706         (dl_open_worker): Update callers.  Move printing scope of new
46707         object to before the relocation.
46708         * elf/rtld.c (dl_main): Update _dl_show_scope call.
46709         * sysdeps/generic/ldsodefs.h: Update declaration.
46711         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
46712         string for the scope number.
46714 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
46716         * nscd/servicescache.c (cache_addserv): Make sure written is always
46717         initialized.
46719 2011-08-14  Roland McGrath  <roland@hack.frob.com>
46721         * sysdeps/i386/i486/bits/atomic.h
46722         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
46723         statement expression, so as to suppress "set but not used" warning.
46724         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
46726         * string/strncat.c (STRNCAT): Use prototype definition.
46728         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
46729         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
46730         -Iprograms here.
46731         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
46732         (localedef-modules): Add localedef.
46733         (locale-modules): Add locale.
46735         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
46736         * elf/rtld.c (dl_main): Invert order of assignment in last change,
46737         to avoid a warning.
46739 2011-08-14  David S. Miller  <davem@davemloft.net>
46741         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
46742         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
46744 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
46746         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
46747         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
46748         * elf/rtld.c (dl_main): Set l_name of vDSO.
46749         Call _dl_show_scope when DL_DEBUG_SCOPES.
46750         (process_dl_debug): Recognize scopes flag and also set it for all.
46751         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
46752         Declare _dl_show_scope.
46754         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
46755         (do_dlopen): Pass caller_dlopen to dl_open.
46756         (__libc_dlopen_mode): Initialize caller_dlopen.
46758         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
46759         of libc.  Make tolower call locale-independent.  Optimize a bit by
46760         using isdigit instead of isalnum.
46761         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
46763 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
46765         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
46766         was a dependency or dynamically loaded.
46768 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
46770         * intl/l10nflist.c: Allow architecture-specific pop function.
46771         * sysdeps/x86_64/l10nflist.c: New file.
46773         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
46774         classification.
46776 2011-08-10  Andreas Schwab  <schwab@redhat.com>
46778         * include/dirent.h: Add libc_hidden_proto for scandirat and
46779         scandirat64.  Don't declare __scandirat64.
46780         * dirent/scandirat.c: Add libc_hidden_def.
46781         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
46782         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
46784 2011-08-10  David S. Miller  <davem@davemloft.net>
46786         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
46787         enum.
46788         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
46789         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
46790         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
46792 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
46794         * Versions.def [libc]: Add GLIBC_2.15.
46795         * dirent/Makefile (routines): Add scandirat and scandirat64.
46796         * dirent/Versions [libc]: Export scandirat and scandirat64 for
46797         GLIBC_2.15.
46798         * dirent/dirent.h: Declare scandirat and scandirat64.
46799         * dirent/scandirat.c: New file.
46800         * dirent/scandirat64.c: New file.
46801         * sysdeps/wordsize-64/scandirat.c: New file.
46802         * sysdeps/wordsize-64/scandirat64.c: New file.
46803         * dirent/opendir.c: Define opendirat.
46804         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
46805         using scandirat.
46806         * dirent/scandir64.c: Adjust for scandir.c change.
46807         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
46808         __scandirat64, and __scandir_cancel_handler.
46809         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
46810         additional parameter and use openat instead of open (outside of ld.so).
46811         Add new __opendir as wrapper around __opendirat.
46812         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
46813         here without requiring old scandirat implementation.
46815 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
46817         * dirent/scandir.c (cancel_handler): Renamed to
46818         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
46819         defined.  Adjust users.
46820         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
46821         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
46823 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
46825         * string/test-string.h (IMPL): Use __STRING to expand name and then
46826         stringify it.
46828         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
46829         of cleanups.
46831 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
46833         * string/Makefile: Update.
46834         (strop-tests): Append strncat.
46835         * string/test-wcscmp.c: New file.
46836         New comprehensive test for wcscmp.
46837         * string/test-strcmp.c: Update.
46838         (WIDE): New define.
46840 2011-07-22  Andreas Schwab  <schwab@redhat.com>
46842         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
46843         line.
46845 2011-07-26  Andreas Schwab  <schwab@redhat.com>
46847         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
46848         encoding to ACE if AI_IDN.
46850 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
46852         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
46853         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
46855 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
46857         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
46858         Fix overflow bug in strncat.
46859         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
46861         * string/test-strncat.c: Update.
46862         Add new tests for checking overflow bugs.
46864 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
46866         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
46867         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
46868         * sysdeps/i386/i686/multiarch/strcat.S: New file.
46869         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
46870         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
46871         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
46872         * sysdeps/i386/i686/multiarch/strncat.S: New file.
46873         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
46874         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
46876         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
46877         (USE_AS_STRCAT): Define.
46878         Add strcat and strncat support.
46879         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
46881 2011-07-25  Andreas Schwab  <schwab@redhat.com>
46883         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
46884         __n bigger than INT_MAX+1.
46885         (__strncmp_g): Likewise.
46887 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
46889         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
46890         * libio/stido.h: Likewise.
46892         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
46893         (AF_NFC): Define.
46894         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
46895         (AF_NFC): Define.
46897         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
46898         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
46899         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
46900         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
46901         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
46903         [BZ #13021]
46904         * scripts/test-installation.pl: Don't expect libnss_test1 to be
46905         installed.
46907         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
46908         typo.
46909         (_dl_x86_64_save_sse): Likewise.
46911 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
46913         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
46914         OSXSAVE.
46915         (_dl_x86_64_save_sse): Likewise.
46917         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
46919         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
46921 2011-07-21  Andreas Schwab  <schwab@redhat.com>
46923         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
46924         change.
46925         (_dl_x86_64_save_sse): Use correct AVX check.
46927 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
46929         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
46930         bug in strncpy/strncat.
46931         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
46933 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
46935         * string/tester.c (test_strcat): Add tests for different alignments
46936         of source and destination.
46937         (test_strncat): Likewise.
46939 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
46941         [BZ #12852]
46942         * posix/glob.c (glob): Check passed in values before using them in
46943         expressions to avoid some overflows.
46944         (glob_in_dir): Likewise.
46946         [BZ #13007]
46947         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
46948         check for AVX enablement so that we don't crash with old kernels and
46949         new hardware.
46950         * elf/tst-audit4.c: Add same checks here.
46951         * elf/tst-audit6.c: Likewise.
46953         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
46955 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
46957         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
46959 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
46961         * po/cs.po: Update from translation team.
46962         * po/bg.po: Likewise.
46964 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
46966         * misc/sys/cdefs.h: Add support for const attribute.
46967         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
46968         to gnu_dev_{major,minor,makedev} functions.
46970 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
46972         * intl/dcigettext.c (get_output_charset): Add missing bracket.
46974 2011-07-20  Andreas Schwab  <schwab@redhat.com>
46976         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
46977         strlen results.
46979 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
46981         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
46982         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
46983         register in order to avoid conflicts with the soft frame pointer
46984         being held in r11 when necessary.
46985         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
46986         (INTERNAL_VSYSCALL_NCS): Likewise.
46988 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
46990         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
46991         * elf/dl-fini.c (_dl_fini): Adjust caller.
46992         * elf/dl-close.c (_dl_close_worker): Likewise.
46993         * sysdeps/generic/ldsodefs.h: Adjust declaration.
46995 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
46997         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
46998         "aux_cache->nlibs < 0".
47000         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
47001         in the reload-count case.
47003 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
47005         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
47006         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
47007         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
47008         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
47009         * sysdeps/x86_64/multiarch/strcat.S: New file.
47010         * sysdeps/x86_64/multiarch/strncat.S: New file.
47011         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
47012         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
47013         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
47014         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
47015         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
47016         (USE_AS_STRCAT): Define.
47017         Add strcat and strncat support.
47018         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
47019         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
47020         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
47021         * string/strncat.c: Update.
47022         (USE_AS_STRNCAT): Define.
47023         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
47024         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
47025         and i7.
47026         * sysdeps/x86_64/multiarch/init-arch.h
47027         (bit_Prefer_PMINUB_for_stringop): New.
47028         (index_Prefer_PMINUB_for_stringop): Likewise.
47029         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
47030         bit_Prefer_PMINUB_for_stringop.
47032 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
47034         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
47035         buffer64.
47036         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
47037         of casting of buffer.
47038         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
47039         buffer32 and buffer64.
47040         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
47041         writes instead of casting of buffer.
47042         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
47043         buffer32.
47044         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
47045         casting of buffer.
47047 2011-07-19  Andreas Schwab  <schwab@redhat.com>
47049         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
47051 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
47053         * nscd/nscd.c (termination_handler): Don't do anything for a database
47054         if it has not yet been initialized.
47056 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
47058         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
47060 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
47062         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
47064 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
47066         * po/nl.po: Update from translation team.
47067         * po/sv.po: Likewise.
47069 2011-07-16  Roland McGrath  <roland@hack.frob.com>
47071         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
47072         now disallowed by GCC.
47074         * configure.in (use-default-link): Default to yes if a test -shared
47075         link meets our qualifications.
47076         * configure: Regenerated.
47078         * config.make.in (output-format): New variable.
47079         * configure.in: Check for ld --print-output-format support.
47080         * configure: Regenerated.
47081         * Makerules ($(common-objpfx)format.lds)
47082         [$(output-format) != unknown]: Just use $(output-format),
47083         instead of the linker-script munging.
47085 2011-07-14  Roland McGrath  <roland@hack.frob.com>
47087         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
47088         of $(common-objpfx)shlib.lds.
47089         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
47091         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
47092         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
47094         * configure.in (-z relro check): Adjust test code to add a large
47095         writable data section after it.
47096         * configure: Regenerated.
47098 2011-07-11  Roland McGrath  <roland@hack.frob.com>
47100         * configure.in (-z relro check): Fix test code to make the variable
47101         truly const.
47102         * configure: Regenerated.
47104 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
47106         * nscd/nscd.h (struct traced_file): Define.
47107         (struct database_dyn): Remove inotify_descr, reset_res, and filename
47108         elements.  Add traced_files.
47109         (inotify_fd): Declare.
47110         (register_traced_file): Declare.
47111         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
47112         (inotify_fd): Export.
47113         (resolv_conf_descr): Remove.
47114         (nscd_init): Move inotify descriptor creation to main.
47115         Don't register files for notification here.
47116         (register_traced_file): New function.
47117         (invalidate_cache): Don't use reset_res to determine whether to call
47118         res_init, go through the list of registered files.
47119         (main_loop_poll): The inotify descriptors are now stored in the
47120         structures for the traced files.
47121         (main_loop_epoll): Likewise
47122         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
47123         to __nss_disable_nscd.
47124         * nscd/cache.c (prune_cache): There is no single inotify descriptor
47125         for a database anymore.  Check the records for all the registered
47126         files instead.
47127         * nss/Makefile (libnss_files-routines): Add files-init.
47128         (libnss_db-routines): Add db-init.
47129         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
47130         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
47131         * nss/nss_db/db-init.c: New file.
47132         * nss/nss_files/files-init.c: New file.
47133         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
47134         __nss_lookup_function.
47135         (__nss_lookup_function): Call nss_load_library.
47136         (nss_load_all_libraries): New function.
47137         (__nss_disable_nscd): Take parameter with callback function for files
47138         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
47139         used for the cached services.
47140         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
47141         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
47142         options for features to all the files in nscd.
47144         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
47146 2011-07-10  Roland McGrath  <roland@hack.frob.com>
47148         * csu/elf-init.c (__libc_csu_init): Comment typo.
47150 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
47152         * po/pl.po: Update from translation team.
47153         * po/ja.po: Likewise.
47154         * po/ru.po: Likewise.
47155         * po/ko.po: Likewise.
47156         * po/fr.po: Likewise.
47158 2011-07-09  Roland McGrath  <roland@hack.frob.com>
47160         * configure.in (.ctors/.dtors header and trailer check):
47161         Use an empirical test on a built program.
47162         * configure: Regenerated.
47164         * configure.in (-z relro check): Use an empirical test on a built DSO.
47165         Detect, but do not require, on ia64.
47166         * configure: Regenerated.
47168         * configure.in (READELF): Find it with AC_CHECK_TOOL.
47169         Update tests that use readelf to use $READELF instead.
47170         * configure: Regenerated.
47172 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
47174         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
47175         if the result is not used.
47177 2011-07-05  Andreas Jaeger  <aj@suse.de>
47179         [BZ#9696]
47180         * stdlib/tst-strtod.c: Add testcase.
47182 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
47184         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
47185         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
47186         The latter has a higher limit.  Take additional parameter to pass to
47187         the new function.
47188         (__pathconf): Pass file to __statfs_link_max.
47189         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
47190         __statfs_link_max.
47191         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
47192         __statfs_link_max.
47194         [BZ #12868]
47195         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
47196         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
47197         Handle Lustre.
47198         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
47199         (__statfs_filesize_max): Likewise.
47200         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
47202 2011-07-05  Andreas Jaeger  <aj@suse.de>
47204         * resolv/res_comp.c (dn_skipname): Remove unused variable.
47206 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
47208         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
47209         `status' variable.
47210         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
47211         Likewise.
47213 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
47215         * Makefile (strop-tests): Add strncat.
47216         * string/test-strncat.c: New file.
47218 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
47220         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
47222 2011-06-21  Andreas Jaeger  <aj@suse.de>
47224         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
47225         Copy rule from iconvdata/Makefile.
47227 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
47229         [BZ #12922]
47230         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
47231         but no long options are defined, just return 'W'.
47233 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
47235         [BZ #9696]
47236         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
47238 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
47240         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
47241         netgroups to read.
47242         (innetgr): Likewise.
47244 2011-07-05  Roland McGrath  <roland@hack.frob.com>
47246         * config.make.in (install_root): Default to $(DESTDIR).
47248 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
47250         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
47252 2011-07-02  Roland McGrath  <roland@hack.frob.com>
47254         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
47256         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
47257         containing directory rather than embedding absolute directory names.
47259         * scripts/check-local-headers.sh: Rewritten using awk.
47260         Match by word, not by line.  Print error messages for matches.
47261         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
47263         * Makerules [shlib-lds-flags empty]:
47264         ($(common-objpfx)libc_pic.opts): New target.
47265         ($(common-objpfx)libc_pic.os.clean): New target.
47266         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
47268         * config.make.in (OBJCOPY): New variable.
47269         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
47270         * configure: Regenerated.
47272         * config.make.in (use-default-link): New variable.
47273         * configure.in (use_default_link): Grok --with-default-link to set it.
47274         * configure: Regenerated.
47275         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
47276         (shlib-lds, shlib-lds-flags): Define to empty.
47278         * Makerules (shlib-lds): New variable.
47279         (shlib-lds-flags): New variable.
47280         (build-shlib, build-moduile, build-module-asneeded): Use it.
47281         ($(common-objpfx)libc.so): Use $(shlib-lds).
47282         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
47283         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
47285         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
47286         DT_FLAGS/DT_FLAGS_1 with zero flags.
47288         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
47289         linker script munging.
47291 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
47293         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
47294         as 128-bit value.
47295         * crypt/sha512.c (sha512_process_block): Perform total addition using
47296         128-bit if possible.
47297         (__sha512_finish_ctx): Likewise.
47298         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
47299         as 64-bit value.
47300         * crypt/sha256.c (SWAP64): Define.
47301         (sha256_process_block): Perform total addition using 64-bit if
47302         possible.
47303         (__sha256_finish_ctx): Likewise.
47305 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
47307         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
47308         * nscd/initgrcache.c (addinitgroupsX): Likewise.
47309         * nscd/hstcache.c (cache_addhst): Likewise.
47310         * nscd/grpcache.c (cache_addgr): Likewise.
47311         * nscd/aicache.c (addhstaiX): Likewise
47312         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
47314 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
47316         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
47317         * nscd/initgrcache.c (addinitgroupsX): Likewise.
47318         * nscd/hstcache.c (cache_addhst): Likewise.
47319         * nscd/grpcache.c (cache_addgr): Likewise.
47320         * nscd/aicache.c (addhstaiX): Likewise
47322 2011-07-01  Andreas Schwab  <schwab@redhat.com>
47324         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
47325         domain only when needed.
47327 2011-06-30  Andreas Schwab  <schwab@redhat.com>
47329         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
47330         is always restored.
47332 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
47334         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
47335         are re-adding the entry.
47336         * nscd/servicescache.c (cache_addserv): Likewise.
47338 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
47340         * sysdeps/generic/dl-irel.h: fix protection against multiple
47341         inclusions.
47342         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
47344 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
47346         [BZ #12935]
47347         * malloc/memusage.sh: Fix quoting in message.
47348         * debug/xtrace.sh: Likewise.
47350         * configure.in: Remove support for --experimental-malloc option, make
47351         it the default.
47352         * config.make.in: Likewise.
47353         * malloc/Makefile: Likewise.
47355 2011-06-27  Andreas Schwab  <schwab@redhat.com>
47357         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
47358         two-byte characters.
47360 2011-06-27  Roland McGrath  <roland@hack.frob.com>
47362         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
47363         AC_CACHE_CHECK invocation.
47364         * configure: Regenerated.
47366         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
47368 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
47370         [BZ #12350]
47371         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
47372         bit from old_res_options.
47374         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
47376         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
47377         value type for setfct.
47379 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
47381         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
47382         __gettimeofday instead of gettimeofday.
47384 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
47386         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
47388 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
47390         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
47392         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
47393         info.
47395 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
47397         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
47398         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
47399         strcpy-sse2-unaligned strncpy-sse2-unaligned
47400         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
47401         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
47402         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
47403         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
47404         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
47405         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
47406         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
47407         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
47408         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
47409         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
47410         (STRCPY): Support SSE2 and SSSE3 versions.
47412 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
47414         [BZ #12874]
47415         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
47416         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
47417         kernels which artificially limit size of requests.
47419 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
47421         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
47422         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
47423         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
47424         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
47425         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
47426         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
47427         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
47428         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
47429         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
47430         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
47431         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
47432         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
47433         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
47434         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
47435         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
47436         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
47437         Enable unaligned load optimization for Intel Core i3, i5 and i7
47438         processors.
47439         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
47440         Define.
47441         (index_Fast_Unaligned_Load): Define.
47442         (HAS_FAST_UNALIGNED_LOAD): Define.
47444 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
47446         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
47448 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
47450         [BZ #12907]
47451         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
47452         until it is clear that the information is realy needed.
47453         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
47455 2011-06-22  Andreas Schwab  <schwab@redhat.com>
47457         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
47459 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
47461         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
47462         /sys/devices/system/cpu/online if it is usable.
47464         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
47465         reading the information from the /proc filesystem to once a second.
47467 2011-06-21  Andreas Jaeger  <aj@suse.de>
47469         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
47470         NULL after inclusion of kernel headers.
47472 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
47474         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
47475         calls to internal_setent.
47477         [BZ #12885]
47478         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
47479         addresses using gethostbyname4_r ignore IPv4 addresses.
47481         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
47482         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
47484         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
47486 2011-06-20  David S. Miller  <davem@davemloft.net>
47488         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
47489         inclusions.
47490         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
47492         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
47493         (elf_irel): Use it.
47494         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
47495         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
47496         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
47497         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
47498         * sysdeps/x86_64/dl-irel.h: Likewise.
47500         * elf/dl-runtime.c: Use elf_ifunc_invoke.
47501         * elf/dl-sym.c: Likewise.
47503 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
47505         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
47506         need to dereference resplen2.
47508 2011-06-14  Andreas Schwab  <schwab@redhat.com>
47510         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
47512 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
47514         * Makeconfig: Define vardbdir and inst_vardbdir.
47515         * nss/Makefile: Add rules to install db-Makefile.
47517         * nss/nss_db/db-XXX.c: Cleanup.
47519         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
47520         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
47521         GLIBC_PRIVATE.
47522         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
47523         * nss/makedb.c: Implement -g option to specify that value strings
47524         are generated and should not be added to table iterated over for
47525         get*ent calls.
47526         * nss/nss_db/db-initgroups.c: New file.
47528         * nss/getent.c: Add support for initgroups lookups through getgrouplist
47529         interface.
47531         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
47532         (internal_getgrouplist): Adjust to name change.
47533         Update use_initgroups_entry if this is not the first call.
47534         * nss/databases.def: Add initgroups entry.
47536         * nss/makedb.c (compute_tables): Check result of multiple hash table
47537         sizes to minimize maximum chain length.
47539 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
47541         * Versions.def: Add entry for libnss_db.
47542         * shlib-versions: Likewise.
47543         * nss/Makefile: Add rules to build libnss_db.
47544         * nss/Versions: Add libnss_db information.  Organize libnss_files
47545         entries better.
47546         * nss/db-Makefile: Add gshadow support.  Change rules for the new
47547         makedb progra.  Some minor improvements to generate smaller files.
47548         * nss/nss_db/nss_db.h: Move NSS database header data structures to
47549         here from...
47550         * nss/makedb.c: ...here.
47551         Improve database format to be smaller and require less memory at
47552         runtime.
47553         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
47554         db anymore.
47555         * nss/nss_db/db-netgrp.c: Likewise.
47556         * nss/nss_db/db-open.c: Likewise.
47557         * nss/nss_files/flies-XXX.x: Adjust comments.
47558         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
47559         * nss/nss_files/files-grp.c: Likewise.
47560         * nss/nss_files/files-hosts.c: Likewise.
47561         * nss/nss_files/files-network.c: Likewise.
47562         * nss/nss_files/files-proto.c: Likewise.
47563         * nss/nss_files/files-pwd.c: Likewise.
47564         * nss/nss_files/files-rpc.c: Likewise.
47565         * nss/nss_files/files-service.c: Likewise.
47566         * nss/nss_files/files-sgrp.c: Likewise.
47567         * nss/nss_files/files-spwd.c: Likewise.
47568         * nss/nss_db/db-alias.c: Removed.
47569         * nss/nss_db/dummy-db.h: Removed.
47571 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
47573         * nss/makedb.c: Rewritten to not use database library.
47574         * nss/Makefile: Update to build new makedb program.
47576 2011-06-14  Andreas Jaeger  <aj@suse.de>
47578         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
47579         memset declaration.
47581 2011-06-10  Andreas Schwab  <schwab@redhat.com>
47583         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
47584         tmpbuf.
47586 2011-06-10  Roland McGrath  <roland@hack.frob.com>
47588         * Makerules (shlib.lds): Fail if the linker script comes out empty.
47589         * elf/Makefile ($(objpfx)ld.so): Likewise.
47591         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
47592         Don't list ld.so twice in dependencies.
47594         * posix/bug-regex31.c: Include <stdlib.h>.
47596         * nscd/hstcache.c (cache_addhst): Remove unused variable.
47598         * nis/nss_compat/compat-spwd.c
47599         (getspent_next_nss_netgr): Remove unused variable.
47600         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
47602         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
47603         nonmembers" output to use the right array.
47605         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
47607         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
47609         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
47610         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
47611         * catgets/gencat.c (read_input_file): Likewise.
47612         * locale/programs/locarchive.c (enlarge_archive): Likewise.
47614         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
47615         variable definition inside #if's controlling its use.
47617         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
47619         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
47621         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
47623         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
47624         unreachable code.
47626         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
47628         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
47629         * configure: Regenerated.
47631         * Makerules: Revert last change.
47632         * elf/Makefile: Likewise.
47634 2011-06-09  Roland McGrath  <roland@hack.frob.com>
47636         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
47637         * elf/Makefile ($(objpfx)librtld.os): Likewise.
47638         (reloc-link): Likewise.
47640 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
47642         * elf/Makefile: Add rules to build pldd.
47643         * elf/pldd.c: New file.
47644         * elf/pldd-xx.c: New file.
47646 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
47648         * version.h: Update for 2.15 development version.
47650 2011-06-07  David S. Miller  <davem@davemloft.net>
47652         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
47653         ifuncs.
47654         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
47655         elf_machine_lazy_rel): Likewise.
47656         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
47657         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
47658         elf_machine_lazy_rel): Likewise.
47659         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
47660         dl_hwcap via passed in argument.
47661         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
47662         Likewise.
47664 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
47666         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
47668 2011-06-06  Roland McGrath  <roland@hack.frob.com>
47670         [BZ #12849]
47671         * manual/fdl-1.1.texi: New file, verbatim from:
47672         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
47673         * manual/lgpl-2.1.texi: New file, verbatim from:
47674         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
47675         * manual/Makefile (licenses): New variable, list those new file names.
47676         (texis): Use it.
47677         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
47679         * manual/fdl.texi: File removed.
47680         * manual/lesser.texi: File removed.
47681         * manual/libc.texinfo (Copying, Documentation License):
47682         Use new @include file names, put @appendix directive before @include.
47684 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
47686         [BZ #12841]
47687         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
47688         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
47689         (mq_open): Add __NTH.
47691 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
47693         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
47694         Assume Intel Core i3/i5/i7 processor if AVX is available.
47696 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
47698         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
47699         typo.
47701 2011-05-31  Andreas Schwab  <schwab@redhat.com>
47703         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
47704         memory.  Use alloca_account.  Fix memory leak when retrying.
47706 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
47708         * version.h (RELEASE): Bump for 2.14 release.
47709         * include/features.h (__GLIBC_MINOR__): Bump to 14.
47711         * config.make.in (RANLIB): Remove entry.
47713 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
47715         * po/Makefile (po-sed-cmd): Add ksh to extensions.
47716         (libc.pot): Work around missing support for .ksh extension in xgettext.
47718         [BZ #12684]
47719         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
47720         if both request failed.
47721         (send_dg): In case of server errors clear resplen or *resplen2.
47723         [BZ #12454]
47724         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
47725         when there are multiple maps.
47726         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
47727         (_dl_fini): Remove test here.
47729         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
47731 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
47733         [BZ #12350]
47734         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
47735         bit from old_res_options.
47736         (gaih_inet): Likewise.
47738         [BZ #11099]
47739         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
47740         as signed.
47742         * resolv/res_init.c (res_setoptions): Make the code more compact.
47744         [BZ #11558]
47745         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
47746         set RES_USEVC.
47748         [BZ #11634]
47749         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
47751         * malloc/malloc.h: Mark malloc hook variables as deprecated.
47753         [BZ #11781]
47754         * malloc/malloc.h: Declare malloc hook variables as volatile.
47756         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
47757         in last patch.
47759         [BZ #11799]
47760         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
47761         raise in the comment.
47762         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
47763         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
47764         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
47766 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
47768         [BZ #12811]
47769         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
47770         grow the buffers more if it already has to be sufficient.
47771         (build_wcs_upper_buffer): Likewise.
47772         * posix/regexec.c (check_matching): Likewise.
47773         (clean_state_log_if_needed): Likewise.
47774         (extend_buffers): Don't enlarge buffers beyond size of the input
47775         buffer.
47776         Patches mostly by Emil Wojak <emil@wojak.eu>.
47777         * posix/bug-regex32.c: New file.
47778         * posix/Makefile (tests): Add bug-regex32.
47780         * locale/findlocale.c (_nl_find_locale): Return right away if
47781         _nl_explode_name failed.
47782         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
47784         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
47786         * debug/xtrace.sh: Unify messages.
47787         * malloc/memusage.sh: Likewise.
47789         [BZ #12813]
47790         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
47791         time symbol from vDSO.  Substitute with vsyscall if not available.
47792         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
47793         __vdso_time.
47795         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
47796         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
47797         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
47798         Add sendmmsg and internal_sendmmsg.
47799         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
47800         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
47801         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
47803         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
47804         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
47805         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
47807 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
47809         [BZ #12813]
47810         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
47811         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
47812         available.
47813         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
47814         __vdso_getcpu.
47816         [BZ #12814]
47817         * iconvdata/Makefile (tests): Add bug-iconv9.
47818         * iconvdata/bug-iconv9.c: New file.
47820 2011-05-27  Andreas Schwab  <schwab@redhat.com>
47822         [BZ #12814]
47823         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
47825 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
47827         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
47828         (struct user_regs_struct): Change intcs field back to cs.
47830 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
47832         * po/ja.po: Update from translation team.
47834 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
47836         [BZ #12795]
47837         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
47838         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
47840 2011-05-20  Andreas Schwab  <schwab@redhat.com>
47842         * stdlib/longlong.h: Update from GCC.
47844 2011-05-23  Andreas Schwab  <schwab@redhat.com>
47846         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
47847         parameter name.
47848         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
47849         Add parameter name.
47850         (__sysconf): Pass it down.
47852 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
47854         [BZ #12671]
47855         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
47856         some situations.
47857         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
47858         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
47859         add in in __libc_use_alloca calls.  Adjust callers.
47860         (glob): Use malloc in some situations.
47862         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
47863         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
47864         pltexit.
47866 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
47868         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
47869         and CLOCK_BOOTTIME_ALARM.
47871         [BZ #12782]
47872         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
47873         is returned.
47875         * string/_strerror.c (__strerror_r): Print negative errors as signed
47876         numbers.
47878         [BZ #12777]
47879         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
47880         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
47881         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
47883         * configure.in: Fix typo in redirection and correct removal of test
47884         files in two cases.
47886         [BZ #12788]
47887         * locale/setlocale.c (new_composite_name): Fix test to check for
47888         identical name of all categories.
47890         [BZ #12792]
47891         * libio/filedoalloc.c (local_isatty): New function.
47892         (_IO_file_doallocate): Use local_isatty.
47893         * stdio-common/perror.c (perror): In case a new stream is used
47894         forward the stream error.
47895         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
47896         error flag.
47898 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
47900         [BZ #11869]
47901         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
47902         alloca.
47903         * include/alloca.h (extend_alloca_account): Define.
47905         [BZ #11857]
47906         * posix/regex.h: Fix comments with documentation of user-accessible
47907         fields after compilation and describe correct free'ing of pattern
47908         after re_compile_pattern.
47909         Patch by Reuben Thomas <rrt@sc3d.org>.
47911 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
47913         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
47914         and -mno-altivec to prevent the compiler from using Altivec and/or
47915         VSX instructions when the corresponding registers are not available.
47917 2011-05-19  Andreas Schwab  <schwab@redhat.com>
47919         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
47921 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
47923         * libio/freopen.c (freopen): Use __dup2, not dup2.
47924         * libio/freopen64.c (freopen64): Likewise.
47926 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
47928         [BZ #12775]
47929         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
47930         * math/Makefile (tests): Add test-powl.
47931         (CFLAGS-test-powl.c): Define.
47932         * math/test-powl.c: New file.
47934 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
47936         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
47938 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
47940         [BZ #11837]
47941         * iconvdata/gb18030.c: Update to GB18020-2005.
47943 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
47945         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
47946         RE_SYNTAX_POSIX_AWK): Update to match recent development.
47947         Patch by Aharon Robbins <arnold@skeeve.com>.
47949         [BZ #11892]
47950         * stdlib/putenv.c (putenv): Don't always create copy of the variable
47951         on the stack.
47953         [BZ #11895]
47954         * misc/pselect.c (__pselect): Handle timeout value errors hidden
47955         through underflows.
47957         [BZ #12766]
47958         * misc/error.c (error_at_line): Ensure file_name and old_file_name
47959         point to strings before performing equality test for error_one_per_line
47960         mode.
47962         [BZ #11697]
47963         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
47965         [BZ #11820]
47966         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
47967         (struct user_fpregs_struct): Avoid __uint*_t types.
47969         [BZ #6420]
47970         * malloc/mtrace.c (tr_where): Add additional parameter to point to
47971         symbol info.  Use it instead of calling _dl_addr locally.
47972         (lock_and_info): New function.
47973         (tr_freehook): Call lock_and_info and pass symbol info as additional
47974         parameter to tr_where.
47975         (tr_mallochook): Likewise.
47976         (tr_reallochook): Likewise.
47977         (tr_memalignhook): Likewise.
47979         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
47980         used and couldn't be at all thread-safe.
47982 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
47984         * libio/freopen.c (freopen): Don't close old file descriptor
47985         before the new one is opened.  Instead dup the new file descriptor
47986         to the old one after the new stream is created.
47987         * libio/freopen64.c (freopen64): Likewise.
47988         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
47989         * libio/fileops.c (_IO_new_file_close_it): Handle new
47990         _IO_FLAGS2_NOCLOSE flag.
47991         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
47992         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
47993         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
47994         _IO_FLAGS2_NOCLOSE flag.
47995         * include/unistd.h: Add hidden_proto for dup3.
47996         Define __have_dup3.
47997         * io/dup3.c: Define hidden symbol.
47998         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
48000         [BZ #7101]
48001         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
48002         when an incomplete long option is used.
48003         * posix/tst-getopt_long1.c: New file.
48004         * posix/Makefile (tests): Add tst-getopt_long1.
48006         [BZ #10138]
48007         * scripts/config.guess: Update from autoconf-2.68.
48008         * scripts/config.sub: Likewise.
48010         [BZ #10157]
48011         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
48012         tests into ...
48013         (has_cpuclock): ...this.  New function.
48014         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
48015         macro here based on has_cpuclock code.
48017         [BZ #10149]
48018         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
48019         First byte (not low byte) is now always NUL.
48020         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
48022         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
48023         Use non-cancelable interfaces.
48025         [BZ #9809]
48026         * locale/iso-639.def: Add entry for Sorani.
48028         [BZ #11901]
48029         * include/stdlib.h: Move include protection to the right place.
48030         Define abort_msg_s.  Declare __abort_msg with it.
48031         * stdlib/abort.c (__abort_msg): Adjust type.
48032         * assert/assert.c (__assert_fail_base): New function.  Majority
48033         of code from __assert_fail.  Allocate memory for __abort_msg with
48034         mmap.
48035         (__assert_fail): Now call __assert_fail_base.
48036         * assert/assert-perr.c: Remove bulk of implementation.  Use
48037         __assert_fail_base.
48038         * include/assert.hL Declare __assert_fail_base.
48039         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
48040         mmap.
48041         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
48043 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
48045         [BZ #11952]
48046         [BZ #12453]
48047         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
48048         until all modules are registered in the DTV.
48049         * elf/Makefile: Add rules to build and run tst-tls19.
48050         * elf/tst-tls19.c: New file.
48051         * elf/tst-tls19mod1.c: New file.
48052         * elf/tst-tls19mod2.c: New file.
48053         * elf/tst-tls19mod3.c: New file.
48054         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
48056         [BZ #12083]
48057         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
48058         correctly.
48060         [BZ #12601]
48061         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
48062         two-byte sequence errors.
48063         * iconvdata/Makefile (tests): Add bug-iconv8.
48064         * iconvdata/bug-iconv8.c: New file.
48066         [BZ #12626]
48067         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
48068         buf2 definition.
48070         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
48072         [BZ #12432]
48073         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
48074         (dummy_getcfa): New function.
48075         (init): Get _Unwind_GetCFA address, use dummy if not found.
48076         (backtrace_helper): In recursion check, also check whether CFA changes.
48077         (__backtrace): Completely initialize arg.
48079         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
48080         storing incomplete byte sequence in state object.  Avoid testing for
48081         guaranteed too small input if we know there is enough data available.
48083 2011-05-11  Andreas Schwab  <schwab@redhat.com>
48085         * Makeconfig (+link-pie): Indent.
48086         * Rules (binaries-pie): Define if $(have-fpie) and
48087         $(build-shared).
48088         (binaries-shared): Also filter out $(binaries-pie).
48089         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
48090         * nscd/Makefile (others-pie): Add nscd.
48091         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
48092         ($(objpfx)nscd): Remove command override.
48093         * login/Makefile (others-pie): Add pt_chown.
48094         ($(objpfx)pt_chown): Remove command override.
48095         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
48096         remove command overrides.
48098 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
48100         * libio/tst_putwc.c: Fix error messages.
48102         [BZ #12724]
48103         * libio/fileops.c (_IO_new_file_close_it): Always flush when
48104         currently writing and seek to current position when not.
48105         * libio/Makefile (tests): Add bug-fclose1.
48106         * libio/bug-fclose1.c: New file.
48108 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
48110         [BZ #12511]
48111         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
48112         don't set DF_1_NODELETE here.
48113         (do_lookup_x): When entering new entry test for copy relocation
48114         and if necessary set DF_1_NODELETE flag.
48115         * elf/tst-unique4.cc: New file.
48116         * elf/tst-unique4.h: New file.
48117         * elf/tst-unique4lib.cc: New file.
48118         * elf/Makefile: Add rules to build and run tst-unique4.
48119         Patch by Piotr Bury <pbury@goahead.com>.
48121 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
48123         [BZ #12052]
48124         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
48126         [BZ #12625]
48127         * misc/mntent_r.c (addmntent): Flush the stream after the output
48129         [BZ #12393]
48130         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
48131         (is_trusted_path_normalize): Skip initial colon.  Append slash
48132         to empty buffer.  Duplicate is_trusted_path code but allow
48133         constructed patch to be prefix.
48134         (is_dst): Allow $ORIGIN followed by /.
48135         (_dl_dst_substitute): Correct clearing of check_for_trusted.
48136         Correct testing of result of is_trusted_path_normalize
48137         (decompose_rpath): Fix warning.
48139 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
48141         [BZ #11257]
48142         * grp/initgroups.c (internal_getgrouplist): When we found the service
48143         list through the initgroups entry in nsswitch.conf do not always
48144         continue on a successful lookup.  Don't always use the
48145         __nss_group_database value if it is set.
48146         * nss/nsswitch.conf (initgroups): Change action for successful db
48147         lookup to continue for compatibility.
48149 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
48151         [BZ #11532]
48152         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
48153         and CP774 modules.
48154         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
48155         and CP774 modules.
48156         * iconvdata/tst-tables.sh: Likewise.
48157         * iconvdata/cp770.c: New file.
48158         * iconvdata/cp771.c: New file.
48159         * iconvdata/cp772.c: New file.
48160         * iconvdata/cp773.c: New file.
48161         * iconvdata/cp774.c: New file.
48162         * iconvdata/testdata/CP770: New file.
48163         * iconvdata/testdata/CP770..UTF8: New file.
48164         * iconvdata/testdata/CP771: New file.
48165         * iconvdata/testdata/CP771..UTF8: New file.
48166         * iconvdata/testdata/CP772: New file.
48167         * iconvdata/testdata/CP772..UTF8: New file.
48168         * iconvdata/testdata/CP773: New file.
48169         * iconvdata/testdata/CP773..UTF8: New file.
48170         * iconvdata/testdata/CP774: New file.
48171         * iconvdata/testdata/CP774..UTF8: New file.
48173         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
48174         END CHARMAP line.
48175         * iconvdata/gen-8bit-gap.sh: Likewise.
48176         * iconvdata/gen-8bit.sh: Likewise.
48178         * locale/iso-639.def: Add ary entry.
48180         [BZ #11258]
48181         * locale/C-translit.h.in: Add U20A1 transliteration.
48183         [BZ #12178]
48184         * locale/iso-639.def: Add wae entry.
48185         Patch by Kevin Bortis <bortis@translate-wae.ch>.
48187         [BZ #12545]
48188         * locale/programs/localedef.c (construct_output_path): Use ssize_t
48189         for n.
48191         [BZ #12711]
48192         * locale/C-translit.h.in: Add entry for U20B9.
48193         Patch by pravin.d.s@gmail.com.
48195 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
48197         [BZ #12713]
48198         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
48199         ENAMETOOLONG use generic getcwd.
48200         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
48201         in rtld.  Use *stat64.
48202         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
48203         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
48204         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
48205         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
48206         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
48207         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
48208         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
48209         __fstatat64 macros.
48210         * include/dirent.h: Add libc_hidden_proto for rewinddir.
48211         * dirent/rewinddir.c: Add libc_hidden_def.
48212         * sysdeps/mach/hurd/rewinddir.c: Likewise.
48213         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
48215         * include/dirent.h (__alloc_dir): Add flags parameter.
48216         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
48217         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
48218         __alloc_dir.
48219         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
48220         from fdopendir if O_CLOEXEC is already set.
48222 2011-03-15  Alan Modra  <amodra@gmail.com>
48224         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
48225         l_tls_firstbyte_offset non-zero.  Save padding offset in
48226         l_tls_firstbyte_offset for later use.
48227         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
48228         freeing static tls block.
48230 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
48232         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
48233         where #ifdef was intended.  The intent is to prevent ARG_MAX from
48234         being defined by the kernel headers.
48236 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
48238         [BZ #12734]
48239         * resolv/resolv.h: Define RES_NOTLDQUERY.
48240         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
48241         no-tld-query and set RES_NOTLDQUERY.
48242         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
48243         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
48244         modern BIND to search name as TLD unless forbidden.
48246 2011-05-07  Petr Baudis  <pasky@suse.cz>
48247             Ulrich Drepper  <drepper@gmail.com>
48249         [BZ #12393]
48250         * elf/dl-load.c (fillin_rpath): Move trusted path check...
48251         (is_trusted_path): ...to here.
48252         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
48253         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
48254         using is_trusted_path_normalize() in setuid scripts.
48256 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
48258         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
48259         __BEGIN/__END_DECLS.
48261 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
48263         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
48264         NSS_STATUS_NOTFOUND if no record was found.
48266 2011-05-05  Andreas Schwab  <schwab@redhat.com>
48268         * sunrpc/Makefile (headers): Add rpc/netdb.h.
48269         (headers-not-in-tirpc): Remove rpc/netdb.h
48270         * resolv/netdb.h: Revert last change.
48272 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
48274         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
48275         circular dependency between libgcc.a and libc.a.
48277 2011-05-05  Andreas Schwab  <schwab@redhat.com>
48279         * resolv/netdb.h: Don't include <rpc/netdb.h>.
48280         * nis/Makefile: Don't install rpcsvc/*.
48281         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
48282         instead of <rpc/types.h>.
48283         (MAXHOSTNAMELEN): Define.
48285 2011-05-03  Andreas Schwab  <schwab@redhat.com>
48287         * elf/ldconfig.c (add_dir): Don't crash on empty path.
48289 2011-04-28  Maciej Babinski  <mbabinski@google.com>
48291         [BZ #12714]
48292         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
48293         gethostbyname4_r when IPv6 results are possible.
48295 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
48297         [BZ #12723]
48298         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
48299         _PC_PIPE_BUF handling.
48301 2011-04-30  Bruno Haible  <bruno@clisp.org>
48303         [BZ #12717]
48304         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
48305         * resolv/netdb.h (getnameinfo): Change type of flags parameter
48306         to 'int'.
48307         * inet/getnameinfo.c (getnameinfo): Likewise.
48309 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
48311         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
48312         to groups setting in database lookup.
48313         * nss/nsswitch.conf: Add initgroups entry.
48315 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
48317         [BZ #12685]
48318         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
48319         mode string.
48320         Patch by Eric Blake <eblake@redhat.com>.
48322 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
48324         * sunrpc/Makefile (need-export-routines): Add svc_run.
48325         (routines): Remove svc_run.
48326         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
48327         * sunrpc/clnt_perr.c (clnt_perrno): Export.
48328         * sunrpc/svc_run.c (svc_run): Likewise.
48329         * sunrpc/svc_udp.c (svcudp_create): Likewise.
48331 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
48333         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
48334         problem in reallocation in last patch.
48336 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
48338         * sunrpc/Makefile: Move inclusion of Rules.
48340 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
48342         * nss/nss_files/files-initgroups.c: New file.
48343         * nss/Makefile (libnss_files-routines): Add files-initgroups.
48344         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
48345         _nss_files_initgroups_dyn.
48347 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
48349         * elf/elf.h (R_ARM_IRELATIVE): Define.
48351 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
48353         * po/ru.po: Update from translation team.
48355 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
48357         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
48358         dependencies.
48360 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
48362         [BZ #12653]
48363         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
48364         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
48365         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
48366         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
48367         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
48369 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
48371         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
48372         differing bytes.
48373         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
48374         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
48375         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
48377 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
48379         [BZ #12420]
48380         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
48381         storing it.
48382         * stdlib/bug-getcontext.c: New file.
48383         * stdlib/Makefile: Add rules to build and run bug-getcontext.
48385 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
48387         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
48388         instructions into .machine "z9-109".
48389         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
48390         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
48392 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
48394         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
48395         between environment variables and auxiliary vector.
48397 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
48399         * Makefile: Add rules to build linkobj/libc.so.
48400         * include/libc-symbols.h: Define libc_hidden_nolink.
48401         * include/rpc/auth.h: Mark functions which are to be hidden.
48402         * include/rpc/auth_des.h: Likewise.
48403         * include/rpc/auth_unix.h: Likewise.
48404         * include/rpc/clnt.h: Likewise.
48405         * include/rpc/des_crypt.h: Likewise.
48406         * include/rpc/key_prot.h: Likewise.
48407         * include/rpc/pmap_clnt.h: Likewise.
48408         * include/rpc/pmap_prot.h: Likewise.
48409         * include/rpc/pmap_rmt.h: Likewise.
48410         * include/rpc/rpc_msg.h: Likewise.
48411         * include/rpc/svc.h: Likewise.
48412         * include/rpc/svc_auth.h: Likewise.
48413         * include/rpc/xdr.h: Likewise.
48414         * nis/Makefile: Link all DSOs against linkobj/libc.so.
48415         * nss/Makefile: Likewise.
48416         * sunrpc/Makefile: Don't install headers.  Build library with normal
48417         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
48418         * sunrpc/auth_des.c: Hide exported symbols by default, export some
48419         for the compat linking library.  Remove use of INTDEF/INTUSE.
48420         * sunrpc/auth_none.c: Likewise.
48421         * sunrpc/auth_unix.c: Likewise.
48422         * sunrpc/authdes_prot.c: Likewise.
48423         * sunrpc/authuxprot.c: Likewise.
48424         * sunrpc/clnt_gen.c: Likewise.
48425         * sunrpc/clnt_perr.c: Likewise.
48426         * sunrpc/clnt_raw.c: Likewise.
48427         * sunrpc/clnt_simp.c: Likewise.
48428         * sunrpc/clnt_tcp.c: Likewise.
48429         * sunrpc/clnt_udp.c: Likewise.
48430         * sunrpc/clnt_unix.c: Likewise.
48431         * sunrpc/des_crypt.c: Likewise.
48432         * sunrpc/des_soft.c: Likewise.
48433         * sunrpc/get_myaddr.c: Likewise.
48434         * sunrpc/key_call.c: Likewise.
48435         * sunrpc/key_prot.c: Likewise.
48436         * sunrpc/netname.c: Likewise.
48437         * sunrpc/pm_getmaps.c: Likewise.
48438         * sunrpc/pm_getport.c: Likewise.
48439         * sunrpc/pmap_clnt.c: Likewise.
48440         * sunrpc/pmap_prot.c: Likewise.
48441         * sunrpc/pmap_prot2.c: Likewise.
48442         * sunrpc/pmap_rmt.c: Likewise.
48443         * sunrpc/publickey.c: Likewise.
48444         * sunrpc/rpc_cmsg.c: Likewise.
48445         * sunrpc/rpc_common.c: Likewise.
48446         * sunrpc/rpc_dtable.c: Likewise.
48447         * sunrpc/rpc_prot.c: Likewise.
48448         * sunrpc/rpc_thread.c: Likewise.
48449         * sunrpc/rtime.c: Likewise.
48450         * sunrpc/svc.c: Likewise.
48451         * sunrpc/svc_auth.c: Likewise.
48452         * sunrpc/svc_authux.c: Likewise.
48453         * sunrpc/svc_raw.c: Likewise.
48454         * sunrpc/svc_run.c: Likewise.
48455         * sunrpc/svc_simple.c: Likewise.
48456         * sunrpc/svc_tcp.c: Likewise.
48457         * sunrpc/svc_udp.c: Likewise.
48458         * sunrpc/svc_unix.c: Likewise.
48459         * sunrpc/svcauth_des.c: Likewise.
48460         * sunrpc/xcrypt.c: Likewise.
48461         * sunrpc/xdr.c: Likewise.
48462         * sunrpc/xdr_array.c: Likewise.
48463         * sunrpc/xdr_float.c: Likewise.
48464         * sunrpc/xdr_intXX_t.c: Likewise.
48465         * sunrpc/xdr_mem.c: Likewise.
48466         * sunrpc/xdr_rec.c: Likewise.
48467         * sunrpc/xdr_ref.c: Likewise.
48468         * sunrpc/xdr_sizeof.c: Likewise.
48469         * sunrpc/xdr_stdio.c: Likewise.
48471 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
48473         [BZ #12650]
48474         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
48475         * sysdeps/ia64/dl-tls.h: Likewise.
48476         * sysdeps/powerpc/dl-tls.h: Likewise.
48477         * sysdeps/s390/dl-tls.h: Likewise.
48478         * sysdeps/sh/dl-tls.h: Likewise.
48479         * sysdeps/sparc/dl-tls.h: Likewise.
48480         * sysdeps/x86_64/dl-tls.h: Likewise.
48481         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
48483 2011-03-14  Andreas Schwab  <schwab@redhat.com>
48485         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
48486         rpath element also skip the following colon.
48487         (expand_dynamic_string_token): Add is_path parameter and pass
48488         down to DL_DST_REQUIRED and _dl_dst_substitute.
48489         (decompose_rpath): Call expand_dynamic_string_token with
48490         non-zero is_path.  Ignore empty rpaths.
48491         (_dl_map_object_from_fd): Call expand_dynamic_string_token
48492         with zero is_path.
48494 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
48496         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
48497         Make cancelable.
48499 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
48501         [BZ #12655]
48502         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
48503         Patch by Filipe David Manana <fdmanana@apache.org>.
48505 2011-04-07  Andreas Schwab  <schwab@redhat.com>
48507         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
48508         Maintain aligned stack.
48509         (CHECK_RSP): Remove unused macro.
48511 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
48513         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
48514         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
48516 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
48518         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
48520         * include/features.h: Mention __USE_XOPEN2K8 in comment.
48522 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
48524         [BZ #12518]
48525         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
48526         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
48527         * sysdeps/x86_64/memmove.c: New file.
48528         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
48529         (memcpy): Renamed to ...
48530         (__new_memcpy): This.
48531         (memcpy): Provide GLIBC_2_14 memcpy.
48532         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
48533         (memcpy): Provide GLIBC_2_2_5 memcpy.
48535 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
48537         [BZ #12631]
48538         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
48540 2011-03-30  Andreas Schwab  <schwab@redhat.com>
48542         * misc/syncfs.c: New file.
48543         * misc/Makefile (routines): Add syncfs.
48544         * posix/unistd.h: Declare syncfs.
48545         * sysdeps/unix/syscalls.list: Add syncfs.
48547 2011-04-01  Andreas Schwab  <schwab@redhat.com>
48549         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
48550         open_by_handle_at.
48551         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
48552         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
48553         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
48554         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
48555         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
48556         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
48557         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
48559 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
48561         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
48562         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
48563         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
48564         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
48565         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
48566         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
48567         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
48569         * io/Makefile: Compile fallocate.c, fallocate64.c, and
48570         sync_file_range.c with -fexceptions.
48571         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
48572         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
48573         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
48574         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
48575         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
48576         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
48577         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
48578         sync_file_range as cancellation point
48579         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
48580         now a wrapper around __call_sync_file_range with cancellation handling.
48581         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
48582         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
48583         function name to __call_sync_file_range.
48584         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
48585         Add call_sync_file_range.
48587 2011-04-01  Andreas Schwab  <schwab@redhat.com>
48589         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
48590         bits/timex.h.
48592 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
48594         * iconv/iconv.h: Fix typo in comment.
48595         * io/fcntl.h: Likewise.
48596         * libio/stdio.h: Likewise.
48597         * posix/spawn.h: Likewise.
48598         * posix/unistd.h: Likewise.
48599         * stdlib/stdlib.h: Likewise.
48600         * time/time.h: Likewise.
48601         * wcsmbs/wchar.h: Likewise.
48603         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
48604         open_by_handle): Add.
48605         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
48606         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
48607         Augment a few comments.
48608         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
48609         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
48610         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
48611         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
48612         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
48613         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
48614         open_by_handle.
48616         * io/fcntl.h (AT_EMPTY_PATH): Define.
48618 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
48620         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
48621         * sysdeps/unix/sysv/linux/bits/time.h: New file.
48622         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
48623         to...
48624         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
48625         * Versions.def: Add GLIBC_2.14.
48626         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
48627         Export.
48629 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
48631         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
48632         round counter.
48633         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
48635 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
48637         [BZ #12597]
48638         * string/test-strncmp.c (do_page_test): New function.
48639         (check2): Likewise.
48640         (test_main): Call check2.
48641         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
48643 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
48645         [BZ #12587]
48646         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
48647         Handle cache information in CPU leaf 4.
48648         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
48650 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
48652         [BZ #12583]
48653         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
48654         character representation.
48655         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
48657 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
48659         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
48660         END(__isnan) to END(__isnanf) to match function entry point/label
48661         EALIGN(__isnanf,...).
48663 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
48665         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
48667 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
48669         [BZ #12510]
48670         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
48671         copy from the symbol referenced in the relocation to initialize the
48672         used variable.
48673         Patch by Piotr Bury <pbury@goahead.com>.
48674         * elf/Makefile: Add rules to build and tst-unique3.
48675         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
48676         * elf/tst-unique3.cc: New file.
48677         * elf/tst-unique3.h: New file.
48678         * elf/tst-unique3lib.cc: New file.
48679         * elf/tst-unique3lib2.cc: New file.
48681         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
48683 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
48685         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
48686         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
48687         to _start.
48689 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
48691         * elf/dl-load.c (_dl_map_object): If we are looking for the first
48692         to-be-loaded object along a path to loader is ld.so.
48694 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
48695             Ulrich Drepper  <drepper@gmail.com>
48697         * sysdeps/x86_64/memset.S: After aligning destination, code
48698         branches to different locations depending on the value of
48699         misalignment, when multiarch is enabled. Fix this.
48701 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
48703         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
48704         Set _x86_64_preferred_memory_instruction for AMD processsors.
48705         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
48706         Set bit_Prefer_SSE_for_memop for AMD processors.
48708 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
48710         * libio/fmemopen.c (fmemopen): Optimize a bit.
48712 2011-03-03  Andreas Schwab  <schwab@redhat.com>
48714         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
48716 2011-03-03  Roland McGrath  <roland@redhat.com>
48718         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
48720 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
48722         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
48723         __bzero_ultra1 instead of __memset_ultra1.
48725 2011-02-23  Andreas Schwab  <schwab@redhat.com>
48726             Ulrich Drepper  <drepper@gmail.com>
48728         [BZ #12509]
48729         * include/link.h (struct link_map): Add l_orig_initfini.
48730         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
48731         returning unsuccessfully.
48732         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
48733         close of a file loaded at startup, restore the original l_initfini
48734         list.
48735         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
48736         list, store the pointer.
48737         * elf/Makefile ($(objpfx)noload-mem): New rule.
48738         (noload-ENV): Define.
48739         (tests): Add $(objpfx)noload-mem.
48740         * elf/noload.c: Include <memcheck.h>.
48741         (main): Call mtrace.  Close all opened handles.
48743 2011-02-17  Andreas Schwab  <schwab@redhat.com>
48745         [BZ #12454]
48746         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
48747         dependencies are missing.
48749 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
48751         Fix __if_freereq crash: Unlike the generic version which uses free,
48752         Hurd needs munmap.
48753         * sysdeps/mach/hurd/ifreq.h: New file.
48755 2011-01-27  Petr Baudis  <pasky@suse.cz>
48756             Ulrich Drepper  <drepper@gmail.com>
48758         [BZ 12445]#
48759         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
48760         to extend_alloca().
48761         * stdio-common/bug23.c: New file.
48762         * stdio-common/Makefile (tests): Add bug23.
48764 2010-09-28  Andreas Schwab  <schwab@redhat.com>
48765             Ulrich Drepper  <drepper@gmail.com>
48767         [BZ #12489]
48768         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
48769         before performing relro protection.  At old place add assertion
48770         to make sure nothing changed.
48772 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
48773             Glauber de Oliveira Costa  <glommer@gmail.com>
48775         * elf/elf.h: Add new ARM TLS relocs.
48777 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
48779         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
48780         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
48781         cast from r3.
48782         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
48783         'tests' variable.
48784         * sysdeps/wordsize-64/tst-writev.c: New file.
48786 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
48788         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
48789         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
48790         insns in _dl_start to prevent a TOC reference before relocs are
48791         resolved.
48793 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
48795         [BZ #12469]
48796         * Makeconfig: Remove RANLIB definition.
48797         * Makerules: Don't use RANLIB.
48798         * aclocal.m4: Remove ranlib test.
48799         * configure.in: No need to check for ranlib.
48800         * elf/rtld-Rules: Don't use RANLIB.
48802 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
48804         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
48805         protection macro.
48806         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
48807         inclusion protection macro.
48809         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
48810         SIGRTMIN and SIGRTMAX and print information in that case only when
48811         SIGRTMIN is defined.
48813 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
48815         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
48816         arginfo fn returning -1.
48818         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
48819         and thousands string is zero terminated.
48821 2011-02-03  Andreas Schwab  <schwab@redhat.com>
48823         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
48824         sysdeps/unix/sysv/linux/bits/socket.h.
48826 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
48828         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
48829         (__CPU_COUNT): Remove old macros.
48830         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
48831         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
48832         (__CPU_ALLOC, __CPU_FREE): Add macros.
48833         (__sched_cpualloc, __sched_cpufree): Add declarations.
48835 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
48837         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
48838         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
48839         * nscd/aicache.c (addhstaiX): Return timeout of added value.
48840         (readdhstai): Return value of addhstaiX call.
48841         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
48842         (addgrbyX): Return value returned by cache_addgr.
48843         (readdgrbyname): Return value returned by addgrbyX.
48844         (readdgrbygid): Likewise.
48845         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
48846         (addpwbyX): Return value returned by cache_addpw.
48847         (readdpwbyname): Return value returned by addhstbyX.
48848         (readdpwbyuid): Likewise.
48849         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
48850         (addservbyX): Return value returned by cache_addserv.
48851         (readdservbyname): Return value returned by addservbyX:
48852         (readdservbyport): Likewise.
48853         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
48854         (addhstbyX): Return value returned by cache_addhst.
48855         (readdhstbyname): Return value returned by addhstbyX.
48856         (readdhstbyaddr): Likewise.
48857         (readdhstbynamev6): Likewise.
48858         (readdhstbyaddrv6): Likewise.
48859         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
48860         (readdinitgroups): Return value returned by addinitgroupsX.
48861         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
48862         (prune_cache): Keep track of timeout value of re-added entries.
48863         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
48864         * nscd/nscd.h: Adjust prototypes of readd* functions.
48866 2011-02-04  Roland McGrath  <roland@redhat.com>
48868         * nis/nis_server.c (nis_servstate): Use the right name for 0.
48869         (nis_stats): Likewise.
48870         * nis/nis_modify.c (nis_modify): Likewise.
48871         * nis/nis_remove.c (nis_remove): Likewise.
48872         * nis/nis_add.c (nis_add): Likewise.
48874         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
48876         * posix/fnmatch_loop.c: Add some consts.
48878         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
48880 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
48882         [BZ #12460]
48883         * config.make.in (config-cflags-novzeroupper): Define.
48884         * configure.in: Substitute libc_cv_cc_novzeroupper.
48885         * elf/Makefile (AVX-CFLAGS): Define.
48886         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
48887         (CFLAGS-tst-auditmod4a.c): Likewise.
48888         (CFLAGS-tst-auditmod4b.c): Likewise.
48889         (CFLAGS-tst-auditmod6b.c): Likewise.
48890         (CFLAGS-tst-auditmod6c.c): Likewise.
48891         (CFLAGS-tst-auditmod7b.c): Likewise.
48892         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
48894 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
48896         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
48897         function to the callback.
48898         Patch partly by Jiri Olsa <jolsa@redhat.com>.
48900 2011-02-02  Andreas Schwab  <schwab@redhat.com>
48902         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
48903         of errno.
48905 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
48907         [BZ #11724]
48908         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
48909         of constructors.
48910         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
48911         of destructors.
48912         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
48914         [BZ #11724]
48915         * elf/Makefile: Add rules to build and run new test.
48916         * elf/tst-initorder.c: New file.
48917         * elf/tst-initorder.exp: New file.
48918         * elf/tst-initordera1.c: New file.
48919         * elf/tst-initordera2.c: New file.
48920         * elf/tst-initordera3.c: New file.
48921         * elf/tst-initordera4.c: New file.
48922         * elf/tst-initorderb1.c: New file.
48923         * elf/tst-initorderb2.c: New file.
48924         * elf/tst-order-a1.c: New file.
48925         * elf/tst-order-a2.c: New file.
48926         * elf/tst-order-a3.c: New file.
48927         * elf/tst-order-a4.c: New file.
48928         * elf/tst-order-b1.c: New file.
48929         * elf/tst-order-b2.c: New file.
48930         * elf/tst-order-main.c: New file.
48931         New test case by George Gensure <werkt0@gmail.com>.
48933 2010-10-01  Andreas Schwab  <schwab@redhat.com>
48935         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
48936         decoding ACE if AI_CANONIDN.
48938 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
48940         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
48942 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
48944         * version.h (RELEASE): Bump for 2.13 release.
48945         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
48947         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
48949         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
48950         MADV_NOHUGEPAGE.
48951         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
48952         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
48953         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
48954         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
48955         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
48956         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
48958         * posix/getconf.c: Update copyright year.
48959         * catgets/gencat.c: Likewise.
48960         * csu/version.c: Likewise.
48961         * debug/catchsegv.sh: Likewise.
48962         * debug/xtrace.sh: Likewise.
48963         * elf/ldconfig.c: Likewise.
48964         * elf/ldd.bash.in: Likewise.
48965         * elf/sprof.c (print_version): Likewise.
48966         * iconv/iconv_prog.c: Likewise.
48967         * iconv/iconvconfig.c: Likewise.
48968         * locale/programs/locale.c: Likewise.
48969         * locale/programs/localedef.c: Likewise.
48970         * malloc/memusage.sh: Likewise.
48971         * malloc/mtrace.pl: Likewise.
48972         * nscd/nscd.c (print_version): Likewise.
48973         * nss/getent.c: Likewise.
48975         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
48976         PF_CAIF, and PF_ALG.
48977         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
48979 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
48981         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
48982         (modules-names): Use them.
48983         (ifunc-test-modules, ifunc-pie-tests): Define.
48984         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
48985         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
48986         (test-extras): Likewise.
48987         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
48988         $(compile-command.c).
48989         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
48990         (all-built-dso): Define.
48991         (check-textrel.out, check-execstack.out): Depend on it.
48993         * configure.in: Don't override --enable-multi-arch.
48995 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
48997         [BZ #6812]
48998         * nscd/hstcache.c (tryagain): Define.
48999         (cache_addhst): Return tryagain not notfound for temporary errors.
49000         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
49001         failed.
49003 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
49005         [BZ #10563]
49006         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
49007         to make the syscall.
49008         * sysdeps/unix/sysv/linux/setgroups.c: New file.
49010         [BZ #12378]
49011         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
49012         and fall back to matching as normal character if the string ends before
49013         the matching ']' is found.  This is what POSIX requires.
49014         * posix/testfnm.c: Adjust test result.
49015         * posix/globtest.sh: Adjust test result.  Add new test.
49016         * posix/tst-fnmatch.input: Likewise.
49017         * posix/tst-fnmatch2.c: Add new test.
49019 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
49021         * elf/Makefile (check-execstack): Revert last change.  Depend on
49022         check-execstack.h.
49023         (check-execstack.h): New target.
49024         (generated): Add check-execstack.h.
49025         * elf/check-execstack.c: Include "check-execstack.h".
49026         (main): Revert last change.
49027         (handle_file): Return zero if GNU_STACK is absent and
49028         DEFAULT_STACK_PERMS doesn't include PF_X.
49030 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
49032         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
49033         in child fails because the descriptor is already closed.
49034         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
49035         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
49036         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
49038         [BZ #12397]
49039         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
49040         syscall.
49042         [BZ #10484]
49043         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
49044         temporary buffer used to handle multi lookups locally.
49045         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
49047 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
49049         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
49050         loader is ld.so.
49052 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
49054         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
49055         alignment for SSE2.
49057 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
49059         [BZ #12394]
49060         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
49061         characters.  When rounding increased number of integer digits recompute
49062         number of groups.
49063         * stdio-common/tst-grouping.c: New file.
49064         * stdio-common/Makefile: Add rules to build and run tst-grouping.
49066 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
49068         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
49069         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
49071         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
49072         void.
49073         * bits/select.h: Likewise.
49075 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
49077         * po/ja.po: Update from translation team.
49079 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
49081         [BZ #11155]
49082         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
49083         implementation just like for lxstat, fxstatat, et al.
49085 2010-12-27  Jim Meyering  <meyering@redhat.com>
49087         [BZ #12348]
49088         * posix/regexec.c (build_trtable): Return failure indication upon
49089         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
49091 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
49093         [BZ #12201]
49094         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
49095         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
49096         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
49097         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
49099         [BZ #12207]
49100         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
49102         [BZ #12204]
49103         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
49104         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
49106 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
49108         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
49109         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
49110         script has SORT_BY_INIT_PRIORITY.
49111         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
49112         NO_CTORS_DTORS_SECTIONS is defined.
49113         * elf/soinit.c: Likewise.
49114         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
49115         NO_CTORS_DTORS_SECTIONS is defined.
49116         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
49117         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
49118         * sysdeps/sh/init-first.c: Likewise.
49119         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
49121 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
49123         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
49124         always use the slow path.
49126 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
49128         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
49129         similar rule which adds the sysdep directories to the header search in
49130         order to pick up the correct platform stackinfo.h.
49131         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
49132         perform test if it is, otherwise return successfully without testing.
49133         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
49134         DEFAULT_STACK_PERMS define in stackinfo.h.
49135         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
49136         defined in stackinfo.h.
49137         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
49138         DEFAULT_STACK_PERMS defined in stackinfo.h.
49139         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
49140         * sysdeps/ia64/stackinfo.h: Likewise.
49141         * sysdeps/s390/stackinfo.h: Likewise.
49142         * sysdeps/sh/stackinfo.h: Likewise.
49143         * sysdeps/sparc/stackinfo.h: Likewise.
49144         * sysdeps/x86_64/stackinfo.h: Likewise.
49145         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
49146         PF_X for powerpc64.  Retain PF_X for powerpc32.
49148 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
49150         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
49151         accurately.
49152         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
49153         GETDENTS_64BIT_ALIGNED.
49155 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
49157         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
49159 2010-12-10  Andreas Schwab  <schwab@redhat.com>
49161         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
49162         _GNU_SOURCE.
49164         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
49165         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
49166         Remove __restrict.
49167         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
49168         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
49170 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
49172         [BZ #11655]
49173         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
49174         are initialized.
49176 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
49178         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
49180 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
49182         * po/it.po: Update from translation team.
49184 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
49186         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
49187         unused codes.
49189 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
49191         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
49193 2010-11-24  Andreas Schwab  <schwab@redhat.com>
49195         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
49196         specially.
49197         (gaih_getanswer_slice): Likewise.
49199 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
49201         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
49203 2010-05-31  Petr Baudis  <pasky@suse.cz>
49205         [BZ #11149]
49206         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
49207         silently even in the chroot mode.
49209 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
49211         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
49212         last patch a bit.  Pretty printing
49214 2010-05-31  Petr Baudis <pasky@suse.cz>
49216         [BZ #10085]
49217         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
49218         initialization of skip_initgroups_dyn.
49220 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
49222         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
49223         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
49225 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
49227         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
49229 2010-11-11  Andreas Schwab  <schwab@redhat.com>
49231         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
49232         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
49233         (tst-fnmatch-ENV): Set MALLOC_TRACE.
49234         ($(objpfx)tst-fnmatch-mem): New rule.
49235         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
49236         * posix/tst-fnmatch.c (main): Call mtrace.
49238 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
49240         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
49241         Support Intel processor model 6 and model 0x2c.
49243 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
49245         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
49246           signed comparison.
49248 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
49250         [BZ #12205]
49251         * string/test-strncasecmp.c (check_result): New function.
49252         (do_one_test): Use it.
49253         (check1): New function.
49254         (test_main): Use it.
49255         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
49256         Support strcasecmp and strncasecmp.
49258 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
49260         [BZ #12194]
49261         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
49262         * sysdeps/x86_64/bits/byteswap.h: Likewise.
49264 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
49266         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
49267         IFUNC support.
49268         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
49269         memset-x86-64.
49270         * sysdeps/x86_64/multiarch/bzero.S: New file.
49271         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
49272         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
49273         * sysdeps/x86_64/multiarch/memset.S: New file.
49274         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
49275         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
49276         Set bit_Prefer_SSE_for_memop for Intel processors.
49277         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
49278         Define.
49279         (index_Prefer_SSE_for_memop): Define.
49280         (HAS_PREFER_SSE_FOR_MEMOP): Define.
49282 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
49284         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
49285         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
49287 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
49289         [BZ #12191]
49290         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
49291         (__x86_64_raw_data_cache_size_half): Likewise.
49292         (__x86_64_raw_shared_cache_size): Likewise.
49293         (__x86_64_raw_shared_cache_size_half): Likewise.
49295         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
49296         (__x86_64_raw_data_cache_size_half): Likewise.
49297         (__x86_64_raw_shared_cache_size): Likewise.
49298         (__x86_64_raw_shared_cache_size_half): Likewise.
49299         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
49300         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
49301         and __x86_64_raw_shared_cache_size_half.  Round
49302         __x86_64_data_cache_size_half, __x86_64_data_cache_size
49303         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
49304         to multiple of 256 bytes.
49306 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
49308         [BZ #12167]
49309         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
49310         of inacessible symlinks.  Verify result of symlink before returning it.
49311         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
49312         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
49314 2010-10-28  Erich Ritz  <erichritz@gmail.com>
49316         * math/math.h (isinf): Fix typo in comment.
49318 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
49320         * po/da.po: Update from translation team.
49322 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
49324         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
49325         is added to the list.
49327 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
49328             Ulrich Drepper  <drepper@gmail.com>
49330         * elf/dl-object.c (_dl_new_object): Don't append the new object to
49331         the global list here.  Move code to...
49332         (_dl_add_to_namespace_list): ...here.  New function.
49333         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
49334         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
49335         * elf/dl-load.c (lose): Don't remove the element from the list.
49336         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
49337         (_dl_map_object): Likewise.
49339 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
49341         [BZ #12159]
49342         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
49343         into all bytes of SSE register.
49344         Patch by Richard Li <richardpku@gmail.com>.
49346 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
49348         [BZ #12140]
49349         * malloc/malloc.c (_int_free): Fill correct number of bytes when
49350         perturbing.
49352 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
49354         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
49355         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
49356         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
49357         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
49358         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
49359         submachine.
49360         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
49362 2010-10-22  Andreas Schwab  <schwab@redhat.com>
49364         * include/dlfcn.h (__RTLD_SECURE): Define.
49365         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
49366         mode & __RTLD_SECURE instead.
49367         (open_path): Rename preloaded parameter to secure.
49368         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
49369         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
49370         * elf/dl-deps.c (openaux): Likewise.
49371         * elf/rtld.c (struct map_args): Remove is_preloaded.
49372         (map_doit): Don't use it.
49373         (dl_main): Likewise.
49374         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
49375         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
49377 2010-09-09  Andreas Schwab  <schwab@redhat.com>
49379         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
49380         (sysd-rules-targets): Remove duplicates.
49381         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
49382         rtld-%.$o dependency.
49384 2010-10-18  Andreas Schwab  <schwab@redhat.com>
49386         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
49387         _dl_map_object do it.
49389 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
49391         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
49392         fast fma builtins, define the macros in the C99 standard.
49393         (FP_FAST_FMAF): Likewise.
49394         (FP_FAST_FMAL): Likewise.
49395         * sysdeps/x86_64/bits/mathdef.h: Likewise.
49397         * bits/mathdef.h: Update copyright year.
49398         * sysdeps/powerpc/bits/mathdef.h: Likewise.
49400 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
49402         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
49403         builtins, define the macros in the C99 standard.
49404         (FP_FAST_FMAF): Likewise.
49405         (FP_FAST_FMAL): Likewise.
49406         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
49407         multiply/add.
49408         (FP_FAST_FMAF): Likewise.
49410 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
49412         [BZ #3268]
49413         * math/libm-test.inc (fma_test): Some new testcases.
49414         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
49415         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
49416         y and infinite z.  Do multiplication by C already in long double.
49417         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
49418         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
49419         y and infinite z.  Do bitwise or of inexact bit into u.d.
49420         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
49421         * sysdeps/i386/fpu/s_fmaf.S: Removed.
49422         * sysdeps/i386/fpu/s_fma.S: Removed.
49423         * sysdeps/i386/fpu/s_fmal.S: Removed.
49425 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
49427         [BZ #3268]
49428         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
49429         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
49430         computation is not scheduled after fetestexcept.  Fix value
49431         of minimum denormal long double.
49433 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
49435         [BZ #3268]
49436         * math/libm-test.inc (fma_test): Add some more tests.
49437         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
49438         correctly.
49440 2010-10-15  Andreas Schwab  <schwab@redhat.com>
49442         * scripts/data/localplt-s390-linux-gnu.data: New file.
49443         * scripts/data/localplt-s390x-linux-gnu.data: New file.
49445 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
49447         [BZ #3268]
49448         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
49449         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
49450         instead of dbl-64.
49451         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
49452         inlines.
49453         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
49454         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
49455         if one of x and y is very large and the other is subnormal.
49456         * sysdeps/s390/fpu/s_fmaf.c: New file.
49457         * sysdeps/s390/fpu/s_fma.c: New file.
49458         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
49459         * sysdeps/powerpc/fpu/s_fma.S: New file.
49460         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
49461         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
49462         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
49464 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
49466         [BZ #3268]
49467         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
49468         fma tests.
49469         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
49470         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
49471         * sysdeps/i386/i686/multiarch/s_fma.c: Include
49472         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
49473         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
49474         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
49475         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
49477 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
49479         [BZ #12078]
49480         * posix/regcomp.c (parse_branch): One more memory leak plugged.
49481         * posix/bug-regex31.input: Add test case.
49483 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
49485         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
49486         * posix/bug-regex31.input: New file.
49488         [BZ #12078]
49489         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
49490         (parse_sub_exp): Fix last change, use postorder.
49492         * posix/bug-regex31.c: New file.
49493         * posix/Makefile: Add rules to build and run bug-regex31.
49495         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
49497         [BZ #12078]
49498         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
49500         [BZ #12108]
49501         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
49502         to have entries in sys_siglist.
49504         [BZ #12093]
49505         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
49506         be NULL.
49508 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
49510         [BZ #3268]
49511         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
49512         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
49513         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
49514         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
49515         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
49516         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
49517         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
49518         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
49519         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
49520         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
49521         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
49522         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
49523         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
49524         * math/ftestexcept.c (fetestexcept): Likewise.
49525         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
49526         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
49527         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
49528         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
49529         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
49530         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
49531         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
49533 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
49535         [BZ #12107]
49536         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
49537         newline.
49539 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
49541         * string/bug-strstr1.c: New file.
49542         * string/Makefile: Add rules to build and run bug-strstr1.
49544 2010-10-05  Eric Blake  <eblake@redhat.com>
49546         [BZ #12092]
49547         * string/str-two-way.h (two_way_long_needle): Always clear memory
49548         when skipping input due to the shift table.
49550 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
49552         [BZ #12005]
49553         * malloc/mcheck.c: Handle large requests.
49555         [BZ #12077]
49556         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
49557         for strncmp and strncasecmp.
49558         * string/stratcliff.c: Add tests for strcmp and strncmp.
49559         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
49561 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
49563         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
49564         __set_fpscr.
49566 2010-09-30  Andreas Jaeger  <aj@suse.de>
49568         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
49569         (CGROUP_SUPER_MAGIC): Define.
49570         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
49571         Handle btrfs and cgroup file systems.
49572         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
49573         Likewise.
49575 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
49577         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
49578         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
49580 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
49582         [BZ #12067]
49583         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
49584         trying to locate the ELF header.
49586 2010-09-27  Andreas Schwab  <schwab@redhat.com>
49588         [BZ #11611]
49589         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
49590         Mask out sign-bit copies when constructing f_fsid.
49592 2010-09-24  Petr Baudis <pasky@suse.cz>
49594         * debug/stack_chk_fail_local.c: Add missing licence exception.
49595         * debug/warning-nop.c: Likewise.
49597 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
49599         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
49600         implementing getdents64 using getdents syscall, set d_type if
49601         __ASSUME_GETDENTS32_D_TYPE.
49603 2010-09-16  Andreas Schwab  <schwab@redhat.com>
49605         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
49606         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
49608 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
49610         [BZ #12037]
49611         * posix/unistd.h: Undo change of feature selection for ftruncate from
49612         2010-01-11.
49614 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
49616         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
49617         detection.
49619 2010-09-20  Andreas Schwab  <schwab@redhat.com>
49621         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
49622         fanotify_mark.
49623         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
49625 2010-09-14  Andreas Schwab  <schwab@redhat.com>
49627         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
49628         variables after CHECK_SP call.
49629         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
49631 2010-09-13  Andreas Schwab  <schwab@redhat.com>
49632             Ulrich Drepper  <drepper@redhat.com>
49634         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
49635         re-relocationg ld.so.
49636         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
49637         _dl_init_paths call.
49638         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
49639         here anymore.
49641 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
49643         * resolv/res_init.c (__res_vinit): Count the default server we added.
49645 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
49646             Ulrich Drepper  <drepper@redhat.com>
49648         [BZ #11968]
49649         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
49650         (____longjmp_chk): Use %ebx for saving value across system call.
49651         Add unwind info.
49653 2010-09-06  Andreas Schwab  <schwab@redhat.com>
49655         * manual/Makefile: Don't mix pattern rules with normal rules.
49657 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
49659         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
49660         operation.
49661         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
49662         * libio/iofopncook.c (_IO_cookie_init): Likewise.
49663         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
49664         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
49665         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
49666         Likewise.
49668 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
49670         [BZ #11979]
49671         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
49672         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
49674 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
49676         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
49677         * sysdeps/x86_64/addmul_1.S: Likewise.
49678         * sysdeps/x86_64/lshift.S: Likewise.
49679         * sysdeps/x86_64/mul_1.S: Likewise.
49680         * sysdeps/x86_64/rshift.S: Likewise.
49681         * sysdeps/x86_64/sub_n.S: Likewise.
49682         * sysdeps/x86_64/submul_1.S: Likewise.
49684 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
49686         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
49687         Define __sched_param instead of SCHED_* and sched_param when
49688         <bits/sched.h> is included with __need_schedparam defined.
49689         * bits/sched.h [__need_schedparam]
49690         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
49691         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
49692         (__defined_schedparam): Define to 1.
49693         (__sched_param): New structure, identical to sched_param.
49694         (__need_schedparam): Undefine.
49696 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
49698         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
49699         (epoll_create1): Declare.
49701         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
49703 2010-08-31  Andreas Schwab  <schwab@redhat.com>
49705         [BZ #7066]
49706         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
49707         shifting retval into place.
49709 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
49711         * nis/rpcsvc/nis.h: Update copyright notice.
49712         * nis/rpcsvc/nis.x: Likewise.
49713         * nis/rpcsvc/nis_callback.h: Likewise.
49714         * nis/rpcsvc/nis_callback.x: Likewise.
49715         * nis/rpcsvc/nis_object.x: Likewise.
49716         * nis/rpcsvc/nis_tags.h: Likewise.
49717         * nis/rpcsvc/yp.h: Likewise.
49718         * nis/rpcsvc/yp.x: Likewise.
49719         * nis/rpcsvc/ypupd.h: Likewise.
49720         * nis/yp_xdr.c: Likewise.
49721         * nis/ypupdate_xdr.c: Likewise.
49723         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
49724         mainly the body of pmap_getport.  Add parameters to specify timeouts.
49725         (pmap_getport): Use __libc_rpc_getport.
49726         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
49727         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
49728         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
49730 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
49732         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
49733         fanotify_mark.
49735 2010-08-27  Roland McGrath  <roland@redhat.com>
49737         * sysdeps/i386/i686/multiarch/Makefile
49738         (CFLAGS-varshift.c): New variable.
49740 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
49742         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
49743         * sysdeps/i386/i686/multiarch/varshift.c: New file.
49745         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
49747         * sysdeps/x86_64/strlen.S: Minimal code improvement.
49749 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
49751         * sysdeps/x86_64/strlen.S: Unroll the loop.
49752         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
49753         strlen-sse2 strlen-sse2-bsf.
49754         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
49755         __strlen_no_bsf if bit_Slow_BSF is set.
49756         (__strlen_sse42): Removed.
49757         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
49758         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
49760 2010-08-25  Roland McGrath  <roland@redhat.com>
49762         * sysdeps/x86_64/multiarch/varshift.S: File removed.
49763         * sysdeps/x86_64/multiarch/varshift.c: New file.
49764         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
49765         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
49766         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
49767         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
49769 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
49771         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
49772         strlen-sse2 strlen-sse2-bsf.
49773         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
49774         __strlen_sse2_bsf if bit_Slow_BSF is unset.
49775         (__strlen_sse2): Removed.
49776         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
49777         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
49778         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
49779         bit_Slow_BSF for Atom.
49780         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
49781         (index_Slow_BSF): Define.
49782         (HAS_SLOW_BSF): Define.
49784 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
49786         [BZ #10851]
49787         * resolv/res_init.c (__res_vinit): When no server address at all
49788         is given default to loopback.
49790 2010-08-24  Roland McGrath  <roland@redhat.com>
49792         * configure.in: Remove config-name.h generation.
49793         * configure: Regenerated.
49794         * config-name.in: File removed.
49795         * scripts/config-uname.sh: New file.
49796         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
49797         ($(objdir)config-name.h): New target.
49799         * sunrpc/rpc_parse.h: Avoid nested comment.
49801 2010-08-24  Richard Henderson  <rth@redhat.com>
49802             Ulrich Drepper  <drepper@redhat.com>
49803             H.J. Lu  <hongjiu.lu@intel.com>
49805         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
49806         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
49807         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
49808         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
49809         _mm_alignr_epi8 with _mm_loadu_si128.
49810         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
49811         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
49812         (__m128i_shift_right): Removed.
49813         * sysdeps/i386/i686/multiarch/varshift.h: New file.
49814         * sysdeps/i386/i686/multiarch/varshift.S: New file.
49815         * sysdeps/x86_64/multiarch/varshift.h: New file.
49816         * sysdeps/x86_64/multiarch/varshift.S: New file.
49818 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
49820         * configure.in: Move assembler checks to before sysdep dir checking.
49822 2010-08-20  Petr Baudis  <pasky@suse.cz>
49824         * LICENSES: Sync the sunrpc license.
49826 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
49828         * sunrpc/auth_des.c: Update copyright notice once again.
49829         * sunrpc/auth_none.c: Likewise.
49830         * sunrpc/auth_unix.c: Likewise.
49831         * sunrpc/authdes_prot.c: Likewise.
49832         * sunrpc/authuxprot.c: Likewise.
49833         * sunrpc/bindrsvprt.c: Likewise.
49834         * sunrpc/clnt_gen.c: Likewise.
49835         * sunrpc/clnt_perr.c: Likewise.
49836         * sunrpc/clnt_raw.c: Likewise.
49837         * sunrpc/clnt_simp.c: Likewise.
49838         * sunrpc/clnt_tcp.c: Likewise.
49839         * sunrpc/clnt_udp.c: Likewise.
49840         * sunrpc/clnt_unix.c: Likewise.
49841         * sunrpc/des_crypt.c: Likewise.
49842         * sunrpc/des_soft.c: Likewise.
49843         * sunrpc/get_myaddr.c: Likewise.
49844         * sunrpc/getrpcport.c: Likewise.
49845         * sunrpc/key_call.c: Likewise.
49846         * sunrpc/key_prot.c: Likewise.
49847         * sunrpc/openchild.c: Likewise.
49848         * sunrpc/pm_getmaps.c: Likewise.
49849         * sunrpc/pm_getport.c: Likewise.
49850         * sunrpc/pmap_clnt.c: Likewise.
49851         * sunrpc/pmap_prot.c: Likewise.
49852         * sunrpc/pmap_prot2.c: Likewise.
49853         * sunrpc/pmap_rmt.c: Likewise.
49854         * sunrpc/rpc/auth.h: Likewise.
49855         * sunrpc/rpc/auth_unix.h: Likewise.
49856         * sunrpc/rpc/clnt.h: Likewise.
49857         * sunrpc/rpc/des_crypt.h: Likewise.
49858         * sunrpc/rpc/key_prot.h: Likewise.
49859         * sunrpc/rpc/netdb.h: Likewise.
49860         * sunrpc/rpc/pmap_clnt.h: Likewise.
49861         * sunrpc/rpc/pmap_prot.h: Likewise.
49862         * sunrpc/rpc/pmap_rmt.h: Likewise.
49863         * sunrpc/rpc/rpc.h: Likewise.
49864         * sunrpc/rpc/rpc_des.h: Likewise.
49865         * sunrpc/rpc/rpc_msg.h: Likewise.
49866         * sunrpc/rpc/svc.h: Likewise.
49867         * sunrpc/rpc/svc_auth.h: Likewise.
49868         * sunrpc/rpc/types.h: Likewise.
49869         * sunrpc/rpc/xdr.h: Likewise.
49870         * sunrpc/rpc_clntout.c: Likewise.
49871         * sunrpc/rpc_cmsg.c: Likewise.
49872         * sunrpc/rpc_common.c: Likewise.
49873         * sunrpc/rpc_cout.c: Likewise.
49874         * sunrpc/rpc_dtable.c: Likewise.
49875         * sunrpc/rpc_hout.c: Likewise.
49876         * sunrpc/rpc_main.c: Likewise.
49877         * sunrpc/rpc_parse.c: Likewise.
49878         * sunrpc/rpc_parse.h: Likewise.
49879         * sunrpc/rpc_prot.c: Likewise.
49880         * sunrpc/rpc_sample.c: Likewise.
49881         * sunrpc/rpc_scan.c: Likewise.
49882         * sunrpc/rpc_scan.h: Likewise.
49883         * sunrpc/rpc_svcout.c: Likewise.
49884         * sunrpc/rpc_tblout.c: Likewise.
49885         * sunrpc/rpc_util.c: Likewise.
49886         * sunrpc/rpc_util.h: Likewise.
49887         * sunrpc/rpcinfo.c: Likewise.
49888         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
49889         * sunrpc/rpcsvc/key_prot.x: Likewise.
49890         * sunrpc/rpcsvc/klm_prot.x: Likewise.
49891         * sunrpc/rpcsvc/mount.x: Likewise.
49892         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
49893         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
49894         * sunrpc/rpcsvc/rex.x: Likewise.
49895         * sunrpc/rpcsvc/rstat.x: Likewise.
49896         * sunrpc/rpcsvc/rusers.x: Likewise.
49897         * sunrpc/rpcsvc/sm_inter.x: Likewise.
49898         * sunrpc/rpcsvc/spray.x: Likewise.
49899         * sunrpc/rpcsvc/yppasswd.x: Likewise.
49900         * sunrpc/rtime.c: Likewise.
49901         * sunrpc/svc.c: Likewise.
49902         * sunrpc/svc_auth.c: Likewise.
49903         * sunrpc/svc_authux.c: Likewise.
49904         * sunrpc/svc_raw.c: Likewise.
49905         * sunrpc/svc_run.c: Likewise.
49906         * sunrpc/svc_simple.c: Likewise.
49907         * sunrpc/svc_tcp.c: Likewise.
49908         * sunrpc/svc_udp.c: Likewise.
49909         * sunrpc/svc_unix.c: Likewise.
49910         * sunrpc/svcauth_des.c: Likewise.
49911         * sunrpc/xcrypt.c: Likewise.
49912         * sunrpc/xdr.c: Likewise.
49913         * sunrpc/xdr_array.c: Likewise.
49914         * sunrpc/xdr_float.c: Likewise.
49915         * sunrpc/xdr_mem.c: Likewise.
49916         * sunrpc/xdr_rec.c: Likewise.
49917         * sunrpc/xdr_ref.c: Likewise.
49918         * sunrpc/xdr_sizeof.c: Likewise.
49919         * sunrpc/xdr_stdio.c: Likewise.
49921         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
49922         handling.
49924 2010-08-19  Andreas Schwab  <schwab@redhat.com>
49926         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
49928 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
49930         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
49931         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
49932         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
49933         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
49934         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
49935         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
49936         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
49937         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
49938         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
49939         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
49940         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
49941         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
49942         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
49943         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
49945 2010-07-26  Anton Blanchard  <anton@samba.org>
49947         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
49948         * malloc/arena.c (heap_trim): Likewise.
49950 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
49952         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
49953         here.  Not...
49954         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
49955         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
49957 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
49959         * sysdeps/i386/elf/Makefile: New file.
49961 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
49963         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
49964         from fanotify_init.
49965         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
49966         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
49968 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
49970         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
49971         of strncasecmp_l.
49972         * sysdeps/multiarch/strcmp.S: Likewise.
49974 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
49976         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
49977         strncase_l-nonascii.
49978         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
49979         Add strncase_l-ssse3.
49980         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
49981         * sysdeps/x86_64/strcmp.S: Likewise.
49982         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
49983         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
49984         * sysdeps/x86_64/strncase.S: New file.
49985         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
49986         * sysdeps/x86_64/strncase_l.S: New file.
49987         * string/Makefile (strop-tests): Add strncasecmp.
49988         * string/test-strncasecmp.c: New file.
49990         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
49991         warning.
49993         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
49994         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
49996 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
49998         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
50000 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
50002         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
50003         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
50004         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
50006 2010-05-01  Alan Modra  <amodra@gmail.com>
50008         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
50009         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
50010         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
50011         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
50012         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
50013         tidying.  Don't tail-call __sigjmp_save for static lib.
50014         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
50015         save location.
50016         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
50017         (CALL_MCOUNT): Add eh info, and nop after bl.
50018         (TAIL_CALL_SYSCALL_ERROR): New macro.
50019         (PSEUDO_RET): Use it.
50020         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
50021         Correct save location of integer regs and cr.
50022         (_dl_profile_resolve): Correct cr save location.  Delete nops
50023         after bl when SHARED.  Reduce cfi size a little by better
50024         placement of cfi directives.
50025         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
50026         make a stack frame.  Instead use parm save area as a temp.
50027         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
50028         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
50029         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
50030         Don't make a stack frame for parent, use parm save area.
50031         Increase child stack frame to 112 bytes.  Don't save unused reg,
50032         and adjust reg usage.  Set up cfi on error recovery and
50033         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
50034         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
50035         (__makecontext): Add dummy nop after jump to exit.
50036         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
50037         Use correct parm save area and cr save, reduce stack frame.
50038         Correct cfi for possible PSEUDO_RET frame setup.
50039         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
50040         Branch to local label emitted by PSEUDO_RET rather than
50041         __syscall_error.
50043 2010-08-12  Andreas Schwab  <schwab@redhat.com>
50045         [BZ #11904]
50046         * locale/programs/locale.c (print_assignment): New function.
50047         (show_locale_vars): Use it.
50049 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
50051         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
50052         field.
50053         (struct statfs64): Likewise.
50054         (_STATFS_F_FLAGS): Define.
50055         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
50056         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
50057         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
50058         (ST_VALID): Define locally.
50059         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
50060         __statvfs_getflags, use the provided value.
50061         * sysdeps/unix/sysv/linux/kernel-features.h: Define
50062         __ASSUME_STATFS_F_FLAGS.
50064         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
50066         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
50067         Add sys/fanotify.h.
50068         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
50069         fanotify_mask for GLIBC_2.13.
50070         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
50071         fanotify_init and fanotify_mark.
50072         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
50073         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
50075         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
50076         Add prlimit.
50077         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
50078         prlimit64 for GLIBC_2.13.
50079         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
50080         prlimit64.
50081         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
50082         syscall.
50083         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
50084         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
50085         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
50086         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
50087         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
50088         add prlimit alias.
50089         * sysdeps/unix/sysv/linux/prlimit.c: New file.
50091         [BZ #11903]
50092         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
50093         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
50095         * nss/Makefile: Add rules to build and run tst-nss-test1.
50096         * shlib-versions: Add entry for libnss_test1.
50097         * nss/nss_test1.c: New file.
50098         * nss/tst-nss-test1.c: New file.
50100         * nss/nsswitch.c (__nss_database_custom): Define new variable.
50101         (__nss_configure_lookup): Set appropriate entry in
50102         __nss_configure_lookup to true.
50103         * nss/nsswitch.h: Define enum with indeces of databases in
50104         databases and __nss_database_custom arrays.  Declare
50105         __nss_database_custom.
50106         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
50107         to avoid using nscd when custom rules are installed.
50108         * nss/getXXbyYY_r.c: Likewise.
50109         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
50111         * nss/nss_files/files-parse.c: Whitespace fixes.
50113 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
50115         [BZ #11883]
50116         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
50117         * posix/fnmatch_loop.c: Likewise.
50119 2010-07-17  Andi Kleen  <ak@linux.intel.com>
50121         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
50122         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
50123         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
50124         * Versions.def [GLIBC_2.13]: Add.
50126 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
50128         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
50129         Also fail if tpwd after pwuid call is NULL.
50131 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
50133         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
50134         when converting to ms.
50136 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
50138         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
50139         EOPNOTSUPP errors with ENOTTY.
50140         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
50141         EOPNOTSUPP errors with ENOTTY.
50143 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
50145         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
50146         Add strcasecmp_l-ssse3.
50147         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
50148         strcasecmp.
50149         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
50150         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
50151         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
50153 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
50155         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
50157         * string/Makefile (strop-tests): Add strcasecmp.
50158         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
50159         strcasecmp_l-nonascii.
50160         (gen-as-const-headers): Add locale-defines.sym.
50161         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
50162         * sysdeps/x86_64/strcasecmp.S: New file.
50163         * sysdeps/x86_64/strcasecmp_l.S: New file.
50164         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
50165         * sysdeps/x86_64/locale-defines.sym: New file.
50166         * string/test-strcasecmp.c: New file.
50168         * string/test-strcasestr.c: Test both ends of the range of characters.
50169         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
50171 2010-07-29  Roland McGrath  <roland@redhat.com>
50173         [BZ #11856]
50174         * manual/locale.texi (Yes-or-No Questions): Fix example code.
50176 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
50178         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
50179         for ld.so.
50181 2010-07-27  Andreas Schwab  <schwab@redhat.com>
50183         * manual/memory.texi (Malloc Tunable Parameters): Document
50184         M_PERTURB.
50186 2010-07-26  Roland McGrath  <roland@redhat.com>
50188         [BZ #11840]
50189         * configure.in (-fgnu89-inline check): Set and substitute
50190         gnu89_inline, not libc_cv_gnu89_inline.
50191         * configure: Regenerated.
50192         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
50194 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
50196         * string/test-strnlen.c: New file.
50197         * string/Makefile (strop-tests): Add strnlen.
50198         * string/tester.c (test_strnlen): Add a few more test cases.
50199         * string/tst-strlen.c: Better error reporting.
50201         * sysdeps/x86_64/strnlen.S: New file.
50203 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
50205         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
50206         lower-latency instructions.
50208 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
50210         * string/test-strcasestr.c: New file.
50211         * string/test-strstr.c: New file.
50212         * string/Makefile (strop-tests): Add strstr and strcasestr.
50213         * string/str-two-way.h: Don't undefine MAX.
50214         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
50216 2010-07-21  Andreas Schwab  <schwab@redhat.com>
50218         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50219         strcasestr-nonascii.
50220         (CFLAGS-strcasestr-nonascii.c): Define.
50221         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
50222         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
50223         Remove unused attribute.
50225 2010-07-20  Roland McGrath  <roland@redhat.com>
50227         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
50228         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
50229         ld.so.cache was broken.  With it, there is no way to disable dsocaps
50230         like LD_HWCAP_MASK can disable hwcaps.
50232 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
50234         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
50236 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
50238         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
50239         call in strcasestr.
50240         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
50241         __strcasestr_sse42_nonascii.
50242         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
50243         strcasestr-nonascii.c.
50244         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
50246 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
50248         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
50249         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
50250         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
50251         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
50253 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
50255         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
50256         fcntl.
50258 2010-07-06  Andreas Schwab  <schwab@redhat.com>
50260         [BZ #11577]
50261         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
50262         dl_signal_cerror.
50264 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
50266         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
50267         _PC_PIPE_BUF using F_GETPIPE_SZ.
50269 2010-07-05  Roland McGrath  <roland@redhat.com>
50271         * manual/arith.texi (Rounding Functions): Fix rint description
50272         implicit in round description.
50274 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
50276         * elf/Makefile: Fix linking for a few tests to make recent linker
50277         happy.
50279 2010-06-30  Andreas Schwab  <schwab@redhat.com>
50281         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
50282         $(common-objpfx)libc_nonshared.a.
50284 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
50286         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
50287         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
50288         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
50289         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
50290         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
50291         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
50292         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
50293         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
50294         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
50295         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
50296         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
50297         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
50298         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
50299         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
50300         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
50301         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
50302         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
50303         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
50304         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
50305         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
50306         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
50307         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
50308         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
50309         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
50310         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
50311         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
50312         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
50313         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
50314         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
50315         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
50316         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
50317         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
50318         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
50319         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
50320         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
50321         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
50322         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
50323         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
50324         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
50325         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
50326         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
50327         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
50328         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
50329         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
50330         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
50331         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
50332         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
50333         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
50335 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
50337         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
50338         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
50339         * string/memmove.c (memmove): Renamed to ...
50340         (MEMMOVE): ...this.  Default to memmove.
50341         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
50342         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
50343         (END_CHK): Define.
50344         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50345         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
50346         mempcpy-ssse3-back memmove-ssse3-back.
50347         * sysdeps/x86_64/multiarch/bcopy.S: New file .
50348         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
50349         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
50350         * sysdeps/x86_64/multiarch/memcpy.S: New file.
50351         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
50352         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
50353         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
50354         * sysdeps/x86_64/multiarch/memmove.c: New file.
50355         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
50356         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
50357         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
50358         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
50359         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
50360         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
50361         Define.
50362         (index_Fast_Copy_Backward): Define.
50363         (HAS_ARCH_FEATURE): Define.
50364         (HAS_FAST_REP_STRING): Define.
50365         (HAS_FAST_COPY_BACKWARD): Define.
50367 2010-06-21  Andreas Schwab  <schwab@redhat.com>
50369         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
50370         Restore proper fallback handling.
50372 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
50374         [BZ #11701]
50375         * posix/group_member.c (__group_member): Correct checking loop.
50377         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
50378         OOM in getpwuid_r correctly.  Return error number when the caller
50379         should return, otherwise -1.
50380         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
50381         call returning > 0 value.
50382         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
50384 2010-06-07  Andreas Schwab  <schwab@redhat.com>
50386         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
50387         libc_nonshared.a from targets in modules-names.
50389 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
50391         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
50392         requires it.
50394 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
50396         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
50397         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
50398         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
50399         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
50401 2010-06-02  Andreas Schwab  <schwab@redhat.com>
50403         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
50405 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
50407         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
50408         and F_GETPIPE_SZ.
50409         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
50410         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
50411         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
50412         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
50413         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
50414         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
50416 2010-06-14  Roland McGrath  <roland@redhat.com>
50418         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
50420 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
50422         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
50423         __REDIRECT followed by __THROW.
50424         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
50425         * posix/getopt.h (getopt): Likewise.
50427 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
50429         * hurd/lookup-at.c (__file_name_lookup_at): Accept
50430         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
50431         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
50432         in AT_FLAGS.
50433         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
50434         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
50436 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
50438         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
50440 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
50442         [BZ #11640]
50443         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
50444         Properly check family and model.
50446 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
50448         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
50450 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
50452         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
50454 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
50456         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
50457         symbol reference.
50459 2010-05-19  Andreas Schwab  <schwab@redhat.com>
50461         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
50462         symbol reference.
50464 2010-05-21  Andreas Schwab  <schwab@redhat.com>
50466         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
50467         and internal_recvmmsg.
50468         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
50469         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
50470         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
50471         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
50473         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
50474         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
50475         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
50477 2010-05-20  Andreas Schwab  <schwab@redhat.com>
50479         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
50481 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
50483         POWER7 optimizations.
50484         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
50485         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
50487 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
50489         * version.h: Update for 2.13 development version.
50491 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
50493         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
50494         exceptions.  Return 0.
50496 2010-05-07  Roland McGrath  <roland@redhat.com>
50498         * elf/ldconfig.c (main): Add a const.
50500 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
50502         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
50503         (args_options): Add no-idn option.
50504         (ahosts_keys_int): Add idn_flags to ai_flags.
50505         (parse_option): Handle 'i' option to clear idn_flags.
50507         * malloc/malloc.c (_int_free): Possible race in the most recently
50508         added check.  Only act on the data if no current modification
50509         happened.
50511 See ChangeLog.17 for earlier changes.